:root {
  --ink: #050300;
  --panel: #0c0702;
  --panel-2: #140b03;
  --gold-1: #fff0a8;
  --gold-2: #e3ad47;
  --gold-3: #8c5315;
  --cream: #f7e6bd;
  --muted: #c9b98f;
  --line: rgba(230, 177, 74, 0.58);
  --shadow-gold: 0 0 34px rgba(227, 173, 71, 0.22);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: clip; color: var(--cream); background: radial-gradient(circle at 50% 0, #1f1004 0, var(--ink) 38rem); font-family: Inter, Arial, sans-serif; }
h1, h2, .brand { font-family: Georgia, "Times New Roman", serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
section { scroll-margin-top: 86px; }

.skip-link {
  position: fixed;
  top: .5rem;
  left: .5rem;
  z-index: 100;
  min-height: 44px;
  padding: .75rem 1rem;
  color: var(--ink);
  background: var(--gold-1);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-140%);
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--gold-1);
  outline-offset: 4px;
}

.identity-strip { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: .55rem; padding: .5rem 1rem; border-bottom: 1px solid var(--line); color: var(--gold-1); letter-spacing: .09em; text-align: center; }
.identity-strip span { color: var(--gold-3); }
.site-header { position: relative; z-index: 30; border-bottom: 1px solid rgba(230, 177, 74, .3); background: rgba(5, 3, 0, .92); box-shadow: 0 12px 34px rgba(0, 0, 0, .38); }
.nav-shell { max-width: 1440px; min-height: 84px; margin: auto; padding: .75rem 2rem; display: flex; align-items: center; justify-content: space-between; }
.co-brand { min-width: 0; display: flex; align-items: center; gap: .9rem; }
.crush-brand { min-height: 44px; display: inline-flex; align-items: center; }
.crush-brand img { width: clamp(128px, 12vw, 156px); height: auto; }
.brand-separator { width: 1px; height: 42px; flex: 0 0 auto; background: linear-gradient(180deg, transparent, var(--gold-2), transparent); }
.brand { display: inline-flex; align-items: center; gap: .85rem; color: var(--gold-1); font-size: 1.35rem; font-weight: 700; line-height: .95; text-decoration: none; text-shadow: 0 0 20px rgba(227, 173, 71, .28); }
.brand img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.brand small { display: block; margin-top: .35rem; color: var(--gold-2); font-family: Inter, Arial, sans-serif; font-size: .58rem; font-weight: 700; letter-spacing: .42em; }
.nav-links { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.5rem); }
.nav-links > a { position: relative; min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: .78rem; font-weight: 800; text-decoration: none; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--gold-2); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.nav-links > a:hover { color: var(--gold-1); }
.nav-links > a:hover::after { transform: scaleX(1); }
.gold-button, .nav-cta { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #ffe8a0; border-radius: 10px; padding: .8rem 1.35rem; color: #160c02; background: linear-gradient(180deg, #ffe6a0, #c88626); box-shadow: inset 0 1px 0 #fff7ca, 0 8px 26px rgba(227, 173, 71, .2); font-weight: 900; text-decoration: none; transition: filter 180ms ease, transform 180ms ease; }
.nav-links > a.nav-cta, .nav-links > a.nav-cta:hover { color: #160c02; }
.gold-button:hover, .nav-cta:hover { color: #160c02; filter: brightness(1.08); transform: translateY(-2px); }
.menu-toggle { min-width: 44px; min-height: 44px; display: none; border: 1px solid var(--line); border-radius: 8px; padding: 10px; color: var(--gold-1); background: var(--panel); cursor: pointer; }
.menu-toggle span { width: 22px; height: 2px; display: block; margin: 4px auto; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: 720px; max-width: 1440px; margin: auto; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.hero::before { content: ""; position: absolute; z-index: 0; top: 9%; left: 42%; width: min(36vw, 500px); aspect-ratio: 1; border: 1px solid rgba(255, 223, 134, .56); border-radius: 50%; box-shadow: 0 0 50px rgba(227, 173, 71, .28), inset 0 0 46px rgba(227, 173, 71, .12); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,3,0,.96) 0%, rgba(5,3,0,.64) 48%, rgba(5,3,0,.08) 100%); }
.hero-copy { position: relative; z-index: 2; padding: clamp(2rem, 6vw, 6rem); }
.hero-platform { margin: 0 0 1rem; color: var(--gold-1); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-eyebrow { margin: 0 0 1rem; color: var(--gold-2); font-size: .76rem; font-weight: 800; letter-spacing: .32em; }
.hero h1 { margin: 0; max-width: 8ch; font-size: clamp(4.3rem, 8vw, 8.5rem); line-height: .84; letter-spacing: 0; color: var(--gold-1); background: linear-gradient(180deg, #fff7cb 7%, #f0c761 44%, #a96318 76%, #ffe69a 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 4px 0 #5c3108) drop-shadow(0 0 20px rgba(227, 173, 71, .2)); }
.hero h1 span { display: block; text-align: right; }
.hero-lede { margin: 2rem 0 1rem; color: var(--cream); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.3rem, 2.3vw, 2.2rem); font-weight: 700; line-height: 1.25; }
.hero-id { display: grid; gap: .25rem; margin: 0 0 1rem; color: var(--cream); font-size: .9rem; line-height: 1.4; }
.hero-id strong { color: var(--gold-1); font-size: 1rem; }
.hero-id span { color: var(--muted); }
.hero-actions { width: min(100%, 430px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.hero-role-link { width: 100%; padding-inline: .75rem; text-align: center; }
.hero-tagline { display: flex; align-items: center; gap: .75rem; margin: 1.75rem 0 0; color: var(--muted); font-size: clamp(.92rem, 1.35vw, 1.15rem); }
.hero-tagline span { width: clamp(1.5rem, 4vw, 4.5rem); height: 1px; background: linear-gradient(90deg, transparent, var(--gold-2)); }
.hero-tagline span:last-child { background: linear-gradient(90deg, var(--gold-2), transparent); }
.hero-logo { position: relative; z-index: 1; justify-self: center; width: min(43vw, 540px); aspect-ratio: 1; border-radius: 50%; object-fit: cover; filter: drop-shadow(0 0 34px rgba(237,184,74,.42)); }

.benefit-grid, .role-grid, .steps-support { width: min(1440px, calc(100% - 3rem)); margin: 0 auto 2rem; display: grid; gap: 1.25rem; }
.benefit-grid { position: relative; z-index: 4; grid-template-columns: repeat(4, 1fr); margin-top: -1.8rem; }
.role-grid, .steps-support { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.benefit-grid article, .role-card, .steps, .support, .final-cta { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,11,3,.96), rgba(5,3,0,.98)); box-shadow: var(--shadow-gold); }
.benefit-grid article { min-height: 158px; display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 1rem; padding: 1.35rem; }
.benefit-icon { width: 62px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--gold-2); border-radius: 50%; color: var(--gold-1); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 700; box-shadow: inset 0 0 22px rgba(227, 173, 71, .12); }
.benefit-grid h2 { margin: 0 0 .55rem; color: var(--gold-1); font-size: 1rem; line-height: 1.2; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.role-card { position: relative; min-height: 660px; overflow: hidden; padding: clamp(1.5rem, 4vw, 3.25rem); }
.role-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 3, 0, .98) 0%, rgba(5, 3, 0, .84) 45%, rgba(5, 3, 0, .08) 78%); pointer-events: none; }
.role-card > img { position: absolute; right: -3%; bottom: 0; width: 58%; max-height: 92%; object-fit: contain; object-position: bottom right; filter: drop-shadow(-18px 0 30px rgba(227, 173, 71, .08)); }
.role-card > :not(img) { position: relative; z-index: 1; max-width: 52%; }
.role-kicker { display: block; margin-bottom: 1.1rem; color: var(--gold-2); font-size: .65rem; font-weight: 800; letter-spacing: .28em; }
.role-card h2 { max-width: 8ch; margin: 0 0 1.25rem; color: var(--gold-1); font-size: clamp(2rem, 3.2vw, 3.75rem); font-weight: 700; line-height: .92; }
.role-card p { margin: 0 0 1.5rem; color: var(--cream); font-size: 1.05rem; line-height: 1.55; }
.role-card ul, .support ul { margin: 0 0 2rem; padding: 0; list-style: none; }
.role-card li, .support li { position: relative; margin: .8rem 0; padding-left: 2rem; color: var(--muted); line-height: 1.45; }
.role-card li::before, .support li::before { content: "\2713"; position: absolute; left: 0; top: -.12rem; width: 1.35rem; height: 1.35rem; display: grid; place-items: center; border: 1px solid var(--gold-2); border-radius: 50%; color: var(--gold-1); font-size: .7rem; }
.role-card .gold-button { min-width: 170px; margin-top: .25rem; }

.steps-support { grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); }
.steps, .support { position: relative; padding: 2rem; }
.steps h2, .support h2 { display: flex; align-items: center; gap: 1rem; margin: 0 0 2rem; color: var(--gold-1); font-size: clamp(1.8rem, 3vw, 2.75rem); text-align: center; }
.steps h2::before, .steps h2::after, .support h2::before, .support h2::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--gold-2)); }
.steps h2::after, .support h2::after { background: linear-gradient(90deg, var(--gold-2), transparent); }
.steps ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; display: flex; align-items: center; flex-direction: column; text-align: center; }
.steps li:not(:last-child)::after { content: "\2192"; position: absolute; top: 48px; right: -.9rem; color: var(--gold-2); font-size: 1.5rem; }
.step-icon { width: 96px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 1rem; border: 1px solid var(--gold-2); border-radius: 50%; color: var(--gold-1); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; box-shadow: inset 0 0 28px rgba(227, 173, 71, .12); }
.steps strong { min-height: 2.5em; color: var(--gold-1); font-size: .82rem; line-height: 1.25; }
.steps li > span:last-child { color: var(--muted); font-size: .78rem; line-height: 1.55; }
.support { overflow: hidden; }
.support::after { content: "$"; position: absolute; right: -1rem; bottom: -4.4rem; color: rgba(227, 173, 71, .05); font-family: Georgia, "Times New Roman", serif; font-size: 17rem; line-height: 1; pointer-events: none; }
.support h2 { font-size: clamp(1.65rem, 2.4vw, 2.25rem); }
.support ul { position: relative; z-index: 1; margin: 0; }
.support li { margin: 1.25rem 0; color: var(--cream); }

