:root { --ink:#020b10; --gold:#d89a3c; --gold-pale:#f2d59a; --cream:#f4e4c4; }
* { box-sizing:border-box; }
html, body { margin:0; min-height:100%; background:var(--ink); }
body { color:var(--cream); font-family:"Libre Baskerville", Georgia, serif; }
button, input { font:inherit; }
.hero { position:relative; min-height:100svh; overflow:hidden; isolation:isolate; background:#031017; }
.hero__art { position:absolute; inset:0; z-index:-4; background:url("assets/everleaf-hero.png") center center/cover no-repeat; animation:reveal 1.8s ease-out both; }
.hero::before { content:""; position:absolute; inset:0; z-index:-3; background:linear-gradient(90deg, rgba(1,9,14,.97) 0%, rgba(1,9,14,.86) 30%, rgba(1,9,14,.22) 56%, rgba(1,9,14,.03) 100%), linear-gradient(0deg,rgba(0,5,7,.46),transparent 35%); }
.hero::after { content:""; position:absolute; inset:0; z-index:-2; box-shadow:inset 0 0 160px 36px rgba(0,0,0,.78); pointer-events:none; }
.grain { position:absolute; inset:0; z-index:-1; pointer-events:none; opacity:.13; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); }
.frame { position:absolute; inset:25px; border:1px solid rgba(209,146,48,.7); pointer-events:none; }
.frame span { position:absolute; width:17px; height:17px; border-color:var(--gold); }
.frame span:nth-child(1){left:-2px;top:-2px;border-left:3px double;border-top:3px double}.frame span:nth-child(2){right:-2px;top:-2px;border-right:3px double;border-top:3px double}.frame span:nth-child(3){left:-2px;bottom:-2px;border-left:3px double;border-bottom:3px double}.frame span:nth-child(4){right:-2px;bottom:-2px;border-right:3px double;border-bottom:3px double}
.content { width:min(650px,47vw); min-height:100svh; padding:clamp(48px,7vh,94px) 42px 58px clamp(55px,8vw,140px); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; animation:rise 1.1s .2s ease-out both; }
.brand { display:flex; flex-direction:column; align-items:center; color:inherit; text-decoration:none; text-transform:uppercase; filter:drop-shadow(0 3px 10px #000); }
.brand__mark { width:72px; fill:none; stroke:var(--gold); stroke-width:1.2; margin-bottom:-5px; }
.brand__name { font-family:Cinzel,serif; font-size:clamp(52px,5.7vw,96px); line-height:.95; letter-spacing:-.05em; color:#dca34d; text-shadow:0 2px #58310e,0 0 26px rgba(211,139,39,.22); }
.brand__sub { margin-top:9px; font-family:Cinzel,serif; font-size:clamp(17px,1.65vw,27px); letter-spacing:.44em; padding-left:.44em; color:#e1b05d; }
.eyebrow { margin:24px 0 10px; color:var(--gold-pale); font-size:clamp(13px,1vw,17px); letter-spacing:.04em; }
.divider { width:180px; display:flex; align-items:center; gap:11px; color:var(--gold); font-size:13px; margin:3px 0 13px; }
.divider::before,.divider::after { content:""; flex:1; height:1px; background:linear-gradient(90deg,transparent,var(--gold)); }.divider::after{transform:scaleX(-1)}
h1 { font-weight:400; font-size:clamp(30px,2.5vw,43px); line-height:1.32; margin:0 0 20px; letter-spacing:-.02em; text-shadow:0 2px 12px #000; }
h1 em { color:#e4a94f; font-style:normal; }
.intro { max-width:510px; font-size:clamp(14px,1.05vw,17px); line-height:1.75; color:#e6cfaa; margin:0 auto 18px; }
.signup { width:min(100%,560px); }
.signup__label { margin:0 0 10px; font-family:Cinzel,serif; text-transform:uppercase; letter-spacing:.15em; color:#e6a84a; font-size:14px; }.signup__label span{font-size:12px;margin:0 8px}
.form-row { display:flex; height:54px; border:1px solid #b77d2b; border-radius:5px; overflow:hidden; background:rgba(1,10,15,.8); box-shadow:0 8px 24px rgba(0,0,0,.3); }
input { min-width:0; flex:1; border:0; outline:0; background:transparent; color:#fff0cf; padding:0 18px; font-size:14px; } input::placeholder{color:#bcae96} input:focus{box-shadow:inset 0 0 0 2px rgba(246,188,91,.6)}
button { border:0; padding:0 22px; color:#16100a; cursor:pointer; background:linear-gradient(135deg,#e2ad54,#a96920); font-family:Cinzel,serif; font-size:12px; font-weight:600; letter-spacing:.05em; text-transform:uppercase; transition:filter .2s,transform .2s; } button:hover{filter:brightness(1.15)} button:active{transform:translateY(1px)} button span{font-size:17px;margin-left:5px}
.form-message { min-height:20px; margin:7px 0 0; font-size:12px; color:#e9b75e; }.form-message.error{color:#e58a79}
.privacy { margin:1px 0 0; font-size:11px; line-height:1.65; color:#a99980; }
.discover { margin-top:19px; display:flex; align-items:center; gap:10px; color:#c29b62; font-family:Cinzel,serif; font-size:10px; letter-spacing:.09em; text-transform:uppercase; }.discover i{width:3px;height:3px;border-radius:50%;background:#ad7226}
.scroll-cue { position:absolute; right:4vw; bottom:44px; margin:0; display:flex; flex-direction:column; align-items:center; gap:4px; color:#d8aa63; text-transform:uppercase; letter-spacing:.24em; font-family:Cinzel,serif; font-size:9px; }.scroll-cue b{font-size:22px;font-weight:400;animation:bob 2s infinite}
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
@keyframes reveal{from{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}} @keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}} @keyframes bob{50%{transform:translateY(5px)}}
@media (max-width:900px){
  .hero { min-height:100svh; }
  .hero__art { background-position:64% center; opacity:.72; }
  .hero::before { background:linear-gradient(180deg,rgba(1,9,14,.7),rgba(1,9,14,.92) 55%,#01090e 100%); }
  .content { width:100%; min-height:100svh; justify-content:flex-end; padding:70px 28px 62px; background:linear-gradient(180deg,transparent 10%,rgba(1,9,14,.25) 35%,rgba(1,9,14,.92) 64%); }
  .brand__mark{width:54px}.brand__name{font-size:clamp(48px,14vw,76px)}.brand__sub{font-size:17px}
  .eyebrow{margin-top:18px} h1{font-size:clamp(27px,7vw,38px)} .intro{line-height:1.55}
  .scroll-cue{display:none}.frame{inset:12px}
}
@media (max-width:560px){
  .content{padding:52px 24px 40px}.brand__mark{display:none}.brand__name{font-size:46px}.brand__sub{font-size:13px}.eyebrow{font-size:11px}.divider{margin-bottom:8px} h1{font-size:26px;margin-bottom:12px}.intro{font-size:13px;margin-bottom:12px}.signup__label{font-size:11px}
  .form-row{height:auto;flex-direction:column;border:0;gap:8px;background:none;box-shadow:none;overflow:visible}.form-row input,.form-row button{height:49px;border-radius:4px}.form-row input{border:1px solid #9d6826;background:rgba(1,10,15,.86)}.discover{display:none}.privacy{font-size:10px}
}
@media (prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
