/* =====================================================
   CymbolizeBeauty — Homepage v7 "Maison"
   Editorial luxury system. Prefix: mx-
   Ink #0C1F2A | Teal #163848 | Gold #C9A96E | Cream #FAF7F2
   Display: Bodoni Moda | Accent: Cormorant Garamond | Body: DM Sans
   Hero only: Fraunces (approved, do not change)
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;1,9..144,300&display=swap');

/* ============================================================
   HERO — approved final state. Do not restyle.
   ============================================================ */
.hm-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.hm-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 22% 20%;
  z-index: 0;
}
.hm-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(108deg, rgba(3,43,41,0.92) 0%, rgba(3,43,41,0.58) 36%, rgba(3,43,41,0.14) 62%, transparent 82%),
    linear-gradient(to top, rgba(3,43,41,0.97) 0%, rgba(3,43,41,0.68) 22%, rgba(3,43,41,0.24) 52%, rgba(3,43,41,0.06) 100%);
}
.hm-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 64px) clamp(56px, 7vh, 96px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.hm-hero-h1 {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin: 0 0 28px;
}
.hm-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
  flex-wrap: wrap;
}
.hm-btn {
  display: inline-block;
  position: relative;
  padding: 18px 38px;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}
.hm-btn::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(250,247,242,0.28);
  pointer-events: none;
  transition: inset 0.3s cubic-bezier(.19,1,.22,1), border-color 0.3s;
}
.hm-btn:hover::after { inset: 7px; }
.hm-btn-teal { background: var(--teal); color: var(--cream); border-color: var(--teal); }
.hm-btn-teal:hover { background: var(--teal-2); border-color: var(--teal-2); }
.hm-hero-link {
  font-family: var(--f-body);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.52);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(250,247,242,0.18);
  padding-bottom: 4px;
  transition: color 0.25s, border-color 0.25s;
}
.hm-hero-link span { font-size: 0.9rem; letter-spacing: 0; }
.hm-hero-link:hover { color: var(--gold); border-color: rgba(201,169,110,0.45); }
.hm-hero-bar {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(250,247,242,0.16);
}
.hm-hero-bar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px clamp(24px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.hm-hero-bar span,
.hm-hero-bar a {
  font-family: var(--f-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.55);
  text-decoration: none;
  transition: color 0.25s;
}
.hm-hero-bar a:hover { color: var(--gold); }
@keyframes hmRise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hm-hero-h1        { animation: hmRise 0.9s cubic-bezier(.19,1,.22,1) 0.15s both; }
.hm-hero-actions   { animation: hmRise 0.9s cubic-bezier(.19,1,.22,1) 0.35s both; }
.hm-hero-bar-inner { animation: hmRise 0.9s cubic-bezier(.19,1,.22,1) 0.55s both; }
@media (max-width: 640px) {
  .hm-hero-actions { flex-direction: column; align-items: flex-start; gap: 22px; }
  .hm-hero-content { padding-top: 140px; padding-bottom: 48px; }
  .hm-hero-h1 { font-size: 2rem; }
}

/* ============================================================
   QUOTE BANNER — approved final state. Do not restyle.
   ============================================================ */
.qb-section {
  position: relative;
  min-height: 60vh;
  background: url('mesh-cta.jpg') center center / cover no-repeat;
  background-attachment: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.qb-overlay {
  position: absolute;
  inset: 0;
  background: rgb(2, 24, 23);
  will-change: opacity;
}
.qb-ghost-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(14rem, 28vw, 22rem);
  line-height: 1;
  color: rgba(201, 169, 110, 0.07);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
.qb-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(72px, 9vw, 110px) clamp(24px, 8vw, 100px);
  max-width: 860px;
}
.qb-rule-top,
.qb-rule-bottom {
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  margin: 0 auto;
  opacity: 0;
}
.qb-rule-top  { margin-bottom: 28px; }
.qb-rule-bottom { margin-top: 28px; }
.qb-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin: 0 0 40px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.qb-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 5.5vw, 5.2rem);
  font-style: italic;
  font-weight: 300;
  color: #fff;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0;
}
.qb-line { display: block; margin-bottom: 0.05em; }
.qb-word {
  display: inline-block;
  margin-right: 0.25em;
  opacity: 0.12;
  will-change: opacity;
}
.qb-word:last-child { margin-right: 0; }
.qb-gold { color: var(--gold); }
.qb-attr {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: rgba(201, 169, 110, 0.6);
  margin-top: 44px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
@media (max-width: 640px) {
  .qb-section { min-height: 50vh; }
}

/* ============================================================
   MX SYSTEM — shared
   ============================================================ */
.mx-section {
  padding: clamp(96px, 12vw, 160px) clamp(24px, 5vw, 64px);
  position: relative;
  overflow: hidden;
}
.mx-wrap { max-width: 1320px; margin: 0 auto; }
.mx-ink   { background: var(--ink);   color: rgba(250,247,242,0.9); }
.mx-cream { background: var(--cream); color: var(--text-dark); }
.mx-teal  { background: var(--teal);  color: rgba(250,247,242,0.9); }

.mx-marker {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.08rem;
  letter-spacing: 0.05em;
  color: var(--gold);
  display: inline-block;
  margin-bottom: 24px;
}
.mx-h2 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 30px;
}
.mx-ink .mx-h2, .mx-teal .mx-h2 { color: var(--cream); }
.mx-cream .mx-h2 { color: var(--ink); }
.mx-h2 em { font-style: italic; color: var(--gold); }

