/* ==========================================================================
   WOW Aesthetics — Skin Treatment in Hyderabad (Google Ads landing page)
   Mobile-first stylesheet.

   Brand tokens come from wowaesthetics.in:
   gold #D9AB52 · cream #FFF0D1 · ivory #FBF6F2 · warm charcoal #383030
   --gold-ink is a darker gold used for text/icons so contrast meets WCAG AA.

   Contents
   1. Tokens          7. Trust strip        13. FAQ
   2. Base            8. Skin concerns      14. Final CTA
   3. Utilities       9. Treatments         15. Footer
   4. Buttons        10. Why choose us      16. Mobile sticky CTA
   5. Header         11. How it works       17. Motion & print
   6. Hero & form    12. Reviews & location
   ========================================================================== */

/* 1. Tokens
   ========================================================================== */
:root {
  --gold: #D9AB52;
  --gold-hover: #CA9A40;
  --gold-ink: #8A6424;
  --cream: #FFF0D1;
  --ivory: #FBF6F2;
  --sand: #F4ECE2;
  --paper: #FFFFFF;

  --ink: #383030;
  --ink-strong: #231C1A;
  --muted: #6B605B;
  --line: #E8DDD0;
  --field-border: #A6937E;

  --espresso: #231C1A;
  --espresso-deep: #1A1412;
  --on-dark: #F6EFE6;
  --on-dark-strong: #FFF8EE;
  --on-dark-muted: #BFB2A6;

  --whatsapp: #25D366;
  --danger: #B4412F;
  --danger-soft: #FBEEEB;

  --font-display: "Prata", "Didot", "Bodoni 72", "Bodoni MT", Georgia, "Times New Roman", serif;
  --font-sans: "Jost", "Futura", "Century Gothic", "Avenir Next", "Segoe UI", system-ui, -apple-system, sans-serif;

  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;

  --shadow-card: 0 1px 2px rgba(35, 28, 26, .04), 0 18px 40px -28px rgba(70, 48, 22, .35);
  --shadow-float: 0 2px 6px rgba(35, 28, 26, .04), 0 34px 70px -34px rgba(70, 48, 22, .45);

  --container: 1200px;
  --gutter: clamp(18px, 4.5vw, 40px);
  --section-y: clamp(60px, 8vw, 112px);
  --header-h: 64px;
  --trust-overlap: 0px; /* how far the trust card overlaps the hero */
}

@media (min-width: 768px) {
  :root { --header-h: 76px; }
}

@media (min-width: 1024px) {
  :root { --trust-overlap: 56px; }
}

/* 2. Base
   ========================================================================== */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  margin: 0;
  /* room for the mobile sticky CTA bar */
  padding-bottom: calc(76px + env(safe-area-inset-bottom));
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

@media (min-width: 768px) {
  body { padding-bottom: 0; }
}

@media (min-width: 1024px) {
  body { font-size: 1.0625rem; }
}

img,
svg,
iframe,
picture { display: block; max-width: 100%; }

img { height: auto; }

a { color: inherit; }

p,
figure,
blockquote,
ul,
ol { margin: 0; }

ul[class],
ol[class] { padding: 0; list-style: none; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 600;
  line-height: 1.25;
  color: var(--ink-strong);
}

address { font-style: normal; }

button,
input,
select,
textarea { font: inherit; color: inherit; }

[hidden] { display: none !important; }

::selection { background: var(--cream); color: var(--ink-strong); }

:focus-visible {
  outline: 3px solid rgba(217, 171, 82, .75);
  outline-offset: 3px;
}

/* 3. Utilities
   ========================================================================== */
.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.icon { width: 1.25em; height: 1.25em; flex: none; }
.icon--whatsapp { color: var(--whatsapp); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--ink-strong);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus { top: 12px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-ink);
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: .7;
}
.eyebrow--light { color: var(--gold); }

.text-accent { color: var(--gold-ink); }

.section { padding-block: var(--section-y); }

.section-head { margin-bottom: clamp(32px, 4.5vw, 56px); }

.section-head--center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.section-head--center .section-lead { margin-inline: auto; }
.section-head--center .eyebrow { text-wrap: balance; }

@media (max-width: 639px) {
  /* long centred eyebrows wrap on phones — drop the leading rule there */
  .section-head--center .eyebrow::before { display: none; }
}

.section-title {
  margin-top: 14px;
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 1.3rem + 2.3vw, 3rem);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.005em;
  text-wrap: balance;
}

.section-lead {
  max-width: 40em;
  margin-top: 16px;
  font-size: clamp(1rem, .96rem + .2vw, 1.125rem);
  color: var(--muted);
  text-wrap: pretty;
}

@media (min-width: 1024px) {
  .section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 64px;
    align-items: end;
  }
  .section-head--split .section-lead { margin-top: 0; }
}

