:root {
  --paper:#f3eee2;
  --paper-light:#fbf8f0;
  --ink:#193126;
  --muted:#686a61;
  --forest:#173326;
  --forest-deep:#0b2118;
  --indigo:#142b37;
  --gold:#bd8c2f;
  --gold-soft:#d5b66f;
  --rust:#9b5a3e;
  --border:#d8cebb;
  --serif:"Cormorant Garamond","Iowan Old Style",Baskerville,Georgia,serif;
  --sans:Montserrat,"Avenir Next",Avenir,"Segoe UI",sans-serif;
  --header-height:72px;
  --container:1200px;
  --wide:1440px;
  --shadow:0 18px 48px rgba(17,39,28,.1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);line-height:1.55;overflow-x:clip}
body.has-overlay{overflow:hidden}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit}
img{display:block;max-width:100%}
[hidden]{display:none!important}
.container{width:min(calc(100% - 64px),var(--container));margin-inline:auto}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;z-index:100;left:16px;top:16px;transform:translateY(-180%);padding:12px 16px;background:var(--paper-light)}
.skip-link:focus{transform:none}
:focus-visible{outline:2px solid var(--gold);outline-offset:4px}

.site-header{position:sticky;z-index:40;top:0;height:var(--header-height);background:rgba(248,245,236,.95);border-bottom:1px solid rgba(23,51,38,.12);backdrop-filter:blur(14px)}
.header-inner{width:min(calc(100% - 64px),var(--wide));height:100%;margin:auto;display:grid;grid-template-columns:minmax(205px,260px) 1fr auto;align-items:center;gap:28px}
.brand-link img{width:clamp(185px,14vw,240px);height:auto}
.desktop-nav{justify-self:center;display:flex;align-items:center;gap:clamp(12px,1.35vw,24px)}
.desktop-nav a{position:relative;padding:26px 0 24px;text-decoration:none;text-transform:uppercase;letter-spacing:.13em;font-size:10.5px;font-weight:650;white-space:nowrap}
.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:1px;background:var(--gold);transition:right .2s ease}
.desktop-nav a:hover::after,.desktop-nav a.is-current::after{right:0}
.header-actions{display:flex;align-items:center;gap:4px}
.icon-button,.drawer-close{min-width:44px;min-height:44px;display:inline-grid;place-items:center;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}
.icon-button img{width:23px;height:23px}
.menu-trigger{display:none}
.search-glyph{width:18px;height:18px;border:1.7px solid currentColor;border-radius:50%;position:relative}
.search-glyph::after{content:"";position:absolute;width:8px;height:1.7px;right:-6px;bottom:-3px;background:currentColor;transform:rotate(48deg);transform-origin:left center}
.request-trigger{position:relative}
.request-count{position:absolute;right:0;top:0;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--gold);font-size:10px;font-weight:700}

.mobile-menu,.request-drawer{position:fixed;inset:0;z-index:70;display:grid;grid-template-columns:1fr minmax(290px,440px)}
.drawer-backdrop{grid-column:1;grid-row:1;border:0;background:rgba(5,19,13,.62);cursor:pointer}
.mobile-menu-panel,.request-panel{grid-column:2;grid-row:1;min-height:100%;padding:32px;background:var(--paper-light);box-shadow:-18px 0 50px rgba(0,0,0,.18)}
.mobile-menu-panel{display:flex;flex-direction:column}
.drawer-heading{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border)}
.drawer-heading>span,.drawer-heading .eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:700}
.drawer-heading h2{margin:3px 0 14px;font-family:var(--serif);font-size:34px;font-weight:500}
.mobile-menu-panel>a{padding:16px 0;border-bottom:1px solid var(--border);font-family:var(--serif);font-size:27px;text-decoration:none}
.request-items{display:grid;gap:10px;margin:22px 0}
.request-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:13px 0;border-bottom:1px solid var(--border)}
.request-item strong{font-family:var(--serif);font-size:19px;font-weight:500}
.request-item button{border:0;background:none;color:var(--rust);font-size:11px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer}
.request-empty{color:var(--muted)}

