

/* =============================================
   LIFE DEZINE, GLOBAL TYPOGRAPHY SYSTEM
   ============================================= */
:root {
  --t-h1:        clamp(4rem, 10vw, 9rem);
  --t-h2:        clamp(2.5rem, 5vw, 5rem);
  --t-h3:        clamp(1.4rem, 2vw, 1.8rem);
  --t-h4:        1.1rem;
  --t-body:      0.9375rem;
  --t-small:     0.875rem;
  --t-eyebrow:   0.75rem;
  --t-script:    2.4rem;
  --t-track-h1:  -0.02em;
  --t-track-h2:  -0.01em;
  --t-track-eye: 0.22em;
  --t-lh-body:   1.85;
  --t-lh-heading:1.05;
}
/* Eyebrows, always this, everywhere */
.eyebrow, [class*="__eyebrow"] {
  font-family: var(--sans) !important;
  font-size: var(--t-eyebrow) !important;
  font-weight: 700 !important;
  letter-spacing: var(--t-track-eye) !important;
  text-transform: uppercase !important;
  line-height: 1.4 !important;
}
/* Scripts, always this, everywhere */
[class*="__pre"], [class*="__sign-close"], [class*="__sign__close"] {
  font-family: var(--script) !important;
  font-size: var(--t-script) !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

@font-face { font-family: 'Ethic Serif'; src: url('../fonts/ethic-serif-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Ethic Serif'; src: url('../fonts/ethic-serif-italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Ethic Serif'; src: url('../fonts/ethic-serif-medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Des Montilles'; src: url('../fonts/des-montilles-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../fonts/inter-variable.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  --s: 96px;
  --band: 72px;
  --cream: #E4E1D9;
  --sand: #B8AEA3;
  --charcoal: #272524;
  --stone: #A39F99;
  --white: #FFFFFF;
  --off-white: #F7F5F2;
  --tc: #FF6719;
  --serif: 'Ethic Serif', 'Hoefler Text', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --script: 'Des Montilles', 'Snell Roundhand', 'Segoe Script', 'Bradley Hand', 'Brush Script MT', cursive;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--sans); font-size: 16px; line-height: 1.7; color: var(--charcoal); background: var(--off-white); cursor: none; overflow-x: hidden; }
a, button { cursor: none; text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
@media (hover: none) and (pointer: coarse) { .cursor { display: none; } body, a, button { cursor: auto; } }

/* CURSOR */
.cursor { position: fixed; pointer-events: none; z-index: 9999; width: 28px; height: 32px; transform: translate(-50%,-50%); }
.cursor svg { width: 100%; height: 100%; fill: var(--tc); transition: fill 0.3s, transform 0.2s; }
.cursor--hover svg { fill: var(--sand); transform: scale(1.2); }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 0; background: rgba(39,37,36,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(228,225,217,0.1); transition: padding 0.3s; }
.nav--scrolled { padding: 14px 0; }
.nav__inner { max-width: 1400px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.nav__logo { display: flex; align-items: center; gap: 10px; }
.nav__logo-bird { width: 22px; height: 25px; flex-shrink: 0; display: flex; align-items: center; overflow: visible; }
.nav__logo-bird svg { width: 100%; height: 100%; }
.nav__logo-text { font-family: var(--serif); font-size: 1rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream); white-space: nowrap; }
.nav__links { display: flex; align-items: center; gap: 24px; flex-shrink: 0; height: 100%; }
.nav__link { font-family: var(--sans); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone); transition: color 0.2s; white-space: nowrap; }
.nav__link:hover { color: var(--cream); }
.nav__link.active { color: var(--cream); border-bottom: 1px solid var(--tc); padding-bottom: 2px; }
.nav__cta { font-family: var(--sans); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 14px 24px; background: var(--tc); color: var(--white); transition: opacity 0.2s; white-space: nowrap; flex-shrink: 0; }
.nav__cta:hover { opacity: 0.85; }

/* LAYOUT */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* HERO */
.hero { background: var(--charcoal); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 120px 24px 100px; position: relative; overflow: hidden; text-align: center; }
.hero__video-bg { position: absolute; inset: 0; z-index: 0; background: var(--charcoal); display: flex; align-items: center; justify-content: center; }
.hero__video-overlay { position: absolute; inset: 0; background: rgba(39,37,36,0.65); z-index: 1; }
.hero__video-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.hero__sound { margin-top: 40px; display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; padding: 0; background: rgba(39,37,36,0.55); border: 1.5px solid rgba(245,244,243,0.9); border-radius: 50%; cursor: pointer; color: var(--cream); backdrop-filter: blur(4px); box-shadow: 0 2px 12px rgba(0,0,0,0.25); transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease, transform 0.2s ease; }
.hero__sound:hover { color: var(--charcoal); border-color: var(--cream); background: var(--cream); transform: scale(1.06); }
.hero__sound.is-on { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.65); color: var(--cream); backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%); box-shadow: 0 4px 20px rgba(0,0,0,0.18), inset 0 1px 1px rgba(255,255,255,0.4); }
.hero__sound.is-on:hover { background: rgba(255,255,255,0.32); border-color: rgba(255,255,255,0.85); color: #fff; }
.hero__sound-icon { display: inline-flex; }
.hero__sound-icon svg { width: 21px; height: 21px; }
.hero__sound-icon--on { display: none; }
.hero__sound.is-on .hero__sound-icon--muted { display: none; }
.hero__sound.is-on .hero__sound-icon--on { display: inline-flex; }
.hero__bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 0; font-family: var(--serif); font-size: clamp(16rem, 28vw, 26rem); font-weight: 500; color: rgba(228,225,217,0.04); line-height: 1; pointer-events: none; white-space: nowrap; letter-spacing: -0.04em; user-select: none; }
.hero__inner { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; }
.hero__eyebrow { font-family: var(--script) !important; font-size: 2.4rem !important; font-weight: 400 !important; letter-spacing: 0.01em !important; text-transform: none !important; color: var(--cream); margin-bottom: 16px; display: block; opacity: 0; animation: fadeUp 0.9s ease 0.2s forwards; }
.hero__name { font-family: var(--serif); font-size: clamp(4rem, 10vw, 9rem); font-weight: 400; line-height: 1; letter-spacing: -0.02em; color: var(--cream); margin-bottom: 36px; opacity: 0; animation: fadeUp 0.9s ease 0.4s forwards; text-transform: uppercase; }
.hero__tagline { font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.45rem); font-weight: 400; color: var(--cream); margin-bottom: 52px; opacity: 0; animation: fadeUp 0.9s ease 0.55s forwards; max-width: 680px; line-height: 1.55; text-wrap: balance; }
.hero__actions { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s ease 0.7s forwards; }
.hero__btn-primary { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 16px 40px; background: var(--tc); color: var(--white); transition: opacity 0.2s; }
.hero__btn-primary:hover { opacity: 0.85; }
.hero__btn-secondary { font-family: var(--sans); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); border-bottom: 1px solid rgba(163,159,153,0.4); padding-bottom: 2px; transition: color 0.2s; }
.hero__btn-secondary:hover { color: var(--cream); }