.section-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: clamp(36px, 5vw, 56px);
  text-align: center;
}
.section-cta .btn { width: 100%; max-width: 420px; }
.section-cta__note { font-size: .9rem; color: var(--muted); }

@media (min-width: 640px) {
  .section-cta .btn { width: auto; }
}

/* 4. Buttons
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.btn .icon { width: 20px; height: 20px; }
.btn:active { transform: translateY(1px); }

.btn--primary {
  font-weight: 600;
  color: var(--ink-strong);
  background: var(--gold);
  box-shadow: 0 12px 24px -14px rgba(150, 104, 24, .85), inset 0 1px 0 rgba(255, 255, 255, .35);
}
.btn--primary:hover { background: var(--gold-hover); }

.btn--outline {
  color: var(--ink-strong);
  background: rgba(255, 255, 255, .55);
  border-color: rgba(35, 28, 26, .24);
}
.btn--outline:hover { background: var(--paper); border-color: var(--ink-strong); }

.btn--light {
  color: var(--on-dark-strong);
  background: rgba(246, 239, 230, .06);
  border-color: rgba(246, 239, 230, .34);
}
.btn--light:hover { background: rgba(246, 239, 230, .12); border-color: var(--on-dark); }

.btn--sm { min-height: 42px; padding: 9px 18px; font-size: .9375rem; }
.btn--sm .icon { width: 18px; height: 18px; }
.btn--lg { min-height: 56px; padding: 14px 28px; font-size: 1.0625rem; }
.btn--block { width: 100%; }

/* 5. Header
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ivory);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px -24px rgba(35, 28, 26, .45);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--header-h);
}

.brand { flex: none; border-radius: 6px; }
/* negative margins trim the transparent padding built into the logo PNG */
.brand__logo { width: auto; height: 52px; margin-block: -3px -4px; }

.site-header__actions { display: flex; align-items: center; gap: 14px; }

.header-call {
  display: none;
  align-items: center;
  gap: 10px;
  color: var(--ink-strong);
  text-decoration: none;
}
.header-call__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--gold-ink);
  transition: background-color .2s ease;
}
.header-call__icon .icon { width: 19px; height: 19px; }
.header-call:hover .header-call__icon { background: var(--gold); color: var(--ink-strong); }
.header-call__text small {
  display: block;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.header-call__text strong { display: block; font-size: 1rem; font-weight: 600; line-height: 1.35; }

.header-book { display: none; }

@media (min-width: 768px) {
  .brand__logo { height: 70px; margin-block: -4px -6px; }
  .header-book { display: inline-flex; }
}

@media (min-width: 900px) {
  .header-call { display: inline-flex; }
  .header-call-mobile { display: none; }
}

/* 6. Hero & lead form
   ========================================================================== */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: 22px 44px;
}
.hero::before {
  content: "";
  position: absolute;
  top: -260px;
  right: -240px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 240, 209, .95), rgba(255, 240, 209, 0));
  pointer-events: none;
}

.hero__grid { position: relative; display: grid; }

.hero__title {
  margin-top: 14px;
  font-family: var(--font-display);
  font-size: clamp(2.125rem, 1.35rem + 3.7vw, 3.75rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.01em;
  text-wrap: balance;
}

.hero__lead {
  max-width: 30em;
  margin-top: 16px;
  font-size: clamp(1.0625rem, 1rem + .4vw, 1.25rem);
  line-height: 1.6;
  color: var(--muted);
}

.hero__form { margin-top: 26px; }

/* Photo panel is desktop-only: on phones the form follows the headline immediately */
.hero__media { display: none; }

.hero__alt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  margin-top: 14px;
  font-size: .9375rem;
  color: var(--muted);
}
.hero__alt-label { width: 100%; }
.hero__alt-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-weight: 600;
  color: var(--ink-strong);
  text-decoration: underline;
  text-decoration-color: rgba(217, 171, 82, .8);
  text-underline-offset: 4px;
}
.hero__alt-link .icon { width: 18px; height: 18px; }
.hero__alt-link .icon:not(.icon--whatsapp) { color: var(--gold-ink); }

@media (min-width: 480px) {
  .hero__alt-label { width: auto; }
}

@media (min-width: 768px) {
  .hero { padding-block: 44px 64px; }
  .hero__content { max-width: 680px; }
}

