:root{--ink:#211813;--paper:#f4ebdd;--paper2:#ece1ce;--amber:#d88a2d;--moss:#526048;--line:rgba(56,39,27,.25);--cream:#fff9ef;--sans:ui-sans-serif,system-ui,sans-serif;--serif:Georgia,"Times New Roman",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.shell{width:min(1180px,calc(100% - 48px));margin:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(28,20,15,.97);color:#fff8ec;border-bottom:1px solid rgba(255,255,255,.13)}.nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{font-family:var(--serif);font-size:clamp(1.45rem,2.4vw,2.15rem);letter-spacing:.035em;line-height:.95}.brand small{display:block;color:var(--amber);font-family:var(--sans);font-size:.62rem;letter-spacing:.3em;margin:.55rem 0 0 .15rem}.nav-links{display:flex;gap:clamp(16px,3vw,42px);align-items:center;font-size:.94rem}.footer-links a:hover,.nav-links a:hover{text-decoration:underline;text-underline-offset:4px}.cart{border:1px solid var(--amber);color:var(--amber);padding:9px 14px;font-size:.78rem;letter-spacing:.12em}.hero{background:#211713;color:#fff7eb;min-height:560px;display:grid;grid-template-columns:46% 54%}.hero-copy{display:flex;align-items:center;padding:clamp(56px,9vw,132px) clamp(24px,5vw,88px) clamp(64px,7vw,104px) max(24px,calc((100vw - 1180px)/2));background:radial-gradient(circle at 82% 45%,#3e2b1e 0,transparent 42%)}.eyebrow{color:var(--amber);letter-spacing:.2em;font-size:.7rem;font-weight:700;margin:0 0 24px;text-transform:uppercase}.hero h1,.page-hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(3.25rem,5.4vw,6rem);line-height:.92;letter-spacing:-.055em;margin:0 0 26px}.hero p{font-size:1.08rem;max-width:34ch;margin:0 0 30px}.hero-media{min-height:560px;position:relative;background:#372518;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;display:block}.hero-caption{position:absolute;bottom:28px;left:28px;padding:9px 12px;background:rgba(30,20,12,.83);border:1px solid rgba(232,164,71,.55);font-family:var(--serif);font-style:italic}.actions{display:flex;flex-wrap:wrap;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 21px;border:1px solid var(--amber);letter-spacing:.1em;font-size:.72rem;font-weight:700;text-transform:uppercase;transition:transform .2s ease,background .2s ease,color .2s ease}.btn:hover{transform:translateY(-2px)}.btn:active{transform:scale(.98)}.btn-primary{background:var(--amber);color:#211813}.btn-secondary{color:#fff8ec}.proof-strip{background:var(--moss);color:#fff9ef}.proof-strip .shell{min-height:62px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;text-align:center}.proof-strip div+div{border-left:1px solid rgba(255,255,255,.45)}.section{padding:clamp(68px,9vw,128px) 0}.section-heading{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;font-size:clamp(2.35rem,4vw,4.25rem);line-height:1;margin:0}.section-intro{max-width:48ch;margin:18px 0 0}.center{text-align:center}.center .section-intro{margin-left:auto;margin-right:auto}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-top:46px}.category{position:relative;aspect-ratio:1/1.06;overflow:hidden;background:#433124}.category img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.category:hover img{transform:scale(1.05)}.category span{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);background:var(--paper);border:1px solid #8e724e;white-space:nowrap;padding:7px 14px;border-radius:999px;font-size:.72rem;letter-spacing:.1em}.feature{background:#2b1d15;color:#fff8eb}.feature-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(40px,7vw,110px);gap:clamp(40px,7vw,110px);align-items:center}.feature-image{aspect-ratio:1.1;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover}.feature .section-heading{font-size:clamp(2.7rem,4.8vw,5rem)}.feature p{max-width:45ch}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px 18px;gap:28px 18px;margin-top:44px}.product-card{display:flex;flex-direction:column;gap:10px}.product-image{aspect-ratio:1;overflow:hidden;background:#ded0b9}.product-image img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s ease}.product-card:hover img{transform:scale(1.035)}.product-type{font-size:.67rem;text-transform:uppercase;letter-spacing:.15em;color:#755b40;margin-top:3px}.product-card h3{font-family:var(--serif);font-size:1.28rem;line-height:1.1;font-weight:400;margin:0}.product-bottom{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:.89rem}.product-link{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#8c4d18;text-decoration:underline;text-underline-offset:4px}.faq{border-top:1px solid var(--line);margin-top:42px}.faq details{padding:19px 0;border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-family:var(--serif);font-size:1.3rem}.faq p{max-width:62ch;margin:12px 24px 0 0}.site-footer{background:#1f1712;color:#f3e7d4;padding:58px 0 24px}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:40px;gap:40px}.footer-top h2{font-family:var(--serif);font-size:2.1rem;font-weight:400;line-height:1.05;margin:0 0 14px}.footer-links{display:grid;grid-gap:9px;gap:9px;font-size:.9rem}.footer-note{font-size:.88rem;color:#d8c7b0;max-width:38ch}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:44px;padding-top:20px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:.76rem;color:#d8c7b0}.theo img{height:30px;width:auto;display:block}.page-hero{background:#2b1d15;color:#fff8eb;padding:76px 0 68px}.page-hero p{max-width:54ch;margin:20px 0 0;color:#ecdeca}.page-hero h1{font-size:clamp(3rem,6vw,5.5rem)}.collection-nav{display:flex;gap:10px;overflow:auto;padding:20px 0 8px}.collection-nav a{border:1px solid var(--line);padding:9px 14px;white-space:nowrap;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.collection-nav a:hover{border-color:var(--amber);color:#8c4d18}.product-page{padding:64px 0 110px}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(36px,6vw,92px);gap:clamp(36px,6vw,92px);align-items:start}.gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.gallery img{width:100%;aspect-ratio:1;object-fit:contain;background:#dfd1bc}.product-info{position:-webkit-sticky;position:sticky;top:116px}.product-info h1{font-family:var(--serif);font-size:clamp(2.8rem,5vw,4.8rem);font-weight:400;line-height:.95;letter-spacing:-.045em;margin:10px 0 20px}.price{font-size:1.25rem;color:#914f17}.product-description{margin:28px 0;max-width:46ch}.variants{padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.9rem}.notice{background:#e4d7c2;padding:17px;margin:24px 0;font-size:.88rem}.legal{max-width:820px;padding:70px 0 100px}.legal h1{font-size:clamp(3rem,6vw,5.4rem);line-height:1;margin:0 0 26px}.legal h1,.legal h2{font-family:var(--serif);font-weight:400}.legal h2{font-size:2rem;margin-top:45px}.legal li,.legal p{max-width:75ch}.contact-block{background:#e2d4bf;padding:32px;max-width:680px}.contact-block a{color:#7d4315;text-decoration:underline;text-underline-offset:4px}.not-found{min-height:65vh;display:grid;place-items:center;text-align:center;padding:80px 24px}.not-found h1{font-family:var(--serif);font-weight:400;font-size:clamp(3rem,8vw,7rem);margin:0}.not-found p{max-width:38ch}@media(max-width:820px){.nav{min-height:78px}.nav-links{display:none}.brand{font-size:1.55rem}.hero{grid-template-columns:1fr}.hero-copy{padding:68px 24px 50px}.hero-media{min-height:340px;order:-1}.hero h1{font-size:clamp(3.2rem,15vw,4.7rem)}.proof-strip .shell{grid-template-columns:1fr;gap:0;padding:8px 0}.proof-strip div{padding:9px}.proof-strip div+div{border-left:0;border-top:1px solid rgba(255,255,255,.35)}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.product-layout{grid-template-columns:1fr}.feature-grid{gap:36px}.feature-image{order:-1}.product-info{position:static}.footer-top{grid-template-columns:1fr;gap:30px}.footer-bottom{align-items:flex-start;flex-direction:column}.page-hero{padding:60px 0}.product-page{padding-top:40px}.gallery{gap:8px}}@media(max-width:430px){.shell{width:min(100% - 32px,1180px)}.category-grid,.product-grid{gap:17px 12px}.product-card h3{font-size:1.1rem}.product-bottom{align-items:flex-start;flex-direction:column;gap:4px}.hero-caption{left:16px;bottom:16px;font-size:.86rem}.actions .btn{width:100%}.category span{font-size:.6rem;padding:6px 8px}.section{padding:64px 0}}