.mx-tlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-body);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,169,110,0.4);
  padding-bottom: 6px;
  transition: color 0.25s, border-color 0.25s;
}
.mx-tlink span { font-size: 0.95rem; letter-spacing: 0; transition: transform 0.3s cubic-bezier(.19,1,.22,1); }
.mx-tlink:hover { color: var(--gold); border-color: var(--gold); }
.mx-tlink:hover span { transform: translateX(4px); }
.mx-tlink-ink { color: rgba(3,43,41,0.78); border-color: rgba(3,43,41,0.28); }
.mx-tlink-ink:hover { color: var(--teal); border-color: var(--gold); }

.mx-dropcap::first-letter,
.mx-dropcap-gold::first-letter {
  font-family: var(--f-display);
  font-size: 3.5em;
  float: left;
  line-height: 0.82;
  padding: 5px 14px 0 0;
}
.mx-dropcap::first-letter { color: var(--teal); }
.mx-dropcap-gold::first-letter { color: var(--gold); }

/* ============================================================
   SERVICES (editorial row system)
   ============================================================ */
.sv-section {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(96px,12vw,160px) clamp(28px,5vw,72px);
  position: relative;
  overflow: hidden;
}
.sv-inner { max-width: 1240px; margin: 0 auto; }

.sv-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  padding-bottom: clamp(56px,7vw,84px);
  border-bottom: 1px solid rgba(201,169,110,0.18);
  margin-bottom: clamp(64px,8vw,100px);
}
.sv-headline {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(2.6rem,4.8vw,4.4rem);
  line-height: 1.07;
  letter-spacing: -0.025em;
  color: var(--cream);
  margin: 20px 0 0;
}
.sv-headline em { font-style: italic; color: var(--gold); }
.sv-intro {
  font-family: var(--f-body);
  font-size: 0.97rem;
  line-height: 1.85;
  color: rgba(250,247,242,0.5);
  max-width: 460px;
  align-self: end;
}
.sv-intro em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1em;
  color: rgba(201,169,110,0.85);
}

/* Signature */
.sv-sig {
  border: 1px solid rgba(201,169,110,0.32);
  padding: clamp(40px,5.5vw,72px);
  margin-bottom: clamp(64px,8vw,100px);
  position: relative;
}
.sv-sig-border {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(201,169,110,0.1);
  pointer-events: none;
}
.sv-sig-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold);
  display: block;
  margin-bottom: 28px;
}
.sv-sig-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px,5vw,90px);
  align-items: center;
}
.sv-sig-name {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(2.8rem,4.8vw,5rem);
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--cream);
  margin: 0 0 24px;
}
.sv-sig-name em { font-style: italic; color: var(--gold); }
.sv-sig-price {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: rgba(201,169,110,0.72);
  margin: 0;
}
.sv-sig-right p {
  font-family: var(--f-body);
  font-size: 0.97rem;
  line-height: 1.88;
  color: rgba(250,247,242,0.58);
  margin-bottom: 16px;
}
.sv-sig-note {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: 1.2rem !important;
  color: rgba(250,247,242,0.72) !important;
}
.sv-sig-note em { color: var(--gold); }
.sv-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,169,110,0.38);
  padding-bottom: 5px;
  margin-top: 14px;
  transition: color 0.25s, border-color 0.25s;
}
.sv-cta:hover { color: var(--gold); border-color: var(--gold); }

/* Service Groups */
.sv-full-groups { margin-bottom: clamp(56px,7vw,80px); }
.sv-full-groups .sv-group + .sv-group { margin-top: clamp(48px,6vw,72px); }
.sv-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px,6vw,90px);
  align-items: start;
}

.sv-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 16px;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(201,169,110,0.28);
}
.sv-cat-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.28rem;
  color: var(--gold);
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.sv-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(250,247,242,0.07);
  text-decoration: none;
  position: relative;
  transition: padding-left 0.35s cubic-bezier(.19,1,.22,1);
}
.sv-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gold);
  opacity: 0;
  transform: scaleY(0.5);
  transform-origin: top;
  transition: opacity 0.3s, transform 0.35s cubic-bezier(.19,1,.22,1);
}
.sv-row:hover { padding-left: 18px; }
.sv-row:hover::before { opacity: 1; transform: scaleY(1); }