@media (min-width: 1024px) {
  .hero {
    display: flex;
    align-items: center;
    min-height: min(880px, calc(100vh - var(--header-h)));
    padding-block: 52px calc(60px + var(--trust-overlap));
  }
  .hero::before { right: auto; left: -320px; }
  .hero__grid { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__content { max-width: none; padding-right: clamp(32px, 4vw, 64px); }
  .hero__title { font-size: clamp(2.625rem, 1.1rem + 2.6vw, 3.5rem); }
  .hero__form { margin-top: 28px; }

  .hero__media {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
    background: var(--sand);
  }
  .hero__media picture,
  .hero__media picture img { width: 100%; height: 100%; }
  /* focal point: keeps the face in frame from 1024px to ultra-wide screens */
  .hero__media picture img { object-fit: cover; object-position: 15% 30%; }

  /* genuine clinic thumbnail chip, links to the gallery */
  .hero__chip {
    position: absolute;
    /* stays inside the first screen even when the hero is taller than the viewport */
    top: min(calc(100vh - var(--header-h) - 112px), calc(100% - 100px - var(--trust-overlap)));
    left: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px 8px 8px;
    color: var(--ink-strong);
    text-decoration: none;
    background: rgba(255, 255, 255, .96);
    border-radius: 18px;
    box-shadow: var(--shadow-card);
    transition: box-shadow .25s ease, transform .25s ease;
  }
  .hero__chip:hover { box-shadow: var(--shadow-float); transform: translateY(-2px); }
  .hero__chip-thumb {
    flex: none;
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 12px;
  }
  .hero__chip-text strong { display: block; font-size: .9375rem; font-weight: 600; line-height: 1.3; color: var(--ink-strong); }
  .hero__chip-text small { display: block; font-size: .8125rem; line-height: 1.4; color: var(--muted); }
  .hero__chip-arrow { width: 18px; height: 18px; margin-left: 4px; color: var(--gold-ink); transition: transform .2s ease; }
  .hero__chip:hover .hero__chip-arrow { transform: translateX(3px); }
}

/* Phones & tablets: genuine clinic thumbnails under the hero form */
.clinic-peek {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 10px 14px 10px 10px;
  color: var(--ink-strong);
  text-decoration: none;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.clinic-peek__thumbs { display: flex; flex: none; }
.clinic-peek__thumbs img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border: 2px solid var(--paper);
  border-radius: 12px;
}
.clinic-peek__thumbs img + img { margin-left: -14px; }
.clinic-peek__text { flex: 1; min-width: 0; line-height: 1.35; }
.clinic-peek__text strong { display: block; font-size: .9375rem; font-weight: 600; }
.clinic-peek__text small { display: block; font-size: .8125rem; color: var(--muted); }
.clinic-peek__arrow { width: 18px; height: 18px; color: var(--gold-ink); }

@media (min-width: 1024px) {
  .clinic-peek { display: none; }
}

/* Hero form fields sit 2 × 2 where there is room */
@media (min-width: 1280px) {
  .lead-card--hero .lead-form { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 14px; }
  .lead-card--hero .lead-form > :not(.field) { grid-column: 1 / -1; }
}

/* Short laptop screens (e.g. 1366×768, 1280×720): tighten the hero so the submit button stays in view */
@media (min-width: 1024px) and (max-height: 820px) {
  .hero { padding-block: 32px calc(44px + var(--trust-overlap)); }
  .hero__title { font-size: clamp(2.5rem, 1rem + 2.2vw, 3rem); }
  .hero__lead { margin-top: 12px; font-size: 1.0625rem; }
  .hero__form { margin-top: 20px; }
  .hero .lead-card--hero { padding-block: 26px 22px; }
  .lead-card--hero .lead-card__sub { display: none; }
  .lead-card--hero .lead-form { margin-top: 16px; gap: 12px; }
}

@media (min-width: 1024px) and (max-height: 700px) {
  .hero__title { font-size: 2.625rem; } /* two lines on typical 1366×768 laptop viewports */
}

/* Lead card */
.lead-card {
  position: relative;
  padding: 24px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
  scroll-margin-top: calc(var(--header-h) + 16px);
}
.lead-card::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 32px;
  left: 32px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--gold);
}
.lead-card.is-highlighted { animation: card-ring 1.4s ease-out 1; }

@keyframes card-ring {
  0% { box-shadow: 0 0 0 0 rgba(217, 171, 82, .55), var(--shadow-float); }
  100% { box-shadow: 0 0 0 22px rgba(217, 171, 82, 0), var(--shadow-float); }
}

@media (min-width: 480px) {
  .lead-card { padding: 30px 28px; }
}

@media (min-width: 1024px) {
  .lead-card { padding: 36px 34px 32px; }
}

.lead-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1.3rem + .8vw, 1.875rem);
  font-weight: 400;
  line-height: 1.2;
}
.lead-card__sub { margin-top: 8px; font-size: .9375rem; line-height: 1.55; color: var(--muted); }

.lead-form { display: grid; gap: 16px; margin-top: 22px; }

.field label {
  display: block;
  margin-bottom: 6px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink-strong);
}
.field__optional { font-weight: 400; color: var(--muted); }

