@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap");

:root {
  --ivory: #F6F1E7;
  --green: #1C1A17;
  --accent: #C0603C;
  --line: rgba(28, 26, 23, .18);
  --dim: rgba(28, 26, 23, .66);
  --over-dim: rgba(246, 241, 231, .76);
  --font: "Pretendard Variable", Pretendard, Arial, sans-serif;
  --display: "Gowun Batang", Batang, serif;
  --pad: clamp(1.25rem, 5vw, 5.5rem);
  --section: clamp(7rem, 15vh, 11rem);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--green); background: var(--ivory); font-family: var(--font); font-weight: 400; line-height: 1.75; word-break: keep-all; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
p { max-width: 40ch; }
h1, h2, h3, .founder-quote p { font-family: var(--display); }
.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; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .7rem 1rem; color: var(--ivory); background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; min-height: 86px; padding: 0 var(--pad); color: var(--ivory); border-bottom: 1px solid rgba(246,241,231,.22); }
.site-header.scrolled, .site-header.inner { min-height: 72px; color: var(--green); background: rgba(246,241,231,.94); border-color: var(--line); backdrop-filter: blur(14px); }
.wordmark { display: grid; font-size: 1.12rem; font-weight: 600; letter-spacing: -.03em; line-height: 1; }
.wordmark small { margin-top: .4rem; font-size: .5rem; font-weight: 500; letter-spacing: .24em; }
.site-nav { display: flex; gap: clamp(1.3rem,3vw,3rem); align-items: center; font-size: .8rem; }
.site-nav a { padding: .5rem 0; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a.active, .site-nav a.is-current { border-color: currentColor; }
.site-nav a.is-current { color: var(--accent); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; }
.scroll-section { scroll-margin-top: 72px; }
.section-rail { position: fixed; top: 50%; right: 1rem; z-index: 45; display: grid; padding: .6rem; color: var(--green); background: rgba(246,241,231,.94); border: 1px solid var(--line); backdrop-filter: blur(12px); transform: translateY(-50%); }
.section-rail a { display: grid; grid-template-columns: 1.7rem 1fr; gap: .4rem; min-width: 74px; padding: .45rem .55rem; color: var(--dim); font-size: .62rem; letter-spacing: .04em; }
.section-rail a span { font-variant-numeric: tabular-nums; }
.section-rail a.is-current { color: var(--ivory); background: var(--accent); }
.menu-open .section-rail { opacity: 0; pointer-events: none; }

.hero { position: relative; display: grid; align-items: end; min-height: 100svh; overflow: hidden; color: var(--ivory); background: var(--green); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; animation: hero-zoom 16s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(28,26,23,.88) 0%, rgba(28,26,23,.6) 42%, rgba(28,26,23,.08) 78%), linear-gradient(0deg, rgba(28,26,23,.58), transparent 52%); }
.hero-copy { position: relative; z-index: 1; width: min(1040px, 96%); padding: 13rem var(--pad) clamp(7rem,14vh,10rem); }
.eyebrow, .section-number { margin: 0 0 1.5rem; color: var(--accent); font-size: .64rem; font-weight: 650; letter-spacing: .24em; }
.hero .eyebrow { color: var(--ivory); }
.hero h1 { max-width: 10.5ch; margin: 0 0 2rem; font-size: clamp(3.8rem, 8.2vw, 8.4rem); font-weight: 400; line-height: 1.04; letter-spacing: -.065em; }
.hero-copy > p:not(.eyebrow) { margin: 0; color: var(--over-dim); font-size: clamp(.9rem,1.2vw,1.05rem); }
.hero-actions { display: flex; gap: 1.6rem; align-items: center; margin-top: 2.6rem; }
.hero-note { position: absolute; z-index: 1; right: var(--pad); bottom: 2rem; margin: 0; color: var(--over-dim); font-size: .66rem; letter-spacing: .12em; writing-mode: vertical-rl; }
@keyframes hero-zoom { from { transform: scale(1); } to { transform: scale(1.075); } }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.5rem; border: 1px solid currentColor; font-size: .78rem; font-weight: 500; }
.button-primary, .button-light { color: var(--green); background: var(--ivory); border-color: var(--ivory); }
.button:hover { color: var(--ivory); background: var(--green); border-color: var(--green); }
.hero .button:hover, .cta-band .button:hover { color: var(--ivory); background: transparent; border-color: var(--ivory); }
.text-link { display: inline-flex; gap: .7rem; align-items: center; padding-bottom: .18rem; border-bottom: 1px solid currentColor; font-size: .78rem; }
.text-link.light { color: var(--ivory); }

