/* ==========================================================================
   GLM · Option A — Proof-led Clinic Editorial
   Calm, editorial, credibility-first. Paper base, serif headlines, generous
   whitespace, number-led proof. Cypress/sage accents on trust surfaces.
   ========================================================================== */

.opt-a { background: var(--paper); }
.opt-a em { font-style: italic; color: var(--cypress); }

/* ---- Hero ---- */
.hero-a__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero-a__title {
  font-size: clamp(2.7rem, 5.6vw, 4.9rem); margin: 20px 0 22px;
  letter-spacing: -.018em;
}
.hero-a__sub { margin-bottom: 30px; }
.hero-a__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.hero-a__creds { display: flex; flex-wrap: wrap; gap: 10px; }

.hero-a__media { position: relative; }
.hero-a__media .ba-slider { border-radius: var(--r-xl); }
.hero-a__badge {
  position: absolute; left: -18px; bottom: 64px;
  background: var(--cypress-deep); color: #f3eada;
  padding: 18px 22px; border-radius: var(--r); box-shadow: var(--shadow);
  display: flex; flex-direction: column; line-height: 1.1;
}
.hero-a__stat { font-family: var(--serif); font-size: 34px; font-weight: 600; }
.hero-a__stat-lbl { font-size: 12px; letter-spacing: .04em; color: rgba(243,234,218,.8); margin-top: 4px; }
.hero-a__caption { font-size: 12.5px; color: var(--jet-40); margin-top: 12px; font-style: italic; }

/* ---- Press rail ---- */
.press-a { background: var(--paper-soft); border-block: 1px solid var(--line); }
.press-a__label { display: block; text-align: center; margin-bottom: 22px; color: var(--shiitake); }
.press-a .logo-rail__viewport { padding-block: 4px; }
.press-a .logo-rail__track { justify-content: center; }

/* ---- Proof band ---- */
.proof-a__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.proof-a__intro h2 { font-size: clamp(2.1rem, 4vw, 3.2rem); margin: 16px 0 18px; letter-spacing: -.012em; }
.proof-a__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.proof-a__stat { border-top: 2px solid var(--cypress); padding-top: 14px; }
.proof-a__num { font-family: var(--serif); font-size: clamp(2.2rem, 3.6vw, 2.9rem); font-weight: 600; color: var(--cypress-deep); line-height: 1; display: inline-block; }
.proof-a__num .pct { font-size: .55em; vertical-align: super; margin-left: 1px; }
.proof-a__lbl { display: block; font-size: 13.5px; color: var(--shiitake); margin-top: 8px; line-height: 1.45; }
.proof-a__note { font-size: 12px; color: var(--jet-40); margin-top: 18px; font-style: italic; }

.proof-a__gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: start; }
.proof-a__card { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.proof-a__card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.proof-a__card:hover img { transform: scale(1.04); }
.proof-a__card figcaption {
  position: absolute; left: 12px; bottom: 12px; right: 12px;
  color: #f7efde; font-size: 12.5px; text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
.proof-a__card--lg { grid-column: 1 / -1; aspect-ratio: 16/9; }
.proof-a__card:not(.proof-a__card--lg) { aspect-ratio: 1/1; }
.proof-a__more {
  grid-column: 1 / -1; justify-self: end; align-self: end;
  color: var(--cypress); font-weight: 600; font-size: 14.5px; padding: 12px 0;
}
.proof-a__more:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ---- Pull quote ---- */
.pullquote-a { background: var(--cypress-deep); color: #f3eada; }
.pullquote-a blockquote { position: relative; max-width: 50ch; margin: 0 auto; text-align: center; padding: clamp(40px, 6vw, 76px) 0; }
.pullquote-a__mark { font-family: var(--serif); font-size: 90px; line-height: .2; color: var(--sage); margin-bottom: 10px; display: block; }
.pullquote-a blockquote p:nth-of-type(2) { font-family: var(--serif); font-size: clamp(1.35rem, 2.4vw, 1.95rem); line-height: 1.4; font-style: italic; }
.pullquote-a footer { margin-top: 22px; display: flex; flex-direction: column; gap: 4px; }
.pullquote-a__who { font-weight: 600; font-size: 15px; }
.pullquote-a__src { font-size: 12.5px; color: rgba(243,234,218,.6); }

/* ---- Difference ---- */
.diff-a__head { max-width: 60ch; margin-bottom: 48px; }
.diff-a__head h2 { font-size: clamp(2rem, 3.8vw, 3rem); margin: 16px 0 14px; }
.diff-a__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.diff-a__item { border-top: 1px solid var(--rule); padding-top: 26px; }
.diff-a__num { font-family: var(--serif); font-size: 15px; color: var(--stucco); letter-spacing: .1em; display: block; margin-bottom: 16px; }
.diff-a__item h3 { font-size: 1.6rem; margin-bottom: 12px; color: var(--cypress-deep); }
.diff-a__item p { color: var(--jet-60); font-size: 15px; }

/* ---- Treatments ---- */
.treat-a { background: var(--paper-soft); border-top: 1px solid var(--line); }
.treat-a__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; }
.treat-a__head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-top: 14px; }
.treat-a__all { color: var(--cypress); font-weight: 600; font-size: 14.5px; white-space: nowrap; padding-bottom: 4px; }
.treat-a__all:hover { text-decoration: underline; text-underline-offset: 4px; }
.treat-a__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.treat-a__card { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s var(--ease); position: relative; }
.treat-a__card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.treat-a__img { aspect-ratio: 4/3; overflow: hidden; }
.treat-a__img img { width: 100%; height: 100%; object-fit: cover; }
.treat-a__body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.treat-a__body h3 { font-size: 1.4rem; color: var(--cypress-deep); }
.treat-a__body p { font-size: 14.5px; color: var(--jet-60); flex: 1; }
.treat-a__link { color: var(--cypress); font-weight: 600; font-size: 14px; }
.treat-a__link:hover { text-decoration: underline; text-underline-offset: 4px; }
.treat-a__tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--cypress-deep); color: #f3eada; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }

/* ---- Reviews ---- */
.rev-a__head { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 36px; flex-wrap: wrap; }
.rev-a__head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-top: 12px; }
.rev-a__agg { text-align: right; display: flex; flex-direction: column; align-items: flex-end; }
.rev-a__big { font-family: var(--serif); font-size: 3rem; font-weight: 600; color: var(--cypress-deep); line-height: 1; }
.rev-a__big span { font-size: 1rem; color: var(--stucco); }
.rev-a__src { font-size: 13px; color: var(--jet-40); margin-top: 6px; }

/* ---- Boutiques ---- */
.boutique-a__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.boutique-a__copy h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin: 16px 0 18px; }
.boutique-a__hours { margin: 26px 0; border-top: 1px solid var(--rule); }
.boutique-a__hours li { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--rule); font-size: 14.5px; }
.boutique-a__hours li span:first-child { color: var(--shiitake); }
.boutique-a__cta { display: flex; flex-wrap: wrap; gap: 10px; }
.boutique-a__locs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.boutique-a__loc { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; position: relative; box-shadow: var(--shadow-sm); }
.boutique-a__loc--feat { grid-column: 1 / -1; padding: 0; overflow: hidden; }
.boutique-a__loc--feat img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.boutique-a__loc--feat .boutique-a__loc-body { padding: 22px; }
.boutique-a__loc h3 { font-size: 1.35rem; color: var(--cypress-deep); margin-bottom: 8px; }
.boutique-a__loc p { font-size: 14px; color: var(--jet-60); }
.boutique-a__flag { display: inline-block; background: var(--sage); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; margin-bottom: 12px; }
.boutique-a__dir { display: inline-block; margin-top: 12px; color: var(--cypress); font-weight: 600; font-size: 13.5px; }

/* ---- Instagram ---- */
.ig-a__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 26px; flex-wrap: wrap; }
.ig-a__head h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-top: 12px; }
.ig-a__handle { font-family: var(--serif); font-style: italic; font-size: .8em; color: var(--cypress); }
.ig-a__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ig-a__tile { border-radius: var(--r); overflow: hidden; aspect-ratio: 1/1; position: relative; background: var(--paper-deep); }
.ig-a__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.ig-a__tile:hover img { transform: scale(1.05); }
.ig-a__tile--wide { grid-column: span 2; aspect-ratio: 2/1; background: var(--cypress); display: flex; align-items: center; padding: 24px; }
.ig-a__quote { font-family: var(--serif); font-style: italic; color: #f3eada; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.4; }

/* ---- Form ---- */
.form-a { background: var(--paper-soft); border-top: 1px solid var(--line); }
.form-a__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.form-a__copy h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin: 16px 0 18px; }
.form-a__points { margin-top: 26px; display: flex; flex-direction: column; gap: 14px; }
.form-a__points div { padding-left: 22px; position: relative; font-size: 14.5px; color: var(--jet-60); }
.form-a__points div::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--sage); font-weight: 700; }
.form-a__points strong { color: var(--jet); font-weight: 600; }
.form-a__form { background: var(--paper-card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow-sm); }
.form-a__ok { color: var(--cypress); font-size: 14px; background: rgba(138,144,101,.1); padding: 12px 14px; border-radius: var(--r-sm); }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .hero-a__grid { grid-template-columns: 1fr; }
  .hero-a__media { max-width: 520px; }
  .hero-a__badge { left: 0; }
  .proof-a__grid { grid-template-columns: 1fr; }
  .diff-a__grid { grid-template-columns: 1fr; gap: 22px; }
  .treat-a__grid { grid-template-columns: 1fr; }
  .boutique-a__grid { grid-template-columns: 1fr; }
  .form-a__grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .proof-a__stats { grid-template-columns: 1fr; gap: 14px; }
  .proof-a__gallery { grid-template-columns: 1fr; }
  .boutique-a__locs { grid-template-columns: 1fr; }
  .ig-a__grid { grid-template-columns: repeat(2, 1fr); }
  .ig-a__tile--wide { grid-column: span 2; aspect-ratio: 16/9; }
  .rev-a__agg { align-items: flex-start; text-align: left; }
  .form-a__form { padding: 22px; }
}
