:root {
  --primary: #40523c;
  --bg: #f5f1ea;
  --bg2: #efe8dc;
  --cream: #faf7f1;
  --ink: #1f1b17;
  --charcoal: #2c2620;
  --muted: #736a5d;
  --line: #e5ddce;
  --gold: var(--primary);
  --gold-dark: #31402e;
  --gold-soft: #e8ede7;
  --dark: #1b1712;
  --success: #2f7d55;
  --shadow: 0 22px 50px -26px rgba(31, 27, 23, 0.5);
  --radius: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family:
    "Mulish",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  font-family: "Mulish", sans-serif;
  line-height: 1.15;
  letter-spacing: -0.005em;
  font-weight: 600;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.wrap {
  width: min(1160px, 92%);
  margin-inline: auto;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  background: var(--ink);
  color: var(--cream);
  border: none;
  cursor: pointer;
  padding: 0.95rem 1.7rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    background 0.15s;
  box-shadow: 0 12px 26px -14px rgba(31, 27, 23, 0.7);
}
.btn:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
  color: #fff;
}
.btn-lg {
  padding: 1.1rem 2.15rem;
  font-size: 1.06rem;
}
.btn-cream {
  background: var(--cream);
  color: var(--ink);
}
.btn-cream:hover {
  background: #fff;
  color: var(--ink);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
  box-shadow: none;
}
.btn-ghost:hover {
  background: var(--cream);
  border-color: var(--gold);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--gold-dark);
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 241, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar {
  background: var(--bg2);
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--charcoal);
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
}
.social-links,
.topbar-contact {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.social-links {
  gap: 0.75rem;
}
.social-links a {
  padding: 0.15rem;
}
.social-links svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.topbar a {
  text-decoration: none;
  color: var(--charcoal);
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.topbar a:hover {
  color: var(--gold-dark);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.brand-link {
  color: inherit;
  text-decoration: none;
}
.brand-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}
.brand .house {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.brand .bt {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 1.16rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
.brand small {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-top: 3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.93rem;
  font-weight: 500;
}
.nav-links a {
  text-decoration: none;
  color: var(--charcoal);
}
.nav-links a:hover {
  color: var(--gold-dark);
}
@media (max-width: 880px) {
  .nav-links a:not(.nav-cta) {
    display: none;
  }
  .topbar {
    display: none;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      1000px 460px at 82% -12%,
      rgba(180, 136, 60, 0.42),
      transparent 62%
    ),
    linear-gradient(155deg, #151109, var(--dark) 58%, #2a2118);
  color: #f3ece0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.6rem;
  align-items: center;
  padding: 3.4rem 0 3.8rem;
  position: relative;
  z-index: 2;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(180, 136, 60, 0.16);
  border: 1px solid rgba(180, 136, 60, 0.4);
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #e8cd9b;
  margin-bottom: 1.1rem;
}
.hero h1 {
  font-size: 35px;
  color: #fdf8ef;
}
.hero p.sub {
  margin-top: 1.05rem;
  font-size: 1.14rem;
  color: #d9cfbf;
  text-align: justify;
}
.hero .cta-row {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}
.hero .btn-ghost {
  color: #f3ece0;
  border-color: rgba(243, 236, 224, 0.38);
}
.hero .btn-ghost:hover {
  background: rgba(243, 236, 224, 0.1);
  border-color: #f3ece0;
  color: #fff;
}
.trust-badges {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.2rem;
  font-size: 0.9rem;
  color: #f3ece0;
}
.trust-badges span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 4.25rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(232, 205, 155, 0.34);
  border-radius: 12px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.075),
    rgba(255, 255, 255, 0.025)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 28px -22px rgba(0, 0, 0, 0.9);
  text-align: center;
}
.check {
  display: inline-grid;
  flex: 0 0 1.55rem;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border: 1px solid rgba(232, 205, 155, 0.45);
  border-radius: 50%;
  background: rgba(64, 82, 60, 0.45);
  color: #e8cd9b;
  font-weight: 800;
}
.hero-card {
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 1.7rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(180, 136, 60, 0.25);
}
.hero-card h3 {
  font-size: 1.35rem;
}
.hero-card .rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}
.stars {
  color: var(--gold);
  letter-spacing: 1px;
}
@media (max-width: 880px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding-top: 2.4rem;
  }
  .trust-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .trust-badges {
    grid-template-columns: 1fr;
  }
}

.strip {
  background: var(--ink);
  color: #d8cebe;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.strip .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.2rem;
  justify-content: center;
  align-items: center;
  padding: 0.95rem 0;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.strip b {
  color: #fff;
  font-weight: 600;
}
.strip .dot {
  color: var(--gold);
}

section {
  padding: 4.4rem 0;
}
.section-head {
  max-width: 62ch;
  margin-bottom: 2.4rem;
}
.section-head h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.6rem);
  margin-top: 0.5rem;
}
.section-head p {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 1.06rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    border-color 0.15s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(180, 136, 60, 0.4);
}
.card .ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--gold-soft);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  margin-bottom: 0.9rem;
}
.card h3 {
  font-size: 1.22rem;
}
.card p {
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}
@media (max-width: 840px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

.band {
  background: linear-gradient(150deg, var(--dark), #2c2219);
  color: #f3ece0;
  border-radius: 20px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    620px 240px at 12% 0,
    rgba(180, 136, 60, 0.3),
    transparent 60%
  );
}
.band > div {
  position: relative;
  z-index: 2;
}
.band .num {
  font-family: "Mulish", sans-serif;
  font-size: 2.4rem;
  color: #fdf8ef;
}
.band .lbl {
  color: #cdbfa9;
  font-size: 0.92rem;
  margin-top: 0.2rem;
}
@media (max-width: 760px) {
  .band {
    grid-template-columns: 1fr 1fr;
    padding: 1.8rem;
  }
}

.why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.6rem;
  align-items: center;
}
.why ul {
  list-style: none;
  margin-top: 1rem;
}
.why li {
  display: flex;
  gap: 0.85rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}