.sv-row-left { flex: 1; min-width: 0; }
.sv-row-name {
  display: block;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.38rem;
  line-height: 1.25;
  color: var(--cream);
  margin-bottom: 5px;
  transition: color 0.25s;
}
.sv-row:hover .sv-row-name { color: var(--gold); }
.sv-row-desc {
  display: block;
  font-family: var(--f-body);
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(250,247,242,0.46);
}
.sv-row-right {
  flex: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
}
.sv-row-price {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.18rem;
  color: rgba(201,169,110,0.75);
  white-space: nowrap;
}
.sv-row-arr {
  font-size: 0.8rem;
  color: rgba(201,169,110,0.28);
  transition: color 0.25s, transform 0.3s cubic-bezier(.19,1,.22,1);
  flex: none;
}
.sv-row:hover .sv-row-arr { color: var(--gold); transform: translateX(4px); }

.sv-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: clamp(56px,7vw,84px);
  padding-top: 36px;
  border-top: 1px solid rgba(201,169,110,0.16);
}

/* ============================================================
   THE FOUNDER
   ============================================================ */
.mx-founder-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}
.mx-frame { position: relative; }
.mx-frame img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.mx-frame-offset {
  position: absolute;
  top: -16px;
  left: -16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgba(201,169,110,0.5);
  z-index: 0;
  pointer-events: none;
}
.mx-frame-cap {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  color: var(--text-mid);
  margin-top: 18px;
}
.mx-frame-cap em {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--ink);
  font-size: 1.08em;
}
.mx-frame-cap-light { color: rgba(250,247,242,0.55); }
.mx-frame-cap-light em { color: var(--gold); }
.mx-founder-text p {
  font-family: var(--f-body);
  font-size: 1rem;
  line-height: 1.88;
  color: var(--text-mid);
  margin-bottom: 20px;
}
.mx-cred-line {
  margin: 30px 0 36px;
  padding: 22px 0;
  border-top: 1px solid rgba(3,43,41,0.12);
  border-bottom: 1px solid rgba(3,43,41,0.12);
}
.mx-cred-line span {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.28rem;
  line-height: 1.55;
  color: var(--teal);
}

/* ============================================================
   WHO SHE HELPS (teal)
   ============================================================ */
.mx-who-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
}
.mx-who-sticky { position: sticky; top: 130px; }
.mx-who-note {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(250,247,242,0.62);
  max-width: 360px;
  margin-top: 4px;
}
.mx-who-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 24px;
  padding: 40px 0;
  border-top: 1px solid rgba(201,169,110,0.18);
}
.mx-who-item:last-child { border-bottom: 1px solid rgba(201,169,110,0.18); }
.mx-who-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--gold);
  padding-top: 4px;
}
.mx-who-item h3 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--cream);
  margin: 0 0 12px;
}
.mx-who-item p {
  font-family: var(--f-body);
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(250,247,242,0.55);
}

/* ============================================================
   THE PROCESS (cream, staggered)
   ============================================================ */
.mx-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 60px);
  margin: clamp(48px, 6vw, 72px) 0 44px;
}
.mx-step { position: relative; padding-top: 66px; }
.mx-step-ghost {
  position: absolute;
  top: 0;
  left: -8px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 7.6rem;
  line-height: 1;
  color: rgba(6,111,108,0.1);
  user-select: none;
  pointer-events: none;
}
.mx-step h3 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--ink);
  margin: 0 0 14px;
  position: relative;
}
.mx-step p {
  font-family: var(--f-body);
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--text-mid);
  position: relative;
}
.mx-step-2 { margin-top: 58px; }
.mx-step-3 { margin-top: 116px; }

/* ============================================================
   HER STORY (ink, intimate)
   ============================================================ */
.mx-story { text-align: center; }
.mx-story-ghost {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18rem, 32vw, 32rem);
  line-height: 1;
  color: rgba(201,169,110,0.05);
  pointer-events: none;
  user-select: none;
}
.mx-story-inner { max-width: 780px; margin: 0 auto; position: relative; }
.mx-story-open {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  line-height: 1.42;
  color: var(--cream);
  margin: 6px 0 44px;
}
.mx-story-body { text-align: left; max-width: 640px; margin: 0 auto; }
.mx-story-body p {
  font-family: var(--f-body);
  font-size: 0.99rem;
  line-height: 1.9;
  color: rgba(250,247,242,0.62);
  margin-bottom: 20px;
}
.mx-story-rule {
  width: 56px;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
  margin: 36px auto;
}

/* ============================================================
   REVIEWS (editorial strips, no cards)
   ============================================================ */