.field input,
.field select {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  font-size: 1rem; /* ≥16px prevents iOS zoom on focus */
  line-height: 1.2;
  color: var(--ink-strong);
  background-color: #FDFAF6;
  border: 1px solid var(--field-border);
  border-radius: var(--radius-sm);
  -webkit-appearance: none;
  appearance: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.field input::placeholder { color: #95887C; opacity: 1; }

.field select {
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%238A6424' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  cursor: pointer;
}
.field select:invalid { color: #857769; }
.field select option { color: var(--ink-strong); }

.field input:hover,
.field select:hover { border-color: #8C7964; }

.field input:focus,
.field select:focus {
  outline: none;
  background-color: #fff;
  border-color: var(--gold-ink);
  box-shadow: 0 0 0 4px rgba(217, 171, 82, .25);
}

.field--error input,
.field--error select { background-color: #FFFBFA; border-color: var(--danger); }
.field--error input:focus,
.field--error select:focus { box-shadow: 0 0 0 4px rgba(180, 65, 47, .14); }

.field__error { margin-top: 6px; font-size: .8125rem; line-height: 1.4; color: var(--danger); }
.field__error:empty { display: none; }

.phone-input { position: relative; }
.phone-input__prefix {
  position: absolute;
  top: 50%;
  left: 16px;
  padding-right: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink-strong);
  border-right: 1px solid var(--line);
  transform: translateY(-50%);
  pointer-events: none;
}
.phone-input input { padding-left: 68px; }

.hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.btn__spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(35, 28, 26, .25);
  border-top-color: var(--ink-strong);
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
.is-submitting .btn__spinner { display: inline-block; }
.is-submitting [data-submit] { cursor: progress; opacity: .9; }

@keyframes spin { to { transform: rotate(360deg); } }

.lead-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .8125rem;
  line-height: 1.5;
  color: var(--muted);
}
.lead-form__privacy .icon { width: 16px; height: 16px; margin-top: 2px; color: var(--gold-ink); }

.form-status {
  padding: 14px 16px;
  font-size: .9rem;
  line-height: 1.5;
  color: #7A2C20;
  background: var(--danger-soft);
  border-radius: var(--radius-sm);
}
.form-status a { font-weight: 600; color: inherit; }
.form-status__actions { display: grid; gap: 8px; margin-top: 12px; }
.form-status__actions .btn { min-height: 46px; font-size: .9375rem; background: var(--paper); }

.lead-success { padding: 26px 4px 6px; text-align: center; }
.lead-success:focus { outline: none; }
.lead-success__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--cream);
  color: var(--gold-ink);
}
.lead-success__icon .icon { width: 30px; height: 30px; }
.lead-success__title {
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.25;
  text-wrap: balance;
}
.lead-success__text { margin-top: 12px; color: var(--muted); }
.lead-success__actions { display: grid; gap: 10px; margin-top: 20px; }
.lead-success__actions .btn { padding-inline: 14px; white-space: nowrap; }

@media (min-width: 480px) {
  .lead-success__actions { grid-template-columns: 1fr 1fr; }
}

/* 7. Trust strip
   A floating card. On desktop it overlaps the bottom edge of the hero (--trust-overlap).
   ========================================================================== */
.trust { position: relative; z-index: 3; }

.trust__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

/* phones: 2 × 2, icon above text */
.trust__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 12px 18px;
  text-align: center;
}

/* inset hairline dividers */
.trust__item::before,
.trust__item::after {
  content: "";
  position: absolute;
  background: var(--line);
}
.trust__item::after { top: 18px; right: 0; bottom: 18px; width: 1px; }
.trust__item::before { right: 18px; bottom: 0; left: 18px; height: 1px; }
.trust__item:nth-child(even)::after,
.trust__item:nth-child(n+3)::before { display: none; }

.trust__icon {
  display: grid;
  flex: none; /* never squash the badge next to long titles */
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(217, 171, 82, .4);
  color: var(--gold-ink);
}
.trust__icon .icon { width: 22px; height: 22px; }

.trust__text { min-width: 0; }
.trust__text strong {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink-strong);
  text-wrap: balance;
}
.trust__text small {
  display: block;
  margin-top: 4px;
  font-size: .78125rem;
  line-height: 1.4;
  color: var(--muted);
  text-wrap: balance;
}

/* tablets & small laptops: 2 × 2, icon beside text */
@media (min-width: 640px) {
  .trust__item { flex-direction: row; gap: 16px; padding: 22px 26px; text-align: left; }
  .trust__icon { width: 52px; height: 52px; }
  .trust__icon .icon { width: 24px; height: 24px; }
  .trust__text strong { font-size: .9375rem; }
  .trust__text small { font-size: .8125rem; }
}