.section-pad { padding: var(--section) var(--pad); }
.intro { display: grid; grid-template-columns: minmax(150px,.55fr) minmax(280px,1.6fr); gap: clamp(2rem,8vw,8rem); min-height: 72vh; align-items: center; border-bottom: 1px solid var(--line); }
.intro h2, .section-heading h2, .cta-band h2, .about-copy h2, .values h2, .contact-grid h2 { margin: 0; font-size: clamp(2.8rem,5.5vw,6rem); font-weight: 400; line-height: 1.15; letter-spacing: -.05em; }
.intro div > p { margin: 2.2rem 0; color: var(--dim); }
.numbers { display: grid; grid-template-columns: repeat(3,1fr); max-width: var(--max); margin: auto; padding: 0 var(--pad); border-bottom: 1px solid var(--line); }
.numbers article { display: grid; min-height: 250px; padding: 3rem 2rem; border-right: 1px solid var(--line); align-content: center; }
.numbers article:first-child { border-left: 1px solid var(--line); }
.numbers strong { color: var(--accent); font-size: clamp(4rem,8vw,7rem); font-weight: 200; line-height: 1; letter-spacing: -.07em; }
.numbers span { max-width: 18ch; margin-top: 1.2rem; color: var(--dim); font-size: .8rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(3rem,8vh,6rem); }
.section-heading h2 { max-width: 14ch; }
.section-lead { margin: 0; color: var(--dim); font-size: .82rem; }

.collection { background: var(--ivory); }
.home-products { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: clamp(1rem,2.5vw,2rem); }
.product-card { min-width: 0; }
.product-visual { position: relative; display: grid; width: 100%; aspect-ratio: 1 / 1; min-height: 0; padding: 2rem; overflow: hidden; color: var(--green); background: var(--ivory); border: 1px solid var(--line); align-items: center; transition: transform .35s ease, border-color .35s ease; }
.product-card:not(.featured) .product-visual { min-height: 0; }
.product-visual.fabric, .product-visual.organize, .product-visual.outdoor, .product-visual.living { background: var(--ivory); }
.product-visual::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; left: 50%; top: 50%; border: 1px solid var(--line); border-radius: 50%; transform: translate(-50%,-50%); }
.product-visual > span { position: relative; z-index: 1; max-width: 9ch; font-size: clamp(1.8rem,3.4vw,3.6rem); font-weight: 220; line-height: 1.08; letter-spacing: -.05em; }
.product-visual img { position: absolute; inset: clamp(.7rem,1.2vw,1.1rem); width: calc(100% - clamp(1.4rem,2.4vw,2.2rem)); height: calc(100% - clamp(1.4rem,2.4vw,2.2rem)); object-fit: contain; background: var(--ivory); }
.product-card:hover .product-visual { border-color: var(--accent); transform: translateY(-5px); }
.product-info { padding: 1.5rem .15rem 0; }
.product-info > p { margin: 0 0 .5rem; color: var(--accent); font-size: .6rem; font-weight: 650; letter-spacing: .18em; }
.product-info h3 { margin: 0; font-size: 1.35rem; font-weight: 400; line-height: 1.45; letter-spacing: -.035em; }
.product-info > span { display: block; max-width: 32ch; margin: .55rem 0 1.3rem; color: var(--dim); font-size: .84rem; }
.product-option { display: block; margin-top: .45rem; color: var(--dim); font-size: .7rem; }
.product-price { display: grid; gap: .25rem; justify-items: start; margin: 1.6rem 0; }
.price-main { display: flex; gap: .5rem; align-items: baseline; }
.price-main span { color: var(--accent); font-size: clamp(.9rem,1.4vw,1.08rem); font-weight: 500; }
.price-main strong { font-size: clamp(1.75rem,3vw,2.65rem); font-weight: 650; line-height: 1.1; letter-spacing: -.055em; }
.product-price del { color: var(--dim); font-size: .9rem; text-decoration-thickness: 1px; }
.product-actions { display: flex; gap: 1rem; align-items: center; justify-content: space-between; }
.cart-add { padding: .45rem .8rem; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: .72rem; }
.product-buy { min-height: 44px; padding: .65rem 1rem; color: var(--ivory); background: var(--green); border-color: var(--green); }
.product-buy:hover { color: var(--green); background: transparent; }

