/* ==========================================================================
   Option B — Flagship Treatment Showcase
   CRO-led: concern → treatment → booking. Calm premium tone preserved.
   Loads after base.css.
   ========================================================================== */

[hidden] { display: none !important; }

.btn--s { min-height: 44px; padding: 9px 18px; font-size: 0.88rem; }

/* --- Announcement ---------------------------------------------------------- */
.announce { background: var(--cypress); color: var(--paper); }
.announce p { margin: 0; padding: 9px 0; font-size: 0.85rem; text-align: center; letter-spacing: 0.01em; }

/* --- Header ----------------------------------------------------------------- */
.site-head {
  position: sticky; top: 0; z-index: 100;
  background: var(--paper);
  border-bottom: 1px solid rgba(33, 35, 34, 0.09);
}
.site-head__row { display: flex; align-items: center; gap: 16px; min-height: 68px; }
.brand { color: var(--jet); display: inline-flex; }
.brand .logo-mark { width: 148px; }

.nav-toggle {
  width: 44px; height: 44px; margin-left: -10px;
  display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.nav-toggle span { width: 22px; height: 2px; background: currentColor; border-radius: 2px; }

.nav { display: none; }
.head-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.wa-icon {
  width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--sage-tint); color: var(--cypress);
  transition: background-color var(--t-hover), color var(--t-hover);
}
.wa-icon:hover { background: var(--sage); color: #fff; }
.btn--head { display: none; min-height: 44px; padding: 10px 20px; font-size: 0.9rem; }
@media (min-width: 520px) { .btn--head { display: inline-flex; } }

@media (min-width: 1100px) {
  .nav-toggle { display: none; }
  .site-head__row { min-height: 76px; gap: 28px; }
  .brand .logo-mark { width: 168px; }
  .nav { display: block; flex: 1; }
  .nav__list { display: flex; justify-content: center; gap: clamp(14px, 2vw, 26px); }
  .nav__list > li { position: relative; }
  .nav__list a {
    display: inline-flex; align-items: center; gap: 6px;
    text-decoration: none; font-size: 0.93rem; font-weight: 500;
    padding: 26px 2px; transition: color var(--t-hover);
  }
  .nav__list a:hover { color: var(--cypress); }

  /* Treatments dropdown (hover / keyboard focus) */
  .drop {
    position: absolute; top: 100%; left: -180px; width: 720px;
    background: var(--cream); border: 1px solid var(--stucco-tint);
    border-radius: var(--radius-m); box-shadow: var(--shadow-soft);
    padding: 26px 28px 20px;
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: opacity var(--t-menu), transform var(--t-menu), visibility 0s linear 220ms;
  }
  .has-drop:hover .drop, .has-drop:focus-within .drop {
    opacity: 1; visibility: visible; transform: translateY(2px); transition-delay: 0s;
  }
  .drop__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 24px; }
  .drop__grid h3 {
    font-family: var(--sans); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase; color: var(--shiitake);
    margin-bottom: 8px;
  }
  .drop__grid ul li a { display: block; padding: 4px 0; font-size: 0.87rem; font-weight: 400; }
  .drop__grid ul li a:hover { text-decoration: underline; text-underline-offset: 4px; }
  .drop__foot { margin: 16px 0 0; border-top: 1px solid var(--stucco-tint); padding-top: 14px; }
  .drop__foot a { padding: 0; }
}

/* --- Mobile drawer ------------------------------------------------------------ */
.drawer { position: fixed; inset: 0; z-index: 150; pointer-events: none; }
.drawer__backdrop {
  position: absolute; inset: 0; background: rgba(33, 35, 34, 0.45);
  opacity: 0; transition: opacity var(--t-menu);
}
.drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(360px, 88vw); background: var(--paper);
  display: flex; flex-direction: column;
  transform: translateX(102%); transition: transform var(--t-menu);
  box-shadow: -18px 0 40px rgba(33, 35, 34, 0.18);
}
.drawer.is-open { pointer-events: auto; }
.drawer.is-open .drawer__backdrop { opacity: 1; }
.drawer.is-open .drawer__panel { transform: none; }
.drawer__top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid rgba(33, 35, 34, 0.1);
}
.drawer__top .logo-mark { width: 132px; color: var(--jet); }
.drawer__close { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.drawer__nav { flex: 1; overflow-y: auto; padding: 8px 0; }
.drawer__nav > a, .drawer__nav summary {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 22px; font-weight: 500; font-size: 1rem;
  text-decoration: none; border-bottom: 1px solid rgba(33, 35, 34, 0.06);
  cursor: pointer;
}
.drawer__nav summary::-webkit-details-marker { display: none; }
.drawer__nav summary::after { content: "+"; font-size: 1.2rem; color: var(--shiitake); }
.drawer__nav details[open] summary::after { content: "–"; }
.drawer__group { padding: 4px 22px 14px 30px; background: var(--cream); }
.drawer__group h4 {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--shiitake); margin: 14px 0 4px;
}
.drawer__group a { display: block; padding: 8px 0; font-size: 0.92rem; text-decoration: none; }
.drawer__cta {
  display: grid; gap: 10px; padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(33, 35, 34, 0.1);
}

