:root {
  --ink: #121817;
  --forest: #20312d;
  --paper: #f4f0e8;
  --bone: #e6ded1;
  --white: #fffdf9;
  --brass: #c59a58;
  --moss: #6d7866;
  --graphite: #303735;
  --line: rgba(18, 24, 23, .16);
  --shell: 1280px;
  --header: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; top: 12px; left: -9999px; z-index: 100; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { left: 12px; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.narrow { width: min(920px, calc(100% - 64px)); }
.section { padding-block: clamp(92px, 9vw, 136px); }
.section-dark { background: var(--forest); color: var(--white); }
.section-ink { background: var(--ink); color: var(--white); }
.section-bone { background: var(--bone); }
.eyebrow { margin: 0 0 22px; color: var(--moss); font-size: .71rem; font-weight: 700; letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.section-dark .eyebrow, .section-ink .eyebrow, .final-cta .eyebrow { color: #d7b77f; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(2.65rem, 4.3vw, 4.15rem); font-weight: 650; letter-spacing: -.035em; line-height: 1.01; }
h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 3.8vw, 3.7rem); font-weight: 620; letter-spacing: -.035em; line-height: 1.04; }
h3 { margin-bottom: 15px; font-size: 1.25rem; font-weight: 650; letter-spacing: -.015em; line-height: 1.2; }
p { max-width: 65ch; }
.button, .nav-cta { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; padding: 14px 23px; border-radius: 0; cursor: pointer; font-size: .72rem; font-weight: 750; letter-spacing: .14em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease; }
.button:hover, .nav-cta:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-brass { background: var(--brass); color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.full-button { width: 100%; }
.quiet-link { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-underline-offset: 5px; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; height: var(--header); align-items: center; justify-content: space-between; padding-inline: clamp(24px, 4vw, 72px); border-bottom: 1px solid var(--line); background: rgba(255, 253, 249, .96); backdrop-filter: blur(14px); }
.brand { display: block; width: 174px; height: 72px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
nav { display: flex; align-items: center; gap: 31px; }
nav > a { font-size: .72rem; font-weight: 650; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.nav-cta { min-height: 44px; padding: 11px 17px; border-color: var(--ink); background: transparent; color: var(--ink); }
.menu-toggle { display: none; min-width: 48px; min-height: 44px; border: 0; background: transparent; color: var(--ink); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mobile-menu { position: fixed; top: var(--header); right: 0; left: 0; z-index: 19; padding: 20px 24px 28px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 30px rgba(0, 0, 0, .1); }
.mobile-menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .83rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.hero { position: relative; min-height: calc(100svh - var(--header)); overflow: hidden; background: #c9d3d4; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 62% center; }
.hero-shade { background: linear-gradient(90deg, rgba(244, 240, 232, .99) 0%, rgba(244, 240, 232, .94) 29%, rgba(244, 240, 232, .65) 49%, rgba(244, 240, 232, 0) 69%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: calc(100svh - var(--header) - 67px); flex-direction: column; justify-content: center; padding-block: 64px; }
.hero-deck { max-width: 680px; margin-bottom: 16px; color: var(--graphite); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.18rem, 1.55vw, 1.45rem); line-height: 1.45; }
.hero-lede { max-width: 590px; margin-bottom: 34px; color: var(--graphite); font-size: .97rem; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-proof { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; display: grid; height: 67px; grid-template-columns: repeat(3, 1fr); align-items: center; border-top: 1px solid rgba(255,255,255,.28); background: rgba(18,24,23,.9); color: var(--white); }
.hero-proof span { display: grid; height: 100%; place-items: center; border-right: 1px solid rgba(255,255,255,.16); font-size: .71rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }

.section-label { display: grid; grid-template-columns: 60px 1fr; align-items: center; margin-bottom: 54px; color: var(--moss); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-label span { font-size: 1.55rem; font-weight: 400; letter-spacing: -.02em; }
.section-label p { margin: 0; }
.section-label.light { color: #cfba97; }
.problem-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(52px, 9vw, 150px); }
.problem-grid h2 { max-width: 750px; }
.problem-grid .copy { padding-top: 8px; color: var(--graphite); }
.problem-grid .copy p:last-child { font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 65px; }
.section-heading h2 { max-width: 800px; margin-bottom: 0; }
.section-heading > p, .split-heading > p { max-width: 470px; margin-bottom: 0; color: inherit; opacity: .74; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.benefit-grid article { min-height: 300px; padding: 30px 32px 30px 0; border-right: 1px solid rgba(255,255,255,.2); }
.benefit-grid article + article { padding-left: 32px; }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > span { display: block; margin-bottom: 65px; color: var(--brass); font-size: 2rem; font-weight: 300; }
.benefit-grid p { color: rgba(255,255,255,.7); }

.split-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; }
.wide-figure { width: min(1480px, calc(100% - 32px)); margin: 0 auto; }
.wide-figure img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
figcaption { margin-top: 12px; color: var(--moss); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.method-grid article { position: relative; min-height: 390px; padding: 28px 30px 30px 0; border-right: 1px solid rgba(255,255,255,.18); }
.method-grid article + article { padding-left: 30px; }
.method-grid article:last-child { border-right: 0; }
.method-number { display: block; margin-bottom: 70px; color: var(--brass); font-size: 2.15rem; font-weight: 300; }
.method-grid p { color: rgba(255,255,255,.72); }
.method-grid small { display: block; margin-top: 28px; color: #d8c29d; font-family: Georgia, "Times New Roman", serif; font-size: .9rem; line-height: 1.5; }
.method-button { margin-top: 48px; }
.technology { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(50px, 7vw, 110px); }
.technology figure { margin: 0; }
.technology figure img { width: 100%; }
.tech-copy .large-copy { margin-top: 30px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.45; }
.footnote { margin-top: 46px; color: var(--moss); font-size: .75rem; }
.process-plate { overflow: hidden; background: var(--ink); }
.process-plate img { display: block; width: 100%; height: auto; }

.curriculum { background: var(--white); }
.curriculum-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: grid; min-height: 74px; grid-template-columns: 54px 1fr 24px; align-items: center; gap: 18px; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--moss); font-size: .73rem; }
summary strong { font-size: .9rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
summary i { position: relative; width: 18px; height: 18px; }
summary i::before, summary i::after { position: absolute; top: 8px; right: 0; left: 0; height: 1px; background: currentColor; content: ""; }
summary i::after { transform: rotate(90deg); transition: transform 180ms ease; }
details[open] summary i::after { transform: rotate(0); }
details > p { margin: -4px 42px 26px 72px; color: var(--graphite); }
.bonus { position: relative; margin-top: 36px; padding: 32px 160px 30px 32px; border: 1px solid var(--ink); }
.bonus span, .bonus b { font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.bonus strong { display: block; margin: 10px 0 4px; font-size: 1.35rem; }
.bonus p { margin: 0; font-family: Georgia, "Times New Roman", serif; }
.bonus b { position: absolute; top: 50%; right: 34px; color: var(--moss); transform: translateY(-50%); }

.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(58px, 8vw, 120px); }
.about-grid figure { margin: 0; }
.about-grid figure img { width: 100%; min-height: 610px; object-fit: cover; }
.about-grid p { color: rgba(255,255,255,.72); }
.about-grid blockquote { margin: 42px 0 0; padding-left: 25px; border-left: 2px solid var(--brass); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.45; }
.signature { display: block; width: min(330px, 72%); height: 150px; margin-top: 40px; object-fit: cover; object-position: center; }
.results-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 28px; }
.results-grid figure { margin: 0; }
.results-grid .result-main { grid-row: span 2; }
.results-grid img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.results-grid .result-main img { min-height: 660px; }
.case-study-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 70px; }
.case-study-grid figure { margin: 0; }
.case-study-grid img { display: block; width: 100%; height: auto; }
.brand-manifesto { overflow: hidden; background: #111513; }
.brand-manifesto img { display: block; width: 100%; max-height: 850px; object-fit: cover; object-position: center; }
.governance-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.governance-grid article { min-height: 280px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.governance-grid article > span { display: block; margin-bottom: 55px; color: var(--moss); font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
.governance-grid p { margin-bottom: 0; color: var(--graphite); }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; }
.quotes blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 1.8vw, 1.62rem); line-height: 1.42; }
.quotes cite { display: block; margin-top: 30px; color: #b4bbb6; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: .67rem; font-style: normal; letter-spacing: .11em; text-transform: uppercase; }
.mobile-course { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.mobile-course figure { margin: 0; }
.mobile-course figure img { width: 100%; max-height: 790px; object-fit: contain; }
.mobile-course ul { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.mobile-course li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.qualification { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); }
.qualification > div:last-child > p { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.qualification ul { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.qualification li { padding: 15px 0; border-bottom: 1px solid var(--line); }

.offer-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(65px, 9vw, 145px); }
.product-visual { position: relative; }
.product-image { width: 100%; }
.badge { position: absolute; right: -25px; bottom: -35px; width: clamp(128px, 15vw, 205px); filter: drop-shadow(0 18px 25px rgba(0,0,0,.32)); }
.offer-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.value-list { margin: 38px 0 28px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.value-list li { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .87rem; }
.value-list b { font-weight: 600; }
.value-list em { font-family: Georgia, "Times New Roman", serif; }
.price { display: grid; margin: 25px 0 0; }
.price small { color: rgba(255,255,255,.65); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.price strong { margin: 4px 0 -2px; color: var(--white); font-size: clamp(3.8rem, 6vw, 5.8rem); font-weight: 600; letter-spacing: -.055em; line-height: 1; }
.price > span { color: var(--brass); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.microcopy { margin: 13px 0 0; font-size: .7rem; }
.faq > h2 { margin-bottom: 60px; }
.faq-list summary { grid-template-columns: 1fr 24px; }
.faq-list details > p { margin-left: 0; }

.final-cta { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; color: var(--white); text-align: center; }
.final-cta > img, .final-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; }
.final-shade { background: rgba(15,22,20,.56); }
.final-content { position: relative; z-index: 2; width: min(920px, calc(100% - 48px)); }
.final-content h2 { font-size: clamp(3.2rem, 6.2vw, 6.2rem); }
.final-content > p:not(.eyebrow) { margin-inline: auto; color: rgba(255,255,255,.78); }
.footer { display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 40px; padding: 38px clamp(24px, 4vw, 72px); background: var(--white); }
.footer-brand { height: 74px; overflow: hidden; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.footer p { margin: 0; font-size: .72rem; }
.footer .disclosure { color: var(--moss); }
.footer > a { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

dialog { width: min(720px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: auto; border: 0; padding: 0; background: var(--white); color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.45); }
dialog::backdrop { background: rgba(9,14,13,.78); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 14px; right: 15px; z-index: 2; width: 44px; height: 44px; border: 0; background: transparent; color: currentColor; cursor: pointer; font-size: 2rem; line-height: 1; }
.checkout-view, .orientation-view { padding: clamp(36px, 7vw, 76px); }
.checkout-view h2 { padding-right: 25px; font-size: clamp(2.25rem, 5vw, 3.6rem); }
.order-row { display: flex; justify-content: space-between; margin: 35px 0 28px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.checkout-view ul { padding-left: 20px; color: var(--graphite); }
.terms { margin: 30px 0 0; color: var(--moss); font-size: .75rem; }
.video-wrap { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #070909; }
.video-wrap iframe { width: 100%; height: 100%; border: 0; }
#play-orientation { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(7,9,9,.83); color: var(--white); cursor: pointer; font-size: .75rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.fused-status { margin: 14px 0 0; color: var(--moss); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1024px) {
  .shell { width: min(var(--shell), calc(100% - 48px)); }
  nav { gap: 18px; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid article:nth-child(2) { border-right: 0; }
  .method-grid article { min-height: 330px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .technology { grid-template-columns: 1fr; }
  .technology figure { order: -1; }
  .about-grid figure img { min-height: 520px; }
  .quotes { gap: 34px; }
}

@media (max-width: 900px) {
  :root { --header: 74px; }
  body { font-size: 16px; }
  .shell, .narrow { width: calc(100% - 40px); }
  .section { padding-block: 72px; }
  h1 { font-size: clamp(2.25rem, 10.5vw, 3.15rem); line-height: 1.02; }
  h2 { font-size: clamp(2.1rem, 9vw, 3rem); }
  .site-header { padding-inline: 20px; }
  .brand { width: 142px; height: 60px; }
  nav { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: min(51vh, 460px); background: var(--paper); }
  .hero-image { height: min(55vh, 500px); object-position: 60% center; }
  .hero-shade { height: min(55vh, 500px); background: linear-gradient(180deg, rgba(244,240,232,0) 50%, rgba(244,240,232,.97) 100%); }
  .hero-content { min-height: 0; width: calc(100% - 24px); margin-top: -28px; padding: 38px 20px 42px; background: var(--paper); }
  .hero-content .eyebrow { margin-bottom: 16px; }
  .hero-lede { font-size: 1.13rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .quiet-link { text-align: center; }
  .hero-proof { position: static; height: auto; grid-template-columns: 1fr; padding: 8px 20px; }
  .hero-proof span { min-height: 46px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero-proof span:last-child { border-bottom: 0; }
  .section-label { margin-bottom: 38px; }
  .problem-grid, .split-heading, .technology, .about-grid, .mobile-course, .qualification, .offer-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; margin-bottom: 45px; }
  .benefit-grid, .quotes { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article + article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .benefit-grid article > span { margin-bottom: 30px; }
  .wide-figure { width: 100%; overflow: auto; }
  .wide-figure img { width: 980px; max-width: none; aspect-ratio: auto; }
  .wide-figure figcaption { padding-inline: 20px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article, .method-grid article + article { min-height: 0; padding: 28px 0; border-right: 0; }
  .method-number { margin-bottom: 32px; }
  details > p { margin-right: 0; margin-left: 0; }
  .bonus { padding: 26px; }
  .bonus b { position: static; display: block; margin-top: 18px; transform: none; }
  .about-grid figure { order: -1; }
  .about-grid figure img { min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 35%; }
  .results-grid { grid-template-columns: 1fr; }
  .results-grid .result-main { grid-row: auto; }
  .results-grid .result-main img, .results-grid img { min-height: 0; aspect-ratio: 16 / 10; }
  .case-study-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
  .process-plate { overflow-x: auto; }
  .process-plate img { width: 900px; max-width: none; }
  .brand-manifesto img { height: auto; max-height: none; object-fit: contain; }
  .governance-grid { grid-template-columns: 1fr; }
  .governance-grid article { min-height: 0; padding: 30px; }
  .governance-grid article > span { margin-bottom: 30px; }
  .quotes { gap: 0; }
  .quotes blockquote { padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .mobile-course figure { order: -1; }
  .mobile-course figure img { max-height: 620px; }
  .product-visual { margin-bottom: 30px; }
  .badge { right: -4px; bottom: -48px; }
  .value-list li { grid-template-columns: minmax(0, 1fr) auto; }
  .final-cta { min-height: 620px; }
  .final-content h2 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .footer { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .footer-brand { width: 180px; margin: 0 auto; }
  .checkout-view, .orientation-view { padding: 42px 24px 28px; }
}

@media (max-width: 380px) {
  .hero { padding-top: 380px; }
  .hero-image, .hero-shade { height: 408px; }
  .hero-content { width: calc(100% - 16px); }
  summary { grid-template-columns: 38px 1fr 20px; gap: 10px; }
  .faq-list summary { grid-template-columns: 1fr 20px; }
  .value-list { font-size: .8rem; }
}

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

@media (forced-colors: active) {
  .hero-shade, .final-shade { display: none; }
  .hero-content { background: Canvas; }
  .button, .nav-cta { border: 2px solid ButtonText; }
}
