:root {
  --paper: #f6f7f2;
  --ink: #111111;
  --mist: #e8e9e4;
  --line: #cbccc6;
  --muted: #696a66;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button { border-radius: 0; }
em { font-style: normal; color: #b7b8b2; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: var(--paper); padding: 12px; }
.skip-link:focus { top: 12px; }
.store-errors { margin: 0; padding: 18px 4vw; list-style: none; background: #b42318; color: #fff; font-size: 12px; }
.section-pad { padding-left: 4vw; padding-right: 4vw; }
.section-label, .eyebrow { margin: 0; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--white); font-size: 9px; }
.eyebrow.dark { color: var(--muted); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--ink); text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .15em; cursor: pointer; transition: background .2s, color .2s; }
.dark-button { background: var(--ink); color: var(--paper); }
.dark-button:hover { background: #30312e; }
.light-button { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.disabled-button { width: 100%; background: var(--mist); color: var(--muted); border-color: var(--line); cursor: not-allowed; }
.outline-button { display: flex; justify-content: space-between; width: 280px; border: 1px solid rgba(255,255,255,.72); padding: 17px 18px; color: #fff; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.outline-button:hover { background: var(--paper); color: var(--ink); }
.text-link { display: inline-block; width: max-content; border-bottom: 1px solid; padding-bottom: 6px; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.light-link { color: var(--paper); }
.text-button { border: 0; border-bottom: 1px solid; padding: 0 0 4px; background: none; text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: .13em; cursor: pointer; }

/* Header */
.announcement { height: 30px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; background: var(--ink); color: var(--paper); font-size: 8px; font-weight: 700; letter-spacing: .19em; }
.site-header { position: relative; z-index: 20; height: 96px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; border-bottom: 1px solid var(--line); background: var(--paper); }
.brand-logo { width: 84px; height: 76px; display: flex; align-items: center; }
.brand-logo img { width: 100%; height: 70px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a, .cart-link { border-bottom: 1px solid transparent; padding: 9px 0; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.desktop-nav a:hover, .cart-link:hover { border-color: var(--ink); }
.cart-link { justify-self: end; }
.cart-count { display: inline-flex; min-width: 20px; height: 20px; align-items: center; justify-content: center; margin-left: 5px; border: 1px solid var(--line); border-radius: 50%; font-size: 8px; }
.menu-toggle, .mobile-nav { display: none; }

/* Footer */
.site-footer { min-height: 470px; padding: 75px 4vw 30px; }
.footer-main { display: grid; grid-template-columns: 1fr auto; align-items: start; }
.footer-logo { width: 250px; }
.footer-logo img { height: 210px; object-fit: contain; object-position: left top; }
.footer-nav { display: flex; gap: 28px; justify-self: end; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.footer-social { grid-column: 2; justify-self: end; margin-top: 75px; text-align: right; }
.footer-social p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.footer-social a { text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.footer-legal { display: flex; justify-content: space-between; align-items: center; margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; letter-spacing: .15em; }
.footer-legal svg { max-width: 65px; max-height: 28px; }

/* Home */
.hero { position: relative; height: calc(100vh - 126px); min-height: 700px; overflow: hidden; }
.hero-image { height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(9,10,9,.72),rgba(9,10,9,.12) 65%),linear-gradient(0deg,rgba(0,0,0,.65),transparent 48%); }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 6vh 4vw 5vh; color: #fff; }
.hero-content h1 { margin: auto 0 0; font-size: clamp(78px,10.5vw,168px); font-weight: 900; line-height: .76; letter-spacing: -.075em; }
.hero-footer { display: flex; justify-content: space-between; align-items: end; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.48); }
.hero-footer p { max-width: 470px; margin: 0; font-size: 15px; line-height: 1.55; }
.brand-statement { display: grid; grid-template-columns: 26% 1fr; padding-top: 135px; padding-bottom: 120px; border-bottom: 1px solid var(--line); }
.brand-statement h2, .release h2, .editorial-copy h2 { margin: 20px 0 0; font-size: clamp(61px,8vw,128px); font-weight: 900; line-height: .84; letter-spacing: -.065em; }
.large-copy { max-width: 660px; margin: 55px 0 0 30%; font-size: 19px; line-height: 1.6; }
.campaign-split { display: grid; grid-template-columns: 1fr 280px; min-height: 900px; background: var(--ink); color: var(--paper); }
.campaign-image { overflow: hidden; }
.campaign-image img { height: 100%; object-fit: cover; }
.campaign-caption { display: flex; flex-direction: column; justify-content: space-between; padding: 42px 30px; border-left: 1px solid rgba(255,255,255,.22); }
.campaign-caption span { color: #a8a9a4; font-size: 9px; }
.campaign-caption p { margin: 0; font-size: 17px; line-height: 1.45; }
.release { padding-top: 125px; padding-bottom: 145px; }
.release-heading { display: grid; grid-template-columns: 1.4fr .55fr; gap: 70px; align-items: end; margin-bottom: 85px; }
.release-heading h2 { margin-top: 28px; }
.release-heading > div:last-child p { margin: 0 0 30px; color: #555650; font-size: 15px; line-height: 1.6; }
.editorial-split { display: grid; grid-template-columns: 1fr 1.1fr; min-height: 930px; background: var(--ink); color: var(--paper); }
.editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: 105px 5vw; }
.editorial-copy h2 { margin-top: 55px; font-size: clamp(62px,7.5vw,120px); }
.editorial-copy > p:not(.section-label) { max-width: 520px; margin: 50px 0 30px; color: #c9cac4; font-size: 16px; line-height: 1.65; }
.editorial-image { overflow: hidden; }
.editorial-image img { height: 100%; object-fit: cover; }
.final-campaign { position: relative; height: 900px; overflow: hidden; }
.final-campaign > img { height: 100%; object-fit: cover; }
.final-campaign::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.65),transparent 55%); }
.final-campaign > div { position: absolute; z-index: 1; left: 4vw; right: 4vw; bottom: 4vw; display: flex; justify-content: space-between; align-items: end; color: #fff; }
.final-campaign p { margin: 0; font-size: clamp(64px,9vw,145px); font-weight: 900; line-height: .78; letter-spacing: -.07em; }
.final-campaign span { margin-bottom: 7px; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.service-strip { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.service-strip > div { min-height: 290px; display: flex; flex-direction: column; padding: 40px 4vw; border-right: 1px solid var(--line); }
.service-strip > div:last-child { border-right: 0; }
.service-strip span { color: var(--muted); font-size: 8px; }
.service-strip h3 { margin: auto 0 12px; font-size: 20px; }
.service-strip p { max-width: 300px; margin: 0; color: #62635e; font-size: 13px; line-height: 1.55; }

/* Product grids */
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.product-card { display: block; }
.product-card-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--mist); }
.product-card-image > img { height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-card-image > img { transform: scale(1.025); }
.card-index, .card-status { position: absolute; z-index: 2; top: 13px; padding: 7px 8px; background: var(--paper); text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.card-index { left: 13px; }
.card-status { right: 13px; }
.card-status.sale { background: var(--ink); color: var(--paper); }
.card-action { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 16px; transform: translateY(100%); transition: transform .25s; background: var(--ink); color: var(--paper); text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.product-card:hover .card-action { transform: translateY(0); }
.card-meta { display: flex; justify-content: space-between; gap: 15px; padding: 15px 2px; text-transform: uppercase; }
.card-meta h2, .card-meta h3, .card-meta p { margin: 0; font-size: 10px; letter-spacing: .08em; }
.card-meta p { white-space: nowrap; color: var(--muted); }
.three-up { grid-template-columns: repeat(3,1fr); }

/* Products page */
.shop-intro { padding-top: 105px; padding-bottom: 90px; border-bottom: 1px solid var(--line); }
.shop-intro h1, .page-heading h1, .contact-hero h1, .motion-intro h1 { margin: 45px 0 70px; font-size: clamp(78px,11vw,175px); font-weight: 900; line-height: .78; letter-spacing: -.075em; }
.shop-intro-foot { display: flex; justify-content: space-between; align-items: end; padding-top: 22px; border-top: 1px solid var(--line); }
.shop-intro-foot p { max-width: 570px; margin: 0; font-size: 16px; line-height: 1.6; }
.shop-intro-foot span, .shop-toolbar { color: var(--muted); text-transform: uppercase; font-size: 8px; letter-spacing: .16em; }
.shop-products { padding-top: 35px; padding-bottom: 130px; }
.shop-toolbar { display: flex; justify-content: space-between; margin-bottom: 35px; }
.category-links { display: flex; gap: 22px; }
.category-links a { border-bottom: 1px solid transparent; padding-bottom: 4px; }
.category-links a:hover { border-color: currentColor; }
.pagination { margin-top: 70px; text-align: center; }
.pagination a, .pagination span { display: inline-flex; min-width: 36px; height: 36px; align-items: center; justify-content: center; margin: 3px; border: 1px solid var(--line); font-size: 10px; }
.shop-campaign { display: grid; grid-template-columns: 1.25fr 1fr; min-height: 850px; background: var(--ink); color: var(--paper); }
.shop-campaign > img { height: 100%; object-fit: cover; }
.shop-campaign > div { display: flex; flex-direction: column; justify-content: center; padding: 85px 5vw; }
.shop-campaign h2 { margin: 45px 0; font-size: clamp(65px,7vw,112px); line-height: .82; letter-spacing: -.065em; }

/* Product page */
.breadcrumbs { height: 58px; display: flex; align-items: center; gap: 12px; padding: 0 4vw; overflow: hidden; border-bottom: 1px solid var(--line); color: var(--muted); text-transform: uppercase; white-space: nowrap; font-size: 8px; letter-spacing: .14em; }
.product-detail { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(390px,.75fr); align-items: start; }
.product-gallery { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border-right: 1px solid var(--line); background: var(--line); }
.product-gallery-item { margin: 0; aspect-ratio: 1 / 1; overflow: hidden; background: var(--mist); }
.product-gallery-item img { height: 100%; object-fit: cover; }
.gallery-dots { display: none; }
.product-info { position: sticky; top: 0; padding: 70px 4vw; }
.product-status { display: inline-flex; margin: 0 0 24px; padding: 7px 9px; background: var(--mist); text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.product-status.sale { background: var(--ink); color: var(--paper); }
.product-info h1 { margin: 0 0 20px; text-transform: uppercase; font-size: clamp(42px,4.2vw,70px); line-height: .9; letter-spacing: -.055em; }
.product-price { font-size: 12px; letter-spacing: .08em; }
.product-description { margin: 45px 0; color: #555650; font-size: 15px; line-height: 1.65; }
.product-description p { margin: 0 0 18px; }
.feature-list { margin: 0 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.feature-list span { color: var(--muted); font-size: 8px; }
.product-form { display: grid; gap: 10px; }
.field-label { text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.select-wrap select { width: 100%; height: 54px; padding: 0 15px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); }
.add-button { width: 100%; }
.detail-notes { display: flex; justify-content: space-between; gap: 15px; margin-top: 38px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); text-transform: uppercase; font-size: 8px; letter-spacing: .1em; }
.related-products { padding-top: 120px; padding-bottom: 150px; border-top: 1px solid var(--line); }
.section-title-row { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.section-title-row h2 { margin: 0; font-size: clamp(45px,6vw,90px); line-height: .85; letter-spacing: -.06em; }

/* Cart */
.page-heading { padding-top: 110px; padding-bottom: 95px; border-bottom: 1px solid var(--line); }
.page-heading.compact h1 { margin-bottom: 0; }
.page-heading h1 span { vertical-align: top; font-size: .18em; letter-spacing: .02em; }
.page-heading > p:last-child:not(.section-label) { margin: 40px 0 0; color: var(--muted); font-size: 17px; }
.empty-state { min-height: 440px; padding-top: 105px; padding-bottom: 140px; }
.empty-state > p { margin: 0 0 35px; font-size: 28px; letter-spacing: -.03em; }
.cart-layout { display: grid; grid-template-columns: 1fr 420px; min-height: 620px; }
.cart-lines { padding: 0 4vw; border-right: 1px solid var(--line); }
.cart-line { display: grid; grid-template-columns: 150px 1fr 115px 90px; gap: 28px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.cart-image { aspect-ratio: 1 / 1; overflow: hidden; background: var(--mist); }
.cart-image img { height: 100%; object-fit: cover; }
.cart-line-info h2 { margin: 9px 0; text-transform: uppercase; font-size: 19px; letter-spacing: -.03em; }
.cart-line-info > p:not(.section-label) { margin: 6px 0; color: var(--muted); font-size: 10px; }
.remove-cart-item { border: 0; border-bottom: 1px solid; padding: 0 0 3px; background: none; text-transform: uppercase; font-size: 8px; letter-spacing: .12em; cursor: pointer; }
.cart-quantity label { display: block; margin-bottom: 7px; color: var(--muted); text-transform: uppercase; font-size: 7px; letter-spacing: .12em; }
.cart-quantity-input { width: 72px; height: 44px; border: 1px solid var(--line); background: var(--paper); text-align: center; }
.cart-line > strong { text-align: right; font-size: 10px; }
.cart-summary { position: sticky; top: 0; align-self: start; padding: 55px 4vw; }
.cart-summary > div { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.cart-note { margin: 28px 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.checkout-button { width: 100%; }
.update-cart-button { display: block; margin: 20px auto 0; }
.cart-summary .text-link { display: block; margin: 28px auto 0; }

/* Contact */
.contact-hero { display: grid; grid-template-columns: 1.5fr .55fr; gap: 80px; align-items: end; padding-top: 110px; padding-bottom: 100px; border-bottom: 1px solid var(--line); }
.contact-hero h1 { margin-bottom: 0; }
.contact-intro p { font-size: 16px; line-height: 1.65; }
.contact-intro .text-link { margin-top: 28px; }
.contact-body { display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; }
.contact-photo { overflow: hidden; }
.contact-photo img { height: 100%; object-fit: cover; }
.contact-panel { padding: 80px 5vw; }
.contact-form { margin-top: 50px; }
.contact-form label { display: block; margin-bottom: 25px; }
.contact-form label > span { display: block; margin-bottom: 10px; color: var(--muted); text-transform: uppercase; font-size: 8px; letter-spacing: .14em; }
.contact-form input, .contact-form textarea { width: 100%; padding: 15px; border: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ink); }
.contact-form textarea { min-height: 170px; resize: vertical; }
.contact-form .button { width: 100%; }
.recaptcha-note { margin-top: 20px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.contact-success { margin-top: 80px; }
.contact-success h2 { margin: 0 0 25px; font-size: clamp(55px,6vw,95px); line-height: .85; letter-spacing: -.06em; }
.contact-success p { margin-bottom: 35px; font-size: 16px; line-height: 1.6; }
.contact-options { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.contact-options > div { min-height: 280px; display: flex; flex-direction: column; padding: 40px 4vw; border-right: 1px solid var(--line); }
.contact-options > div:last-child { border-right: 0; }
.contact-options span { color: var(--muted); font-size: 8px; }
.contact-options h2 { margin: auto 0 12px; font-size: 20px; }
.contact-options p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

/* Custom pages */
.custom-page > br { display: none; }
.story-hero { position: relative; height: calc(100vh - 126px); min-height: 720px; overflow: hidden; color: #fff; }
.story-hero > img { height: 100%; object-fit: cover; }
.story-hero-content { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 7vh 4vw 5vh; }
.story-hero h1 { margin: 35px 0 0; font-size: clamp(80px,11vw,175px); line-height: .77; letter-spacing: -.075em; }
.story-copy { display: grid; grid-template-columns: 25% 1fr; padding-top: 130px; padding-bottom: 130px; }
.story-copy h2 { margin: 0 0 55px; font-size: clamp(65px,8vw,120px); line-height: .82; letter-spacing: -.065em; }
.story-copy > div > p { max-width: 760px; margin: 0 0 25px; font-size: 20px; line-height: 1.55; }
.story-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ink); }
.story-gallery figure { height: 900px; margin: 0; overflow: hidden; }
.story-gallery img { height: 100%; object-fit: cover; }
.values-panel { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.values-panel > div { min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; padding: 45px 4vw; border-right: 1px solid var(--line); }
.values-panel > div:last-child { border-right: 0; }
.values-panel span { font-size: 45px; font-weight: 900; letter-spacing: -.05em; }
.values-panel p { max-width: 300px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.story-cta, .motion-cta, .support-cta { padding-top: 120px; padding-bottom: 120px; background: var(--ink); color: var(--paper); }
.story-cta h2, .motion-cta h2 { margin: 45px 0 65px; font-size: clamp(72px,10vw,160px); line-height: .79; letter-spacing: -.07em; }
.motion-intro { padding-top: 105px; padding-bottom: 95px; }
.motion-intro h1 { margin-bottom: 75px; }
.motion-intro > div { display: flex; justify-content: space-between; align-items: end; padding-top: 22px; border-top: 1px solid var(--line); }
.motion-intro > div p { max-width: 560px; margin: 0; font-size: 16px; line-height: 1.6; }
.motion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ink); }
.motion-grid figure { position: relative; height: 730px; margin: 0; overflow: hidden; background: var(--ink); }
.motion-grid .motion-wide { grid-column: 1 / -1; height: 880px; }
.motion-grid .motion-tall { height: 920px; }
.motion-grid img { height: 100%; object-fit: cover; transition: transform .5s; }
.motion-grid figure:hover img { transform: scale(1.015); }
.motion-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 35px; background: linear-gradient(0deg,rgba(0,0,0,.8),transparent); color: #fff; }
.motion-grid figcaption span { font-size: 8px; letter-spacing: .16em; }
.motion-grid figcaption p { margin: 13px 0 0; font-size: 17px; }
.motion-cta { display: flex; justify-content: space-between; align-items: end; }
.motion-cta h2 { margin: 0; }
.info-list { padding-top: 0; padding-bottom: 120px; }
.info-list article { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 30px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.info-list article > span { color: var(--muted); font-size: 8px; }
.info-list h2 { margin: 0; text-transform: uppercase; font-size: 28px; letter-spacing: -.04em; }
.info-list p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.support-cta { display: flex; justify-content: space-between; align-items: end; }
.support-cta h2 { margin: 40px 0 0; font-size: clamp(55px,7vw,105px); line-height: .83; letter-spacing: -.06em; }

/* Maintenance */
.maintenance-page { min-height: 100vh; background: var(--ink); color: var(--paper); }
.maintenance-content { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 7vw; background: radial-gradient(circle at 80% 20%,#252624,var(--ink) 45%); }
.maintenance-logo { width: 125px; max-height: 120px; margin-bottom: 65px; object-fit: contain; object-position: left center; filter: invert(1); }
.maintenance-content h1 { margin: 35px 0; font-size: clamp(75px,12vw,185px); line-height: .76; letter-spacing: -.075em; }
.maintenance-message { max-width: 650px; margin-bottom: 35px; color: #c9cac4; font-size: 16px; line-height: 1.6; }

@media (max-width: 1050px) {
  .product-detail { grid-template-columns: 1.35fr minmax(350px,.75fr); }
  .cart-layout { grid-template-columns: 1fr 360px; }
  .cart-line { grid-template-columns: 125px 1fr 105px; }
  .cart-line > strong { grid-column: 2 / -1; }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-intro { max-width: 620px; }
}

@media (max-width: 900px) {
  .site-header { height: 82px; grid-template-columns: 1fr 1fr; }
  .brand-logo { height: 62px; }
  .brand-logo img { height: 59px; }
  .desktop-nav, .cart-link { display: none; }
  .menu-toggle { display: block; justify-self: end; border: 0; background: none; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .15em; cursor: pointer; }
  .mobile-nav { position: absolute; z-index: 40; top: 82px; left: 0; right: 0; flex-direction: column; padding: 30px 5vw 40px; background: var(--ink); color: var(--paper); }
  .mobile-nav:not([hidden]) { display: flex; }
  .mobile-nav a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 13px; letter-spacing: .08em; }
  .hero, .story-hero { height: 83vh; min-height: 670px; }
  .brand-statement { grid-template-columns: 1fr; padding-top: 95px; }
  .brand-statement > .section-label { margin-bottom: 55px; }
  .large-copy { margin-left: 0; }
  .campaign-split { grid-template-columns: 1fr; min-height: 750px; }
  .campaign-caption { display: none; }
  .release-heading { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .editorial-split { grid-template-columns: 1fr; }
  .editorial-image { height: 720px; }
  .shop-campaign { grid-template-columns: 1fr; min-height: 0; }
  .shop-campaign > img { height: 680px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { border-right: 0; }
  .product-info { position: relative; top: auto; padding: 70px 5vw; }
  .related-products { padding-left: 5vw; padding-right: 5vw; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-lines { padding: 0 5vw; border-right: 0; }
  .cart-summary { position: relative; top: auto; padding: 55px 5vw; border-top: 1px solid var(--line); }
  .contact-body { grid-template-columns: 1fr; }
  .contact-photo { height: 700px; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-options > div { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-copy { grid-template-columns: 1fr; gap: 50px; }
  .story-gallery figure { height: 680px; }
  .values-panel { grid-template-columns: 1fr; }
  .values-panel > div { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .motion-cta, .support-cta { display: block; }
  .motion-cta .button, .support-cta .button { margin-top: 55px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { justify-self: start; margin-top: 45px; }
  .footer-social { grid-column: 1; justify-self: start; margin-top: 30px; text-align: left; }
}

@media (max-width: 600px) {
  .section-pad { padding-left: 5vw; padding-right: 5vw; }
  .announcement span:nth-child(2) { display: none; }
  .site-header { padding: 0 5vw; }
  .brand-logo { width: 68px; }
  .hero { min-height: 650px; }
  .hero-image { object-position: 61% center; }
  .hero-content { padding: 5vh 5vw; }
  .hero-content h1, .story-hero h1 { font-size: 19vw; }
  .hero-footer { display: block; }
  .hero-footer p { font-size: 13px; }
  .outline-button { width: 100%; margin-top: 25px; }
  .brand-statement h2, .release h2, .editorial-copy h2 { font-size: 15.5vw; }
  .large-copy { font-size: 17px; }
  .campaign-split { min-height: 650px; }
  .campaign-image img { object-position: 56% center; }
  .release { padding-top: 95px; padding-bottom: 95px; }
  .release-heading { margin-bottom: 55px; }
  .product-grid { gap: 28px 8px; }
  .card-index, .card-action { display: none; }
  .card-status { top: 8px; right: 8px; }
  .card-meta { display: block; }
  .card-meta h2, .card-meta h3 { min-height: 28px; line-height: 1.35; }
  .card-meta p { margin-top: 4px; }
  .editorial-copy { padding: 80px 5vw; }
  .editorial-image { height: 620px; }
  .final-campaign { height: 670px; }
  .final-campaign > div { display: block; left: 5vw; bottom: 7vw; }
  .final-campaign p { font-size: 18vw; }
  .final-campaign span { display: block; margin-top: 28px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip > div { min-height: 220px; padding: 32px 5vw; border-right: 0; border-bottom: 1px solid var(--line); }
  .shop-intro, .page-heading, .contact-hero, .motion-intro { padding-top: 75px; padding-bottom: 65px; }
  .shop-intro h1, .page-heading h1, .contact-hero h1, .motion-intro h1 { margin: 38px 0 55px; font-size: 20vw; }
  .shop-intro-foot, .shop-toolbar, .motion-intro > div { display: block; }
  .shop-intro-foot span, .shop-toolbar > span { display: block; margin-top: 30px; }
  .category-links { flex-wrap: wrap; }
  .shop-products { padding-top: 28px; padding-bottom: 85px; }
  .shop-campaign > img { height: 520px; }
  .shop-campaign > div { padding: 70px 5vw; }
  .shop-campaign h2 { font-size: 17vw; }
  .product-gallery { display: block; background: var(--mist); }
  .product-gallery-item { display: none; aspect-ratio: 1 / 1; }
  .product-gallery-item.is-active { display: block; }
  .gallery-dots { position: absolute; left: 0; right: 0; bottom: 18px; display: flex; justify-content: center; gap: 7px; }
  .gallery-dot { width: 7px; height: 7px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; }
  .gallery-dot.is-active { background: var(--ink); }
  .product-info h1 { font-size: 14vw; }
  .detail-notes { display: block; }
  .detail-notes span { display: block; margin-top: 12px; }
  .section-title-row { display: block; }
  .section-title-row h2 { margin-top: 30px; font-size: 15vw; }
  .three-up { grid-template-columns: 1fr 1fr; }
  .cart-line { grid-template-columns: 88px 1fr; gap: 16px; align-items: start; }
  .cart-quantity, .cart-line > strong { grid-column: 2; text-align: left; }
  .story-hero > img { object-position: 58% center; }
  .story-copy { padding-top: 85px; padding-bottom: 85px; }
  .story-copy h2 { font-size: 16vw; }
  .story-copy > div > p { font-size: 17px; }
  .story-gallery { grid-template-columns: 1fr; }
  .story-gallery figure { height: 620px; }
  .values-panel span { font-size: 36px; }
  .story-cta, .motion-cta, .support-cta { padding-top: 85px; padding-bottom: 85px; }
  .story-cta h2, .motion-cta h2 { font-size: 18vw; }
  .motion-intro > div a { margin-top: 28px; }
  .motion-grid { grid-template-columns: 1fr; }
  .motion-grid figure, .motion-grid .motion-wide, .motion-grid .motion-tall { grid-column: 1; height: 650px; }
  .contact-photo { height: 590px; }
  .contact-panel { padding: 65px 5vw; }
  .info-list { padding-left: 5vw; padding-right: 5vw; padding-bottom: 85px; }
  .info-list article { grid-template-columns: 45px 1fr; padding: 35px 0; }
  .info-list article p { grid-column: 2; }
  .support-cta h2 { font-size: 16vw; }
  .site-footer { padding-left: 5vw; padding-right: 5vw; }
  .footer-logo { width: 180px; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 20px; line-height: 1.5; }
  .maintenance-content { padding: 8vw 5vw; }
  .maintenance-content h1 { font-size: 20vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
