/* ============================================================
   CELL 7 — CLOSE / CONTACT — The Beauty Suite (B-opus lane)
   Winner G1 layout · folds in G3 (hours+privacy microcopy · Valla ♥ signature line)
   + G2 (final sign-off on open paper) + G4 (whisper 3-up reassurance row, text-only).
   ONE clean path in sparse-relief calm. Paper (near-white porcelain) canvas dominant,
   HONEY accents only, espresso ink. The consultation card is WARM-TAUPE glass (champagne
   family) — ZERO dark form slab anywhere. Radius = --radius (6px) on every card/field/button.
   Alive at t0: ambient champagne sheen on a blonde-wave motif + slow portrait drift + one-time
   card gloss (all TRANSFORM/opacity ambient — no scroll-gated content). ZERO lens-flare/streak.
   Shared tokens are the only color source.
   ============================================================ */

#cell-7 {
  position: relative;
  overflow: hidden; /* contain the ambient wave sheen — never a page scrollbar */
}

.c7 { position: relative; z-index: 1; }

/* ── ambient blonde-wave sheen motif (alive-at-t0, decorative) ──────
   A soft champagne wave band sits low-left and a slow specular sheen drifts across
   it (~9s) — the DESIGN "shine traveling through hair" material as the page's breath.
   Feathered daylight bloom, NO hard streak. Purely decorative; pointer-events none;
   sits BEHIND content (z-index 0). Kept subtle so paper stays the dominant canvas. */
.c7__wave {
  position: absolute;
  left: -6%;
  bottom: -8%;
  width: min(58%, 40rem);
  height: 42%;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  /* the wave body: a faint honey→porcelain tonal band that mimics a lit blonde ribbon */
  background:
    radial-gradient(120% 90% at 30% 60%,
      color-mix(in srgb, var(--terracotta) 20%, transparent) 0%,
      color-mix(in srgb, var(--terracotta) 9%, transparent) 34%,
      transparent 70%);
  filter: blur(14px);
  -webkit-mask-image: radial-gradient(120% 90% at 30% 60%, #000 40%, transparent 78%);
  mask-image: radial-gradient(120% 90% at 30% 60%, #000 40%, transparent 78%);
}
/* the sheen that travels across the wave body */
.c7__wave::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: linear-gradient(
    102deg,
    transparent 42%,
    rgba(255, 250, 243, 0.5) 50%,
    transparent 58%
  );
  mix-blend-mode: screen;
  animation: c7-wave-sheen 9s var(--ease-inout) infinite;
  will-change: transform, opacity;
}
@keyframes c7-wave-sheen {
  0%   { transform: translateX(-46%); opacity: 0; }
  18%  { opacity: 1; }
  50%  { opacity: 0.9; }
  82%  { opacity: 1; }
  100% { transform: translateX(46%); opacity: 0; }
}

.c7__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: clamp(2rem, 1rem + 4vw, 5.5rem);
  /* start-aligned so the invitation copy begins high (with the portrait's crown) and
     the column breathes BELOW — the G1 editorial masthead rhythm, not a mid-height float
     that leaves a dead top-left void. */
  align-items: start;
}
/* the left column starts at the top; a small nudge seats the eyebrow just under the
   portrait's top edge so the two columns read as one balanced editorial spread. */
.c7__lede { padding-top: clamp(0.5rem, 0.2rem + 1vw, 1.75rem); }

/* ══════════════════════════════════════════════════════════════
   LEFT — airy invitation column
   ══════════════════════════════════════════════════════════════ */
.c7__lede {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 34rem;
}

.c7__eyebrow {
  color: var(--eyebrow-ink);          /* honey accent — names the moment */
  margin-bottom: var(--space-m);
}

.c7__headline {
  font-size: var(--step-section);    /* H2A — the concrete section head */
  color: var(--stone-700);           /* espresso ink on paper */
  line-height: 1.06;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-m);
  text-wrap: balance;
}
.c7__headline-em {
  font-style: italic;                /* Prata italic emphasis — the single honey turn */
  color: var(--terracotta);
}

/* honey hairline rule under the headline — the editorial regrip seam */
.c7__body {
  position: relative;
  color: var(--text-on-light);       /* espresso body */
  font-size: var(--step-0);
  line-height: var(--leading-body);
  max-width: 40ch;
  margin-bottom: var(--space-l);
  padding-top: var(--space-m);
}
.c7__body::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 2.5rem; height: 2px;
  background: var(--terracotta);     /* honey accent rule */
  border-radius: 2px;
}
.c7__body-em { font-style: italic; color: var(--stone-700); }

