*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0f0d0b;--white:#faf9f6;--grey:#888580;--border:#d8d5cf;--font-display:"Lora", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--font-mono:"DM Mono", monospace}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);font-family:var(--font-display);-webkit-font-smoothing:antialiased}::selection{background:var(--black);color:var(--white)}.page{min-height:100vh;overflow-x:hidden}.nav{border-bottom:1px solid var(--border);background:var(--white);z-index:100;justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex;position:sticky;top:0}.nav-logo{font-family:var(--font-display);letter-spacing:.04em;font-size:1.5rem;font-weight:500}.nav-cta{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--black);border:1px solid var(--black);padding:.55rem 1.2rem;font-size:.72rem;font-weight:300;text-decoration:none;transition:background .2s,color .2s}.nav-cta:hover{background:var(--black);color:var(--white)}.hero{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;min-height:88vh;display:grid}.hero-left{border-right:1px solid var(--border);flex-direction:column;justify-content:center;gap:1.5rem;padding:6rem 4rem;display:flex}.hero-eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--grey);font-size:.7rem;font-weight:500}.hero-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(3rem,5.5vw,5.5rem);font-weight:300;line-height:1.08}.hero-title em{font-style:italic;font-weight:300}.hero-body{font-family:var(--font-body);color:#3a3632;max-width:38ch;font-size:1.05rem;font-weight:300;line-height:1.55}.hero-btn{width:fit-content;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--black);margin-top:.5rem;padding:.9rem 2rem;font-size:.72rem;font-weight:400;text-decoration:none;transition:opacity .2s;display:inline-block}.hero-btn:hover{opacity:.75}.hero-right{background:var(--black);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-icon{object-fit:contain;z-index:2;border-radius:28%;width:min(400px,62%);height:auto;max-height:540px;position:relative;box-shadow:0 32px 80px #00000080}.hero-pot{opacity:.12;filter:invert();pointer-events:none;width:55%;position:absolute;bottom:-2rem;right:-2rem}.rule-row{border-bottom:1px solid var(--border);justify-content:center;align-items:center;padding:2rem 4rem;display:flex}.rule-illustration{opacity:.85;width:400px;height:auto}.features{border-bottom:1px solid var(--border)}.feature{border-bottom:1px solid var(--border);align-items:center;gap:4rem;padding:5rem 4rem;transition:background .25s;display:flex}.feature:last-child{border-bottom:none}.feature:nth-child(2n){background:#f0ede7;flex-direction:row-reverse}.feature-img{object-fit:contain;border-radius:4px;flex-shrink:0;width:55%;height:auto;max-height:560px}.feature-content{flex-direction:column;flex:1;gap:1rem;display:flex}.feature-num{font-family:var(--font-mono);letter-spacing:.14em;color:var(--grey);font-size:.65rem;font-weight:300}.feature-title{font-family:var(--font-display);font-size:1.9rem;font-style:italic;font-weight:400;line-height:1.2}.feature-body{font-family:var(--font-body);color:#3a3632;font-size:.95rem;font-weight:300;line-height:1.6}.cow-row{border-bottom:1px solid var(--border);padding:5rem 4rem;position:relative;overflow:visible}.cow-illustration{opacity:.2;width:460px;height:auto;position:absolute;top:50%;right:-230px;transform:translateY(-50%)}.cow-quote{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.8rem);font-style:italic;font-weight:300;line-height:1.4}.cow-quote cite{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--grey);margin-top:1rem;font-size:.68rem;font-style:normal;font-weight:300;display:block}.about{border-bottom:1px solid var(--border);padding:7rem 4rem}.about-inner{flex-direction:column;gap:1.5rem;max-width:680px;margin:0 auto;display:flex}.about-title{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:300;line-height:1.15}.about-title em{font-style:italic}.about-body{font-family:var(--font-body);color:#3a3632;font-size:1rem;font-weight:300;line-height:1.65}.waitlist{background:var(--black);color:var(--white);padding:8rem 4rem}.waitlist-inner{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:540px;margin:0 auto;display:flex}.waitlist-pot{filter:invert();opacity:.7;width:80px;margin-bottom:.5rem}.waitlist-title{font-family:var(--font-display);color:var(--white);font-size:clamp(2.5rem,4vw,4rem);font-style:italic;font-weight:300;line-height:1.1}.waitlist-body{font-family:var(--font-body);color:#b0aca4;max-width:36ch;font-size:.95rem;font-weight:300;line-height:1.55}.waitlist-form{border:1px solid #444;gap:0;width:100%;margin-top:.5rem;display:flex}.waitlist-input{font-family:var(--font-mono);color:var(--white);background:0 0;border:none;outline:none;flex:1;padding:.9rem 1.2rem;font-size:.8rem;font-weight:300}.waitlist-input::placeholder{color:#555}.waitlist-btn{background:var(--white);color:var(--black);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;padding:.9rem 1.6rem;font-size:.7rem;font-weight:400;transition:opacity .2s}.waitlist-btn:hover{opacity:.85}.waitlist-btn:disabled{opacity:.5}.waitlist-success{font-family:var(--font-display);color:var(--white);margin-top:.5rem;font-size:1.3rem;font-style:italic}.waitlist-note{font-family:var(--font-mono);letter-spacing:.06em;color:#555;font-size:.65rem;font-weight:300}.footer{background:var(--black);color:#555;border-top:1px solid #222;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2.5rem 4rem;display:flex}.footer-logo{font-family:var(--font-display);color:var(--white);letter-spacing:.04em;font-size:1.2rem;font-weight:400}.footer-links{gap:2rem;display:flex}.footer-links a{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:#888;font-size:.68rem;font-weight:300;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-copy{font-family:var(--font-mono);letter-spacing:.04em;font-size:.65rem;font-weight:300}@media (width<=768px){.nav{padding:1.2rem 1.5rem}.hero{grid-template-columns:1fr;min-height:auto}.hero-left{border-right:none;border-bottom:1px solid var(--border);padding:4rem 1.5rem}.hero-right{min-height:80vw}.hero-icon{width:min(300px,68%);max-height:none}.rule-row{padding:1.5rem}.feature{gap:2rem;padding:3rem 1.5rem;flex-direction:column!important}.feature-content{order:-1}.feature-img{width:100%;height:auto;max-height:none}.cow-row{grid-template-columns:1fr;gap:0;padding:4rem 1.5rem;position:relative;overflow:visible}.cow-illustration{opacity:.2;width:280px;position:absolute;top:50%;right:-140px;transform:translateY(-50%)}.about,.waitlist{padding:5rem 1.5rem}.waitlist-form{flex-direction:column}.waitlist-btn{padding:.9rem}.footer{flex-direction:column;align-items:flex-start;padding:2rem 1.5rem}}