/* ABOUT */
.about { background: var(--off-white); padding: var(--s) 0 0; }
.about__label { display: none; }
.about__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-bottom: var(--s); }
.about__image { background: var(--sand); aspect-ratio: 3/4; position: relative; overflow: hidden; }
.about__photo { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; display: block; }
.about__image-placeholder { width: 100%; height: 100%; background: linear-gradient(160deg, var(--sand) 0%, var(--stone) 100%); display: flex; align-items: center; justify-content: center; min-height: 480px; }
.about__initials { font-family: var(--script); font-size: 10rem; color: rgba(255,255,255,0.25); }
.about__content { display: flex; flex-direction: column; gap: 20px; }
.about__eyebrow-label { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin-bottom: 12px; display: block; }
.about__welcome { font-family: var(--script); font-size: 2.4rem; color: var(--charcoal); }
.about__headline { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: 1.05; letter-spacing: -0.01em; color: var(--charcoal); }
.about__role { font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.45rem); font-weight: 400; color: var(--stone); line-height: 1.55; letter-spacing: 0; text-transform: none; }
.about__body { font-family: var(--sans); font-size: 1.125rem; color: var(--charcoal); line-height: 1.85; }
.about__sub { font-family: var(--sans); font-size: 1rem; color: var(--charcoal); line-height: 1.8; }
.about__link { font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tc); display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; margin-top: 8px; }
.about__link:hover { gap: 14px; }

/* DEEPLY HUMAN */
.deeply-human { background: #ffffff; height: 280px; border-top: 1px solid var(--cream); border-bottom: 1px solid var(--cream); text-align: center; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.deeply-human__inner { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
.deeply-human__word { font-family: var(--serif); font-size: clamp(4rem, 10vw, 9rem); font-weight: 400; line-height: 1; color: var(--charcoal); letter-spacing: -0.02em; }
.deeply-human__word--tc { font-family: var(--serif); font-style: italic; color: var(--tc); }

/* QUOTE SECTION */
.quote-section { background: var(--charcoal); padding: var(--band) 24px; position: relative; overflow: hidden; text-align: center; }
.quote-section__pre { font-family: var(--script); font-size: 2.4rem; color: var(--cream); margin-bottom: 16px; display: block; }
.quote-section__eyebrow { color: rgba(232, 230, 227, 0.7); margin-bottom: 28px; display: block; }
.quote-section__text { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 3.5rem); font-weight: 400; color: var(--cream); max-width: 1200px; margin: 0 auto; line-height: 1.1; }

/* PILLARS BAND */
.pillars { background: var(--off-white); height: 280px; border-top: 1px solid var(--cream); border-bottom: 1px solid var(--cream); overflow: hidden; display: flex; align-items: center; }
.pillars__inner { display: flex; align-items: center; gap: 0; white-space: nowrap; animation: marquee 14s linear infinite; }
.pillars__word { font-family: var(--serif); font-size: clamp(4rem, 10vw, 9rem); font-weight: 400; letter-spacing: -0.02em; color: var(--charcoal); text-transform: uppercase; padding: 0 32px; }
.pillars__sep { font-family: var(--sans); font-size: clamp(4rem, 10vw, 9rem); color: var(--charcoal); font-weight: 100; line-height: 1; opacity: 0.35; flex-shrink: 0; }

/* MISSION */
.mission { background: var(--charcoal); padding: var(--s) 24px; text-align: center; }
.mission__eyebrow { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 32px; display: block; }
.mission__pre { font-family: var(--script); font-size: 2.4rem; color: var(--cream); margin-bottom: 16px; display: block; }
.mission__text { font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.45rem); font-weight: 400; color: var(--cream); max-width: 800px; margin: 0 auto; line-height: 1.55; }
.mission__text em { font-family: var(--script); font-style: normal; color: var(--white); font-size: 2.4rem; line-height: 0; vertical-align: -0.22em; display: inline-block; margin: 0 6px; }
.mission__text--h2 { font-size: clamp(1.6rem, 3.5vw, 2.8rem); font-weight: 400; max-width: 880px; letter-spacing: -0.005em; line-height: 1.3; text-wrap: balance; }

/* PHILOSOPHY */
.philosophy { background: var(--charcoal); padding: var(--band) 24px; }
.philosophy__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.philosophy__eyebrow { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(232, 230, 227, 0.7); margin-bottom: 28px; display: block; }
.philosophy__headline { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; color: var(--cream); line-height: 1.05; letter-spacing: -0.01em; margin: 0 auto 48px; text-wrap: balance; }
.philosophy__statement { font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 1.8rem); font-weight: 400; color: var(--cream); line-height: 1.4; margin: 0 0 32px; text-align: center; }
.philosophy__script-pre { font-family: var(--script); font-size: clamp(2rem, 3.6vw, 2.8rem); font-weight: 400; color: var(--cream); line-height: 1; margin: 0 0 28px; display: block; }
.philosophy__manifesto-block { max-width: 920px; margin: 96px auto 0; padding: 0 24px; text-align: center; }
.philosophy__manifesto { font-family: var(--serif); font-size: clamp(1.8rem, 3.6vw, 3rem); font-weight: 400; color: var(--cream); line-height: 1.2; letter-spacing: -0.005em; text-wrap: balance; margin: 0; }
.philosophy__body { font-family: var(--sans); font-size: 1.125rem; color: var(--cream); line-height: 1.85; margin-bottom: 24px; text-align: center; }
.philosophy__body:last-child { margin-bottom: 0; }
.philosophy__signoff { margin-top: 56px; text-align: center; }
.philosophy__signoff-label { font-family: var(--sans); font-size: 1rem; font-weight: 400; color: var(--cream); display: block; margin-bottom: 8px; }
.philosophy__signoff-name { font-family: var(--script); font-size: 2.4rem; font-weight: 400; letter-spacing: 0.01em; text-transform: none; color: var(--cream); display: block; line-height: 1; }

