/* ═══════════════════════════════════  CALCULATOR-INHERITED DESIGN SYSTEM  ═══ */
:root {
  --ivory:       #F6F1E8;
  --ivory-2:     #F1EBDE;
  --soft-white:  #FFFBF4;
  --paper:       #FDF9F1;
  --bone:        #EFEAE0;
  --navy:        #1B2D42;
  --navy-deep:   #15243A;
  --navy-soft:   #2A3D55;
  --gold:        #C6A56B;
  --gold-soft:   #D4B681;
  --gold-deep:   #A88848;
  --med-blue:    #7EA8BE;
  --teal:        #2F7D73;
  --teal-soft:   #4A9489;
  --border:      #E7E1D8;
  --border-soft: #EFEAE0;
  --muted:       #6B7585;
  --muted-soft:  #8C95A6;
  --strike:      #A8A39A;
  --white:       #FFFFFF;
  --serif:  'Cormorant Garamond', 'Georgia', serif;
  --sans:   'Inter', system-ui, -apple-system, sans-serif;
  --body:   'Inter', system-ui, sans-serif;
  --ease:    cubic-bezier(.16, 1, .3, 1);
  --ease-out: cubic-bezier(0, 0, .2, 1);
  --pad:    clamp(20px, 4vw, 64px);
  --max:    1320px;
  --radius: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --shadow-lg: 0 30px 80px -30px rgba(27,45,66,.18), 0 8px 24px -12px rgba(27,45,66,.08);
  --shadow-md: 0 12px 30px -16px rgba(27,45,66,.14);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { font-family: var(--body); background: var(--ivory); color: var(--navy); overflow-x: hidden; line-height: 1.6; font-weight: 400; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: rgba(198,165,107,.3); color: var(--navy); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.012em;
  line-height: 1.05;
  color: var(--navy);
  text-wrap: balance;
}
.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: .8rem;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 1.5px;
  background: var(--gold);
  border-radius: 1px;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 1.05rem 1.6rem;
  border-radius: var(--radius-sm);
  transition: transform .25s var(--ease), box-shadow .25s, background .25s, border-color .25s, color .25s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.btn .arr { transition: transform .25s var(--ease); display: inline-block; color: var(--gold-soft); font-size: 14px; }
.btn:hover .arr { transform: translateX(3px); }
.btn-primary { background: var(--navy); color: var(--ivory); box-shadow: 0 12px 30px -14px rgba(27,45,66,.5); }
.btn-primary:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: 0 18px 36px -14px rgba(27,45,66,.55); }
.btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--navy); background: var(--soft-white); }
.btn-gold { background: var(--gold); color: var(--soft-white); box-shadow: 0 12px 30px -14px rgba(198,165,107,.55); }
.btn-gold:hover { background: var(--gold-deep); transform: translateY(-2px); }
.btn-gold .arr { color: var(--soft-white); }

.section-divider { width: 100%; height: 1px; background: rgba(27,45,66,.055); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .06s; }
.reveal.d2 { transition-delay: .14s; }
.reveal.d3 { transition-delay: .22s; }
.reveal.d4 { transition-delay: .30s; }
.reveal.d5 { transition-delay: .38s; }
.reveal.d6 { transition-delay: .46s; }

/* 01 NAV */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 900;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad);
  background: rgba(246, 241, 232, .98);
  transition: border-color .35s, background .35s, box-shadow .35s;
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.nav.solid { background: rgba(246, 241, 232, .98); border-bottom-color: rgba(231,225,216,.62); box-shadow: 0 14px 34px -30px rgba(27,45,66,.25); }
.nav-brand { display: flex; align-items: center; gap: .95rem; text-decoration: none; }
.nav-mark { width: 46px; height: 46px; position: relative; flex-shrink: 0; color: var(--gold); }
.nav-mark svg { width: 100%; height: 100%; color: var(--gold); }
.nav-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.nav-mark svg path:first-of-type { stroke: var(--gold) !important; }
.nav-wordmark { display: flex; flex-direction: column; gap: 3px; }
.nav-wordmark .primary { font-family: var(--sans); font-size: 14.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--navy); line-height: 1; }
.nav-wordmark .secondary { font-family: var(--sans); font-size: 9.5px; font-weight: 500; letter-spacing: .22em; color: var(--muted); text-transform: uppercase; line-height: 1; }
.nav.solid .nav-wordmark .primary { color: var(--navy); }
.nav.solid .nav-wordmark .secondary { color: var(--muted); }
.nav-links { display: flex; align-items: center; gap: 2.2rem; }
.nav-links a { font-family: var(--sans); font-size: 13.5px; font-weight: 500; color: var(--navy); position: relative; padding: 8px 2px; transition: color .25s; text-transform: none; letter-spacing: 0; }
.nav-links a::after { display: none; }
.nav-links a:hover { color: var(--gold-deep); }
.nav.solid .nav-links a { color: var(--navy); }
.nav.solid .nav-links a:hover { color: var(--gold-deep); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 1rem 1.3rem;
  border-radius: 12px;
  background: var(--navy);
  color: var(--ivory);
  border: 0;
  box-shadow: 0 10px 26px -16px rgba(27,45,66,.52);
  transition: transform .25s var(--ease), background .25s, box-shadow .25s;
}
.nav-cta:hover { background: var(--navy-deep); transform: translateY(-1px); box-shadow: 0 16px 34px -18px rgba(27,45,66,.56); }
.nav.solid .nav-cta { color: var(--ivory); border-color: transparent; }
.nav-cta::after { content: ' ↗'; color: var(--gold-soft); font-weight: 600; }
.nav-burger { display: none; flex-direction: column; gap: 4px; padding: 10px; border-radius: 10px; border: 1px solid var(--border); background: var(--soft-white); }
.nav-burger span { display: block; width: 18px; height: 1.5px; background: var(--navy); border-radius: 1px; }
.nav.solid .nav-burger span { background: var(--navy); }
.nav-mobile { display: none; position: fixed; inset: 84px 0 0 0; background: var(--ivory); padding: 2.5rem var(--pad); z-index: 899; flex-direction: column; gap: 1.8rem; border-top: 1px solid var(--border); overflow-y: auto; }
.nav-mobile.open { display: flex; }
.nav-mobile a,
.nav-mobile-accordion-toggle {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--navy);
  border: 0;
  border-bottom: 1px solid var(--border);
  padding: 0 0 1.1rem;
  background: transparent;
  text-align: left;
}
.nav-mobile-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.nav-mobile-chevron {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(184,147,90,.32);
  color: var(--gold-deep);
  font-size: 15px;
  line-height: 1;
  transition: transform .25s var(--ease), background .25s, border-color .25s;
}
.nav-mobile-accordion-toggle[aria-expanded="true"] .nav-mobile-chevron {
  transform: rotate(45deg);
  background: rgba(184,147,90,.1);
  border-color: rgba(184,147,90,.48);
}
.nav-mobile-treatments {
  display: grid;
  gap: .35rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: -1.75rem;
  padding: 0 0 0 .85rem;
  border-bottom: 0;
  transition: max-height .32s var(--ease), opacity .22s ease, padding .25s var(--ease), border-color .25s;
}
.nav-mobile-treatments.open {
  max-height: none;
  overflow: visible;
  opacity: 1;
  padding: .15rem 0 1.05rem .85rem;
  border-bottom: 1px solid var(--border);
}
.nav-mobile-treatments a {
  border-bottom: 0;
  padding: .36rem 0;
  font-size: 13.5px;
  color: var(--navy-soft);
}

@media (max-width: 1100px) {
  .nav-mark { width: 42px; height: 42px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
}

/* 02 HERO */
.hero-section { position: relative; background: radial-gradient(circle at 72% 20%, rgba(212,182,129,.105), transparent 28%), linear-gradient(180deg, var(--ivory) 0%, #F8F3EA 58%, var(--ivory) 100%); overflow: hidden; padding-top: 96px; }
.hero-bg, .hero-grain, .hero-vignette { display: none; }
.hero-skyline {
  display: none;
}
.hero-skyline svg path,
.hero-skyline svg rect { fill: #1B2D42 !important; }

.hero {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .9fr);
  align-items: center;
  gap: clamp(3rem, 5vw, 5.2rem);
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: clamp(46px, 5.2vw, 72px) var(--pad) clamp(96px, 8.6vw, 132px);
}
.hero-copy { position: relative; min-width: 0; padding-top: .35rem; }
.hero-provenance {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.75rem;
  padding: .52rem .98rem;
  background: rgba(255,251,244,.78);
  border: 1px solid rgba(231,225,216,.82);
  border-radius: 100px;
  box-shadow: 0 14px 34px -30px rgba(27,45,66,.28);
  opacity: 0;
  animation: fadeUp .9s var(--ease) .1s forwards;
}
.hero-provenance .flag { font-size: 14px; }
.hero-provenance .label { font-family: var(--sans); font-size: 10.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--navy); }
.hero-provenance .sep { width: 1px; height: 12px; background: var(--border); }
.hero-provenance .est { font-family: var(--serif); font-style: italic; font-size: 14px; font-weight: 500; color: var(--gold-deep); }
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.6vw, 5.4rem);
  font-weight: 500;
  line-height: 1.065;
  letter-spacing: -.015em;
  color: var(--navy);
  margin-bottom: 1.45rem;
}
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .045em; margin-bottom: -.045em; }
.hero h1 .line > span { display: inline-block; transform: translateY(110%); animation: slideUp 1s var(--ease) both; }
.hero h1 .line:nth-child(1) > span { animation-delay: .2s; }
.hero h1 .line:nth-child(2) > span { animation-delay: .32s; }
.hero h1 .line:nth-child(3) > span { animation-delay: .44s; }
.hero h1 em { font-style: italic; font-weight: 500; color: var(--gold); }
.hero-lede {
  max-width: 480px;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--navy-soft);
  margin-bottom: 2.15rem;
  opacity: 0;
  animation: fadeUp .9s var(--ease) .65s forwards;
}
.hero-actions { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; opacity: 0; animation: fadeUp .9s var(--ease) .8s forwards; }
.hero-section .btn-primary { background: var(--navy); color: var(--soft-white); }
.hero-section .btn-primary:hover { background: var(--navy-deep); }
.hero-section .btn-outline { border: 1px solid rgba(231,225,216,.94); color: var(--navy); background: rgba(255,251,244,.74); }
.hero-section .btn-outline:hover { border-color: var(--gold); color: var(--gold-deep); }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 3.05rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(27,45,66,.07);
  opacity: 0;
  animation: fadeUp .9s var(--ease) 1s forwards;
}
.hero-stat { display: flex; flex-direction: column; gap: .5rem; padding-right: 1.25rem; border-right: 1px solid rgba(27,45,66,.065); }
.hero-stat:last-child { padding-right: 0; border-right: 0; padding-left: 1.2rem; }
.hero-stat:nth-child(2), .hero-stat:nth-child(3) { padding-left: 1.2rem; }
.hero-stat .val { font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 2.8rem); font-weight: 500; color: var(--navy); line-height: 1; letter-spacing: -.02em; font-feature-settings: "tnum"; }
.hero-stat .val sup { font-family: var(--sans); font-size: .34em; font-weight: 700; color: var(--gold); vertical-align: super; letter-spacing: .02em; }
.hero-stat .lbl { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

.hero-visual { position: relative; z-index: 2; min-width: 0; width: min(100%, 540px); justify-self: end; align-self: center; opacity: 0; animation: fadeIn 1.15s var(--ease) .36s forwards; }
.hero-canvas {
  position: relative;
  aspect-ratio: 10/12;
  max-height: min(650px, calc(100vh - 190px));
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 34px 78px -42px rgba(27,45,66,.24), 0 14px 32px -24px rgba(27,45,66,.18);
  overflow: visible;
}
.hero-treatment-showcase {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  overflow: visible;
  background: transparent;
  touch-action: pan-y;
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
}
.hero-treatment-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 12%, rgba(255,255,255,.28), transparent 32%),
    linear-gradient(180deg, rgba(246,241,232,.08) 0%, rgba(14,27,46,.035) 46%, rgba(14,27,46,.28) 100%);
  pointer-events: none;
}
.hero-treatment-showcase::after {
  display: none;
}
.hero-treatment-track,
.hero-treatment-slide {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.hero-treatment-slide {
  opacity: 0;
  overflow: hidden;
  transform: translateX(12px) scale(.99);
  transition: opacity .86s var(--ease), transform .86s var(--ease);
  pointer-events: none;
}
.hero-treatment-slide::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54%;
  z-index: 5;
  background: linear-gradient(180deg, rgba(8,18,32,0) 0%, rgba(10,22,38,.26) 22%, rgba(10,22,38,.62) 68%, rgba(8,18,32,.76) 100%);
  pointer-events: none;
}
.hero-treatment-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.hero-treatment-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.018) translate3d(var(--hero-shift-x), var(--hero-shift-y), 0);
  filter: saturate(.99) contrast(1.015);
}
.hero-treatment-slide.is-active img {
  animation: treatmentFloat 7s ease-in-out infinite;
}
.hero-treatment-content {
  position: absolute;
  left: clamp(1.18rem, 2.45vw, 1.78rem);
  right: clamp(1.35rem, 3vw, 2.1rem);
  bottom: clamp(4.02rem, 4.9vw, 4.72rem);
  z-index: 6;
  color: var(--soft-white);
}
.hero-treatment-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .72rem;
  margin-bottom: .54rem;
  font-family: var(--sans);
  font-size: 9.2px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.86);
  text-shadow: 0 8px 20px rgba(0,0,0,.44);
}
.hero-treatment-meta span:first-child { color: rgba(212,182,129,.96); white-space: nowrap; }
.hero-treatment-meta span:last-child { max-width: 260px; color: rgba(255,255,255,.82); }
.hero-treatment-line {
  width: min(150px, 42%);
  height: 1px;
  margin-bottom: .72rem;
  background: linear-gradient(90deg, var(--gold-soft), rgba(212,182,129,0));
}
.hero-treatment-content h2 {
  color: rgba(255,255,255,.93);
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1;
  max-width: 430px;
  text-shadow: 0 14px 30px rgba(0,0,0,.52), 0 1px 1px rgba(0,0,0,.22);
}
.hero-treatment-content p {
  margin-top: .62rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255,255,255,.86);
  text-shadow: 0 10px 24px rgba(0,0,0,.48);
}
.hero-treatment-controls {
  position: absolute;
  left: clamp(1.25rem, 3vw, 1.8rem);
  right: clamp(1.25rem, 3vw, 1.8rem);
  bottom: .95rem;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.hero-treatment-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.14);
  color: var(--soft-white);
  display: grid;
  place-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .25s var(--ease), background .25s, border-color .25s;
}
.hero-treatment-arrow:hover,
.hero-treatment-arrow:focus-visible {
  transform: translateY(-1px);
  background: rgba(255,255,255,.2);
  border-color: rgba(212,182,129,.48);
  outline: none;
}
.hero-treatment-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.hero-treatment-dots button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.46);
  transition: transform .25s var(--ease), background .25s, width .25s;
  box-shadow: 0 0 0 1px rgba(14,27,46,.08);
}
.hero-treatment-dots button.is-active {
  width: 21px;
  border-radius: 999px;
  background: var(--gold-soft);
}

.hero-badge { position: absolute; z-index: 10; overflow: hidden; isolation: isolate; will-change: transform, translate, scale; transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease); }
.hero-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(255,255,255,0) 8%, rgba(255,255,255,.34) 45%, rgba(255,255,255,0) 62%);
  opacity: 0;
  transform: translateX(-145%);
  pointer-events: none;
}
.hero-badge > * { position: relative; z-index: 2; }
.hero-badge:hover { transform: translateY(-2px); box-shadow: 0 30px 62px -28px rgba(14,27,46,.54), 0 1px 0 rgba(255,255,255,.84) inset; border-color: rgba(198,165,107,.36); }
.hero-badge-rating { top: -1.34rem; right: -1.68rem; background: rgba(255,251,244,.99); border: 1px solid rgba(198,165,107,.34); border-radius: 19px; padding: .94rem 1.12rem; box-shadow: 0 34px 72px -30px rgba(14,27,46,.58), 0 1px 0 rgba(255,255,255,.86) inset; animation: fadeUp .9s var(--ease) 1.35s both, heroBadgeFloatRating 8.2s ease-in-out 2.25s infinite; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.hero-badge-rating::before { animation: heroBadgeSheen 8.8s ease-in-out 3.1s infinite; }
.hero-badge-rating .stars { color: var(--gold); font-size: 12.6px; letter-spacing: 1.9px; display: block; margin-bottom: 5px; }
.hero-badge-rating .lbl { font-family: var(--sans); font-size: 11.35px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--navy); }
.hero-badge-rating .sub { font-family: var(--sans); font-size: 11.4px; font-weight: 400; color: var(--muted); margin-top: 2px; }
.hero-badge-trust { top: 27%; left: -5.7rem; background: rgba(255,251,244,.982); border: 1px solid rgba(198,165,107,.28); border-radius: 16px; padding: .68rem .86rem; display: flex; align-items: center; gap: .58rem; box-shadow: 0 28px 60px -32px rgba(14,27,46,.52), 0 1px 0 rgba(255,255,255,.8) inset; animation: fadeUp .9s var(--ease) 1.5s both, heroBadgeFloatTrust 7.25s ease-in-out 2.55s infinite; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.hero-badge-trust .icon-wrap { width: 28px; height: 28px; background: rgba(198,165,107,.12); border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; color: var(--gold-deep); }
.hero-badge-trust .icon-wrap svg { width: 13px; height: 13px; }
.hero-badge-trust .lbl { font-family: var(--sans); font-size: 9.6px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--navy); }
.hero-badge-trust .sub { font-family: var(--sans); font-size: 10.5px; font-weight: 400; color: var(--muted); margin-top: 2px; }