@media (min-width: 1024px) {
  .trust { margin-top: calc(-1 * var(--trust-overlap)); }
  .trust__list { box-shadow: var(--shadow-float); }
}

/* wide screens: one row of four */
@media (min-width: 1280px) {
  .trust__list { grid-template-columns: repeat(4, minmax(0, 1fr)); padding-inline: 6px; }
  .trust__item { gap: 14px; padding: 28px 20px; }
  .trust__icon { width: 50px; height: 50px; }
  .trust__text strong { max-width: 12em; } /* all four titles form matching two-line blocks */
  .trust__text small { font-size: .78125rem; }
  .trust__item::before { display: none; }
  .trust__item:nth-child(even)::after { display: block; }
  .trust__item:last-child::after { display: none; }
}

/* 8. Skin concerns
   ========================================================================== */
.concern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.concern-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.concern-card:hover {
  border-color: rgba(217, 171, 82, .6);
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.concern-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ivory);
  border: 1px solid var(--line);
  color: var(--gold-ink);
  transition: background-color .25s ease;
}
.concern-card:hover .concern-card__icon { background: var(--cream); }
.concern-card__icon .icon { width: 25px; height: 25px; }

.concern-card__title { margin-top: 14px; font-size: 1rem; line-height: 1.3; }
.concern-card__text { flex: 1; margin-top: 6px; font-size: .875rem; line-height: 1.55; color: var(--muted); }

.concern-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--gold-ink);
  text-decoration: none;
}
/* whole card is clickable */
.concern-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
}
.concern-card__link .icon { width: 16px; height: 16px; transition: transform .2s ease; }
.concern-card:hover .concern-card__link .icon { transform: translateX(3px); }
.concern-card__link:focus-visible { outline: none; }
.concern-card__link:focus-visible::after { outline: 3px solid rgba(217, 171, 82, .75); outline-offset: 2px; }

@media (min-width: 768px) {
  .concern-grid { gap: 16px; }
  .concern-card { padding: 26px 24px 22px; }
  .concern-card__title { margin-top: 18px; font-size: 1.0625rem; }
}

@media (min-width: 1024px) {
  .concern-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
}

/* 9. Treatments
   ========================================================================== */
.treatments { background: var(--paper); }

.menu-grid { display: grid; gap: 16px; }

.menu-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.menu-card__media {
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: var(--sand);
}
.menu-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--pos, 50% 50%);
  transition: transform .6s ease;
}
.menu-card:hover .menu-card__media img { transform: scale(1.03); }

.menu-card__body { padding: 0 20px 8px; }

.menu-card__head {
  position: relative;
  padding-top: 38px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
/* icon badge overlaps the bottom edge of the photo */
.menu-card__icon {
  position: absolute;
  top: -24px;
  left: 0;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 8px 18px -10px rgba(70, 48, 22, .45);
  color: var(--gold-ink);
}
.menu-card__icon .icon { width: 24px; height: 24px; }
.menu-card__num {
  position: absolute;
  top: 14px;
  right: 0;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .14em;
  color: var(--gold-ink);
}
.menu-card__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.menu-card__desc { margin-top: 6px; font-size: .9rem; line-height: 1.5; color: var(--muted); }

.menu-item { padding-block: 16px; }
.menu-item + .menu-item { border-top: 1px solid var(--line); }
.menu-item__name { font-size: 1rem; line-height: 1.35; }
.menu-item__text { margin-top: 4px; font-size: .875rem; line-height: 1.6; color: var(--muted); }

.also {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 28px;
}
.also__label {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.also__list { display: flex; flex-wrap: wrap; gap: 8px; }
.also__list li {
  padding: 6px 14px;
  font-size: .8125rem;
  line-height: 1.4;
  color: var(--ink);
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 999px;
}

@media (min-width: 768px) {
  .menu-card__media { aspect-ratio: 21 / 9; }
  .menu-card__body { padding: 0 30px 12px; }
}

@media (min-width: 1024px) {
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .menu-card__media { aspect-ratio: 16 / 10; }
}

/* 10. Why choose us
   ========================================================================== */
.why {
  position: relative;
  overflow: hidden;
  color: var(--on-dark);
  background: var(--espresso);
}
.why::before {
  content: "";
  position: absolute;
  top: -320px;
  left: 50%;
  width: 960px;
  height: 640px;
  background: radial-gradient(closest-side, rgba(217, 171, 82, .16), rgba(217, 171, 82, 0));
  transform: translateX(-50%);
  pointer-events: none;
}
.why .container { position: relative; }
.why .section-title { color: var(--on-dark-strong); }
.why .section-lead { color: var(--on-dark-muted); }

.why-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(246, 239, 230, .12);
  border: 1px solid rgba(246, 239, 230, .12);
  border-radius: var(--radius-lg);
}

.why-card { padding: 28px 24px; background: var(--espresso); }

.why-card__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(217, 171, 82, .5);
  color: var(--gold);
}
.why-card__icon .icon { width: 26px; height: 26px; }