/* OFFERINGS */
.offerings { background: #F7F5F2; padding: var(--s) 0; }
.offerings__header { max-width: 1100px; margin: 0 auto 56px; padding: 0 24px; }
.offerings__eyebrow { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin-bottom: 16px; display: block; }
.offerings__script { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; color: var(--charcoal); line-height: 1.05; letter-spacing: -0.01em; display: block; margin-bottom: 0; }
.offerings__title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; color: var(--charcoal); line-height: 1.1; }
.offerings__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--cream); max-width: 1100px; margin: 0 auto; }

/* SIGNATURE FEATURE (01) */
.sig-feature { display: block; max-width: 1100px; margin: 0 auto 2px; }
.sig-feature__image { display: none; }
.sig-feature__image-placeholder { width: 100%; height: 100%; background: linear-gradient(160deg, var(--tc) 0%, #c94e10 100%); display: flex; align-items: flex-start; padding: 40px; min-height: 480px; }
.sig-feature__num { font-family: var(--serif); font-size: 3rem; color: rgba(228,225,217,0.35); line-height: 1; display: block; margin-bottom: 16px; }
.sig-feature__content { background: var(--charcoal); padding: 52px 44px 48px; display: flex; flex-direction: column; gap: 16px; transition: background 0.3s; }
.sig-feature__tag { font-family: var(--sans); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 12px; background: rgba(255,103,25,0.2); color: var(--tc); display: inline-block; }
.sig-feature__title { font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 400; color: var(--cream); line-height: 1.2; }
.sig-feature__body { font-family: var(--sans); font-size: 1.125rem; color: var(--sand); line-height: 1.75; max-width: 640px; }
.sig-feature__deliverables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin: 4px 0; }
.sig-feature__item { font-family: var(--sans); font-size: 0.8rem; color: var(--sand); padding: 10px 14px; background: rgba(228,225,217,0.05); border-left: 2px solid rgba(255,103,25,0.4); }
.sig-feature__btn { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream); display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; transition: gap 0.2s, color 0.2s; }
.sig-feature__btn:hover { gap: 14px; color: var(--tc); }
.sig-feature:hover .sig-feature__content { background: #1C1A19; }
@media (max-width: 900px) { .sig-feature { grid-template-columns: 1fr; } .sig-feature__image { min-height: 260px; } }

.offer-card { padding: 52px 44px 48px; display: flex; flex-direction: column; border: 2px solid transparent; transition: background 0.3s, border-color 0.3s; }
.offer-card--one { background: var(--charcoal); }
.offer-card--one .offer-card__num { color: rgba(255,255,255,0.2); }
.offer-card--one .offer-card__tag { background: var(--tc); color: var(--white); }
.offer-card--one .offer-card__title { color: var(--white); }
.offer-card--one .offer-card__body { color: rgba(255,255,255,0.85); }
.offer-card--two { background: #D8D0C8; }
.offer-card--two .offer-card__num { color: rgba(39,37,36,0.15); }
.offer-card--two .offer-card__title { color: var(--charcoal); }
.offer-card--two .offer-card__body { color: var(--charcoal); }
.offer-card--three { background: var(--cream); border: none; }
.offer-card--three .offer-card__num { color: rgba(39,37,36,0.15); }
.offer-card--three .offer-card__tag { background: #C8BEB8; color: var(--white); }
.offer-card--four { background: var(--off-white); border: 2px solid var(--cream); }
.offer-card--four .offer-card__num { color: rgba(39,37,36,0.2); }
.offer-card--four .offer-card__link { color: var(--tc); }
.offer-card--four:hover .offer-card__link { color: var(--tc); }
.offer-card--one:hover { background: #1C1A19; }
.offer-card--one .offer-card__link { color: var(--white); }
.offer-card--one:hover .offer-card__link { color: var(--tc); }
.offer-card--two:hover { background: var(--charcoal); }
.offer-card--three:hover { background: var(--charcoal); }
.offer-card--four:hover { background: var(--charcoal); }
.offer-card:hover .offer-card__num { color: rgba(228,225,217,0.15); }
.offer-card:hover .offer-card__title { color: var(--cream); }
.offer-card:hover .offer-card__body { color: var(--sand); }
.offer-card:hover .offer-card__tag { background: rgba(228,225,217,0.08); color: var(--stone); }
.offer-card--dark { background: var(--charcoal); border-color: var(--charcoal); }
.offer-card--dark:hover { border-color: var(--tc); }
.offer-card__num { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); color: rgba(39,37,36,0.18); line-height: 1; margin-bottom: 24px; display: block; }
.offer-card--dark .offer-card__num { color: rgba(228,225,217,0.15); }
.offer-card__tag { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 12px; background: var(--off-white); color: var(--stone); display: inline-block; margin-bottom: 20px; }
.offer-card--four .offer-card__tag { background: var(--sand); color: var(--white); }
.offer-card__title { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 400; line-height: 1.2; color: var(--charcoal); margin-bottom: 16px; }
.offer-card--dark .offer-card__title { color: var(--cream); }
.offer-card__body { font-family: var(--sans); font-size: 1.125rem; color: var(--charcoal); line-height: 1.6; flex: 1; margin-bottom: 32px; }
.offer-card--dark .offer-card__body { color: var(--sand); }
.offer-card__link { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tc); display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; margin-top: auto; }
.offer-card__link:hover { gap: 14px; }

/* CASE STUDIES */
.cases { background: #F0EDE9; padding: var(--s) 0; }
.cases__header { max-width: 1100px; margin: 0 auto 56px; padding: 0 24px; display: flex; justify-content: space-between; align-items: flex-end; }
.cases__title-group .eyebrow { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin-bottom: 12px; display: block; }
.cases__title { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; color: var(--charcoal); line-height: 1.05; letter-spacing: -0.01em; }
.cases__see-all { font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tc); }
.cases__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--cream); max-width: 1100px; margin: 0 auto; }
.case-card { background: var(--white); padding: 48px 40px; border: 1px solid var(--cream); transition: transform 0.3s; position: relative; overflow: hidden; }
.case-card::after { content: ''; position: absolute; bottom: 0; left: -100%; width: 100%; height: 4px; background: var(--tc); transition: left 0.4s ease; }
.case-card:hover::after { left: 0; }
.case-card:hover { transform: translateY(-4px); }
.case-card--dark { background: var(--charcoal); }
.case-card--dark:hover { transform: translateY(-4px); }
.case-card__tag { font-family: var(--sans); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 10px; background: var(--off-white); color: var(--stone); display: inline-block; margin-bottom: 20px; }
.case-card--dark .case-card__tag { background: rgba(228,225,217,0.08); color: var(--stone); }
.case-card__name { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: var(--charcoal); margin-bottom: 4px; }
.case-card--dark .case-card__name { color: var(--cream); }
.case-card__role { font-family: var(--sans); font-size: 0.8rem; color: var(--stone); margin-bottom: 20px; }
.case-card__body { font-family: var(--sans); font-size: 1.125rem; color: var(--charcoal); line-height: 1.75; margin-bottom: 20px; }
.case-card--dark .case-card__body { color: var(--sand); }
.case-card__breakthrough { font-family: var(--sans); font-size: 0.875rem; font-weight: 700; font-style: normal; color: var(--charcoal); line-height: 1.6; letter-spacing: 0.02em; }
.case-card--dark .case-card__breakthrough { color: var(--white); }
.case-card__read { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tc); display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; transition: gap 0.2s; }
.case-card__read:hover { gap: 14px; }