.scroll-cue { position: absolute; left: var(--pad); bottom: 1.8rem; display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 20; opacity: 0; animation: fadeIn 1s var(--ease) 1.4s forwards; }
.scroll-cue span { font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; color: var(--muted-soft); writing-mode: vertical-rl; }
.scroll-cue .line { width: 1px; height: 44px; background: linear-gradient(180deg, var(--gold) 0%, transparent 100%); animation: drip 2.6s ease-in-out infinite; }

@media (min-width: 1025px) and (max-width: 1180px) {
  .hero { grid-template-columns: 1fr; padding-top: clamp(28px, 4vw, 44px); padding-bottom: clamp(76px, 7vw, 102px); gap: 1.45rem; }
  .hero-visual { order: -1; width: min(100%, clamp(520px, 58vw, 620px)); justify-self: center; }
  .hero-canvas { max-width: 620px; max-height: none; margin: 0 auto; width: 100%; aspect-ratio: 16/11; }
  .hero-copy { width: min(100%, 760px); justify-self: center; }
  .hero-lede { max-width: 600px; }
  .hero-badge-trust { left: -2.8rem; }
  .hero-treatment-content { left: 1.35rem; bottom: 4.05rem; }
  .hero-treatment-content h2 { font-size: clamp(1.8rem, 4.2vw, 2.6rem); }
}
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; padding-top: 22px; padding-bottom: 68px; gap: 1.05rem; }
  .hero-visual { order: -1; width: min(100%, clamp(430px, 72vw, 560px)); justify-self: center; }
  .hero-canvas { max-width: 560px; max-height: none; margin: 0 auto; width: 100%; aspect-ratio: 5/4; }
  .hero-badge-rating { right: .75rem; top: .75rem; }
  .hero-badge-trust { left: .75rem; top: 1.35rem; }
  .hero-copy {
    width: min(100%, 560px);
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .hero-treatment-content { left: 1.15rem; bottom: 4.1rem; }
  .hero-treatment-content h2 { font-size: clamp(1.45rem, 6vw, 2.25rem); }
  .hero-treatment-meta { font-size: 9px; gap: .55rem; }
  .hero-treatment-meta span:last-child { max-width: 230px; }
  .hero-treatment-controls { bottom: 1rem; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stat { padding: 1rem 0; border-right: none; border-bottom: 1px solid var(--border); padding-left: 0; padding-right: 0; }
  .hero-stat:nth-child(odd) { padding-right: 1rem; border-right: 1px solid var(--border); }
  .hero-stat:nth-child(even) { padding-left: 1rem; }
  .hero-stat:last-child { border-bottom: none; }
  .scroll-cue { display: none; }
}
@media (max-width: 560px) { .hero h1 { font-size: 2.42rem; } .hero-lede { font-size: .95rem; } }
@media (max-width: 560px) {
  .hero-section { padding-top: 86px; }
  .hero {
    padding-top: 0;
    padding-bottom: 44px;
    gap: .34rem;
    overflow: hidden;
  }
  .hero-copy {
    width: min(390px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .hero-visual {
    width: min(318px, calc(100vw - 44px));
    max-width: calc(100vw - 44px);
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-canvas {
    width: min(318px, calc(100vw - 44px)) !important;
    max-width: calc(100vw - 44px) !important;
    height: clamp(410px, 108vw, 480px);
    max-height: 480px;
    min-height: 410px;
    aspect-ratio: auto;
    border-radius: 24px;
  }
  .hero-treatment-showcase::before {
    background:
      radial-gradient(circle at 20% 12%, rgba(255,255,255,.24), transparent 32%),
      linear-gradient(180deg, rgba(246,241,232,.1) 0%, rgba(14,27,46,.025) 52%, rgba(14,27,46,.22) 100%);
  }
  .hero-treatment-slide::after {
    height: 56%;
    background: linear-gradient(180deg, rgba(8,18,32,0) 0%, rgba(10,22,38,.24) 20%, rgba(10,22,38,.64) 66%, rgba(8,18,32,.78) 100%);
  }
  .hero-treatment-showcase::after { inset: .6rem; }
  .hero-treatment-slide img {
    object-position: center 43%;
    transform: scale(1.012) translate3d(var(--hero-shift-x), calc(var(--hero-shift-y) - 8px), 0);
  }
  .hero-badge-rating,
  .hero-badge-trust {
    top: .48rem;
    padding: .28rem .36rem;
    border-radius: 8px;
    max-width: 118px;
    background: rgba(255,251,244,.98);
    border-color: rgba(198,165,107,.34);
    box-shadow: 0 16px 34px -22px rgba(14,27,46,.5), 0 1px 0 rgba(255,255,255,.78) inset;
  }
  .hero-badge-rating {
    top: 2.76rem;
    left: .5rem;
    right: auto;
    max-width: 108px;
    padding: .34rem .42rem;
  }
  .hero-badge-rating .stars {
    font-size: 6.5px;
    letter-spacing: .75px;
    margin-bottom: 1px;
  }
  .hero-badge-trust { left: .5rem; gap: .28rem; max-width: 116px; }
  .hero-badge-rating .lbl,
  .hero-badge-trust .lbl {
    font-size: 6.1px;
    letter-spacing: .075em;
  }
  .hero-badge-rating .sub,
  .hero-badge-trust .sub {
    display: none;
  }
  .hero-badge-trust .icon-wrap {
    width: 14px;
    height: 14px;
  }
  .hero-badge-trust .icon-wrap svg {
    width: 7px;
    height: 7px;
  }
  .hero-treatment-content {
    left: .9rem;
    right: .95rem;
    bottom: 3.18rem;
  }
  .hero-treatment-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: .22rem;
    margin-bottom: .44rem;
    color: rgba(255,255,255,.96);
    text-shadow: 0 8px 20px rgba(0,0,0,.36);
  }
  .hero-treatment-meta span:first-child,
  .hero-treatment-meta span:last-child {
    display: none;
  }
  .hero-treatment-meta span:last-child { max-width: 190px; }
  .hero-treatment-line {
    margin-bottom: .58rem;
    background: linear-gradient(90deg, rgba(212,182,129,.95), rgba(212,182,129,0));
  }
  .hero-treatment-content h2 {
    font-size: 1.58rem;
    color: rgba(255,255,255,.98);
    text-shadow: 0 12px 28px rgba(0,0,0,.4), 0 1px 1px rgba(0,0,0,.16);
  }
  .hero-treatment-content p {
    font-size: .98rem;
    color: rgba(255,255,255,.93);
  }
  .hero-treatment-controls {
    left: .82rem;
    right: .82rem;
    bottom: .65rem;
    justify-content: space-between;
    gap: .65rem;
  }
  .hero-treatment-arrow {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  .hero-treatment-dots { gap: 6px; }
  .hero-treatment-dots button {
    width: 5.5px;
    height: 5.5px;
  }
  .hero-treatment-dots button.is-active {
    width: 17px;
  }
  .hero-provenance {
    gap: .4rem;
    margin-bottom: .52rem;
    padding: .24rem .46rem;
  }
  .hero-provenance .flag { font-size: 11px; }
  .hero-provenance .label { font-size: 8.2px; letter-spacing: .14em; }
  .hero-provenance .sep { height: 9px; }
  .hero-provenance .est { font-size: 11px; white-space: nowrap; }
  .hero h1 {
    margin-bottom: 1rem;
    line-height: 1.055;
  }
  .hero-lede {
    max-width: 330px;
    margin-bottom: 1.28rem;
    line-height: 1.62;
  }
  .hero-actions {
    gap: .58rem;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    padding: .9rem 1.05rem;
  }
  .hero-stats {
    margin-top: 1.28rem;
    padding-top: .86rem;
  }
  .hero-stat,
  .hero-stat:nth-child(odd),
  .hero-stat:nth-child(even),
  .hero-stat:last-child {
    align-items: center;
    gap: .26rem;
    padding-left: .55rem;
    padding-right: .55rem;
    padding-top: .62rem;
    padding-bottom: .62rem;
    text-align: center;
  }
  .hero-stat .val {
    font-size: clamp(1.56rem, 7.8vw, 1.92rem);
  }
  .hero-stat .lbl {
    font-size: 8.6px;
    letter-spacing: .15em;
    line-height: 1.35;
  }
}
@media (min-width: 390px) and (max-width: 560px) {
  .hero-visual {
    width: min(360px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
  }
  .hero-canvas {
    width: min(360px, calc(100vw - 40px)) !important;
    max-width: calc(100vw - 40px) !important;
  }
}
@keyframes treatmentFloat {
  0%, 100% { transform: scale(1.018) translate3d(var(--hero-shift-x), var(--hero-shift-y), 0); }
  50% { transform: scale(1.027) translate3d(var(--hero-shift-x), calc(var(--hero-shift-y) - 5px), 0); }
}
@keyframes heroBadgeFloatTrust {
  0%, 100% { translate: 0 0; scale: 1; }
  48% { translate: 0 -3.5px; scale: 1.006; }
  72% { translate: 0 1px; scale: 1.002; }
}
@keyframes heroBadgeFloatRating {
  0%, 100% { translate: 0 0; scale: 1; }
  42% { translate: 0 -2.8px; scale: 1.005; }
  68% { translate: 0 .8px; scale: 1.001; }
}
@keyframes heroBadgeSheen {
  0%, 72% { opacity: 0; transform: translateX(-145%); }
  78% { opacity: .28; }
  88%, 100% { opacity: 0; transform: translateX(145%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-treatment-slide,
  .hero-treatment-slide img,
  .hero-badge,
  .hero-badge::before {
    animation: none !important;
    transition: none !important;
    translate: 0 0;
    scale: 1;
  }
}

/* 03 TRUST STRIP */
.trust-strip { background: var(--navy); padding: 1.45rem var(--pad); overflow: hidden; }
.trust-strip-inner { max-width: var(--max); margin: 0 auto; overflow: hidden; }
.trust-strip-track { display: flex; align-items: center; width: 100%; }
.trust-strip-set { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: clamp(.5rem, 1.2vw, 1.15rem); }
.trust-strip-set-duplicate { display: none; }
.trust-item { display: flex; align-items: center; gap: .52rem; white-space: nowrap; min-width: 0; }
.trust-item .ico { width: 19px; height: 19px; flex-shrink: 0; }
.trust-item .ico.gold, .trust-item .ico.teal { color: var(--gold); }
.trust-item span { font-family: var(--sans); font-size: clamp(8.4px, .78vw, 10.4px); font-weight: 600; letter-spacing: .095em; text-transform: uppercase; color: rgba(255, 255, 255, .86); }
.trust-sep { width: 1px; height: 14px; background: rgba(255, 255, 255, .065); flex-shrink: 0; }
@media (min-width: 641px) and (max-width: 1279px) {
  .trust-strip {
    height: clamp(70px, 7vw, 84px);
    padding: 0;
    display: flex;
    align-items: center;
  }
  .trust-strip-inner {
    max-width: none;
    width: 100%;
    overflow: hidden;
  }
  .trust-strip-track {
    width: max-content;
    gap: 2.2rem;
    animation: trustMarquee 32s linear infinite;
    will-change: transform;
  }
  .trust-strip-set,
  .trust-strip-set-duplicate {
    width: auto;
    display: flex;
    justify-content: flex-start;
    gap: clamp(1.75rem, 3vw, 2.7rem);
    flex-shrink: 0;
  }
  .trust-item {
    gap: .48rem;
    opacity: 1;
    transform: none;
    animation: none;
  }
  .trust-item .ico {
    width: 17px;
    height: 17px;
  }
  .trust-item span {
    white-space: nowrap;
    font-size: clamp(9.2px, 1.05vw, 10.4px);
    letter-spacing: .09em;
    line-height: 1.25;
  }
  .trust-sep { display: none; }
}
@media (max-width: 640px) {
  .trust-strip {
    height: clamp(70px, 19vw, 90px);
    padding: 0;
    display: flex;
    align-items: center;
  }
  .trust-strip-inner {
    max-width: none;
    width: 100%;
    overflow: hidden;
  }
  .trust-strip-track {
    width: max-content;
    gap: 2.2rem;
    animation: trustMarquee 28s linear infinite;
    will-change: transform;
  }
  .trust-strip-set,
  .trust-strip-set-duplicate {
    width: auto;
    display: flex;
    justify-content: flex-start;
    gap: 1.55rem;
    flex-shrink: 0;
  }
  .trust-item {
    gap: .42rem;
    opacity: 1;
    transform: none;
    animation: none;
  }
  .trust-item .ico {
    width: 16px;
    height: 16px;
  }
  .trust-item span {
    white-space: nowrap;
    font-size: 9.4px;
    letter-spacing: .1em;
    line-height: 1.25;
  }
  .trust-sep { display: none; }
}
@keyframes trustMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 1.1rem)); }
}
@media (max-width: 1279px) and (prefers-reduced-motion: reduce) {
  .trust-strip-inner {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .trust-strip-track {
    animation: none;
    transform: none;
  }
  .trust-strip-set-duplicate {
    display: none;
  }
}

/* 04 WHY US */
.why-us { padding: clamp(70px, 9vw, 120px) var(--pad); background: var(--ivory); }
.why-us-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2.5rem, 5vw, 6rem); align-items: start; }
.why-us-left { display: flex; flex-direction: column; gap: 1.4rem; position: sticky; top: 110px; }
.why-us-left .eyebrow { margin-bottom: .4rem; }
.why-us-left h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; line-height: 1.08; }
.why-us-left h2 em { font-style: italic; font-weight: 500; color: var(--gold); }
.why-us-left p { font-size: .98rem; font-weight: 400; line-height: 1.75; color: var(--navy-soft); max-width: 420px; }
.why-us-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-us-card { background: rgba(255,255,255,.72); border: 1px solid rgba(27,45,66,.065); border-radius: var(--radius-md); padding: 1.6rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: .45rem; transition: border-color .3s, transform .3s var(--ease), box-shadow .3s, background .3s; }
.why-us-card:hover { background: rgba(255,255,255,.92); border-color: rgba(198,165,107,.22); transform: translateY(-3px); box-shadow: 0 18px 40px -26px rgba(27,45,66,.18); }
.why-us-card-icon { width: 38px; height: 38px; background: rgba(198,165,107,.09); border: 1px solid rgba(198,165,107,.14); border-radius: 50%; display: grid; place-items: center; color: var(--gold-deep); margin-bottom: .5rem; flex-shrink: 0; }
.why-us-card-icon svg { width: 16px; height: 16px; }
.why-us-card-title { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; color: var(--navy); line-height: 1.2; }
.why-us-card-desc { font-family: var(--sans); font-size: .9rem; font-weight: 400; color: var(--muted); line-height: 1.55; }
@media (max-width: 900px) { .why-us-inner { grid-template-columns: 1fr; gap: 2.4rem; } .why-us-left { position: static; } }
@media (max-width: 480px) { .why-us-cards { grid-template-columns: 1fr; } }

/* 05 TREATMENTS */
.treatments {
  padding: clamp(74px, 9vw, 118px) var(--pad);
  background:
    radial-gradient(circle at 84% 14%, rgba(212,182,129,.09), transparent 30%),
    linear-gradient(180deg, var(--paper) 0%, var(--ivory) 100%);
  border-top: 0;
  border-bottom: 0;
}
.treatments-inner { max-width: var(--max); margin: 0 auto; }
.treatments-head { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: end; margin-bottom: clamp(2.3rem, 3.8vw, 3.7rem); }
.treatments-head h2 { font-size: clamp(2.2rem, 4.6vw, 3.8rem); font-weight: 500; line-height: 1.05; }
.treatments-head h2 em { font-style: italic; font-weight: 500; color: var(--gold); }
.treatments-head .eyebrow { margin-bottom: 1rem; }
.treatments-head .sub { font-size: 1rem; font-weight: 400; line-height: 1.72; color: var(--navy-soft); max-width: 430px; }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-left: 0; border-top: 0; }
.t-card {
  background: rgba(255,251,244,.82);
  border: 1px solid rgba(27,45,66,.065);
  border-right: 1px solid rgba(27,45,66,.065);
  border-bottom: 1px solid rgba(27,45,66,.065);
  border-radius: 24px;
  padding: 1.35rem 1.35rem 1.45rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform .42s var(--ease), border-color .42s, box-shadow .42s, background .42s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 50px -42px rgba(27,45,66,.22);
}
.t-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,255,255,.42), transparent 36%);
  opacity: .72;
  pointer-events: none;
}
.t-card::after {
  content: '';
  position: absolute;
  inset: auto 1.35rem 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(198,165,107,.55), rgba(198,165,107,0));
  opacity: 0;
  transition: opacity .42s var(--ease);
  pointer-events: none;
}
.t-card:hover,
.t-card:focus-visible {
  background: rgba(255,251,244,.96);
  border-color: rgba(198,165,107,.2);
  transform: translateY(-5px);
  box-shadow: 0 30px 70px -46px rgba(27,45,66,.34), 0 12px 28px -24px rgba(27,45,66,.18);
  outline: none;
}
.t-card:hover::after,
.t-card:focus-visible::after { opacity: 1; }
.t-card-num { position: relative; z-index: 1; font-family: var(--serif); font-style: italic; font-size: .95rem; font-weight: 500; color: var(--gold-deep); margin-bottom: 1rem; }
.t-card:hover .t-card-num { color: var(--gold-deep); }
.t-card-img {
  position: relative;
  z-index: 1;
  aspect-ratio: 16/10.5;
  background:
    radial-gradient(circle at 58% 35%, rgba(255,255,255,.72), transparent 34%),
    linear-gradient(145deg, rgba(246,241,232,.92), rgba(239,234,224,.7));
  border: 1px solid rgba(27,45,66,.04);
  border-radius: 18px;
  margin-bottom: 1.25rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 18px 40px -34px rgba(27,45,66,.28);
  transition: background .42s, box-shadow .42s, transform .42s var(--ease);
}
.t-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,251,244,.02), rgba(27,45,66,.08));
  opacity: .55;
  pointer-events: none;
}
.t-card:hover .t-card-img,
.t-card:focus-visible .t-card-img {
  background:
    radial-gradient(circle at 58% 35%, rgba(255,255,255,.84), transparent 34%),
    linear-gradient(145deg, rgba(255,251,244,.95), rgba(241,235,222,.78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 22px 46px -34px rgba(27,45,66,.32);
  transform: translateY(-1px);
}
.t-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
  opacity: 1;
  transition: opacity .42s, transform .58s var(--ease), filter .42s;
}
.t-card:hover .t-card-img img,
.t-card:focus-visible .t-card-img img {
  opacity: 1;
  transform: scale(1.045);
  filter: none !important;
}
.t-card-name { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(1.42rem, 1.6vw, 1.62rem); font-weight: 500; color: var(--navy); margin-bottom: .48rem; line-height: 1.15; }
.t-card:hover .t-card-name { color: var(--navy); }
.t-card-desc { position: relative; z-index: 1; font-family: var(--sans); font-size: .91rem; font-weight: 400; color: var(--muted); line-height: 1.62; flex: 1; margin-bottom: 1.35rem; }
.t-card:hover .t-card-desc { color: var(--muted); }
.t-card-foot { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; padding-top: 1rem; border-top: 1px solid rgba(27,45,66,.055); }
.t-card:hover .t-card-foot,
.t-card:focus-visible .t-card-foot { border-color: rgba(198,165,107,.16); }
.t-card-price-label { font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-soft); }
.t-card:hover .t-card-price-label { color: var(--muted-soft); }
.t-card-price { font-family: var(--serif); font-size: 1.52rem; font-weight: 500; color: var(--navy); margin-top: 2px; font-feature-settings: "tnum"; }
.t-card:hover .t-card-price { color: var(--navy); }
.t-card-arrow { width: 36px; height: 36px; border: 1px solid rgba(27,45,66,.09); border-radius: 50%; display: grid; place-items: center; font-size: 13px; color: var(--navy); background: rgba(255,251,244,.64); transition: background .35s var(--ease), border-color .35s, color .35s, transform .35s; flex-shrink: 0; }
.t-card:hover .t-card-arrow,
.t-card:focus-visible .t-card-arrow { background: var(--gold); border-color: var(--gold); color: var(--soft-white); transform: rotate(-45deg); }
@media (max-width: 1000px) { .treatments-head { grid-template-columns: 1fr; gap: 1.35rem; } .t-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 600px) {
  .treatments { padding: 64px var(--pad); }
  .treatments-head { margin-bottom: 2rem; }
  .t-grid { grid-template-columns: 1fr; gap: 14px; }
  .t-card { border-radius: 22px; padding: 1.18rem 1.18rem 1.25rem; }
  .t-card-num { margin-bottom: .82rem; }
  .t-card-img { aspect-ratio: 16/9.6; margin-bottom: 1.08rem; border-radius: 16px; }
  .t-card-img img { width: 100%; height: 100%; }
  .t-card-name { font-size: 1.44rem; }
  .t-card-desc { font-size: .9rem; margin-bottom: 1.12rem; }
  .t-card-foot { padding-top: .9rem; }
  .t-card-arrow { width: 34px; height: 34px; }
}