/* --- Hero ---------------------------------------------------------------------- */
.hero { position: relative; background: var(--paper); }
.hero__media img { width: 100%; height: auto; aspect-ratio: 16 / 11; object-fit: cover; object-position: 60% 30%; }
.hero__grid { position: relative; }
.hero__content { padding: 26px 0 6px; }
.hero__award {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--sage-tint); color: var(--cypress-deep);
  padding: 8px 14px; border-radius: 999px;
  font-size: 0.8rem; font-weight: 600; margin-bottom: 16px;
}
.hero__content h1 { font-size: clamp(2.5rem, 7vw, 4.1rem); margin: 12px 0 14px; }
.hero__sub { font-size: 1.05rem; max-width: 36ch; opacity: 0.9; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 4px; }
.btn--hero-book { background: var(--cypress); color: var(--paper); }
.btn--hero-book:hover { background: var(--cypress-deep); }
.btn--hero-wa { border-color: var(--jet); color: var(--jet); background: transparent; }
.btn--hero-wa:hover { background: var(--jet); color: var(--paper); }
.hero__concerns { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 20px 0 8px; }
.hero__concerns-label { font-size: 0.8rem; font-weight: 600; color: var(--shiitake); margin-right: 4px; }
.hero__concerns a {
  display: inline-flex; align-items: center; min-height: 44px;
  padding: 9px 16px; border: 1.5px solid var(--stucco); border-radius: 999px;
  font-size: 0.85rem; font-weight: 500; text-decoration: none;
  transition: border-color var(--t-hover), color var(--t-hover), background-color var(--t-hover);
}
.hero__concerns a:hover { border-color: var(--cypress); color: var(--cypress); }
.hero__flag {
  margin: 22px 0 30px; max-width: 420px;
  background: var(--cream); border: 1px solid var(--stucco-tint);
  border-radius: var(--radius-m); box-shadow: var(--shadow-soft);
  padding: 18px 20px;
}
.hero__flag-tag { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); }
.hero__flag-name { font-size: 1.18rem; margin: 6px 0; }
.hero__flag-meta { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: var(--shiitake); margin-bottom: 8px; }