.rv-section {
  background: var(--cream);
  color: var(--ink);
  padding: clamp(96px,12vw,160px) clamp(28px,5vw,72px);
}
.rv-inner { max-width: 1240px; margin: 0 auto; }
.rv-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: clamp(48px,6vw,72px);
}
.rv-head-right {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(3,43,41,0.38);
}
.rv-strip {
  padding: clamp(36px,4.5vw,56px) 0;
  border-top: 1px solid rgba(3,43,41,0.1);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(28px,4vw,72px);
  align-items: end;
  margin: 0;
}
.rv-strip:last-of-type { border-bottom: 1px solid rgba(3,43,41,0.1); }
.rv-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.55rem,2.8vw,2.3rem);
  line-height: 1.5;
  color: var(--ink);
  margin: 0;
}
.rv-text::before {
  content: '\201C';
  color: rgba(201,169,110,0.55);
  margin-right: 0.05em;
}
.rv-attr {
  text-align: right;
  flex-shrink: 0;
}
.rv-name {
  display: block;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 5px;
}
.rv-service {
  display: block;
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(3,43,41,0.38);
  margin-bottom: 8px;
}
.rv-stars {
  display: block;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 4px;
}
.rv-foot {
  margin-top: clamp(40px,5vw,60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.rv-score { display: flex; align-items: center; gap: 16px; }
.rv-score-num {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.rv-score-meta { display: flex; flex-direction: column; gap: 3px; }
.rv-score-stars { color: var(--gold); font-size: 0.7rem; letter-spacing: 5px; }
.rv-score-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.98rem;
  color: rgba(3,43,41,0.4);
}

/* ============================================================
   EDUCATION (teal)
   ============================================================ */
.mx-edu-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}
.mx-frame-teal .mx-frame-offset { border-color: rgba(201,169,110,0.4); }
.mx-edu-text > p {
  font-family: var(--f-body);
  font-size: 0.99rem;
  line-height: 1.86;
  color: rgba(250,247,242,0.6);
  margin-bottom: 32px;
}
.mx-edu-lines { border-top: 1px solid rgba(201,169,110,0.18); margin-bottom: 38px; }
.mx-edu-line {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(201,169,110,0.18);
  align-items: baseline;
}
.mx-edu-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--gold);
}
.mx-edu-line p {
  margin: 0;
  font-family: var(--f-body);
  font-size: 0.93rem;
  line-height: 1.7;
  color: rgba(250,247,242,0.6);
}

/* ============================================================
   FOLLOW ALONG (typographic band, no cards)
   ============================================================ */
.fa-section {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(88px,11vw,140px) clamp(28px,5vw,72px);
  overflow: hidden;
}
.fa-inner { max-width: 1240px; margin: 0 auto; }
.fa-handle {
  display: block;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.8rem, 8.5vw, 7.5rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--cream);
  text-decoration: none;
  margin: 18px 0 20px;
  transition: color 0.35s;
}
.fa-handle em { font-style: italic; color: var(--gold); transition: color 0.35s; }
.fa-handle:hover { color: var(--gold); }
.fa-handle:hover em { color: var(--cream); }
.fa-desc {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: rgba(250,247,242,0.45);
  margin: 0 0 clamp(44px,5.5vw,64px);
}
.fa-links { border-top: 1px solid rgba(201,169,110,0.2); }
.fa-row {
  display: flex;
  align-items: baseline;
  gap: clamp(20px,4vw,48px);
  padding: clamp(24px,3vw,34px) 0;
  border-bottom: 1px solid rgba(201,169,110,0.2);
  text-decoration: none;
  position: relative;
  transition: padding-left 0.35s cubic-bezier(.19,1,.22,1);
}
.fa-row::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--gold);
  opacity: 0;
  transform: scaleY(0.5);
  transform-origin: top;
  transition: opacity 0.3s, transform 0.35s cubic-bezier(.19,1,.22,1);
}
.fa-row:hover { padding-left: 20px; }
.fa-row:hover::before { opacity: 1; transform: scaleY(1); }
.fa-row-name {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(1.5rem,2.4vw,2.1rem);
  color: var(--cream);
  transition: color 0.25s;
  flex: none;
}
.fa-row:hover .fa-row-name { color: var(--gold); }
.fa-row-note {
  font-family: var(--f-body);
  font-size: 0.85rem;
  color: rgba(250,247,242,0.4);
  flex: 1;
}
.fa-row-arr {
  font-size: 1.1rem;
  color: rgba(201,169,110,0.35);
  flex: none;
  transition: color 0.25s, transform 0.3s cubic-bezier(.19,1,.22,1);
}
.fa-row:hover .fa-row-arr { color: var(--gold); transform: translate(4px,-4px); }

