:root{--bg:#0e1a11;--surface:#142419;--surface-raised:#1a2e20;--border:hsla(42,35%,67%,.1);--border-bright:hsla(42,35%,67%,.26);--ink:#f0e8d4;--muted:#7a8e76;--dimmed:#3a5040;--parchment:#f0e8d4;--parchment-alt:#e8dfc8;--on-p-ink:#1c2a1e;--on-p-muted:#4e5e48;--on-p-border:rgba(30,50,30,.11);--gold:#b89040;--gold-light:#d0a850;--amber:#9e5820;--amber-light:#ba7238;--nav-h:68px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes markSpin{0%{opacity:0;transform:rotate(-110deg) scale(.3)}to{opacity:1;transform:rotate(0deg) scale(1)}}@keyframes successIn{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}@keyframes marqueeScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Palatino Linotype,Palatino,Book Antiqua,Georgia,Times New Roman,serif;font-size:1rem;line-height:1.7;color:var(--ink);background-color:var(--bg);min-height:100vh}h1,h2,h3,h4{font-family:Palatino Linotype,Palatino,Book Antiqua,Georgia,serif;line-height:1.1;font-weight:700}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{max-width:1120px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.reveal{display:flex;flex-direction:column;opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s ease}.reveal.is-revealed{opacity:1;transform:none}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--nav-h);border-bottom:1px solid var(--border);background:rgba(14,26,17,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.nav-inner{max-width:1120px;margin:0 auto;padding:0 1.5rem;height:100%;justify-content:space-between}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:.8rem}.nav-logo img{filter:brightness(0) invert(1) sepia(.12)}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-link{font-family:system-ui,-apple-system,sans-serif;font-size:.76rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);transition:color .2s;position:relative}.nav-link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--gold);transition:width .22s ease}.nav-link:hover{color:var(--ink)}.nav-link:hover:after{width:100%}.hero{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:5rem 1.5rem 4rem;text-align:center;position:relative;background:url(/hero3.webp) center 20%/cover no-repeat,var(--bg)}.hero-name{font-size:clamp(3.6rem,10vw,7.5rem);font-weight:700;line-height:.9;letter-spacing:-.02em;color:#1b2e20;animation:fadeUp 1s ease .1s both}.hero-name em{display:block;font-size:.62em;font-style:italic;font-weight:400;letter-spacing:.04em;color:var(--surface-raised);opacity:.9}.nl-form{display:flex;flex-direction:column;align-items:center;gap:.6rem;animation:fadeUp 1s ease .4s both}.nl-label{font-family:system-ui,-apple-system,sans-serif;font-size:.67rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--ink);margin-bottom:.15rem}.nl-row{display:flex;width:100%;max-width:400px}.nl-input{flex:1 1;border:1px solid var(--border-bright);border-right:none;background:rgba(14,26,17,.55);color:var(--ink);padding:.78rem 1rem;font-family:system-ui,-apple-system,sans-serif;font-size:.875rem;border-radius:2px 0 0 2px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);outline:none;transition:border-color .2s,background .2s;min-width:0}.nl-input::placeholder{color:var(--muted)}.nl-input:focus{border-color:rgba(184,144,64,.55);background:rgba(14,26,17,.7)}.nl-submit{border:1px solid rgba(184,144,64,.55);background:transparent;color:var(--parchment);padding:.78rem 1.2rem;font-family:system-ui,-apple-system,sans-serif;font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:0 2px 2px 0;white-space:nowrap;transition:background .22s ease,border-color .22s ease,color .22s ease}.nl-submit:hover:not(:disabled){background:var(--gold);border-color:var(--gold);color:var(--bg)}.nl-submit:disabled{opacity:.45;cursor:progress}.nl-error{font-family:system-ui,-apple-system,sans-serif;font-size:.8rem;color:#ff9090}.nl-success{text-align:center;padding:.5rem 0;animation:successIn .6s cubic-bezier(.22,1,.36,1) both}.nl-success-mark{display:block;font-size:2.75rem;color:var(--gold);line-height:1;margin-bottom:.875rem;animation:markSpin .65s cubic-bezier(.34,1.56,.64,1) .18s both}.nl-success-title{font-size:1.5rem;color:var(--ink);margin-bottom:.45rem;animation:fadeUp .5s ease .4s both}.nl-success-sub{font-family:system-ui,-apple-system,sans-serif;font-size:.875rem;color:#1b2e20;line-height:1.65;max-width:36ch;margin:0 auto;animation:fadeUp .5s ease .55s both}.marquee-wrap{overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);padding:.875rem 0;white-space:nowrap}.marquee-track{display:inline-flex;animation:marqueeScroll 36s linear infinite}.marquee-item{display:inline-flex;align-items:center;color:var(--muted);padding:0 1.75rem}.marquee-item--icon{gap:1.75rem}.marquee-icon{display:flex;align-items:center;width:28px;height:28px;color:var(--dimmed)}.marquee-icon svg{width:100%;height:100%}.marquee-sep{color:var(--gold);font-size:.55rem}.section{padding:6rem 0}.section-forest{background:var(--surface)}.section-forest-raised{background:var(--surface-raised)}.section-heading-group{text-align:center;margin-bottom:4rem}.section-ornament{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.1rem}.section-ornament:after,.section-ornament:before{content:"";display:block;height:1px;width:44px;background:var(--border-bright)}.section-ornament-mark{font-size:.68rem;color:var(--gold);line-height:1}.section-eyebrow{font-family:system-ui,-apple-system,sans-serif;font-size:.67rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:.65rem}.section-heading{font-size:clamp(2rem,4.5vw,3rem);color:var(--ink);font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.card{background:var(--parchment);border:1px solid transparent;border-radius:3px;overflow:hidden;display:flex;flex-direction:column;flex:1 1;color:var(--on-p-ink);transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}.card:hover{transform:translateY(-7px) rotate(-.3deg);box-shadow:0 28px 70px rgba(5,10,7,.8),0 0 0 1px rgba(184,144,64,.38);border-color:rgba(184,144,64,.38)}.card-image-wrap{position:relative;overflow:hidden;height:260px;flex-shrink:0}.card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .42s ease}.card:hover .card-image{transform:scale(1.05)}.card-image-wrap:after{content:"";position:absolute;inset:0;background:rgba(14,26,17,0);transition:background .32s ease;pointer-events:none}.card:hover .card-image-wrap:after{background:rgba(14,26,17,.12)}.card-image-fallback{width:100%;height:100%;display:grid;place-items:center;background:var(--parchment-alt);color:var(--on-p-muted);font-family:system-ui,sans-serif;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.card-body{padding:1.4rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1 1;border-top:1px solid var(--on-p-border)}.card-name{font-size:1.15rem;font-weight:700;color:var(--on-p-ink);margin-bottom:.4rem}.card-description{font-size:.875rem;color:var(--on-p-muted);line-height:1.65;flex:1 1}.card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--on-p-border)}.card-price{font-size:1.1rem;font-weight:700;color:var(--on-p-ink)}.card-link{font-family:system-ui,-apple-system,sans-serif;font-size:.74rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--amber);transition:color .18s}.card-link:hover{color:var(--amber-light)}.about-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center;max-width:960px;margin:0 auto}@media (max-width:720px){.about-layout{grid-template-columns:1fr;gap:3rem}}.about-image-wrap{position:relative}.about-image-placeholder{width:100%;aspect-ratio:3/4;background:var(--surface);border:1px solid var(--border-bright);border-radius:3px;display:flex;align-items:center;justify-content:center}.about-image-placeholder-text{font-family:system-ui,-apple-system,sans-serif;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--dimmed)}.about-inner{text-align:left}.about-body{color:var(--muted);line-height:1.9;font-size:1.025rem;margin-top:2rem}.about-body p+p{margin-top:1.1rem}.about-pull{display:block;background:var(--parchment);color:var(--on-p-ink);padding:2.25rem 2.5rem;border-radius:3px;transform:rotate(-1.4deg);box-shadow:10px 14px 40px rgba(5,10,7,.55);margin:3.5rem auto 0;max-width:460px;font-style:italic;font-size:1.2rem;line-height:1.55;transition:transform .35s ease,box-shadow .35s ease}.about-pull:hover{transform:rotate(-.4deg) translateY(-4px);box-shadow:14px 20px 52px rgba(5,10,7,.7)}.product-layout{padding:2.5rem 0 6rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-family:system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:3rem;transition:color .18s}.back-link:hover{color:var(--ink)}.product-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.product-image-wrap{border-radius:3px;overflow:hidden;position:relative}.product-image{width:100%;max-height:640px;object-fit:cover;display:block;transition:transform .5s ease}.product-image-wrap:hover .product-image{transform:scale(1.03)}.product-image-fallback{height:520px;display:grid;place-items:center;background:var(--surface);color:var(--dimmed);font-family:system-ui,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.product-info{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 2rem);background:var(--parchment);border-radius:3px;padding:2.5rem;color:var(--on-p-ink)}.product-eyebrow{font-family:system-ui,-apple-system,sans-serif;font-size:.67rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--amber);margin-bottom:.65rem}.product-name{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:var(--on-p-ink);line-height:1.1;margin-bottom:1rem}.product-description{color:var(--on-p-muted);line-height:1.78;font-size:.975rem;padding-bottom:1.75rem;margin-bottom:1.75rem;border-bottom:1px solid var(--on-p-border)}.price{font-size:2rem;font-weight:700;color:var(--on-p-ink);letter-spacing:-.01em;margin-bottom:1.75rem}.buy-button{display:block;width:100%;border:0;border-radius:2px;background:var(--amber);color:#f4ecda;padding:.95rem 1.5rem;font-family:system-ui,-apple-system,sans-serif;font-size:.84rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .1s}.buy-button:hover:not(:disabled){background:var(--amber-light)}.buy-button:active:not(:disabled){transform:scale(.985)}.buy-button:disabled{opacity:.5;cursor:progress}.checkout-error{margin-top:.875rem;font-family:system-ui,-apple-system,sans-serif;font-size:.84rem;color:#7a2a1e;line-height:1.5}.status-page{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5rem 1.5rem;gap:1.1rem}.status-ornament{font-size:2.25rem;color:var(--gold);margin-bottom:.5rem;line-height:1}.status-page h1{font-size:clamp(2.2rem,5vw,3.5rem)}.status-page p{color:var(--muted);max-width:42ch;line-height:1.75}.status-link{margin-top:.5rem;display:inline-block;font-family:system-ui,-apple-system,sans-serif;font-size:.76rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid rgba(184,144,64,.5);padding-bottom:2px;transition:color .18s,border-color .18s}.status-link:hover{color:var(--gold-light);border-color:var(--gold-light)}.footer{background:var(--bg);border-top:1px solid var(--border);padding:3.5rem 0}.footer-inner{max-width:1120px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-ornament{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.footer-ornament:after,.footer-ornament:before{content:"";display:block;height:1px;width:22px;background:var(--border-bright)}.footer-ornament-mark{font-size:.56rem;color:var(--gold);line-height:1}.footer-brand{font-size:1rem;font-weight:700}.footer-tagline{color:var(--muted);margin-top:.3rem}.footer-copy,.footer-tagline{font-family:system-ui,-apple-system,sans-serif;font-size:.73rem}.footer-copy{color:var(--dimmed);align-self:flex-end}@media (max-width:800px){.product-grid{grid-template-columns:1fr;gap:2rem}.product-info{position:static}.nav-links{gap:1.5rem}}@media (max-width:520px){.hero{padding-bottom:4rem;min-height:90vh}.section{padding:4rem 0}.about-pull{transform:rotate(-.8deg)}.footer-inner{flex-direction:column;align-items:flex-start;gap:1.5rem}.nav-logo-name span{display:none}}