/* ============================================================
   LIFE DEZINE — GLOBAL STYLESHEET (authoritative, loaded last)
   Tokens, cursor, nav, footer, closing sequence, hero norm.
   ============================================================ */

/* =============================================
   LIFE DEZINE, GLOBAL TYPOGRAPHY SYSTEM
   ============================================= */
:root {
  --t-h1:        clamp(4rem, 10vw, 9rem);
  --t-h2:        clamp(2rem, 4vw, 3rem);
  --t-h3:        clamp(1.5rem, 2.5vw, 2rem);
  --t-h4:        1.1rem;
  --t-body:      1.125rem;
  --t-small:     0.875rem;
  --t-eyebrow:   0.75rem;
  --t-script:    2.5rem;
  --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;
  --white: #FFFFFF;
  --off-white: #F7F5F2;
  --pearl: #F5F4F3;
  --khaki: #E8E6E3;
  --charcoal: #272524;
  --leather: #131010;
  --cream: #E4E1D9;
  --sand: #B8AEA3;
  --stone: #A39F99;
  --taupe: #A3968D;
  --amber: #9C8D7C;
  --band: 72px;
  --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; top: 0; left: 0; pointer-events: none; z-index: 9999; width: 28px; height: 32px; transform: translate(-50%,-50%); will-change: transform; }
/* Des Montilles rendered as SVG outline (font-independent, pixel-exact) */
.dms { height: var(--dms, 2.4rem); width: auto; display: inline-block; fill: currentColor; vertical-align: middle; }
.dms path { fill: currentColor; }
/* Before the Noise email capture */
.free-value__form { display: flex; gap: 10px; width: 100%; max-width: 440px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.free-value__input { flex: 1; min-width: 200px; font-family: var(--sans); font-size: 0.9rem; padding: 16px 18px; border: 1px solid rgba(228,225,217,0.22); background: rgba(228,225,217,0.06); color: var(--cream); outline: none; }
.free-value__input::placeholder { color: var(--stone); }
.free-value__input:focus { border-color: rgba(228,225,217,0.45); }
.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; }

/* FREE VALUE */
.free-value { background: var(--charcoal); padding: var(--s) 24px; 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; }


/* 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(--cream); 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: 900px; 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.6rem, 2.5vw, 2.2rem); font-weight: 400; color: var(--charcoal); line-height: 1.3; 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: clamp(4rem, 10vw, 9rem); font-weight: 400; line-height: 1.0; letter-spacing: -0.02em; color: var(--cream); margin-bottom: 48px; text-transform: uppercase; }
.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); }

/* 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__tagline-accent { 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__description { font-family: var(--sans); font-size: 0.875rem; color: var(--stone); line-height: 1.75; max-width: 260px; }
.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); }
}

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


/* ============================================================
   UNIFIED PAGE HEROES
   Every page hero follows the "Branding from the Inside Out"
   (offer-hero) format. All CAP titles share one size.
   Locked hero standard: full-height, charcoal, centered.
   Home (index) keeps its larger video hero (.hero).
   ============================================================ */
.offer-hero,
.dc-hero,
.cs-hero,
.tl-hero,
.wwm-hero {
  background: var(--charcoal);
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 150px 24px 100px;
}
.offer-hero,
.dc-hero,
.cs-hero,
.wwm-hero { text-align: center; align-items: center; }

.offer-hero__inner,
.dc-hero__inner,
.cs-hero__inner,
.tl-hero__inner,
.wwm-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.offer-hero,
.dc-hero,
.cs-hero,
.wwm-hero { }
.offer-hero__inner,
.dc-hero__inner,
.cs-hero__inner,
.wwm-hero__inner { align-items: center; }
/* Truth Letters hero keeps its photographic background + left layout */
.tl-hero__inner { margin: 0; align-items: flex-start; max-width: 760px; }

/* CAPS size for the CAPS heroes ONLY (case-studies, work-with-me).
   Offer heroes (branding offer-hero, inner-work offer-hero, dezine dc-hero)
   and truth-letters tl-hero are TITLE CASE - do NOT add them here. */
.cs-hero__title,
.wwm-hero__title {
  font-family: var(--serif);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--cream);
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* Italic accent words in hero titles: single-word terracotta accent only */
.offer-hero__title em,
.dc-hero__title em,
.tl-hero__title em,
.wwm-hero__title em { font-style: italic; color: var(--tc); }
.cs-how__step-title em { font-style: italic; color: var(--tc); }

/* Script pre-line (Des Montilles) consistent across heroes */
.offer-hero__pre,
.dc-hero__pre,
.cs-hero__pre,
.wwm-hero__pre {
  font-family: var(--script);
  font-size: var(--t-script);
  color: var(--cream);
  display: block;
  margin-bottom: 12px;
}
/* Eyebrows in heroes: taupe, locked spec */
.cs-hero__eyebrow,
.tl-hero__eyebrow,
.wwm-hero__eyebrow {
  font-family: var(--sans);
  font-size: var(--t-eyebrow);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sand);
  display: block;
  margin-bottom: 18px;
}
/* Subheads / taglines: readable, locked subhead scale */
.offer-hero__tagline,
.dc-hero__sub,
.cs-hero__sub {
  font-family: var(--sans);
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 400;
  color: #F5F4F3;
  line-height: 1.55;
  max-width: 720px;
  margin-bottom: 36px;
  text-wrap: balance;
}
.tl-hero__sub,
.wwm-hero__sub {
  font-family: var(--sans);
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.55;
  max-width: 720px;
  margin-bottom: 36px;
  text-wrap: balance;
}
.tl-hero__sub { margin-left: 0; margin-right: 0; }
.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; }

/* Locked rule: no large faint watermark text anywhere */
.hero__bg-text,
.offer-hero__bg-text,
[class$="-hero__bg-text"],
[class*="hero__bg-text"] { display: none !important; }

/* ============================================================
   LOCKED GLOBAL SAFEGUARDS
   ============================================================ */
/* Eyebrows always taupe (never terracotta) */
.eyebrow,
[class*="__eyebrow"] { color: var(--taupe); }
/* Footer accent line stays terracotta */
.footer__tagline-accent { color: var(--tc) !important; }

/* ============================================================
   PERFORMANCE / POLISH
   ============================================================ */
img { max-width: 100%; height: auto; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .cursor { display: none !important; }
  body, a, button { cursor: auto !important; }
}