/* KINDEST WORDS */
.testimonials { background: #EAE6E2; padding: var(--s) 0; }
.testimonials__header { display: flex; justify-content: space-between; align-items: flex-end; max-width: 1100px; margin: 0 auto 60px; padding: 0 24px; }
.testimonials__eyebrow { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin-bottom: 16px; display: block; }
.testimonials__title { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; color: var(--charcoal); line-height: 1.05; letter-spacing: -0.01em; }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--cream); max-width: 1100px; margin: 0 auto; }
.testi-card { background: var(--white); padding: 40px 36px; display: flex; flex-direction: column; border: 1px solid var(--cream); transition: transform 0.3s; position: relative; overflow: hidden; }
.testi-card::after { content: ''; position: absolute; bottom: 0; left: -100%; width: 100%; height: 4px; background: var(--tc); transition: left 0.4s ease; }
.testi-card:hover::after { left: 0; }
.testi-card:hover { transform: translateY(-4px); }
.testi-card--dark { background: var(--charcoal); border-color: var(--charcoal); }
.testi-card__quote { font-family: var(--sans); font-size: 1rem; color: var(--charcoal); line-height: 1.8; flex: 1; margin-bottom: 28px; }
.testi-card--dark .testi-card__quote { color: var(--sand); }
.testi-card__author { font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tc); margin-bottom: 2px; }
.testi-card__role { font-family: var(--sans); font-size: 0.75rem; color: var(--stone); }

/* FREE VALUE */
.free-value { background: var(--charcoal); padding: var(--s) 24px; background-image: linear-gradient(rgba(39,37,36,0.85), rgba(39,37,36,0.85)); position: relative; }
.free-value__label { color: var(--stone); }
.free-value__title { color: var(--cream); }
.free-value__body { color: var(--sand); }
.free-value__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; flex-direction: column; max-width: 600px; text-align: center; align-items: center; }
.free-value__label { font-family: var(--script); font-size: 2.4rem; font-weight: 400; letter-spacing: 0.01em; text-transform: none; color: var(--cream); margin-bottom: 16px; display: block; }
.free-value__title { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; color: var(--cream); line-height: 1.05; margin-bottom: 20px; letter-spacing: -0.01em; }
.free-value__body { font-family: var(--sans); font-size: 1.125rem; color: var(--cream); line-height: 1.85; margin-bottom: 32px; }
.free-value__btn { display: inline-block; font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 16px 40px; background: var(--tc); color: var(--white); transition: opacity 0.2s; }
.free-value__btn:hover { opacity: 0.8; }


/* SIGNATURE OFFER */
.signature { background: var(--charcoal); padding: var(--s) 0; }
.signature__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.signature__label { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin-bottom: 20px; display: block; }
.signature__title { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 400; color: var(--cream); line-height: 1.1; margin-bottom: 20px; }
.signature__body { font-family: var(--sans); font-size: 1.125rem; color: var(--sand); line-height: 1.85; margin-bottom: 32px; }
.signature__btn { display: inline-block; font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 16px 40px; background: var(--tc); color: var(--white); transition: opacity 0.2s; }
.signature__btn:hover { opacity: 0.85; }
.signature__deliverables { display: flex; flex-direction: column; gap: 2px; }
.signature__item { background: rgba(228,225,217,0.06); padding: 16px 20px; border-left: 2px solid rgba(255,103,25,0.3); font-family: var(--sans); font-size: 0.875rem; color: var(--sand); }

/* JOURNAL */
.journal { background: var(--off-white); padding: var(--s) 0; }
.journal__header { max-width: 1100px; margin: 0 auto 0; padding: 0 24px; display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 24px; border-bottom: 1px solid var(--cream); margin-bottom: 48px; }
.journal__eyebrow { color: var(--stone); margin-bottom: 20px; display: block; }
.journal__title-block .journal__pre { font-family: var(--script); font-size: 2.4rem; color: var(--charcoal); line-height: 0.9; display: block; }
.journal__title-block .journal__word { font-family: var(--serif); font-size: clamp(4rem, 10vw, 9rem); font-weight: 400; color: var(--charcoal); text-transform: none; letter-spacing: -0.02em; display: block; line-height: 1.0; }
.journal__title-block .journal__word em { font-style: italic; color: var(--tc); font-family: var(--serif); }
.journal__title-block .journal__main { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; color: var(--charcoal); text-transform: none; letter-spacing: -0.01em; display: block; line-height: 1.05; }
.journal__sub { font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.45rem); font-weight: 400; color: var(--charcoal); line-height: 1.55; margin-top: 20px; display: block; max-width: 680px; text-wrap: balance; }
.journal__see-all { font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tc); }
.journal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--cream); max-width: 1100px; margin: 0 auto; }
.journal-card { background: var(--white); border: 1px solid var(--cream); transition: transform 0.3s ease; position: relative; overflow: hidden; }
.journal-card::after { content: ''; position: absolute; bottom: 0; left: -100%; width: 100%; height: 4px; background: var(--tc); transition: left 0.4s ease; }
.journal-card:hover::after { left: 0; }
.journal-card:hover { transform: translateY(-4px); }
.journal-card__img { aspect-ratio: 4/3; background: var(--sand); overflow: hidden; transition: transform 0.4s ease; }
.journal-card:hover .journal-card__img { transform: scale(1.03); }
.journal-card__img-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--sand) 0%, var(--cream) 100%); display: flex; align-items: flex-end; padding: 16px; min-height: 220px; }
.journal-card__img-label { font-family: var(--sans); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); }
.journal-card__body { padding: 24px 28px 32px; text-align: center; }
.journal-card__title { font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.45rem); font-weight: 400; color: var(--charcoal); line-height: 1.35; margin-bottom: 16px; }
.journal-card__read { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tc); border-bottom: 1px solid var(--tc); padding-bottom: 2px; display: inline-block; }

