:root{--ink:#18201b;--paper:#fbfaf6;--cream:#f5f0e6;--sage:#9faf96;--moss:#50664f;--line:rgba(24,32,27,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:1rem;z-index:99}.page-width{padding-left:5vw;padding-right:5vw}.site-header{height:84px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 5vw;border-bottom:1px solid var(--line);position:relative;z-index:10}.wordmark{font-weight:800;font-size:1.3rem;letter-spacing:.22em}.wordmark img{max-height:38px;width:auto}.primary-nav{display:flex;gap:2.2rem;font-size:.86rem}.cart-link{justify-self:end;border-bottom:1px solid;padding-bottom:.25rem;font-size:.86rem;font-weight:700}.menu-toggle{display:none;background:none;border:0}.hero{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:7vw 5vw 5vw}.eyebrow{margin:0 0 1.5rem;font-size:.73rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero h1,.product-info h1,.cart-page h1{margin:0;font:400 clamp(4rem,7.1vw,8rem)/.88 Georgia,serif;letter-spacing:-.055em}.hero h1 em{display:block;font-weight:400}.hero-text{max-width:580px;margin:2rem 0;font:1.3rem/1.55 Georgia,serif}.button{display:inline-flex;justify-content:space-between;align-items:center;min-width:220px;padding:1.05rem 1.25rem;border:0;font-weight:800;cursor:pointer}.button-dark{background:var(--ink);color:#fff}.hero-copy .button{align-self:flex-start}.proof-row{display:flex;gap:2.2rem;margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--line);font-size:.75rem}.proof-row span{display:flex;flex-direction:column;gap:.25rem}.proof-row strong{font:400 1.35rem Georgia,serif}.hero-media{position:relative;padding:2.5vw 4vw 5vw 1vw;background:var(--cream)}.hero-media>img,.image-placeholder{width:100%;height:100%;min-height:600px;object-fit:cover}.image-placeholder{display:grid;place-items:center;background:#ddd6c9;color:#6c756d}.floating-note{position:absolute;right:0;bottom:2.5rem;width:270px;display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1.3rem;background:var(--moss);color:#fff;font-size:.8rem;line-height:1.45}.value-section,.collection-section,.brand-story{padding-top:9rem;padding-bottom:9rem}.section-heading{display:grid;grid-template-columns:.75fr 1.25fr;align-items:end;margin-bottom:5rem}.section-heading.compact{display:block}.section-heading h2,.brand-story .story-copy,.collection-section h1{margin:0;font:400 clamp(2.5rem,5vw,5.4rem)/.98 Georgia,serif;letter-spacing:-.045em}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.value-grid article{min-height:260px;padding:1.5rem;border-right:1px solid var(--line)}.value-grid article:last-child{border:0}.value-grid h3{margin:3rem 0 1rem;font:400 1.45rem Georgia,serif}.value-grid p{font-size:.88rem;line-height:1.65;color:#536057}.collection-section{background:var(--cream)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-image{aspect-ratio:1/1.1;background:#e6e0d5;overflow:hidden}.product-image img,.product-image svg{width:100%;height:100%;object-fit:cover}.product-meta{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0}.product-meta h3,.product-meta h2{margin:0;font:400 1.1rem Georgia,serif}.brand-story{display:grid;grid-template-columns:.6fr 1.4fr;gap:3rem}.brand-story .story-copy p{margin:0}.site-footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;align-items:end;padding:4rem 5vw;border-top:1px solid var(--line);font-size:.8rem}.site-footer nav{display:flex;justify-content:flex-end;gap:1rem}.site-footer small{grid-column:1/-1;opacity:.55}.main-product{display:grid;grid-template-columns:1.1fr .9fr;gap:6vw;padding-top:5vw;padding-bottom:8vw}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.gallery-item:first-child{grid-column:1/-1}.gallery-item{background:var(--cream)}.product-info{position:sticky;top:2rem;align-self:start}.product-info h1{font-size:clamp(2.8rem,5vw,5rem);line-height:.98}.price{margin:1.5rem 0;font:1.4rem Georgia,serif}.product-description{line-height:1.7}.product-form{display:grid;gap:.8rem;margin-top:2rem}.product-form select,.product-form input{width:100%;padding:1rem;border:1px solid var(--line);background:#fff}.add-button{width:100%;margin-top:.5rem}.shopify-payment-button{margin-top:.2rem}.product-notes{padding:1.5rem 0 0;list-style:none;border-top:1px solid var(--line);font-size:.8rem;line-height:2}.cart-page{padding-top:7vw;padding-bottom:9vw}.cart-page h1{font-size:5rem}.cart-item{display:grid;grid-template-columns:180px 1fr;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--line)}.cart-item input{width:80px;padding:.7rem}.cart-summary{margin-left:auto;max-width:420px;padding-top:2rem}.cart-summary p{display:flex;justify-content:space-between}.cart-summary .button{width:100%}@media(max-width:800px){.site-header{grid-template-columns:1fr auto auto;gap:1rem;height:70px}.menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:70px;left:0;right:0;flex-direction:column;padding:2rem 5vw;background:var(--paper);border-bottom:1px solid var(--line)}.primary-nav.is-open{display:flex}.hero,.main-product{grid-template-columns:1fr}.hero-copy{min-height:610px;padding:5rem 6vw 3rem}.hero h1{font-size:clamp(3.5rem,17vw,6rem)}.proof-row{gap:1.2rem;justify-content:space-between}.hero-media{padding:6vw}.hero-media>img,.image-placeholder{min-height:480px}.section-heading,.brand-story{grid-template-columns:1fr;gap:2rem}.value-grid,.product-grid{grid-template-columns:1fr 1fr}.value-grid article:nth-child(2){border-right:0}.main-product{padding:5vw}.product-info{position:static}.site-footer{grid-template-columns:1fr 1fr}.site-footer p{display:none}}@media(max-width:520px){.product-grid,.value-grid{grid-template-columns:1fr}.value-grid article{border-right:0;border-top:1px solid var(--line)}.product-gallery{grid-template-columns:1fr}.gallery-item:first-child{grid-column:auto}.proof-row{font-size:.65rem}.cart-item{grid-template-columns:100px 1fr}.site-footer nav{flex-direction:column;align-items:flex-end}}