/* ── signed founder line (borrow G3) — Valla only ────────────────── */
.c7__signature {
  margin-bottom: var(--space-l);
  max-width: 36ch;
}
.c7__signature-line {
  font-family: var(--font-display);  /* Prata — a quiet editorial reassurance */
  font-size: clamp(1.02rem, 0.96rem + 0.3vw, 1.2rem);
  font-style: italic;
  line-height: 1.34;
  color: var(--stone-700);
  margin-bottom: var(--space-s);
  text-wrap: balance;
}
.c7__signature-sign { display: flex; align-items: center; gap: 0.45rem; }
.c7__signature-name {
  font-family: var(--font-display);  /* Prata italic — reads as a poised signature */
  font-size: 1.85rem;
  font-style: italic;
  line-height: 1;
  color: var(--terracotta);
}
.c7__signature-heart { color: var(--terracotta); }
.c7__signature-role {
  font-family: var(--font-body);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: var(--text-on-light-muted);
  margin-top: 0.4rem;
}

/* ── single-row contact facts (location · phone · hours) ─────────── */
.c7__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 0.5rem + 1.5vw, 2rem);
  width: 100%;
  padding-top: var(--space-l);
  border-top: 1px solid var(--hairline);
}
.c7__fact { display: flex; gap: 0.7rem; align-items: flex-start; }
.c7__fact-icon {
  flex: 0 0 auto;
  color: var(--terracotta);          /* honey glyphs */
  margin-top: 0.1rem;
}
.c7__fact-icon svg { display: block; }
.c7__fact-body { display: flex; flex-direction: column; gap: 0.12rem; min-width: 0; }
.c7__fact-label {
  font-family: var(--font-body);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--text-on-light-muted);
}
.c7__fact-value {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--stone-700);
  line-height: 1.25;
}
/* keep multi-token facts (city+state, the hours time-range) from breaking mid-token —
   the value wraps BETWEEN tokens, never inside one (T2.13 tidy labels). */
.c7__nowrap { white-space: nowrap; }
.c7__fact-link {
  position: relative;
  width: fit-content;
  transition: color var(--dur-fast) var(--ease-out);
}
.c7__fact-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 1.5px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-fast) var(--ease-out);
}
@media (hover: hover) {
  .c7__fact-link:hover { color: var(--terracotta-deep); }
  .c7__fact-link:hover::after { transform: scaleX(1); }
}
.c7__fact-link:focus-visible::after { transform: scaleX(1); }
.c7__fact-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--text-on-light-muted);
  line-height: 1.3;
}

/* ══════════════════════════════════════════════════════════════
   RIGHT — warm portrait + overlapping warm-taupe consultation card
   ══════════════════════════════════════════════════════════════ */
.c7__stage { position: relative; }

.c7__portrait {
  position: relative;
  width: min(88%, 30rem);
  margin-left: auto;               /* portrait sits upper-right; card overlaps its lower-left */
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 674 / 720;         /* crop the tall 674×1000 to face + crown + shine, not the sweater */
  box-shadow: 0 40px 82px -52px rgba(75, 56, 47, 0.6);
  background: var(--marble-100);
}
.c7__portrait-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 18%;        /* favour face + crown + the lit blonde ribbons */
  /* barely-perceptible ambient vertical drift — hair looks lit and alive at t0 */
  animation: c7-portrait-drift 12s var(--ease-inout) infinite alternate;
}
@keyframes c7-portrait-drift {
  from { transform: scale(1.05) translateY(0); }
  to   { transform: scale(1.05) translateY(-2%); }
}
/* ambient shine-pass masked to the shiniest mid-lengths — feathered bloom, NO hard streak */
.c7__portrait-sheen {
  position: absolute;
  inset: -12% -30%;
  pointer-events: none;
  background: linear-gradient(
    102deg,
    transparent 40%,
    rgba(255, 249, 240, 0.16) 49%,
    rgba(255, 249, 240, 0.26) 52%,
    rgba(255, 249, 240, 0.16) 55%,
    transparent 64%
  );
  mix-blend-mode: screen;
  animation: c7-portrait-sheen 9s var(--ease-inout) infinite;
  will-change: transform, opacity;
}
@keyframes c7-portrait-sheen {
  0%   { transform: translateX(-40%) translateY(4%); opacity: 0; }
  20%  { opacity: 1; }
  50%  { opacity: 0.82; }
  80%  { opacity: 1; }
  100% { transform: translateX(40%) translateY(-4%); opacity: 0; }
}