/* --- v11: follow-along reel (real process video) --- */
.fa-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(48px, 6vw, 110px);
  align-items: center;
}
.fa-reel { margin: 0; justify-self: end; width: min(330px, 100%); }
.fa-reel-frame { position: relative; }
.fa-reel-frame::after {
  content: '';
  position: absolute;
  top: 18px; left: -18px; right: 18px; bottom: -18px;
  border: 1px solid rgba(201,169,110,0.38);
  pointer-events: none;
}
.fa-reel video {
  display: block;
  width: 100%;
  aspect-ratio: 464 / 848;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.fa-reel-cap {
  margin-top: 34px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(250,247,242,0.45);
}
.fa-reel-cap em { color: var(--gold); }
@media (max-width: 900px) {
  .fa-grid { grid-template-columns: 1fr; gap: 64px; }
  .fa-reel { justify-self: center; width: min(280px, 86%); }
}

/* ============================================================
   CTA — centered editorial, no columns, no ornaments
   ============================================================ */
.ct-section {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(120px,15vw,200px) clamp(28px,5vw,72px);
  text-align: center;
  overflow: hidden;
}
.ct-inner { max-width: 800px; margin: 0 auto; }
.ct-rule {
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, transparent, rgba(201,169,110,0.5), transparent);
  margin: 0 auto clamp(44px,5.5vw,68px);
}
.ct-h2 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(2.1rem,4.2vw,3.8rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--cream);
  margin: 0 0 clamp(40px,5vw,60px);
}
.ct-h2 em { font-style: italic; color: var(--gold); }
.ct-pull {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.12rem,1.9vw,1.55rem);
  line-height: 1.65;
  color: rgba(250,247,242,0.48);
  max-width: 560px;
  margin: 0 auto 10px;
}
.ct-attr {
  font-family: var(--f-body);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(201,169,110,0.42);
  margin-bottom: clamp(52px,6.5vw,80px);
}
.ct-rule2 {
  width: 40px;
  height: 1px;
  background: rgba(201,169,110,0.25);
  margin: 0 auto clamp(36px,4.5vw,54px);
}
.ct-btn {
  display: inline-block;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.35rem,2.3vw,1.9rem);
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,169,110,0.38);
  padding-bottom: 8px;
  margin-bottom: clamp(52px,6.5vw,80px);
  transition: color 0.3s, border-color 0.3s;
}
.ct-btn:hover { color: var(--gold); border-color: var(--gold); }
.ct-rating {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.98rem;
  color: rgba(250,247,242,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.ct-rating-stars {
  color: rgba(201,169,110,0.32);
  font-size: 0.7rem;
  letter-spacing: 5px;
  font-style: normal;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  /* services */
  .sv-head { grid-template-columns: 1fr; gap: 24px; }
  .sv-intro { max-width: 100%; }
  .sv-sig-grid { grid-template-columns: 1fr; gap: 32px; }
  .sv-two-col { grid-template-columns: 1fr; gap: 0; }
  .sv-two-col > div + div { margin-top: clamp(48px,6vw,72px); }
  /* rest */
  .mx-founder-grid, .mx-who-grid, .mx-edu-grid, .mx-rev-grid, .mx-soc-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .mx-who-sticky { position: static; }
  .mx-steps { grid-template-columns: 1fr; gap: 20px; }
  .mx-step-2, .mx-step-3 { margin-top: 0; }
  .mx-quote-2 { margin-left: 0; }
  .mx-soc-cards { order: 2; }
  .mx-soc-text { order: 1; }
  .mx-soc-card-2 { margin-bottom: 0; }
  .mx-frame { max-width: 480px; }
}
@media (max-width: 640px) {
  .sv-section { padding-left: 22px; padding-right: 22px; }
  .sv-foot { flex-direction: column; align-items: flex-start; }
  .sv-row-name { font-size: 1.18rem; }
  .mx-section { padding-left: 22px; padding-right: 22px; }
  .mx-who-item { grid-template-columns: 1fr; gap: 10px; padding: 32px 0; }
  .mx-who-num { padding-top: 0; }
  .mx-soc-cards { grid-template-columns: repeat(2, 1fr); }
  .mx-soc-card:last-child { display: none; }
  .mx-frame-offset { top: -10px; left: -10px; right: 10px; bottom: 10px; }
}

/* ============================================================
   SYSTEM v8 — type reset. Kills the italic-serif/gold-accent
   combo page-wide. Display: Fraunces (hero-approved).
   Body/labels: DM Sans. Gold = hairlines + stars only.
   ============================================================ */

/* --- section markers: tracked sans index, not italic serif --- */
.mx-marker {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.38);
}
.mx-cream .mx-marker,
.rv-section .mx-marker { color: rgba(3,43,41,0.4); }

/* --- headlines: Fraunces roman, no gold italic words --- */
.mx-h2, .sv-headline, .ct-h2, .sv-sig-name, .fa-handle,
.mx-story-open, .rv-text, .rv-score-num {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 320;
  font-style: normal;
}
.mx-h2 em, .sv-headline em, .ct-h2 em, .sv-sig-name em, .fa-handle em {
  font-style: italic;
  color: inherit;
}
.fa-handle:hover em { color: inherit; }

/* --- kill drop caps --- */
.mx-dropcap::first-letter, .mx-dropcap-gold::first-letter {
  font-family: inherit;
  font-size: 1em;
  float: none;
  padding: 0;
  color: inherit;
  line-height: inherit;
}

/* --- kill ghost ornaments --- */
.mx-story-ghost { display: none; }

/* --- services --- */
.sv-cat-name {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 600;
  font-size: 0.64rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.42);
}
.sv-row-name { font-family: 'Fraunces', Georgia, serif; font-weight: 360; font-size: 1.3rem; }
.sv-row-price, .sv-sig-price {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: rgba(250,247,242,0.66);
}
.sv-sig-price { font-size: 0.9rem; margin-top: 2px; }
.sv-sig-label {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(201,169,110,0.85);
}
.sv-intro em, .sv-sig-note {
  font-family: var(--f-body) !important;
  font-style: normal !important;
  font-size: 0.97rem !important;
  color: rgba(250,247,242,0.72) !important;
}
.sv-sig-note em { font-style: italic; color: inherit; }