.why-card__title {
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--on-dark-strong);
}
.why-card__text { margin-top: 10px; font-size: .9375rem; line-height: 1.65; color: var(--on-dark-muted); }

@media (max-width: 639px) {
  /* compact single-column cards on phones: icon beside the text */
  .why-card { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; padding: 22px 20px; }
  .why-card__icon { grid-row: 1 / span 2; width: 46px; height: 46px; }
  .why-card__icon .icon { width: 22px; height: 22px; }
  .why-card__title { margin-top: 2px; font-size: 1.3125rem; }
  .why-card__text { margin-top: 6px; }
}

@media (min-width: 640px) {
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .why-card { padding: 36px 32px; }
}

@media (min-width: 1100px) {
  .why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* 10b. Clinic gallery & photo viewer
   ========================================================================== */
.gallery { background: var(--paper); }

/* phones: reception full width, then 2 × 2 squares */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.gallery-item { aspect-ratio: 1 / 1; }
.gallery-item--reception { grid-column: 1 / -1; aspect-ratio: 10 / 9; }

.gallery-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--sand);
  border-radius: var(--radius);
}
.gallery-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.gallery-link:hover img { transform: scale(1.04); }
.gallery-link:focus-visible { outline-offset: 3px; }

/* focal points for each crop */
.gallery-item--reception img { object-position: 40% 40%; }
.gallery-item--lounge img { object-position: 70% 60%; }
.gallery-item--wings img { object-position: 50% 40%; }
.gallery-item--treatment img { object-position: 60% 50%; }

.gallery-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 11px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--ink-strong);
  background: rgba(255, 255, 255, .93);
  border-radius: 999px;
}
.gallery-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--ink-strong);
  background: rgba(255, 255, 255, .9);
  border-radius: 50%;
  opacity: 0;
  transition: opacity .25s ease;
}
.gallery-zoom .icon { width: 16px; height: 16px; }
.gallery-link:hover .gallery-zoom,
.gallery-link:focus-visible .gallery-zoom { opacity: 1; }

.gallery-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 32px;
  margin-top: 24px;
}
.gallery-note { display: flex; align-items: flex-start; gap: 8px; font-size: .9375rem; color: var(--muted); }
.gallery-note .icon { width: 18px; height: 18px; margin-top: 3px; color: var(--gold-ink); }

/* tablets & desktop: editorial layout — tall reception + alternating wide/narrow tiles */
@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, 220px);
    gap: 14px;
  }
  .gallery-item { aspect-ratio: auto; }
  .gallery-item--reception { grid-column: 1 / span 5; grid-row: 1 / span 2; aspect-ratio: auto; }
  .gallery-item--corridor { grid-column: 6 / span 4; grid-row: 1; }
  .gallery-item--lounge { grid-column: 10 / span 3; grid-row: 1; }
  .gallery-item--wings { grid-column: 6 / span 3; grid-row: 2; }
  .gallery-item--treatment { grid-column: 9 / span 4; grid-row: 2; }
  .gallery-caption { bottom: 14px; left: 14px; font-size: .8125rem; }
}

@media (min-width: 1024px) {
  .gallery-grid { grid-template-rows: repeat(2, 290px); gap: 16px; }
  .gallery-link { border-radius: var(--radius-lg); }
}

/* photo viewer */
.lightbox {
  width: min(92vw, 960px, var(--lightbox-width, 960px));
  max-width: none;
  max-height: 94vh;
  padding: 0;
  overflow: visible;
  color: var(--on-dark);
  background: #120E0D;
  border: 0;
  border-radius: var(--radius-lg);
}
.lightbox::backdrop { background: rgba(18, 14, 13, .88); }
.lightbox__figure { display: grid; margin: 0; }
.lightbox__img {
  width: 100%;
  height: auto;
  max-height: calc(94vh - 60px);
  object-fit: contain;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.lightbox__caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  font-size: .9375rem;
}
.lightbox__count { flex: none; color: var(--on-dark-muted); font-variant-numeric: tabular-nums; }
.lightbox__btn {
  position: absolute;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ink-strong);
  background: rgba(255, 255, 255, .94);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, .6);
  cursor: pointer;
}
.lightbox__btn .icon { width: 20px; height: 20px; }
.lightbox__close { top: 10px; right: 10px; }
.lightbox__prev,
.lightbox__next { top: calc(50% - 52px); }
.lightbox__prev { left: 10px; }
.lightbox__next { right: 10px; }
body.lightbox-open { overflow: hidden; }