/* FINAL CTA */
.final-cta { background: var(--charcoal); padding: var(--s) 24px; text-align: center; position: relative; overflow: hidden; }
.final-cta__pre { font-family: var(--script); font-size: 2.4rem; color: var(--sand); margin-bottom: 16px; display: block; }
.mission { background: var(--white); padding: var(--s) 24px; text-align: center; border-top: 1px solid var(--cream); }
.mission__inner { max-width: 760px; margin: 0 auto; }
.mission__eyebrow { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin-bottom: 28px; display: block; }
.mission__statement { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 400; color: var(--charcoal); line-height: 1.4; letter-spacing: -0.01em; text-wrap: balance; margin: 0; }
/* LOCKED: title text is exactly "Come Alive<br>With Me" with NO trailing period. See DESIGN-RULES.md */
.final-cta__title { font-family: var(--serif); font-size: var(--t-h1); font-weight: 400; line-height: 1.05; letter-spacing: var(--t-track-h1); color: var(--cream); margin-bottom: 48px; text-transform: uppercase; }
.final-cta__title em { font-style: normal; color: inherit; }
.final-cta__btn { display: inline-block; font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; padding: 18px 52px; background: var(--tc); color: var(--white); transition: opacity 0.2s; }
.final-cta__btn:hover { opacity: 0.85; }


/* CONTACT FORM */
.contact { background: var(--off-white); padding: var(--s) 24px; }
.contact__inner { max-width: 640px; margin: 0 auto; text-align: center; }
.contact__eyebrow { font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin-bottom: 20px; display: block; }
.contact__pre { font-family: var(--script); font-size: 2.4rem; color: var(--charcoal); display: block; margin-bottom: 12px; }
.contact__title { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; color: var(--charcoal); line-height: 1.05; margin-bottom: 20px; letter-spacing: -0.01em; }
.contact__body { font-family: var(--sans); font-size: 1.125rem; color: var(--charcoal); line-height: 1.7; margin-bottom: 48px; }
.contact__form { display: flex; flex-direction: column; gap: 12px; text-align: left; }
.contact__field { font-family: var(--sans); font-size: 0.9rem; padding: 16px 20px; border: 1px solid var(--cream); background: var(--white); color: var(--charcoal); outline: none; width: 100%; transition: border-color 0.2s; }
.contact__field:focus { border-color: var(--stone); }
.contact__field::placeholder { color: var(--stone); }
.contact__textarea { resize: vertical; min-height: 140px; }
.contact__submit { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 16px 40px; background: var(--charcoal); color: var(--white); border: none; cursor: none; transition: background 0.2s; align-self: flex-end; margin-top: 8px; }
.contact__submit:hover { background: var(--tc); }

/* SOCIAL */
.social { background: #ffffff; padding: 30px 0 0; display: flex; flex-direction: column; align-items: center; }
.social__header { max-width: 1100px; width: 100%; margin: 0 auto; padding: 0 24px 20px; display: flex; justify-content: center; align-items: center; gap: 24px; }
.social__label { font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--stone); }
.social__handle { font-family: var(--sans); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.1em; color: var(--charcoal); }
.social__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px; background: var(--cream); margin-bottom: 0; width: 100%; }
.social__cell { aspect-ratio: 1; background: var(--sand); overflow: hidden; }
.social__cell-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--sand), var(--cream)); }
.social__cell:nth-child(2) .social__cell-placeholder { background: linear-gradient(135deg, var(--stone), var(--sand)); }
.social__cell:nth-child(3) .social__cell-placeholder { background: linear-gradient(160deg, var(--cream), var(--sand)); }
.social__cell:nth-child(4) .social__cell-placeholder { background: linear-gradient(135deg, var(--sand), var(--stone)); }
.social__cell:nth-child(5) .social__cell-placeholder { background: linear-gradient(160deg, var(--stone), var(--cream)); }
.social__cell:nth-child(6) .social__cell-placeholder { background: linear-gradient(135deg, var(--cream), var(--stone)); }

/* FOOTER */
.footer { background: var(--charcoal); padding: 80px 0 0; }
.footer__inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px; padding-bottom: 60px; }
.footer__nav-label { font-family: var(--script); font-size: 1.8rem; color: var(--sand); margin-bottom: 28px; display: block; }
.footer__nav-links { display: flex; flex-direction: column; gap: 10px; }
.footer__nav-link { font-family: var(--sans); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); transition: color 0.2s; }
.footer__nav-link:hover { color: var(--cream); }
.footer__center { text-align: left; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer__logo-name { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; color: var(--cream); letter-spacing: 0.1em; text-transform: uppercase; }
.footer__tagline { font-family: var(--sans); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream); }
.footer__description { font-family: var(--sans); font-size: 0.875rem; color: var(--stone); line-height: 1.75; max-width: 260px; }
.footer__tagline-accent { display: block; font-family: var(--sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tc); margin-top: 4px; }
.footer__mother { font-family: var(--script); font-size: 1.8rem; color: var(--cream); margin-top: 12px; }
.footer__subscribe-label { font-family: var(--script); font-size: 1.8rem; color: var(--sand); margin-bottom: 16px; display: block; }
.footer__subscribe-body { font-family: var(--sans); font-size: 0.875rem; color: var(--stone); line-height: 1.7; margin-bottom: 24px; }
.footer__form { display: flex; flex-direction: column; gap: 8px; }
.footer__input { font-family: var(--sans); font-size: 0.875rem; padding: 14px 16px; border: 1px solid rgba(228,225,217,0.15); background: rgba(228,225,217,0.05); color: var(--cream); outline: none; }
.footer__input::placeholder { color: var(--stone); }
.footer__input:focus { border-color: rgba(228,225,217,0.3); }
.footer__submit { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; padding: 14px; background: var(--tc); color: var(--white); border: none; cursor: none; transition: opacity 0.2s; }
.footer__submit:hover { opacity: 0.85; }
.footer__bottom { max-width: 1200px; margin: 0 auto; padding: 20px 24px; border-top: 1px solid rgba(228,225,217,0.1); display: flex; justify-content: space-between; align-items: center; }
.footer__copy { font-size: 0.75rem; color: var(--cream); }
.footer__credit { font-size: 0.75rem; color: var(--cream); }