@media (min-width: 940px) {
  .hero { min-height: 660px; display: flex; align-items: center; color: var(--paper); }
  .hero :focus-visible { outline-color: var(--paper); }
  .hero__media { position: absolute; inset: 0; }
  .hero__media img { width: 100%; height: 100%; aspect-ratio: auto; object-position: 68% 28%; }
  .hero__media::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(92deg,
      rgba(46, 50, 34, 0.94) 0%, rgba(46, 50, 34, 0.78) 34%,
      rgba(46, 50, 34, 0.38) 64%, rgba(46, 50, 34, 0.14) 100%);
  }
  .hero__grid { position: relative; z-index: 2; width: min(1240px, 100% - 2 * var(--gutter)); padding: 84px 0 96px; }
  .hero__content { max-width: 640px; padding: 0; }
  .hero__award { background: rgba(243, 234, 218, 0.14); color: var(--paper); border: 1px solid rgba(243, 234, 218, 0.35); }
  .hero__kicker { color: #cdd3a8; }
  .hero__kicker::before { background: #cdd3a8; }
  .hero__sub { color: rgba(243, 234, 218, 0.9); }
  .btn--hero-book { background: var(--paper); color: var(--cypress-deep); }
  .btn--hero-book:hover { background: var(--paper-deep); color: var(--cypress-deep); }
  .btn--hero-wa { border-color: rgba(243, 234, 218, 0.7); color: var(--paper); }
  .btn--hero-wa:hover { background: var(--paper); color: var(--cypress-deep); }
  .hero__concerns-label { color: rgba(243, 234, 218, 0.7); }
  .hero__concerns a { border-color: rgba(243, 234, 218, 0.45); color: var(--paper); }
  .hero__concerns a:hover { background: var(--paper); border-color: var(--paper); color: var(--cypress-deep); }
  .hero__flag { position: absolute; right: 0; bottom: 30px; margin: 0; width: 335px; }
}

/* --- Trust bar -------------------------------------------------------------------- */
.trust { background: var(--paper-deep); border-bottom: 1px solid rgba(33, 35, 34, 0.06); }
.trust__row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 18px 32px; padding: 18px 0;
}
.trust__facts { display: flex; flex-wrap: wrap; gap: 8px 30px; }
.trust__facts li { display: flex; align-items: baseline; gap: 8px; }
.trust__facts strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--cypress-deep); }
.trust__facts span { font-size: 0.85rem; color: var(--shiitake); }
.trust__press { display: flex; align-items: center; gap: 10px; max-width: 560px; min-width: 0; flex: 1 1 320px; }
.trust__logos { gap: 34px; align-items: center; }
.trust__logos li { display: flex; align-items: center; height: 44px; }
.trust__logos img {
  max-height: 24px; max-width: 130px; width: auto; height: auto;
  filter: grayscale(1); mix-blend-mode: multiply; opacity: 0.8;
}
.rail-btn--s { width: 38px; height: 38px; flex: 0 0 auto; }

/* --- Section headers ----------------------------------------------------------------- */
.sect-head { max-width: 640px; margin-bottom: clamp(26px, 4vw, 42px); }
.sect-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-top: 12px; }
.sect-head__sub { color: var(--shiitake); margin-top: 10px; font-size: 0.98rem; }

