:root {
  --ink: #121212;
  --paper: #f2ede5;
  --cream: #e6ddd1;
  --gold: #b88b43;
  --muted: #6d6861;
  --line: rgba(18, 18, 18, 0.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.announcement { min-height: 34px; padding: 8px 28px; display: flex; align-items: center; justify-content: center; gap: 22px; color: #fff; background: #111; font-size: 10px; letter-spacing: .17em; }
.announcement span { color: #c7a25e; }
.announcement strong { font-weight: 600; }
.site-header { height: 82px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.wordmark { width: max-content; display: flex; align-items: center; }
.brand-logo { width: 53px; height: 53px; display: block; object-fit: contain; }
.site-header nav { display: flex; gap: 32px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.site-header nav a { position: relative; padding: 8px 0; }
.site-header nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: #111; transition: right .25s; }
.site-header nav a:hover:after { right: 0; }
.nav-cta { justify-self: end; min-height: 42px; display: flex; align-items: center; padding: 0 19px; background: #111; color: #fff; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.hero { min-height: 720px; display: grid; grid-template-columns: 54% 46%; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-copy { padding: 9vw 8vw 5vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 24px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.05em; }
.hero h1 { max-width: 690px; font-size: clamp(48px, 4.5vw, 72px); line-height: .96; }
.hero-headline span { display: block; }
.hero-lede { max-width: 555px; margin: 30px 0 0; color: #504d48; font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 51px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid #111; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: #111; }
.button-light { color: #111; background: #fff; }
.text-link { border: 0; background: none; border-bottom: 1px solid #111; padding: 4px 0; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.hero-proof { margin-top: 70px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-size: 22px; font-weight: 500; }
.hero-proof span { margin-top: 5px; color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.hero-image-wrap { min-height: 720px; position: relative; overflow: hidden; background: #ddd3c8; }
.hero-image-wrap > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 30%; }
.hero-image-wrap:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.08), transparent 25%); pointer-events: none; }
.offer-card { width: 154px; aspect-ratio: 1; position: absolute; z-index: 2; right: 32px; bottom: 32px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; background: rgba(16,16,16,.94); border-radius: 50%; }
.offer-card span, .offer-card small { font-size: 7px; letter-spacing: .16em; }
.offer-card strong { margin: 8px 0 5px; color: #d0a65f; font-size: 28px; font-weight: 500; letter-spacing: -.04em; }
.vertical-label { position: absolute; z-index: 2; left: 18px; top: 28px; color: rgba(255,255,255,.92); font-size: 8px; letter-spacing: .2em; writing-mode: vertical-rl; }

.reality { padding: 110px 7vw; color: #fff; background: #111; }
.reality-heading { display: grid; grid-template-columns: .8fr 1.1fr 1fr; gap: 5vw; align-items: start; }
.reality-heading .eyebrow { margin-top: 8px; }
.reality-heading h2, .stress-heading h2 { font-size: clamp(46px, 5.2vw, 76px); line-height: .98; }
.reality-heading > p:not(.eyebrow), .stress-heading > p:not(.eyebrow) { margin: 3px 0 0; color: #aaa; font-size: 15px; line-height: 1.75; }
.reality-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #383838; border-left: 1px solid #383838; }
.reality-grid article { min-height: 300px; padding: 28px; border-right: 1px solid #383838; border-bottom: 1px solid #383838; }
.reality-grid article > span { color: var(--gold); font-size: 10px; letter-spacing: .14em; }
.reality-grid h3 { max-width: 350px; margin: 85px 0 18px; font-size: 22px; font-weight: 500; line-height: 1.2; }
.reality-grid p { max-width: 390px; margin: 0; color: #9e9e9e; font-size: 13px; line-height: 1.65; }
.reality blockquote { margin: 48px 0 0; padding: 25px 0 0; display: grid; grid-template-columns: .8fr 2.1fr; gap: 5vw; border-top: 1px solid #383838; }
.reality blockquote span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.reality blockquote p { max-width: 900px; margin: 0; font-size: clamp(25px, 3vw, 43px); line-height: 1.18; letter-spacing: -.035em; }

.intro { padding: 105px 7vw 54px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
.intro h2, .process h2, .lead-intro h2 { font-size: clamp(46px, 5.2vw, 76px); line-height: .98; }
.intro > p { max-width: 570px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.product-grid { padding: 0 4vw 105px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.product-card { min-width: 0; }
.product-image { aspect-ratio: 3 / 4; position: relative; overflow: hidden; background: #e9e3db; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-number { width: 30px; height: 30px; display: grid; place-items: center; position: absolute; left: 12px; top: 12px; color: #fff; background: rgba(0,0,0,.7); font-size: 8px; letter-spacing: .1em; }
.product-meta { padding: 15px 2px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.product-meta strong, .product-meta span { display: block; }
.product-meta strong { font-size: 12px; }
.product-meta div > span { margin-top: 6px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.product-meta a { font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid #111; padding-bottom: 4px; }

.brand-story { min-height: 680px; display: grid; grid-template-columns: 29% 42% 29%; background: #111; color: #fff; }
.story-image { min-height: 680px; position: relative; overflow: hidden; }
.story-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.story-copy { padding: 70px 6vw; display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { max-width: 500px; font-size: clamp(44px, 4.5vw, 70px); line-height: .98; }
.story-copy > p:not(.eyebrow) { margin: 26px 0 0; color: #b7b7b7; font-size: 15px; line-height: 1.7; }
.story-copy ul { margin: 28px 0 32px; padding: 0; list-style: none; border-top: 1px solid #393939; }
.story-copy li { padding: 13px 0; border-bottom: 1px solid #393939; color: #ddd; font-size: 11px; letter-spacing: .04em; }
.story-copy li:before { content: "✓"; margin-right: 12px; color: #c5a05d; }

.stress-section { padding: 105px 7vw; display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; background: #fff; }
.stress-heading { position: sticky; top: 130px; align-self: start; }
.stress-heading > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.comparison-table { border-top: 1px solid var(--line); }
.comparison-row { min-height: 112px; padding: 22px 0; display: grid; grid-template-columns: .65fr 1fr 1fr; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.comparison-row strong { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.comparison-row span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.comparison-row span:last-child { color: #111; font-weight: 600; }
.comparison-head { min-height: 50px; padding: 12px 0; }
.comparison-head span { color: var(--gold) !important; font-size: 8px; font-weight: 700; letter-spacing: .16em; }

.process { padding: 105px 7vw; background: var(--paper); }
.process-heading { max-width: 740px; }
.steps { margin-top: 75px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.steps article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article > span { color: var(--gold); font-size: 10px; letter-spacing: .12em; }
.steps h3 { margin: 80px 0 12px; font-size: 22px; font-weight: 500; }
.steps p { max-width: 320px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.offer { min-height: 690px; display: grid; grid-template-columns: 51% 49%; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offer-visual { min-height: 690px; position: relative; overflow: hidden; background: #e4d8cd; }
.offer-visual img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.offer-watermark { position: absolute; left: 10px; bottom: -75px; color: rgba(255,255,255,.32); font-size: 290px; font-weight: 800; line-height: 1; letter-spacing: -.12em; }
.offer-copy { padding: 80px 8vw; display: flex; flex-direction: column; justify-content: center; }
.offer-copy h2 { max-width: 640px; font-size: clamp(48px, 5vw, 78px); line-height: .96; }
.offer-headline span { display: block; }
.offer-headline span:nth-child(2), .offer-headline span:nth-child(3) { color: var(--gold); }
.offer-copy > p:not(.eyebrow) { max-width: 600px; margin: 27px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.offer-rule { padding: 15px 0; display: grid; grid-template-columns: 48px 1fr; align-items: center; border-top: 1px solid var(--line); }
.offer-rule:nth-of-type(3) { border-bottom: 1px solid var(--line); }
.offer-rule span { color: var(--gold); font-size: 9px; }
.offer-rule strong { font-size: 12px; letter-spacing: .04em; }
.offer-copy .button { margin-top: 28px; align-self: flex-start; }
.offer-copy > small { max-width: 520px; margin-top: 18px; color: #888; font-size: 9px; line-height: 1.5; }

.pathways { padding: 110px 4vw; background: var(--paper); }
.pathways-heading { padding: 0 3vw 48px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 9vw; }
.pathways-heading h2 { max-width: 830px; font-size: clamp(48px, 5.2vw, 78px); line-height: .96; }
.pathways-heading > p { max-width: 570px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pathway-card { min-height: 390px; padding: 0; position: relative; overflow: hidden; border: 0; text-align: left; color: #fff; background: #111; cursor: pointer; }
.pathway-card > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .45s ease; }
.pathway-2 > img { object-position: center 20%; }
.pathway-4 > img { object-position: center 15%; }
.pathway-6 > img { object-position: center 22%; }
.pathway-card:hover > img, .pathway-card:focus-visible > img { transform: scale(1.035); }
.pathway-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.pathway-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 22%, rgba(0,0,0,.82) 100%); }
.pathway-tag { position: absolute; left: 24px; top: 24px; padding: 8px 10px; background: rgba(0,0,0,.72); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.pathway-copy { position: absolute; left: 25px; right: 25px; bottom: 24px; display: flex; flex-direction: column; }
.pathway-copy strong { max-width: 340px; font-size: 29px; font-weight: 500; letter-spacing: -.03em; }
.pathway-copy > span { max-width: 390px; margin-top: 10px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.55; }
.pathway-copy em { margin-top: 21px; padding-top: 15px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.28); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.pathway-copy b { font-size: 15px; font-weight: 400; }
.pathways-close { margin: 34px 3vw 0; padding-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-top: 1px solid var(--line); }
.pathways-close p { max-width: 760px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.pathways-close p span { display: block; margin-bottom: 7px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.pathways-close .button { flex: 0 0 auto; }

.lead-section { padding: 110px 7vw; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; color: #fff; background: #111; }
.lead-intro > p:not(.eyebrow) { max-width: 550px; color: #aaa; font-size: 15px; line-height: 1.7; }
.lead-badge { margin-top: 40px; padding: 22px 0; display: flex; gap: 18px; align-items: center; border-top: 1px solid #383838; border-bottom: 1px solid #383838; }
.lead-badge strong { color: #c7a25e; font-size: 24px; font-weight: 500; }
.lead-badge span { color: #aaa; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.form-card { background: #fff; color: #111; padding: 42px; }
.form-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.selected-path { padding: 0 0 18px; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; border-bottom: 1px solid #d5d0c9; }
.selected-path span { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.selected-path strong { font-size: 14px; font-weight: 600; text-align: left; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field.full, .form-error, .submit-button, .privacy-note { grid-column: 1 / -1; }
.field label { font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select { width: 100%; height: 51px; padding: 0 14px; border: 1px solid #cfcac3; border-radius: 0; outline: none; background: #fff; color: #111; font-size: 13px; }
.field input:focus, .field select:focus { border-color: #111; box-shadow: 0 0 0 1px #111; }
.honeypot { position: absolute; left: -9999px; }
.form-error { margin: -5px 0 0; color: #a21f1f; font-size: 12px; }
.submit-button { height: 57px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; color: #fff; background: #111; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.submit-button:disabled { opacity: .6; cursor: wait; }
.privacy-note { margin: -7px 0 0; color: #777; font-size: 9px; line-height: 1.5; }
.success-state { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.success-state > span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 28px; color: #fff; background: #111; border-radius: 50%; }
.success-state h3 { max-width: 430px; margin: 0; font-size: 38px; font-weight: 500; letter-spacing: -.04em; }
.success-state > p:not(.eyebrow) { max-width: 470px; color: var(--muted); line-height: 1.6; }
.success-state .text-link { margin-top: 24px; }

footer { padding: 42px 4vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; background: #090909; color: #fff; border-top: 1px solid #2a2a2a; }
.footer-mark .brand-logo { width: 76px; height: 76px; }
footer p { max-width: 430px; margin: 0; color: #777; font-size: 11px; line-height: 1.6; }
footer > a { justify-self: end; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 54% 46%; }
  .hero-copy { padding-left: 5vw; padding-right: 5vw; }
  .brand-story { grid-template-columns: 33% 67%; }
  .story-back { display: none; }
  .lead-section { gap: 5vw; }
  .reality-heading { grid-template-columns: 1fr 1.1fr; }
  .reality-heading > p:not(.eyebrow) { grid-column: 2; }
  .stress-section { gap: 5vw; }
}

@media (max-width: 760px) {
  body { padding-bottom: 56px; }
  .announcement { min-height: 45px; flex-direction: column; gap: 3px; text-align: center; letter-spacing: .12em; }
  .site-header { height: 70px; padding: 0 18px; }
  .nav-cta { display: none; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { order: 2; padding: 54px 22px 44px; }
  .hero h1 { font-size: clamp(45px, 13vw, 64px); }
  .hero-lede { margin-top: 22px; font-size: 15px; }
  .hero-proof { margin-top: 44px; gap: 8px; }
  .hero-image-wrap { min-height: 510px; order: 1; }
  .offer-card { width: 126px; right: 18px; bottom: 18px; }
  .vertical-label { left: 12px; top: 18px; }
  .intro { padding: 76px 22px 34px; display: block; }
  .intro h2, .process h2, .lead-intro h2 { font-size: 48px; }
  .intro > p { margin-top: 28px; }
  .product-grid { padding: 0 14px 70px; grid-template-columns: 1fr 1fr; gap: 28px 8px; }
  .reality { padding: 76px 22px; }
  .reality-heading { display: block; }
  .reality-heading > p:not(.eyebrow) { margin-top: 26px; }
  .reality-grid { margin-top: 48px; grid-template-columns: 1fr; }
  .reality-grid article { min-height: 245px; }
  .reality-grid h3 { margin-top: 55px; }
  .reality blockquote { grid-template-columns: 1fr; gap: 22px; }
  .product-meta { display: block; }
  .product-meta a { display: inline-block; margin-top: 12px; }
  .brand-story { display: flex; flex-direction: column; }
  .story-front { min-height: 500px; }
  .story-copy { padding: 64px 24px; }
  .stress-section { padding: 75px 22px; display: block; }
  .stress-heading { position: static; }
  .comparison-table { margin-top: 50px; }
  .comparison-row { min-height: 0; grid-template-columns: 1fr; gap: 10px; padding: 22px 0; }
  .comparison-row span:before { display: block; margin-bottom: 5px; color: var(--gold); font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
  .comparison-row span:nth-child(2):before { content: "TODAY"; }
  .comparison-row span:nth-child(3):before { content: "WITH DSG"; }
  .comparison-head { display: none; }
  .process { padding: 75px 22px; }
  .steps { margin-top: 50px; grid-template-columns: 1fr; }
  .steps article { min-height: 220px; }
  .steps h3 { margin-top: 54px; }
  .offer { display: flex; flex-direction: column; }
  .offer-visual { min-height: 520px; }
  .offer-copy { padding: 64px 24px; }
  .pathways { padding: 75px 14px; }
  .pathways-heading { padding: 0 8px 38px; display: block; }
  .pathways-heading h2 { font-size: 48px; }
  .pathways-heading > p { margin-top: 27px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 360px; }
  .pathways-close { margin: 30px 8px 0; display: block; }
  .pathways-close .button { width: 100%; margin-top: 24px; }
  .lead-section { padding: 75px 20px; display: block; }
  .form-card { margin-top: 45px; padding: 28px 20px; }
  .form-card form { grid-template-columns: 1fr; }
  .field, .field.full, .form-error, .submit-button, .privacy-note { grid-column: 1; }
  footer { grid-template-columns: 1fr; padding: 42px 22px; }
  footer > a { justify-self: start; }
  .mobile-cta { height: 56px; display: flex; align-items: center; justify-content: center; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; color: #111; background: #c6a15e; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; box-shadow: 0 -8px 24px rgba(0,0,0,.16); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}

.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: var(--paper); }
.thank-you-card { width: min(720px, 100%); padding: clamp(42px, 8vw, 88px); background: #111; color: #fff; }
.thank-you-card h1 { margin: 0; font-size: clamp(48px, 8vw, 82px); font-weight: 500; line-height: .96; letter-spacing: -.05em; }
.thank-you-card > p:not(.eyebrow) { max-width: 560px; margin: 26px 0 34px; color: #aaa; font-size: 16px; line-height: 1.7; }
