:root {
  --forest: #17271d;
  --forest-2: #24392a;
  --ivory: #f4f0e6;
  --ivory-soft: #faf7f0;
  --ink: #1c3024;
  --gold: #bb8e36;
  --gold-light: #d9b86a;
  --indigo: #102c42;
  --muted: #6f756e;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", Arial, sans-serif;
  --container: min(1200px, calc(100% - 48px));
  --wide: min(1380px, calc(100% - 64px));
  color-scheme: light;
}

/* Soft page transitions and scroll reveals. */
.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}}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--ivory); color: var(--ink); font-family: var(--sans); line-height: 1.5; }
body.drawer-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.svg-symbols { position:absolute; width:0; height:0; overflow:hidden; }
.ui-icon { width:1em; height:1em; display:block; fill:none; stroke:currentColor; stroke-width:1.35; stroke-linecap:round; stroke-linejoin:round; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: var(--ivory); color: var(--forest); padding: 10px 16px; z-index: 100; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

.site-header { position:fixed; inset:0 0 auto; z-index:40; height:94px; color:var(--ivory); background:linear-gradient(to bottom,rgba(8,20,15,.72) 0,rgba(8,20,15,.34) 54%,transparent 100%); transition:background .35s,color .35s; }
.site-header.scrolled { background:linear-gradient(to bottom,rgba(245,241,231,.99) 0,rgba(245,241,231,.95) 58%,rgba(245,241,231,.56) 78%,transparent 100%); color:var(--forest); box-shadow:none; }
.header-inner { width:var(--wide); height:76px; margin:auto; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:36px; }
.icon-button, .bag-button { border: 0; background: none; color: inherit; cursor: pointer; padding: 8px; }
.menu-button { display: none; width: 42px; }
.menu-button span { display: block; width: 23px; height: 1.5px; margin: 5px 0; background: currentColor; }
.header-brand { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 10px; line-height: 1; min-width: 215px; }
.brand-leaf { grid-row:1/3; width:30px; height:30px; color:var(--gold-light); }
.brand-name { font-family: var(--serif); font-size: 23px; letter-spacing: .15em; text-transform: uppercase; }
.brand-place { font-size: 9px; letter-spacing: .5em; color: var(--gold-light); text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(15px, 1.8vw, 31px); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.desktop-nav a { position: relative; padding-block: 12px; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:5px; height:1px; background:var(--gold); transition:right .25s; }
.desktop-nav a:hover::after { right:0; }
.bag-button { position:relative; z-index:3; justify-self:end; width:43px; height:48px; }
.bag-shape { position:absolute; left:10px; top:14px; width:20px; height:23px; display:block; border:1.5px solid currentColor; border-radius:1px; }
.bag-shape i { position:absolute; left:4px; top:-8px; width:10px; height:9px; border:1.5px solid currentColor; border-bottom:0; border-radius:7px 7px 0 0; }
.bag-count { position:absolute; z-index:2; top:2px; right:0; min-width:17px; height:17px; display:grid; place-items:center; border-radius:50%; background:var(--gold); color:#fff; font-size:9px; }

.hero { position: relative; min-height: 820px; height: 100svh; max-height: 980px; color: #f7f3e8; background: linear-gradient(90deg, rgba(6,18,14,.86) 0%, rgba(6,18,14,.54) 36%, rgba(6,18,14,.08) 70%), url("public/assets/home-hero-man-blue-hemp-jacket.avif") center 41% / cover no-repeat; overflow: hidden; }
.hero::after { content:""; position:absolute; inset:auto 0 0; height:160px; background:linear-gradient(transparent,rgba(7,15,11,.72)); pointer-events:none; }
.hero-inner { width: var(--container); height: 100%; margin: auto; display: flex; align-items: center; padding-top: 90px; }
.hero-copy { width: min(510px, 48%); position: relative; z-index: 2; }
.hero-kicker { margin:0 0 18px; color:var(--gold-light); text-transform:uppercase; letter-spacing:.25em; font-size:11px; }
.hero h1 { margin:0; font-family:var(--serif); font-weight:400; font-size:clamp(72px,7vw,112px); line-height:.76; text-transform:uppercase; letter-spacing:.025em; }
.hero h1 em { color:var(--gold-light); font-style:normal; }
.gold-rule { width:160px; height:1px; margin:30px 0 20px; background:var(--gold-light); }
.hero-subtitle { margin:0 0 5px; font-family:var(--serif); font-size:24px; }
.hero-materials { margin:0; color:#aab985; font-size:16px; }
.hero-intro { max-width:350px; margin:20px 0; font-size:13px; color:#e0e0d8; }
.hero-actions { display:flex; gap:12px; margin-top:22px; }
.button { min-height:48px; display:inline-flex; align-items:center; justify-content:space-between; gap:28px; padding:0 24px; border:1px solid transparent; text-transform:uppercase; letter-spacing:.11em; font-size:11px; transition:background .25s,color .25s,border .25s,transform .25s; }
.button:hover { transform:translateY(-2px); }
.button-gold { background:var(--gold); border-color:var(--gold-light); color:#fff; }
.button-outline { border-color:var(--gold-light); color:var(--gold-light); background:rgba(10,22,17,.12); }
.button-forest { background:var(--forest); color:var(--ivory); }
.hero-promise { margin-top:26px; display:flex; align-items:center; gap:10px; font-family:var(--serif); font-size:12px; line-height:1.25; }
.promise-icon { width:34px; height:34px; display:grid; place-items:center; border:1px solid var(--gold-light); border-radius:50%; color:var(--gold-light); }
.promise-icon .ui-icon { width:20px; height:20px; }
.hero-emblem { position:absolute; left:50%; top:102px; translate:-50% 0; width:118px; height:118px; display:grid; place-items:center; z-index:2; }
.logo-roundel { width:100%; height:100%; display:grid; place-items:center; padding:0; border:0; border-radius:0; background:none; box-shadow:none; filter:drop-shadow(0 5px 12px rgba(8,20,15,.3)); }
.logo-roundel img { width:100%; height:100%; object-fit:contain; }
.scroll-cue { position:absolute; right:36px; bottom:54px; z-index:2; writing-mode:vertical-rl; text-transform:uppercase; letter-spacing:.2em; font-size:9px; color:#cbc7b8; }

.paper { background-color:var(--ivory); background-image:radial-gradient(rgba(69,62,47,.05) .7px, transparent .7px); background-size:7px 7px; }
.collection-section { padding:54px max(24px,calc((100% - 1200px)/2)) 66px; }
.section-heading { text-align:center; }
.heading-mark { width:28px; height:28px; display:grid; place-items:center; margin:0 auto 8px; color:var(--forest); }
.heading-mark .ui-icon { width:25px; height:25px; }
.ornament-title { display:flex; align-items:center; justify-content:center; gap:22px; }
.ornament-title i { width:150px; height:1px; background:#777466; }
.ornament-title h2 { margin:0; font-size:12px; text-transform:uppercase; letter-spacing:.42em; font-weight:400; }
.category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:30px; }
.category-card { position:relative; min-height:470px; border-radius:14px; overflow:hidden; background-image:var(--card-image); background-size:cover; background-position:center top; box-shadow:0 10px 30px rgba(26,38,29,.1); }
.card-shade { position:absolute; inset:44% 0 0; background:linear-gradient(transparent,rgba(8,19,14,.94)); }
.category-copy { position:absolute; inset:auto 0 0; display:flex; flex-direction:column; align-items:center; padding:34px 16px 24px; color:#f7f3e8; text-align:center; }
.category-copy strong { font-family:var(--serif); font-size:28px; font-weight:400; text-transform:uppercase; }
.category-copy small { color:#c4bfae; font-family:var(--serif); }
.category-copy b { color:var(--gold-light); margin-top:4px; font-weight:400; }
.women-collection-link { width:fit-content; display:flex; align-items:center; gap:34px; margin:34px auto 0; padding:13px 0 10px; border-bottom:1px solid var(--gold); color:var(--forest); text-transform:uppercase; letter-spacing:.16em; font-size:10px; font-weight:600; }
.women-collection-link span { color:var(--gold); font-size:17px; line-height:1; }
.collection-page-links { display:flex; align-items:center; justify-content:center; gap:clamp(22px,4vw,64px); flex-wrap:wrap; margin-top:34px; }
.collection-page-links .women-collection-link { margin:0; }

.proof-band { background:var(--forest); color:var(--ivory); border-top:1px solid #928054; }
.proof-list { width:var(--container); margin:auto; display:grid; grid-template-columns:repeat(4,1fr); padding:21px 0 16px; }
.proof-list div { display:flex; align-items:center; justify-content:center; gap:12px; border-right:1px solid rgba(217,184,106,.38); }
.proof-list div:last-child { border:0; }
.proof-list span { width:42px; height:42px; display:grid; place-items:center; border:1px solid var(--gold); border-radius:50%; color:var(--gold-light); }
.proof-list .ui-icon { width:22px; height:22px; }
.proof-list p { margin:0; color:#d9d7cd; text-transform:uppercase; letter-spacing:.12em; font-size:10px; line-height:1.35; }
.company-line { margin:0; padding:10px 20px 12px; border-top:1px solid rgba(217,184,106,.35); background:#2f492f; color:var(--gold-light); text-align:center; text-transform:uppercase; letter-spacing:.3em; font-size:11px; }
.company-line small { display:block; margin-top:2px; color:#aaa993; text-transform:none; letter-spacing:.1em; }

.eyebrow { margin:0 0 15px; text-transform:uppercase; letter-spacing:.25em; font-size:11px; }
.text-link { display:inline-flex; gap:18px; margin-top:16px; padding-bottom:6px; border-bottom:1px solid var(--gold-light); color:var(--gold-light); text-transform:uppercase; letter-spacing:.15em; font-size:11px; }

.materials-hero { min-height:0; height:clamp(460px,45.45vw,720px); position:relative; display:grid; place-items:center; padding:70px 20px 86px; overflow:hidden; background:linear-gradient(rgba(244,240,230,.06),rgba(23,39,29,.08)),url("public/assets/materials-hero-two-models.avif") center/cover no-repeat; }
.materials-hero::after { content:""; position:absolute; inset:auto 0 0; height:120px; background:linear-gradient(transparent,rgba(15,30,22,.12)); pointer-events:none; }
.materials-lockup { position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; width:min(380px,42vw); padding:20px 30px; color:var(--forest); text-align:center; text-shadow:0 1px 10px rgba(248,245,235,.98); }
.logo-roundel-large { width:128px; height:128px; margin-bottom:18px; background:none; }
.materials-lockup h2 { margin:0; font-family:var(--serif); font-size:38px; font-weight:400; line-height:1; }
.materials-lockup > p { margin:7px 0 0; font-family:var(--serif); font-size:18px; }
.materials-lockup > strong { color:var(--gold); font-family:var(--serif); font-size:19px; font-weight:400; letter-spacing:.08em; }
.lockup-rule { display:flex; align-items:center; gap:10px; margin:14px 0 8px; color:var(--forest); }
.lockup-rule i { width:62px; height:1px; background:var(--gold); }
.lockup-rule .ui-icon { width:24px; height:24px; }
.materials { position:relative; z-index:2; margin-top:-38px; padding:104px max(24px,calc((100% - 1200px)/2)) 94px; border-radius:50% 50% 0 0/38px 38px 0 0; }
.large-heading .eyebrow { color:var(--gold); }
.large-heading h2 { margin:0; font-family:var(--serif); font-size:clamp(64px,8vw,118px); font-weight:400; line-height:1; }
.large-heading > p:last-of-type { margin:10px 0 0; font-family:var(--serif); font-size:23px; color:#414e45; }
.botanical-rule { display:flex; justify-content:center; align-items:center; gap:14px; margin:25px 0 35px; color:var(--gold); }
.botanical-rule i { width:120px; height:1px; background:var(--gold); }
.botanical-rule .ui-icon { width:25px; height:25px; }
.material-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.material-card { position:relative; overflow:hidden; border:1px solid rgba(48,61,50,.16); border-radius:16px; background:rgba(250,247,240,.65); text-align:center; }
.material-card img { aspect-ratio:1.35; object-fit:cover; }
.material-icon { position:absolute; top:calc(50% - 37px); left:50%; translate:-50% -50%; width:90px; height:90px; display:grid; place-items:center; border-radius:50%; background:var(--ivory-soft); box-shadow:0 5px 10px rgba(30,40,32,.13); color:var(--forest); }
.material-icon .ui-icon { width:46px; height:46px; }
.material-card div { padding:54px 24px 32px; }
.material-card h3 { margin:0; font-family:var(--serif); font-size:38px; font-weight:400; }
.material-card i { display:block; width:65px; height:1px; background:var(--gold); margin:12px auto 16px; }
.material-card p { margin:0; font-family:var(--serif); font-size:17px; }
.blend-panel { margin:55px auto 0; max-width:1050px; border:1px solid rgba(187,142,54,.65); border-radius:14px; }
.blend-panel h3 { width:max-content; max-width:90%; margin:-20px auto 0; padding:0 20px; display:flex; align-items:center; gap:10px; background:var(--ivory); font-family:var(--serif); font-size:26px; font-weight:400; text-transform:capitalize; }
.blend-panel h3 .ui-icon { width:26px; height:26px; }
.blend-grid { display:grid; grid-template-columns:repeat(2,1fr); padding:22px; }
.blend-grid p { display:flex; align-items:center; gap:20px; margin:0; padding:22px; border-right:1px solid rgba(37,55,42,.13); border-bottom:1px solid rgba(37,55,42,.13); }
.blend-grid p:nth-child(2n) { border-right:0; }
.blend-grid p:nth-child(n+3) { border-bottom:0; }
.blend-grid span { width:58px; height:58px; flex:0 0 58px; display:grid; place-items:center; border-radius:50%; background:#e8e2c9; color:var(--forest); }
.blend-grid span .ui-icon { width:29px; height:29px; }
.blend-grid strong { font-family:var(--serif); font-size:20px; font-weight:400; }
.natural-dye-note { max-width:900px; margin:34px auto 0; padding:18px 28px; display:flex; align-items:center; justify-content:center; gap:20px; border:1px solid rgba(23,39,29,.75); border-radius:14px; background:rgba(250,247,240,.62); }
.natural-dye-note span { width:50px; height:50px; display:grid; place-items:center; flex:0 0 50px; border-radius:50%; background:var(--forest); color:var(--ivory); }
.natural-dye-note .ui-icon { width:28px; height:28px; }
.natural-dye-note p { margin:0; font-family:var(--serif); font-size:25px; }
.materials-ending { position:relative; min-height:184px; margin-top:-1px; display:flex; align-items:flex-end; justify-content:center; padding:72px 24px 24px; overflow:hidden; background:repeating-radial-gradient(ellipse at 4% 108%,transparent 0 16px,rgba(244,240,230,.045) 17px 18px),repeating-radial-gradient(ellipse at 96% 112%,transparent 0 20px,rgba(217,184,106,.04) 21px 22px),linear-gradient(180deg,#183022,#102319); color:var(--ivory); }
.materials-ending::before { content:""; position:absolute; z-index:2; left:-5%; right:-5%; top:-42px; height:68px; border-radius:0 0 50% 50%; background:var(--ivory); }
.mountain-art { position:absolute; inset:auto 0 0; width:100%; height:150px; fill:none; stroke:rgba(217,184,106,.22); stroke-width:1.15; }
.mountain-art .contour { stroke:rgba(244,240,230,.085); stroke-width:.8; }
.materials-ending p { position:relative; z-index:1; display:flex; align-items:center; gap:14px; margin:0; text-transform:uppercase; letter-spacing:.36em; font-size:11px; }
.materials-ending p b { color:var(--gold-light); }
.materials-ending p .ui-icon { width:20px; height:20px; color:var(--gold-light); }

.colour-story { background:var(--indigo); }
.colour-hero { min-height:610px; display:flex; align-items:center; background:linear-gradient(90deg,rgba(5,22,35,.12),rgba(5,22,35,.72)),url("public/assets/natural-dyes-indigo-folded-fabric-hero.avif") center/cover no-repeat; color:#fff; }
.colour-hero-copy { width:var(--container); margin:auto; }
.colour-hero-copy h2 { max-width:830px; margin:0; font-family:var(--serif); font-size:clamp(76px,9vw,136px); font-weight:400; line-height:.82; text-transform:uppercase; }
.colour-hero-copy i { display:block; width:160px; height:2px; margin:34px 0 22px; background:var(--gold-light); }
.colour-hero-copy > p:last-child { color:var(--gold-light); font-size:16px; text-transform:uppercase; letter-spacing:.25em; }
.colour-content { display:grid; grid-template-columns:.8fr 1.2fr; align-items:stretch; min-height:620px; }
.swatch-list { display:flex; flex-direction:column; justify-content:center; gap:22px; padding:50px 8vw; }
.swatch-list div { display:flex; align-items:center; gap:34px; }
.swatch-list span { width:72px; height:72px; flex:0 0 72px; border-radius:50%; background:var(--swatch); box-shadow:inset 0 0 18px rgba(255,255,255,.2); }
.swatch-list p { margin:0; font-family:var(--serif); font-size:30px; }
.dye-image { min-height:500px; }
.dye-image img { height:100%; object-fit:cover; }
.colour-closing { padding:75px max(24px,calc((100% - 860px)/2)); background:linear-gradient(rgba(9,33,51,.78),rgba(9,33,51,.9)),url("public/assets/natural-dyes-dark-indigo-hemp-texture.avif") center/cover; color:#eee9dc; text-align:center; }
.colour-closing > span { width:38px; height:38px; display:block; margin:auto; color:var(--gold-light); }
.colour-closing > span .ui-icon { width:38px; height:38px; }
.colour-closing p { margin:18px auto 30px; font-family:var(--serif); font-size:24px; line-height:1.5; }

.fabric-library { padding-top:0; }
.fabric-intro { min-height:630px; position:relative; display:flex; align-items:flex-start; padding-top:142px; background:url("public/assets/fabric-library-zipper-hemp-canvas-hero.avif") center/cover no-repeat; }
.fabric-intro::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(245,241,231,.62) 0,rgba(245,241,231,.18) 46%,transparent 68%); pointer-events:none; }
.fabric-copy { position:relative; z-index:1; width:var(--container); margin:0 auto; }
.fabric-copy h2 { width:max-content; margin:0; padding:0 12px 4px 0; font-family:var(--serif); color:var(--forest); font-size:clamp(84px,10vw,150px); font-weight:400; line-height:.9; text-transform:uppercase; text-shadow:0 1px 0 rgba(255,255,255,.9),0 0 26px rgba(250,247,240,.95); }
.fabric-copy > p:last-child { text-transform:uppercase; letter-spacing:.32em; font-size:12px; line-height:2.3; }
.fabric-body { padding:75px max(24px,calc((100% - 1200px)/2)) 90px; }
.fabric-heading { text-align:left; }
.filter-row { display:flex; gap:10px; margin:22px 0 36px; }
.filter { min-height:44px; padding:0 22px; border:1px solid rgba(28,48,36,.2); background:transparent; color:var(--forest); cursor:pointer; text-transform:uppercase; letter-spacing:.12em; font-size:10px; }
.filter.active { background:var(--forest); color:var(--ivory); }
.fabric-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.fabric-card { overflow:hidden; display:flex; flex-direction:column; border:1px solid rgba(28,48,36,.16); border-radius:12px; background:var(--ivory-soft); }
.fabric-card[hidden] { display:none; }
.fabric-card img { aspect-ratio:1.15; object-fit:cover; }
.fabric-card > div { position:relative; flex:1; display:flex; flex-direction:column; padding:28px 24px 25px; }
.fabric-card h3 { height:92px; min-height:92px; margin:0 0 20px; font-family:var(--serif); font-size:29px; line-height:.96; font-weight:400; text-transform:uppercase; }
.fabric-card h3::after { content:""; display:block; width:42px; height:1px; margin-top:16px; background:var(--forest); }
.fabric-card dl { display:grid; grid-template-columns:74px 1fr; gap:8px; margin:0; font-size:12px; }
.fabric-card dt { text-transform:uppercase; letter-spacing:.15em; font-weight:700; }
.fabric-card dd { margin:0; }
.add-button { width:40px; height:40px; flex:0 0 40px; display:grid; place-items:center; margin:auto 0 0 auto; translate:0 8px; border:1px solid var(--forest); border-radius:50%; background:transparent; color:var(--forest); font-family:var(--serif); font-size:25px; line-height:1; cursor:pointer; }
.add-button.added { background:var(--forest); color:var(--ivory); }
.swatch-cta { display:flex; align-items:center; justify-content:space-between; gap:40px; padding:64px max(24px,calc((100% - 1200px)/2)); background:var(--forest); color:var(--ivory); }
.swatch-cta h2 { max-width:760px; margin:0; font-family:var(--serif); font-size:clamp(36px,4vw,58px); font-weight:400; line-height:1; }

/* Reference artwork is kept intact and centred on matching colour fields so its
   edges disappear into the page instead of looking like pasted-on screenshots. */
.reference-strip { position:relative; width:100%; overflow:hidden; display:grid; place-items:center; }
.reference-strip img { display:block; width:100%; height:auto; }
.proof-reference { background:linear-gradient(180deg,#111713 0 48%,#203a27 48% 100%); }
.materials-reference { background:#213729; }
.swatch-reference { min-height:160px; padding:38px 20px; background-color:#132d1d; background-image:linear-gradient(rgba(12,38,21,.16),rgba(12,38,21,.16)),url("public/assets/footer-green-hemp-fabric-v1.avif"); background-position:center; background-size:cover; }
.swatch-cta-button { width:min(360px,calc(100% - 32px)); min-height:62px; display:flex; align-items:center; justify-content:center; gap:24px; padding:12px 24px; border:1px solid rgba(242,232,204,.82); border-radius:3px; color:#f4ead1; background:rgba(9,31,17,.28); text-transform:uppercase; letter-spacing:.22em; font-size:10px; cursor:pointer; transition:background .2s,transform .2s; }
.swatch-cta-button:hover { background:rgba(9,31,17,.52); transform:translateY(-2px); }
.swatch-symbol { width:24px; height:24px; flex:0 0 24px; border:1.5px solid currentColor; clip-path:polygon(10% 0,25% 7%,40% 0,55% 7%,70% 0,85% 7%,100% 15%,93% 30%,100% 45%,93% 60%,100% 75%,93% 90%,85% 100%,70% 93%,55% 100%,40% 93%,25% 100%,10% 93%,0 85%,7% 70%,0 55%,7% 40%,0 25%,7% 10%); }
.swatch-cta-button b { color:var(--gold-light); font-size:15px; font-weight:400; }

.site-footer { padding:70px max(24px,calc((100% - 1200px)/2)) 20px; display:grid; grid-template-columns:1fr 1fr; gap:70px; background-color:#102918; background-image:url("public/assets/footer-green-hemp-fabric-v1.avif"); background-position:center top; background-size:100% auto; background-repeat:repeat-y; color:#e7e3d7; }
.footer-brand img { width:154px; height:154px; object-fit:contain; padding:0; border:0; border-radius:0; background:transparent; filter:drop-shadow(0 5px 12px rgba(0,0,0,.34)); }
.footer-brand p { max-width:380px; color:#9fa59d; font-family:var(--serif); font-size:18px; }
.footer-links { display:grid; grid-template-columns:1fr 1fr; gap:30px; }
.footer-links h2 { color:var(--gold-light); font-size:11px; text-transform:uppercase; letter-spacing:.2em; }
.footer-links a { display:block; padding:5px 0; font-family:var(--serif); }
.footer-bottom { grid-column:1/-1; display:flex; justify-content:space-between; margin:30px 0 0; padding-top:20px; border-top:1px solid rgba(217,184,106,.25); color:#818a82; font-size:10px; text-transform:uppercase; letter-spacing:.17em; }

.drawer { position:fixed; z-index:60; top:0; bottom:0; width:min(430px,100%); display:none; padding:28px; background:var(--ivory-soft); color:var(--forest); overflow:auto; }
.menu-drawer { left:0; transform:translateX(-102%); }
.request-drawer { right:0; transform:translateX(102%); }
.drawer.open { display:block; transform:translateX(0); }
.menu-drawer.open { animation:drawer-from-left .32s ease both; }
.request-drawer.open { animation:drawer-from-right .32s ease both; }
@keyframes drawer-from-left { from { transform:translateX(-102%); } to { transform:translateX(0); } }
@keyframes drawer-from-right { from { transform:translateX(102%); } to { transform:translateX(0); } }
.drawer-head { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; padding-bottom:24px; border-bottom:1px solid rgba(28,48,36,.18); }
.drawer-head img { width:104px; height:104px; object-fit:contain; padding:0; border:0; border-radius:0; background:transparent; }
.drawer-head h2 { margin:0; font-family:var(--serif); font-weight:400; font-size:38px; }
.close-button { font-family:var(--serif); font-size:34px; line-height:1; }
.mobile-nav { display:flex; flex-direction:column; margin:30px 0 42px; }
.mobile-nav a { display:flex; gap:20px; padding:15px 0; border-bottom:1px solid rgba(28,48,36,.14); color:var(--gold); font-size:10px; }
.mobile-nav span { color:var(--forest); font-family:var(--serif); font-size:25px; }
.drawer-note { margin-top:30px; color:var(--muted); font-family:var(--serif); }
.scrim { position:fixed; inset:0; z-index:50; background:rgba(4,12,8,.58); backdrop-filter:blur(2px); }
.request-items { min-height:calc(100vh - 260px); padding:25px 0; }
.empty-state { padding:80px 20px; text-align:center; color:var(--muted); }
.empty-state span { font-size:42px; color:var(--gold); }
.empty-state p { margin-bottom:3px; font-family:var(--serif); font-size:20px; }
.request-row { display:flex; justify-content:space-between; gap:15px; padding:18px 0; border-bottom:1px solid rgba(28,48,36,.14); }
.request-row strong { font-family:var(--serif); font-weight:400; }
.request-row button { border:0; background:transparent; color:#86622d; cursor:pointer; }
.request-contact { width:100%; }
.live-region { position:fixed; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }

@media (min-width: 1024px) {
  .hero { background-image:linear-gradient(90deg,rgba(6,18,14,.9) 0%,rgba(6,18,14,.62) 38%,rgba(6,18,14,.08) 70%),url("public/assets/home-hero-desktop-landscape-v1.avif"); background-position:center; background-size:cover; }
  .hero-copy { max-width:490px; }
  .hero h1 { font-size:clamp(72px,5.7vw,104px); }
}

@media (max-width: 1023px) {
  :root { --container:min(100% - 40px,760px); --wide:calc(100% - 32px); }
  .site-header { height:82px; }
  .header-inner { height:62px; grid-template-columns:44px 1fr 44px; gap:5px; }
  .menu-button { display:block; }
  .desktop-nav { display:none; }
  .header-brand { justify-self:center; min-width:0; grid-template-columns:auto; text-align:center; }
  .brand-leaf { display:none; }
  .brand-name { font-size:17px; letter-spacing:.14em; }
  .brand-place { font-size:7px; letter-spacing:.42em; margin-top:5px; }
  .hero { min-height:740px; height:100svh; max-height:900px; background-position:center top; }
  .hero-inner { align-items:flex-end; padding:0 0 66px; }
  .hero-copy { width:58%; }
  .hero-emblem { top:86px; width:90px; height:90px; }
  .hero h1 { font-size:64px; line-height:.8; }
  .hero-kicker { display:none; }
  .hero-subtitle { font-size:18px; }
  .hero-materials { font-size:13px; }
  .hero-intro { max-width:260px; margin:14px 0; font-size:11px; }
  .hero-actions { flex-direction:column; max-width:250px; gap:8px; margin-top:16px; }
  .button { min-height:44px; }
  .hero-promise { margin-top:16px; font-size:10px; }
  .scroll-cue { display:none; }
  .category-card { min-height:400px; }
  .materials-hero { min-height:0; height:auto; aspect-ratio:1.95/1; padding:36px 16px 68px; background-position:center; background-size:cover; }
  .materials-lockup { width:320px; }
  .logo-roundel-large { width:108px; height:108px; }
  .materials-lockup h2 { font-size:32px; }
  .colour-content { grid-template-columns:1fr; }
  .dye-image { min-height:460px; }
  .fabric-intro { min-height:520px; padding-top:120px; background-position:58% center; }
}

@media (max-width: 700px) {
  :root { --container:calc(100% - 36px); --wide:calc(100% - 24px); }
  .hero { width:100%; max-width:100%; min-height:700px; height:auto; aspect-ratio:auto; max-height:none; background-position:center top; background-image:linear-gradient(90deg,rgba(7,17,13,.74) 0%,rgba(7,17,13,.25) 52%,rgba(7,17,13,.03) 75%),url("public/assets/home-hero-man-blue-hemp-jacket.avif"); }
  .hero-inner { align-items:flex-end; padding:125px 0 38px; }
  .hero-copy { width:51%; max-width:190px; }
  .hero h1 { font-size:clamp(34px,9.4vw,43px); line-height:.98; letter-spacing:.01em; }
  .gold-rule { width:125px; margin:20px 0 14px; }
  .hero-subtitle { width:180px; font-size:clamp(12px,3.2vw,15px); line-height:1.25; }
  .hero-materials { width:185px; font-size:9px; white-space:nowrap; }
  .hero-intro { font-size:9px; line-height:1.45; max-width:178px; }
  .hero-actions { width:205px; max-width:205px; }
  .hero-actions .button { min-height:42px; padding:0 16px; font-size:9px; }
  .hero-promise { margin-top:13px; }
  .promise-icon { width:30px; height:30px; }
  .promise-icon .ui-icon { width:17px; height:17px; }
  .hero-emblem { top:76px; width:74px; height:74px; }
  .logo-roundel { padding:0; }

  .collection-section { padding:26px 14px 20px; }
  .heading-mark { width:23px; height:23px; margin:0 auto; }
  .ornament-title { gap:12px; }
  .ornament-title i { width:70px; }
  .ornament-title h2 { font-size:9px; letter-spacing:.35em; }
  .category-grid { gap:8px; margin-top:17px; }
  .category-card { min-height:245px; border-radius:9px; }
  .category-copy { padding:24px 5px 11px; }
  .category-copy strong { font-size:15px; }
  .category-copy small { font-size:7px; white-space:nowrap; }
  .category-copy b { font-size:12px; }
  .women-collection-link { margin-top:22px; gap:22px; font-size:8px; }
  .collection-page-links { gap:8px 24px; margin-top:22px; }
  .collection-page-links .women-collection-link { margin-top:0; }
  .proof-band { border-top-color:rgba(217,184,106,.72); }
  .proof-list { width:100%; padding:12px 8px 11px; grid-template-columns:repeat(4,1fr); }
  .proof-list div { min-height:34px; gap:6px; padding:0 4px; }
  .proof-list span { width:31px; height:31px; flex:0 0 31px; }
  .proof-list .ui-icon { width:17px; height:17px; }
  .proof-list p { display:block; font-size:6.6px; letter-spacing:.065em; line-height:1.25; }
  .company-line { padding:7px 10px 8px; font-size:7.5px; line-height:1.2; }
  .company-line small { margin-top:3px; font-size:6.3px; }

  .materials-hero { min-height:0; aspect-ratio:1.95/1; padding:12px 8px 30px; background-position:center; background-size:cover; }
  .materials-lockup { width:64%; min-width:0; padding:0 4px; }
  .logo-roundel-large { width:56px; height:56px; margin-bottom:5px; padding:0; }
  .materials-lockup h2 { font-size:18px; white-space:nowrap; }
  .materials-lockup > p { margin-top:2px; font-size:10px; }
  .materials-lockup > strong { font-size:11px; }
  .lockup-rule { margin:5px 0 2px; }
  .lockup-rule i { width:32px; }
  .lockup-rule .ui-icon { width:14px; height:14px; }
  .materials { margin-top:-18px; padding:66px 18px 70px; border-radius:50% 50% 0 0/18px 18px 0 0; }
  .large-heading h2 { font-size:58px; }
  .large-heading > p:last-of-type { font-size:16px; }
  .material-grid { gap:8px; }
  .material-card { border-radius:9px; }
  .material-card img { aspect-ratio:1; }
  .material-icon { width:54px; height:54px; top:calc(46% - 15px); }
  .material-icon .ui-icon { width:29px; height:29px; }
  .material-card div { padding:34px 7px 18px; }
  .material-card h3 { font-size:clamp(19px,6vw,27px); }
  .material-card i { width:38px; margin:7px auto 9px; }
  .material-card p { font-size:10px; line-height:1.3; }
  .blend-panel { margin-top:42px; }
  .blend-panel h3 { font-size:20px; }
  .blend-grid { padding:10px; }
  .blend-grid p { gap:9px; padding:13px 8px; }
  .blend-grid span { width:37px; height:37px; flex-basis:37px; }
  .blend-grid span .ui-icon { width:20px; height:20px; }
  .blend-grid strong { font-size:12px; }
  .natural-dye-note { gap:12px; padding:13px 15px; }
  .natural-dye-note span { width:40px; height:40px; flex-basis:40px; }
  .natural-dye-note .ui-icon { width:22px; height:22px; }
  .natural-dye-note p { font-size:17px; }
  .materials-ending { min-height:172px; padding:68px 16px 24px; }
  .materials-ending::before { top:-34px; height:56px; }
  .materials-ending p { gap:8px; font-size:8px; letter-spacing:.28em; }

  .colour-hero { min-height:430px; }
  .colour-hero-copy h2 { font-size:55px; }
  .colour-hero-copy > p:last-child { font-size:10px; }
  .swatch-list { padding:40px 12vw; gap:15px; }
  .swatch-list span { width:55px; height:55px; flex-basis:55px; }
  .swatch-list p { font-size:22px; }
  .dye-image { min-height:350px; }
  .colour-closing { padding:52px 25px; }
  .colour-closing p { font-size:18px; }
  .colour-closing .button { width:100%; }

  .fabric-intro { min-height:470px; padding-top:118px; background-position:62% center; }
  .fabric-intro::after { background:linear-gradient(90deg,rgba(245,241,231,.72) 0,rgba(245,241,231,.24) 58%,transparent 82%); }
  .fabric-copy h2 { font-size:76px; text-shadow:0 1px 0 #fff,0 0 20px rgba(250,247,240,1); }
  .fabric-copy > p:last-child { font-size:9px; }
  .fabric-body { padding:52px 14px 62px; }
  .filter-row { overflow:auto; padding-bottom:4px; }
  .filter { white-space:nowrap; }
  .fabric-grid { gap:8px; }
  .fabric-card { border-radius:7px; }
  .fabric-card > div { padding:16px 10px 14px; }
  .fabric-card h3 { height:75px; min-height:75px; margin-bottom:13px; font-size:clamp(15px,4.2vw,22px); }
  .fabric-card dl { grid-template-columns:42px 1fr; gap:5px; font-size:7.5px; }
  .fabric-card dt { letter-spacing:.08em; }
  .add-button { width:32px; height:32px; flex-basis:32px; margin-top:auto; translate:0 4px; }
  .swatch-cta { flex-direction:column; align-items:flex-start; padding:48px 22px; }
  .swatch-cta .button { width:100%; }
  .swatch-reference { min-height:118px; padding:25px 14px; }
  .swatch-cta-button { width:min(292px,calc(100% - 24px)); min-height:54px; gap:16px; padding:10px 16px; font-size:8px; }
  .swatch-symbol { width:20px; height:20px; flex-basis:20px; }

  .site-footer { grid-template-columns:1fr; gap:35px; padding-top:50px; }
  .footer-links { gap:14px; }
  .footer-bottom { flex-direction:column; gap:8px; }
}

@media (max-width: 390px) {
  .hero { min-height:670px; }
  .hero-copy { width:51%; max-width:180px; }
  .hero h1 { font-size:36px; line-height:.98; }
  .hero-emblem { left:57%; }
  .category-card { min-height:220px; }
  .proof-list p { display:block; }
}

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