/* 06 CALC TEASER */
.calc-teaser { padding: clamp(70px, 9vw, 120px) var(--pad); background: var(--navy); position: relative; overflow: hidden; }
.calc-teaser::before { content: ''; position: absolute; width: 600px; height: 600px; top: 50%; left: 30%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(198,165,107,.07), transparent 65%); pointer-events: none; }
.calc-teaser-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; position: relative; z-index: 2; }
.calc-teaser-left .eyebrow { color: var(--gold-soft); margin-bottom: 1.8rem; }
.calc-teaser-left .eyebrow::before { background: var(--gold-soft); }
.calc-teaser-left h2 { font-size: clamp(2.2rem, 4.4vw, 3.6rem); font-weight: 500; color: var(--soft-white); line-height: 1.08; margin-bottom: 1.5rem; }
.calc-teaser-left h2 em { font-style: italic; font-weight: 500; color: var(--gold-soft); }
.calc-teaser-left .body { font-size: 1rem; font-weight: 400; line-height: 1.75; color: rgba(255,255,255,.65); max-width: 440px; margin-bottom: 2.4rem; }
.calc-teaser .btn-gold { background: var(--gold); color: var(--soft-white); box-shadow: 0 14px 36px -14px rgba(198,165,107,.6); }
.calc-teaser .btn-gold:hover { background: var(--gold-deep); }
.calc-teaser-note { display: flex; align-items: center; gap: .6rem; margin-top: 1.4rem; }
.calc-teaser-note span { font-size: 12.5px; font-weight: 400; color: rgba(255,255,255,.45); font-style: italic; }
.calc-teaser-right { display: flex; flex-direction: column; gap: 0; border: 1px solid rgba(255,255,255,.055); border-radius: var(--radius); background: rgba(255,255,255,.025); overflow: hidden; }
.calc-teaser-intro { padding: 1.8rem 1.8rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,.045); }
.calc-teaser-intro p { font-family: var(--serif); font-style: italic; font-size: 1.25rem; font-weight: 500; color: rgba(255,255,255,.75); line-height: 1.5; }
.calc-teaser-intro strong { color: var(--soft-white); font-style: normal; font-weight: 600; }
.calc-treatments-list { display: flex; flex-direction: column; gap: 0; }
.calc-treatment-item { display: flex; align-items: center; justify-content: space-between; padding: 1.3rem 1.8rem; border-bottom: 1px solid rgba(255,255,255,.035); transition: background .25s; }
.calc-treatment-item:last-child { border-bottom: 0; }
.calc-treatment-item:hover { background: rgba(255,255,255,.04); }
.calc-treatment-item .t-name { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; color: rgba(255,255,255,.85); }
.calc-treatment-item .t-cue { font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-soft); }
.calc-teaser-foot { padding: 1.6rem 1.8rem; background: rgba(198,165,107,.045); border-top: 1px solid rgba(198,165,107,.09); }
.calc-teaser-foot p { font-family: var(--serif); font-style: italic; font-size: 1.05rem; font-weight: 500; color: var(--gold-soft); margin-bottom: 1.2rem; line-height: 1.55; }
@media (max-width: 900px) { .calc-teaser-inner { grid-template-columns: 1fr; gap: 2.8rem; } }

/* 07 PROCESS */
.process { padding: clamp(70px, 9vw, 120px) var(--pad); background: var(--ivory); }
.process-inner { max-width: var(--max); margin: 0 auto; }
.process-head { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.process-head h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; line-height: 1.05; }
.process-head h2 em { font-style: italic; font-weight: 500; color: var(--gold); }
.process-head .sub { font-size: 1rem; font-weight: 400; color: var(--navy-soft); line-height: 1.7; max-width: 420px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; border-top: 0; }
.process-step { background: rgba(255,255,255,.78); border: 1px solid rgba(27,45,66,.065); border-radius: var(--radius-md); padding: 1.8rem 1.6rem; position: relative; border-right: 1px solid rgba(27,45,66,.065); padding-left: 1.6rem !important; transition: border-color .3s, transform .3s var(--ease), background .3s; }
.process-step:hover { background: var(--soft-white); border-color: rgba(198,165,107,.22); transform: translateY(-3px); }
.process-step:not(:last-child) { padding-right: 1.6rem; }
.process-step:not(:last-child)::after { display: none; }
.process-step-num { font-family: var(--serif); font-style: italic; font-size: 2.4rem; font-weight: 500; color: var(--gold); line-height: 1; margin-bottom: 1rem; display: block; }
.process-step h4 { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; color: var(--navy); margin-bottom: .55rem; line-height: 1.2; }
.process-step p { font-family: var(--sans); font-size: .9rem; font-weight: 400; color: var(--muted); line-height: 1.65; }
.process-step-icon { width: 38px; height: 38px; background: rgba(198,165,107,.09); border: 1px solid rgba(198,165,107,.14); border-radius: 50%; display: grid; place-items: center; color: var(--gold-deep); margin-bottom: 1.2rem; }
.process-step-icon svg { width: 16px; height: 16px; }
@media (max-width: 1000px) { .process-head { grid-template-columns: 1fr; gap: 1.2rem; } .process-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .process-steps { grid-template-columns: 1fr; } }

/* 08 FOUNDER */
.founder { padding: clamp(80px, 10vw, 140px) var(--pad); background: var(--navy); position: relative; overflow: hidden; }
.founder::before { content: ''; position: absolute; top: 0; right: 0; width: 45%; height: 100%; background: radial-gradient(ellipse at top right, rgba(198,165,107,.07), transparent 65%); pointer-events: none; }
.founder-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.35fr; gap: clamp(3rem, 6vw, 7rem); align-items: center; position: relative; z-index: 2; }
.founder-left { display: flex; flex-direction: column; gap: 1.6rem; }
.founder-left .eyebrow { color: var(--gold-soft); }
.founder-left .eyebrow::before { background: var(--gold-soft); }
.founder-portrait { width: 100%; aspect-ratio: 4/5; background: var(--navy-soft); border: 1px solid rgba(255,255,255,.045); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.founder-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.founder-portrait-placeholder { display: flex; flex-direction: column; align-items: center; gap: .9rem; color: rgba(255,255,255,.18); }
.founder-portrait-placeholder svg { width: 44px; height: 44px; }
.founder-portrait-placeholder span { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.founder-portrait-label { position: absolute; bottom: 1.4rem; left: 1.4rem; background: rgba(14,27,46,.78); border: 1px solid rgba(198,165,107,.14); border-radius: 12px; padding: .75rem 1.05rem; backdrop-filter: blur(8px); }
.founder-portrait-label .name { font-family: var(--sans); font-size: 10.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ivory); }
.founder-portrait-label .title { font-family: var(--sans); font-size: 11.5px; font-weight: 400; color: rgba(255,255,255,.55); margin-top: 3px; }
.founder-right blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 500; color: var(--soft-white); line-height: 1.4; margin-bottom: 1.8rem; padding-top: .5rem; position: relative; isolation: isolate; z-index: 1; }
.founder-right blockquote::before { content: '\201C'; font-size: 5.2rem; color: var(--gold); opacity: .11; position: absolute; top: -2.35rem; left: -.2rem; z-index: -1; font-family: var(--serif); line-height: 1; pointer-events: none; }
.founder-right p { font-family: var(--sans); font-size: 1rem; font-weight: 400; color: rgba(255,255,255,.65); line-height: 1.8; max-width: 540px; }
.founder-credentials { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 0; }
.founder-cred { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; padding: .55rem 1rem; border: 1px solid rgba(255,255,255,.075); border-radius: 100px; color: rgba(255,255,255,.65); }
.founder .btn-gold { background: var(--gold); color: var(--soft-white); }
@media (max-width: 900px) {
  .founder-inner { grid-template-columns: 1fr; gap: 2.4rem; }
  .founder-portrait { max-width: 340px; margin-inline: auto; }
  .founder-credentials { justify-content: center; }
}
@media (max-width: 560px) {
  .founder-left {
    gap: 1.1rem;
  }
  .founder-credentials {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
  }
  .founder-cred {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .55rem .65rem;
    line-height: 1.35;
    text-align: center;
  }
  .founder-cred:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
  .founder-right blockquote {
    margin-bottom: 1.35rem;
  }
  .founder-right blockquote::before {
    top: -1.8rem;
    left: 0;
    font-size: 4.5rem;
  }
}