.search-panel{width:min(calc(100% - 32px),620px);padding:0;border:0;background:transparent}
.search-panel::backdrop{background:rgba(4,18,12,.66)}
.search-panel-inner{padding:28px;background:var(--paper-light);box-shadow:var(--shadow)}
.search-panel label{display:block;margin:24px 0 8px;font-size:12px;font-weight:650}
.search-field{display:grid;grid-template-columns:1fr auto}
.search-field input{min-width:0;padding:14px;border:1px solid var(--border);background:#fff}
.search-field button{padding:0 22px;border:1px solid var(--forest);background:var(--forest);color:#fff;text-transform:uppercase;letter-spacing:.13em;font-size:10px;cursor:pointer}
.search-note{margin-bottom:0;color:var(--muted);font-size:12px}

.button{min-height:52px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:32px;padding:0 28px;border:1px solid currentColor;text-decoration:none;text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:700;transition:background .2s,color .2s,transform .2s}
.button:hover{transform:translateY(-2px)}
.button-light{color:var(--forest);background:var(--paper-light);border-color:var(--paper-light)}
.button-dark{color:var(--paper-light);background:var(--forest);border-color:var(--forest)}
.button-gold{color:#14251c;background:var(--gold-soft);border-color:var(--gold-soft)}
.button-outline-light{color:#fff;background:transparent;border-color:rgba(255,255,255,.7)}
.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.23em;font-size:10px;font-weight:700;color:var(--gold)}

.collection-hero{position:relative;min-height:clamp(700px,calc(100vh - var(--header-height)),850px);overflow:hidden;isolation:isolate}
.hero-photo,.hero-shade{position:absolute;inset:0}
.hero-photo{width:100%;height:100%;object-fit:cover;z-index:-2}
.hero-shade{z-index:-1;pointer-events:none}
.hero-copy{width:min(calc(100% - 64px),var(--container));min-height:inherit;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative}
.hero-mark{width:102px;margin-bottom:18px}
.hero-mark img{width:100%;height:auto;max-height:96px;object-fit:contain}
.hero-copy h1{margin:0;font-family:var(--serif);font-size:clamp(76px,8vw,144px);font-weight:400;line-height:.72;letter-spacing:-.045em}
.hero-rule{display:block;width:70px;height:1px;margin:28px 0 19px;background:var(--gold)}
.hero-copy .hero-lead{margin:0 0 10px;font-family:var(--serif);font-size:clamp(24px,2vw,34px);line-height:1.05}
.hero-copy .hero-note{max-width:440px;margin:0 0 30px;font-size:14px}
.hero-index{position:absolute;right:36px;bottom:24px;display:flex;align-items:baseline;gap:18px;color:#fff;text-transform:uppercase;letter-spacing:.18em;font-size:9px}
.hero-index strong{font-family:var(--serif);font-size:34px;font-weight:500;letter-spacing:0}

.men-page .collection-hero{color:#fff;background:var(--indigo)}
.men-page .hero-mark{width:170px}
.men-page .hero-photo{left:auto;width:min(60%,1100px);object-position:54% top}
.men-page .hero-shade{background:linear-gradient(90deg,rgba(8,28,26,.98) 0%,rgba(8,28,26,.94) 31%,rgba(8,28,26,.72) 43%,rgba(8,28,26,.28) 58%,transparent 73%),linear-gradient(0deg,rgba(5,18,15,.4),transparent 42%)}
.men-page .hero-copy>*{max-width:46%}
.men-page .hero-copy h1{font-family:var(--sans);font-weight:750;text-transform:uppercase;font-size:clamp(68px,7vw,120px);line-height:.82;letter-spacing:-.05em}
.men-page .hero-copy .hero-lead{font-family:var(--sans);font-size:clamp(25px,2.2vw,38px);font-weight:700;text-transform:uppercase;line-height:.95}

.accessories-page .collection-hero{color:var(--ink);background:var(--paper)}
.accessories-page .hero-photo{left:auto;width:min(60%,1080px);object-position:53% top}
.accessories-page .hero-shade{background:linear-gradient(90deg,#f3eee2 0%,#f3eee2 34%,rgba(243,238,226,.95) 41%,rgba(243,238,226,.69) 49%,rgba(243,238,226,.25) 59%,transparent 71%),linear-gradient(0deg,rgba(23,51,38,.16),transparent 34%)}
.accessories-page .hero-copy>*{max-width:42%}
.accessories-page .hero-copy h1{font-size:clamp(72px,7.3vw,128px)}
.accessories-page .hero-index{color:var(--ink)}

.values-ribbon{min-height:98px;display:grid;grid-template-columns:repeat(3,1fr);background:var(--forest-deep);color:#f8f0df;border-top:1px solid rgba(207,173,97,.5);border-bottom:1px solid rgba(207,173,97,.4)}
.value-item{display:flex;align-items:center;justify-content:center;gap:15px;padding:17px;border-right:1px solid rgba(255,255,255,.14)}
.value-item:last-child{border-right:0}
.value-item img{width:40px;height:40px;object-fit:contain;filter:sepia(1) saturate(.75) brightness(1.25)}
.value-item strong{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:10px}
.value-item small{color:#c9c4b6;font-size:10px}

.section-head{padding:94px 0 42px;text-align:center}
.section-head h2{margin:10px 0 7px;font-family:var(--serif);font-size:clamp(48px,5.5vw,82px);font-weight:400;line-height:.9}
.section-head p:last-child{max-width:620px;margin:0 auto;color:var(--muted)}
.leaf-divider{width:148px;margin:22px auto 0}

.category-edit{padding-bottom:90px;background:var(--paper)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.accessories-page .category-grid{grid-template-columns:repeat(4,1fr)}
.category-card{position:relative;min-height:440px;overflow:hidden;border-radius:10px;background:var(--forest);box-shadow:var(--shadow);cursor:pointer;border:0;padding:0;color:#fff;text-align:left}
.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.category-card:hover img{transform:scale(1.025)}
.category-card::after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(transparent,rgba(6,23,16,.92))}
.category-card span{position:absolute;z-index:1;left:22px;right:22px;bottom:19px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:8px;font-family:var(--serif);font-size:31px}
.category-card small{grid-column:1/-1;font-family:var(--sans);font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:#d5c7a8}
.category-card b{color:var(--gold-soft);font-weight:400}

.collection-section{padding:0 0 100px;background:var(--paper-light)}
.filter-shell{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.filter-group{display:flex;gap:8px;flex-wrap:wrap}
.filter-chip{min-height:38px;padding:0 17px;border:1px solid var(--border);background:transparent;text-transform:uppercase;letter-spacing:.12em;font-size:9px;cursor:pointer}
.filter-chip.is-active{color:#fff;background:var(--forest);border-color:var(--forest)}
.filter-meta{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.13em;font-size:9px}
.filter-meta p{margin:0 8px 0 0}
.filter-meta select{min-height:38px;padding:0 34px 0 11px;border:1px solid var(--border);background:var(--paper-light);color:var(--ink)}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px}
.accessories-page .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-card{min-width:0;background:var(--paper);border:1px solid rgba(94,93,82,.18);box-shadow:0 10px 30px rgba(23,51,38,.05)}
.product-image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:#ddd3c0}
.accessories-page .product-image-wrap{aspect-ratio:1/1}
.product-image-wrap>img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.product-card:hover .product-image-wrap>img{transform:scale(1.018)}
.save-button{position:absolute;top:12px;right:12px;min-height:34px;padding:0 13px;border:1px solid rgba(255,255,255,.72);border-radius:30px;color:#fff;background:rgba(10,30,21,.67);backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:.12em;font-size:8px;cursor:pointer}
.save-button[aria-pressed="true"]{color:var(--forest);background:var(--gold-soft);border-color:var(--gold-soft)}
.product-number{position:absolute;left:12px;bottom:10px;color:#fff;font-family:var(--serif);font-size:22px;text-shadow:0 2px 8px #000}
.product-copy{padding:17px 17px 20px}
.product-copy h3{margin:0 0 5px;font-family:var(--serif);font-size:26px;font-weight:500;line-height:1}
.product-copy p{margin:0;color:var(--muted);font-size:11px}
.product-copy .product-meta{margin-top:12px;padding-top:10px;border-top:1px solid var(--border);display:flex;justify-content:space-between;text-transform:uppercase;letter-spacing:.12em;font-size:8px}
.empty-state{padding:45px;text-align:center;border:1px solid var(--border)}
.empty-state h3{font-family:var(--serif);font-size:34px;font-weight:500}

.editorial-story{min-height:760px;display:grid;grid-template-columns:58% 42%;color:#fff;background:var(--indigo)}
.editorial-story.reverse{grid-template-columns:42% 58%}
.editorial-story.reverse .story-image{order:2}
.story-image{min-height:760px;overflow:hidden}
.story-image img{width:100%;height:100%;object-fit:cover}
.story-copy{padding:clamp(55px,7vw,120px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;overflow:hidden}
.story-copy::after{content:"";position:absolute;width:310px;height:500px;right:-170px;bottom:-220px;border:1px solid rgba(215,181,104,.22);border-radius:50%}
.story-copy h2{margin:11px 0 20px;font-family:var(--serif);font-size:clamp(54px,5.8vw,94px);font-weight:400;line-height:.84}
.story-copy p{max-width:440px;color:#d2d3ce}
.story-details{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;margin-top:30px}
.story-details figure{margin:0;background:#10241b;border:1px solid rgba(255,255,255,.14)}
.story-details img{width:100%;aspect-ratio:1/1;object-fit:cover}
.story-details figcaption{padding:11px;text-transform:uppercase;letter-spacing:.12em;font-size:8px}

.accessory-story{padding:100px 0;background:var(--paper)}
.accessory-story-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:0;min-height:620px;background:var(--forest);color:#fff;box-shadow:var(--shadow)}
.accessory-story-grid>img{width:100%;height:100%;object-fit:cover}
.accessory-story-copy{padding:clamp(45px,6vw,90px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.accessory-story-copy h2{margin:10px 0 18px;font-family:var(--serif);font-size:clamp(54px,5.2vw,82px);font-weight:400;line-height:.88}
.accessory-story-copy p{max-width:420px;color:#d9d5c9}

.craft-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:100px}
.craft-card{margin:0;background:var(--paper-light);border:1px solid var(--border)}
.craft-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.craft-card figcaption{padding:18px}
.craft-card strong{display:block;font-family:var(--serif);font-size:25px;font-weight:500}
.craft-card span{color:var(--muted);font-size:11px}

.related-paths{padding:90px 0;background:var(--paper-light)}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.related-card{min-height:300px;position:relative;overflow:hidden;color:#fff;text-decoration:none;background:var(--forest)}
.related-card img{width:100%;height:100%;object-fit:cover;opacity:.83;transition:transform .35s ease}
.related-card:hover img{transform:scale(1.025)}
.related-card::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(6,24,16,.92))}
.related-card span{position:absolute;z-index:1;left:22px;right:22px;bottom:18px;display:flex;justify-content:space-between;align-items:end;font-family:var(--serif);font-size:31px}

.business-path{position:relative;min-height:430px;display:grid;place-items:center;overflow:hidden;color:#fff;background:var(--forest-deep);text-align:center}
.business-path::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(8,28,19,.76),rgba(8,28,19,.92)),var(--business-image) center/cover no-repeat;opacity:.9}
.business-inner{position:relative;width:min(calc(100% - 40px),760px);padding:70px 0}
.business-inner h2{margin:10px 0 16px;font-family:var(--serif);font-size:clamp(48px,5vw,76px);font-weight:400;line-height:.9}
.business-inner p{max-width:610px;margin:0 auto 28px;color:#d4d3ca}
.business-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

.site-footer{padding:70px 0 22px;color:#ece5d5;background:#0b2118;border-top:1px solid rgba(191,145,54,.5)}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.14)}
.footer-brand img{width:230px;max-height:58px;object-fit:contain;object-position:left}
.footer-top p{max-width:460px;margin:0;color:#c9c5b8}
.footer-return{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--gold-soft)}
.footer-links{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:45px;padding:38px 0}
.footer-links h2{margin:0 0 11px;color:var(--gold-soft);font-size:9px;text-transform:uppercase;letter-spacing:.2em}
.footer-links a{display:block;width:fit-content;margin:7px 0;color:#e2ddcf;text-decoration:none;font-family:var(--serif);font-size:18px}
.footer-links p{max-width:390px;color:#aaa99f;font-size:12px}
.footer-bottom{padding-top:18px;border-top:1px solid rgba(255,255,255,.1);text-transform:uppercase;letter-spacing:.18em;font-size:8px;color:#999b92}

@media (min-width:1024px) and (max-width:1240px){
  .header-inner{width:calc(100% - 32px);grid-template-columns:185px 1fr auto;gap:14px}
  .brand-link img{width:180px}
  .desktop-nav{gap:10px}
  .desktop-nav a{font-size:9px;letter-spacing:.08em}
  .hero-copy{width:calc(100% - 64px)}
  .accessories-page .product-grid{grid-template-columns:repeat(3,1fr)}
}

@media (max-width:1023px){
  .header-inner{width:calc(100% - 40px);grid-template-columns:44px 1fr auto;gap:12px}
  .menu-trigger{display:inline-grid}
  .brand-link{justify-self:center}
  .brand-link img{width:190px}
  .desktop-nav,.search-trigger{display:none}
  .container{width:calc(100% - 48px)}
  .hero-copy{width:calc(100% - 48px)}
  .category-card{min-height:370px}
  .accessories-page .category-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid,.accessories-page .product-grid{grid-template-columns:repeat(2,1fr)}
  .editorial-story,.editorial-story.reverse{grid-template-columns:1fr 1fr}
  .story-image{min-height:650px}
  .story-copy{padding:48px}
  .accessory-story-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:760px){
  :root{--header-height:58px}
  .container{width:calc(100% - 28px)}
  .site-header{height:var(--header-height)}
  .header-inner{width:calc(100% - 24px);grid-template-columns:42px 1fr 42px;gap:4px}
  .brand-link img{width:160px}
  .header-actions{justify-self:end}
  .request-trigger{min-width:40px}
  .mobile-menu,.request-drawer{grid-template-columns:1fr minmax(285px,88vw)}
  .mobile-menu-panel,.request-panel{padding:24px}
  .mobile-menu-panel>a{font-size:23px;padding:13px 0}

  .collection-hero{min-height:760px}
  .hero-copy{width:calc(100% - 28px);justify-content:flex-start;padding:44px 0 34px}
  .hero-mark{width:66px;margin-bottom:20px}
  .hero-copy h1{font-size:clamp(48px,14vw,62px);line-height:.76}
  .hero-rule{width:34px;margin:20px 0 13px}
  .hero-copy .hero-lead{font-size:20px;line-height:1}
  .hero-copy .hero-note{font-size:11px;line-height:1.45}
  .hero-index{right:14px;bottom:16px;gap:9px;font-size:7px}
  .hero-index strong{font-size:25px}

  .men-page .hero-photo{left:0;width:100%;object-position:59% center}
  .men-page .hero-mark{width:110px}
  .men-page .hero-shade{background:linear-gradient(90deg,rgba(7,27,24,.97) 0%,rgba(7,27,24,.9) 32%,rgba(7,27,24,.55) 47%,rgba(7,27,24,.16) 62%,transparent 76%),linear-gradient(0deg,rgba(4,18,13,.52),transparent 45%)}
  .men-page .hero-copy>*{max-width:55%}
  .men-page .hero-copy h1{font-size:clamp(48px,14vw,58px);line-height:.84}
  .men-page .hero-copy .hero-lead{font-size:19px}

  .accessories-page .hero-photo{left:0;width:100%;object-position:64% center}
  .accessories-page .hero-shade{background:linear-gradient(90deg,rgba(243,238,226,.98) 0%,rgba(243,238,226,.93) 24%,rgba(243,238,226,.67) 37%,rgba(243,238,226,.24) 50%,transparent 64%),linear-gradient(0deg,rgba(20,48,34,.25),transparent 35%)}
  .accessories-page .hero-copy>*{max-width:53%}
  .accessories-page .hero-copy h1{font-size:clamp(46px,13.2vw,58px)}

  .values-ribbon{min-height:auto;grid-template-columns:1fr}
  .value-item{justify-content:flex-start;padding:13px 24px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .value-item img{width:34px;height:34px}

  .section-head{padding:66px 0 30px;text-align:left}
  .section-head h2{font-size:48px}
  .section-head p:last-child{margin-left:0}
  .leaf-divider{margin-left:0;width:116px}
  .category-edit{padding-bottom:66px}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:9px}
  .accessories-page .category-grid{grid-template-columns:repeat(2,1fr)}
  .category-card{min-height:265px;border-radius:7px}
  .category-card:last-child:nth-child(odd){grid-column:1/-1;min-height:235px}
  .category-card span{left:13px;right:13px;bottom:12px;font-size:22px}

  .collection-section{padding-bottom:70px}
  .filter-shell{align-items:stretch;flex-direction:column;padding:13px 0;margin-bottom:18px}
  .filter-group{display:grid;grid-template-columns:repeat(2,1fr)}
  .filter-chip{padding:0 8px;font-size:8px}
  .filter-meta{justify-content:space-between}
  .product-grid,.accessories-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .product-copy{padding:12px}
  .product-copy h3{font-size:20px}
  .product-copy p{font-size:9px}
  .product-copy .product-meta{display:block;font-size:7px}
  .product-copy .product-meta span{display:block;margin-top:4px}
  .save-button{top:7px;right:7px;min-height:29px;padding:0 9px;font-size:7px}

  .editorial-story,.editorial-story.reverse{min-height:0;display:flex;flex-direction:column;grid-template-columns:none}
  .editorial-story.reverse .story-image{order:0}
  .story-image{min-height:480px;max-height:620px}
  .story-copy{padding:52px 20px 60px}
  .story-copy h2{font-size:53px}
  .story-details{gap:6px}
  .story-details figcaption{padding:8px;font-size:6.5px}

  .accessory-story{padding:68px 0}
  .accessory-story-grid{grid-template-columns:1fr;min-height:0}
  .accessory-story-grid>img{height:440px}
  .accessory-story-copy{padding:46px 22px 54px}
  .accessory-story-copy h2{font-size:52px}
  .craft-grid{grid-template-columns:1fr;padding-bottom:70px}
  .craft-card{display:grid;grid-template-columns:44% 1fr}
  .craft-card img{height:100%;aspect-ratio:1/1}
  .craft-card figcaption{align-self:center}

  .related-paths{padding:66px 0}
  .related-grid{grid-template-columns:1fr}
  .related-card{min-height:235px}
  .business-path{min-height:400px}
  .business-actions{align-items:stretch;flex-direction:column}
  .business-actions .button{width:100%}

  .site-footer{padding-top:54px}
  .footer-top{flex-direction:column}
  .footer-links{grid-template-columns:1fr 1fr;gap:30px}
  .footer-links>div:last-child{grid-column:1/-1}
}

@media (max-width:360px){
  .brand-link img{width:145px}
  .hero-copy h1{font-size:46px}
  .hero-copy .hero-note{max-width:52%}
  .category-card{min-height:235px}
  .product-copy h3{font-size:18px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

/* Editorial collection heroes: shared with the Women's catalogue language. */
.men-page .collection-hero,
.accessories-page .collection-hero{
  min-height:clamp(720px,calc(100svh - var(--header-height)),860px);
  color:var(--ink);
  background:
    radial-gradient(circle at 13% 22%,rgba(255,255,255,.82),transparent 24rem),
    radial-gradient(rgba(69,62,47,.05) .7px,transparent .7px),
    #f3eddf;
  background-size:auto,7px 7px,auto;
}
.men-page .hero-photo,
.accessories-page .hero-photo{
  inset:0 0 0 auto;
  left:auto;
  width:min(55%,1050px);
  height:100%;
  object-position:center top;
}
.men-page .hero-shade,
.accessories-page .hero-shade{
  background:
    linear-gradient(90deg,#f3eddf 0%,#f3eddf 44%,rgba(243,237,223,.98) 47%,rgba(243,237,223,.82) 51%,rgba(243,237,223,.5) 55%,rgba(243,237,223,.22) 59%,rgba(243,237,223,.06) 63%,transparent 67%),
    linear-gradient(0deg,rgba(8,28,18,.22),transparent 34%);
}
.men-page .hero-copy,
.accessories-page .hero-copy{color:var(--ink);justify-content:center;padding:38px 0 54px}
.men-page .hero-copy>*,
.accessories-page .hero-copy>*{position:relative;z-index:1;max-width:38%}
.hero-brand-lockup{width:270px;max-width:none!important;display:grid;justify-items:center;margin:0 0 22px;text-align:center}
.hero-brand-lockup>img{width:108px;height:94px;object-fit:contain}
.hero-brand-lockup p{margin:7px 0 8px;font:500 16px/1.05 var(--serif)}
.hero-brand-lockup p span{font-size:14px}
.hero-reference-rule{width:126px;display:flex;align-items:center;gap:8px}
.hero-reference-rule i{height:1px;flex:1;background:var(--gold)}
.hero-reference-rule img{width:18px;height:18px;opacity:.72}
.men-page .hero-copy h1,
.accessories-page .hero-copy h1{
  display:flex;flex-direction:column;margin:0;color:#293d29;
  font:500 clamp(62px,5.25vw,84px)/.76 var(--serif);
  letter-spacing:-.045em;text-transform:none;
}
.accessories-page .hero-copy h1{font-size:clamp(54px,4.7vw,76px)}
.hero-title-rule{width:30px;height:2px;display:block;margin:25px 0 12px;background:var(--gold)}
.hero-subtitle{margin:0;color:#946b29;font:500 clamp(20px,1.65vw,26px)/1.05 var(--serif)}
.hero-materials{margin:17px 0 11px;color:rgba(27,44,34,.72);font:500 10px/1.3 var(--sans);letter-spacing:.15em;text-transform:uppercase}
.hero-collection-link{display:inline-flex;align-items:center;gap:28px;padding:8px 0 6px;border-bottom:1px solid var(--gold);color:var(--ink);text-decoration:none;text-transform:uppercase;letter-spacing:.13em;font-size:9px;font-weight:650}
.hero-collection-link span{color:var(--gold);font-size:14px}
.men-page .hero-index,.accessories-page .hero-index{z-index:3;color:#fff}

@media (min-width:761px){
  .men-page .hero-copy::before,
  .accessories-page .hero-copy::before{
    content:"";position:absolute;left:-230px;bottom:-125px;width:680px;height:520px;
    background:
      radial-gradient(ellipse at 0 100%,transparent 0 43%,rgba(41,61,41,.1) 43.2% 43.55%,transparent 43.8%),
      radial-gradient(ellipse at 0 100%,transparent 0 54%,rgba(41,61,41,.075) 54.2% 54.55%,transparent 54.8%),
      radial-gradient(ellipse at 0 100%,transparent 0 65%,rgba(185,138,47,.085) 65.2% 65.55%,transparent 65.8%),
      radial-gradient(ellipse at 0 100%,transparent 0 76%,rgba(41,61,41,.055) 76.2% 76.55%,transparent 76.8%);
    pointer-events:none;
  }
  .men-page .hero-copy::after,
  .accessories-page .hero-copy::after{content:"";position:absolute;left:-2px;top:18%;width:2px;height:64%;background:linear-gradient(transparent,var(--gold) 18% 82%,transparent);opacity:.65}
}

@media (min-width:761px) and (max-width:1100px){
  .men-page .hero-photo,.accessories-page .hero-photo{width:61%}
  .men-page .hero-shade,.accessories-page .hero-shade{background:linear-gradient(90deg,#f3eddf 0%,#f3eddf 39%,rgba(243,237,223,.97) 43%,rgba(243,237,223,.72) 48%,rgba(243,237,223,.38) 54%,rgba(243,237,223,.13) 60%,transparent 68%),linear-gradient(0deg,rgba(8,28,18,.2),transparent 34%)}
  .men-page .hero-copy::before,.accessories-page .hero-copy::before{left:-120px;width:480px}
  .men-page .hero-copy>*,.accessories-page .hero-copy>*{max-width:41%}
  .hero-brand-lockup{width:210px}
  .hero-brand-lockup>img{width:88px;height:74px}
  .men-page .hero-copy h1{font-size:clamp(50px,6.2vw,66px)}
  .accessories-page .hero-copy h1{font-size:clamp(44px,5.4vw,60px)}
}

@media (max-width:760px){
  .men-page .collection-hero,.accessories-page .collection-hero{min-height:820px;background:#e8e0d1}
  .men-page .hero-photo,.accessories-page .hero-photo{inset:0;width:100%;height:100%;object-position:center top}
  .men-page .hero-photo{object-position:left top}
  .accessories-page .hero-photo{object-position:62% top}
  .men-page .hero-shade,.accessories-page .hero-shade{
    background:
      linear-gradient(90deg,rgba(243,237,223,.98) 0%,rgba(243,237,223,.94) 22%,rgba(243,237,223,.7) 32%,rgba(243,237,223,.34) 41%,rgba(243,237,223,.1) 49%,transparent 58%),
      linear-gradient(0deg,rgba(8,28,18,.3) 0%,transparent 31%);
  }
  .men-page .hero-copy,.accessories-page .hero-copy{width:calc(100% - 30px);min-height:820px;margin-inline:auto;padding:28px 0 42px;justify-content:flex-start;color:var(--ink)}
  .men-page .hero-copy>*,.accessories-page .hero-copy>*{max-width:54%}
  .hero-brand-lockup{width:54%;display:grid;grid-template-columns:62px 1fr;column-gap:10px;justify-items:start;align-items:center;margin:0 0 18px;text-align:left}
  .hero-brand-lockup>img{grid-row:1/3;width:62px;height:58px}
  .hero-brand-lockup p{margin:0;font-size:12px}
  .hero-brand-lockup p span{font-size:10px}
  .hero-reference-rule{grid-column:2;width:86px}
  .men-page .hero-copy h1{max-width:50%;font-size:clamp(40px,11.4vw,46px);line-height:.78}
  .accessories-page .hero-copy h1{font-size:clamp(34px,10.3vw,42px);line-height:.8}
  .hero-title-rule{width:26px;margin:17px 0 9px}
  .hero-subtitle{max-width:52%!important;font-size:16px;line-height:1}
  .hero-materials{max-width:53%!important;margin:12px 0 8px;font-size:6.3px;line-height:1.4}
  .hero-collection-link{max-width:54%!important;gap:15px;padding:6px 0;font-size:7.3px}
  .men-page .hero-index,.accessories-page .hero-index{display:none}
}

/* Soft page transitions and scroll reveals shared across the site. */
.motion-ready body{animation:hemp-page-enter .7s cubic-bezier(.22,.7,.25,1) both}
.motion-ready.is-leaving body{opacity:0;transform:translateY(-6px);transition:opacity .23s ease,transform .23s ease}
.motion-ready [data-reveal]{opacity:0;filter:blur(3px);transform:translateY(24px);transition:opacity .75s ease var(--reveal-delay,0ms),transform .75s cubic-bezier(.22,.7,.25,1) var(--reveal-delay,0ms),filter .75s ease var(--reveal-delay,0ms)}
.motion-ready [data-reveal].is-visible{opacity:1;filter:none;transform:none}
@keyframes hemp-page-enter{from{opacity:0}to{opacity:1}}
@media (prefers-reduced-motion:reduce){.motion-ready body{animation:none}.motion-ready [data-reveal]{opacity:1;filter:none;transform:none}.motion-ready.is-leaving body{opacity:1;transform:none}}
