:root{
  --paper:#F7F3EA;
  --spruce:#24382F;
  --ink:#161B18;
  --moss:#6B7A66;
  --copper:#B06E3B;
  --deep:#071E1E;
  --deep2:#0B2A2A;
  --gold:#C29B5B;
  --gold-dark:#8B6A35;
  --white:#FFFDF7;
  --shadow:0 18px 60px rgba(0,0,0,.24);
  --serif: "Cormorant Garamond", "Baskerville", "Times New Roman", serif;
  --sans: "Montserrat", "Avenir Next", "Segoe UI", Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--deep)}
body{margin:0;color:var(--white);font-family:var(--sans);background:var(--deep);min-height:100vh}
a{color:inherit}
button,input{font:inherit}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
:focus-visible{outline:3px solid #F0C87E;outline-offset:4px;border-radius:4px}

.page-shell{position:relative;min-height:100svh;overflow:hidden;background:linear-gradient(180deg,#183333 0%,#0b2828 52%,#061b1b 100%)}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg picture,.hero-bg img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}
.hero-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(44% 34% at 100% 0%,rgba(4,20,20,.62) 0%,rgba(4,20,20,.34) 45%,rgba(4,20,20,0) 72%),radial-gradient(40% 32% at 0% 0%,rgba(4,20,20,.5) 0%,rgba(4,20,20,.26) 45%,rgba(4,20,20,0) 72%),linear-gradient(180deg,rgba(247,243,234,.03) 0%,rgba(4,20,20,.08) 25%,rgba(4,22,22,.34) 44%,rgba(2,20,20,.72) 71%,rgba(2,18,18,.82) 84%,rgba(2,18,18,.42) 100%)}
.site{position:relative;z-index:1;min-height:100svh;display:flex;flex-direction:column;padding:28px clamp(22px,4vw,64px) 26px}
.topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:24px;max-width:1440px;width:100%;margin:0 auto}
.side-note{font-family:var(--serif);font-style:italic;font-size:clamp(20px,2.2vw,34px);line-height:.95;color:#FFFDF7;text-shadow:0 1px 3px rgba(7,30,30,.55),0 2px 14px rgba(7,30,30,.45);transform:rotate(-4deg);padding-top:10px}
.side-note small{display:block;font-family:var(--sans);font-style:normal;font-size:10px;line-height:1.6;letter-spacing:.28em;text-transform:uppercase;margin-top:18px;transform:rotate(4deg);color:rgba(255,253,247,.94);text-shadow:0 1px 3px rgba(7,30,30,.6)}
.brand{text-align:center;color:#102E2B}
.brand img{width:clamp(190px,23vw,355px);height:auto;object-fit:contain;filter:none;filter:drop-shadow(0 2px 12px rgba(0,0,0,.16))}
.brand-region{margin:2px 0 3px;font-size:clamp(14px,1.45vw,22px);letter-spacing:.42em;text-transform:uppercase;color:#102E2B;text-shadow:0 1px 10px rgba(255,255,255,.18)}
.brand h1{margin:-2px 0 8px;font-family:var(--serif);font-weight:500;font-size:clamp(34px,4.2vw,62px);line-height:.92;letter-spacing:.035em;text-shadow:0 1px 2px rgba(255,255,255,.55),0 2px 22px rgba(255,255,255,.45)}
.brand-kicker{font-size:10px;font-weight:500;letter-spacing:.39em;text-transform:uppercase;color:rgba(13,38,36,.92);text-shadow:0 1px 10px rgba(255,255,255,.5)}
.social{justify-self:end;display:flex;flex-direction:column;align-items:flex-end;gap:16px;padding-top:8px}
.social-links{display:flex;gap:18px}
.social-links a{display:grid;place-items:center;width:28px;height:28px;color:#F0CE8E;text-decoration:none;background:transparent;border:0;box-shadow:none;filter:drop-shadow(0 1px 2px rgba(6,24,24,.85)) drop-shadow(0 2px 9px rgba(6,24,24,.6))}.social-links svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.social-links .social-fill{fill:currentColor;stroke:none}.social-links .social-dot{fill:currentColor;stroke:none}
.social-tag{border-top:1px solid rgba(247,243,234,.85);padding-top:12px;font-size:9px;line-height:1.6;letter-spacing:.3em;text-transform:uppercase;text-align:right;color:#FFFDF7;text-shadow:0 1px 2px rgba(6,24,24,.9),0 2px 10px rgba(6,24,24,.7)}

.hero-content{width:min(1120px,100%);margin:auto auto 0;text-align:center;padding-top:clamp(70px,11vh,150px)}
.coming-soon{font-family:var(--serif);font-weight:400;font-size:clamp(50px,7.2vw,110px);letter-spacing:.19em;line-height:.9;margin:0 0 18px;text-shadow:0 4px 26px rgba(0,0,0,.34)}
.subhead{font-size:clamp(13px,1.65vw,21px);font-weight:400;letter-spacing:.33em;text-transform:uppercase;margin:0 0 18px}
.intro{max-width:760px;margin:0 auto;color:rgba(255,253,247,.94);font-size:clamp(15px,1.35vw,19px);line-height:1.48;text-shadow:0 2px 12px rgba(0,0,0,.55)}
.features{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;margin:34px auto 28px;width:min(1200px,100%)}
.feature{min-width:0;text-align:center}
.feature .icon{width:48px;height:48px;margin:0 auto 8px;color:#E9C887}
.feature svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.feature strong{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px}
.feature span{display:block;font-size:10px;line-height:1.55;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,253,247,.82)}
.signup-wrap{width:min(670px,100%);margin:0 auto 22px}
.signup-wrap h2{font-weight:400;font-size:18px;letter-spacing:.36em;text-transform:uppercase;margin:0 0 14px}
.signup-form{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:stretch}
.signup-form input[type=email]{min-width:0;height:56px;border:1px solid rgba(255,253,247,.78);background:rgba(3,18,18,.72);color:var(--white);padding:0 18px;border-radius:3px}
.signup-form input::placeholder{color:rgba(255,253,247,.63)}
.signup-form button{height:56px;border:0;border-radius:3px;background:#8A632C;color:#fff;padding:0 28px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;box-shadow:var(--shadow)}
.signup-form button:hover{background:#755323}
.signup-form button[disabled]{opacity:.65;cursor:wait}
.consent{grid-column:1/-1;margin:5px auto 0;max-width:610px;font-size:11px;line-height:1.55;color:rgba(255,253,247,.88)}
.privacy-link{grid-column:1/-1;font-size:11px;margin-top:0;color:rgba(255,253,247,.88)}
.privacy-link a{text-underline-offset:3px}
.form-message{grid-column:1/-1;min-height:20px;margin:0;font-size:12px;line-height:1.45}
.form-message.error{color:#FFE0C2}
.success-card{border:1px solid rgba(233,200,135,.72);background:rgba(3,24,24,.74);padding:22px 24px;border-radius:6px;box-shadow:var(--shadow)}
.success-card .check{width:48px;height:48px;border:1px solid #E9C887;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;color:#E9C887;font-size:25px}
.success-card h3{font-family:var(--serif);font-size:26px;font-weight:500;margin:0 0 8px}
.success-card p{margin:0;color:rgba(255,253,247,.86);line-height:1.55}

.bottomline{margin-top:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:20px;padding-top:26px;width:100%;max-width:1440px;margin-left:auto;margin-right:auto}
.bottom-left,.bottom-right{font-size:10px;line-height:1.75;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,253,247,.83)}
.bottom-left{border-left:1px solid rgba(233,200,135,.6);padding-left:14px}
.bottom-center{text-align:center;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,253,247,.8)}
.bc-name{display:inline-block}
.bc-name:before,.bc-name:after{content:"";display:inline-block;width:90px;height:1px;background:rgba(233,200,135,.5);vertical-align:middle;margin:0 16px}
.bottom-right{justify-self:end;text-align:right;border-right:1px solid rgba(233,200,135,.6);padding-right:14px}

.privacy-page{min-height:100svh;background:linear-gradient(180deg,#123131,#061d1d);color:var(--paper)}
.privacy-header{padding:26px clamp(22px,4vw,56px);border-bottom:1px solid rgba(247,243,234,.12)}
.privacy-header a{display:inline-flex;align-items:center;gap:12px;text-decoration:none}
.privacy-header img{width:72px;filter:brightness(0) invert(1)}
.privacy-header span{font-family:var(--serif);font-size:24px;letter-spacing:.04em}
.policy{width:min(760px,calc(100% - 36px));margin:0 auto;padding:62px 0 72px}
.policy h1{font-family:var(--serif);font-weight:500;font-size:clamp(42px,6vw,64px);margin:0 0 12px}
.policy .updated{color:rgba(247,243,234,.62);font-size:13px;margin-bottom:36px}
.policy h2{font-family:var(--serif);font-weight:500;font-size:25px;margin:32px 0 8px}
.policy p,.policy li{font-size:16px;line-height:1.7;color:rgba(247,243,234,.9)}
.policy a{color:#F0C87E;text-underline-offset:3px}
.back-home{display:inline-block;margin-top:24px;border:1px solid #B8955B;padding:12px 18px;text-decoration:none;border-radius:3px}

@media (max-width:900px){
  .site{padding:22px 22px 24px}
  .topbar{grid-template-columns:1fr auto;grid-template-areas:"brand social"}.brand{grid-area:brand;text-align:left}.brand img{width:150px}.brand h1{font-size:34px}.brand-kicker{letter-spacing:.24em}.side-note{display:none}.social{grid-area:social}.social-tag{display:none}
  .hero-content{padding-top:105px}
  .features{grid-template-columns:repeat(2,1fr);gap:28px 18px}.feature:last-child{grid-column:1/-1;width:50%;justify-self:center}
  .bottomline{grid-template-columns:1fr 1fr}.bottom-center{grid-column:1/-1;grid-row:1}.bottom-left{grid-row:2}.bottom-right{grid-row:2}.bc-name:before,.bc-name:after{width:48px}
}
@media (max-width:560px){
  .site{padding:18px 17px 22px}
  .topbar{display:block}.brand{text-align:center}.brand img{width:130px}.brand h1{font-size:29px}.brand-kicker{font-size:8px}.social{position:absolute;top:16px;right:16px}.social-links{gap:9px}.social-links a{width:29px;height:29px;font-size:12px}
  .hero-bg img{object-position:50% top}
  .hero-content{padding-top:125px}.coming-soon{font-size:48px;letter-spacing:.12em}.subhead{font-size:12px;letter-spacing:.22em;line-height:1.5}.intro{font-size:14px}
  .features{margin-top:30px;grid-template-columns:1fr 1fr}.feature .icon{width:42px;height:42px}.feature strong{font-size:11px}.feature span{font-size:9px}.feature:last-child{width:100%}
  .signup-wrap h2{font-size:14px;line-height:1.5}.signup-form{grid-template-columns:1fr}.signup-form button{width:100%}.consent,.privacy-link,.form-message{grid-column:1}
  .bottomline{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.bottom-center{order:-1}.bc-name:before,.bc-name:after{display:none}.bottom-left{border:0;padding:0}.bottom-right{justify-self:auto;text-align:center;border:0;padding:0}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

.noscript-note{margin:0 auto 12px;max-width:620px;font-size:12px;line-height:1.55;color:rgba(255,253,247,.9)}.noscript-note a{text-underline-offset:3px}

@media (max-width:900px){.brand-region,.brand h1,.brand-kicker{color:#F7F3EA;text-shadow:0 2px 14px rgba(0,0,0,.55)}}