@media (min-width: 1100px) {
  .lightbox__prev { left: -64px; }
  .lightbox__next { right: -64px; }
  .lightbox__close { top: 0; right: -64px; }
}

/* 11. How it works
   ========================================================================== */
.steps { background: var(--ivory); }

.steps-list { display: grid; gap: 14px; }

.step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  padding: 22px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.step__num {
  grid-row: 1 / span 2;
  min-width: 1.35em;
  font-size: 2rem;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--gold);
}
.step__title { font-size: 1.0625rem; line-height: 1.35; }
.step__text { margin-top: 6px; font-size: .9375rem; line-height: 1.6; color: var(--muted); }

@media (min-width: 900px) {
  .steps-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .step { display: block; padding: 34px 30px; }
  .step__num { font-size: 2.75rem; }
  .step__title { margin-top: 22px; font-size: 1.1875rem; }
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 58px;
    right: -25px;
    width: 25px;
    height: 1px;
    background: var(--gold);
  }
}

/* 12. Reviews & location
   ========================================================================== */
.reviews { background: var(--sand); }

.review-grid { display: grid; gap: 14px; }
.review-grid > li { display: flex; }

.review-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.review-card__stars { display: flex; gap: 3px; color: var(--gold); }
.review-card__stars .icon { width: 16px; height: 16px; }

.review-card__quote { flex: 1; margin-top: 14px; font-size: 1rem; line-height: 1.65; color: var(--ink); }

.review-card--featured .review-card__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 1rem + .8vw, 1.75rem);
  line-height: 1.5;
  color: var(--ink-strong);
}
.review-card--featured .review-card__quote::before {
  content: "\201C";
  display: block;
  height: .5em;
  margin-bottom: .1em;
  font-family: var(--font-display);
  font-size: 3.5rem;
  line-height: 1;
  color: var(--gold);
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.review-card__avatar {
  display: grid;
  place-items: center;
  flex: none;
  width: 40px;
  height: 40px;
  font-family: var(--font-display);
  font-size: 1.125rem;
  line-height: 1;
  color: var(--gold-ink);
  background: var(--cream);
  border-radius: 50%;
}
.review-card__author strong { display: block; font-size: .9375rem; line-height: 1.3; color: var(--ink-strong); }
.review-card__author small { display: block; font-size: .8125rem; color: var(--muted); }

.reviews__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 32px;
  margin-top: 28px;
}
.reviews__note { max-width: 46em; font-size: .8125rem; color: var(--muted); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--gold-ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.link-arrow .icon { width: 18px; height: 18px; transition: transform .2s ease; }
.link-arrow:hover .icon { transform: translateX(3px); }

@media (min-width: 768px) {
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .review-card { padding: 28px; }
}

@media (min-width: 1024px) {
  .review-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
  .review-grid__featured { grid-row: 1 / span 3; }
  .review-card--featured { padding: 48px 44px 40px; }
}

/* Location */
.visit { background: var(--paper); }

.visit__grid { display: grid; gap: 36px; }

.visit__photo {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}
.visit__photo picture { flex: none; width: min(46%, 240px); }
.visit__photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 45% 30%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}
.visit__photo-link {
  margin-top: 6px;
  font-size: .875rem;
  font-weight: 600;
  color: var(--gold-ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.visit__photo-caption { display: grid; gap: 2px; line-height: 1.35; }
.visit__photo-label {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-ink);
}
.visit__photo-caption strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--ink-strong);
}

.visit__details { display: grid; gap: 22px; margin-top: 30px; }

.detail { display: flex; gap: 16px; }
.detail__icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--gold-ink);
}
.detail__icon .icon { width: 22px; height: 22px; }
.detail__label {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.detail__value { margin-top: 4px; line-height: 1.6; color: var(--ink-strong); }

.visit__actions { display: grid; gap: 12px; margin-top: 32px; }

.visit__map {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.visit__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 480px) {
  .visit__actions { display: flex; flex-wrap: wrap; }
}

@media (min-width: 1024px) {
  .visit__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 72px;
    align-items: stretch;
  }
  .visit__map { min-height: 520px; }
}

/* 13. FAQ
   ========================================================================== */
.faq { background: var(--ivory); }

.faq__grid { display: grid; gap: 28px; }
.faq__contact { margin-top: 24px; }

.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { border-radius: 6px; outline-offset: 4px; }

.faq-item__q { font-size: 1.0625rem; font-weight: 600; line-height: 1.4; }

.faq-item__icon {
  position: relative;
  flex: none;
  width: 34px;
  height: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: background-color .25s ease, border-color .25s ease;
}
.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--gold-ink);
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}
.faq-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item summary:hover .faq-item__icon { border-color: var(--gold); }
.faq-item[open] .faq-item__icon { background: var(--gold); border-color: var(--gold); }
.faq-item[open] .faq-item__icon::before,
.faq-item[open] .faq-item__icon::after { background: var(--ink-strong); }
.faq-item[open] .faq-item__icon::after { transform: translate(-50%, -50%) rotate(0deg); }