.final-cta { position: relative; width: min(1440px, calc(100% - 3rem)); min-height: 360px; margin: 0 auto 1.5rem; overflow: hidden; display: grid; align-items: center; padding: clamp(2rem, 6vw, 5rem); }
.final-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,3,0,.9) 0%, rgba(5,3,0,.68) 45%, rgba(5,3,0,.05) 76%); }
.final-cta > img:first-child { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.final-cta > div, .phone-logo { position: relative; z-index: 1; }
.final-cta > div { max-width: 55%; }
.final-cta h2 { margin: 0 0 .65rem; color: var(--gold-1); font-size: clamp(2rem, 4vw, 4.4rem); line-height: 1; }
.final-cta p { margin: 0 0 1.4rem; color: var(--cream); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.75rem); }
.phone-logo { position: absolute; right: 15%; top: 29%; width: clamp(74px, 9vw, 132px); border-radius: 50%; filter: drop-shadow(0 0 12px rgba(227, 173, 71, .45)); }

footer { max-width: 1440px; min-height: 190px; margin: auto; padding: 2.25rem 2rem; display: grid; grid-template-columns: 1.2fr auto; align-items: start; gap: 1.5rem 3rem; border-top: 1px solid var(--line); color: var(--muted); }
.footer-id { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem 1.5rem; }
.footer-id strong { width: 100%; color: var(--gold-1); font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; }
.footer-id span { font-size: .88rem; }
.footer-links { display: flex; gap: .75rem; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 8px; color: var(--gold-1); font-weight: 800; text-decoration: none; }
.footer-links a:hover { background: var(--panel-2); }
footer > p { grid-column: 1 / -1; margin: 0; padding-top: 1.25rem; border-top: 1px solid rgba(230, 177, 74, .2); color: #9f9478; font-size: .78rem; line-height: 1.55; }

@media (max-width: 1040px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .role-card > img { width: 68%; opacity: .8; }
  .steps-support { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .identity-strip { min-height: 56px; flex-wrap: wrap; gap: .08rem .35rem; padding: .55rem .75rem; font-size: .72rem; line-height: 1.35; }
  .site-header { position: relative; }
  .nav-shell { position: relative; min-height: 72px; padding: .5rem 1rem; }
  .co-brand { gap: .55rem; }
  .crush-brand img { width: 112px; }
  .brand-separator { height: 36px; }
  .brand { gap: 0; }
  .brand img { width: 42px; height: 42px; }
  .brand span { display: none; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: 1rem; background: rgba(5,3,0,.98); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 36px rgba(0, 0, 0, .55); z-index: 20; }
  .nav-links.is-open { display: flex; }
  .nav-links > a { justify-content: center; }
  .hero { min-height: 860px; grid-template-columns: 1fr; align-content: start; }
  .hero-art { object-position: center; }
  .hero::before { top: 44%; left: 8%; width: 84%; }
  .hero::after { background: linear-gradient(180deg, rgba(5,3,0,.92), rgba(5,3,0,.4) 55%, rgba(5,3,0,.94)); }
  .hero-copy { padding: 1.6rem 1.25rem .75rem; text-align: center; }
  .hero-platform { margin-bottom: .65rem; font-size: .66rem; letter-spacing: .08em; }
  .hero-eyebrow { font-size: .65rem; }
  .hero h1 { margin-inline: auto; font-size: clamp(3.35rem, 19vw, 5.25rem); }
  .hero h1 span { text-align: center; }
  .hero-lede { margin: 1rem 0 .65rem; font-size: 1.08rem; }
  .hero-id { margin-bottom: .75rem; font-size: .75rem; }
  .hero-id strong { font-size: .86rem; }
  .hero-actions { width: 100%; gap: .55rem; }
  .hero-role-link { min-height: 48px; padding: .65rem .4rem; font-size: .72rem; }
  .hero-tagline { justify-content: center; margin-top: .85rem; font-size: .76rem; }
  .hero-tagline span { width: 1.25rem; }
  .hero-logo { width: min(78vw, 360px); margin: .5rem auto 1.5rem; }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: calc(100% - 1.5rem); gap: .75rem; margin-top: -1.25rem; }
  .benefit-grid article { min-height: 198px; grid-template-columns: 1fr; align-content: start; gap: .8rem; padding: 1rem; text-align: center; }
  .benefit-icon { width: 52px; margin: auto; font-size: 1.05rem; }
  .benefit-grid h2 { font-size: .86rem; }
  .benefit-grid p { font-size: .78rem; line-height: 1.4; }
  .role-grid, .steps-support { grid-template-columns: 1fr; width: calc(100% - 1.5rem); }
  .role-card { min-height: 720px; padding: 1.5rem; }
  .role-card::after { background: linear-gradient(180deg, rgba(5,3,0,.98) 0%, rgba(5,3,0,.88) 48%, rgba(5,3,0,.1) 76%); }
  .role-card > img { right: -6%; width: 92%; max-height: 76%; opacity: .74; }
  .role-card > :not(img) { max-width: 100%; }
  .role-card h2 { max-width: 9ch; font-size: 2.45rem; }
  .role-card p { max-width: 18rem; font-size: .95rem; }
  .role-card li { margin: .65rem 0; font-size: .88rem; }
  .role-card .gold-button { width: 100%; }
  .steps, .support { padding: 1.4rem; }
  .steps h2, .support h2 { font-size: 1.6rem; }
  .steps ol { grid-template-columns: 1fr; gap: 0; }
  .steps li { min-height: 146px; display: grid; grid-template-columns: 74px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 1rem; text-align: left; }
  .steps li:not(:last-child)::after { content: "\2193"; top: auto; right: auto; bottom: -.25rem; left: 28px; font-size: 1.25rem; }
  .step-icon { grid-row: 1 / 3; width: 68px; margin: 0; font-size: 1.1rem; }
  .steps strong { min-height: 0; align-self: end; font-size: .83rem; }
  .steps li > span:last-child { align-self: start; font-size: .78rem; }
  .support li { font-size: .9rem; }
  .final-cta { width: calc(100% - 1.5rem); min-height: 520px; padding: 2rem 1.2rem; align-items: start; text-align: center; }
  .final-cta::after { background: linear-gradient(180deg, rgba(5,3,0,.94) 0%, rgba(5,3,0,.65) 43%, rgba(5,3,0,.06) 78%); }
  .final-cta > img:first-child { object-position: 82% center; }
  .final-cta > div { max-width: 100%; }
  .final-cta h2 { margin-top: .25rem; font-size: 2rem; }
  .final-cta p { font-size: 1rem; }
  .final-cta .gold-button { width: 100%; }
  .phone-logo { right: 12%; top: 49%; width: 82px; }
  footer { width: calc(100% - 1.5rem); padding: 2rem .25rem; grid-template-columns: 1fr; text-align: center; }
  .footer-id { justify-content: center; }
  .footer-id span { width: 100%; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-links a { justify-content: center; }
}

@media (max-width: 370px) {
  .identity-strip { font-size: .65rem; }
  .brand span { font-size: .9rem; }
  .benefit-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