/* ── consultation card — WARM-TAUPE glass, NOT a dark slab ───────── */
.c7__card {
  position: relative;
  z-index: 2;
  width: min(30rem, 86%);
  margin-top: -14%;                /* overlaps the portrait's lower-left (G1 depth) */
  margin-left: 0;
  padding: clamp(1.5rem, 1.1rem + 1.4vw, 2.15rem) clamp(1.4rem, 1rem + 1.4vw, 2.05rem);
  border-radius: var(--radius);
  /* warm-taupe champagne glass — the darkest this cell ever gets (light family, <40% area) */
  background: color-mix(in srgb, var(--marble-100) 94%, var(--cream));
  border: 1px solid color-mix(in srgb, var(--terracotta) 26%, transparent);
  box-shadow: 0 34px 70px -42px rgba(75, 56, 47, 0.55);
  overflow: hidden;
}
.c7__card-eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--eyebrow-ink);
  margin-bottom: var(--space-s);
}
.c7__card-title {
  font-size: clamp(1.55rem, 1.2rem + 1.1vw, 2.05rem);   /* section-family display, card scale */
  color: var(--stone-700);
  line-height: 1.08;
  margin-bottom: 0.6rem;
}
.c7__card-lede {
  font-size: 0.94rem;
  line-height: 1.5;
  color: var(--text-on-light-muted);
  margin-bottom: var(--space-m);
  padding-bottom: var(--space-m);
  border-bottom: 1px solid var(--hairline);
}
.c7__card-lede-em {
  font-family: var(--font-display);  /* Prata italic — the warm founder aside */
  font-style: italic;
  color: var(--stone-700);
}

/* honeypot — visually hidden, off-screen, out of tab order */
.c7__hp {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}

/* ── form fields (identical units — same frame, radius, height) ──── */
.c7__field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: var(--space-s); }
.c7__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-s);
}
.c7__row .c7__field { margin-bottom: var(--space-s); }
.c7__field-label {
  font-family: var(--font-body);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--text-on-light-muted);
}
.c7__input {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.6rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid var(--stone-200);
  background: color-mix(in srgb, var(--cream) 92%, #fff); /* near-white field on warm-taupe card */
  color: var(--stone-700);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.4;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.c7__input::placeholder { color: color-mix(in srgb, var(--stone-500) 82%, transparent); }
.c7__input:hover { border-color: color-mix(in srgb, var(--terracotta) 45%, var(--stone-200)); }
.c7__input:focus,
.c7__input:focus-visible {
  outline: none;
  border-color: var(--terracotta);
  box-shadow: 0 0 0 3px var(--terracotta-tint);  /* honey focus ring */
}
.c7__textarea { min-height: 4.75rem; resize: vertical; padding-top: 0.7rem; }

/* select — custom honey caret; the native arrow hidden. Identical dropdown unit. */
.c7__select-wrap { position: relative; }
.c7__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  cursor: pointer;
}
.c7__select:invalid,
.c7__select option[value=""] { color: color-mix(in srgb, var(--stone-500) 82%, transparent); }
.c7__select-caret {
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--terracotta);          /* honey caret */
  pointer-events: none;
}

/* ── submit — espresso ground, honey underline-travel + arrow slide (contained button, not a slab) ── */
.c7__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  min-height: 3.25rem;
  margin-top: var(--space-xs);
  padding: 0 1.5rem;
  border-radius: var(--radius);
  background: var(--stone-700);      /* espresso ground — a contained button, NOT a form slab */
  color: var(--marble-50);           /* porcelain label */
  font-family: var(--font-body);
  font-size: var(--step-mini);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.c7__submit-label { position: relative; }
.c7__submit-label::after {
  content: "";
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 1.5px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-fast) var(--ease-out);
}
.c7__submit-arrow { transition: transform var(--dur-fast) var(--ease-out); }
@media (hover: hover) {
  .c7__submit:hover { background: var(--terracotta); color: #3a2b23; transform: translateY(-1px); }
  .c7__submit:hover .c7__submit-label::after { transform: scaleX(1); background: #3a2b23; }
  .c7__submit:hover .c7__submit-arrow { transform: translateX(4px); }
}
.c7__submit:focus-visible .c7__submit-label::after { transform: scaleX(1); }
/* submit reward — a single gentle press feedback (cell-7.js adds .is-sent) */
.c7__submit.is-sent { background: var(--terracotta); color: #3a2b23; }

/* ── card note (privacy microcopy + reply promise + heart glyph corner) ── */
.c7__card-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-top: var(--space-m);
  font-family: var(--font-body);
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--text-on-light-muted);
}
.c7__card-note-lock { color: var(--terracotta); flex: 0 0 auto; }
.c7__card-note-sep { color: color-mix(in srgb, var(--terracotta) 60%, transparent); }
.c7__card-note-reply { font-style: italic; }
.c7__card-heart {
  margin-left: auto;
  color: var(--terracotta);          /* the ONE tiny reward glyph on a calm corner */
  flex: 0 0 auto;
}
/* submit reward: heart fills + a single gentle pulse (no confetti) */
.c7__card-heart.is-filled path { fill: var(--terracotta); stroke: var(--terracotta); }
.c7__card-heart.is-filled { animation: c7-heart-pulse 0.6s var(--ease-out) 1; }
@keyframes c7-heart-pulse {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.28); }
  100% { transform: scale(1); }
}