.faq-item__a { padding-bottom: 22px; color: var(--muted); }
.faq-item__a a { font-weight: 600; color: var(--gold-ink); }

@media (min-width: 768px) {
  .faq-item__q { font-size: 1.125rem; }
  .faq-item__a { padding-right: 54px; }
}

@media (min-width: 1024px) {
  .faq__grid {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 80px;
    align-items: start;
  }
  .faq__head { position: sticky; top: calc(var(--header-h) + 40px); }
}

/* 14. Final CTA
   ========================================================================== */
.final-cta {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-y);
  color: var(--on-dark);
  background: var(--espresso);
}
.final-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -260px;
  width: 840px;
  height: 840px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(217, 171, 82, .2), rgba(217, 171, 82, 0));
  transform: translateY(-50%);
  pointer-events: none;
}

.final-cta__grid { position: relative; display: grid; gap: 36px; }

.final-cta__title {
  margin-top: 14px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.3rem + 2.8vw, 3.375rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--on-dark-strong);
  text-wrap: balance;
}
.final-cta__lead {
  max-width: 32em;
  margin-top: 18px;
  font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem);
  color: var(--on-dark-muted);
}

.final-cta__actions { display: grid; gap: 12px; margin-top: 32px; }

.final-cta__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--on-dark-muted);
}
.final-cta__phone .icon { width: 18px; height: 18px; color: var(--gold); }
.final-cta__phone a {
  font-weight: 600;
  color: var(--on-dark-strong);
  text-decoration: underline;
  text-decoration-color: rgba(217, 171, 82, .7);
  text-underline-offset: 4px;
}

@media (min-width: 480px) {
  .final-cta__actions { display: flex; flex-wrap: wrap; }
}

@media (min-width: 1024px) {
  .final-cta__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 440px);
    gap: clamp(48px, 6vw, 96px);
    align-items: center;
  }
}

/* 15. Footer
   ========================================================================== */
.site-footer {
  padding-block: 56px 28px;
  font-size: .9375rem;
  color: var(--on-dark-muted);
  background: var(--espresso-deep);
}

.site-footer__top {
  display: grid;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(246, 239, 230, .1);
}

.site-footer__logo { width: auto; height: 72px; }
.site-footer__tagline {
  margin-top: 14px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}

.site-footer__contact { display: grid; gap: 14px; }
.site-footer__contact li { display: flex; align-items: flex-start; gap: 12px; line-height: 1.6; }
.site-footer__contact .icon { width: 18px; height: 18px; margin-top: 4px; color: var(--gold); }

.site-footer a { color: var(--on-dark); text-decoration: none; transition: color .2s ease; }
.site-footer a:hover { color: var(--gold); }

.site-footer__disclaimer {
  max-width: 72em;
  margin-top: 24px;
  font-size: .8125rem;
  line-height: 1.6;
  color: #A2958A;
}
.site-footer__disclaimer a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(246, 239, 230, .3);
  text-underline-offset: 3px;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: 24px;
  font-size: .8125rem;
}
.site-footer__legal { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.site-footer__legal a {
  color: var(--on-dark-muted);
  text-decoration: underline;
  text-decoration-color: rgba(246, 239, 230, .3);
  text-underline-offset: 3px;
}

@media (min-width: 640px) {
  .site-footer__contact { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
  .site-footer__contact li:first-child { grid-column: 1 / -1; }
}

@media (min-width: 900px) {
  .site-footer__top {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 64px;
    align-items: start;
  }
}

/* 16. Mobile sticky CTA
   ========================================================================== */
.mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 8px;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .98);
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 30px -20px rgba(35, 28, 26, .4);
  transition: transform .3s ease;
}

.mobile-cta__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 56px;
  padding: 6px 4px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-strong);
  text-decoration: none;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 14px;
  -webkit-tap-highlight-color: transparent;
}
.mobile-cta__item .icon { width: 20px; height: 20px; }
.mobile-cta__item:active { transform: scale(.98); }
.mobile-cta__item--book { background: var(--gold); border-color: var(--gold); }

/* hidden while the keyboard is open so it never covers form fields */
.is-typing .mobile-cta { transform: translateY(calc(100% + 12px)); }

@media (min-width: 768px) {
  .mobile-cta { display: none; }
}

/* 17. Motion & print
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

@media print {
  .site-header,
  .mobile-cta,
  .visit__map,
  .skip-link { display: none !important; }
  body { padding-bottom: 0; background: #fff; }
  .why,
  .final-cta,
  .site-footer { color: #000; background: #fff; }
}