/* --- reviews --- */
.rv-text { font-size: clamp(1.45rem,2.5vw,2.05rem); line-height: 1.45; letter-spacing: -0.01em; }
.rv-text::before { content: none; }
.rv-head-right {
  font-family: var(--f-body);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(3,43,41,0.35);
}
.rv-name { font-family: var(--f-body); font-style: normal; font-weight: 600; font-size: 0.88rem; }
.rv-score-label { font-family: var(--f-body); font-style: normal; font-size: 0.85rem; color: rgba(3,43,41,0.45); }

/* --- follow along --- */
.fa-desc {
  font-family: var(--f-body);
  font-style: normal;
  font-size: 0.95rem;
  color: rgba(250,247,242,0.45);
}
.fa-row-name { font-family: 'Fraunces', Georgia, serif; font-weight: 360; }

/* --- founder / who / process / education --- */
.mx-cred-line span {
  font-family: var(--f-body);
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--teal);
  font-weight: 500;
}
.mx-frame-cap {
  font-family: var(--f-body);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--text-mid);
}
.mx-frame-cap em { font-family: inherit; font-style: normal; font-weight: 600; color: var(--ink); font-size: 1em; }
.mx-frame-cap-light em { color: rgba(250,247,242,0.85); }
.mx-who-note {
  font-family: var(--f-body);
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(250,247,242,0.55);
}
.mx-who-num {
  font-family: 'Fraunces', Georgia, serif;
  font-style: normal;
  font-size: 1.1rem;
  color: rgba(201,169,110,0.6);
}
.mx-who-item h3, .mx-step h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 400; }
.mx-step-ghost {
  font-family: 'Fraunces', Georgia, serif;
  font-style: normal;
  font-size: 6.4rem;
  color: rgba(6,111,108,0.08);
}
.mx-edu-num {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: rgba(201,169,110,0.7);
}

/* --- story --- */
.mx-story-open { font-size: clamp(1.7rem,3.2vw,2.7rem); line-height: 1.35; }

/* --- quote banner: same words, new type --- */
.qb-quote { font-family: 'Fraunces', Georgia, serif; font-weight: 320; font-style: normal; }
.qb-eyebrow {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(201,169,110,0.8);
}
.qb-attr {
  font-family: var(--f-body);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(201,169,110,0.5);
}
.qb-ghost-mark { display: none; }

