:root{--foreground-rgb:118,85,94;--background-start-rgb:255,255,255;--background-end-rgb:255,255,255;--brand-primary:#76555e;--brand-action:#e8c2a5;--brand-bg-blue:#cbd7e9;--brand-white:#fff;--footer-bg:#6e525a;--footer-text:#fff;--accent-gradient:linear-gradient(135deg,#fce4ec 0%,#e3f2fd 50%,#f1f8e9 100%)}body{color:var(--brand-primary);background:var(--brand-white);font-family:var(--font-body),serif;margin:0;padding:0;overflow-x:hidden}*,input,select,textarea{font-family:var(--font-body),serif}h1,h2,h3,.heading{font-family:var(--font-heading),serif;letter-spacing:.02em;text-align:center;margin-bottom:1.5rem;font-size:1.75rem;font-weight:500;line-height:1.3}.card .heading{font-size:2.25rem}p{margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.card-intro{text-align:center;margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.text-small{opacity:.7;font-size:.85rem}.text-hint{color:var(--brand-primary);opacity:.7;margin:0 0 .5rem;font-size:.9rem}.validation-msg{color:#c44;text-align:center;margin:0;font-size:.85rem}.footer-heading{font-family:var(--font-heading),serif;letter-spacing:.02em;margin-bottom:.75rem;font-size:1.1rem}.main{flex-direction:column;min-height:100vh;display:flex}.bg-opal{background-image:url(https://images.squarespace-cdn.com/content/v1/682bcb075c9cfc19bcc59ee8/7e1f5572-1d9c-4298-b4cd-370b4be94d12/IMG_9353.jpeg);background-position:50%;background-size:cover;position:relative;overflow:hidden}.bg-opal:before{content:"";z-index:1;background:#fff3;position:absolute;inset:0}.bg-opal>*{z-index:2;position:relative}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:8rem 2.5rem;display:flex}.title{color:var(--brand-primary);letter-spacing:.02em;margin-bottom:3rem;font-size:2.2rem;font-weight:500}.subtitle{font-family:var(--font-heading),serif;color:var(--brand-primary);opacity:.8;margin-bottom:3rem;font-size:1.5rem}.cta-group{justify-content:center;align-items:center;gap:1.5rem;display:flex}.btn-pill{background-color:var(--brand-action);color:var(--brand-primary);letter-spacing:.05em;cursor:pointer;border:2px solid #0000;border-radius:50px;padding:.8rem 2.5rem;font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;line-height:1.2;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.btn-pill:hover{border-color:var(--brand-action);background-color:#0000;transform:translateY(-2px);box-shadow:0 4px 12px #e8c2a54d}.btn-pill:active{transform:translateY(0)}.btn-outline{color:var(--brand-primary);opacity:.6;background-color:#0000;border:1px solid #0000;font-weight:500}.btn-outline:hover{opacity:1;border-color:var(--brand-primary);box-shadow:none}.btn-select{border:2px solid var(--brand-bg-blue);width:100%;color:var(--brand-primary);cursor:pointer;text-align:center;background:0 0;border-radius:50px;padding:.9rem 1.5rem;font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:500;transition:all .2s;display:block}.btn-select:hover{border-color:var(--brand-primary);background:var(--brand-bg-blue);transform:translateY(-2px);box-shadow:0 4px 12px #cbd7e966}.btn-select:active{transform:translateY(0)}.btn-select.selected{border-color:var(--brand-primary);background:var(--brand-bg-blue);font-weight:600}.section{text-align:center;padding:6rem 2rem}.bg-gradient{background:var(--accent-gradient)}.section-blue{background-color:var(--brand-bg-blue)}.container{max-width:1200px;margin:0 auto}.grid-2{grid-template-columns:1fr 1fr;gap:4rem;margin-top:4rem;display:grid}.card{background:#fffc;border:1px solid #ffffff4d;border-radius:20px;margin:4rem 0;padding:3rem}.form-label{letter-spacing:.05em;color:var(--brand-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:500;display:block}.input-field{border:1px solid var(--brand-bg-blue);width:100%;font-family:var(--font-body),serif;box-sizing:border-box;background:#fffc;border-radius:10px;outline:none;padding:.85rem;font-size:1rem;transition:all .2s}.input-field:focus{border-color:var(--brand-primary);background:var(--brand-white);box-shadow:0 0 0 3px #76555e1a}.input-field::placeholder{color:var(--brand-primary);opacity:.4}.header{z-index:1000;box-sizing:border-box;justify-content:space-between;align-items:center;height:80px;padding:0 2rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.header.menu-open{z-index:1100;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;height:70px;box-shadow:0 2px 10px #0000000d}.header-logo{font-family:var(--font-heading),serif;color:var(--brand-primary);font-size:1.5rem;text-decoration:none}.nav-desktop{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--brand-primary);font-family:var(--font-body),serif;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s}.nav-link:hover{opacity:.7}.nav-cta{font-family:var(--font-body),serif;color:var(--brand-primary);border:1px solid var(--brand-primary);white-space:nowrap;border-radius:100px;padding:.45rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:inline-block}.nav-cta:hover{background-color:var(--brand-primary);color:var(--brand-white)}.hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;gap:8px;padding:10px;display:none}.hamburger span{background-color:var(--brand-primary);width:28px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{background-color:var(--brand-primary);transform:translateY(5px)rotate(45deg)}.hamburger.open span:nth-child(2){background-color:var(--brand-primary);transform:translateY(-5px)rotate(-45deg)}.mobile-menu-overlay{background:var(--brand-white);z-index:1050;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.mobile-menu-overlay.open{transform:translateY(0)}.mobile-nav-link{font-family:var(--font-heading),serif;color:var(--brand-primary);font-size:2rem;text-decoration:none}.mobile-nav-cta{font-family:var(--font-heading),serif;color:var(--brand-primary);font-size:2rem;font-weight:400;text-decoration:none}@media (max-width:992px){.nav-desktop{display:none}.hamburger{display:flex}}.footer{font-family:var(--font-body),serif;background-color:var(--footer-bg);color:var(--footer-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:5rem 4rem;font-weight:400}.footer p,.footer span,.footer div,.footer a{font-family:var(--font-body),serif;color:var(--footer-text)}.footer-inner{max-width:960px;margin:0 auto}.footer-top{grid-template-columns:1fr 2fr;gap:5rem;margin-bottom:3rem;display:grid}.footer-col{flex-direction:column;display:flex}.footer-col p{margin-bottom:1rem}.footer-social-link{width:48px;height:48px;box-shadow:0 0 0 2px var(--footer-text)inset;color:var(--footer-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:inline-flex}.footer-social-link:hover{opacity:.7;text-decoration:none}.footer-form{gap:.75rem;display:flex}.disclaimer{text-align:left;opacity:.8;background:#ffffff0d;border-radius:15px;margin-top:3rem;padding:2rem;font-size:.8rem;line-height:1.7}.disclaimer p{text-align:left;margin:0 0 1rem;font-size:.8rem;line-height:1.7}.footer-link{color:var(--footer-text);font-size:.875rem;font-family:var(--font-body),serif;text-decoration:none}.footer-link:hover{text-decoration:underline}@media (max-width:1024px){.grid-2{grid-template-columns:1fr;gap:1.5rem}.grid-2 .card{margin:0}}@media (max-width:768px){.footer{padding:4rem 2rem}.footer-top{grid-template-columns:1fr;gap:2.5rem}.title{font-size:1.75rem}.cta-group{flex-direction:column}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.beta-banner{background:var(--brand-bg-blue);z-index:1001;height:36px;color:var(--brand-primary);justify-content:center;align-items:center;gap:.65rem;display:flex;position:fixed;top:0;left:0;right:0}.beta-banner-text{font-size:.8rem;font-family:var(--font-body),serif;opacity:.85}.beta-banner-link{color:var(--brand-primary);text-underline-offset:2px;font-weight:600;text-decoration:underline}.is-beta .header{top:36px}.is-beta .mobile-menu-overlay{padding-top:36px}@media (max-width:600px){.beta-banner-pre{display:none}}
@font-face{font-family:Marcellus;font-style:normal;font-weight:400;font-display:swap;src:url(../media/50df388245113a6d-s.eb3462a0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Marcellus;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ec2f4458eb06f74e-s.p.69e2a7a7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Marcellus Fallback;src:local(Times New Roman);ascent-override:86.59%;descent-override:24.87%;line-gap-override:0.0%;size-adjust:112.5%}.marcellus_c6863083-module__vd0y1G__className{font-family:Marcellus,Marcellus Fallback;font-style:normal;font-weight:400}.marcellus_c6863083-module__vd0y1G__variable{--font-heading:"Marcellus","Marcellus Fallback"}
@font-face{font-family:PT Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/4ef259ff0c2d5fc1-s.36338933.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:PT Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/be22fa5a631c612a-s.114ca244.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:PT Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/d0ea3402e6e0063f-s.d914a095.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:PT Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/6ab71d031fe7ae3b-s.p.0e878f5a.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:PT Serif;font-style:italic;font-weight:700;font-display:swap;src:url(../media/753335dc41989450-s.b8c42e18.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:PT Serif;font-style:italic;font-weight:700;font-display:swap;src:url(../media/e0056d9a15a9b92a-s.1db61fbb.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:PT Serif;font-style:italic;font-weight:700;font-display:swap;src:url(../media/b85b15db928600ba-s.df0417ae.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:PT Serif;font-style:italic;font-weight:700;font-display:swap;src:url(../media/c313dc4eda25f719-s.p.b9499418.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:PT Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8fe616373cda781a-s.96998b97.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:PT Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ac972b96b88588e0-s.74c28836.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:PT Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ea95a6c50203df72-s.e5026418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:PT Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/80bb744e92754df7-s.p.1eaf03ad.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:PT Serif;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ddbd854add8353d7-s.f29579ea.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:PT Serif;font-style:normal;font-weight:700;font-display:swap;src:url(../media/35597f1def34002a-s.e2323169.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:PT Serif;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d7c80d408cfc89af-s.a134c25c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:PT Serif;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bec5c09c262b1b7f-s.p.aaa2cd55.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:PT Serif Fallback;src:local(Times New Roman);ascent-override:94.22%;descent-override:25.93%;line-gap-override:0.0%;size-adjust:110.28%}.pt_serif_2670d163-module__KLt84a__className{font-family:PT Serif,PT Serif Fallback}.pt_serif_2670d163-module__KLt84a__variable{--font-body:"PT Serif","PT Serif Fallback"}