/* 09 MACEDONIA */
.macedonia { padding: clamp(70px, 9vw, 120px) var(--pad); background: var(--paper); }
.macedonia-inner { max-width: var(--max); margin: 0 auto; }
.macedonia-head { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.macedonia-head h2 { font-size: clamp(2.2rem, 4.6vw, 3.8rem); font-weight: 500; line-height: 1.05; }
.macedonia-head h2 em { font-style: italic; font-weight: 500; color: var(--gold); }
.macedonia-head .sub { font-size: 1rem; font-weight: 400; color: var(--navy-soft); line-height: 1.75; max-width: 420px; }
.mac-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: auto auto; gap: 12px; background: transparent; }
.mac-card { background: var(--ivory-2); border: 1px solid rgba(27,45,66,.065); border-radius: var(--radius-md); position: relative; overflow: hidden; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.mac-card:hover { transform: translateY(-3px); border-color: rgba(198,165,107,.22); box-shadow: 0 22px 50px -30px rgba(27,45,66,.18); }
.mac-card.featured { grid-column: span 2; grid-row: span 2; }
.mac-card-inner { width: 100%; height: 100%; min-height: 200px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.4rem; position: relative; }
.mac-card.featured .mac-card-inner { min-height: 440px; }
.mac-placeholder { position: absolute; inset: 0; background: var(--ivory-2); display: flex; align-items: center; justify-content: center; }
.mac-placeholder img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mac-placeholder svg { width: 32px; height: 32px; color: var(--border); stroke-width: 1.2; }
.mac-card-inner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,27,46,.06) 0%, rgba(14,27,46,.16) 38%, rgba(14,27,46,.72) 100%); z-index: 1; pointer-events: none; opacity: .82; transition: opacity .35s; }
.mac-card:hover .mac-card-inner::before { opacity: .98; }
.mac-label { position: relative; z-index: 2; opacity: 1; transform: none; transition: opacity .35s var(--ease), transform .35s var(--ease); }
.mac-card:hover .mac-label { opacity: 1; transform: translateY(-2px); }
.mac-label .category { display: none; }
.mac-label .title { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; color: var(--soft-white); line-height: 1.2; }
.mac-label .micro { font-family: var(--sans); font-size: .82rem; font-weight: 400; color: rgba(255,255,255,.72); line-height: 1.5; margin-top: .45rem; max-width: 260px; }
.mac-expand { position: absolute; top: 1rem; right: 1rem; z-index: 3; width: 32px; height: 32px; background: rgba(255,255,255,.15); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; display: grid; place-items: center; font-family: var(--sans); font-size: 14px; color: white; opacity: 0; transition: opacity .3s; }
.mac-card:hover .mac-expand { opacity: 1; }
.mac-card[data-cat="cafe"] .mac-placeholder { background: #E8DDD0; }
.mac-card[data-cat="lake"] .mac-placeholder { background: #D8E5EA; }
.mac-card[data-cat="food"] .mac-placeholder { background: #ECE2D2; }
.mac-card[data-cat="old"] .mac-placeholder { background: #DDD0C8; }
.mac-card[data-cat="spa"] .mac-placeholder { background: #D8E8E4; }
.mac-card[data-cat="arch"] .mac-placeholder { background: #E2DAD0; }
.mac-card[data-cat="mtn"] .mac-placeholder { background: #D6DECC; }
.mac-card[data-cat="nature"] .mac-placeholder { background: #D9E3DC; }
.mac-card[data-cat="wine"] .mac-placeholder { background: #E7D6C3; }
.mac-card[data-cat="lake"] .mac-placeholder img { object-position: center 54%; }
.mac-card[data-cat="cafe"] .mac-placeholder img { object-position: center center; }
.mac-card[data-cat="food"] .mac-placeholder img { object-position: center center; }
.mac-card[data-cat="old"] .mac-placeholder img { object-position: center center; }
.mac-card[data-cat="spa"] .mac-placeholder img { object-position: center center; }
.mac-card[data-cat="mtn"] .mac-placeholder img { object-position: center 46%; }
.mac-card[data-cat="arch"] .mac-placeholder img { object-position: center center; }
.mac-card[data-cat="nature"] .mac-placeholder img { object-position: center center; }
.mac-card[data-cat="wine"] .mac-placeholder img { object-position: center center; }
.mac-viewall { margin-top: 2.2rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding-top: 1.6rem; border-top: 1px solid rgba(27,45,66,.08); }
.mac-viewall p { font-family: var(--sans); font-size: 1rem; font-weight: 400; color: var(--navy-soft); }
.mac-viewall p strong { color: var(--navy); font-weight: 600; }
.mac-lightbox { position: fixed; inset: 0; z-index: 9000; background: rgba(8,14,22,.94); display: none; align-items: center; justify-content: center; padding: 2rem; backdrop-filter: blur(6px); }
.mac-lightbox.open { display: flex; }
body.mac-lightbox-lock { position: fixed; width: 100%; overflow: hidden; }
.mac-lightbox-close { position: absolute; top: 1.6rem; right: 1.6rem; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.65); cursor: pointer; padding: .7rem 1.1rem; border-radius: 10px; border: 1px solid rgba(255,255,255,.18); background: transparent; transition: color .2s, border-color .2s; }
.mac-lightbox-close:hover { color: var(--soft-white); border-color: rgba(255,255,255,.4); }
.mac-lightbox-content { width: min(980px, 100%); max-height: calc(100vh - 6rem); overflow-y: auto; text-align: center; color: rgba(255,255,255,.55); font-family: var(--serif); font-style: italic; font-size: 1.4rem; scrollbar-width: thin; scrollbar-color: rgba(212,182,129,.38) rgba(255,255,255,.06); }
.mac-lightbox-image { width: 100%; aspect-ratio: 16 / 9; margin: 0 auto 1.6rem; border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.05); box-shadow: 0 34px 90px -54px rgba(0,0,0,.8); }
.mac-lightbox-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mac-wine-slots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1.35rem auto 1.35rem; max-width: 820px; }
.mac-wine-slot { overflow: hidden; border-radius: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); text-align: left; }
.mac-wine-image { aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(135deg, rgba(255,251,244,.08), rgba(212,182,129,.08) 42%, rgba(8,14,22,.16)); border-bottom: 1px solid rgba(255,255,255,.08); display: grid; place-items: center; padding: 0; }
.mac-wine-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.mac-wine-image span { max-width: 180px; font-family: var(--sans); font-style: normal; font-size: .78rem; font-weight: 600; letter-spacing: .03em; line-height: 1.45; text-align: center; color: rgba(255,251,244,.54); }
.mac-wine-copy { padding: 1rem 1rem 1.05rem; }
.mac-wine-copy h3 { margin-bottom: .45rem; font-family: var(--serif); font-style: normal; font-size: 1.35rem; font-weight: 500; color: rgba(255,255,255,.86); }
.mac-wine-copy p { font-family: var(--sans); font-style: normal; font-size: .9rem; line-height: 1.65; color: rgba(255,255,255,.6); }
.mac-wine-quote { max-width: 680px; margin: .4rem auto .8rem; font-size: 1.18rem; line-height: 1.6; color: rgba(212,182,129,.8); }
.mac-wine-note { display: inline-block; margin: 0 auto; padding: .62rem .85rem; border-radius: 999px; border: 1px solid rgba(255,255,255,.1); font-family: var(--sans); font-style: normal; font-size: .78rem; line-height: 1.45; color: rgba(255,255,255,.58); background: rgba(255,255,255,.045); }
@media (max-width: 900px) { .macedonia-head { grid-template-columns: 1fr; gap: 1.2rem; } .mac-grid { grid-template-columns: repeat(2, 1fr); } .mac-card.featured { grid-column: span 2; } }
@media (max-width: 520px) { .mac-grid { grid-template-columns: 1fr; } .mac-card.featured { grid-column: span 1; } .mac-lightbox { padding: 1rem; } .mac-lightbox-close { top: .9rem; right: .9rem; min-height: 44px; padding: .78rem 1rem; } .mac-lightbox-content { max-height: calc(100vh - 6rem); overflow-y: auto; padding-top: 3.65rem; } .mac-lightbox-image { border-radius: 16px; margin-bottom: 1.2rem; } .mac-wine-slots { grid-template-columns: 1fr; } .mac-wine-copy { padding: .9rem; } .mac-wine-note { border-radius: 14px; } }

/* 10 TESTIMONIALS */
.testimonials { padding: clamp(70px, 9vw, 120px) var(--pad); background: var(--ivory); }
.testimonials-inner { max-width: var(--max); margin: 0 auto; }
.testimonials-head { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.testimonials-head h2 { font-size: clamp(2rem, 4.2vw, 3.4rem); font-weight: 500; line-height: 1.05; }
.testimonials-head h2 em { font-style: italic; font-weight: 500; color: var(--gold); }
.testimonials-head .sub { font-size: 1rem; font-weight: 400; color: var(--navy-soft); line-height: 1.7; max-width: 420px; }
.testi-hero { background: var(--navy); border-radius: var(--radius); padding: clamp(2rem, 4vw, 3.2rem); margin-bottom: 2rem; position: relative; overflow: hidden; }
.testi-hero::before { content: '\201C'; position: absolute; top: -1.65rem; left: clamp(.55rem, 1.8vw, 1.15rem); z-index: 0; font-family: var(--serif); font-size: clamp(4.7rem, 7vw, 6.2rem); font-weight: 500; color: var(--gold); opacity: .055; line-height: 1; pointer-events: none; }
.testi-hero-quote { font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2.6vw, 1.95rem); font-weight: 500; color: var(--soft-white); line-height: 1.45; max-width: 860px; margin-bottom: 1.6rem; padding-top: .85rem; position: relative; z-index: 1; }
.testi-hero-meta { display: flex; align-items: center; gap: 1.2rem; border-top: 1px solid rgba(255,255,255,.055); padding-top: 1.3rem; }
.testi-hero-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--navy-soft); border: 1px solid rgba(198,165,107,.14); overflow: hidden; display: grid; place-items: center; font-family: var(--serif); color: var(--gold-soft); font-size: 1rem; flex-shrink: 0; }
.testi-hero-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-hero-name { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--soft-white); }
.testi-hero-detail { font-family: var(--sans); font-size: 12px; font-weight: 400; color: rgba(255,255,255,.5); margin-top: 3px; }
.testi-stars { color: var(--gold-soft); font-size: 12px; letter-spacing: 2.5px; margin-left: auto; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 2rem; background: transparent; }
.testi-card { background: rgba(255,255,255,.8); border: 1px solid rgba(27,45,66,.065); border-radius: var(--radius-md); padding: 1.6rem 1.6rem; display: flex; flex-direction: column; gap: 1rem; transition: border-color .3s, transform .3s var(--ease), background .3s; }
.testi-card:hover { background: var(--soft-white); border-color: rgba(198,165,107,.22); transform: translateY(-2px); }
.testi-card-stars { color: var(--gold); font-size: 12px; letter-spacing: 2.5px; }
.testi-card-quote { font-family: var(--serif); font-style: italic; font-size: 1.1rem; font-weight: 500; color: var(--navy); line-height: 1.55; flex: 1; }
.testi-card-footer { display: flex; align-items: center; gap: .85rem; border-top: 1px solid rgba(27,45,66,.055); padding-top: 1rem; }
.testi-card-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--ivory-2); border: 1px solid rgba(27,45,66,.08); overflow: hidden; display: grid; place-items: center; font-family: var(--serif); color: var(--muted); font-size: .9rem; flex-shrink: 0; }
.testi-card-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-card-name { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); }
.testi-card-detail { font-family: var(--sans); font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 2px; }
.testi-proof { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding-top: 1.6rem; border-top: 1px solid rgba(27,45,66,.08); }
.testi-proof-stat { display: flex; flex-direction: column; gap: .3rem; }
.testi-proof-stat .v { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; color: var(--navy); line-height: 1; letter-spacing: -.01em; }
.testi-proof-stat .l { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.testi-proof-platforms { display: flex; align-items: center; gap: .6rem; }
.testi-proof-platform { font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding: .5rem .9rem; border: 1px solid rgba(27,45,66,.08); border-radius: 100px; color: var(--muted); background: rgba(255,255,255,.72); }
@media (max-width: 900px) { .testimonials-head { grid-template-columns: 1fr; gap: 1.2rem; } .testi-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-carousel-outer { position: relative; overflow: hidden; margin-bottom: 2rem; }
.testi-carousel-track { display: flex; gap: 14px; transition: transform .45s cubic-bezier(.16,1,.3,1); will-change: transform; }
.testi-carousel-track .testi-card { flex: 0 0 calc(33.333% - 9.34px); min-width: calc(33.333% - 9.34px); }
.testi-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-top: 1.4rem; }
.testi-carousel-btn { width: 40px; height: 40px; border: 1px solid rgba(27,45,66,.1); border-radius: 50%; background: rgba(255,255,255,.78); cursor: pointer; display: grid; place-items: center; color: var(--navy); font-size: 14px; transition: background .25s, border-color .25s, color .25s, transform .25s; font-family: var(--sans); }
.testi-carousel-btn:hover { background: var(--navy); border-color: var(--navy); color: var(--soft-white); transform: translateY(-1px); }
.testi-carousel-dots { display: flex; gap: 8px; align-items: center; }
.testi-carousel-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; padding: 0; transition: background .22s, transform .22s; }
.testi-carousel-dot.active { background: var(--gold); transform: scale(1.4); }
@media (max-width: 900px) { .testi-carousel-track .testi-card { flex: 0 0 calc(50% - 7px); min-width: calc(50% - 7px); } }
@media (max-width: 560px) { .testi-carousel-track .testi-card { flex: 0 0 100%; min-width: 100%; } }
@media (max-width: 560px) {
  .testi-hero {
    padding: 1.45rem;
  }
  .testi-hero::before {
    top: -1.15rem;
    left: .4rem;
    font-size: 4.15rem;
    opacity: .045;
  }
  .testi-hero-quote {
    padding-top: .9rem;
  }
  .testi-hero-meta {
    flex-wrap: wrap;
    gap: .8rem;
  }
  .testi-stars {
    width: 100%;
    margin-left: 0;
  }
  .testi-card {
    padding: 1.35rem;
  }
  .testi-proof {
    align-items: stretch;
    gap: 1.15rem;
  }
  .testi-proof > div:first-child {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .65rem !important;
  }
  .testi-proof-stat {
    align-items: center;
    min-width: 0;
    text-align: center;
  }
  .testi-proof-platforms {
    width: 100%;
    justify-content: center;
    gap: .55rem;
  }
  .testi-proof-platform {
    flex: 1 1 0;
    text-align: center;
  }
}

/* 11 TEAM */
.team { padding: clamp(70px, 9vw, 120px) var(--pad); background: var(--paper); border-top: 0; }
.team-inner { max-width: var(--max); margin: 0 auto; }
.team-head { margin-bottom: clamp(2rem, 4vw, 3.5rem); display: flex; flex-direction: column; gap: .8rem; }
.team-head h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; line-height: 1.05; }
.team-head .sub { font-size: 1rem; font-weight: 400; color: var(--navy-soft); line-height: 1.7; max-width: 520px; margin-top: .4rem; }
.team-grid-top { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 14px; background: transparent; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; background: transparent; }
.team-card { background: rgba(255,255,255,.8); border: 1px solid rgba(27,45,66,.065); border-radius: var(--radius-md); padding: 0 0 1.5rem; display: flex; flex-direction: column; overflow: hidden; transition: border-color .3s, transform .3s var(--ease), background .3s; }
.team-card:hover { background: var(--soft-white); border-color: rgba(198,165,107,.22); transform: translateY(-3px); }
.team-photo { aspect-ratio: 4/5; background: var(--ivory-2); display: flex; align-items: center; justify-content: center; margin-bottom: 1.3rem; overflow: hidden; position: relative; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-photo-placeholder { display: flex; flex-direction: column; align-items: center; gap: .7rem; color: var(--border); }
.team-photo-placeholder svg { width: 32px; height: 32px; stroke-width: 1.2; }
.team-photo-placeholder span { font-family: var(--sans); font-size: 9.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.team-card-body { padding: 0 1.3rem; }
.team-card-role { font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .4rem; }
.team-card-name { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; color: var(--navy); margin-bottom: .35rem; line-height: 1.2; }
.team-card-note { font-family: var(--sans); font-size: .88rem; font-weight: 400; color: var(--muted); line-height: 1.55; }
@media (min-width: 901px) {
  .team-grid-top .team-photo {
    aspect-ratio: 1 / 1;
    margin-bottom: 1.15rem;
  }
  .team-grid-top .team-card:nth-child(1) .team-photo img {
    object-position: 52% 34%;
  }
  .team-grid-top .team-card:nth-child(2) .team-photo img {
    object-position: 52% 38%;
  }
}
@media (max-width: 900px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .team-grid-top { grid-template-columns: 1fr; } .team-grid { grid-template-columns: 1fr; } }

/* 12 BOOKING */
.booking { padding: clamp(80px, 10vw, 140px) var(--pad); background: var(--navy); position: relative; overflow: hidden; }
.booking::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(198,165,107,.06), transparent 65%); pointer-events: none; }
.booking-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(3rem, 6vw, 7rem); align-items: start; position: relative; z-index: 2; }
.booking-copy { display: flex; flex-direction: column; gap: 1.6rem; }
.booking-copy .eyebrow { color: var(--gold-soft); }
.booking-copy .eyebrow::before { background: var(--gold-soft); }
.booking-copy h2 { font-family: var(--serif); font-size: clamp(2.2rem, 4.4vw, 3.6rem); font-weight: 500; color: var(--soft-white); line-height: 1.08; }
.booking-copy h2 em { font-style: italic; font-weight: 500; color: var(--gold-soft); }
.booking-copy p { font-family: var(--sans); font-size: 1rem; font-weight: 400; color: rgba(255,255,255,.65); line-height: 1.75; max-width: 460px; }
.booking-reassure { display: flex; flex-direction: column; gap: .85rem; margin-top: 1rem; }
.booking-reassure-item { display: flex; align-items: center; gap: .8rem; font-family: var(--sans); font-size: .92rem; font-weight: 400; color: rgba(255,255,255,.7); }
.booking-reassure-item .tick { width: 24px; height: 24px; background: rgba(198,165,107,.13); border: 1px solid rgba(198,165,107,.2); border-radius: 50%; display: grid; place-items: center; color: var(--gold-soft); flex-shrink: 0; }
.booking-reassure-item .tick svg { width: 12px; height: 12px; }
.booking-form-wrap { background: var(--soft-white); border-radius: var(--radius); padding: clamp(1.8rem, 3vw, 2.6rem); border: 1px solid rgba(255,255,255,.035); box-shadow: 0 28px 58px -36px rgba(0,0,0,.38); }
.booking-form-wrap h3 { font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 1.8rem); font-weight: 500; color: var(--navy); margin-bottom: 1.8rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-row.full { grid-template-columns: 1fr; }
.form-field { display: flex; flex-direction: column; gap: .45rem; }
.form-field label { font-family: var(--sans); font-size: 10.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--navy); }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 1rem 1.1rem; background: var(--ivory); border: 1px solid rgba(27,45,66,.1); border-radius: var(--radius-sm); color: var(--navy); font-family: var(--sans); font-size: 14.5px; font-weight: 500; transition: border-color .25s, box-shadow .25s, background .25s; }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--muted-soft); font-weight: 400; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--gold); background: var(--soft-white); box-shadow: 0 0 0 4px rgba(198,165,107,.12); }
.form-field textarea { min-height: 110px; resize: vertical; font-family: var(--sans); }
.form-field select { appearance: none; cursor: pointer; }
.form-field input[aria-invalid="true"] { border-color: rgba(150, 50, 40, .5); box-shadow: 0 0 0 4px rgba(150, 50, 40, .09); }
.form-error-message { display: none; font-family: var(--sans); font-size: 12px; font-weight: 500; color: #963228; line-height: 1.45; margin-top: -.1rem; }
.form-error-message.is-visible { display: block; }
.form-upload { margin-top: .6rem; margin-bottom: 1.4rem; padding: 1.2rem 1.3rem; background: var(--ivory); border: 1px dashed rgba(27,45,66,.12); border-radius: var(--radius-sm); cursor: pointer; transition: border-color .25s, background .25s; }
.form-upload:hover { border-color: var(--gold-soft); background: var(--paper); }
.form-upload p { font-family: var(--sans); font-size: 13.5px; color: var(--muted); margin: 0; }
.form-upload span { color: var(--navy); font-weight: 600; }
.form-submit { display: inline-flex !important; width: 100%; justify-content: center; background: var(--navy); color: var(--soft-white); border-radius: var(--radius-sm); padding: 1.15rem 1.6rem; font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-top: .4rem; box-shadow: 0 14px 36px -16px rgba(27,45,66,.5); }
.form-submit:hover { background: var(--navy-deep); transform: translateY(-2px); }
.form-submit .arr { color: var(--gold-soft); }
.form-note { text-align: center; font-family: var(--sans); font-size: 12.5px; font-weight: 400; color: var(--muted); margin-top: 1rem; font-style: italic; }
@media (max-width: 900px) { .booking-inner { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }

/* CALCULATOR PAGE */
.calculator-page {
  background: var(--ivory);
  overflow-x: hidden;
}
.calculator-hero {
  position: relative;
  overflow: hidden;
  padding: calc(84px + clamp(42px, 5.4vw, 74px)) var(--pad) clamp(52px, 6.4vw, 84px);
  background:
    radial-gradient(circle at 76% 22%, rgba(212,182,129,.14), transparent 30%),
    linear-gradient(180deg, var(--ivory) 0%, var(--paper) 100%);
}
.calculator-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, transparent, rgba(27,45,66,.035));
  pointer-events: none;
}
.calculator-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, .62fr);
  gap: clamp(2.2rem, 5vw, 5.4rem);
  align-items: center;
}
.calculator-hero-inner > *,
.calculator-shell-inner > *,
.calculator-grid > *,
.calculator-panel-head > * {
  min-width: 0;
}
.calculator-hero h1 {
  max-width: 720px;
  margin-bottom: 1.25rem;
  font-size: clamp(3.1rem, 6.2vw, 5.8rem);
  line-height: .98;
}
.calculator-hero h1 em {
  color: var(--gold);
  font-style: italic;
}
.calculator-hero-lede {
  max-width: 660px;
  margin-bottom: 1.75rem;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.74;
  color: var(--navy-soft);
}
.calculator-hero-card {
  width: min(100%, 430px);
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(27,45,66,.055);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,251,244,.98), rgba(246,241,232,.92));
  box-shadow: 0 34px 78px -52px rgba(27,45,66,.28);
}
.calculator-hero-image {
  position: relative;
  aspect-ratio: 16 / 11;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 48% 42%, rgba(212,182,129,.2), transparent 28%),
    linear-gradient(145deg, rgba(253,249,241,.98), rgba(238,231,218,.74));
}
.calculator-hero-image::before {
  content: '';
  width: 52%;
  aspect-ratio: 1.1;
  border-radius: 28px;
  border: 1px solid rgba(198,165,107,.16);
  background: rgba(255,251,244,.64);
  box-shadow: 0 24px 54px -38px rgba(27,45,66,.28), inset 0 1px 0 rgba(255,255,255,.78);
}
.calculator-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calculator-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(27,45,66,.07);
  border-top: 1px solid rgba(27,45,66,.045);
}
.calculator-hero-stats div {
  padding: 1rem;
  background: rgba(255,251,244,.78);
}
.calculator-hero-stats span {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1;
  color: var(--navy);
}
.calculator-hero-stats small {
  display: block;
  margin-top: .35rem;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--muted);
}
.calculator-shell {
  padding: clamp(46px, 6vw, 78px) var(--pad);
}
.calculator-shell-inner {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(1.4rem, 3vw, 2.2rem);
  align-items: start;
}
.calculator-panel,
.calculator-support,
.calculator-note,
.comparison-card {
  border: 1px solid rgba(27,45,66,.055);
  background: rgba(255,251,244,.82);
  box-shadow: 0 24px 66px -52px rgba(27,45,66,.24);
}
.calculator-panel {
  overflow: hidden;
  border-radius: 30px;
}
.calculator-panel-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .55fr);
  gap: 1.5rem;
  align-items: end;
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border-bottom: 1px solid rgba(27,45,66,.06);
  background:
    radial-gradient(circle at 90% 0%, rgba(212,182,129,.14), transparent 34%),
    rgba(255,251,244,.55);
}
.calculator-panel-head h2,
.calculator-support h2,
.comparison-head h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
}
.calculator-panel-head p,
.calculator-support p,
.comparison-head p {
  margin: 0;
  font-family: var(--sans);
  font-size: .96rem;
  line-height: 1.7;
  color: var(--navy-soft);
}
.calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, .72fr);
  gap: 1px;
  background: rgba(27,45,66,.06);
}
.calculator-form,
.calculator-result {
  min-width: 0;
  background: rgba(255,251,244,.78);
  padding: clamp(1.15rem, 2.6vw, 1.8rem);
}
.calc-field {
  display: grid;
  gap: .55rem;
  margin-bottom: 1rem;
}
.calc-field label,
.quantity-field label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.calc-field select {
  width: 100%;
  min-height: 58px;
  padding: 0 1rem;
  appearance: none;
  border: 1px solid rgba(27,45,66,.1);
  border-radius: 18px;
  background:
    linear-gradient(45deg, transparent 50%, var(--gold-deep) 50%) calc(100% - 24px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, var(--gold-deep) 50%, transparent 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,
    rgba(255,255,255,.58);
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--navy);
  cursor: pointer;
}
.calc-field select:focus,
.quantity-control button:focus {
  outline: 2px solid rgba(198,165,107,.38);
  outline-offset: 3px;
}
.quantity-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(27,45,66,.065);
  border-radius: 20px;
  background: rgba(246,241,232,.52);
}
.quantity-field p {
  margin: .35rem 0 0;
  font-family: var(--sans);
  font-size: .86rem;
  line-height: 1.5;
  color: var(--muted);
}
.quantity-control {
  display: inline-grid;
  grid-template-columns: 42px 54px 42px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(27,45,66,.08);
  border-radius: 999px;
  background: rgba(255,251,244,.9);
}
.quantity-control button {
  height: 42px;
  display: grid;
  place-items: center;
  font-family: var(--sans);
  font-size: 1.05rem;
  color: var(--navy);
  transition: background .2s, color .2s;
}
.quantity-control button:hover:not(:disabled) {
  background: var(--navy);
  color: var(--soft-white);
}
.quantity-control button:disabled {
  cursor: not-allowed;
  color: rgba(107,117,133,.38);
}
.quantity-control output {
  display: grid;
  place-items: center;
  height: 42px;
  border-inline: 1px solid rgba(27,45,66,.06);
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--navy);
}
.calc-range-card {
  padding: 1rem;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(212,182,129,.13), transparent 42%),
    rgba(255,251,244,.72);
  border: 1px solid rgba(27,45,66,.055);
}
.calc-range-card span,
.result-kicker {
  display: block;
  margin-bottom: .5rem;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.calc-range-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1;
  color: var(--navy);
}
.calc-range-card small {
  display: block;
  margin-top: .65rem;
  font-family: var(--sans);
  font-size: .88rem;
  line-height: 1.55;
  color: var(--muted);
}
.calculator-result {
  background:
    radial-gradient(circle at 92% 8%, rgba(212,182,129,.18), transparent 36%),
    var(--navy);
  color: var(--soft-white);
}
.calculator-result h3 {
  margin-bottom: .8rem;
  color: var(--soft-white);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}