.categories { color: var(--ivory); background: var(--green); }
.categories .section-number { color: var(--accent); }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(246,241,231,.22); }
.category-card { min-height: 390px; padding: 2.2rem; border-right: 1px solid rgba(246,241,231,.22); }
.category-card:last-child { border-right: 0; }
.category-card span { display: block; color: var(--accent); font-size: .6rem; letter-spacing: .2em; }
.category-card strong { display: block; max-width: 10ch; margin-top: 8rem; font-size: clamp(2rem,3.4vw,3.4rem); font-weight: 220; line-height: 1.08; letter-spacing: -.055em; }
.category-card em { display: block; margin-top: 2rem; color: var(--over-dim); font-size: .76rem; font-style: normal; }
.story-preview { background: var(--ivory); }
.story-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(2rem,4vw,4rem); }
.story-card { padding-top: 1.4rem; border-top: 1px solid var(--line); }
.story-card > p { margin: 0 0 2.5rem; color: var(--accent); font-size: .6rem; font-weight: 650; letter-spacing: .1em; }
.story-card h3 { margin: 0; font-size: clamp(1.5rem,2.3vw,2.25rem); font-weight: 280; line-height: 1.25; letter-spacing: -.045em; }
.story-card > span { display: block; min-height: 6rem; margin: 1.2rem 0; color: var(--dim); font-size: .84rem; }
.story-more { display: flex; justify-content: center; margin-top: clamp(4rem,8vh,6rem); }
.cta-band { padding: var(--section) var(--pad); text-align: center; color: var(--ivory); background: var(--green); }
.cta-band h2 { max-width: 16ch; margin: 0 auto 3rem; }

.site-footer { display: grid; grid-template-columns: .8fr 1.5fr .7fr; gap: 3rem; padding: 4rem var(--pad); color: var(--over-dim); background: var(--green); border-top: 1px solid rgba(246,241,231,.2); font-size: .72rem; }
.footer-brand { display: grid; align-content: start; }
.footer-brand strong { color: var(--ivory); font-size: 1.15rem; font-weight: 550; }
.footer-brand span { font-size: .5rem; letter-spacing: .24em; }
.footer-links { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; justify-content: end; color: var(--ivory); }
.empty-note { padding: 3rem 0; color: var(--dim); }