/* HAMBURGER */
.nav__hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; z-index: 300; cursor: none; position: relative; }
.nav__hamburger span { display: block; width: 22px; height: 1.5px; background: var(--cream); transition: transform 0.3s ease, opacity 0.3s ease; transform-origin: center; }
.nav__hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav__mobile { position: fixed; inset: 0; background: var(--charcoal); z-index: 200; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px 40px; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; overflow-y: auto; }
.nav__mobile-close { position: absolute; top: 24px; right: 24px; background: none; border: none; cursor: none; display: flex; flex-direction: column; gap: 5px; padding: 4px; }
.nav__mobile-close span { display: block; width: 22px; height: 1.5px; background: var(--cream); }
.nav__mobile-close span:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav__mobile-close span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.nav__mobile.open { opacity: 1; pointer-events: all; }
.nav__mobile-item { display: flex; flex-direction: column; border-bottom: 1px solid rgba(228,225,217,0.08); width: 100%; }
.nav__mobile-link { font-family: var(--sans); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); padding: 18px 0; display: flex; justify-content: space-between; align-items: center; transition: color 0.2s; opacity: 0; transform: translateX(-16px); transition: opacity 0.3s ease, transform 0.3s ease, color 0.2s; }
.nav__mobile.open .nav__mobile-link { opacity: 1; transform: translateX(0); }
.nav__mobile.open .nav__mobile-item:nth-child(1) .nav__mobile-link { transition-delay: 0.05s; }
.nav__mobile.open .nav__mobile-item:nth-child(2) .nav__mobile-link { transition-delay: 0.1s; }
.nav__mobile.open .nav__mobile-item:nth-child(3) .nav__mobile-link { transition-delay: 0.15s; }
.nav__mobile.open .nav__mobile-item:nth-child(4) .nav__mobile-link { transition-delay: 0.2s; }
.nav__mobile.open .nav__mobile-item:nth-child(5) .nav__mobile-link { transition-delay: 0.25s; }
.nav__mobile.open .nav__mobile-item:nth-child(6) .nav__mobile-link { transition-delay: 0.3s; }
.nav__mobile-link:hover { color: var(--cream); }
.nav__mobile-link .arrow { width: 8px; height: 8px; border-right: 1.5px solid var(--stone); border-bottom: 1.5px solid var(--stone); transform: rotate(45deg); display: inline-block; transition: transform 0.25s; margin-left: 8px; margin-bottom: 2px; flex-shrink: 0; vertical-align: middle; }
.nav__mobile-link.has-sub .arrow.rotated { transform: rotate(-135deg); margin-bottom: -2px; }
.nav__mobile-sub { display: none; flex-direction: column; padding: 0 0 12px 0; gap: 0; }
.nav__mobile-sub.open { display: flex; }
.nav__mobile-sub-link { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); padding: 12px 16px; transition: color 0.2s; border-left: 2px solid var(--tc); margin-left: 8px; display: block; }
.nav__mobile-sub-link:hover { color: var(--tc); }
.nav__mobile-cta { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 16px 40px; background: var(--tc); color: var(--white); margin-top: 32px; display: inline-block; opacity: 0; transform: translateX(-16px); transition: opacity 0.3s ease 0.35s, transform 0.3s ease 0.35s; }
.nav__mobile.open .nav__mobile-cta { opacity: 1; transform: translateX(0); }
@media (max-width: 1100px) { .nav__hamburger { display: flex; } .nav__links { display: none !important; } .nav__cta { display: none; } }


/* OFFERINGS DROPDOWN */
.nav__link--drop { display: inline-flex; align-items: center; gap: 6px; cursor: none; }
.nav__chevron { display: inline-block; width: 7px; height: 7px; border-right: 1.5px solid var(--stone); border-bottom: 1.5px solid var(--stone); transform: rotate(45deg); margin-bottom: 3px; transition: transform 0.2s; flex-shrink: 0; }
.nav__dropdown-wrap:hover .nav__chevron { transform: rotate(-135deg); margin-bottom: -2px; }
.nav__dropdown-wrap { position: relative; display: flex; align-items: center; }
.nav__dropdown-wrap:hover .nav__dropdown { opacity: 1; pointer-events: all; transform: translateY(0); }
.nav__dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: transparent; border: none; padding: 0; min-width: 220px; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; z-index: 200; padding-top: 12px; }
.nav__dropdown-inner { background: var(--charcoal); border: 1px solid rgba(228,225,217,0.1); padding: 4px 0; }

