/* Brand palette, spacing and typography are edited here. No dependencies. */
:root{--paper:#f7f3ec;--ink:#38232e;--muted:#75676b;--accent:#a45c45;--peach:#deb59b;--line:#dcd3cd;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.page{max-width:1600px;margin:auto;padding:0 5.2%}.header{min-height:118px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wordmark{text-decoration:none;font-family:var(--serif);font-size:36px;letter-spacing:-1.8px;display:flex;align-items:baseline}.wordmark>span{font-size:23px;transform:translateY(-10px);margin-left:2px}.wordmark i{font:24px var(--serif);margin-left:16px;color:var(--accent);align-self:center}.header-link{font-size:14px;text-decoration:none;border-bottom:1px solid var(--line);padding:10px 0}.header-link span{margin-left:22px;font-size:20px}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:5.5%;align-items:stretch;padding:23px 0 64px}.hero-copy{padding:35px 0 20px;animation:enter 900ms ease both}.eyebrow{font-size:12px;letter-spacing:1.9px;display:flex;align-items:center;gap:12px;margin:0 0 34px;line-height:1.6}.small-line{width:27px;height:1px;background:var(--accent);flex-shrink:0}h1{font-family:var(--serif);font-size:clamp(58px,6.1vw,96px);font-weight:400;line-height:1.04;letter-spacing:-4px;margin:0 0 27px}h1 em{font-weight:400;color:var(--accent)}.intro{font-size:17px;line-height:1.85;color:var(--muted);margin:0}.signup{margin-top:42px;max-width:520px}.signup h2{font-size:16px;font-weight:500;margin:0 0 9px}.signup>p{font-size:14px;color:var(--muted);margin:0 0 20px}.form-row{display:flex;gap:7px;padding:6px;border:1px solid #c9bfb8;border-radius:5px;background:#fcfaf6}.form-row input{background:transparent;border:0;min-width:0;width:100%;padding:13px 12px;color:var(--ink);font-size:14px;border-radius:2px}.form-row input::placeholder{color:#817378}.form-row button{border:0;border-radius:3px;background:var(--ink);color:var(--paper);padding:15px 18px;font-size:14px;white-space:nowrap;cursor:pointer;transition:background .2s,transform .2s}.form-row button:hover{background:#573745;transform:translateY(-1px)}button span{margin-left:12px}.form-note{font-size:12px!important;line-height:1.6;color:var(--muted);margin:12px 0 0}.form-status{font-size:14px;line-height:1.5;margin:10px 0 0}.form-status:empty{display:none}.art-panel{position:relative;min-height:595px;border-radius:48% 48% 4px 4px;background:radial-gradient(ellipse at 55% 35%,#664149 0,#452b36 46%,#30202a 100%);color:#e8cbb8;overflow:hidden;display:flex;align-items:center;flex-direction:column;justify-content:center;animation:enter 1.2s ease both}.art-panel:after{content:'';position:absolute;inset:13px;border:1px solid #b8998630;border-radius:48% 48% 2px 2px;pointer-events:none}.art-top{position:absolute;top:74px;display:flex;justify-content:space-between;width:65%;font-size:10px;letter-spacing:1.9px;color:#ceb5ab}.rings{width:320px;height:302px;position:relative;margin-top:14px;animation:float 9s ease-in-out infinite}.ring{position:absolute;width:218px;height:218px;border-radius:50%;border:1px solid #e7c7a3;box-shadow:inset 1px 0 2px #edc69d55,1px 0 2px #edc69d55}.ring-one{top:3px;left:5px}.ring-two{top:3px;right:5px}.ring-three{bottom:0;left:51px}.ring-center{position:absolute;left:0;right:0;top:115px;text-align:center;font:italic 39px var(--serif);color:#eac7a7}.art-caption{text-align:center;margin-top:26px;z-index:1}.caption-line{height:24px;width:1px;background:#c6a289;display:block;margin:0 auto 20px}.art-caption p{font:italic 27px var(--serif);margin:0 0 15px}.art-caption>span:last-child{font-size:10px;letter-spacing:2px}.art-bottom{position:absolute;bottom:30px;left:35px;right:35px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.6px;color:#c6afa7}.brand-message{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:37px 0;display:grid;grid-template-columns:1fr 2fr;gap:35px;align-items:start}.section-label{font-size:11px;letter-spacing:1.8px;padding-top:10px;color:var(--muted)}.brand-message p{max-width:720px;margin:0;font:25px/1.55 var(--serif);letter-spacing:-.3px}.brand-message em{color:var(--accent)}footer{padding:28px 0;display:flex;align-items:center;justify-content:space-between;gap:25px;color:var(--muted);font-size:12px}footer p{margin:0}.socials{display:flex;gap:22px}.socials>span{display:flex;align-items:center;gap:6px}.socials small{font-size:9px;letter-spacing:.5px;border:1px solid var(--line);padding:3px 4px;border-radius:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:absolute;top:-80px;left:20px;background:var(--ink);color:white;padding:15px;z-index:10}.skip:focus{top:15px}@keyframes enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-9px) rotate(4deg)}}
@media(min-width:1500px){.hero{gap:8%}.art-panel{min-height:650px}}
@media(max-width:1050px){h1{font-size:65px;letter-spacing:-3px}.hero{gap:4%}.art-panel{min-height:570px}.rings{transform:scale(.9)}.form-row{flex-wrap:wrap}.form-row button{width:100%}.form-row input{padding:12px}.signup{margin-top:30px}.launch{max-width:220px;text-align:center;line-height:1.6}}
@media(max-width:760px){.page{padding:0 6%}.header{min-height:93px}.wordmark{font-size:31px}.header-link{font-size:12px}.header-link span{margin-left:8px}.hero{grid-template-columns:1fr;padding-top:12px;padding-bottom:38px;gap:40px}.hero-copy{padding-top:15px}.eyebrow{font-size:10px;letter-spacing:1.3px;margin-bottom:27px}h1{font-size:clamp(53px,10.8vw,78px);letter-spacing:-2.7px}.intro{font-size:16px}.signup{margin-top:32px;max-width:none}.form-row{flex-wrap:nowrap}.form-row button{width:auto;padding:15px 12px}.art-panel{min-height:540px;max-width:490px;width:100%;justify-self:center}.art-top{top:64px}.art-caption{margin-top:10px}.brand-message{grid-template-columns:1fr;gap:16px;padding:28px 0}.brand-message p{font-size:23px}.section-label{padding:0}footer{flex-wrap:wrap;gap:20px}.launch{order:3;max-width:none;width:100%;text-align:left}.socials{gap:14px}}
@media(max-width:370px){.header-link{max-width:115px;line-height:1.5}.form-row{flex-wrap:wrap}.form-row button{width:100%}.rings{width:280px}.ring{width:190px;height:190px}.ring-three{left:45px;bottom:25px}.ring-center{top:100px}.art-panel{min-height:520px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