.page-hero { min-height: 82vh; display: grid; align-content: end; padding: clamp(11rem,20vh,16rem) var(--pad) clamp(5rem,12vh,9rem); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 12ch; margin: 0; font-size: clamp(3.5rem,7.8vw,8rem); font-weight: 400; line-height: 1.08; letter-spacing: -.06em; }
.page-hero > p:last-child { margin: 2.2rem 0 0; color: var(--dim); }
.about-story { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.about-image img { width: 100%; height: clamp(520px,68vw,860px); object-fit: cover; }
.about-copy h2 { max-width: 10ch; }
.about-copy > p:not(.section-number) { color: var(--dim); }
.values { color: var(--ivory); background: var(--green); }
.values > h2 { max-width: 12ch; margin-bottom: clamp(4rem,10vh,7rem); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(246,241,231,.22); }
.values-grid article { padding: 2.5rem 2rem 1rem 0; }
.values-grid span { color: var(--accent); font-size: .66rem; }
.values-grid h3 { margin: 5rem 0 1rem; font-size: 2rem; font-weight: 260; }
.values-grid p { color: var(--over-dim); }
.founder-hero { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(320px,.75fr); min-height: 100svh; padding-top: 72px; border-bottom: 1px solid var(--line); }
.founder-hero__copy { display: grid; align-content: end; padding: clamp(10rem,19vh,15rem) var(--pad) clamp(5rem,11vh,8rem); }
.founder-hero__copy h1 { max-width: 12ch; margin: 0; font-size: clamp(3.6rem,7.5vw,8rem); font-weight: 400; line-height: 1.08; letter-spacing: -.06em; }
.founder-hero__copy > p:last-child { margin: 2.4rem 0 0; color: var(--dim); }
.portrait-placeholder { display: grid; min-height: 640px; padding: clamp(2rem,4vw,4rem); color: var(--ivory); background: var(--accent); align-content: space-between; }
.portrait-placeholder > span { font-size: .62rem; font-weight: 650; letter-spacing: .22em; }
.portrait-placeholder > strong { align-self: end; font-size: clamp(2.2rem,4vw,4.5rem); font-weight: 220; line-height: 1.05; letter-spacing: -.055em; }
.portrait-placeholder > p { margin: 1.2rem 0 0; color: rgba(246,241,231,.78); font-size: .82rem; }
.founder-story { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,10vw,10rem); align-items: start; }
.founder-story__heading { position: sticky; top: 8rem; }
.founder-story h2, .founder-timeline h2, .founder-promise h2 { max-width: 12ch; margin: 0; font-size: clamp(2.8rem,5.5vw,6rem); font-weight: 400; line-height: 1.15; letter-spacing: -.05em; }
.story-body { max-width: 620px; }
.story-body > p:not(.section-number) { margin: 0 0 2rem; color: var(--dim); font-size: clamp(1rem,1.45vw,1.18rem); line-height: 1.95; }
.story-body h2 { margin-bottom: 3rem; }
.founder-quote { display: grid; min-height: 72vh; margin: 0; padding: var(--section) var(--pad); color: var(--ivory); background: var(--green); place-content: center; text-align: center; }
.founder-quote p { max-width: 18ch; margin: 0 auto; font-size: clamp(3rem,6.7vw,7rem); font-weight: 400; line-height: 1.16; letter-spacing: -.055em; }
.founder-quote cite { margin-top: 2.5rem; color: var(--over-dim); font-size: .68rem; font-style: normal; letter-spacing: .16em; }
.founder-story--turning { grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; }
.story-photo { margin: 0; }
.story-photo :is(img, video) { display: block; width: 100%; min-height: 720px; object-fit: cover; }
.story-photo figcaption { max-width: 44ch; padding-top: 1rem; color: var(--dim); font-size: .7rem; }
.founder-timeline { border-top: 1px solid var(--line); }
.timeline-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.timeline-list li { display: grid; grid-template-columns: .5fr 1fr 1.2fr; gap: clamp(1.5rem,4vw,4rem); padding: clamp(2rem,5vh,3.5rem) 0; border-bottom: 1px solid var(--line); align-items: start; }
.timeline-list span { color: var(--accent); font-size: .66rem; font-weight: 650; letter-spacing: .12em; }
.timeline-list strong { font-size: clamp(1.2rem,2vw,1.75rem); font-weight: 320; line-height: 1.35; }
.timeline-list p { margin: 0; color: var(--dim); font-size: .86rem; }
.founder-promise { display: grid; min-height: 86vh; padding: var(--section) var(--pad); color: var(--ivory); background: var(--green); align-content: center; justify-items: start; }
.founder-promise .section-number { color: var(--accent); }
.founder-promise h2 { max-width: 10ch; }
.founder-promise > p:not(.section-number) { margin: 2.5rem 0 3rem; color: var(--over-dim); font-size: clamp(1rem,1.5vw,1.2rem); }
.products-page { padding-top: 3rem; }
.product-filter { display: flex; gap: 1rem; overflow: auto; margin-bottom: 5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-size: .7rem; letter-spacing: .14em; }
.product-filter a, .product-filter span { padding: .45rem 1rem; border: 1px solid var(--line); white-space: nowrap; }
.products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 5rem clamp(1.2rem,3vw,2.4rem); }
.products-grid .product-card.featured { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); grid-column: 1 / -1; gap: clamp(2rem,5vw,5rem); align-items: center; padding-bottom: clamp(3rem,7vh,5rem); border-bottom: 1px solid var(--line); }
.products-grid .product-card.featured .product-visual { min-height: 0; }
.products-grid .product-card.featured .product-info h3 { font-size: clamp(2rem,3.5vw,3.6rem); font-weight: 400; line-height: 1.22; }
.all-products-link { display: flex; justify-content: center; margin-top: clamp(5rem,10vh,8rem); }
.price-note { margin: 2rem auto 0; color: var(--dim); font-size: .68rem; text-align: center; }
.store-notice, .contact-note { display: grid; grid-template-columns: .5fr 1.5fr; gap: 3rem; padding: clamp(3rem,8vh,5rem) var(--pad); border-top: 1px solid var(--line); }
.store-notice strong { font-size: 1.2rem; font-weight: 400; }
.store-notice p, .contact-note p { margin: 0; color: var(--dim); }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; padding-top: var(--section); }
.contact-section { border-top: 1px solid var(--line); }
.contact-heading { display: grid; min-height: 65vh; align-content: end; border-bottom: 1px solid var(--line); }
.contact-heading h2 { max-width: 13ch; margin: 0; font-size: clamp(3.2rem,6.8vw,7rem); font-weight: 400; line-height: 1.1; letter-spacing: -.06em; }
.contact-heading > p:last-child { margin: 2.2rem 0 0; color: var(--dim); }
.contact-grid article { min-height: 470px; padding: 2.8rem; border: 1px solid var(--line); border-right: 0; }
.contact-grid article:last-child { border-right: 1px solid var(--line); }
.contact-grid article > span:first-child { color: var(--accent); font-size: .62rem; font-weight: 650; letter-spacing: .18em; }
.contact-grid h2 { margin: 6rem 0 1.5rem; font-size: clamp(2.3rem,4vw,4.2rem); }
.contact-grid p { min-height: 9rem; color: var(--dim); }
.pending-label { display: inline-block; padding: .6rem 0; border-bottom: 1px solid var(--line); color: var(--dim); font-size: .78rem; }
.contact-channel-link { display: flex; width: 100%; min-height: 76px; padding: 1.2rem 1.4rem; border: 1px solid var(--green); color: var(--green); font-size: clamp(1rem,1.5vw,1.25rem); font-weight: 500; align-items: center; justify-content: center; text-align: center; transition: color .25s ease, background-color .25s ease; }
.contact-channel-link:hover, .contact-channel-link:focus-visible { color: var(--ivory); background: var(--green); }
.contact-page-hero > p:last-child { max-width: 42ch; }
.contact-page-grid article { display: flex; flex-direction: column; }
.contact-page-grid .contact-channel-link { margin-top: auto; }
.contact-note strong { font-size: 1.2rem; font-weight: 400; }