/* --- CTA: solid button like the approved hero --- */
.ct-pull {
  font-family: 'Fraunces', Georgia, serif;
  font-style: normal;
  font-weight: 340;
  font-size: clamp(1.05rem,1.7vw,1.4rem);
  line-height: 1.6;
}
.ct-attr {
  font-family: var(--f-body);
  color: rgba(250,247,242,0.32);
}
.ct-btn {
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--teal);
  color: var(--cream);
  padding: 19px 44px;
  border: none;
  border-bottom: none;
  transition: background 0.25s;
}
.ct-btn:hover { background: var(--teal-2); color: var(--cream); }
.ct-rating {
  font-family: var(--f-body);
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

/* ============================================================
   SYSTEM v9 — mobile rhythm + editorial motion
   ============================================================ */

/* --- mobile spacing: consistent, tighter rhythm --- */
@media (max-width: 640px) {
  .mx-section, .sv-section, .rv-section { padding-top: 76px; padding-bottom: 76px; }
  .fa-section { padding-top: 68px; padding-bottom: 68px; }
  .ct-section { padding-top: 84px; padding-bottom: 92px; }
  .ct-rule { height: 34px; margin-bottom: 34px; }
  .ct-h2 { margin-bottom: 30px; }
  .ct-h2 br { display: none; }
  .ct-attr { margin-bottom: 40px; }
  .ct-rule2 { margin-bottom: 32px; }
  .ct-btn { margin-bottom: 42px; padding: 17px 36px; }
  .ct-rating { flex-wrap: wrap; gap: 8px 14px; }

  /* let headlines wrap naturally — no desktop line breaks */
  .mx-h2 br, .sv-headline br { display: none; }
  .mx-h2 { margin-bottom: 24px; }

  /* menu */
  .sv-head { padding-bottom: 38px; margin-bottom: 46px; }
  .sv-sig { padding: 30px 22px; margin-bottom: 52px; }
  .sv-sig-name { font-size: 2.35rem; }
  .sv-sig-name br { display: none; }
  .sv-full-groups { margin-bottom: 46px; }
  .sv-full-groups .sv-group + .sv-group { margin-top: 44px; }
  .sv-two-col > div + div { margin-top: 44px; }
  .sv-row { padding: 18px 0; gap: 16px; }
  .sv-foot { margin-top: 42px; padding-top: 26px; gap: 18px; }

  /* hero info bar: single tidy column */
  .hm-hero-bar-inner { padding: 16px 24px; gap: 9px; flex-direction: column; align-items: flex-start; }

  /* founder / education */
  .mx-founder-grid, .mx-edu-grid, .mx-who-grid { gap: 44px; }
  .mx-cred-line { margin: 24px 0 28px; padding: 16px 0; }
  .mx-frame { max-width: none; }

  /* process: clear separation between steps */
  .mx-steps { gap: 0; margin: 36px 0 34px; }
  .mx-step { padding-top: 50px; padding-bottom: 34px; }
  .mx-step-ghost { font-size: 4.6rem; left: -4px; }
  .mx-step + .mx-step { border-top: 1px solid rgba(3,43,41,0.1); }
  .mx-step + .mx-step .mx-step-ghost { top: 34px; }
  .mx-step + .mx-step { padding-top: 84px; }

  /* story */
  .mx-story-open { margin-bottom: 30px; }
  .mx-story-rule { margin: 26px auto; }

  /* reviews: stack, attribution reads left like a byline */
  .rv-head { margin-bottom: 36px; gap: 10px; }
  .rv-strip { grid-template-columns: 1fr; gap: 16px; align-items: start; padding: 30px 0; }
  .rv-attr { text-align: left; display: flex; align-items: baseline; gap: 6px 14px; flex-wrap: wrap; }
  .rv-name, .rv-service { margin-bottom: 0; }
  .rv-stars { flex-basis: 100%; margin-top: 2px; }
  .rv-foot { margin-top: 34px; flex-direction: column; align-items: flex-start; gap: 22px; }

  /* follow along */
  .fa-handle { margin: 12px 0 14px; }
  .fa-desc { margin-bottom: 34px; }
  .fa-row { flex-wrap: wrap; gap: 8px 16px; padding: 19px 0; }
  .fa-row-note { flex: 1 1 100%; order: 3; }
}

/* --- editorial motion (JS-driven, respects reduced motion) --- */
.mx-marker { transition: opacity 0.9s ease, letter-spacing 1.3s cubic-bezier(.19,1,.22,1); }
.mx-marker.mk-wait { opacity: 0; letter-spacing: 0.46em; }
.mx-marker.mk-wait.mk-in { opacity: 1; letter-spacing: 0.3em; }

.ed-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.85s cubic-bezier(.19,1,.22,1), transform 0.85s cubic-bezier(.19,1,.22,1);
}
.ed-in .ed-item { opacity: 1; transform: none; }

/* category hairlines draw in from the left */
.sv-group .sv-cat { border-bottom-color: transparent; position: relative; }
.sv-group .sv-cat::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 100%; height: 1px;
  background: rgba(201,169,110,0.28);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s cubic-bezier(.19,1,.22,1) 0.1s;
}
.ed-in .sv-cat::after { transform: scaleX(1); }
html:not(.motion) .sv-group .sv-cat { border-bottom-color: rgba(201,169,110,0.28); }

/* portrait frames: cinematic wipe + offset frame settles after */
html.motion .mx-frame img { clip-path: inset(0 100% 0 0); transition: clip-path 1.25s cubic-bezier(.77,0,.18,1) 0.1s; }
html.motion .mx-frame.visible img { clip-path: inset(0 0 0 0); }
html.motion .mx-frame-offset { opacity: 0; transform: translate(10px,10px); transition: opacity 0.9s ease 0.7s, transform 0.9s cubic-bezier(.19,1,.22,1) 0.7s; }
html.motion .mx-frame.visible .mx-frame-offset { opacity: 1; transform: none; }

/* CTA rule grows down */
html.motion .ct-rule { transform: scaleY(0); transform-origin: top; transition: transform 1.1s cubic-bezier(.19,1,.22,1) 0.15s; }
html.motion .ct-rule.visible { transform: scaleY(1); }