.nav__dropdown-link { display: block; font-family: var(--sans); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--stone); padding: 10px 20px; transition: color 0.2s, background 0.2s; white-space: nowrap; }
.nav__dropdown-link:hover { color: var(--cream); background: rgba(228,225,217,0.05); }
.nav__dropdown-link span { color: var(--tc); margin-right: 8px; font-size: 0.55rem; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* RESPONSIVE */
@media (max-width: 900px) {
  :root { --s: 64px; --band: 48px; }
  .nav__links { display: none; }
  .about__inner { grid-template-columns: 1fr; gap: 40px; }
  .offerings__grid { grid-template-columns: 1fr; }
  .sig-feature { grid-template-columns: 1fr; }
  .cases__grid { grid-template-columns: 1fr; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .free-value__inner { grid-template-columns: 1fr; }
  .signature__inner { grid-template-columns: 1fr; }
  .journal__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 48px; }
  
  .footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
  .cases__header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .journal__header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .social__grid { grid-template-columns: repeat(3, 1fr); }
}

/* OFFERINGS single-card variant (community only) */
.offerings__grid--single { grid-template-columns: minmax(0, 720px) !important; justify-content: center; }
.offerings__grid--two { grid-template-columns: 1fr 1fr !important; max-width: 1100px; }
@media (max-width: 760px) { .offerings__grid--two { grid-template-columns: 1fr !important; } }
.offer-card--full { padding: 64px 56px; }
@media (max-width: 720px) { .offer-card--full { padding: 48px 32px; } }

/* Contact title em accent */
.contact__title em { font-style: italic; color: var(--tc); }


/* ===== BRANDING FROM THE INSIDE OUT (offer page) ===== */
.offer-hero { background: var(--charcoal); padding: 210px 24px 120px; text-align: center; position: relative; overflow: hidden; min-height: 66.67vh; display: flex; align-items: center; justify-content: center; }
.offer-hero__bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 0; font-family: var(--serif); font-size: clamp(10rem, 24vw, 22rem); font-weight: 500; color: rgba(228,225,217,0.035); line-height: 1; pointer-events: none; white-space: nowrap; letter-spacing: -0.04em; user-select: none; }
.offer-hero__inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.offer-hero__pre { font-family: var(--script); font-size: var(--t-script); color: var(--cream); display: block; margin-bottom: 12px; }
.offer-hero__title { font-family: var(--serif); font-size: clamp(3rem, 7vw, 6rem); font-weight: 400; line-height: 1.04; letter-spacing: -0.02em; color: var(--cream); text-transform: none; margin-bottom: 28px; }
.offer-hero__title em { font-style: italic; color: var(--tc); }
.offer-hero__tagline { font-family: var(--sans); font-size: clamp(1rem, 2vw, 1.45rem); font-weight: 400; color: var(--cream); line-height: 1.55; max-width: 600px; margin: 0 auto 40px; text-wrap: balance; }
.offer-hero__btn { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 16px 44px; background: var(--tc); color: var(--white); display: inline-block; transition: opacity 0.2s; }
.offer-hero__btn:hover { opacity: 0.85; }
.offer-section { padding: var(--s) 0; }
.offer-section--light { background: var(--off-white); }
.offer-section--dark { background: var(--charcoal); }
.offer-section--cream { background: var(--cream); }
.offer-section__inner { max-width: 880px; margin: 0 auto; padding: 0 24px; text-align: center; }
.offer-section__inner--wide { max-width: 1100px; }
.offer-eyebrow { display: block; margin-bottom: 18px; }
.offer-section--light .offer-eyebrow { color: var(--stone); }
.offer-section--dark .offer-eyebrow { color: rgba(232,230,227,0.7); }
.offer-headline { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 28px; text-wrap: balance; }
.offer-section--light .offer-headline { color: var(--charcoal); }
.offer-section--dark .offer-headline { color: var(--cream); }
.offer-headline em { font-style: italic; color: var(--tc); }
.offer-lede { font-family: var(--serif); font-size: clamp(1.1rem, 2.1vw, 1.5rem); font-weight: 400; line-height: 1.5; text-wrap: balance; max-width: 640px; }
.offer-section--light .offer-lede { color: var(--charcoal); }
.offer-section--dark .offer-lede { color: var(--cream); }
.offer-body { font-family: var(--sans); font-size: 1.125rem; line-height: 1.85; margin-bottom: 20px; }
.offer-body:last-child { margin-bottom: 0; }
.offer-section--light .offer-body { color: var(--charcoal); }
.offer-section--dark .offer-body { color: var(--cream); }
/* method marquee (from about.html) */
.ab-band { background: var(--white); height: 280px; border-top: 1px solid var(--cream); border-bottom: 1px solid var(--cream); overflow: hidden; display: flex; align-items: center; margin: 60px 0; }
.ab-band__track { display: flex; align-items: center; white-space: nowrap; animation: marquee 22s linear infinite; }
.ab-band__word { font-family: var(--serif); font-size: clamp(4rem, 10vw, 9rem); font-weight: 400; line-height: 1; letter-spacing: -0.02em; color: var(--charcoal); padding: 0 28px; }
.ab-band__word em { font-style: italic; color: var(--tc); }
.ab-band__dot { font-family: var(--sans); font-size: clamp(4rem, 10vw, 9rem); color: var(--charcoal); font-weight: 100; line-height: 1; opacity: 0.35; flex-shrink: 0; padding: 0 8px; }
/* method steps + hover */
.offer-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--cream); margin-top: 48px; }
.offer-step { background: var(--white); padding: 44px 36px; display: flex; flex-direction: column; gap: 14px; position: relative; overflow: hidden; transition: transform 0.3s ease; }
.offer-step::after { content: ''; position: absolute; bottom: 0; left: -100%; width: 100%; height: 4px; background: var(--tc); transition: left 0.4s ease; }
.offer-step:hover::after { left: 0; }
.offer-step:hover { transform: translateY(-4px); }
.offer-step__num { font-family: var(--serif); font-size: 3rem; line-height: 1; color: rgba(39,37,36,0.16); }
.offer-step__title { font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.8rem); font-weight: 400; color: var(--charcoal); line-height: 1.15; }
.offer-step__title em { font-style: italic; color: var(--tc); }
.offer-step__body { font-family: var(--sans); font-size: 1.125rem; color: var(--charcoal); line-height: 1.8; }
/* who-it's-for list */
.offer-list { display: flex; flex-direction: column; gap: 2px; margin-top: 36px; }
.offer-list__item { font-family: var(--sans); font-size: 1.02rem; line-height: 1.7; color: var(--cream); padding: 20px 26px; background: rgba(228,225,217,0.05); border-left: 2px solid var(--tc); transition: background 0.25s ease, transform 0.25s ease; }
.offer-list__item:hover { background: rgba(228,225,217,0.1); transform: translateX(4px); }
/* design thinking process (why it works) */
.offer-process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; margin-top: 48px; background: rgba(228,225,217,0.12); }
.offer-process__step { background: var(--charcoal); padding: 30px 22px; display: flex; flex-direction: column; gap: 10px; transition: background 0.3s ease; }
.offer-process__step:hover { background: #1C1A19; }
.offer-process__num { font-family: var(--serif); font-size: var(--t-h2); font-weight: 400; line-height: 1; letter-spacing: -0.02em; color: rgba(228,225,217,0.18); }
.offer-process__name { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; color: var(--cream); }
.offer-process__text { font-family: var(--sans); font-size: 1.125rem; color: var(--sand); line-height: 1.65; }
/* deliverables */
.offer-deliverables { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 40px; background: var(--cream); }
.offer-deliverable { background: var(--white); padding: 28px 30px; font-family: var(--sans); font-size: 0.98rem; color: var(--charcoal); line-height: 1.65; position: relative; overflow: hidden; transition: transform 0.3s ease; }
.offer-deliverable::after { content: ''; position: absolute; bottom: 0; left: -100%; width: 100%; height: 3px; background: var(--tc); transition: left 0.4s ease; }
.offer-deliverable:hover::after { left: 0; }
.offer-deliverable:hover { transform: translateY(-4px); }
/* free gift block (beige, from about.html) */
.offer-gift { background: #D8D0C8; padding: var(--s) 24px; text-align: center; position: relative; overflow: hidden; }
.offer-gift__pre { font-family: var(--script); font-size: var(--t-script); color: var(--charcoal); display: block; margin-bottom: 12px; }
.offer-gift__title { font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 6rem); font-weight: 400; line-height: 1.0; letter-spacing: -0.02em; color: var(--charcoal); margin-bottom: 24px; }
.offer-gift__body { font-family: var(--sans); font-size: 1.125rem; color: var(--charcoal); line-height: 1.8; max-width: 480px; margin: 0 auto 36px; }
.offer-gift__btn { display: inline-block; font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; padding: 18px 48px; background: var(--tc); color: var(--white); transition: opacity 0.2s; }
.offer-gift__btn:hover { opacity: 0.85; }
@media (max-width: 820px) {
  .offer-hero { padding: 160px 24px 84px; }
  .offer-steps { grid-template-columns: 1fr; }
  .offer-deliverables { grid-template-columns: 1fr; }
  .offer-process { grid-template-columns: 1fr; }
}

/* Why It Works */
.offer-why { background: var(--charcoal); padding: var(--s) 24px; text-align: center; }
.offer-why__inner { max-width: 860px; margin: 0 auto; }
.offer-why__eyebrow { display: block; color: rgba(232,230,227,0.7); margin-bottom: 32px; }
.offer-why__lead { font-family: var(--serif); font-size: clamp(2rem, 4.4vw, 3.4rem); font-weight: 400; color: var(--cream); line-height: 1.2; letter-spacing: -0.015em; margin-bottom: 28px; text-wrap: balance; }
.offer-why__lead em { font-style: italic; color: var(--tc); }
.offer-why__support { font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.7rem); font-weight: 400; color: var(--cream); line-height: 1.45; max-width: 680px; margin: 0 auto 32px; text-wrap: balance; }
.offer-why__body { font-family: var(--sans); font-size: 1.125rem; color: var(--cream); line-height: 1.85; max-width: 600px; margin: 0 auto 40px; }
.offer-why__close { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 400; color: var(--cream); line-height: 1.3; letter-spacing: -0.01em; padding-top: 36px; border-top: 1px solid rgba(255,103,25,0.4); display: inline-block; text-wrap: balance; }