.result-saving {
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: .9;
  color: var(--gold-soft);
}
.result-percent {
  display: inline-flex;
  margin: .8rem 0 1.1rem;
  padding: .45rem .75rem;
  border: 1px solid rgba(212,182,129,.34);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
}
.result-lines {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}
.result-lines div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .82rem .95rem;
  background: rgba(255,255,255,.045);
}
.result-lines span {
  font-family: var(--sans);
  font-size: .78rem;
  line-height: 1.45;
  color: rgba(255,255,255,.54);
}
.result-lines strong {
  font-family: var(--sans);
  font-size: .86rem;
  text-align: right;
  color: var(--soft-white);
}
.result-explanation,
.result-note {
  margin-top: 1rem;
  font-family: var(--sans);
  font-size: .88rem;
  line-height: 1.65;
  color: rgba(255,255,255,.68);
}
.result-note {
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid rgba(255,255,255,.09);
  font-size: .8rem;
  color: rgba(255,255,255,.54);
  font-style: italic;
}
.result-actions {
  display: grid;
  gap: .7rem;
  margin-top: 1.1rem;
}
.result-actions .btn {
  justify-content: center;
  width: 100%;
}
.calculator-result .btn-outline {
  border-color: rgba(255,255,255,.16);
  color: var(--soft-white);
}
.calculator-result .btn-outline:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(212,182,129,.45);
}
.calculator-support {
  position: sticky;
  top: 112px;
  border-radius: 26px;
  padding: 1.35rem;
}
.support-rows {
  display: grid;
  gap: .62rem;
  margin-top: 1.1rem;
}
.support-rows div {
  padding: .85rem .9rem;
  border: 1px solid rgba(27,45,66,.055);
  border-radius: 18px;
  background: rgba(246,241,232,.48);
}
.support-rows span {
  display: block;
  margin-bottom: .3rem;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.support-rows strong {
  display: block;
  font-family: var(--sans);
  font-size: .88rem;
  line-height: 1.55;
  font-weight: 500;
  color: var(--navy-soft);
}
.comparison-section {
  padding: clamp(24px, 4vw, 42px) var(--pad) clamp(60px, 7vw, 92px);
}
.comparison-inner {
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
}
.comparison-head {
  max-width: 790px;
  margin-bottom: 1.5rem;
}
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.comparison-card {
  border-radius: 24px;
  padding: 1.25rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.comparison-card:hover {
  transform: translateY(-3px);
  border-color: rgba(198,165,107,.18);
  box-shadow: 0 28px 62px -42px rgba(27,45,66,.26);
}
.comparison-card > span {
  display: inline-flex;
  margin-bottom: .75rem;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.comparison-card h3 {
  margin-bottom: .55rem;
  font-size: 1.45rem;
}
.comparison-card p {
  margin-bottom: 1rem;
  font-family: var(--sans);
  font-size: .92rem;
  line-height: 1.65;
  color: var(--muted);
}
.comparison-card-meta {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(27,45,66,.06);
  border-radius: 18px;
  background: rgba(27,45,66,.06);
}
.comparison-card-meta div {
  padding: .75rem .8rem;
  background: rgba(255,251,244,.72);
}
.comparison-card-meta small {
  display: block;
  margin-bottom: .28rem;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.comparison-card-meta strong {
  font-family: var(--serif);
  font-size: 1.26rem;
  color: var(--navy);
}
.comparison-card a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1rem;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  transition: color .2s;
}
.comparison-card a:hover { color: var(--navy); }
.calculator-note {
  margin-top: 1.2rem;
  padding: 1rem 1.15rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 0%, rgba(212,182,129,.12), transparent 38%),
    rgba(255,251,244,.72);
}
.calculator-note p {
  margin: .2rem 0;
  font-family: var(--sans);
  font-size: .86rem;
  line-height: 1.58;
  color: var(--navy-soft);
  font-style: italic;
}
.calculator-cta h2 { color: var(--soft-white); }
.calculator-cta-actions {
  display: grid;
  justify-items: stretch;
  gap: .75rem;
}
.cta-secondary-link {
  text-align: center;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
  transition: color .2s;
}
.cta-secondary-link:hover { color: var(--gold-soft); }
@media (max-width: 1100px) {
  .calculator-shell-inner,
  .calculator-grid,
  .calculator-panel-head {
    grid-template-columns: 1fr;
  }
  .calculator-support { position: static; }
  .comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .calculator-hero-inner { grid-template-columns: 1fr; }
  .calculator-hero-card { max-width: 440px; justify-self: start; }
}
@media (max-width: 640px) {
  .calculator-hero {
    padding: calc(84px + 24px) var(--pad) 42px;
  }
  .calculator-hero-inner { gap: 1.7rem; }
  .calculator-hero-copy,
  .calculator-hero .treatment-hero-actions,
  .calculator-hero .hero-reassurance {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .calculator-page .btn {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
  }
  .calculator-hero h1 {
    font-size: clamp(2.55rem, 11.2vw, 3.08rem);
    margin-bottom: 1rem;
  }
  .calculator-hero-lede {
    font-size: .92rem;
    line-height: 1.62;
    margin-bottom: 1.15rem;
  }
  .calculator-hero-card {
    width: 100%;
    border-radius: 24px;
  }
  .calculator-hero-image { aspect-ratio: 16 / 9.5; }
  .calculator-hero-stats div { padding: .8rem .65rem; }
  .calculator-hero-stats span { font-size: 1.25rem; }
  .calculator-hero-stats small { font-size: 8px; letter-spacing: .12em; }
  .calculator-shell { padding: 40px var(--pad); }
  .calculator-panel,
  .calculator-support,
  .calculator-note { border-radius: 22px; }
  .calculator-panel-head,
  .calculator-form,
  .calculator-result,
  .calculator-support { padding: 1.05rem; }
  .calculator-panel-head h2,
  .calculator-support h2,
  .comparison-head h2 {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }
  .calc-field select {
    min-height: 54px;
    font-size: 1.14rem;
    padding-right: 2.4rem;
  }
  .quantity-field {
    display: grid;
    gap: .85rem;
  }
  .quantity-control {
    width: 100%;
    grid-template-columns: 1fr 1.2fr 1fr;
  }
  .result-lines div {
    display: grid;
    gap: .25rem;
  }
  .result-lines strong { text-align: left; }
  .result-actions .btn,
  .calculator-cta-actions .btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
  .comparison-section { padding-top: 24px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-card { padding: 1.05rem; }
}

/* CALCULATOR STANDALONE EXPERIENCE */
.calculator-page {
  background: #F3EDE3;
  --calc-max: min(1780px, calc(100vw - (var(--pad) * 2)));
}
.calculator-page .nav {
  background: rgba(246,241,232,.94);
  border-bottom: 1px solid rgba(27,45,66,.06);
}
.calculator-hero {
  padding: calc(84px + 54px) var(--pad) 44px;
  background:
    radial-gradient(circle at 75% 18%, rgba(212,182,129,.12), transparent 30%),
    linear-gradient(180deg, #F6F1E8 0%, #EFE8DD 100%);
  overflow: hidden;
}
.calculator-hero::after { display: none; }
.calculator-hero-inner {
  max-width: var(--calc-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(600px, 1.16fr);
  gap: clamp(.6rem, 2.2vw, 3rem);
  align-items: center;
  position: relative;
}
.calculator-hero-copy {
  max-width: 690px;
  position: relative;
  z-index: 3;
}
.calculator-kicker {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1.6rem;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.calculator-kicker span {
  width: 30px;
  height: 1px;
  background: var(--gold);
}
.calculator-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 6.35vw, 7.2rem);
  line-height: 1.002;
  letter-spacing: .001em;
  color: var(--navy);
}
.calculator-hero h1 em {
  color: #C8AA70;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  padding-right: .035em;
}
.calculator-hero-lede {
  max-width: 660px;
  margin: clamp(1.4rem, 2.3vw, 2rem) 0 0;
  font-family: var(--sans);
  font-size: clamp(1.08rem, 1.4vw, 1.32rem);
  line-height: 1.6;
  color: #33445B;
}
.calculator-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  margin-top: clamp(2rem, 3.2vw, 3.2rem);
}
.calculator-hero-trust div {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: .85rem;
  align-items: center;
}
.calculator-hero-trust .trust-icon {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 1.7rem;
}
.calculator-hero-trust strong {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--navy);
}
.calculator-hero-trust small {
  margin-top: .26rem;
  font-family: var(--sans);
  font-size: .94rem;
  line-height: 1.35;
  color: var(--muted);
}
.calculator-hero-visual {
  position: relative;
  min-height: clamp(460px, 40vw, 670px);
  width: calc(100% + clamp(46px, 6vw, 118px));
  margin-left: clamp(-116px, -5.8vw, -46px);
  justify-self: end;
  overflow: hidden;
  border-radius: 28px;
  background: #E8DED0;
  box-shadow: 0 30px 90px -76px rgba(27,45,66,.5);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.45) 7%, #000 19%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.45) 7%, #000 19%, #000 100%);
  animation: calcImageSettle .9s var(--ease) both;
}
.calculator-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(246,241,232,.48) 0%, rgba(246,241,232,.22) 18%, rgba(246,241,232,.015) 42%, rgba(246,241,232,0) 100%),
    linear-gradient(180deg, rgba(246,241,232,0) 0%, rgba(27,45,66,.035) 100%);
}
.calculator-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  transform: scale(1.01);
}
.calculator-testimonial-card {
  position: absolute;
  z-index: 2;
  right: clamp(1rem, 2vw, 1.55rem);
  bottom: clamp(1rem, 2vw, 1.75rem);
  width: min(330px, 72%);
  padding: 1.35rem 1.5rem;
  border-radius: 24px;
  background: rgba(255,251,244,.92);
  box-shadow: 0 28px 74px -46px rgba(27,45,66,.52);
  backdrop-filter: blur(14px);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), background .32s ease;
}
.calculator-hero-visual:hover .calculator-testimonial-card {
  transform: translateY(-3px);
  background: rgba(255,251,244,.95);
  box-shadow: 0 32px 78px -46px rgba(27,45,66,.56);
}
.calculator-testimonial-card .stars {
  color: var(--gold);
  letter-spacing: .32em;
  font-size: .82rem;
}
.calculator-testimonial-card p {
  margin: .8rem 0 .7rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.45;
  font-style: italic;
  color: var(--navy);
}
.calculator-testimonial-card strong {
  font-family: var(--sans);
  font-size: .8rem;
  color: var(--muted);
}
.calculator-shell {
  padding: 0 var(--pad) 76px;
  background: #F3EDE3;
}
.calculator-board {
  max-width: var(--calc-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
  overflow: hidden;
  border: 1px solid rgba(27,45,66,.075);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,251,244,.9), rgba(255,251,244,.72));
  box-shadow: 0 34px 110px -76px rgba(27,45,66,.62), 0 12px 36px -30px rgba(27,45,66,.22);
  animation: calcBoardRise .75s var(--ease) .08s both;
}
.calculator-controls {
  padding: clamp(1.45rem, 2.55vw, 2.65rem);
  border-right: 1px solid rgba(27,45,66,.08);
}
.estimate-column {
  background:
    radial-gradient(circle at 78% 18%, rgba(198,165,107,.08), transparent 34%),
    linear-gradient(180deg, rgba(255,251,244,.28), rgba(255,251,244,.08));
}
.calculator-group + .calculator-group {
  margin-top: 1.42rem;
}
.calculator-group h2,
.calc-label,
.estimate-heading h2,
.saving-card span,
.important-note strong {
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .28em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--navy);
}
.calculator-group h2,
.calc-label {
  display: flex;
  gap: .75rem;
  align-items: center;
  margin: 0 0 .9rem;
}
.mobile-step-label {
  display: none;
}
.calculator-group h2 span,
.calc-label span {
  color: var(--gold-deep);
  font-size: 1rem;
  letter-spacing: 0;
}
.country-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .68rem;
}
.country-card {
  position: relative;
  min-height: 96px;
  padding: .78rem .6rem;
  border: 1px solid rgba(27,45,66,.1);
  border-radius: 16px;
  background: rgba(255,251,244,.58);
  text-align: center;
  cursor: pointer;
  transition: transform .24s var(--ease), border-color .24s ease, box-shadow .24s ease, background .24s ease;
  box-shadow: 0 1px 0 rgba(255,255,255,.7) inset;
}
.country-card:hover {
  transform: translateY(-2px);
  border-color: rgba(198,165,107,.45);
}
.country-card.active {
  border-color: rgba(198,165,107,.88);
  box-shadow: inset 0 0 0 2px rgba(198,165,107,.5), 0 20px 46px -34px rgba(27,45,66,.38);
  background: rgba(255,251,244,.88);
}
.country-card.active::after {
  content: "✓";
  position: absolute;
  top: .62rem;
  right: .62rem;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--soft-white);
  font-size: .8rem;
  font-weight: 700;
}
.country-card .flag {
  display: block;
  margin: .26rem auto .58rem;
  font-size: 1.25rem;
  line-height: 1;
}
.country-card strong {
  display: block;
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--navy);
}
.country-card small {
  display: block;
  margin-top: .28rem;
  font-family: var(--sans);
  font-size: .74rem;
  color: var(--muted);
}
.calc-select {
  width: 100%;
  min-height: 64px;
  padding: 0 1.2rem;
  border: 1px solid rgba(27,45,66,.095);
  border-radius: 18px;
  background: rgba(255,251,244,.7);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 600;
  outline: none;
  transition: border-color .24s ease, background .24s ease, box-shadow .24s ease;
}
.calc-select:hover,
.calc-select:focus {
  border-color: rgba(198,165,107,.38);
  background: rgba(255,251,244,.84);
  box-shadow: 0 16px 38px -34px rgba(27,45,66,.3);
}
.calc-select:focus,
.quantity-control button:focus,
.compare-toggle:focus,
.country-card:focus-visible {
  outline: 2px solid rgba(198,165,107,.55);
  outline-offset: 3px;
}
.units-row .quantity-control {
  width: min(260px, 100%);
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid rgba(27,45,66,.095);
  border-radius: 16px;
  background: rgba(255,251,244,.7);
}
.units-row .quantity-control button {
  border: none;
  background: transparent;
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .22s ease, color .22s ease;
}
.units-row .quantity-control button:hover:not(:disabled) {
  background: rgba(198,165,107,.1);
  color: var(--gold-deep);
}
.units-row .quantity-control output {
  display: grid;
  place-items: center;
  font-family: var(--sans);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
}
.units-hint {
  margin: .72rem 0 0;
  font-family: var(--sans);
  font-size: .9rem;
  color: var(--muted);
}
.compare-toggle {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-top: 1.45rem;
  padding: 0 0 .46rem;
  border: none;
  border-bottom: 1px dashed rgba(198,165,107,.58);
  background: transparent;
  color: var(--gold-deep);
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .05em;
  cursor: pointer;
  transition: color .22s ease, border-color .22s ease, transform .22s var(--ease);
}
.compare-toggle:hover {
  color: var(--navy);
  border-color: rgba(27,45,66,.28);
  transform: translateX(2px);
}
.travel-reassurance-card {
  margin-top: 1.35rem;
  max-width: 520px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(198,165,107,.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,251,244,.74), rgba(255,251,244,.48));
  box-shadow: 0 18px 48px -42px rgba(27,45,66,.38);
}
.calculator-controls:has(#ccSecondTreatmentRow:not([hidden])) .travel-reassurance-card {
  display: none;
}
.travel-reassurance-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.32rem;
  line-height: 1.08;
  font-weight: 500;
  color: var(--navy);
}
.travel-reassurance-card p {
  margin: .45rem 0 0;
  font-family: var(--sans);
  font-size: .88rem;
  line-height: 1.55;
  color: var(--muted);
}
.second-treatment:not([hidden]) {
  display: block;
}
.estimate-column {
  padding: clamp(1.45rem, 2.55vw, 2.65rem);
}
.estimate-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.28rem;
}
.estimate-heading h2 {
  margin: 0;
}
.estimate-heading h2 span {
  color: var(--muted);
  font-weight: 600;
}
.live-pricing {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 38px;
  padding: 0 1rem;
  border: 1px solid rgba(198,165,107,.68);
  border-radius: 999px;
  color: var(--gold-deep);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.estimate-breakdown {
  overflow: hidden;
  border: 1px solid rgba(27,45,66,.085);
  border-radius: 24px;
  background: rgba(255,251,244,.68);
  box-shadow: 0 16px 50px -44px rgba(27,45,66,.42);
}
.estimate-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: .98rem 1.2rem;
  transition: background .24s ease, transform .24s var(--ease);
}
.estimate-row:hover {
  background: rgba(255,251,244,.44);
}
.estimate-row + .estimate-row {
  border-top: 1px solid rgba(27,45,66,.08);
}
.row-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(27,45,66,.07);
  color: var(--muted);
}
.tc-row .row-icon {
  background: rgba(58,143,163,.12);
  color: #3A8FA3;
}
.travel-row .row-icon {
  background: rgba(58,143,163,.08);
}
.estimate-row strong {
  display: block;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--navy);
}
.estimate-row p {
  margin: .25rem 0 0;
  font-family: var(--sans);
  font-size: .9rem;
  line-height: 1.35;
  color: var(--muted);
}
.estimate-row b {
  font-family: var(--sans);
  font-size: 1.25rem;
  color: var(--navy);
}
.home-row b {
  color: rgba(27,45,66,.38);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.saving-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: clamp(1.2rem, 2vw, 1.75rem);
  border: 1px solid rgba(78,129,117,.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 26%, rgba(198,165,107,.18), transparent 25%),
    linear-gradient(180deg, rgba(255,251,244,.82), rgba(255,251,244,.64));
  box-shadow: 0 20px 60px -46px rgba(27,45,66,.46);
  transition: transform .28s var(--ease), box-shadow .28s ease, border-color .28s ease;
}
.saving-card > div {
  min-width: 0;
}
.saving-card:hover {
  transform: translateY(-2px);
  border-color: rgba(78,129,117,.28);
  box-shadow: 0 24px 70px -46px rgba(27,45,66,.52);
}
.saving-card > div:not(.saving-badge) > strong {
  display: block;
  margin: .55rem 0 .75rem;
  font-family: var(--serif);
  font-size: clamp(3.28rem, 5.9vw, 5.55rem);
  line-height: .9;
  font-weight: 500;
  color: #4E8175;
  text-shadow: 0 10px 34px rgba(78,129,117,.14);
}
.saving-card p {
  margin: 0;
  font-family: var(--sans);
  font-size: .9rem;
  line-height: 1.45;
  color: var(--muted);
}
.saving-badge {
  min-width: 116px;
  min-height: 52px;
  padding: .46rem .8rem .45rem;
  display: inline-grid;
  place-items: center;
  align-content: center;
  align-self: center;
  justify-self: end;
  border: 1px solid rgba(198,165,107,.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(198,165,107,.14), transparent 62%),
    linear-gradient(180deg, rgba(255,251,244,.88), rgba(255,251,244,.58));
  color: var(--navy);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 12px 30px -28px rgba(168,136,72,.58);
}
.saving-badge strong {
  display: block;
  font-family: var(--sans);
  font-size: 1.04rem;
  line-height: 1;
  color: var(--gold-deep);
}
.saving-badge small {
  margin-top: .12rem;
  font-family: var(--sans);
  font-size: .48rem;
  font-weight: 800;
  letter-spacing: .095em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: var(--muted);
}
.result-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 1rem 0;
  color: var(--muted);
}
.result-trust-strip span {
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: .35rem .5rem;
  text-align: center;
  font-family: var(--sans);
  font-size: .84rem;
  font-weight: 600;
  color: var(--muted);
}
.calc-cta-primary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  border-radius: 14px;
  background: var(--navy);
  color: var(--soft-white);
  font-family: var(--sans);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  box-shadow: 0 24px 62px -36px rgba(27,45,66,.68);
  transition: transform .26s var(--ease), box-shadow .26s ease, background .26s ease;
}
.calc-cta-primary:hover {
  background: #243A53;
  transform: translateY(-2px);
}
.important-note {
  margin-top: 1.2rem;
  padding: 1.08rem 1.22rem;
  border: 1px solid rgba(27,45,66,.06);
  border-radius: 18px;
  background: rgba(27,45,66,.032);
}
.important-note p {
  margin: .8rem 0 0;
  max-width: 660px;
  font-family: var(--sans);
  font-size: .92rem;
  line-height: 1.55;
  color: var(--muted);
}
.calculator-trust-strip {
  padding: clamp(2rem, 4vw, 3.4rem) var(--pad);
  background: var(--navy);
}
.calculator-trust-inner {
  max-width: var(--calc-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.calculator-trust-inner div {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 1rem;
  align-items: start;
}
.calculator-trust-inner span {
  grid-row: span 2;
  color: var(--gold);
  font-size: 2.2rem;
  line-height: 1;
}
.calculator-trust-inner strong {
  font-family: var(--sans);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--soft-white);
}
.calculator-trust-inner p {
  margin: .5rem 0 0;
  font-family: var(--sans);
  font-size: .98rem;
  line-height: 1.45;
  color: rgba(248,245,239,.68);
}
@keyframes calcImageSettle {
  from { opacity: .78; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes calcBoardRise {
  from { opacity: .82; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .calculator-hero-visual,
  .calculator-board {
    animation: none;
  }
  .country-card,
  .estimate-row,
  .saving-card,
  .calc-cta-primary,
  .compare-toggle,
  .calculator-testimonial-card {
    transition: none;
  }
}
@media (max-width: 1180px) {
  .calculator-hero-inner {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .calculator-hero-copy {
    max-width: 820px;
  }
  .calculator-hero h1 {
    font-size: clamp(4rem, 10vw, 6.7rem);
  }
  .calculator-hero-visual {
    min-height: 440px;
    width: 100%;
    margin-left: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .calculator-board {
    grid-template-columns: 1fr;
  }
  .calculator-controls {
    border-right: none;
    border-bottom: 1px solid rgba(27,45,66,.08);
  }
}
@media (max-width: 900px) {
  .calculator-hero {
    padding-top: calc(84px + 20px);
  }
  .calculator-hero-trust,
  .calculator-trust-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .calculator-page {
    --pad: 12px;
  }
  .calculator-hero {
    padding: calc(84px + 0px) var(--pad) 10px;
  }
  .calculator-hero-inner {
    gap: .54rem;
  }
  .calculator-kicker {
    margin-bottom: .42rem;
    font-size: .5rem;
    letter-spacing: .16em;
  }
  .calculator-kicker span {
    width: 20px;
  }
  .calculator-hero h1 {
    max-width: 292px;
    font-size: clamp(1.78rem, 8.35vw, 2.24rem);
    line-height: 1;
  }
  .calculator-hero-lede {
    max-width: 318px;
    margin-top: .42rem;
    font-size: .74rem;
    line-height: 1.32;
  }
  .calculator-hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .32rem;
    margin-top: .52rem;
  }
  .calculator-hero-trust div {
    display: block;
    min-width: 0;
    padding: .36rem .28rem;
    border-radius: 10px;
    background: rgba(255,251,244,.46);
    border: 1px solid rgba(27,45,66,.055);
  }
  .calculator-hero-trust .trust-icon {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: .16rem;
    font-size: .82rem;
    line-height: 1;
  }
  .calculator-hero-trust strong {
    display: block;
    font-size: .42rem;
    letter-spacing: .08em;
    line-height: 1.18;
  }
  .calculator-hero-trust small {
    display: block;
    margin-top: .12rem;
    font-size: .55rem;
    line-height: 1.14;
  }
  .calculator-hero-visual {
    min-height: 184px;
    border-radius: 16px;
    margin-top: 0;
  }
  .calculator-hero-visual::before {
    background:
      linear-gradient(90deg, rgba(246,241,232,.38) 0%, rgba(246,241,232,.12) 26%, rgba(246,241,232,0) 52%),
      linear-gradient(180deg, rgba(246,241,232,0) 0%, rgba(27,45,66,.08) 100%);
  }
  .calculator-hero-visual img {
    object-position: 61% center;
    transform: scale(1);
  }
  .calculator-testimonial-card {
    right: auto;
    left: .28rem;
    bottom: .28rem;
    width: min(142px, 58%);
    padding: .3rem .38rem;
    border-radius: 10px;
  }
  .calculator-testimonial-card .stars {
    font-size: .39rem;
    letter-spacing: .1em;
  }
  .calculator-testimonial-card p {
    margin: .17rem 0 .14rem;
    font-size: .51rem;
    line-height: 1.14;
  }
  .calculator-testimonial-card strong {
    font-size: .45rem;
  }
  .calculator-shell {
    padding-bottom: 20px;
  }
  .calculator-board {
    border-radius: 20px;
  }
  .calculator-controls,
  .estimate-column {
    padding: .6rem;
  }
  .mobile-step-label {
    display: block;
    margin: 0 0 .46rem;
    font-family: var(--sans);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--gold-deep);
  }
  .calculator-group .mobile-step-label + h2,
  .calculator-group .mobile-step-label + .calc-label {
    display: none;
  }
  .estimate-heading .mobile-step-label {
    margin-bottom: .14rem;
  }
  .calculator-group + .calculator-group {
    margin-top: .68rem;
  }
  .calculator-group h2,
  .calc-label,
  .estimate-heading h2,
  .saving-card span,
  .important-note strong {
    font-size: .56rem;
    letter-spacing: .14em;
    line-height: 1.32;
  }
  .calculator-group h2,
  .calc-label {
    gap: .5rem;
    margin-bottom: .46rem;
  }
  .country-grid {
    gap: .3rem;
  }
  .country-card {
    min-height: 50px;
    padding: .24rem .16rem;
    border-radius: 9px;
  }
  .country-card.active::after {
    top: .24rem;
    right: .24rem;
    width: 14px;
    height: 14px;
    font-size: .5rem;
  }
  .country-card .flag {
    margin: .02rem auto .18rem;
    font-size: .82rem;
  }
  .country-card strong {
    font-size: .45rem;
    letter-spacing: .045em;
    line-height: 1.16;
  }
  .country-card small {
    margin-top: .08rem;
    font-size: .56rem;
  }
  .calc-select {
    min-height: 43px;
    padding: 0 1.5rem 0 .58rem;
    font-size: .74rem;
    line-height: 1.2;
    border-radius: 12px;
    text-overflow: ellipsis;
  }
  .units-row .quantity-control {
    width: min(156px, 100%);
    min-height: 44px;
    border-radius: 12px;
  }
  .units-row .quantity-control button {
    font-size: 1.02rem;
  }
  .units-row .quantity-control output {
    font-size: .98rem;
  }
  .units-hint {
    margin-top: .38rem;
    font-size: .72rem;
  }
  .compare-toggle {
    width: 100%;
    min-height: 38px;
    justify-content: center;
    margin-top: .72rem;
    padding: .62rem .82rem;
    border: 1px solid rgba(27,45,66,.08);
    border-radius: 999px;
    background: var(--navy);
    color: var(--soft-white);
    box-shadow: 0 16px 34px -28px rgba(27,45,66,.72);
    font-size: .64rem;
    letter-spacing: .065em;
    text-align: center;
  }
  .compare-toggle .arr {
    color: var(--gold-soft);
  }
  .compare-toggle:hover {
    color: var(--soft-white);
    border-color: rgba(27,45,66,.08);
    background: #243A53;
    transform: translateY(-1px);
  }
  .estimate-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: .42rem;
    margin-bottom: .52rem;
  }
  .live-pricing {
    min-height: 26px;
    padding: 0 .62rem;
    font-size: .52rem;
  }
  .estimate-row {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: .4rem;
    padding: .46rem .5rem;
  }
  .row-icon {
    width: 23px;
    height: 23px;
    font-size: .62rem;
  }
  .estimate-row > div { min-width: 0; }
  .estimate-row strong {
    font-size: .56rem;
    letter-spacing: .075em;
    white-space: normal;
  }
  .estimate-row p {
    font-size: .62rem;
    line-height: 1.22;
    overflow-wrap: anywhere;
  }
  .estimate-row b {
    font-size: .8rem;
    white-space: nowrap;
  }
  .estimate-row b {
    grid-column: auto;
    justify-self: end;
  }
  .saving-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .48rem;
    align-items: center;
    padding: .62rem;
    border-radius: 14px;
  }
  .saving-card > div:not(.saving-badge) > strong {
    margin: .16rem 0 .22rem;
    font-size: clamp(1.82rem, 8.8vw, 2.36rem);
  }
  .saving-badge {
    min-width: 78px;
    min-height: 36px;
    width: auto;
    height: auto;
    padding: .28rem .42rem .27rem;
    border-radius: 999px;
    align-self: center;
    justify-self: end;
  }
  .saving-badge strong {
    font-size: .8rem;
  }
  .saving-badge small {
    margin-top: .08rem;
    font-size: .33rem;
    letter-spacing: .065em;
  }
  .saving-card p {
    font-size: .62rem;
    line-height: 1.26;
  }
  .result-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .3rem;
    margin: .56rem 0;
  }
  .result-trust-strip span {
    min-height: 30px;
    padding: .28rem .16rem;
    border-radius: 10px;
    background: rgba(27,45,66,.035);
    font-size: .56rem;
    line-height: 1.25;
  }
  .calc-cta-primary {
    min-height: 44px;
    padding: 0 .82rem;
    border-radius: 12px;
    font-size: .62rem;
    letter-spacing: .09em;
  }
  .important-note {
    margin-top: .48rem;
    padding: .48rem;
    border-radius: 12px;
  }
  .important-note p {
    margin-top: .26rem;
    font-size: .59rem;
    line-height: 1.22;
  }
  .travel-reassurance-card {
    margin-top: .62rem;
    padding: .58rem .62rem;
    border-radius: 12px;
  }
  .travel-reassurance-card strong {
    font-size: 1.02rem;
  }
  .travel-reassurance-card p {
    margin-top: .22rem;
    font-size: .66rem;
    line-height: 1.32;
  }
  .calculator-trust-strip {
    padding: .44rem var(--pad);
  }
  .calculator-trust-inner {
    grid-template-columns: 1fr;
    gap: .42rem;
  }
  .calculator-trust-inner div {
    grid-template-columns: 30px 1fr;
    column-gap: .5rem;
  }
  .calculator-trust-inner span {
    font-size: 1.05rem;
  }
  .calculator-trust-inner strong {
    font-size: .54rem;
    letter-spacing: .1em;
  }
  .calculator-trust-inner p {
    margin-top: .1rem;
    font-size: .66rem;
    line-height: 1.2;
  }
  .calculator-page .footer {
    padding: .86rem var(--pad) .62rem;
  }
  .calculator-page .footer-main {
    gap: .52rem;
    padding-bottom: .52rem;
  }
  .calculator-page .footer-brand {
    gap: .48rem;
  }
  .calculator-page .footer-tagline {
    font-size: .68rem;
    line-height: 1.3;
    max-width: 100%;
  }
  .calculator-page .footer-social {
    margin-top: 0;
  }
  .calculator-page .footer-social a {
    width: 29px;
    height: 29px;
  }
  .calculator-page .footer-col h5 {
    margin-bottom: .34rem;
    font-size: .5rem;
  }
  .calculator-page .footer-col ul {
    gap: .24rem;
  }
  .calculator-page .footer-col ul a,
  .calculator-page .footer-bottom p,
  .calculator-page .footer-bottom-links a {
    font-size: .68rem;
  }
  .calculator-page .footer-bottom {
    gap: .32rem;
    padding-top: .4rem;
    margin-top: .4rem;
  }
  .calculator-page .footer-bottom-links {
    gap: .7rem;
  }
}

/* TREATMENT DETAIL PAGES */
.treatment-page { background: var(--ivory); overflow-x: hidden; }
.treatment-hero {
  position: relative;
  overflow: hidden;
  padding: calc(84px + clamp(44px, 5.4vw, 78px)) var(--pad) clamp(52px, 6.4vw, 82px);
  background:
    radial-gradient(circle at 78% 24%, rgba(212,182,129,.13), transparent 30%),
    linear-gradient(180deg, var(--ivory) 0%, var(--paper) 100%);
}
.treatment-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(27,45,66,.035));
  pointer-events: none;
}
.treatment-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr);
  gap: clamp(2.2rem, 4vw, 4.8rem);
  align-items: center;
}
.treatment-hero-inner > * { min-width: 0; }
.treatment-back {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.95rem;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  transition: color .25s;
}
.treatment-back:hover { color: var(--navy); }
.treatment-back::before { content: '←'; font-size: 12px; }
.treatment-kicker {
  margin-bottom: 1rem;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.treatment-hero h1 {
  max-width: 680px;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: .98;
  margin-bottom: 1.25rem;
}
.treatment-hero h1 em { font-style: italic; color: var(--gold); }
.treatment-hero-lede {
  max-width: 650px;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.74;
  color: var(--navy-soft);
  margin-bottom: 1.75rem;
}
.treatment-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .9rem;
  margin-bottom: .75rem;
}
.hero-reassurance {
  margin-bottom: 1.65rem;
  font-family: var(--sans);
  font-size: .88rem;
  line-height: 1.55;
  color: rgba(42,61,85,.7);
  font-style: italic;
}
.treatment-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  overflow: hidden;
  border: 1px solid rgba(27,45,66,.07);
  border-radius: 20px;
  background: rgba(27,45,66,.07);
}
.treatment-meta-item {
  padding: 1rem 1.05rem;
  background: rgba(255,251,244,.78);
}
.treatment-meta-item .v {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 500;
  line-height: 1;
  color: var(--navy);
}
.treatment-meta-item .l {
  display: block;
  margin-top: .4rem;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--muted);
}
.treatment-hero-card {
  width: min(100%, 560px);
  justify-self: end;
  border: 1px solid rgba(27,45,66,.06);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,251,244,.98), rgba(246,241,232,.92));
  box-shadow: 0 34px 82px -54px rgba(27,45,66,.3), 0 14px 34px -30px rgba(27,45,66,.16);
  overflow: hidden;
}
.treatment-hero-image {
  position: relative;
  aspect-ratio: 16 / 9.4;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(212,182,129,.16), transparent 28%),
    radial-gradient(circle at 58% 48%, rgba(255,255,255,.88), transparent 38%),
    linear-gradient(145deg, rgba(253,249,241,.98), rgba(238,231,218,.74));
}
.treatment-hero-image::before {
  content: '';
  position: absolute;
  width: 38%;
  aspect-ratio: 1.08;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,251,244,.76), rgba(246,241,232,.58));
  border: 1px solid rgba(198,165,107,.16);
  box-shadow: 0 24px 54px -38px rgba(27,45,66,.28), inset 0 1px 0 rgba(255,255,255,.78);
}
.treatment-hero-image img {
  position: relative;
  z-index: 1;
  width: min(26%, 108px);
  height: min(26%, 108px);
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 20px rgba(27,45,66,.1));
}
.treatment-hero-card-photo .treatment-hero-image {
  aspect-ratio: 16 / 10;
  place-items: stretch;
}
.treatment-hero-card-photo .treatment-hero-image::before {
  width: 100%;
  inset: 0;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,251,244,.18), transparent 38%),
    linear-gradient(180deg, rgba(27,45,66,0), rgba(27,45,66,.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28);
}
.treatment-hero-card-photo .treatment-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  filter: none;
}
.treatment-hero-card-copy {
  padding: .82rem 1.18rem .95rem;
  border-top: 1px solid rgba(27,45,66,.045);
  background: rgba(255,251,244,.72);
}
.treatment-hero-card-copy span {
  display: block;
  margin-bottom: .38rem;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.treatment-hero-card-copy p {
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.35;
  color: var(--navy);
}
.treatment-value {
  padding: 1rem var(--pad);
  background: var(--navy);
  color: var(--soft-white);
}
.treatment-value-inner {
  max-width: min(1120px, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(160px, .92fr) minmax(160px, .92fr) minmax(150px, .82fr) minmax(230px, .78fr);
  column-gap: clamp(1rem, 2vw, 1.95rem);
  row-gap: .52rem;
  align-items: center;
}
.treatment-value-inner > div:not(.value-actions) {
  min-width: 0;
}
.value-label {
  margin-bottom: .3rem;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
}
.value-main {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
  color: var(--soft-white);
}
.value-main.gold { color: var(--gold-soft); }
.value-main.muted {
  color: rgba(255,255,255,.62);
  text-decoration: line-through;
  text-decoration-color: rgba(212,182,129,.5);
}
.value-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .46rem;
  align-self: center;
  justify-self: end;
  transform: translateY(1px);
}
.value-actions .btn {
  justify-content: center;
  min-width: 230px;
  padding-top: .98rem;
  padding-bottom: .98rem;
}
.value-secondary {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
  transition: color .25s;
}
.value-secondary:hover { color: var(--gold-soft); }
.value-note {
  grid-column: 1 / 4;
  justify-self: start;
  width: min(100%, 620px);
  margin-top: -.02rem;
  padding-top: .52rem;
  border-top: 1px solid rgba(255,255,255,.08);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.5;
  color: rgba(255,255,255,.55);
  font-style: italic;
}
.treatment-bridge {
  padding: clamp(34px, 4.6vw, 56px) var(--pad) 0;
  background: var(--ivory);
}
.treatment-bridge-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(1.25rem, 2.35vw, 1.95rem);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 20%, rgba(212,182,129,.13), transparent 34%),
    rgba(255,251,244,.72);
  border: 1px solid rgba(27,45,66,.055);
  box-shadow: 0 24px 66px -52px rgba(27,45,66,.24);
}
.treatment-bridge .section-label,
.treatment-bridge h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.treatment-bridge h2 {
  margin-bottom: .8rem;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.06;
}
.treatment-bridge h2 em { color: var(--gold); font-style: italic; }
.treatment-bridge p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.72;
  color: var(--navy-soft);
}
.treatment-body {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(46px, 5.8vw, 76px) var(--pad) clamp(60px, 7vw, 92px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: clamp(2.3rem, 4vw, 4.5rem);
  align-items: start;
}
.treatment-section { margin-bottom: clamp(2.6rem, 4vw, 3.9rem); }
.treatment-section:last-child { margin-bottom: 0; }
.section-label {
  margin-bottom: 1rem;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.treatment-section h2 {
  max-width: 720px;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.8vw, 3.15rem);
  line-height: 1.05;
}
.treatment-section h2 em { font-style: italic; color: var(--gold); }
.treatment-section h3 {
  margin: 1.6rem 0 .65rem;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--navy);
}
.treatment-section p {
  max-width: 760px;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.76;
  color: var(--navy-soft);
  margin-bottom: 1rem;
}
.treatment-detail-image {
  margin: clamp(.35rem, 1vw, .65rem) 0 clamp(2.45rem, 4vw, 3.65rem);
  border: 1px solid rgba(27,45,66,.06);
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,251,244,.96), rgba(246,241,232,.78));
  box-shadow: 0 28px 70px -50px rgba(27,45,66,.28), 0 12px 30px -26px rgba(27,45,66,.16);
}
.treatment-detail-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.4;
  height: auto;
  min-height: 260px;
  object-fit: cover;
  object-position: center;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 1.5rem;
}
.service-card,
.info-card,
.reassurance-card,
.condition-card {
  background:
    linear-gradient(180deg, rgba(255,251,244,.9), rgba(250,246,238,.72));
  border: 1px solid rgba(27,45,66,.055);
  border-radius: 22px;
  padding: 1.35rem 1.35rem 1.45rem;
  box-shadow: 0 20px 54px -44px rgba(27,45,66,.22);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover,
.reassurance-card:hover,
.condition-card:hover {
  transform: translateY(-3px);
  border-color: rgba(198,165,107,.18);
  box-shadow: 0 28px 62px -42px rgba(27,45,66,.26);
}
.service-label,
.reassurance-card span,
.condition-card span {
  display: inline-flex;
  margin-bottom: .7rem;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.service-card h3,
.info-card h3,
.reassurance-card h3,
.condition-card h3 {
  margin: 0 0 .55rem;
  font-size: 1.28rem;
}
.service-card p,
.info-card p,
.reassurance-card p,
.condition-card p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.65;
  color: var(--muted);
}
.treatment-reassurance {
  margin-top: -1rem;
}
.reassurance-grid,
.condition-grid {
  display: grid;
  gap: 14px;
  margin-top: 1.4rem;
}
.reassurance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.condition-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.reassurance-card {
  padding: 1.2rem;
}
.condition-card {
  padding: 1.25rem;
}
.treatment-list {
  display: grid;
  gap: .72rem;
  margin: 1rem 0 0;
  list-style: none;
}
.treatment-list li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  font-family: var(--sans);
  font-size: .96rem;
  line-height: 1.65;
  color: var(--navy-soft);
}
.treatment-list li::before {
  content: '';
  width: 7px;
  height: 7px;
  margin-top: .58rem;
  border-radius: 50%;
  background: var(--gold);
  flex: 0 0 auto;
}
.treatment-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 1.25rem;
}
.prosthetics-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.implant-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.whitening-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.straightening-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.surgery-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.treatment-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: .55rem;
  padding: 1.15rem;
  border: 1px solid rgba(27,45,66,.055);
  border-radius: 20px;
  background: rgba(255,251,244,.8);
}
.step-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--gold-deep);
}
.treatment-step h3 {
  margin-top: 0;
  margin-bottom: .4rem;
  font-size: 1.22rem;
}
.treatment-step p { margin-bottom: 0; font-size: .94rem; }
.treatment-sidebar {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 14px;
}
.side-card {
  padding: 1.25rem;
  border: 1px solid rgba(27,45,66,.055);
  border-radius: 22px;
  background: rgba(255,251,244,.86);
  box-shadow: 0 18px 50px -42px rgba(27,45,66,.22);
}
.side-card-primary {
  padding: 1.32rem;
  background:
    radial-gradient(circle at 80% 0%, rgba(212,182,129,.14), transparent 38%),
    rgba(255,251,244,.94);
  box-shadow: 0 28px 70px -48px rgba(27,45,66,.28);
}
.side-card h3 {
  margin-bottom: .8rem;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.side-price {
  font-family: var(--serif);
  font-size: 2.15rem;
  line-height: 1;
  color: var(--navy);
}
.side-note {
  margin-top: .55rem;
  font-family: var(--sans);
  font-size: .84rem;
  line-height: 1.55;
  color: var(--muted);
}
.side-rows {
  margin: 1.1rem 0;
  border-top: 1px solid rgba(27,45,66,.07);
}
.side-support-list {
  display: grid;
  gap: .5rem;
  margin: .9rem 0 1rem;
}
.side-support-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .62rem .7rem;
  border-radius: 999px;
  background: rgba(246,241,232,.48);
  border: 1px solid rgba(27,45,66,.04);
  font-family: var(--sans);
  font-size: .8rem;
  color: var(--muted);
}
.side-support-list strong {
  color: var(--navy);
  font-weight: 600;
  text-align: right;
  font-size: .78rem;
}
.side-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(27,45,66,.07);
  font-family: var(--sans);
  font-size: .88rem;
  color: var(--muted);
}
.side-row strong { color: var(--navy); font-weight: 600; }
.side-cta {
  width: 100%;
  justify-content: center;
  margin-top: .15rem;
}
.side-reassurance {
  margin-top: .72rem;
  text-align: center;
  font-family: var(--sans);
  font-size: .8rem;
  line-height: 1.5;
  color: var(--muted);
}
.side-calc {
  margin-top: .62rem;
  text-align: center;
  font-family: var(--sans);
  font-size: .8rem;
  line-height: 1.55;
  color: var(--muted);
}
.side-calc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  margin: .45rem auto 0;
  padding: .55rem .82rem;
  border: 1px solid rgba(198,165,107,.22);
  border-radius: 999px;
  background: rgba(255,251,244,.72);
  color: var(--gold-deep);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 9.5px;
  transition: border-color .25s ease, color .25s ease, background .25s ease, transform .25s ease;
}
.side-calc a:hover {
  border-color: rgba(198,165,107,.38);
  background: rgba(255,251,244,.95);
  color: var(--navy);
  transform: translateY(-1px);
}
.side-links {
  display: grid;
  gap: 0;
}
.side-links a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(27,45,66,.07);
  font-family: var(--sans);
  font-size: .92rem;
  color: var(--navy-soft);
  transition: color .2s;
}
.side-links a:last-child { border-bottom: 0; }
.side-links a:hover,
.side-links a.active { color: var(--gold-deep); }
.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 1rem;
}
.faq-item {
  border: 1px solid rgba(27,45,66,.065);
  border-radius: 18px;
  background: rgba(255,251,244,.8);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  min-height: 58px;
  padding: 1.05rem 1.15rem;
  text-align: left;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--navy);
}
.faq-question span { color: var(--gold-deep); }
.faq-answer {
  display: none;
  padding: 0 1.15rem 1.15rem;
  font-family: var(--sans);
  font-size: .94rem;
  line-height: 1.7;
  color: var(--muted);
}
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question span { transform: rotate(45deg); }
.treatment-cta {
  padding: clamp(60px, 7vw, 92px) var(--pad);
  background: var(--navy);
  color: var(--soft-white);
}
.treatment-cta-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}
.treatment-cta h2 {
  max-width: 720px;
  color: var(--soft-white);
  font-size: clamp(2.2rem, 4.2vw, 3.5rem);
}
.treatment-cta h2 em { color: var(--gold-soft); font-style: italic; }
.treatment-cta p {
  max-width: 560px;
  margin-top: 1rem;
  font-family: var(--sans);
  color: rgba(255,255,255,.66);
  line-height: 1.75;
}
@media (max-width: 1000px) {
  .treatment-hero-inner,
  .treatment-body,
  .treatment-cta-inner { grid-template-columns: 1fr; }
  .treatment-hero-card { max-width: 440px; justify-self: center; }
  .treatment-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .treatment-sidebar .side-card:first-child { grid-column: 1 / -1; }
  .prosthetics-steps,
  .implant-steps,
  .whitening-steps,
  .straightening-steps,
  .surgery-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .treatment-value-inner {
    width: 350px !important;
    max-width: calc(100vw - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: 1fr !important;
    gap: 0;
    overflow: hidden;
  }
  .treatment-value-inner > div:not(.value-actions) {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    justify-content: stretch;
    gap: 1.1rem;
    min-width: 0;
    padding: .72rem 0;
    border-bottom: 1px solid rgba(255,255,255,.085);
  }
  .treatment-value-inner > div:not(.value-actions):first-child { padding-top: .2rem; }
  .treatment-value-inner > div:not(.value-actions):nth-child(3) { border-bottom: 0; }
  .treatment-value .value-label {
    min-width: 0 !important;
    max-width: none !important;
    margin-bottom: 0;
    font-size: 9px;
    letter-spacing: .17em;
    line-height: 1.35;
  }
  .treatment-value .value-main {
    min-width: 0 !important;
    max-width: none !important;
    font-size: 1.34rem;
    text-align: right;
  }
  .value-note { grid-column: 1 / -1; }
  .value-actions { width: 100%; min-width: 0; align-items: stretch; gap: .62rem; transform: none; }
  .value-actions .btn { width: 100%; min-width: 0; white-space: normal; overflow-wrap: anywhere; }
  .value-secondary { display: block; max-width: 100%; text-align: center; font-size: 10px; line-height: 1.4; white-space: normal; overflow-wrap: anywhere; }
}
@media (max-width: 640px) {
  .treatment-hero { padding: calc(84px + 24px) var(--pad) 40px; }
  .treatment-hero-inner {
    width: min(326px, 100%);
    max-width: min(326px, 100%);
    gap: 1.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .treatment-back { margin-bottom: 1.15rem; }
  .treatment-kicker { margin-bottom: .75rem; font-size: 10px; }
  .treatment-hero h1 {
    max-width: min(330px, 100%);
    font-size: clamp(2.55rem, 11.4vw, 3.05rem);
    margin-bottom: 1rem;
  }
  .treatment-hero-lede { max-width: 100%; font-size: .92rem; line-height: 1.62; margin-bottom: 1.15rem; }
  .treatment-hero-actions { width: 100%; gap: .65rem; margin-bottom: .75rem; }
  .hero-reassurance { margin-bottom: 1.25rem; font-size: .84rem; }
  .treatment-hero-card { max-width: 100%; border-radius: 24px; }
  .treatment-hero-card-photo .treatment-hero-image { aspect-ratio: 16 / 10.2; }
  .treatment-hero-image { aspect-ratio: 16 / 10; }
  .treatment-hero-image::before { width: 40%; border-radius: 20px; }
  .treatment-hero-image img { width: min(28%, 110px); height: min(28%, 110px); }
  .treatment-hero-card-copy { padding: .92rem 1rem 1.05rem; }
  .treatment-hero-card-copy p { font-size: 1.12rem; }
  .treatment-value { padding: .95rem var(--pad); }
  .treatment-hero-meta,
  .service-grid,
  .reassurance-grid,
  .condition-grid,
  .treatment-sidebar,
  .treatment-value-inner { grid-template-columns: 1fr; }
  .treatment-value-inner {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
    gap: 0;
    padding: .35rem 0 0;
    overflow: hidden;
  }
  .treatment-value-inner > div:not(.value-actions) {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.1rem;
    min-width: 0;
    padding: .72rem 0;
    border-bottom: 1px solid rgba(255,255,255,.085);
  }
  .treatment-value-inner > div:not(.value-actions):first-child {
    padding-top: .2rem;
  }
  .treatment-value-inner > div:not(.value-actions):nth-child(3) {
    border-bottom: 0;
  }
  .treatment-value .value-label {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 58%;
    margin-bottom: 0;
    font-size: 9px;
    letter-spacing: .17em;
    line-height: 1.35;
  }
  .treatment-value .value-main {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 42%;
    font-size: 1.34rem;
    text-align: right;
  }
  .value-actions { width: 100%; min-width: 0; align-items: stretch; gap: .62rem; transform: none; }
  .value-actions .btn { width: 100%; min-width: 0; white-space: normal; overflow-wrap: anywhere; }
  .value-secondary { display: block; max-width: 100%; text-align: center; font-size: 10px; line-height: 1.4; white-space: normal; overflow-wrap: anywhere; }
  .value-note {
    margin-top: .74rem;
    padding-top: .64rem;
    font-size: 10.5px;
    text-align: center;
  }
  .treatment-meta-item { padding: .9rem; }
  .treatment-hero-actions .btn,
  .treatment-value .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: center;
    white-space: normal;
    text-align: center;
    font-size: 11px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .treatment-bridge { padding-top: 28px; }
  .treatment-bridge-inner { padding: 1rem; border-radius: 22px; }
  .treatment-bridge p { font-size: .9rem; line-height: 1.62; }
  .treatment-body { padding-top: 42px; gap: 2.15rem; }
  .prosthetics-page .treatment-body,
  .implants-page .treatment-body,
  .whitening-page .treatment-body,
  .straightening-page .treatment-body,
  .surgery-page .treatment-body {
    width: 100%;
    max-width: 100%;
    display: block;
    grid-template-columns: minmax(0, 1fr);
  }
  .prosthetics-page .treatment-body > article,
  .prosthetics-page .treatment-sidebar,
  .prosthetics-page .treatment-section,
  .prosthetics-page .service-grid,
  .prosthetics-page .reassurance-grid,
  .prosthetics-page .condition-grid,
  .prosthetics-page .treatment-steps,
  .implants-page .treatment-body > article,
  .implants-page .treatment-sidebar,
  .implants-page .treatment-section,
  .implants-page .service-grid,
  .implants-page .reassurance-grid,
  .implants-page .condition-grid,
  .implants-page .treatment-steps,
  .whitening-page .treatment-body > article,
  .whitening-page .treatment-sidebar,
  .whitening-page .treatment-section,
  .whitening-page .service-grid,
  .whitening-page .reassurance-grid,
  .whitening-page .condition-grid,
  .whitening-page .treatment-steps,
  .straightening-page .treatment-body > article,
  .straightening-page .treatment-sidebar,
  .straightening-page .treatment-section,
  .straightening-page .service-grid,
  .straightening-page .reassurance-grid,
  .straightening-page .condition-grid,
  .straightening-page .treatment-steps,
  .surgery-page .treatment-body > article,
  .surgery-page .treatment-sidebar,
  .surgery-page .treatment-section,
  .surgery-page .service-grid,
  .surgery-page .reassurance-grid,
  .surgery-page .condition-grid,
  .surgery-page .treatment-steps {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
  }
  .prosthetics-page .treatment-bridge-inner,
  .implants-page .treatment-bridge-inner,
  .whitening-page .treatment-bridge-inner,
  .straightening-page .treatment-bridge-inner,
  .surgery-page .treatment-bridge-inner {
    width: 100%;
    max-width: 100%;
  }
  .treatment-section { margin-bottom: 2.65rem; }
  .treatment-detail-image {
    margin: .15rem 0 2.45rem;
    border-radius: 22px;
  }
  .treatment-detail-image img {
    aspect-ratio: 16 / 10.5;
    min-height: 190px;
  }
  .treatment-section h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .treatment-section p { font-size: .92rem; line-height: 1.66; }
  .prosthetics-page .treatment-body > article,
  .prosthetics-page .treatment-section,
  .prosthetics-page .service-card,
  .prosthetics-page .reassurance-card,
  .prosthetics-page .condition-card,
  .prosthetics-page .treatment-step,
  .implants-page .treatment-body > article,
  .implants-page .treatment-section,
  .implants-page .service-card,
  .implants-page .reassurance-card,
  .implants-page .condition-card,
  .implants-page .treatment-step,
  .whitening-page .treatment-body > article,
  .whitening-page .treatment-section,
  .whitening-page .service-card,
  .whitening-page .reassurance-card,
  .whitening-page .condition-card,
  .whitening-page .treatment-step,
  .straightening-page .treatment-body > article,
  .straightening-page .treatment-section,
  .straightening-page .service-card,
  .straightening-page .reassurance-card,
  .straightening-page .condition-card,
  .straightening-page .treatment-step,
  .surgery-page .treatment-body > article,
  .surgery-page .treatment-section,
  .surgery-page .service-card,
  .surgery-page .reassurance-card,
  .surgery-page .condition-card,
  .surgery-page .treatment-step {
    min-width: 0;
  }
  .prosthetics-page .treatment-section h2,
  .implants-page .treatment-section h2,
  .whitening-page .treatment-section h2,
  .straightening-page .treatment-section h2,
  .surgery-page .treatment-section h2 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8.2vw, 2.28rem);
    text-wrap: auto;
  }
  .whitening-page .treatment-section h2 {
    font-size: clamp(1.72rem, 7.4vw, 2.05rem);
    line-height: 1.08;
  }
  .prosthetics-page .treatment-section p,
  .implants-page .treatment-section p,
  .whitening-page .treatment-section p,
  .straightening-page .treatment-section p,
  .surgery-page .treatment-section p {
    max-width: 100%;
  }
  .service-card,
  .reassurance-card,
  .condition-card { padding: 1.05rem; }
  .treatment-steps { grid-template-columns: 1fr; gap: 10px; }
  .treatment-step { grid-template-columns: 1fr; gap: .4rem; }
  .side-card { padding: 1.12rem; }
  .side-support-list div {
    padding: .62rem .7rem;
    font-size: .8rem;
  }
  .side-support-list strong { font-size: .78rem; }
  .faq-question {
    min-height: 62px;
    padding: 1rem;
    font-size: 1.08rem;
    align-items: center;
  }
  .faq-answer { padding: 0 1rem 1rem; }
  .treatment-cta { padding: 58px var(--pad); }
  .treatment-cta-inner .btn { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .treatment-hero-inner {
    width: min(326px, 100%);
    max-width: min(326px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .treatment-hero-lede,
  .treatment-hero-actions,
  .treatment-hero-meta {
    width: 100%;
    max-width: 100%;
  }
}

/* LEGAL PAGE */
.legal-page { background: var(--ivory); }
.legal-main { background: var(--ivory); }
.legal-hero {
  padding: calc(84px + clamp(48px, 7vw, 80px)) var(--pad) clamp(42px, 6vw, 70px);
  background: linear-gradient(180deg, var(--ivory) 0%, #F8F3EA 100%);
}
.legal-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}
.legal-hero h1 {
  margin-top: .8rem;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: .98;
  font-weight: 500;
  color: var(--navy);
}
.legal-hero p {
  margin-top: 1.05rem;
  max-width: 620px;
  font-family: var(--sans);
  color: var(--navy-soft);
  line-height: 1.75;
  font-size: 1rem;
}
.legal-jump {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.55rem;
}
.legal-jump a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: .68rem 1rem;
  border: 1px solid rgba(198,165,107,.22);
  border-radius: 999px;
  background: rgba(255,251,244,.72);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.legal-content {
  padding: clamp(42px, 7vw, 80px) var(--pad) clamp(70px, 9vw, 110px);
}
.legal-content-inner {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.4rem, 3vw, 2rem);
}
.legal-section {
  scroll-margin-top: 104px;
  padding: clamp(1.45rem, 3vw, 2.2rem);
  border-radius: var(--radius-md);
  border: 1px solid rgba(27,45,66,.065);
  background: rgba(255,255,255,.72);
  box-shadow: 0 24px 60px -46px rgba(27,45,66,.22);
}
.legal-section-label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: .75rem;
}
.legal-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
  color: var(--navy);
  margin-bottom: 1rem;
}
.legal-section p,
.legal-section li {
  font-family: var(--sans);
  color: var(--muted);
  line-height: 1.72;
  font-size: .96rem;
}
.legal-section p + p { margin-top: .9rem; }
.legal-section a {
  color: var(--gold-deep);
  text-decoration: none;
  font-weight: 600;
}
.legal-note {
  margin-top: 1rem;
  padding: .95rem 1rem;
  border-radius: 16px;
  background: rgba(246,241,232,.68);
  border: 1px solid rgba(198,165,107,.12);
  color: var(--navy-soft) !important;
}
.legal-sitemap {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .65rem .95rem;
  padding: 0;
  margin-top: .5rem;
}
.legal-sitemap a {
  display: block;
  padding: .72rem .85rem;
  border-radius: 14px;
  background: rgba(246,241,232,.52);
  border: 1px solid rgba(27,45,66,.045);
  color: var(--navy);
  font-family: var(--sans);
  font-size: .92rem;
}
@media (max-width: 640px) {
  .legal-hero {
    padding-top: calc(84px + 34px);
    padding-bottom: 34px;
  }
  .legal-jump { gap: .55rem; }
  .legal-jump a {
    width: 100%;
    justify-content: center;
  }
  .legal-content { padding-top: 34px; }
  .legal-section {
    padding: 1.1rem;
    border-radius: 22px;
  }
  .legal-sitemap { grid-template-columns: 1fr; }
}

