:root{--bg:#111513;--surface:#1b211d;--line:#343e35;--text:#eef1e9;--muted:#aeb8ae;--lime:#c8f36b;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 Arial,Helvetica,sans-serif}body:before{content:"";position:fixed;inset:0;background:linear-gradient(#111513b8,#111513eb),url('/assets/background.webp') center/cover;filter:blur(18px);opacity:.45;z-index:-1;pointer-events:none}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible,.stage:focus-visible{outline:3px solid var(--lime);outline-offset:6px}img{max-width:100%;height:auto;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.08;letter-spacing:-.045em}h1{font-size:clamp(3rem,5.4vw,5.8rem);font-weight:500}h2{font-size:clamp(2rem,3.5vw,3.5rem);font-weight:500}h3{font-size:1.5rem;font-weight:500}p{color:var(--muted)}.site-header{max-width:1440px;margin:auto;padding:26px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;font-size:1.7rem;font-weight:700;letter-spacing:-.07em}.brand span{font-size:12px;align-self:flex-start;letter-spacing:0}.site-header nav{display:flex;align-items:center;gap:30px;font-size:14px}nav a:hover,footer a:hover{color:var(--lime)}.nav-contact{padding:10px 20px;border:1px solid #67705e;border-radius:50px}.menu-toggle{display:none}.skip{position:absolute;top:-100px;padding:12px;background:var(--lime);color:var(--bg);z-index:5}.skip:focus{top:0}main{max-width:1440px;margin:auto}section{padding:90px 5%}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:35px;align-items:center;padding-top:84px;padding-bottom:85px;overflow:hidden}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:600;color:var(--lime);margin-bottom:26px}.eyebrow span{display:inline-block;width:7px;height:7px;background:var(--lime);border-radius:50%;margin-right:8px}.hero h1 em{color:var(--lime);font-family:Georgia,serif;font-weight:400}.intro{font-size:18px;line-height:1.7;max-width:590px;margin-top:28px}.actions{display:flex;gap:24px;align-items:center;margin:32px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--lime);color:#17200f;padding:15px 24px;border-radius:50px;font-size:14px;font-weight:700;border:0;transition:transform .25s,background .25s}.button:hover{background:#dafc98;transform:translateY(-3px)}.text-link{font-size:14px;border-bottom:1px solid #67705e;padding:6px 0}.hero-meta{display:flex;gap:18px;font-size:12px;color:var(--muted);flex-wrap:wrap}.hero-meta span+span:before{content:'·';margin-right:18px}.hero-visual{min-width:0}.stage{perspective:1100px;cursor:grab;touch-action:pan-y;padding:30px 5px 55px}.stage:active{cursor:grabbing}.scene{transform-style:preserve-3d;transform:rotateX(8deg) rotateY(-13deg);transition:transform .12s ease-out;position:relative;animation:scene-in 1.3s ease-out}.scene-screen{border-radius:12px;overflow:hidden;border:1px solid #687161;background:#161c18;box-shadow:16px 20px 0 #080b0988,0 40px 75px #0008}.screen-bar{padding:12px 16px;display:flex;justify-content:space-between;font:10px monospace;letter-spacing:.06em;color:#b9c7ae}.scene-screen>img{width:100%;aspect-ratio:16/10;object-fit:cover}.timeline{padding:16px;position:relative;background:#1a211b}.time-ruler{display:flex;justify-content:space-between;font:10px monospace;color:var(--muted);padding-bottom:12px}.track{height:24px;display:flex;gap:4px;margin-bottom:5px}.track b{width:22px;font:10px monospace;color:var(--muted);align-self:center}.track i{background:#89ae59;width:30%;border-radius:3px;background-image:repeating-linear-gradient(90deg,transparent 0 9px,#ffffff18 10px 11px)}.track i:nth-child(3){width:24%;background-color:#527c61}.track i:nth-child(4){width:38%;background-color:#b4cc7a}.track.audio i{width:60%;background-color:#4f7c74;height:17px}.track.audio i:last-child{width:32%}.playhead{position:absolute;top:12px;bottom:12px;width:1px;background:#e5f4d7;left:55%;animation:playhead 12s linear infinite alternate}.floating-tag{position:absolute;bottom:-25px;right:-12px;transform:translateZ(38px);font:10px monospace;letter-spacing:.12em;border:1px solid #647151;background:#c8f36b;color:#17200f;padding:14px 20px;border-radius:5px;box-shadow:0 10px 30px #0006}.scene-controls{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted)}.scene-controls button{font-size:12px;background:none;border:0;color:var(--text);text-decoration:underline}.discipline-strip{display:flex;justify-content:space-between;gap:15px;padding:24px 5%;border-block:1px solid var(--line);font-size:12px;letter-spacing:.15em;color:var(--muted)}.mission{display:grid;grid-template-columns:1fr 2fr;gap:25px;border-bottom:1px solid var(--line)}.mission p:not(.eyebrow){max-width:660px;margin-top:24px;font-size:18px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}.section-heading>p{font-size:14px;max-width:340px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 24px}.course-card{min-width:0;display:flex;flex-direction:column;transition:transform .35s}.course-card:hover{transform:translateY(-8px)}.cover-link{overflow:hidden;border-radius:12px;display:block;background:var(--surface)}.cover-link img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;transition:transform .6s}.course-card:hover img{transform:none}.course-meta{display:flex;justify-content:space-between;align-items:center;margin:20px 0 12px;font-size:12px;color:var(--muted)}.course-meta span:first-child{color:var(--lime)}.course-card h3{font-size:1.7rem;letter-spacing:-.03em}.course-card p{font-size:14px;margin-top:10px}.card-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:22px;padding-top:16px;font-size:14px}.card-bottom strong{font-size:20px;font-weight:500}.card-bottom a:hover{color:var(--lime)}.benefits{background:#1c241bcc;border-top:1px solid var(--line);border-radius:20px 20px 0 0}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:45px}.benefit-icon{width:48px;height:48px;border:1px solid #637647;border-radius:12px;display:grid;place-items:center;color:var(--lime);font-size:26px;margin-bottom:25px}.benefit-grid h3{font-size:20px;letter-spacing:-.025em;margin-bottom:16px}.benefit-grid p{font-size:14px}footer{max-width:1440px;margin:auto;background:#0b100c;padding:65px 5% 25px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:60px}.footer-grid section{padding:0}.footer-grid h2{font-size:14px;letter-spacing:.07em;margin-bottom:25px;color:var(--lime)}.footer-grid a:not(.brand){display:block;font-size:14px;margin-bottom:9px}.footer-grid p{font-size:14px;max-width:300px;margin:12px 0}.footer-grid .small{font-size:12px;color:#929d92}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:25px;margin-top:50px;font-size:12px;color:var(--muted)}.page-head{padding-bottom:50px;max-width:1000px}.page-head h1{font-size:clamp(2.7rem,5vw,5rem)}.prose{padding-top:0;max-width:1000px}.prose article{padding:34px 0;border-top:1px solid var(--line)}.prose h2{font-size:26px;letter-spacing:-.025em;margin-bottom:16px}.prose p{max-width:780px}.notice{border-left:3px solid var(--lime);padding-left:20px}.faq-list{padding-top:0;max-width:1080px}.faq-list details{padding:24px 0;border-top:1px solid var(--line)}summary{font-size:20px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary span{color:var(--lime)}details[open] summary span{transform:rotate(45deg)}details p{margin-top:20px;max-width:780px}.product-detail{padding-top:65px}.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:40px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.product-art{border-radius:16px;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}.product-info h1{font-size:clamp(2.5rem,4vw,4rem)}.product-info h2{font-size:24px;letter-spacing:-.02em;margin:22px 0}.product-price{font-size:36px;margin:24px 0;color:var(--text)}.product-info .small{font-size:13px;margin-top:16px}.module-list{list-style:none;padding:0;counter-reset:modules;margin:25px 0}.module-list li{counter-increment:modules;padding:18px 0;border-top:1px solid var(--line);display:flex;gap:20px}.module-list li:before{content:counter(modules,decimal-leading-zero);color:var(--lime);font:14px monospace;padding-top:4px}.course-content{max-width:900px;padding-top:75px}.course-content h2{font-size:32px}.course-content>p{margin:20px 0}.status-panel{text-align:center;max-width:850px;margin:auto;min-height:65vh}.status-panel h1{font-size:clamp(2.4rem,4vw,4rem)}.status-panel p{margin:25px 0}.status-panel .button{margin:12px}.spinner{width:42px;height:42px;border:2px solid var(--line);border-top-color:var(--lime);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 25px}.reveal{opacity:1}.js-motion .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s,transform .7s}.js-motion .reveal.visible{opacity:1;transform:translateY(0)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scene-in{from{opacity:0;transform:rotateX(15deg) rotateY(-25deg) translateY(40px)}to{opacity:1;transform:rotateX(8deg) rotateY(-13deg)}}@keyframes playhead{from{left:20%}to{left:85%}}@media(max-width:1000px){.site-header nav{gap:16px}.hero{grid-template-columns:1fr 1fr;gap:20px}.hero .actions{flex-direction:column;align-items:start}.product-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.product-layout{gap:30px}.hero-meta{gap:8px}.hero-meta span+span:before{margin-right:8px}}@media(max-width:700px){section{padding:60px 6%}.site-header{padding:20px 6%;flex-wrap:wrap}.menu-toggle{display:block;border:1px solid var(--line);border-radius:30px;background:none;color:var(--text);padding:6px 16px;font-size:14px}.site-header nav{display:none;width:100%;flex-direction:column;align-items:stretch;padding:15px 0;gap:15px}.site-header nav.open{display:flex}.nav-contact{align-self:flex-start}.hero{grid-template-columns:1fr;padding-top:50px;gap:35px}.hero .actions{flex-direction:row;flex-wrap:wrap;align-items:center}.hero h1{font-size:clamp(3.2rem,11vw,4.8rem)}.hero-visual{padding:0 10px}.discipline-strip{display:grid;grid-template-columns:1fr 1fr;font-size:10px;padding:20px 6%}.mission{grid-template-columns:1fr;gap:0}.section-heading{display:block}.section-heading>p{margin-top:20px}.product-grid{gap:30px 16px}.course-card h3{font-size:22px}.card-bottom{font-size:12px}.card-bottom strong{font-size:18px}.course-meta{font-size:10px}.benefit-grid{gap:35px 22px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid section:first-child{grid-column:1/-1}.footer-bottom{gap:20px}.product-layout{grid-template-columns:1fr}.product-layout .product-info{grid-row:1}.product-detail{padding-top:35px}.scene-controls{font-size:10px}.page-head{padding-top:55px}.faq-list summary{font-size:18px}}@media(max-width:420px){.product-grid{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr}.hero .button{gap:15px;padding:14px 19px}.hero .text-link{font-size:13px}.hero-meta{font-size:11px}.floating-tag{font-size:8px;right:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}}