/* --- Concern finder --------------------------------------------------------------------- */
.finder { padding: var(--section-y) 0; }
.finder__tablist { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.finder__tab {
  min-height: 44px; padding: 10px 20px; border-radius: 999px;
  border: 1.5px solid var(--stucco); font-size: 0.9rem; font-weight: 500;
  transition: border-color var(--t-hover), background-color var(--t-hover), color var(--t-hover);
}
.finder__tab:hover { border-color: var(--cypress); color: var(--cypress); }
.finder__tab.is-active { background: var(--cypress); border-color: var(--cypress); color: var(--paper); }
.finder__grid { display: grid; gap: 16px; }
@media (min-width: 700px) { .finder__grid { grid-template-columns: repeat(3, 1fr); } .finder__grid--2 { grid-template-columns: repeat(2, 1fr); } }
.finder__card {
  background: var(--cream); border: 1px solid var(--stucco-tint);
  border-radius: var(--radius-m); padding: 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.finder__card h3 { font-size: 1.22rem; }
.finder__card p { font-size: 0.92rem; color: #5c5245; }
.finder__card .tlink { margin-top: auto; }
.finder__card--flag { border: 1.5px solid var(--cypress); }
.tag {
  align-self: flex-start; display: inline-block;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
}
.tag--flag { background: var(--cypress); color: var(--paper); }
.tag--trial { background: var(--sage-tint); color: var(--cypress-deep); }
.finder__foot {
  margin-top: 30px; padding: 22px 26px;
  background: var(--sage-tint); border-radius: var(--radius-m);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
}
.finder__foot p { font-family: var(--serif); font-size: 1.1rem; color: var(--cypress-deep); }

/* --- Flagship deep-dive --------------------------------------------------------------------- */
.flagship { background: var(--cypress-deep); color: var(--paper); padding: var(--section-y) 0; }
.flagship :focus-visible { outline-color: var(--paper); }
.flagship__grid { display: grid; gap: 40px; }
@media (min-width: 940px) { .flagship__grid { grid-template-columns: 1fr 1.08fr; gap: 56px; align-items: center; } }
.flagship__media { position: relative; border-radius: var(--radius-l); overflow: hidden; }
.flagship__media img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.flagship__badge {
  position: absolute; left: 14px; bottom: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cream); color: var(--jet);
  font-size: 0.8rem; font-weight: 600;
  padding: 9px 14px; border-radius: 999px;
}
.flagship .kicker { color: #cdd3a8; }
.flagship .kicker::before { background: #cdd3a8; }
.flagship__body h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin: 12px 0 14px; }
.flagship__desc { font-size: 1.02rem; color: rgba(243, 234, 218, 0.88); max-width: 52ch; }
.flagship__steps { margin: 26px 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.flagship__steps li { display: flex; gap: 16px; }
.flagship__steps li > span { font-family: var(--serif); font-size: 1.3rem; color: #cdd3a8; line-height: 1.3; }
.flagship__steps h3 { font-family: var(--sans); font-size: 0.98rem; font-weight: 600; }
.flagship__steps p { font-size: 0.88rem; color: rgba(243, 234, 218, 0.72); margin-top: 2px; }
.flagship__upgrade {
  display: inline-block; border: 1px dashed rgba(243, 234, 218, 0.5);
  padding: 9px 16px; border-radius: 999px; font-size: 0.88rem;
}
.flagship__stats { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 26px; }
.flagship__stats li {
  background: rgba(243, 234, 218, 0.12); border-radius: 10px;
  padding: 10px 14px; font-size: 0.85rem;
}
.flagship__stats strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; margin-right: 6px; }
.flagship__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.flagship .btn--primary { background: var(--paper); color: var(--cypress-deep); }
.flagship .btn--primary:hover { background: var(--paper-deep); }
.flagship .btn--outline { border-color: rgba(243, 234, 218, 0.65); color: var(--paper); }
.flagship .btn--outline:hover { background: var(--paper); color: var(--cypress-deep); }

/* --- Signature treatments ---------------------------------------------------------------------- */
.treats { padding: var(--section-y) 0; }
.treats__grid { display: grid; gap: 18px; }
@media (min-width: 900px) { .treats__grid { grid-template-columns: 1.12fr 1fr 1fr; } }
.treat-card {
  position: relative; background: var(--cream);
  border: 1px solid var(--stucco-tint); border-radius: var(--radius-l);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform var(--t-hover), box-shadow var(--t-hover);
}
.treat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.treat-card--flag { border: 2px solid var(--cypress); }
.treat-card--flag > .tag--flag { position: absolute; top: 14px; left: 14px; z-index: 2; }
.treat-card figure img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.treat-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.treat-card__body h3 { font-size: 1.3rem; }
.treat-card__body > p { font-size: 0.92rem; color: #5c5245; }
.treat-card__cta { display: flex; align-items: center; gap: 16px; margin-top: auto; padding-top: 6px; }
.treat-card__cta .btn { min-height: 44px; padding: 9px 22px; font-size: 0.88rem; }
.treats__all { margin-top: 26px; }

/* --- Proof strip ----------------------------------------------------------------------------------- */
.proof { background: var(--paper-deep); padding: var(--section-y) 0; }
.proof__grid { display: grid; gap: 36px; }
@media (min-width: 940px) { .proof__grid { grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; } }
.proof__figure { background: var(--cream); border-radius: var(--radius-l); padding: 14px; box-shadow: var(--shadow-soft); }
.proof__figure img { width: 100%; height: auto; border-radius: var(--radius-s); }
.proof__figure figcaption { font-size: 0.85rem; color: var(--shiitake); text-align: center; padding: 12px 6px 2px; }
.proof__body h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin: 12px 0 24px; }
.proof__meters { display: grid; gap: 20px; }
.proof__meter-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.proof__meter-head strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; color: var(--cypress-deep); }
.proof__meter-head span { font-size: 0.92rem; }
.meter { height: 6px; background: rgba(33, 35, 34, 0.1); border-radius: 999px; overflow: hidden; }
.meter i { display: block; height: 100%; background: var(--sage); border-radius: 999px; }
.proof__note { margin-top: 20px; font-size: 0.8rem; color: var(--shiitake); }

/* --- Difference ---------------------------------------------------------------------------------------- */
.diff { background: var(--sage-tint); padding: var(--section-y) 0; }
.diff__grid { display: grid; gap: 16px; }
@media (min-width: 900px) { .diff__grid { grid-template-columns: repeat(3, 1fr); } }
.diff__card {
  background: var(--cream); border-radius: var(--radius-m);
  border-top: 3px solid var(--sage); padding: 26px 24px;
}
.diff__num { display: block; color: var(--stucco); font-size: 1.05rem; margin-bottom: 10px; }
.diff__card h3 { font-size: 1.4rem; margin-bottom: 10px; }
.diff__card p { font-size: 0.93rem; color: #4c4a40; }

/* --- Reviews -------------------------------------------------------------------------------------------- */
.reviews { padding: var(--section-y) 0; }
.reviews__head { display: grid; gap: 26px; margin-bottom: 30px; }
@media (min-width: 900px) { .reviews__head { grid-template-columns: auto 1fr; gap: 64px; align-items: center; } }
.reviews__agg { display: flex; align-items: center; gap: 18px; }
.reviews__score { font-size: 3.6rem; font-weight: 600; line-height: 1; color: var(--cypress-deep); }
.reviews__agg .stars { font-size: 1.05rem; letter-spacing: 2px; }
.reviews__meta { font-size: 0.85rem; color: var(--shiitake); margin-top: 4px; }
.reviews__pull { font-size: clamp(1.25rem, 2.4vw, 1.7rem); font-style: italic; color: var(--cypress); }
.reviews__pull cite { display: block; font-family: var(--sans); font-style: normal; font-size: 0.82rem; color: var(--shiitake); margin-top: 8px; }
.reviews__rail > li { width: min(360px, 82vw); }
.review-card {
  background: var(--cream); border: 1px solid var(--stucco-tint);
  border-radius: var(--radius-m); padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
}
.review-card .stars { font-size: 0.95rem; letter-spacing: 2px; }
.review-card blockquote { font-size: 0.94rem; line-height: 1.55; }
.review-card footer { margin-top: auto; padding-top: 4px; display: flex; flex-direction: column; gap: 2px; }
.review-card footer strong { font-size: 0.95rem; }
.review-card footer span { font-size: 0.8rem; color: var(--shiitake); }
.reviews__nav { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }

/* --- Boutiques --------------------------------------------------------------------------------------------- */
.boutiques { background: var(--paper-deep); padding: var(--section-y) 0; }
.boutiques__grid { display: grid; gap: 36px; }
@media (min-width: 940px) { .boutiques__grid { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; } }
.boutiques__media { border-radius: var(--radius-l); overflow: hidden; }
.boutiques__media img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.boutiques__body h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin: 12px 0 22px; }
.boutiques__cards { display: grid; gap: 14px; }
@media (min-width: 640px) { .boutiques__cards { grid-template-columns: 1fr 1fr; } }
.loc-card {
  background: var(--cream); border: 1px solid var(--stucco-tint);
  border-radius: var(--radius-m); padding: 20px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
}
.loc-card h3 { font-size: 1.25rem; }
.loc-card p { font-size: 0.88rem; color: #5c5245; margin-bottom: 6px; }
.loc-card .btn { margin-top: auto; }
.boutiques__hours { font-size: 0.9rem; margin: 20px 0 22px; color: #4c4a40; }
.boutiques__hours strong { color: var(--jet); }

/* --- Instagram ------------------------------------------------------------------------------------------------ */
.ig { padding: var(--section-y) 0; }
.ig__head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 18px; margin-bottom: 26px;
}
.ig__head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-top: 10px; }
.ig__head h2 a { text-decoration: none; }
.ig__head h2 a:hover { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1.5px; }
.ig__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 700px) { .ig__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .ig__grid { grid-template-columns: repeat(6, 1fr); } }
.ig-tile {
  position: relative; display: block; border-radius: var(--radius-s); overflow: hidden;
  aspect-ratio: 1;
}
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slide); }
.ig-tile:hover img { transform: scale(1.04); }
.ig-tile__cap {
  position: absolute; inset: auto 0 0 0;
  padding: 26px 12px 12px;
  background: linear-gradient(180deg, rgba(33, 35, 34, 0) 0%, rgba(33, 35, 34, 0.78) 60%);
  color: var(--paper); font-size: 0.78rem; line-height: 1.4;
  transform: translateY(102%); transition: transform var(--t-menu);
}
.ig-tile:hover .ig-tile__cap, .ig-tile:focus-visible .ig-tile__cap, .ig-tile.is-open .ig-tile__cap { transform: none; }

