:root{--ink:#172326;--muted:#5e6d70;--paper:#f7f4ed;--line:#d5d9d1;--teal:#249d8f;--teal-dark:#167568;--coral:#e76f51;--night:#14282c;--night-muted:#b9c8c4;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:20rem;margin:0}a{color:inherit;text-underline-offset:.18em}a:hover{text-decoration-thickness:.14em}img{max-width:100%}.skip-link{background:var(--paper);z-index:2;padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header,.site-footer,.section,.hero{max-width:76rem;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,3rem)}.site-header{justify-content:space-between;align-items:center;gap:1rem;min-height:5.5rem;display:flex}.brand{align-items:center;gap:.45rem;font-size:1.2rem;font-weight:800;text-decoration:none;display:inline-flex}.brand img{object-fit:contain;width:2.5rem;height:2rem}nav{flex-wrap:wrap;align-items:center;gap:clamp(.6rem,2vw,1.5rem);display:flex}nav a{font-weight:650;text-decoration:none}.nav-cta,.button{background:var(--teal);border:2px solid var(--teal);color:#fff;padding:.7rem 1rem;font-weight:750;text-decoration:none;display:inline-block}.nav-cta:hover,.button:hover{background:var(--teal-dark);border-color:var(--teal-dark)}.button.secondary{color:var(--ink);background:0 0}.button.secondary:hover{background:var(--ink);color:var(--paper)}.hero{grid-template-columns:minmax(0,1fr) minmax(18rem,.9fr);align-items:center;gap:clamp(2rem,6vw,6rem);min-height:40rem;padding-block:4rem 6rem;display:grid}.eyebrow{color:var(--teal-dark);letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;font-weight:800}h1,h2,h3{letter-spacing:-.04em;line-height:.98}h1{max-width:9ch;margin:.6rem 0 1.25rem;font-size:clamp(3.4rem,7vw,6.5rem)}h2{max-width:14ch;margin:0 0 1.25rem;font-size:clamp(2.2rem,4vw,4rem)}h3{margin:0;font-size:1.35rem}p{line-height:1.65}.hero-copy>p{color:var(--muted);max-width:36rem;font-size:1.16rem}.actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.editor-window{background:var(--night);border:.4rem solid var(--night);box-shadow:.7rem .7rem 0 var(--coral);color:#fff;min-height:23rem;padding:.5rem}.editor-bar{color:var(--night-muted);align-items:center;gap:.4rem;padding:.25rem .4rem .65rem;font-size:.75rem;display:flex}.dot{background:var(--coral);border-radius:50%;width:.55rem;height:.55rem}.dot:nth-child(2){background:#e8c16f}.dot:nth-child(3){background:var(--teal)}.editor-body{grid-template-columns:3.5rem 1fr 6rem;gap:.5rem;min-height:18rem;display:grid}.tool-rail,.timeline,.layer-stack{background:#1e383d;padding:.6rem}.tool-rail{grid-template-rows:repeat(5,1.2rem);gap:.55rem;display:grid}.tool-rail span{background:#d5dfd8;width:1rem;height:1rem;display:block}.canvas{background:#f6eedf;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.canvas:before{background:var(--teal);content:"";width:10rem;height:7rem;transform:rotate(-18deg)}.canvas:after{background:var(--coral);content:"";border-radius:50%;width:4.3rem;height:4.3rem;position:absolute;top:31%;left:54%}.layer-stack{grid-template-rows:repeat(5,1.6rem);gap:.45rem;display:grid}.layer-stack span{background:#38575b;display:block}.layer-stack span:first-child{background:var(--teal)}.timeline{grid-column:1/-1;grid-template-columns:repeat(12,1fr);gap:.45rem;min-height:3rem;display:grid}.timeline span{background:#355258;min-height:1rem}.timeline span:nth-child(3),.timeline span:nth-child(8){background:var(--coral)}.section{padding-block:clamp(4rem,9vw,8rem)}.section.tint{background:#e7eee7;max-width:none;padding-inline:max(1.25rem,50% - 38rem)}.section.night{background:var(--night);color:#fff;max-width:none;padding-inline:max(1.25rem,50% - 38rem)}.section.night p{color:var(--night-muted)}.section-intro{max-width:42rem}.section-intro p{color:var(--muted);font-size:1.1rem}.night .section-intro p{color:var(--night-muted)}.feature-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem;display:grid}.feature{border-top:4px solid var(--teal);padding:1.2rem .2rem 0}.feature:nth-child(2){border-color:var(--coral)}.feature:nth-child(3){border-color:#e8c16f}.feature p{color:var(--muted)}.night .feature p{color:var(--night-muted)}.steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem;display:grid}.step{border:1px solid var(--line);padding:1.4rem}.step:before{color:var(--coral);content:"0" counter(step);counter-increment:step;margin-bottom:2rem;font-size:.85rem;font-weight:800;display:block}.page-hero{border-bottom:1px solid var(--line);padding-block:clamp(4rem,10vw,8rem)}.page-hero h1{max-width:11ch}.page-hero p{color:var(--muted);max-width:42rem;font-size:1.15rem}.prose{max-width:45rem}.prose h2{margin-top:3rem;font-size:2.2rem}.prose p,.prose li{color:var(--muted)}.prose li{margin-block:.5rem;line-height:1.6}.notice{border-left:4px solid var(--teal);background:#e7eee7;max-width:45rem;margin-top:2rem;padding:1.25rem}.notice p{margin:0}.cta-band{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.cta-band h2{margin:0}.site-footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding-block:2rem;display:flex}.site-footer p{color:var(--muted);margin:0}.site-footer div{gap:1rem;display:flex}:focus-visible{outline:3px solid var(--coral);outline-offset:3px}@media (width<=760px){.site-header{flex-direction:column;align-items:flex-start;padding-block:1rem}.hero{grid-template-columns:1fr;min-height:0;padding-block:3rem 4rem}.feature-grid,.steps{grid-template-columns:1fr 1fr}.editor-window{max-width:32rem}.site-footer{flex-direction:column;align-items:flex-start}}@media (width<=460px){.feature-grid,.steps{grid-template-columns:1fr}.editor-body{grid-template-columns:2.2rem 1fr 4rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
