@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=EB+Garamond:wght@400;500;600&display=swap";:root{--bg-base: #F1EBE4;--deep-green: #44524B;--heading-green: #4B5952;--body-text: #58625B;--line-muted: #D6CACA;--input-fill: #F4EAEA;--placeholder: #9F9E98;--button-text: #F4EAE9;--error-text: #8A6F6F}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-base);font-family:Cormorant Garamond,EB Garamond,Georgia,serif;color:var(--body-text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");z-index:1}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.06) 100%);z-index:2}.page{position:relative;z-index:3;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.container{max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.header{margin-top:70px;margin-bottom:110px}.logo{max-width:100%;height:auto;width:280px}.tagline{font-size:40px;font-weight:400;color:var(--body-text);line-height:1.2;max-width:700px;margin-bottom:50px}.divider{width:520px;height:1px;background-color:var(--line-muted);opacity:.6;margin-bottom:55px}.email-form{display:flex;align-items:center;width:760px;height:56px;margin-bottom:55px;box-shadow:0 6px 16px #0000001a,0 -1px 2px #ffffff4d}.email-input{width:520px;height:56px;background:var(--input-fill);border:1px solid rgba(214,202,202,.7);border-radius:6px 0 0 6px;border-right:none;padding-left:22px;font-family:Cormorant Garamond,EB Garamond,Georgia,serif;font-size:24px;font-weight:400;color:var(--body-text);outline:none;transition:box-shadow .2s ease}.email-input::-moz-placeholder{color:var(--placeholder)}.email-input::placeholder{color:var(--placeholder)}.email-input:focus{box-shadow:inset 0 0 0 2px #d6caca59}.email-input:disabled{opacity:.6;cursor:not-allowed}.notify-button{width:240px;height:56px;background:var(--deep-green);border:1px solid var(--deep-green);border-radius:0 6px 6px 0;font-family:Cormorant Garamond,EB Garamond,Georgia,serif;font-size:22px;font-weight:500;color:var(--button-text);cursor:pointer;transition:all .2s ease}.notify-button:hover:not(:disabled){background:#4a5d56}.notify-button:active:not(:disabled){transform:translateY(1px);box-shadow:0 3px 10px #00000014}.notify-button:disabled{opacity:.6;cursor:not-allowed}.form-message{font-size:18px;font-weight:400;text-align:center;margin-top:-40px;margin-bottom:40px}.form-message.error{color:var(--error-text)}.form-message.success{color:var(--body-text)}.lower-copy{margin-bottom:85px;max-width:700px}.copy-line-1{font-size:34px;font-weight:400;color:var(--body-text);line-height:1.35;margin-bottom:8px}.copy-line-2{font-size:28px;font-weight:400;color:var(--body-text);line-height:1.35;opacity:.85}.footer{font-size:22px;font-weight:400;color:var(--body-text);opacity:.8;margin-bottom:70px}@media (max-width: 1024px){.logo{width:240px}.tagline{font-size:36px}.copy-line-1{font-size:30px}.copy-line-2{font-size:24px}.email-form{width:90%;max-width:760px}.email-input{width:68%}.notify-button{width:32%}.divider{width:85%;max-width:520px}}@media (max-width: 640px){.header{margin-top:40px;margin-bottom:80px}.logo{width:200px}.tagline{font-size:28px;margin-bottom:40px}.divider{width:85%;margin-bottom:40px}.email-form{flex-direction:column;width:100%;max-width:520px;height:auto;box-shadow:none}.email-input{width:100%;border-radius:6px;border:1px solid rgba(214,202,202,.7);margin-bottom:12px;box-shadow:0 3px 10px #00000014}.notify-button{width:100%;border-radius:6px;box-shadow:0 3px 10px #00000014}.form-message{margin-top:-20px;margin-bottom:20px}.copy-line-1{font-size:24px}.copy-line-2{font-size:20px}.footer{font-size:16px;margin-bottom:40px}.lower-copy{margin-bottom:60px}}