/* stars arrive one by one */
.st-star { display: inline-block; opacity: 0; transform: translateY(5px); transition: opacity 0.45s ease, transform 0.45s cubic-bezier(.19,1,.22,1); }
.ed-in .st-star, .st-host.ed-in .st-star { opacity: 1; transform: none; }

/* ghost numerals drift with scroll (transform set by JS) */
.mx-step-ghost { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  .ed-item, .st-star { opacity: 1; transform: none; transition: none; }
  .mx-marker.mk-wait { opacity: 1; letter-spacing: 0.3em; }
}

/* v13: media-only wrapper so the offset frame never crosses the caption */
.mx-frame-media { position: relative; }
html.motion .mx-frame-media { overflow: visible; }

/* =====================================================
   v20 · DE-VIBE PASS (homepage)
   Drop remaining numbered-list markers + tracked eyebrows.
   ===================================================== */
.mx-marker,
.mx-who-num,
.mx-edu-num { display: none !important; }

/* collapse the numeral columns left behind */
.mx-who-item { grid-template-columns: 1fr !important; gap: 0 !important; }
.mx-edu-line { grid-template-columns: 1fr !important; gap: 0 !important; }

/* ============================================================
   v22 · Salon64-style hero (client reference match)
   Photo full-bleed, type anchored bottom-left, no buttons.
   ============================================================ */
.hm-hero { justify-content: flex-end; }
.hm-hero-veil {
  background:
    linear-gradient(to bottom, rgba(3,30,38,0.5) 0%, transparent 24%),
    linear-gradient(to top, rgba(3,30,38,0.74) 0%, rgba(3,30,38,0.3) 36%, transparent 62%);
}
.hm-hero-content {
  max-width: none;
  margin: 0;
  padding: 0 clamp(24px, 6vw, 84px) clamp(52px, 9vh, 110px);
  align-items: flex-start;
  text-align: left;
}
.hm-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--f-body);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.92);
  margin: 0 0 24px;
}
.hm-eyebrow::after { content: ''; width: 36px; height: 1px; background: rgba(250,247,242,0.65); }
.hm-hero-h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  color: #FAF7F2;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.0;
  letter-spacing: 0;
}
.hm-l1 { font-size: clamp(3rem, 8.5vw, 6.4rem); }
.hm-l2 { font-style: italic; font-weight: 300; font-size: clamp(1.6rem, 4.2vw, 3.2rem); margin: 0.12em 0 0.1em 0.06em; }
.hm-l3 { text-transform: uppercase; font-size: clamp(3.3rem, 9.5vw, 7.4rem); letter-spacing: 0.04em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
@media (max-width: 640px) {
  .hm-hero-content { padding-top: 0; padding-bottom: 64px; }
}

/* ============================================================
   v23 · Hero: cinematic seamless intro + darker veil
   ============================================================ */
/* darker image so type + nav sit seamlessly on the photo */
.hm-hero-veil {
  background:
    linear-gradient(rgba(3,30,38,0.34), rgba(3,30,38,0.34)),
    linear-gradient(to bottom, rgba(3,30,38,0.55) 0%, transparent 26%),
    linear-gradient(to top, rgba(3,30,38,0.8) 0%, rgba(3,30,38,0.36) 38%, transparent 64%);
}

/* slow settle on the photo (Ken Burns in reverse) */
@keyframes hmKen  { from { transform: scale(1.07); } to { transform: scale(1); } }
.hm-hero-bg { animation: hmKen 3s cubic-bezier(.22,1,.36,1) both; will-change: transform; }

/* ink curtain fades off the hero so the page enters seamlessly */
.hm-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: #032B29;
  animation: hmCurtain 1.15s ease-out 0.05s both;
}
@keyframes hmCurtain { from { opacity: 1; } to { opacity: 0; } }

/* staggered line reveal: rise + de-blur */
@keyframes hmLine {
  from { opacity: 0; transform: translateY(34px); filter: blur(10px); }
  to   { opacity: 1; transform: translateY(0);    filter: blur(0); }
}
.hm-hero-h1 { animation: none; }
.hm-l1 { display: inline-block; animation: hmLine 1.25s cubic-bezier(.19,1,.22,1) 0.55s both; }
.hm-l2 { animation: hmLine 1.25s cubic-bezier(.19,1,.22,1) 0.78s both; }
.hm-l3 { display: inline-block; animation: hmLine 1.25s cubic-bezier(.19,1,.22,1) 0.95s both; }
.hm-eyebrow { animation: hmLine 1.1s cubic-bezier(.19,1,.22,1) 1.3s both; }

@media (prefers-reduced-motion: reduce) {
  .hm-hero-bg, .hm-hero::after, .hm-l1, .hm-l2, .hm-l3, .hm-eyebrow { animation: none; }
}
