:root {
  --ink: #111313;
  --cream: #f5f1e9;
  --paper: #ebe6dc;
  --coral: #e86f58;
  --blue: #1c3b45;
  --white: #fffdf8;
  --line: rgba(17, 19, 19, .18);
  --line-light: rgba(255, 253, 248, .22);
  --sans: 'DM Sans', Arial, sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.45; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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: 10px; left: 16px; z-index: 100; padding: 10px 14px; background: var(--coral); color: var(--ink); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }

.announcement { min-height: 28px; padding: 6px 20px; background: var(--coral); color: var(--ink); font-family: var(--mono); font-size: 9px; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.page-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; padding-left: clamp(24px, 4vw, 64px); padding-right: clamp(24px, 4vw, 64px); }
.site-header { position: relative; z-index: 20; min-height: 86px; align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; padding: 0 clamp(24px, 4vw, 64px); border-bottom: 1px solid var(--line); }
.site-header--overlay { position: absolute; top: 28px; left: 0; right: 0; color: var(--white); border-bottom-color: rgba(255,255,255,.27); }
.wordmark { display: flex; align-items: baseline; width: fit-content; font-size: 17px; font-weight: 700; letter-spacing: -.07em; line-height: 1; }
.wordmark span { margin-left: 4px; font-weight: 400; letter-spacing: -.08em; }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 46px); }
.nav-link, .header-action { position: relative; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.nav-link::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-link:hover::after, .nav-link--active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.icon-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid currentColor; border-radius: 50%; transition: background .25s ease, color .25s ease; }
.icon-button:hover { background: var(--ink); color: var(--cream); }
.site-header--overlay .icon-button:hover { background: var(--white); color: var(--ink); }
.icon-button svg { width: 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px 8px; border: 0; background: transparent; color: inherit; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s ease; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); overflow: hidden; background: var(--blue); color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-image { object-position: center 44%; filter: saturate(.7); }
.hero-shade { background: linear-gradient(90deg, rgba(8,20,22,.68) 0%, rgba(8,20,22,.27) 52%, rgba(8,20,22,.02) 100%), linear-gradient(0deg, rgba(8,20,22,.48), transparent 35%); }
.hero-content { position: relative; z-index: 1; min-height: min(900px, 100svh); padding-top: clamp(150px, 22vh, 230px); padding-bottom: 48px; }
.eyebrow { margin: 0 0 20px; color: inherit; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-eyebrow { grid-column: 2 / span 4; align-self: start; opacity: .9; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; }
h1 { grid-column: 2 / span 9; max-width: 1050px; margin: clamp(44px, 8vh, 100px) 0 0; font-size: clamp(70px, 13vw, 190px); letter-spacing: -.08em; line-height: .82; text-transform: uppercase; }
h1 em, h2 em, h3 em { font-family: var(--serif); font-weight: 500; letter-spacing: -.06em; text-transform: none; }
.hero-bottom { grid-column: 2 / span 10; display: flex; align-items: flex-end; justify-content: space-between; align-self: end; margin-top: auto; font-size: 14px; line-height: 1.25; }
.circle-link { display: flex; align-items: center; justify-content: space-between; width: 138px; height: 138px; padding: 20px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; transition: background .3s ease, color .3s ease, transform .3s ease; }
.circle-link:hover { background: var(--coral); color: var(--ink); transform: rotate(-8deg); }
.circle-link svg { width: 16px; align-self: flex-end; }
.hero-index, .story-hero-number { position: absolute; right: clamp(24px, 4vw, 64px); bottom: 48px; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.hero-index span, .story-hero-number span { margin: 0 7px; opacity: .45; }

.ticker { overflow: hidden; padding: 13px 0 11px; background: var(--ink); color: var(--cream); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 34px; animation: ticker 32s linear infinite; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.ticker-track i { color: var(--coral); font-size: 13px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }
.section-pad { padding-top: clamp(90px, 12vw, 180px); padding-bottom: clamp(90px, 12vw, 180px); }
.section-kicker { grid-column: 1 / span 2; display: flex; flex-direction: column; gap: 8px; padding-top: 5px; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.section-kicker span:first-child { opacity: .5; }
.intro-copy { grid-column: 4 / span 7; }
.intro-copy h2, .collection-heading h2, .origin-copy h2 { margin: 0 0 34px; font-size: clamp(54px, 7.2vw, 106px); letter-spacing: -.08em; line-height: .88; }
.large-copy { max-width: 455px; color: #4d4c48; font-size: 17px; line-height: 1.42; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 22px; border-bottom: 1px solid currentColor; padding-bottom: 8px; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transition: gap .25s ease; }
.text-link:hover { gap: 25px; }
.text-link span { font-size: 16px; }

.image-story { display: grid; min-height: 700px; grid-template-columns: 1fr 1fr; }
.image-story-panel { position: relative; min-height: 700px; overflow: hidden; }
.image-story-panel img { height: 100%; object-fit: cover; filter: saturate(.78); }
.image-story-panel--left img { object-position: center; }
.image-story-panel--right { display: flex; align-items: center; justify-content: center; background: var(--coral); color: var(--ink); }
.image-story-panel--right p { position: relative; z-index: 1; margin: 0; font-size: clamp(40px, 5.5vw, 84px); letter-spacing: -.08em; line-height: .87; text-align: center; }
.image-story-panel--right p em { display: block; font-family: var(--serif); font-size: 1.05em; font-weight: 500; }
.sun-disc { position: absolute; width: 48%; aspect-ratio: 1; border-radius: 50%; background: var(--cream); mix-blend-mode: screen; opacity: .9; }
.image-caption { position: absolute; right: 24px; bottom: 22px; left: 24px; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.image-story-panel--left .image-caption { color: var(--white); }
.panel-number { position: absolute; top: 26px; left: 28px; font-family: var(--mono); font-size: 10px; }

.experience-section { position: relative; overflow: hidden; background: var(--blue); color: var(--white); }
.section-kicker--light { color: var(--white); }
.experience-copy { grid-column: 4 / span 6; }
.experience-copy h2 { margin: 0 0 36px; font-size: clamp(58px, 7vw, 104px); letter-spacing: -.08em; line-height: .83; }
.experience-copy .large-copy { color: rgba(255,253,248,.73); }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 48px; gap: 34px; margin-top: 28px; padding: 14px 17px; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transition: background .25s ease, color .25s ease, gap .25s ease; }
.button span { font-size: 16px; }
.button:hover { gap: 46px; }
.button--light { background: var(--cream); color: var(--ink); }
.button--light:hover { background: var(--coral); }
.button--dark { background: var(--ink); color: var(--cream); }
.button--dark:hover { background: var(--coral); color: var(--ink); }
.experience-aside { grid-column: 10 / span 2; align-self: end; justify-self: end; font-family: var(--mono); font-size: 10px; letter-spacing: .09em; text-align: right; text-transform: uppercase; }
.experience-aside span { display: block; margin-bottom: 22px; font-family: var(--serif); font-size: 74px; line-height: .7; }

.collection-section { background: var(--paper); }
.collection-heading { grid-column: 1 / span 4; }
.collection-heading h2 { margin-top: 150px; font-size: clamp(50px, 5.5vw, 82px); }
.collection-grid { grid-column: 6 / span 7; display: grid; grid-template-columns: repeat(2, 1fr); gap: 38px 18px; }
.product-card--wide { grid-column: 1 / -1; }
.product-image { position: relative; height: 390px; overflow: hidden; background: var(--blue); }
.product-card--wide .product-image { height: 500px; }
.product-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,19,19,.3), transparent 35%); content: ''; }
.product-image img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-image--warm img { object-position: center 38%; }
.product-image--blue img { object-position: center 35%; }
.product-image--coral img { object-position: center 20%; }
.product-image > span { position: absolute; z-index: 1; top: 14px; right: 16px; color: var(--white); font-family: var(--mono); font-size: 10px; }
.product-meta { display: flex; justify-content: space-between; padding-top: 12px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.product-meta span:last-child { opacity: .55; }

.service-strip { grid-template-columns: repeat(3, 1fr); column-gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-item { display: flex; align-items: flex-start; gap: 14px; min-height: 145px; padding: 34px 28px 30px 0; border-right: 1px solid var(--line); }
.service-item:not(:first-child) { padding-left: 28px; }
.service-item:last-child { border-right: 0; }
.service-icon { display: block; width: 22px; flex: 0 0 22px; }
.service-icon svg { display: block; width: 22px; height: 22px; }
.service-item h3 { margin: 0 0 6px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.service-item p { margin: 0; color: #65635d; font-size: 12px; }
.newsletter-section { align-items: center; min-height: 380px; padding-top: 70px; padding-bottom: 70px; background: var(--coral); }
.newsletter-mark { grid-column: 1 / span 2; font-family: var(--serif); font-size: clamp(90px, 14vw, 210px); font-style: italic; line-height: .6; }
.newsletter-section > div:nth-child(2) { grid-column: 4 / span 4; }
.newsletter-section h2 { margin: 0; font-size: clamp(50px, 6vw, 90px); letter-spacing: -.08em; line-height: .85; }
.newsletter-form { grid-column: 9 / span 3; align-self: end; }
.newsletter-form input { width: calc(100% - 48px); padding: 12px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; background: transparent; color: var(--ink); }
.newsletter-form input::placeholder { color: rgba(17,19,19,.7); }
.newsletter-form button { width: 38px; height: 38px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; transition: background .25s ease, color .25s ease; }
.newsletter-form button:hover { background: var(--ink); color: var(--coral); }
.newsletter-form button svg { width: 16px; height: 16px; }
.newsletter-form p { margin: 18px 0 0; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }
.site-footer { position: relative; grid-template-rows: auto auto; gap: 68px 24px; padding-top: 66px; padding-bottom: 25px; background: var(--ink); color: var(--cream); }
.wordmark--footer { grid-column: 1 / span 4; font-size: 22px; }
.footer-note { margin: 24px 0 0; color: rgba(245,241,233,.56); font-size: 13px; line-height: 1.2; }
.footer-links { grid-column: 8 / span 4; display: flex; justify-content: space-between; max-width: 290px; }
.footer-links div { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: rgba(245,241,233,.8); font-size: 12px; }
.footer-links a:hover { color: var(--coral); }
.footer-label { margin: 0 0 10px; color: var(--coral); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line-light); color: rgba(245,241,233,.5); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a:hover { color: var(--cream); }

/* Collection page */
.collection-page { background: var(--cream); }
.catalog-hero { position: relative; min-height: 650px; align-items: end; padding-top: 110px; padding-bottom: 72px; background: var(--paper); }
.catalog-hero-copy { grid-column: 2 / span 5; padding-bottom: 18px; }
.catalog-hero-copy h1 { margin: 0 0 36px; font-size: clamp(68px, 9vw, 138px); line-height: .78; }
.catalog-hero-copy > p:last-child { max-width: 230px; margin: 0; font-size: 17px; line-height: 1.35; }
.catalog-hero-image { grid-column: 8 / span 4; position: relative; height: 470px; overflow: hidden; background: #e0dcd2; }
.catalog-hero-image img { height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.catalog-hero-image span { position: absolute; right: 16px; bottom: 16px; left: 16px; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.catalog-hero-index { position: absolute; right: clamp(24px, 4vw, 64px); bottom: 72px; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.catalog-hero-index span { margin: 0 7px; opacity: .4; }
.catalog-toolbar { align-items: center; min-height: 106px; border-bottom: 1px solid var(--line); }
.catalog-count { grid-column: 1 / span 2; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.catalog-count strong { margin-right: 4px; font-size: 14px; font-weight: 500; }
.filter-group { grid-column: 4 / span 6; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 36px; padding: 0 13px; border: 1px solid var(--line); border-radius: 100px; background: transparent; color: var(--ink); cursor: pointer; font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.filter-button:hover, .filter-button.is-active { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.sort-control { grid-column: 11 / span 2; justify-self: end; display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.sort-control select { max-width: 130px; padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); cursor: pointer; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.catalog-grid { padding-top: 80px; padding-bottom: 130px; }
.catalog-products { grid-column: 2 / span 10; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 64px 18px; }
.catalog-card { display: block; min-width: 0; }
.catalog-card[hidden] { display: none; }
.catalog-image { position: relative; aspect-ratio: 1 / 1.08; overflow: hidden; background: #e2ded4; }
.catalog-image img { height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.catalog-card:hover .catalog-image img { transform: scale(1.045); filter: contrast(1.04); }
.catalog-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,19,19,.24), transparent 34%); content: ''; pointer-events: none; }
.catalog-image > span { position: absolute; z-index: 1; top: 14px; left: 15px; font-family: var(--mono); font-size: 9px; }
.catalog-image b { position: absolute; z-index: 1; right: 14px; bottom: 14px; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--white); border-radius: 50%; color: var(--white); font-family: var(--mono); font-size: 8px; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.catalog-card:hover .catalog-image b, .catalog-card:focus-visible .catalog-image b { opacity: 1; transform: translateY(0); }
.catalog-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 13px; }
.catalog-meta h2 { margin: 0; font-size: 13px; font-weight: 600; letter-spacing: -.02em; }
.catalog-meta p { margin: 0; color: #68665f; font-family: var(--mono); font-size: 9px; letter-spacing: .03em; text-align: right; text-transform: uppercase; }
.catalog-meta strong { display: block; margin-top: 5px; color: var(--ink); font-weight: 400; }
.catalog-empty { grid-column: 2 / span 10; padding: 120px 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 44px; text-align: center; }
.catalog-note { align-items: end; padding-top: 90px; padding-bottom: 100px; background: var(--coral); }
.catalog-note .eyebrow { grid-column: 1 / span 2; align-self: start; }
.catalog-note h2 { grid-column: 4 / span 5; margin: 0; font-size: clamp(50px, 6vw, 90px); letter-spacing: -.08em; line-height: .85; }
.catalog-note .button { grid-column: 10 / span 3; justify-self: end; }

/* Product page */
.product-page { background: var(--cream); }
.product-breadcrumb { align-items: center; gap: 9px; padding-top: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: #67655e; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.product-breadcrumb a { color: var(--ink); }
.product-detail { align-items: start; padding-top: 62px; padding-bottom: 120px; }
.product-gallery { grid-column: 1 / span 7; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.product-gallery-main { grid-column: 1 / -1; aspect-ratio: 1 / .9; overflow: hidden; background: #e3dfd6; }
.product-gallery-secondary { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.product-gallery-secondary img { aspect-ratio: 1 / 1; height: 100%; object-fit: cover; background: #e3dfd6; mix-blend-mode: multiply; }
.product-gallery img { transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-gallery img:hover { transform: scale(1.03); }
.product-info { position: sticky; top: 26px; grid-column: 9 / span 3; padding-top: 18px; }
.product-info h1 { margin: 0 0 18px; font-size: clamp(48px, 5vw, 76px); letter-spacing: -.08em; line-height: .85; text-transform: none; }
.product-price { margin: 0 0 36px; font-family: var(--mono); font-size: 12px; letter-spacing: .05em; }
.product-description { max-width: 360px; margin: 0 0 35px; color: #595750; font-size: 16px; line-height: 1.45; }
.product-spec { display: flex; justify-content: space-between; max-width: 380px; padding: 15px 0; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.product-spec strong { font-weight: 400; }
.product-add { width: 100%; max-width: 380px; margin-top: 28px; }
.product-note { margin: 25px 0 30px; color: #6a6861; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; line-height: 1.6; text-transform: uppercase; }
.product-back-link { display: inline-block; border-bottom: 1px solid currentColor; padding-bottom: 7px; font-family: var(--mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.product-values { align-items: end; padding-top: 72px; padding-bottom: 85px; background: var(--blue); color: var(--white); }
.product-values > div:first-child { grid-column: 2 / span 4; }
.product-values > div:first-child > span { font-family: var(--mono); font-size: 9px; }
.product-values h2 { margin: 55px 0 0; font-size: clamp(50px, 6vw, 86px); letter-spacing: -.08em; line-height: .84; }
.product-values > p { grid-column: 7 / span 4; max-width: 300px; margin: 0; color: rgba(255,253,248,.72); font-size: 16px; line-height: 1.4; }
.product-values-mark { grid-column: 11 / span 2; justify-self: end; font-family: var(--serif); font-size: 68px; font-style: italic; line-height: .75; text-align: right; }
.product-values-mark small { display: block; margin-top: 20px; color: rgba(255,253,248,.55); font-family: var(--mono); font-size: 8px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }

/* Story page */
.story-page { background: var(--cream); }
.story-page .site-header { background: var(--cream); }
.story-hero { position: relative; min-height: 720px; align-items: end; padding-top: 105px; padding-bottom: 72px; background: var(--cream); }
.story-hero-copy { grid-column: 2 / span 5; padding-bottom: 30px; }
.story-hero-copy h1 { margin: 0 0 38px; font-size: clamp(72px, 10vw, 150px); line-height: .78; }
.story-lead { max-width: 345px; font-size: 18px; line-height: 1.35; }
.story-hero-image { grid-column: 8 / span 4; position: relative; height: 545px; overflow: hidden; }
.story-hero-image img { height: 100%; object-fit: cover; object-position: 53% center; filter: saturate(.7); }
.story-hero-image .image-caption { left: 16px; bottom: 16px; color: var(--white); }
.story-hero-number { bottom: 72px; }
.manifesto-copy { grid-column: 4 / span 7; }
.manifesto-copy h2 { margin: 0 0 38px; font-size: clamp(58px, 7.2vw, 108px); line-height: .84; letter-spacing: -.08em; }
.manifesto-copy .large-copy { max-width: 480px; }
.story-quote { min-height: 580px; padding: 100px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--coral); text-align: center; }
.quote-mark { margin-bottom: 25px; font-family: var(--serif); font-size: 120px; font-style: italic; line-height: .35; }
blockquote { margin: 0; font-size: clamp(46px, 7vw, 104px); letter-spacing: -.09em; line-height: .85; }
blockquote em { font-family: var(--serif); font-weight: 500; }
.quote-line { display: block; width: 1px; height: 55px; margin: 42px 0 20px; background: var(--ink); }
.story-quote p { margin: 0; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.values-grid { grid-column: 4 / span 8; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.value-card { min-height: 330px; padding: 20px; border-top: 1px solid var(--line); }
.value-card > span { font-family: var(--mono); font-size: 9px; }
.value-card h3 { margin: 86px 0 22px; font-size: clamp(32px, 3.4vw, 50px); letter-spacing: -.07em; line-height: .85; }
.value-card p { max-width: 220px; margin: 0; color: #63615b; font-size: 12px; line-height: 1.45; }
.story-image-break { position: relative; height: min(680px, 75vw); overflow: hidden; background: var(--blue); color: var(--white); }
.story-image-break img { height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.64) brightness(.75); }
.story-image-break > div { position: absolute; bottom: 50px; left: clamp(24px, 8vw, 120px); }
.story-image-break > div p:last-child { margin: 0; font-size: clamp(45px, 6vw, 88px); letter-spacing: -.08em; line-height: .84; }
.origin-copy { grid-column: 4 / span 6; }

@media (max-width: 800px) {
  .page-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 16px; }
  .site-header { min-height: 70px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-action { display: none; }
  .menu-toggle { display: block; }
  .site-header--overlay { top: 28px; }
  .mobile-menu { position: fixed; z-index: 15; inset: 98px 0 0; display: block; padding: 30px 24px; background: var(--ink); color: var(--cream); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; border-bottom: 1px solid rgba(245,241,233,.2); font-size: 38px; letter-spacing: -.06em; }
  .mobile-menu nav a span { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
  .mobile-menu p { margin-top: 50px; color: rgba(245,241,233,.56); font-size: 13px; }
  .menu-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero, .hero-content { min-height: 720px; }
  .hero-content { padding-top: 145px; }
  .hero-eyebrow { grid-column: 1 / -1; }
  h1 { grid-column: 1 / -1; font-size: clamp(62px, 17vw, 120px); }
  .hero-bottom { grid-column: 1 / -1; }
  .hero-index { right: 24px; bottom: 24px; }
  .section-kicker { grid-column: 1 / -1; margin-bottom: 55px; }
  .intro-copy, .experience-copy, .collection-heading, .manifesto-copy, .origin-copy { grid-column: 1 / -1; }
  .intro-copy h2, .collection-heading h2, .origin-copy h2 { font-size: clamp(52px, 14vw, 90px); }
  .image-story { grid-template-columns: 1fr; }
  .image-story-panel, .image-story-panel--left { min-height: 570px; }
  .image-story-panel--right { min-height: 470px; }
  .experience-copy h2 { font-size: clamp(53px, 13vw, 90px); }
  .experience-aside { display: none; }
  .collection-heading h2 { margin-top: 0; }
  .collection-grid { grid-column: 1 / -1; margin-top: 70px; }
  .product-image, .product-card--wide .product-image { height: 62vw; min-height: 280px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-item, .service-item:not(:first-child) { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-item:last-child { border-bottom: 0; }
  .newsletter-mark { grid-column: 1 / span 1; }
  .newsletter-section > div:nth-child(2) { grid-column: 2 / -1; }
  .newsletter-form { grid-column: 1 / -1; margin-top: 60px; }
  .site-footer { gap: 55px 16px; }
  .wordmark--footer { grid-column: 1 / -1; }
  .footer-links { grid-column: 1 / -1; }
  .footer-bottom { grid-column: 1 / -1; flex-wrap: wrap; gap: 14px; }
  .story-hero { min-height: auto; align-items: initial; padding-top: 115px; padding-bottom: 70px; }
  .story-hero-copy { grid-column: 1 / -1; padding: 0; }
  .story-hero-copy h1 { font-size: clamp(65px, 17vw, 120px); }
  .story-hero-image { grid-column: 1 / -1; height: 500px; margin-top: 62px; }
  .story-hero-number { right: 24px; bottom: 20px; }
  .values-grid { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 0; }
  .value-card { min-height: 260px; padding: 20px 0; }
  .value-card h3 { margin: 55px 0 18px; }
  .story-image-break { height: 125vw; min-height: 480px; }
  .story-image-break img { object-position: 61% center; }
  .catalog-hero { min-height: auto; align-items: initial; padding-top: 115px; padding-bottom: 70px; }
  .catalog-hero-copy { grid-column: 1 / -1; padding: 0; }
  .catalog-hero-copy h1 { font-size: clamp(62px, 16vw, 118px); }
  .catalog-hero-image { grid-column: 1 / -1; height: 420px; margin-top: 62px; }
  .catalog-hero-index { right: 24px; bottom: 20px; }
  .catalog-toolbar { align-items: start; grid-template-rows: auto auto auto; gap: 22px 16px; padding-top: 28px; padding-bottom: 28px; }
  .catalog-count, .filter-group, .sort-control { grid-column: 1 / -1; justify-self: start; }
  .sort-control { width: 100%; justify-content: space-between; }
  .sort-control select { max-width: none; }
  .catalog-grid { padding-top: 48px; padding-bottom: 90px; }
  .catalog-products { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 10px; }
  .catalog-meta { display: block; }
  .catalog-meta h2 { margin-bottom: 5px; }
  .catalog-meta p { text-align: left; line-height: 1.45; }
  .catalog-meta strong { display: inline; margin-left: 5px; }
  .catalog-empty { grid-column: 1 / -1; padding: 80px 0; font-size: 34px; }
  .catalog-note { align-items: start; }
  .catalog-note .eyebrow, .catalog-note h2, .catalog-note .button { grid-column: 1 / -1; }
  .catalog-note h2 { margin-top: 15px; }
  .catalog-note .button { justify-self: start; margin-top: 42px; }
  .product-breadcrumb { padding-top: 18px; padding-bottom: 18px; }
  .product-detail { padding-top: 40px; padding-bottom: 80px; }
  .product-gallery, .product-info { grid-column: 1 / -1; }
  .product-info { position: static; padding-top: 62px; }
  .product-info h1 { font-size: clamp(48px, 13vw, 82px); }
  .product-description { font-size: 15px; }
  .product-values { align-items: start; }
  .product-values > div:first-child, .product-values > p, .product-values-mark { grid-column: 1 / -1; }
  .product-values > p { margin-top: 45px; }
  .product-values-mark { margin-top: 58px; justify-self: start; text-align: left; }
}

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