:root{--ink:#0a0c10;--parchment:#f6f3ed;--cream:#ece7db;--gold:#b8975a;--gold-light:#d4b97a;--gold-dim:#b8975a26;--muted:#8a8d94;--rule:#b8975a40;--error:#c0392b;--error-border:#c0392b;--error-text:#e74c3c;--error-dim:#c0392b26;--error-dim-soft:#c0392b14;--error-dim-strong:#c0392b29;--error-shadow:#c0392b33;--error-text-muted:#e74c3c9e;--density-xs:.25rem;--density-sm:.5rem;--density-md:.75rem;--density-lg:1rem;--density-xl:1.5rem;--density-2xl:2rem;--density-control-height:2.25rem;--density-row-height:2.5rem;--xs:.25rem;--sm:.5rem;--md:1rem;--lg:1.5rem;--xl:2.5rem;--2xl:4rem;--3xl:6rem;--serif:"Cormorant Garamond","Georgia",serif;--sans:"DM Sans","Helvetica Neue",sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);background:var(--ink);color:var(--parchment);-webkit-font-smoothing:antialiased;overflow-x:hidden}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:all .6s;transform:translateY(20px)}.reveal.visible{opacity:1;transform:translateY(0)}.landingNav{z-index:100;background:var(--ink);border-bottom:1px solid #b8975a14;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.navLogo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.navWordmark{font-family:var(--serif);color:var(--parchment);letter-spacing:.02em;font-size:1.5rem;font-weight:500}.navDot{color:var(--gold)}.navTag{font-family:var(--sans);letter-spacing:.15em;text-transform:uppercase;color:var(--gold);border:1px solid var(--rule);border-radius:0;padding:.25rem .6rem;font-size:.75rem;font-weight:500}.navCta{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--ink);background:var(--gold);cursor:pointer;border:none;padding:.65rem 1.5rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .3s}.navCta:hover{background:var(--gold-light);transform:translateY(-1px)}.navCta:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.navActions{align-items:center;gap:1rem;display:flex}.navCtaSecondary{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:.65rem 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .3s}.navCtaSecondary:hover{color:var(--gold)}.navCtaSecondary:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 3rem 4rem;display:flex;position:relative;overflow:hidden}.heroUpper{font-family:var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);opacity:0;margin-bottom:2rem;font-size:.75rem;font-weight:500;animation:.8s .2s forwards fadeUp}.heroHeadline{font-family:var(--serif);color:var(--parchment);opacity:0;max-width:900px;margin-bottom:2.5rem;font-size:clamp(3rem,7vw,6.5rem);font-weight:300;line-height:1.05;animation:.8s .4s forwards fadeUp}.heroHeadline em{color:var(--gold);font-style:italic}.heroSub{font-family:var(--sans);color:var(--muted);opacity:0;max-width:58ch;margin-bottom:3rem;font-size:1.15rem;font-weight:300;line-height:1.7;animation:.8s .6s forwards fadeUp}.heroActions{opacity:0;align-items:center;gap:1.5rem;animation:.8s .8s forwards fadeUp;display:flex}.btnPrimary{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;color:var(--ink);background:var(--gold);cursor:pointer;border:none;padding:1rem 2.5rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btnPrimary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px #b8975a33}.btnPrimary:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.btnGhost{font-family:var(--sans);color:var(--muted);border-bottom:1px solid var(--rule);padding:1rem 0;font-size:.85rem;font-weight:400;text-decoration:none;transition:all .3s}.btnGhost:hover{color:var(--gold);border-color:var(--gold)}.btnGhost:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.heroRule{background:var(--rule);height:1px;position:absolute;bottom:0;left:3rem;right:3rem}.problem{padding:6rem 3rem}.problemGrid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;max-width:1120px;display:grid}.problemLabel{font-family:var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.75rem;font-weight:500}.problemQuote{font-family:var(--serif);color:var(--cream);font-size:clamp(1.6rem,3vw,2.4rem);font-style:italic;font-weight:300;line-height:1.4}.problemBody{padding-top:3rem}.problemBody p{font-family:var(--sans);color:var(--muted);margin-bottom:1.5rem;font-size:1rem;font-weight:300;line-height:1.8}.problemBody strong{color:var(--parchment);font-weight:500}.capabilities{border-top:1px solid #b8975a1a;padding:6rem 3rem}.sectionHeader{margin-bottom:4rem}.sectionHeader:before{content:"";background:var(--gold);opacity:.4;width:2rem;height:1px;margin-bottom:1.5rem;display:block}.sectionLabel{font-family:var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.75rem;font-weight:500}.sectionTitle{font-family:var(--serif);color:var(--parchment);max-width:24ch;font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.2}.capGrid{background:#b8975a1a;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1100px;display:grid}.capCard{background:var(--ink);padding:2.5rem;transition:all .4s}.capCard:hover{background:#b8975a0a;box-shadow:0 4px 24px #b8975a14}.capGrid .capCard{opacity:0;transform:translateY(16px)}.capGrid.visible .capCard{animation:.5s forwards fadeUp}.capGrid.visible .capCard:first-child{animation-delay:0s}.capGrid.visible .capCard:nth-child(2){animation-delay:80ms}.capGrid.visible .capCard:nth-child(3){animation-delay:.16s}.capGrid.visible .capCard:nth-child(4){animation-delay:.24s}.capGrid.visible .capCard:nth-child(5){animation-delay:.32s}.capGrid.visible .capCard:nth-child(6){animation-delay:.4s}.capNumber{font-family:var(--serif);color:#b8975a33;margin-bottom:1.5rem;font-size:2.5rem;font-weight:300}.capTitle{font-family:var(--serif);color:var(--parchment);margin-bottom:1rem;font-size:1.35rem;font-weight:500}.capDesc{font-family:var(--sans);color:var(--muted);font-size:.9rem;font-weight:300;line-height:1.7}.how{border-top:1px solid #b8975a1a;padding:6rem 3rem}.howSteps{grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1100px;margin-top:3rem;display:grid}.howStep{position:relative}.howStep:before{content:"";background:var(--rule);height:1px;position:absolute;top:1.2rem;left:2.8rem;right:-1.5rem}.howStep:last-child:before{display:none}.stepNum{border:1px solid var(--gold);width:2.5rem;height:2.5rem;font-family:var(--serif);color:var(--gold);background:var(--ink);z-index:1;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1rem;display:flex;position:relative}.stepTitle{font-family:var(--serif);color:var(--parchment);margin-bottom:.75rem;font-size:1.1rem;font-weight:500}.stepDesc{font-family:var(--sans);color:var(--muted);font-size:.85rem;font-weight:300;line-height:1.7}.trust{border-top:1px solid #b8975a1a;padding:6rem 3rem}.trustGrid{background:#b8975a1a;grid-template-columns:1fr 1fr;gap:1px;max-width:800px;margin-top:3rem;display:grid}.trustItem{background:var(--ink);padding:2rem 2.5rem}.trustIndex{font-family:var(--serif);color:#b8975a80;margin-bottom:.85rem;font-size:1.15rem}.trustTitle{font-family:var(--serif);color:var(--parchment);margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.trustDesc{font-family:var(--sans);color:var(--muted);font-size:.85rem;font-weight:300;line-height:1.6}.testimonial{border-top:1px solid #b8975a1a;padding:5rem 3rem}.testimonialInner{text-align:center;max-width:700px;margin:0 auto}.testimonialText{font-family:var(--serif);color:var(--cream);margin-bottom:2rem;font-size:1.5rem;font-style:italic;font-weight:300;line-height:1.6}.testimonialAttr{font-family:var(--sans);color:var(--muted);letter-spacing:.05em;font-size:.8rem;font-weight:400}.waitlist{border-top:1px solid #b8975a1a;padding:8rem 3rem;position:relative;overflow:hidden}.waitlistInner{max-width:600px;position:relative}.waitlistHeadline{font-family:var(--serif);color:var(--parchment);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}.waitlistSub{font-family:var(--sans);color:var(--muted);max-width:56ch;margin-bottom:2rem;font-size:1rem;font-weight:300;line-height:1.7}.waitlistForm{flex-direction:column;gap:0;margin-bottom:1.5rem;display:flex}.formRow{gap:0;display:flex}.waitlistInput{font-family:var(--sans);color:var(--parchment);background:#f6f3ed0d;border:1px solid #b8975a33;outline:none;flex:1;width:100%;padding:1.3rem 1.25rem .7rem;font-size:.9rem;transition:all .3s}.waitlistInput::placeholder{color:#0000}.inputGroup{flex:1;position:relative}.inputGroup label{font-family:var(--sans);color:var(--muted);pointer-events:none;transform-origin:0;font-size:.9rem;transition:all .2s;position:absolute;top:1rem;left:1.25rem}.inputGroup input:focus+label,.inputGroup input:not(:placeholder-shown)+label{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;top:.3rem}.waitlistInput:focus{border-color:var(--gold);background:#f6f3ed14}.waitlistInput:hover{border-color:#b8975a73}.nameInput{border-bottom:none}.emailRow .waitlistInput{border-right:none}.waitlistSubmit{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;color:var(--ink);background:var(--gold);border:1px solid var(--gold);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;min-width:12rem;padding:1rem 2rem;font-size:.8rem;font-weight:500;transition:all .3s;display:inline-flex}.waitlistSubmit:hover{background:var(--gold-light)}.waitlistSubmit:disabled{opacity:.6;cursor:not-allowed}.waitlistSubmit:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.waitlistNote{font-family:var(--sans);color:var(--muted);font-size:.75rem;line-height:1.6}@keyframes checkFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.waitlistSuccess{border:1px solid var(--gold);background:var(--gold-dim);padding:1.5rem 2rem;animation:.5s forwards checkFade}.waitlistSuccess p{font-family:var(--sans);color:var(--parchment);font-size:.95rem;line-height:1.6}.waitlistError{border:1px solid var(--error);background:var(--error-dim);margin-bottom:1rem;padding:1rem 1.5rem}.waitlistError p{font-family:var(--sans);color:var(--error-text);font-size:.85rem}footer{border-top:1px solid var(--rule);justify-content:space-between;align-items:center;padding:4rem 3rem;display:flex}.footerLeft{font-family:var(--serif);color:var(--parchment);letter-spacing:.02em;font-size:1.25rem;font-weight:400}.footerLeft span{color:var(--gold)}.footerRight{font-family:var(--sans);color:var(--muted);font-size:.75rem}.footerRight a{color:var(--muted);text-decoration:none;transition:color .3s}.footerRight a:hover{color:var(--gold)}@media (max-width:900px){.landingNav{padding:1.25rem 1.5rem}.hero{padding:7rem 1.5rem 3rem}.problem{padding:4rem 1.5rem}.problemGrid{grid-template-columns:1fr;gap:2rem}.problemBody{padding-top:0}.capabilities{padding:4rem 1.5rem}.capGrid{grid-template-columns:1fr}.how{padding:4rem 1.5rem}.howSteps{grid-template-columns:1fr 1fr;gap:2rem}.howStep:before{display:none}.trust{padding:4rem 1.5rem}.trustGrid{grid-template-columns:1fr}.waitlist{padding:5rem 1.5rem}.formRow{flex-direction:column}.emailRow .waitlistInput{border-bottom:none;border-right:1px solid #b8975a33}.testimonial{padding:4rem 1.5rem}footer{text-align:center;flex-direction:column;gap:1rem;padding:2rem 1.5rem}.heroActions{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.howSteps{grid-template-columns:1fr}.navTag{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal,.capGrid .capCard,.heroUpper,.heroHeadline,.heroSub,.heroActions{opacity:1;transform:none}html{scroll-behavior:auto}}summary:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