/* ===========================================================
   FOUNDATION OVERRIDES  —  global revision pass
   Standards that apply site-wide. Page-specific copy/heading
   remaps are handled in each page pass.
   =========================================================== */

/* --- Heroes: every hero matches the index hero height (100vh) --- */
.offer-hero { min-height: 100vh; padding-top: 160px; padding-bottom: 100px; }
@media (max-width: 820px) { .offer-hero { min-height: 100vh; padding-top: 132px; padding-bottom: 72px; } }

/* --- Heading reference: non-hero headings under an eyebrow use --t-h2,
       i.e. the "Before the Noise" size (.free-value__title). Applied per page. --- */

/* --- Number system: exactly TWO sizes, faint watermark tone, never orange --- */
:root {
  --num-lg:      var(--t-h2);                 /* large display numerals */
  --num-sm:      clamp(2.25rem, 3.2vw, 3rem); /* card numerals          */
  --num-ink:     rgba(39,37,36,0.12);         /* watermark on light bg  */
  --num-ink-dk:  rgba(228,225,217,0.16);      /* watermark on dark bg   */
}
.offer-process__num { font-size: var(--num-lg) !important; }
.sig-feature__num, .offer-step__num { font-size: var(--num-sm) !important; }
/* watermark colours by context — never terracotta */
.offer-step__num   { color: var(--num-ink) !important; }
.offer-process__num,
.sig-feature__num   { color: var(--num-ink-dk) !important; }

/* --- Italic accent words: italic ONLY, never a terracotta colour pop
       (matches the Philosophy section treatment). Script ems excluded. --- */
.offer-headline em,
.ab-band__word em,
.offer-why__lead em,
.offer-why__close em,
.journal__title-block .journal__word em,
.contact__title em,
.offer-lede em,
.philosophy__statement em,
.mission__statement em {
  font-style: italic !important;
  color: inherit !important;
  font-family: var(--serif) !important;
}
.deeply-human__word--tc { color: var(--charcoal) !important; }
/* (Note: .mission__text em stays Des Montilles — intentional, not an italic keyword.) */

/* --- Custom cursor: smoother tracking (pair with rAF JS in each page) --- */
.cursor { will-change: transform; }

/* --- Inline Des Montilles as SVG outline (font-independent, pixel-exact) ---
   Usage:  <span class="dm" style="--dm-size:2.4rem">{paste SVG here}</span>
   The SVG fills with currentColor, so it inherits the surrounding text colour. */
.dm { display: inline-flex; align-items: center; line-height: 1; }
.dm svg, svg.dm__svg { display: inline-block; height: var(--dm-size, 2.4rem); width: auto; fill: currentColor; }
.dm svg path { fill: currentColor; }

/* ===== Des Montilles inline-SVG signature helper (font-independent) ===== */
.dms { height: var(--dms, 2.4rem); width: auto; display: inline-block; fill: currentColor; vertical-align: middle; }
.dms path { fill: currentColor; }
