@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Manrope:wght@400;500;600;700&display=swap";:root{--ink-strong: #1f160d;--ink-soft: #4e3e2f;--brand-rust: #8a4f1a;--background-top: #fdf2cf;--background-bottom: #e6c58a;font-family:Manrope,sans-serif;line-height:1.5;font-weight:400;color:var(--ink-strong);background-color:#f4ddb0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#1c150f;background-image:url(/background-large.png),radial-gradient(circle at 8% 8%,rgba(255,250,225,.12),transparent 40%),radial-gradient(circle at 88% 16%,rgba(197,142,63,.1),transparent 34%),linear-gradient(165deg,#fdf2cf33,#e6c58a29);background-repeat:repeat,no-repeat,no-repeat,no-repeat;background-size:auto,cover,cover,cover;background-position:top left,center,center,center;background-attachment:scroll,scroll,scroll,scroll}#root{min-height:100vh}h1,h2,h3{font-family:Fraunces,serif}p{margin:0}.page-shell{width:min(980px,92vw);margin:0 auto;padding:3rem 0 4rem;display:grid;gap:1.8rem}.hero,.about,.signup{background:linear-gradient(135deg,#50545cf2,#2e3138e6);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:2rem;box-shadow:0 20px 45px #080a0f47;color:#fff}.hero-image{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:14px;animation:rise-in .55s ease-out}.bottom-image{display:block;width:100%;max-height:420px;object-fit:cover;border-radius:14px;animation:rise-in 1.15s ease-out}.hero{animation:rise-in .7s ease-out}.about{animation:rise-in .85s ease-out}.meeting,.signup{animation:rise-in 1s ease-out}.meeting{border:1px solid rgba(255,255,255,.24);background:linear-gradient(135deg,#3f0f09,#822e0d);box-shadow:0 22px 50px #00000047;padding:2.4rem;display:grid;place-items:center;text-align:center}.meeting h2{margin-bottom:.7rem;font-size:clamp(1.95rem,3.8vw,2.3rem)}.meeting p{max-width:62ch;margin:0 auto;color:#fffffff0;font-size:1rem;line-height:1.75}.meeting-button{display:inline-flex;align-items:center;justify-content:center;margin-top:1.35rem;padding:1rem 1.75rem;min-width:260px;border-radius:999px;border:none;background:linear-gradient(110deg,#ffd16e,#ff8c16);color:#21130f;font-size:1.05rem;font-weight:800;letter-spacing:.02em;text-decoration:none;box-shadow:0 22px 40px #ff8c163d;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.meeting-button:hover{transform:translateY(-3px);box-shadow:0 26px 45px #ff8c1652;filter:brightness(1.04)}.meeting-button:focus-visible{outline:3px solid rgba(255,230,175,.95);outline-offset:5px}@media (max-width: 760px){.meeting{padding:1.6rem}.meeting-button{width:100%;min-width:auto}}.eyebrow{margin:0;color:#d8dde6;font-size:.82rem;text-transform:uppercase;letter-spacing:.22em;font-weight:700}h1,h2,h3{margin:0;color:#fff}h1{margin-top:.6rem;font-size:clamp(1.85rem,4vw,2.9rem);line-height:1.1}h2{margin-bottom:.75rem;font-size:clamp(1.55rem,3vw,2rem)}h3{margin-bottom:.5rem;font-size:1.1rem}.hero-copy,.about p,.signup p{margin-top:.95rem;max-width:68ch;color:#ffffffe0}.pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.1rem}.pillars article{background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:1rem}.signup-form{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.signup-form label{display:flex;flex-direction:column;gap:.45rem;font-size:.92rem;font-weight:600;color:#fff}.signup-form input{border:1px solid #9ea7b6;border-radius:10px;padding:.62rem .72rem;background:#f7f8fb;color:#1f2430}.signup-form input[aria-invalid=true]{border-color:#ff8b8b;box-shadow:0 0 0 2px #ff8b8b38}.field-error{font-size:.8rem;color:#ffd0d0}.signup-form label:nth-of-type(5),.signup-form label:nth-of-type(6),.signup-form button{grid-column:1 / -1}.signup-form button{border:0;border-radius:10px;padding:.78rem 1rem;color:#fff7e6;background:linear-gradient(110deg,#6d3f16,#a05d20);font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.signup-form button:hover:enabled{transform:translateY(-1px);box-shadow:0 12px 28px #4e2a0f40}.signup-form button:disabled{opacity:.58;cursor:not-allowed}.status-message{margin-top:.95rem;border-radius:10px;padding:.66rem .8rem;font-weight:600}.status-message.success{background:#eef7db;color:#33501e}.status-message.error{background:#fde9df;color:#7a2914}.footer-note{text-align:center;color:#fff;font-size:.9rem}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 760px){.page-shell{padding-top:2rem}.hero,.about,.signup{padding:1.25rem}.hero-image{max-height:380px}.bottom-image{max-height:320px}.pillars,.signup-form{grid-template-columns:1fr}}