.story-index { background: var(--ivory); }
.story-page-hero > p:last-child { max-width: 40ch; }
.story-list article { display: grid; grid-template-columns: .55fr 1.2fr 1fr; gap: 3rem; padding: clamp(2.5rem,6vh,4rem) 0; border-top: 1px solid var(--line); }
.story-list p { margin: 0; color: var(--accent); font-size: .68rem; }
.story-list h2 { margin: 0; font-size: clamp(1.7rem,3vw,3rem); font-weight: 400; line-height: 1.35; letter-spacing: -.04em; }
.story-list span { color: var(--dim); font-size: .84rem; }
.admin-note { width: min(860px,calc(100% - 2.5rem)); margin: auto; padding: clamp(6rem,15vh,11rem) 0; }
.article { width: min(680px,calc(100% - 2.5rem)); margin: auto; padding: clamp(8rem,17vh,12rem) 0; }
.article .back-link { display: inline-block; margin-bottom: 5rem; border-bottom: 1px solid var(--line); font-size: .78rem; }
.article header { padding-bottom: 3rem; border-bottom: 1px solid var(--line); }
.article header p { color: var(--accent); font-size: .68rem; }
.article h1 { margin: 1rem 0; font-size: clamp(3rem,6vw,5.7rem); font-weight: 400; line-height: 1.16; letter-spacing: -.055em; }
.article header span { color: var(--dim); font-size: .76rem; }
.article .lead { margin: 5rem 0; font-size: clamp(1.25rem,2.4vw,1.75rem); font-weight: 300; line-height: 1.65; }
.article h2 { margin: 5rem 0 1rem; font-size: 1.7rem; font-weight: 320; }
.article > p:not(.lead) { color: var(--dim); }
.post-head time, .post-meta { color: var(--dim); font-size: .72rem; }
.post-meta { margin: .75rem 0 0; }
.post-tags { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1.25rem; }
.post-tags span { padding: .25rem .65rem; color: var(--accent); border: 1px solid var(--line); font-size: .65rem; }
.post-body { padding-top: 3.5rem; }
.post-body p, .post-body li { color: var(--dim); }
.post-body p { margin: 0 0 1.7rem; }
.post-body h2 { margin: 4.5rem 0 1.2rem; font-size: clamp(1.65rem,3vw,2.15rem); font-weight: 400; }
.post-body ul { margin: 0 0 2rem 1.25rem; padding: 0; }
.post-body li { margin-bottom: .6rem; }
.post-body li::marker { color: var(--accent); }
.sources { margin: 5rem 0; }
.sources ol { padding-left: 1.25rem; }
.sources a { border-bottom: 1px solid currentColor; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 6rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.post-nav a { display: grid; gap: .4rem; padding: 1.5rem 0; }
.post-nav a:last-child { text-align: right; }
.post-nav small { color: var(--accent); font-size: .65rem; letter-spacing: .12em; }
.post-nav strong { font-family: var(--display); font-weight: 400; line-height: 1.55; }
.notfound { padding: 6rem 0; text-align: center; }
.notfound p { margin: 1rem auto 2rem; color: var(--dim); }
.faq { margin: 6rem 0; }
.faq details { padding: 1.3rem 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 500; }
.faq details p { color: var(--dim); }

@media (max-width: 860px) {
  .site-header { min-height: 72px; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .site-nav { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 1.5rem; color: var(--green); background: var(--ivory); font-size: 1.6rem; font-weight: 250; opacity: 0; pointer-events: none; transform: translateY(-12px); }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .one-page { padding-bottom: 58px; }
  .section-rail { inset: auto 0 0; grid-template-columns: repeat(5,1fr); padding: 0; border-width: 1px 0 0; transform: none; }
  .section-rail a { display: grid; grid-template-columns: 1fr; gap: 0; min-width: 0; padding: .52rem .2rem .45rem; text-align: center; }
  .section-rail a span { font-size: .5rem; }
  .hero-copy { width: 100%; }
  .intro { grid-template-columns: 1fr; gap: 2rem; }
  .home-products { grid-template-columns: 1fr 1fr; }
  .product-card.featured { grid-column: 1 / -1; }
  .category-grid, .story-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 300px; border-right: 0; border-bottom: 1px solid rgba(246,241,231,.22); }
  .category-card strong { margin-top: 4rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; }
  .about-story { grid-template-columns: 1fr; }
  .about-image img { height: 72vw; }
  .founder-hero { grid-template-columns: 1fr; }
  .portrait-placeholder { min-height: 58vw; }
  .founder-story, .founder-story--turning { grid-template-columns: 1fr; }
  .founder-story__heading { position: static; }
  .story-photo :is(img, video) { min-height: 0; height: 76vw; }
  .values-grid, .products-grid, .contact-grid { grid-template-columns: 1fr 1fr; }
  .products-grid .product-card.featured { grid-template-columns: 1fr; grid-column: span 2; }
  .products-grid .product-card.featured .product-visual { min-height: 0; }
  .contact-grid article:nth-child(2) { border-right: 1px solid var(--line); }
  .contact-grid article:last-child { border-top: 0; }
  .store-notice, .contact-note { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --pad: 1.25rem; --section: clamp(6rem,15vh,8rem); }
  .hero { min-height: 100svh; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(28,26,23,.82),rgba(28,26,23,.2)),linear-gradient(0deg,rgba(28,26,23,.76),transparent 62%); }
  .hero-copy { padding-top: 10rem; padding-bottom: 6rem; }
  .hero h1 { max-width: 8ch; font-size: clamp(3.7rem,17vw,5.4rem); }
  .hero-copy > p:not(.eyebrow) br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { display: none; }
  .intro { min-height: auto; }
  .intro h2, .section-heading h2, .cta-band h2, .about-copy h2, .values h2 { font-size: clamp(2.7rem,13vw,4rem); }
  .numbers { grid-template-columns: 1fr; }
  .numbers article, .numbers article:first-child { min-height: 190px; padding: 2.5rem 0; border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-lead br { display: none; }
  .home-products, .values-grid, .products-grid, .contact-grid { grid-template-columns: 1fr; }
  .product-card.featured, .products-grid .product-card.featured { grid-column: auto; }
  .products-grid .product-card.featured { display: block; }
  .products-grid .product-card.featured .product-visual { min-height: 0; }
  .product-visual, .product-card:not(.featured) .product-visual { min-height: 0; }
  .product-actions { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 78svh; padding-top: 9rem; }
  .page-hero h1 { font-size: clamp(3.1rem,15vw,4.7rem); }
  .contact-grid article, .contact-grid article:nth-child(2) { min-height: auto; border-right: 1px solid var(--line); border-bottom: 0; }
  .contact-grid article:last-child { border-bottom: 1px solid var(--line); }
  .contact-grid h2 { margin-top: 3rem; }
  .contact-heading { min-height: 72svh; }
  .contact-heading h2 { font-size: clamp(3.1rem,15vw,4.7rem); }
  .contact-grid p { min-height: auto; margin-bottom: 2rem; }
  .about-image img { height: 110vw; }
  .founder-hero { min-height: auto; }
  .founder-hero__copy { min-height: 76svh; padding-top: 10rem; padding-bottom: 5rem; }
  .founder-hero__copy h1 { font-size: clamp(3.15rem,15vw,4.8rem); }
  .founder-hero__copy > p:last-child br { display: none; }
  .portrait-placeholder { min-height: 72vw; }
  .founder-story__heading h2, .story-body h2, .founder-timeline h2, .founder-promise h2 { font-size: clamp(2.7rem,13vw,4rem); }
  .founder-quote { min-height: 68svh; }
  .founder-quote p { font-size: clamp(2.8rem,13.5vw,4.6rem); }
  .founder-story--turning { padding-inline: 0; }
  .founder-story--turning .story-body { padding: 0 var(--pad); }
  .story-photo :is(img, video) { height: 118vw; }
  .story-photo figcaption { padding-inline: var(--pad); }
  .timeline-list li { grid-template-columns: 1fr; gap: .8rem; }
  .timeline-list p { margin-top: .4rem; }
  .story-list article { grid-template-columns: 1fr; gap: 1rem; }
  .story-page-hero > p:last-child br { display: none; }
  .post-nav { grid-template-columns: 1fr; }
  .post-nav a:last-child { text-align: left; }
  .site-footer { padding-block: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-image { animation: none; transform: none; }
  .product-card:hover .product-visual { transform: none; }
}
