:root {
  --ink: #111112;
  --panel: #1a1a1c;
  --soft-panel: #242426;
  --paper: #f2f2ed;
  --white: #fff;
  --muted: #aaa9a4;
  --lime: #caff67;
  --line: rgba(255, 255, 255, .16);
  --pad: clamp(20px, 4vw, 72px);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Montserrat, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.45; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; min-height: 106px; padding: 24px var(--pad); display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 12px; font-weight: 900; line-height: .8; letter-spacing: -.05em; }
.brand-mark { color: var(--lime); font-size: 38px; line-height: .6; transform: rotate(-8deg); }
.main-nav { display: flex; gap: 34px; padding-top: 7px; }
.main-nav a, .header-link { font-size: 12px; font-weight: 700; text-decoration: none; opacity: .84; }
.main-nav a:hover, .header-link:hover, .text-link:hover { color: var(--lime); opacity: 1; }
.header-link { padding-top: 7px; }

.hero { position: relative; min-height: min(920px, 100vh); overflow: hidden; display: flex; align-items: center; padding: 130px var(--pad) 72px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 77% 40%, #2e2e30 0, #1b1b1c 18%, #111112 50%); }
.hero-copy { position: relative; z-index: 3; width: min(65%, 920px); }
.eyebrow { margin: 0 0 18px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 0; font-size: clamp(58px, 7.6vw, 132px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 span { color: var(--lime); }
.hero-text { width: min(520px, 80%); margin: 32px 0; color: #d3d2ce; font-size: clamp(16px, 1.35vw, 20px); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 250px; padding: 18px 22px; border: 1px solid transparent; border-radius: 2px; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.hero-portrait { position: absolute; z-index: 1; width: min(50vw, 720px); right: 0; bottom: -5vw; filter: contrast(1.05) saturate(.75); }
.hero-portrait::after { content: ""; position: absolute; inset: 35% -10% 0; z-index: -1; background: radial-gradient(circle, rgba(202,255,103,.38), transparent 68%); filter: blur(30px); }
.hero-glow { position: absolute; z-index: 2; left: 0; right: 0; bottom: -3px; height: 260px; background: url("lime-glow.png") center bottom / cover no-repeat; mix-blend-mode: screen; opacity: .75; pointer-events: none; }
.hero-side-note { position: absolute; z-index: 4; right: var(--pad); bottom: 55px; margin: 0; text-align: right; color: #151515; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.ticker { overflow: hidden; border-top: 1px solid #222; border-bottom: 1px solid #222; background: var(--lime); color: var(--ink); }
.ticker div { min-width: max-content; padding: 15px 0; display: flex; justify-content: space-around; gap: 46px; font-size: 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ticker i { font-style: normal; }

.section { padding: clamp(76px, 9vw, 150px) var(--pad); }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .guide h2, .expert h2, .guarantee h2, .contact h2 { margin: 0; font-size: clamp(44px, 6vw, 96px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.benefits { background: var(--paper); color: var(--ink); }
.benefits .eyebrow { color: #527b16; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #b9b9b4; }
.benefit-grid article { min-height: 260px; padding: 26px 28px 20px 0; border-right: 1px solid #b9b9b4; }
.benefit-grid article + article { padding-left: 28px; }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid span { color: #686862; font-size: 11px; font-weight: 800; }
.benefit-grid h3 { margin: 70px 0 14px; font-size: 21px; text-transform: uppercase; }
.benefit-grid p { color: #62625d; font-size: 14px; }

.programs { background: var(--ink); }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.split-heading > p { max-width: 380px; margin: 0; color: var(--muted); }
.program-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.program-card { min-height: 590px; display: grid; grid-template-rows: 320px 1fr; overflow: hidden; background: var(--panel); border: 1px solid var(--line); }
.program-card:last-child { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: none; min-height: 420px; }
.program-art { position: relative; overflow: hidden; padding: 22px; color: #111; isolation: isolate; }
.program-art::before { content: ""; position: absolute; width: 390px; aspect-ratio: 1; right: -72px; bottom: -168px; border: 1px solid currentColor; border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.12), 0 0 0 90px rgba(255,255,255,.08); }
.program-art::after { content: ""; position: absolute; width: 90px; height: 210%; left: 52%; top: -50%; transform: rotate(32deg); background: rgba(255,255,255,.22); filter: blur(8px); }
.program-art span { position: relative; z-index: 2; font-size: 12px; font-weight: 900; }
.program-art b { position: absolute; z-index: 2; left: 24px; bottom: 23px; font-size: clamp(48px, 5vw, 78px); line-height: .8; letter-spacing: -.075em; }
.tone-lime .program-art { background: #caff67; }
.tone-silver .program-art { background: #c7c8c2; }
.tone-orange .program-art { background: #ff8656; }
.tone-blue .program-art { background: #6da9ff; }
.tone-violet .program-art { background: #b298ff; }
.program-content { padding: 28px; display: flex; flex-direction: column; }
.program-meta { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.program-content h3 { margin-bottom: 13px; font-size: clamp(25px, 2.4vw, 38px); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.program-content > p:not(.program-meta) { max-width: 600px; color: var(--muted); font-size: 14px; }
.program-bottom { margin-top: auto; padding-top: 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; }
.program-bottom strong { font-size: 34px; letter-spacing: -.05em; }
.program-bottom a { color: var(--lime); font-size: 12px; font-weight: 800; text-decoration: none; }

.guide { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; background: var(--ink); }
.guide-card { padding: clamp(34px, 5vw, 70px); background: var(--lime); color: var(--ink); }
.guide-card .eyebrow { color: #4b691c; }
.guide-card h2 { font-size: clamp(42px, 5vw, 78px); }
.guide-card > p:not(.eyebrow) { max-width: 520px; margin: 30px 0 54px; }
.guide-card > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.guide-card strong { font-size: 36px; }
.guide-visual { position: relative; min-height: 560px; overflow: hidden; padding: 35px; background: #e8e8e1; color: #111; }
.guide-visual::before { content: ""; position: absolute; width: 64%; aspect-ratio: 1; border-radius: 50%; right: -10%; top: 17%; background: var(--lime); box-shadow: 0 0 70px rgba(202,255,103,.9); }
.guide-visual::after { content: ""; position: absolute; width: 32%; height: 100%; left: 35%; top: 0; background: repeating-linear-gradient(90deg, #111 0 7px, transparent 7px 13px); transform: skew(-13deg); opacity: .85; }
.guide-visual span { position: relative; z-index: 2; margin-right: 30px; font-size: 10px; font-weight: 900; }
.guide-visual b { position: absolute; z-index: 3; right: 35px; bottom: 30px; text-align: right; font-size: clamp(54px, 6vw, 96px); line-height: .76; letter-spacing: -.08em; }

.expert { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 130px); align-items: center; background: var(--paper); color: var(--ink); }
.expert-image { height: 680px; overflow: hidden; background: radial-gradient(circle at 50% 55%, #444, #191919 65%); }
.expert-image img { width: 100%; height: 115%; object-fit: contain; object-position: 50% 100%; filter: grayscale(1) contrast(1.12); }
.expert-copy .eyebrow { color: #527b16; }
.expert-copy h2 { font-size: clamp(48px, 6vw, 92px); }
.expert-copy p { max-width: 620px; margin: 30px 0; color: #55554f; font-size: 17px; }
.text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.guarantee { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; background: var(--lime); color: var(--ink); }
.guarantee-number { margin: 0; font-size: clamp(180px, 27vw, 430px); font-weight: 900; line-height: .7; letter-spacing: -.12em; }
.guarantee .eyebrow { color: #4b691c; }
.guarantee h2 { font-size: clamp(45px, 5vw, 82px); }
.guarantee div > p:not(.eyebrow) { max-width: 600px; margin: 30px 0; }

.faq { background: var(--ink); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 28px 60px 28px 0; cursor: pointer; list-style: none; font-size: clamp(18px, 2vw, 28px); font-weight: 800; text-transform: uppercase; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 23px; color: var(--lime); font-size: 30px; }
details[open] summary::after { content: "−"; }
details p { max-width: 780px; padding: 0 0 30px; color: var(--muted); }

.contact { padding: clamp(90px, 12vw, 190px) var(--pad); text-align: center; background: radial-gradient(circle at 50% 110%, rgba(202,255,103,.5), transparent 45%), #181819; }
.contact h2 { font-size: clamp(54px, 9vw, 138px); }
.contact > p:not(.eyebrow) { margin: 35px auto; color: var(--muted); }

.site-footer { padding: 55px var(--pad) 26px; background: #0c0c0d; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; padding-bottom: 48px; }
.footer-top nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 30px; }
.footer-top nav a, .footer-top > a:not(.brand) { font-size: 12px; font-weight: 800; text-decoration: none; }
.footer-top nav a:hover { color: var(--lime); }
.company-details { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.company-details p { margin: 0; }
.company-details strong { color: var(--white); }
.footer-note { margin: 22px 0 0; color: #676767; font-size: 10px; }

.legal-page { background: var(--paper); color: var(--ink); }
.legal-page .site-header { position: relative; background: var(--ink); color: var(--white); }
.legal-shell { max-width: 980px; margin: 0 auto; padding: clamp(75px, 10vw, 140px) var(--pad); }
.legal-shell > .eyebrow { color: #527b16; }
.legal-shell h1 { margin-bottom: 35px; font-size: clamp(55px, 9vw, 110px); line-height: .85; letter-spacing: -.07em; text-transform: uppercase; }
.legal-intro { max-width: 800px; margin-bottom: 70px; font-size: clamp(19px, 2.4vw, 27px); line-height: 1.35; }
.legal-shell section { padding: 34px 0; border-top: 1px solid #bdbdb7; }
.legal-shell section h2 { margin-bottom: 16px; font-size: 22px; text-transform: uppercase; }
.legal-shell section p { max-width: 820px; margin: 0; color: #4f4f4a; }
.legal-shell section a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.compact-footer { color: var(--white); }
.compact-footer > p:not(.footer-note) { color: var(--muted); font-size: 12px; }

@media (max-width: 900px) {
  .site-header { min-height: 86px; padding-top: 19px; }
  .main-nav { display: none; }
  .hero { min-height: 820px; align-items: flex-start; padding-top: 130px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(51px, 12.5vw, 88px); }
  .hero-text { width: 70%; }
  .hero-portrait { width: min(78vw, 600px); right: -15%; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(n+3) { border-top: 1px solid #b9b9b4; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 24px; }
  .program-card { min-height: 540px; grid-template-rows: 280px 1fr; }
  .guide { grid-template-columns: 1fr; }
  .guide-visual { min-height: 420px; }
  .expert { grid-template-columns: 1fr; }
  .expert-image { height: 570px; }
  .guarantee { grid-template-columns: 1fr; }
  .guarantee-number { font-size: 240px; }
}

@media (max-width: 640px) {
  .brand { font-size: 10px; }
  .brand-mark { font-size: 30px; }
  .header-link { font-size: 11px; }
  .hero { min-height: 760px; padding-top: 120px; padding-bottom: 120px; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-text { width: 85%; margin: 24px 0; font-size: 14px; }
  .button { min-width: 225px; padding: 16px 18px; }
  .hero-portrait { width: 104vw; right: -41%; bottom: -3%; opacity: .75; }
  .hero-glow { height: 190px; }
  .hero-side-note { display: none; }
  .section-heading h2, .guide h2, .expert h2, .guarantee h2, .contact h2 { font-size: 43px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 190px; padding: 24px 0 !important; border-right: 0; border-top: 1px solid #b9b9b4; }
  .benefit-grid h3 { margin-top: 38px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card, .program-card:last-child { min-height: 570px; grid-column: auto; grid-template-columns: none; grid-template-rows: 285px 1fr; }
  .program-content { padding: 23px; }
  .program-bottom strong { font-size: 28px; }
  .guide-card > div { align-items: flex-start; flex-direction: column; }
  .guide-visual { min-height: 360px; }
  .expert-image { height: 440px; }
  .guarantee-number { font-size: 180px; }
  .footer-top { flex-direction: column; }
  .footer-top nav { justify-content: flex-start; flex-direction: column; }
  .company-details { grid-template-columns: 1fr; }
  .legal-page .site-header { min-height: 80px; }
  .legal-shell { padding-left: 20px; padding-right: 20px; }
  .legal-shell h1 { font-size: 50px; }
}

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