.why li:last-child {
  border-bottom: none;
}
.why li .t {
  font-weight: 600;
}
.why li p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-top: 0.15rem;
}
.why .tick {
  flex: 0 0 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold-dark);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.85rem;
  margin-top: 0.2rem;
}
.why-visual {
  aspect-ratio: 4 / 3;
}

/* Project imagery: the photo fills the frame while the glass label stays legible. */
.project-visual,
.shot {
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #ded8cf;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.project-visual img,
.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.project-visual:hover img,
.shot:hover img {
  transform: scale(1.035);
}
.project-visual::after,
.shot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 48%,
    rgba(12, 15, 12, 0.72) 100%
  );
}
.project-visual figcaption,
.shot figcaption {
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(100% - 2rem);
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(20, 24, 19, 0.72);
  color: #fff;
  font-size: 0.91rem;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
@media (max-width: 820px) {
  .why {
    grid-template-columns: 1fr;
  }
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}
.step {
  height: 100%;
  padding: 1.5rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.step .n {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.step h3 {
  font-size: 1.12rem;
}
.step p {
  color: var(--muted);
  font-size: 0.94rem;
  margin-top: 0.35rem;
}
@media (max-width: 760px) {
  .steps {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

.case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: center;
}
.case-visual {
  aspect-ratio: 4/3;
}
.case-stats {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin: 1.2rem 0;
}
.case-stats .cs .n {
  font-family: "Mulish", sans-serif;
  font-size: 1.7rem;
  color: var(--gold-dark);
  line-height: 1;
}
.case-stats .cs .l {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.2rem;
}
blockquote.case-q {
  border-left: 3px solid var(--gold);
  padding: 0.3rem 0 0.3rem 1rem;
  margin-top: 1.1rem;
  font-style: italic;
  color: var(--charcoal);
}
blockquote.case-q .who {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: var(--ink);
}
@media (max-width: 820px) {
  .case {
    grid-template-columns: 1fr;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.shot {
  border-radius: 14px;
  aspect-ratio: 4/3;
}
@media (max-width: 760px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}

.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.quote {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
}
.quote .stars {
  font-size: 1rem;
}
.quote p {
  margin: 0.7rem 0 1rem;
  font-size: 1rem;
}
.quote .who {
  font-weight: 600;
  font-size: 0.94rem;
}
.quote .loc {
  color: var(--muted);
  font-size: 0.84rem;
}
@media (max-width: 820px) {
  .quotes {
    grid-template-columns: 1fr;
  }
}

.quiz-section {
  background: var(--bg2);
}
.quiz {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  max-width: 1160px;
  margin-inline: auto;
  overflow: hidden;
}
.quiz-top {
  padding: 1.4rem 1.8rem;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.quiz-top h3 {
  font-size: 1.15rem;
}
.progress {
  height: 8px;
  background: var(--line);
  border-radius: 999px;
  overflow: hidden;
  flex: 1;
  max-width: 220px;
}
.progress > i {
  display: block;
  height: 100%;
  width: 16.6%;
  background: var(--gold);
  transition: width 0.35s;
}
.quiz-body {
  padding: 1.8rem;
}
.qstep {
  display: none;
  animation: fade 0.3s ease;
}
.qstep.active {
  display: block;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.qstep h4 {
  font-family: "Mulish", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}
.qstep .hint {
  color: var(--muted);
  font-size: 0.94rem;
  margin-bottom: 1.2rem;
}
.options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}
.opt {
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 500;
  transition: 0.15s;
  background: #fff;
}
.opt:hover {
  border-color: var(--gold);
  background: var(--gold-soft);
}
.opt.sel {
  border-color: var(--gold);
  background: var(--gold-soft);
  box-shadow: inset 0 0 0 1.5px var(--gold);
}
.opt .em {
  font-size: 1.35rem;
}
@media (max-width: 520px) {
  .options {
    grid-template-columns: 1fr;
  }
}
.field {
  margin-bottom: 1rem;
}
.field label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}
.field input {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
}
.field input:focus {
  outline: none;
  border-color: var(--gold);
}
.field .err {
  color: #c0392b;
  font-size: 0.82rem;
  margin-top: 0.3rem;
  display: none;
}
.field.invalid input {
  border-color: #c0392b;
}
.field.invalid .err {
  display: block;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 520px) {
  .grid2 {
    grid-template-columns: 1fr;
  }
}
.quiz-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.4rem;
  gap: 1rem;
}
.link-back {
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 500;
}
.link-back:hover {
  color: var(--ink);
}
.consent {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.9rem;
}
.quiz-aside {
  background: var(--bg2);
  padding: 0.9rem 1.8rem;
  font-size: 0.85rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-top: 1px solid var(--line);
}
.done {
  text-align: center;
  padding: 1rem 0.5rem;
}
.done .tick {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--success);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 2rem;
  margin: 0 auto 1rem;
}
.done h4 {
  font-size: 1.6rem;
}
.done p {
  color: var(--muted);
  max-width: 46ch;
  margin: 0.6rem auto 0;
}
.badge-hot {
  display: inline-block;
  background: var(--gold-soft);
  color: var(--gold-dark);
  border: 1px solid var(--gold);
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: 1rem;
}

.faq details {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.05rem 1.3rem;
  margin-bottom: 0.75rem;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.04rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--gold);
}
.faq details[open] summary::after {
  content: "–";
}
.faq p {
  color: var(--muted);
  margin-top: 0.7rem;
}

.final-cta {
  background:
    radial-gradient(
      620px 240px at 50% -20%,
      rgba(180, 136, 60, 0.32),
      transparent 60%
    ),
    linear-gradient(150deg, var(--dark), #2c2219);
  color: #f3ece0;
  text-align: center;
  border-radius: 20px;
  padding: 3.2rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.final-cta h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.6rem);
  color: #fdf8ef;
}
.final-cta p {
  color: #cdbfa9;
  margin: 0.7rem auto 1.6rem;
  max-width: 48ch;
}

footer {
  background: var(--primary);
  color: #e8ede7;
  padding: 2.6rem 0 3rem;
  font-size: 0.92rem;
}
.foot-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
footer a {
  color: #ece3d5;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer .fine {
  margin-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.2rem;
  color: #cbd5c9;
  font-size: 0.82rem;
}

/* Utility and component modifiers */
.nav-cta {
  background: #40523c;
  color: #fff !important;
  padding: 0.55rem 1.15rem;
}
.nav-cta:hover {
  background: #31402e;
  color: #fff;
}

.hero-highlight {
  margin-top: 0.85rem;
  color: #f0e2c6;
  font-size: 1.02rem;
  font-weight: 600;
}

.hero-card-copy {
  margin-bottom: 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.btn-full {
  width: 100%;
}
.form-note {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}
.review-stars {
  color: #e0a43b;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.section-title {
  margin-top: 0.5rem;
  font-size: clamp(1.85rem, 3.6vw, 2.6rem);
}
.section-alt {
  background: var(--bg2);
}
.visual-note {
  opacity: 0.85;
  font-weight: 400;
}
.case-copy {
  font-size: 1.05rem;
}
.case-action {
  margin-top: 1.3rem;
}
.section-head-centered {
  margin-inline: auto;
  text-align: center;
}
.centered-copy {
  margin-inline: auto;
}
.is-hidden {
  display: none;
}
.done-action {
  margin-top: 1.4rem;
}
.is-invisible {
  visibility: hidden;
}
.step-current {
  margin: 0 0.2rem;
}
.footer-about {
  max-width: 34ch;
}
.footer-brand {
  align-items: center;
}
.footer-brand-title {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
}
.footer-brand-subtitle {
  color: var(--gold);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.footer-description {
  margin-top: 0.8rem;
  color: #948a79;
}
.footer-heading {
  color: #fff;
}

/* Premium site footer */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #e7ece5;
  padding: 0;
  font-size: 0.92rem;
}
.site-footer::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #b7a077, #e1d4b8 48%, #8d7b5c);
}
.site-footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 26rem;
  height: 26rem;
  right: -10rem;
  top: -13rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 3rem rgba(255, 255, 255, 0.018),
    0 0 0 6rem rgba(255, 255, 255, 0.012);
}
.site-footer .foot-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 1.45fr) minmax(18rem, 1.2fr) minmax(
      12rem,
      0.7fr
    );
  gap: clamp(2rem, 6vw, 5.5rem);
  padding: clamp(3.5rem, 6vw, 5rem) 0 3.2rem;
}
.site-footer .footer-about {
  max-width: 29rem;
  padding-right: clamp(0rem, 3vw, 2.5rem);
}
.site-footer .footer-brand {
  align-items: center;
  gap: 1rem;
}
.site-footer .footer-brand img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}
.site-footer .footer-brand-title {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.site-footer .footer-brand-subtitle {
  display: block;
  margin-top: 0.18rem;
  color: #c8b58f;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.site-footer .footer-description {
  margin-top: 1.35rem;
  color: #b9c2b6;
  font-size: 0.94rem;
  line-height: 1.75;
}
.site-footer .footer-column {
  padding-top: 0.4rem;
}
.site-footer .footer-heading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.site-footer .footer-heading::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #b7a077;
}
.site-footer .footer-contact {
  display: grid;
  gap: 0.72rem;
  font-style: normal;
}
.site-footer .footer-contact a,
.site-footer .footer-contact div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  color: #dfe6dc;
  line-height: 1.4;
}
.site-footer .footer-contact a {
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}
.site-footer .footer-contact a:hover {
  color: #fff;
  transform: translateX(3px);
}
.site-footer .footer-icon {
  display: inline-grid;
  flex: 0 0 1.85rem;
  width: 1.85rem;
  height: 1.85rem;
  place-items: center;
  border: 1px solid rgba(206, 190, 154, 0.32);
  border-radius: 50%;
  color: #d2c09d;
  font-size: 0.78rem;
}
.site-footer .footer-links {
  display: grid;
  gap: 0.65rem;
  color: #dfe6dc;
  list-style: none;
}
.site-footer .footer-links li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.site-footer .footer-links li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c8b58f;
  box-shadow: 0 0 0 4px rgba(200, 181, 143, 0.08);
}
.site-footer .fine {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.4rem 0 1.65rem;
  color: #aeb8ab;
  font-size: 0.76rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media (max-width: 860px) {
  .site-footer .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer .footer-about {
    grid-column: 1 / -1;
    max-width: 34rem;
  }
}
@media (max-width: 560px) {
  .site-footer .foot-grid {
    grid-template-columns: 1fr;
    gap: 2.3rem;
    padding: 3.2rem 0 2.6rem;
  }
  .site-footer .footer-about {
    grid-column: auto;
  }
  .site-footer .footer-brand img {
    width: 64px;
    height: 64px;
  }
  .site-footer .footer-contact a span:last-child {
    overflow-wrap: anywhere;
  }
}