/* --- Booking form ------------------------------------------------------------------------------------------------- */
.book { padding: var(--section-y) 0; }
.book__panel {
  background: var(--cream); border: 1px solid var(--stucco-tint);
  border-radius: var(--radius-l); padding: clamp(26px, 5vw, 56px);
  display: grid; gap: 36px;
}
@media (min-width: 940px) { .book__panel { grid-template-columns: 0.9fr 1.1fr; gap: 64px; } }
.book__aside h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin: 12px 0 12px; }
.book__sub { color: #5c5245; font-size: 0.98rem; }
.book__assure { margin-top: 22px; display: grid; gap: 12px; }
.book__assure li { position: relative; padding-left: 28px; font-size: 0.92rem; }
.book__assure li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--sage); font-weight: 700;
}
.book__assure a { color: var(--cypress); font-weight: 600; }
.book__form { display: grid; gap: 16px; }
@media (min-width: 640px) { .book__form { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 6px; }
@media (min-width: 640px) {
  .field { grid-column: span 2; }
  .field--half { grid-column: span 1; }
}
.field label { font-size: 0.85rem; font-weight: 600; }
.field label span[aria-hidden] { color: var(--sage); }
.field__opt { font-weight: 400; color: var(--shiitake); }
.field input, .field select, .field textarea {
  width: 100%; background: var(--paper);
  border: 1.5px solid #cdc0a9; border-radius: 10px;
  padding: 12px 14px; font-size: 0.95rem;
  transition: border-color var(--t-hover);
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--stucco); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cypress); outline: none; box-shadow: 0 0 0 3px rgba(84, 90, 61, 0.15); }
.field textarea { resize: vertical; min-height: 110px; }
.book__submit { justify-self: start; }
@media (min-width: 640px) { .book__submit { grid-column: span 2; } }
.book__note {
  background: var(--sage-tint); color: var(--cypress-deep);
  border-radius: 10px; padding: 12px 16px; font-size: 0.9rem;
}
@media (min-width: 640px) { .book__note { grid-column: span 2; } }