/* 13 FOOTER */
.footer { background: var(--navy-deep); color: rgba(255,255,255,.75); padding: clamp(60px, 7vw, 90px) var(--pad) clamp(30px, 3vw, 40px); }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); padding-bottom: clamp(2rem, 4vw, 3.5rem); border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand { display: flex; flex-direction: column; gap: 1.3rem; }
.footer-mark { display: flex; align-items: center; gap: .9rem; }
.footer-mark-icon { width: 38px; height: 38px; color: var(--gold); }
.footer-mark-icon svg { width: 100%; height: 100%; }
.footer-mark-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }
.footer-mark-name { font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--soft-white); }
.footer-tagline { font-family: var(--sans); font-size: 14px; font-weight: 400; color: rgba(255,255,255,.55); line-height: 1.7; max-width: 320px; }
.footer-social { display: flex; gap: .7rem; margin-top: .4rem; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); display: grid; place-items: center; color: rgba(255,255,255,.6); transition: background .25s, color .25s, border-color .25s; }
.footer-social a svg { width: 16px; height: 16px; }
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--soft-white); }
.whatsapp-float { display: none; }
.footer-col h5 { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .8rem; }
.footer-col ul a { font-family: var(--sans); font-size: 13.5px; font-weight: 400; color: rgba(255,255,255,.55); transition: color .2s; }
.footer-col ul a:hover { color: var(--soft-white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding-top: 1.4rem; margin-top: 1.6rem; }
.footer-bottom p { font-family: var(--sans); font-size: 12.5px; font-weight: 400; color: rgba(255,255,255,.35); }
.footer-bottom-links { display: flex; gap: 1.6rem; }
.footer-bottom-links a { font-family: var(--sans); font-size: 12.5px; font-weight: 400; color: rgba(255,255,255,.35); transition: color .2s; }
.footer-bottom-links a:hover { color: var(--soft-white); }
@media (max-width: 900px) { .footer-main { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: span 2; } }
@media (max-width: 480px) { .footer-main { grid-template-columns: 1fr; } .footer-brand { grid-column: 1; } }

/* THANK YOU PAGE */
.thank-you-page { min-height: 100vh; background: radial-gradient(circle at 50% 0%, rgba(198,165,107,.16), transparent 34%), var(--ivory); color: var(--navy); display: flex; flex-direction: column; }
.thank-you-main { flex: 1; display: grid; place-items: center; padding: clamp(72px, 10vw, 120px) var(--pad) clamp(48px, 8vw, 84px); }
.thank-you-card { width: min(100%, 720px); text-align: center; background: rgba(255, 251, 244, .92); border: 1px solid rgba(198,165,107,.22); border-radius: clamp(24px, 4vw, 34px); box-shadow: 0 34px 80px -52px rgba(14,27,46,.55); padding: clamp(2rem, 6vw, 4.5rem); }
.thank-you-logo { display: inline-flex; flex-direction: column; align-items: center; gap: .75rem; margin-bottom: clamp(1.8rem, 4vw, 2.8rem); text-decoration: none; color: var(--navy); }
.thank-you-logo img { width: clamp(56px, 10vw, 74px); height: clamp(56px, 10vw, 74px); object-fit: contain; display: block; }
.thank-you-logo span { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.thank-you-eyebrow { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.thank-you-card h1 { font-family: var(--serif); font-size: clamp(2.35rem, 7vw, 4.6rem); font-weight: 500; line-height: .98; letter-spacing: 0; margin-bottom: 1.35rem; color: var(--navy); }
.thank-you-supporting, .thank-you-reassurance, .thank-you-urgent { font-family: var(--sans); font-weight: 400; color: var(--muted); line-height: 1.75; margin-inline: auto; }
.thank-you-supporting { max-width: 560px; font-size: clamp(.98rem, 2vw, 1.08rem); }
.thank-you-reassurance { max-width: 530px; margin-top: 1rem; font-size: .98rem; color: rgba(27,45,66,.72); }
.thank-you-urgent { max-width: 520px; margin-top: 1.15rem; font-size: .92rem; color: rgba(27,45,66,.6); }
.thank-you-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .9rem; margin-top: clamp(1.8rem, 4vw, 2.5rem); }
.thank-you-contact { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .65rem; margin-top: 1.7rem; font-family: var(--sans); font-size: .9rem; color: var(--muted); }
.thank-you-contact a { color: var(--navy); text-decoration: none; font-weight: 600; }
.thank-you-contact a:hover { color: var(--gold); }
.thank-you-footer { padding: 0 var(--pad) 2rem; text-align: center; font-family: var(--sans); font-size: .78rem; color: rgba(27,45,66,.46); }
@media (max-width: 560px) {
  .thank-you-main { padding-top: 54px; }
  .thank-you-card { padding: 1.8rem 1.35rem; border-radius: 22px; }
  .thank-you-actions { align-items: stretch; }
  .thank-you-actions .btn { width: 100%; justify-content: center; }
}

@media (max-width: 768px) {
  .whatsapp-float {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: calc(18px + env(safe-area-inset-bottom));
    z-index: 90;
    display: inline-flex;
    align-items: center;
    gap: .48rem;
    min-height: 44px;
    padding: .72rem .9rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.22);
    background:
      linear-gradient(135deg, rgba(38,126,84,.96), rgba(26,99,70,.96));
    color: var(--soft-white);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 18px 42px -24px rgba(8,20,34,.55);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .28s ease, transform .28s ease, box-shadow .28s ease;
  }
  .whatsapp-float svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
  }
  .whatsapp-float.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .whatsapp-float:focus-visible {
    outline: 2px solid var(--gold-soft);
    outline-offset: 4px;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    transition: none;
    transform: none;
  }
  .whatsapp-float.is-visible {
    transform: none;
  }
}