/* faint pointer-tracked gloss on the card (lit mirror-glass; cell-7.js sets --gx/--gy) */
.c7__card-gloss {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    18rem 18rem at var(--gx, 82%) var(--gy, 6%),
    rgba(255, 250, 243, 0.5),
    transparent 60%
  );
  opacity: 0;
  transition: opacity var(--dur-fast) var(--ease-out);
  mix-blend-mode: screen;
}
@media (hover: hover) {
  .c7__card.is-lit .c7__card-gloss { opacity: 1; }
}

/* ══════════════════════════════════════════════════════════════
   whisper reassurance row (borrow G4) — text-only, never a photo
   ══════════════════════════════════════════════════════════════ */
.c7__reassure {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.5rem, 0.5rem + 3vw, 3.5rem);
  margin-top: clamp(2.5rem, 1.5rem + 3vw, 4.5rem);
  padding-top: var(--space-l);
  border-top: 1px solid var(--hairline);
}
.c7__reassure-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-body);
  font-size: var(--step-mini);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--text-on-light-muted);
}
.c7__reassure-icon { color: var(--terracotta); flex: 0 0 auto; }

/* ── final sign-off (borrow G2) — on open paper, NOT a dark slab ── */
.c7__signoff {
  margin-top: clamp(2rem, 1.2rem + 2vw, 3.25rem);
  text-align: center;
  font-family: var(--font-display);  /* Prata — a warm editorial close */
  font-size: clamp(1.15rem, 0.98rem + 0.7vw, 1.6rem);
  line-height: 1.3;
  color: var(--stone-700);
  text-wrap: balance;
}
.c7__signoff-em { font-style: italic; color: var(--terracotta); }

/* ── reduced-motion safety: everything alive-at-t0, nothing gated ── */
@media (prefers-reduced-motion: reduce) {
  .c7__portrait-img { animation: none; transform: scale(1.05); }
  .c7__portrait-sheen,
  .c7__wave::after { animation: none; opacity: 0; }
  .c7__card-heart.is-filled { animation: none; }
}

/* ══════════════════════════════════════════════════════════════
   MOBILE RECOMPOSITION (≤760px) — per DESIGN mobile plan cell 7:
   2-col → 1-col; order = CTA (form) first, phone/hours second, portrait last.
   Recomposed, not squished. NO dark slab; card stays warm-taupe.
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 760px) {
  .c7__grid {
    grid-template-columns: 1fr;
    gap: var(--space-l);
  }
  .c7__lede { max-width: none; display: contents; } /* let children re-order under the single column */

  /* explicit mobile order: invitation copy → form → contact facts → portrait */
  .c7__eyebrow   { order: 1; margin-bottom: var(--space-s); }
  .c7__headline  { order: 2; margin-bottom: var(--space-s); }
  .c7__body      { order: 3; max-width: none; margin-bottom: var(--space-m); }
  .c7__signature { order: 4; max-width: none; margin-bottom: var(--space-l); }
  .c7__stage     { order: 5; margin-bottom: var(--space-l); }
  .c7__facts     { order: 6; }

  .c7__headline { font-size: clamp(1.9rem, 8.5vw, 2.5rem); line-height: 1.08; }

  /* portrait + card recompose to a clean stacked column */
  .c7__portrait {
    width: 100%;
    max-width: 24rem;
    margin-inline: auto;
    aspect-ratio: 4 / 5;
  }
  .c7__card {
    width: 100%;
    margin-top: -12%;
    margin-inline: auto;
  }
  .c7__row { grid-template-columns: 1fr; gap: 0; }

  /* facts stay a tidy stack, not a cramped 3-up */
  .c7__facts { grid-template-columns: 1fr; gap: var(--space-m); }

  .c7__reassure { gap: 1rem 2rem; }
  .c7__signoff { font-size: clamp(1.1rem, 5vw, 1.4rem); }
}

/* very narrow (≤390px) — keep headline to ≤3 controlled lines */
@media (max-width: 390px) {
  .c7__headline { font-size: clamp(1.75rem, 9.5vw, 2.15rem); }
  .c7__card { padding: 1.35rem 1.15rem; }
}