/* --- Footer ------------------------------------------------------------------------------------------------------- */
.foot { background: var(--jet); color: rgba(243, 234, 218, 0.85); padding: 60px 0 26px; }
.foot :focus-visible { outline-color: var(--paper); }
.foot .logo-mark { width: 168px; color: var(--paper); }
.foot__grid { display: grid; gap: 34px; }
@media (min-width: 900px) { .foot__grid { grid-template-columns: 1.6fr 0.8fr 0.9fr 1.3fr; gap: 44px; } }
.foot__hours { margin-top: 20px; font-size: 0.9rem; line-height: 1.7; }
.foot__hours strong { color: var(--paper); }
.foot__wa { margin-top: 14px; font-size: 0.9rem; }
.foot__wa a { color: var(--paper); font-weight: 600; text-underline-offset: 4px; }
.foot__col h3 {
  font-family: var(--sans); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--stucco); margin-bottom: 14px;
}
.foot__col a:not(.btn) { display: block; padding: 6px 0; font-size: 0.92rem; text-decoration: none; }
.foot__col a:not(.btn):hover { text-decoration: underline; text-underline-offset: 4px; color: var(--paper); }
.foot__social { display: flex; gap: 12px; }
.foot__social a {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(243, 234, 218, 0.3);
  display: inline-flex !important; align-items: center; justify-content: center;
  padding: 0 !important;
  transition: background-color var(--t-hover), color var(--t-hover);
}
.foot__social a:hover { background: var(--paper); color: var(--jet); }
.foot__news-h {
  font-family: var(--sans); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--stucco); margin: 24px 0 12px;
}
.foot__news { display: flex; flex-wrap: wrap; gap: 8px; }
.foot__news input {
  flex: 1 1 160px; background: transparent;
  border: 1.5px solid rgba(243, 234, 218, 0.35); border-radius: 999px;
  padding: 10px 18px; color: var(--paper); font-size: 0.9rem;
}
.foot__news input::placeholder { color: rgba(243, 234, 218, 0.5); }
.foot__news input:focus { border-color: var(--paper); outline: none; }
.foot__news-note { flex-basis: 100%; font-size: 0.85rem; color: #cdd3a8; }
.foot__legal {
  margin-top: 46px; padding-top: 22px;
  border-top: 1px solid rgba(243, 234, 218, 0.15);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  font-size: 0.8rem; color: rgba(243, 234, 218, 0.6);
}
.foot__legal a { color: inherit; text-underline-offset: 4px; }
.foot__legal a:hover { color: var(--paper); }

/* --- Small-screen refinements ---------------------------------------------------------------------------------------- */
@media (max-width: 420px) {
  .hero__cta .btn { flex: 1 1 100%; }
  .flagship__cta .btn { flex: 1 1 100%; }
  .trust__facts { gap: 6px 22px; }
}