@media (max-width: 560px) {
  .booking {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .booking-copy {
    gap: 1.25rem;
  }
  .booking-form-wrap {
    width: 100%;
    min-width: 0;
    padding: 1.35rem;
  }
  .booking-form-wrap h3 {
    margin-bottom: 1.35rem;
  }
  .form-row {
    gap: .85rem;
    margin-bottom: .85rem;
  }
  .form-upload {
    margin-bottom: 1.15rem;
    padding: 1rem;
  }
  .footer {
    padding-top: 46px;
    padding-bottom: 28px;
  }
  .footer-main {
    gap: 1.35rem;
    padding-bottom: 1.45rem;
  }
  .footer-brand {
    gap: 1rem;
  }
  .footer-bottom {
    margin-top: 1rem;
    padding-top: 1rem;
    gap: .75rem;
  }
}

@media (max-width: 640px) {
  .calculator-page .footer {
    padding: .86rem var(--pad) .62rem;
  }
  .calculator-page .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .62rem .95rem;
    padding-bottom: .62rem;
  }
  .calculator-page .footer-brand {
    grid-column: 1 / -1;
    gap: .48rem;
  }
  .calculator-page .footer-tagline {
    max-width: 100%;
    font-size: .68rem;
    line-height: 1.3;
  }
  .calculator-page .footer-social {
    margin-top: 0;
  }
  .calculator-page .footer-social a {
    width: 29px;
    height: 29px;
  }
  .calculator-page .footer-col h5 {
    margin-bottom: .34rem;
    font-size: .5rem;
  }
  .calculator-page .footer-col ul {
    gap: .24rem;
  }
  .calculator-page .footer-col ul a,
  .calculator-page .footer-bottom p,
  .calculator-page .footer-bottom-links a {
    font-size: .68rem;
  }
  .calculator-page .footer-bottom {
    gap: .32rem;
    padding-top: .4rem;
    margin-top: .4rem;
  }
  .calculator-page .footer-bottom-links {
    gap: .7rem;
  }
}

/* KEYFRAMES */
@keyframes slideUp { to { transform: translateY(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes drip { 0%, 100% { transform: scaleY(1); opacity: 1; } 50% { transform: scaleY(.5); opacity: .4; } }
