@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:light;--background: #e0d5c7;--foreground: #3a3832;--card: #ebe3d8;--muted: #6b7280;--primary: #6b7280;--primary-foreground: #ebe3d8;--ring: #b8a490;--border: rgba(58, 56, 50, .12)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}.page{min-height:100vh}.shell{min-height:100vh;padding:32px 24px 18px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.hero-stack{width:min(100%,48rem);flex:1;display:flex;flex-direction:column;justify-content:center;gap:1rem}.headline-frame{position:relative;min-height:7.6rem;display:flex;align-items:center;justify-content:center}.headline{margin:0 auto;max-width:88%;padding:0 1rem;text-align:center;font-family:Playfair Display,serif;font-size:clamp(2.25rem,5vw,4.6rem);line-height:1;letter-spacing:-.02em;text-wrap:balance}.signup-wrap{width:min(100%,28rem);margin:0 auto}.subline-wrap{text-align:center}.subline{margin:0;color:var(--muted);font-family:Inter,sans-serif;font-size:.94rem;letter-spacing:.01em;line-height:1.4}.signup{display:grid;gap:.7rem}.email-input{width:100%;min-height:3.2rem;padding:.8rem 1.1rem;border:1px solid var(--border);border-radius:.625rem;background:var(--card);color:var(--foreground);outline:none;transition:box-shadow .15s ease,border-color .15s ease;text-align:center}.email-input::placeholder{color:var(--muted)}.email-input:focus{border-color:var(--ring);box-shadow:0 0 0 2px #b8a4902e}.signup-button{width:100%;min-height:3rem;padding:.78rem 1.1rem;border:0;border-radius:.625rem;background:#7d8293;color:var(--primary-foreground);cursor:pointer;font-weight:500;transition:opacity .15s ease,transform .15s ease}.signup-button:hover{opacity:.9;transform:translateY(-1px)}.signup-status{min-height:1.35rem;margin:.45rem 0 0;text-align:center;color:var(--muted);font-size:.82rem}.brand-footer{width:100%;margin-top:-9rem;text-align:center}.brand-logo{width:min(100%,14rem);margin:0 auto;mix-blend-mode:multiply;filter:contrast(1.1)}@media(max-width:700px){.shell{min-height:auto;padding:68px 18px 18px;justify-content:space-between}.headline-frame{min-height:5.2rem}.headline{max-width:100%;padding:0 .35rem;font-size:clamp(1.75rem,11vw,2.85rem);line-height:.98}.subline{font-size:.86rem;line-height:1.35}.signup-wrap{width:min(100%,24rem)}.signup{gap:.6rem}.email-input{min-height:3rem;padding:.72rem .95rem;font-size:.98rem}.signup-button{min-height:2.85rem;padding:.72rem .95rem;font-size:.98rem}.brand-footer{margin-top:.5rem}.brand-logo{width:min(100%,10rem)}}@media(max-width:420px){.shell{padding:72px 16px 16px}.headline-frame{min-height:4.7rem}.headline{font-size:clamp(1.6rem,12vw,2.5rem)}.subline{font-size:.82rem}.email-input,.signup-button{min-height:2.75rem;font-size:.95rem}.brand-footer{margin-top:.4rem}.brand-logo{width:min(100%,8.75rem)}}
