@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--paper:#f8f9f5;--ink:#1c211f;--muted:#5c625f;--lime:#c9f568;--lilac:#d9cef6;--line:#dcded7;--white:#fff;--radius:20px;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:30px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #6c46ce;outline-offset:5px}button:disabled{cursor:default}::selection{background:var(--lime);color:var(--ink)}.wrap{max-width:1320px;width:calc(100% - 112px);margin-inline:auto}.site-header{height:108px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}.wordmark{font-family:'Manrope',sans-serif;font-size:27px;font-weight:800;letter-spacing:-1.3px;display:inline-flex;align-items:center;white-space:nowrap}.wordmark-light{font-weight:500;margin-left:5px}.brand-period{color:#688929}.brand-icon{width:31px;height:32px;border-radius:8px;background:var(--lime);display:inline-grid;place-items:center;font-size:16px;margin-right:10px;letter-spacing:0}.site-header nav{display:flex;gap:30px;font-size:14px;font-weight:500}.site-header nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}.button{display:inline-flex;align-items:center;justify-content:center;gap:27px;background:var(--ink);color:var(--white);border:1px solid var(--ink);padding:18px 24px;border-radius:8px;font-weight:600;font-size:15px;min-height:55px;transition:transform .2s,background .2s}.button:hover{background:#353c36;transform:translateY(-2px)}.button>span{font-size:22px;line-height:1}.button-small{padding:13px 18px;min-height:45px;font-size:14px;gap:18px}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:65px;padding-block:77px 83px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;line-height:1.8;margin:0 0 27px}.hero .eyebrow{letter-spacing:1.25px;display:flex;align-items:center;gap:9px}.tiny-spark{font-size:23px;line-height:1}.hero h1{font-family:'Manrope',sans-serif;font-size:clamp(50px,5.65vw,83px);font-weight:650;letter-spacing:-5px;line-height:1.12;margin:0 0 31px}.play-word{position:relative;white-space:nowrap}.play-word svg{position:absolute;width:100%;height:16px;left:0;bottom:-7px;fill:none;stroke:var(--lime);stroke-width:10;stroke-linecap:round;z-index:-1}.hero-description{font-size:18px;line-height:1.75;color:var(--muted);max-width:460px;margin:0 0 32px}.hero-actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap}.text-link{font-size:14px;font-weight:600;display:inline-flex;gap:14px;align-items:center}.text-link span{font-size:20px}.hero-footnote{font-size:13px;color:var(--muted);display:flex;gap:10px;align-items:center;margin-top:35px}.small-play{font-size:22px}.hero-visual{height:460px;position:relative;background:var(--lilac);border-radius:24px;isolation:isolate}.visual-top,.visual-bottom{position:absolute;left:26px;right:26px;display:flex;align-items:center;justify-content:space-between;z-index:1}.visual-top{top:24px;font-size:11px;font-weight:700;letter-spacing:1.6px}.visual-top>span:last-child{font-size:24px}.visual-bottom{bottom:24px}.pill{border:1px solid currentColor;border-radius:30px;padding:8px 14px;font-size:12px;font-weight:500}.visual-note{font-size:13px;line-height:1.4;font-weight:500}.hero-art{position:absolute;inset:0;border-radius:24px;overflow:hidden;display:grid;place-items:center}.hero-art img{width:100%;height:100%;object-fit:cover}.art-type{font-size:115px;line-height:.95;font-weight:800;letter-spacing:-8px;transform:rotate(-9deg)}.art-type em{color:#516232}.floating-label{position:absolute;right:-22px;bottom:104px;display:flex;align-items:center;gap:10px;background:var(--lime);padding:13px 20px;border-radius:7px;transform:rotate(-7deg);box-shadow:0 7px 20px #2428240d;font-size:14px;font-weight:600;z-index:2}.floating-label span{font-size:25px}.brand-strip{background:var(--ink);color:var(--paper);padding:22px 0}.brand-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px;letter-spacing:1.4px;font-weight:600}.brand-strip b{color:var(--lime);font-size:24px;font-weight:400}.section{padding-block:88px;scroll-margin-top:25px}h2{font-family:'Manrope',sans-serif;font-size:clamp(34px,3.5vw,49px);font-weight:600;letter-spacing:-2px;line-height:1.2;margin:0}.serif{font-family:Georgia,serif;font-weight:400;font-style:italic;letter-spacing:-1.5px}.section-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:70px}.section-intro>p{max-width:405px;color:var(--muted);font-size:16px;line-height:1.75;margin:0 0 4px}footer{padding-block:35px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:24px}footer>span{font-size:13px;color:var(--muted)}.skip-link{position:fixed;z-index:20;top:-70px;left:15px;background:var(--lime);padding:15px;border-radius:5px}.skip-link:focus{top:15px}
@media(min-width:1600px){.hero h1{font-size:86px}.hero{gap:85px}.hero-visual{height:490px}}@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.hero{gap:35px}.hero h1{letter-spacing:-3.5px}.hero-visual{height:420px}.hero-actions{gap:20px}.site-header nav{gap:18px}.section-intro{gap:45px}.section-intro>p{max-width:350px}}@media(max-width:800px){.wrap{width:calc(100% - 40px)}.site-header{height:85px}.site-header nav{display:none}.hero{grid-template-columns:1fr;gap:42px;padding-block:50px 60px}.hero h1{font-size:64px;letter-spacing:-3.7px}.hero-description{max-width:510px}.hero-visual{height:420px;margin-right:10px}.floating-label{right:-10px}.hero-footnote{margin-top:25px}.brand-strip .wrap{flex-wrap:wrap;justify-content:center;gap:15px;font-size:11px}.brand-strip b:last-child{display:none}.section{padding-block:60px}.section-intro{display:block}.section-intro>p{margin-top:25px;max-width:550px}footer{flex-wrap:wrap}footer>span:last-child{margin-left:auto}}@media(max-width:420px){.wordmark{font-size:23px}.brand-icon{margin-right:6px;width:26px;height:28px;font-size:13px}.site-header{gap:10px}.site-header>.button{font-size:12px;gap:10px;padding:10px 12px;min-height:42px}.hero h1{font-size:53px;letter-spacing:-3px}.hero .eyebrow{font-size:10px;letter-spacing:1px}.hero-description{font-size:17px}.hero-visual{height:345px}.hero-actions{gap:22px}.visual-top{left:20px;right:20px;font-size:10px}.brand-strip .wrap span:first-child{width:100%;text-align:center}.brand-strip b:first-of-type{display:none}h2{font-size:35px}}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
