:root{--forest:#10251b;--bone:#f3ead7;--paper:#faf6eb;--gold:#d8a72e;--olive:#65704b;--ink:#18211b;--line:#c9bea7;--red:#a64a32}
.product-actions.has-color{grid-template-columns:1fr 1fr}.product-actions.has-color .add-button{grid-column:1/-1;width:100%}.product-actions label,.product-actions select{width:100%}
*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:16px}.announcement{background:var(--gold);color:var(--forest);text-align:center;font-size:.76rem;font-weight:700;letter-spacing:.13em;padding:.65rem}.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,5vw,5rem);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(250,246,235,.95);backdrop-filter:blur(10px);z-index:20}.wordmark{font-family:"Archivo Black",sans-serif;font-size:2rem;line-height:.8;color:var(--forest);text-decoration:none;letter-spacing:-.05em}.wordmark small{font-family:"DM Sans",sans-serif;display:block;font-size:.48rem;letter-spacing:.1em;margin-top:.5rem}.site-header nav{display:flex;gap:2.4rem}.site-header nav a,.bag-button{color:var(--ink);text-decoration:none;font-weight:600;font-size:.9rem}.bag-button{border:0;background:none;cursor:pointer}.bag-button span{display:inline-grid;place-items:center;background:var(--forest);color:var(--bone);width:24px;height:24px;border-radius:50%;margin-left:.35rem}.shop-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,42vw);min-height:680px;border-bottom:1px solid var(--line)}.intro-copy{padding:clamp(4rem,9vw,8rem) clamp(1.25rem,6vw,6.5rem);display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.18em;color:var(--olive);margin:0 0 1.2rem}.intro-copy h1{font-family:"Archivo Black";font-size:clamp(4rem,8.2vw,8rem);letter-spacing:-.07em;line-height:.82;text-transform:uppercase;margin:0;color:var(--forest)}.intro-copy h1 em{font-style:normal;color:var(--gold);text-shadow:2px 2px 0 var(--forest)}.intro-copy>p:not(.eyebrow){font-size:1.08rem;line-height:1.65;max-width:32rem;margin:2.2rem 0}.arrow-link{color:var(--forest);text-decoration:none;font-weight:700;border-bottom:2px solid var(--forest);width:max-content;padding-bottom:.4rem}.hero-photo{margin:0;position:relative;min-height:600px;overflow:hidden;background:var(--forest)}.hero-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.06)}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(16,37,27,.5))}.hero-photo figcaption{position:absolute;bottom:1.5rem;left:1.5rem;color:#fff;z-index:1;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.collection{padding:clamp(4rem,8vw,7rem) clamp(1.25rem,5vw,5rem)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:2.5rem}.section-heading h2,.story h2,.trade h2{font-family:"Archivo Black";font-size:clamp(2.6rem,5vw,5rem);letter-spacing:-.055em;line-height:.9;text-transform:uppercase;margin:0;color:var(--forest)}.section-heading>p{color:#666}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.product-card{background:#fff;border:1px solid #ddd2bd;position:relative;transition:transform .2s}.product-card:hover{transform:translateY(-4px)}.product-image{aspect-ratio:2.24;background:#ded4c1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.025)}.product-info{padding:1.2rem}.product-code{color:var(--gold);font-weight:700;font-size:.7rem;letter-spacing:.12em}.product-row{display:flex;justify-content:space-between;gap:1rem;align-items:start}.product-row h3{font-family:"Archivo Black";font-size:1rem;text-transform:uppercase;margin:.35rem 0}.product-row strong{margin-top:.35rem}.product-actions{display:grid;grid-template-columns:1fr auto;gap:.5rem;margin-top:1rem}.product-actions select,.add-button{height:44px;border:1px solid var(--forest);background:#fff;padding:0 .8rem;font:inherit}.add-button{background:var(--forest);color:var(--bone);font-weight:700;cursor:pointer}.field-strip{display:grid;grid-template-columns:1fr 1.15fr;min-height:520px;background:var(--forest);color:var(--bone);align-items:stretch}.field-strip figure{margin:0;overflow:hidden}.field-strip img{width:100%;height:100%;object-fit:cover;filter:saturate(.75)}.field-strip blockquote{margin:0;padding:4rem 2rem;display:grid;place-items:center;text-align:center;font-family:"Archivo Black";font-size:clamp(2rem,3.5vw,3.8rem);line-height:1.05;color:var(--gold)}.story{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:clamp(5rem,10vw,9rem) clamp(1.25rem,8vw,9rem)}.story-copy{font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.6;max-width:38rem}.story-copy p:first-child{margin-top:0}.trade{background:var(--bone);border-top:1px solid var(--line)}.trade-copy{min-height:520px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,12vw,12rem);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.trade-copy>p:not(.eyebrow):not(.contact){line-height:1.6;max-width:30rem;margin:1.7rem 0}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--forest);color:#fff;text-decoration:none;border:0;padding:1rem 1.4rem;font-weight:700;cursor:pointer}.contact{font-size:.78rem;color:#667068;margin-top:1.5rem}footer{background:var(--forest);color:var(--bone);padding:4rem clamp(1.25rem,5vw,5rem);display:grid;grid-template-columns:2fr 1fr 1fr;align-items:end;gap:2rem}footer .wordmark,footer a{color:var(--bone)}footer p{font-size:.82rem;line-height:1.8;margin:0}.overlay{position:fixed;inset:0;background:rgba(10,20,14,.6);z-index:39;opacity:0;pointer-events:none;transition:.25s}.overlay.open{opacity:1;pointer-events:auto}.bag{position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);background:var(--paper);z-index:40;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column}.bag.open{transform:none}.bag-head{height:84px;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.bag-head h2{font-family:"Archivo Black";text-transform:uppercase}.bag-head button{border:0;background:none;font-size:2rem;cursor:pointer}.bag-items{padding:1.5rem;overflow:auto;flex:1}.empty{text-align:center;color:#777;padding:5rem 1rem}.bag-item{display:grid;grid-template-columns:82px 1fr auto;gap:1rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--line)}.bag-item img{width:82px;height:70px;object-fit:cover}.bag-item h3{font-size:.9rem;margin:0 0 .25rem}.bag-item p{font-size:.78rem;color:#666;margin:0}.remove{border:0;background:none;color:var(--red);cursor:pointer;align-self:start}.bag-footer{padding:1.5rem;border-top:1px solid var(--line)}.bag-footer>div{display:flex;justify-content:space-between;font-size:1.1rem;margin-bottom:1rem}.checkout{width:100%}.bag-footer small{display:block;color:#777;text-align:center;margin-top:.75rem}
.size-guide{display:inline-block;border:0;background:none;color:var(--forest);font:inherit;font-size:.82rem;font-weight:700;text-decoration:underline;text-underline-offset:.25rem;padding:.25rem 0;cursor:pointer}.size-dialog{width:min(720px,calc(100% - 2rem));border:1px solid var(--forest);background:var(--paper);color:var(--ink);padding:clamp(1.25rem,4vw,2.5rem);box-shadow:0 24px 80px rgba(10,20,14,.35)}.size-dialog::backdrop{background:rgba(10,20,14,.7)}.size-dialog-head{display:flex;align-items:start;justify-content:space-between;gap:1rem}.size-dialog-head h2{font-family:"Archivo Black";font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.05em;text-transform:uppercase;line-height:.9;margin:0;color:var(--forest)}.size-dialog-head .eyebrow{margin-bottom:.7rem}.dialog-close{border:0;background:none;color:var(--forest);font-size:2.2rem;line-height:1;cursor:pointer;padding:0}.fit-note{margin:1.5rem 0 .8rem;font-weight:700}.size-table-wrap{overflow-x:auto}.size-table{width:100%;border-collapse:collapse;min-width:580px}.size-table th,.size-table td{border:1px solid var(--line);padding:.8rem;text-align:center}.size-table thead th{background:var(--forest);color:var(--bone)}.size-table tbody th{text-align:left;background:var(--bone);white-space:nowrap}.measure-guide{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin:1.25rem 0}.measure-guide p{font-size:.88rem;line-height:1.5;margin:0}.measure-guide strong{display:block;color:var(--forest)}.size-dialog>small{color:#6d746e}
@media(max-width:850px){.site-header{height:76px}.site-header nav{display:none}.wordmark{font-size:1.7rem}.shop-intro{grid-template-columns:1fr}.intro-copy{min-height:480px}.hero-photo{min-height:560px}.product-grid{grid-template-columns:repeat(2,1fr)}.field-strip{grid-template-columns:1fr}.field-strip blockquote{padding:4rem 1.5rem}.field-strip figure{height:420px}.story{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}.footer-mark{grid-column:1/-1}}
@media(max-width:540px){.announcement{font-size:.62rem}.shop-intro{min-height:0}.intro-copy{min-height:430px}.intro-copy h1{font-size:3.8rem}.hero-photo{min-height:500px}.section-heading{align-items:start;flex-direction:column;gap:1rem}.product-grid{grid-template-columns:1fr}.field-strip figure{height:330px}.story{gap:2rem}.trade-copy{padding:4rem 1.25rem}footer{grid-template-columns:1fr}.footer-mark{grid-column:auto}.measure-guide{grid-template-columns:1fr}.size-dialog{padding:1.25rem}.size-table th,.size-table td{padding:.7rem .6rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.account-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.text-button{color:var(--forest);font-weight:700;text-underline-offset:.3rem}
.field-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#667068;margin:0 0 .35rem}.product-actions,.product-actions.has-color{grid-template-columns:minmax(0,1fr) 82px;gap:.6rem;align-items:end}.product-actions label,.product-actions select,.product-actions input{width:100%}.product-actions select,.product-actions input,.product-actions .add-button{height:44px}.product-actions input{border:1px solid var(--forest);background:#fff;padding:0 .5rem;font:inherit;text-align:center}.quantity-field{max-width:82px}.product-actions .add-button,.product-actions.has-color .add-button{grid-column:auto;width:auto;align-self:end}.bag-item{grid-template-columns:82px minmax(0,1fr) auto}.bag-quantity{display:flex;align-items:center;width:max-content;margin-top:.7rem;border:1px solid var(--forest);background:#fff}.bag-quantity button,.bag-quantity input{width:34px;height:34px;border:0;background:transparent;color:var(--forest);font:inherit;text-align:center}.bag-quantity button{cursor:pointer;font-size:1.15rem}.bag-quantity input{width:42px;border-left:1px solid var(--line);border-right:1px solid var(--line)}
@media(max-width:540px){.bag-item{grid-template-columns:70px minmax(0,1fr) auto;gap:.75rem}.bag-item img{width:70px;height:64px}}
.product-actions:not(.has-color) .add-button{grid-column:1/-1;width:100%}
