:root {
  --ink: #171715;
  --paper: #f3f1eb;
  --warm: #d7c6ad;
  --line: rgba(23, 23, 21, 0.18);
  --accent: #bcff3d;
  --serifless: "Manrope", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.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; }
.section-pad { padding: 9rem 3vw; }
.eyebrow { margin: 0 0 2rem; font-size: .69rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serifless); font-weight: 300; letter-spacing: -.055em; line-height: .98; }
h2 { font-size: clamp(3.1rem, 6vw, 7rem); }
.announcement { height: 28px; display: flex; align-items: center; justify-content: center; gap: 14px; background: var(--accent); font-size: .68rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.announcement span { width: 3px; height: 3px; border-radius: 50%; background: var(--ink); }

.site-header { position: absolute; top: 28px; left: 0; z-index: 20; width: 100%; height: 88px; padding: 0 3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; transition: background .35s, color .35s, transform .35s; }
.site-header.is-fixed { position: fixed; top: 0; height: 72px; background: rgba(243, 241, 235, .96); color: var(--ink); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { justify-self: start; font-family: var(--serifless); font-size: 1.6rem; font-weight: 600; letter-spacing: -.065em; }
.brand span { font-weight: 300; }
.desktop-nav { display: flex; align-items: center; gap: 2.25rem; font-size: .78rem; }
.desktop-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; gap: 1.1rem; align-items: center; }
.icon-button, .menu-trigger, .panel-close { position: relative; padding: 0; border: 0; background: transparent; cursor: pointer; }
.icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.cart-count { position: absolute; right: -8px; top: -8px; min-width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--ink); font-size: .58rem; font-weight: 600; }
.menu-trigger { display: none; width: 24px; height: 20px; }
.menu-trigger span { position: absolute; left: 0; width: 24px; height: 1px; background: currentColor; }
.menu-trigger span:first-child { top: 6px; }.menu-trigger span:last-child { top: 14px; }

.hero { position: relative; min-height: calc(100svh - 28px); overflow: hidden; background: #18130e; color: #fff; }
.hero-video-wrap, .hero-image-carousel { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #18130e; }
.hero-video, .hero-image-slide { width: 100%; height: 100%; object-fit: cover; transform: scale(1.012); }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,8,7,.72) 0%, rgba(8,8,7,.16) 55%, rgba(8,8,7,.12)), linear-gradient(0deg, rgba(0,0,0,.45), transparent 45%); }
.hero-copy { position: absolute; left: 3vw; bottom: 11%; z-index: 2; width: min(740px, 70vw); }
.hero-copy h1 { margin-bottom: 1.5rem; font-size: clamp(4.2rem, 8.1vw, 9.5rem); }
.hero-copy > p:not(.eyebrow) { max-width: 460px; margin-bottom: 2.1rem; font-size: 1.05rem; line-height: 1.55; color: rgba(255,255,255,.82); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; min-width: 230px; padding: .75rem 0; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 500; }
.text-link span { transition: transform .25s; }.text-link:hover span { transform: translate(3px, -3px); }
.text-link.light { color: #fff; }
.hero-meta { position: absolute; right: 3vw; bottom: 4.2%; z-index: 2; display: flex; gap: 2.5rem; font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.6fr .7fr; gap: 12vw; align-items: end; }
.intro-grid h2 { margin: 0; }
.intro-grid p { max-width: 440px; margin-bottom: 3rem; font-size: 1.08rem; line-height: 1.65; }

.collection-feature { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 900px; background: #1d1d1b; color: #fff; }
.feature-image { min-height: 760px; background: linear-gradient(0deg, rgba(0,0,0,.05), rgba(0,0,0,.05)), url("https://images.unsplash.com/photo-1540932239986-30128078f3c5?auto=format&fit=crop&w=1600&q=88") center/cover; }
.feature-copy { padding: 8vw 5vw 5vw; display: flex; flex-direction: column; align-items: flex-start; }
.feature-copy h2 { margin-bottom: 2.2rem; font-size: clamp(3.6rem, 5.3vw, 6.2rem); }
.feature-copy > p:not(.eyebrow) { max-width: 420px; color: rgba(255,255,255,.72); line-height: 1.7; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 1.6rem; border: 1px solid; font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; transition: background .25s, color .25s; }
.button-dark { background: #fff; color: var(--ink); border-color: #fff; }
.button-dark:hover { background: var(--accent); border-color: var(--accent); }
.feature-copy .button { margin-top: 1.5rem; }
.feature-specs { width: 100%; padding: 0; margin: auto 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.feature-specs li { padding: 1.25rem 0; display: flex; gap: 1.8rem; border-bottom: 1px solid rgba(255,255,255,.25); font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; }
.feature-specs span { color: rgba(255,255,255,.42); }

.section-head { display: grid; grid-template-columns: 1.5fr .5fr; gap: 8vw; align-items: end; margin-bottom: 5rem; }
.section-head h2 { margin: 0; }
.section-head > p { line-height: 1.65; max-width: 410px; }
.category-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 1.25rem; }
.category-card { position: relative; min-height: 640px; overflow: hidden; background: #ddd; }
.category-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.025); }
.category-card div { position: absolute; inset: auto 0 0; padding: 1.6rem; display: flex; align-items: center; justify-content: space-between; color: #fff; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent); }
.category-card span { font-family: var(--serifless); font-size: 2rem; font-weight: 300; letter-spacing: -.04em; }
.category-card b { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }

.shop { background: #e8e5de; }
.shop-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 4rem; }
.shop-head h2 { margin: 0; font-size: clamp(3.2rem, 5.5vw, 6.4rem); }
.shop-head > p { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.shop-tools { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; margin-bottom: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filters { display: flex; flex-wrap: wrap; gap: .4rem; }
.filter, .sort-button { padding: .75rem 1rem; border: 0; background: transparent; cursor: pointer; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.filter { display: inline-flex; align-items: center; justify-content: center; }
.filter { border-radius: 999px; }
.filter:hover, .filter.active { background: var(--ink); color: #fff; }
.sort-button { display: flex; gap: 1rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3.5rem 1rem; }
.product-card { min-width: 0; }
.product-image-wrap { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #d9d5cd; }
.product-image { height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image { transform: scale(1.035); }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: .38rem .6rem; background: rgba(243,241,235,.9); font-size: .59rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.quick-add { position: absolute; left: 12px; right: 12px; bottom: 12px; height: 45px; border: 0; background: rgba(243,241,235,.94); cursor: pointer; transform: translateY(calc(100% + 15px)); transition: transform .3s, background .2s; font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.product-card:hover .quick-add, .quick-add:focus { transform: translateY(0); }
.quick-add:hover { background: var(--accent); }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: .4rem 1rem; padding-top: 1rem; }
.product-info h3 { margin: 0; font-family: var(--serifless); font-size: 1rem; font-weight: 500; letter-spacing: -.02em; }
.product-info p { grid-column: 1; margin: 0; color: #68665f; font-size: .72rem; }
.product-info strong { grid-column: 2; grid-row: 1; font-size: .78rem; font-weight: 500; }
.product-detail-link { display: block; width: 100%; height: 100%; }
.product-detail-link .product-image { width: 100%; height: 100%; }
.swatches { grid-column: 1 / -1; display: flex; gap: 6px; padding-top: .3rem; }
.swatches i { width: 10px; height: 10px; border: 1px solid rgba(0,0,0,.18); border-radius: 50%; }
.empty-state { padding: 7rem 0; text-align: center; }

.story { min-height: 850px; display: grid; grid-template-columns: .72fr 1.28fr; background: #171715; color: #fff; }
.story-copy { padding: 9vw 5vw 5vw 3vw; display: flex; flex-direction: column; align-items: flex-start; }
.story-copy h2 { margin-bottom: 2rem; font-size: clamp(3.6rem, 5.5vw, 6.5rem); }
.story-copy > p:not(.eyebrow) { max-width: 400px; line-height: 1.7; color: rgba(255,255,255,.72); }
.story-copy .text-link { margin-top: auto; }
.story-image { min-height: 700px; background: url("https://images.unsplash.com/photo-1607964068887-90dfd4b37207?auto=format&fit=crop&w=1600&q=88") center/cover; }

.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--accent); }
.service-strip article { min-height: 200px; padding: 2rem; border-right: 1px solid rgba(0,0,0,.22); }
.service-strip span { font-size: .65rem; }
.service-strip h3 { margin: 3rem 0 .5rem; font-family: var(--serifless); font-size: 1rem; font-weight: 600; }
.service-strip p { margin: 0; font-size: .74rem; }

.newsletter { text-align: center; background: var(--paper); }
.newsletter h2 { width: min(980px, 90%); margin: 0 auto 4rem; }
.newsletter form { width: min(680px, 100%); margin: 0 auto 1rem; display: flex; border-bottom: 1px solid var(--ink); }
.newsletter input { flex: 1; padding: 1rem 0; border: 0; outline: 0; background: transparent; font-size: 1rem; }
.newsletter button { padding: 0; border: 0; background: transparent; cursor: pointer; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.newsletter small { color: #77746d; font-size: .65rem; }

footer { padding: 5rem 3vw 2rem; background: #171715; color: #fff; }
.footer-top { display: flex; justify-content: space-between; align-items: start; padding-bottom: 6rem; border-bottom: 1px solid rgba(255,255,255,.25); }
.footer-brand { font-size: clamp(3.3rem, 7vw, 8rem); }
.footer-top p { font-family: var(--serifless); font-size: clamp(1.5rem, 2.2vw, 2.8rem); font-weight: 300; line-height: 1.08; letter-spacing: -.04em; }
.footer-grid { padding: 4rem 0 5rem 36%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.footer-grid div { display: flex; flex-direction: column; gap: .85rem; }
.footer-grid h3 { margin-bottom: .5rem; font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); }
.footer-grid a { font-size: .78rem; }
.footer-bottom { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: 1fr 1fr auto; font-size: .62rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom div { display: flex; gap: 1.5rem; }

.search-panel { position: fixed; inset: 0; z-index: 50; display: grid; place-items: start center; background: rgba(14,14,13,.72); backdrop-filter: blur(8px); opacity: 0; pointer-events: none; transition: opacity .3s; }
.search-panel.open { opacity: 1; pointer-events: auto; }
.search-panel-inner { position: relative; width: 100%; padding: 7rem 8vw 6rem; background: var(--paper); transform: translateY(-20px); transition: transform .35s; }
.search-panel.open .search-panel-inner { transform: translateY(0); }
.panel-close { font-family: var(--serifless); font-size: 2.2rem; font-weight: 300; line-height: 1; }
.search-panel .panel-close { position: absolute; top: 2rem; right: 3vw; }
.search-panel input { width: 100%; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; font-family: var(--serifless); font-size: clamp(2.4rem, 5vw, 5.8rem); font-weight: 300; letter-spacing: -.05em; }
.search-help { margin: 1rem 0 0; color: #77746d; font-size: .72rem; }

.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 60; width: min(520px, 100%); display: flex; flex-direction: column; padding: 2rem; background: var(--paper); transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.cart-drawer.open { transform: translateX(0); }
.scrim { position: fixed; inset: 0; z-index: 55; background: rgba(0,0,0,.55); opacity: 0; pointer-events: none; transition: opacity .3s; }.scrim.open { opacity: 1; pointer-events: auto; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 1.4rem; font-weight: 500; letter-spacing: -.03em; }
.cart-items { flex: 1; overflow: auto; }
.cart-line { display: grid; grid-template-columns: 92px 1fr auto; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 92px; height: 112px; object-fit: cover; }
.cart-line h3 { margin: 0 0 .35rem; font-family: var(--serifless); font-size: .88rem; }
.cart-line p { margin: 0 0 .8rem; color: #77746d; font-size: .68rem; }
.qty { display: inline-grid; grid-template-columns: repeat(3, 28px); height: 28px; border: 1px solid var(--line); }
.qty button { border: 0; background: transparent; cursor: pointer; }.qty span { display: grid; place-items: center; font-size: .7rem; }
.cart-line > strong { font-size: .75rem; font-weight: 500; }
.cart-empty { margin: auto 0; text-align: center; }.cart-empty p { margin-bottom: 2rem; }
.cart-summary { padding-top: 1.4rem; border-top: 1px solid var(--line); }
.cart-summary > div:first-child { display: flex; justify-content: space-between; font-size: .88rem; }.cart-summary > div strong { font-size: 1.05rem; }
.cart-summary > p { color: #77746d; font-size: .66rem; }
#paypal-button-container { min-height: 48px; margin-top: 1rem; }
.payment-trust { display: flex; justify-content: center; gap: 1.2rem; padding-top: .8rem; color: #77746d; font-size: .62rem; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 2rem; padding: .9rem 1.3rem; background: var(--ink); color: #fff; font-size: .75rem; transform: translate(-50%, 130px); transition: transform .35s; }.toast.show { transform: translate(-50%, 0); }

.product-detail-view .site-header,
.preview-product-detail .site-header { position: absolute; top: 0; color: var(--ink); background: rgba(243,241,235,.96); border-bottom: 1px solid var(--line); }
.product-detail-view .site-header .brand-logo,
.preview-product-detail .site-header .brand-logo { filter: none; }
.product-detail-page { padding-top: 76px; background: var(--paper); }
.product-detail-hero { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(360px, .58fr); align-items: start; min-height: 760px; border-bottom: 1px solid var(--line); }
.product-detail-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.product-gallery-item { aspect-ratio: 1/1; margin: 0; overflow: hidden; background: #f6f2ea; }
.product-gallery-item.is-primary { grid-column: 1 / -1; }
.product-gallery-item img { width: 100%; height: 100%; padding: .75rem; object-fit: contain; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-gallery-item:hover img { transform: scale(1.018); }
.product-detail-summary { position: sticky; top: 92px; padding: 5.5rem 4vw 4rem; }
.product-breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; margin-bottom: 1.4rem; color: #77746d; font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.product-breadcrumbs a { color: inherit; text-decoration: none; }
.product-breadcrumbs a:hover { color: #121212; }
.product-back-link { display: inline-flex; gap: .7rem; align-items: center; margin-bottom: 5rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.product-detail-summary .eyebrow { margin-bottom: 1rem; color: #77746d; }
.product-detail-summary h1 { max-width: 720px; margin: 0 0 1.8rem; font-size: clamp(2.8rem, 4.2vw, 5.2rem); line-height: 1.02; }
.product-detail-price { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 2.2rem; }
.product-detail-price strong { font-size: 1.05rem; font-weight: 500; }
.product-detail-price del { color: #77746d; font-size: .8rem; }
.product-detail-lead { max-width: 590px; margin-bottom: 2.4rem; color: #5f5c55; font-size: .92rem; line-height: 1.75; }
.product-add-button { width: 100%; min-height: 58px; display: flex; justify-content: space-between; align-items: center; padding: 0 1.25rem; border: 1px solid var(--ink); background: var(--ink); color: #fff; cursor: pointer; font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; transition: background .25s, color .25s; }
.product-add-button:hover { background: var(--accent); color: var(--ink); }
.product-delivery-note { margin: .85rem 0 2rem; color: #77746d; font-size: .66rem; }
.product-detail-meta { margin: 0; border-top: 1px solid var(--line); }
.product-detail-meta div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .72rem; }
.product-detail-meta dt { color: #77746d; }
.product-detail-meta dd { margin: 0; }
.product-video-section { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr); gap: 7vw; align-items: start; background: #0b0b0a; color: #b8b6b0; }
.product-video-section[hidden] { display: none; }
.product-video-copy { position: sticky; top: 110px; }
.product-video-copy .eyebrow { color: #86847f; }
.product-video-copy h2 { max-width: 560px; margin: 0 0 1.6rem; color: #f2f0eb; font-size: clamp(3rem, 5vw, 6rem); line-height: .98; }
.product-video-copy > p:last-child { max-width: 360px; font-size: .82rem; line-height: 1.75; }
.product-video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #000; }
.product-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.product-description-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: start; background: #e8e5de; }
.product-description-heading { position: sticky; top: 110px; }
.product-description-heading h2 { max-width: 520px; font-size: clamp(3rem, 5vw, 6rem); }
.product-description-content { max-width: 820px; font-size: .92rem; line-height: 1.8; }
.product-description-content h5 { margin: 3.5rem 0 1rem; font-family: var(--serifless); font-size: 1.7rem; font-weight: 400; letter-spacing: -.035em; }
.product-description-content h5:first-child { margin-top: 0; }
.product-description-content table { width: 100% !important; height: auto !important; margin: 1.5rem 0 3rem; border-collapse: collapse; }
.product-description-content tr { height: auto !important; }
.product-description-content td { width: auto !important; height: auto !important; padding: .85rem 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.product-description-content td:first-child { width: 38% !important; padding-right: 1rem; color: #77746d; }
.product-description-content img,
.product-detail-accordion-panel img { display: block; width: auto !important; max-width: 100% !important; height: auto !important; max-height: none !important; margin: 1rem 0; float: none !important; object-fit: contain; }
.product-description-content a { text-decoration: underline; text-underline-offset: 3px; }
.product-detail-accordion { border-top: 1px solid rgba(18,18,18,.18); }
.product-detail-accordion-item { border-bottom: 1px solid rgba(18,18,18,.18); }
.product-detail-accordion-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 64px; padding: 1.05rem 0; color: var(--ink); cursor: pointer; font-size: 1rem; font-weight: 650; letter-spacing: 0; list-style: none; }
.product-detail-accordion-item summary::-webkit-details-marker { display: none; }
.product-detail-accordion-item summary::after { content: "+"; flex: 0 0 auto; width: 1.2rem; text-align: center; font-size: 1.05rem; font-weight: 400; line-height: 1; }
.product-detail-accordion-item[open] summary::after { content: "-"; }
.product-detail-accordion-panel { padding: .15rem 0 2rem; color: #4d4a44; font-size: .92rem; line-height: 1.8; }
.product-detail-accordion-panel > :first-child { margin-top: 0; }
.product-detail-accordion-panel > :last-child { margin-bottom: 0; }
.product-detail-accordion-panel table { width: 100% !important; height: auto !important; margin: .4rem 0 1.2rem; border-collapse: collapse; }
.product-detail-accordion-panel tr { height: auto !important; }
.product-detail-accordion-panel td { width: auto !important; height: auto !important; padding: .85rem 0; border-bottom: 1px solid rgba(18,18,18,.14); vertical-align: top; }
.product-detail-accordion-panel td:first-child { width: 38% !important; padding-right: 1rem; color: #77746d; }
.product-detail-accordion-panel a[href*=".pdf"], .product-detail-accordion-panel a[href*="space361_manual=1"] { display: inline-flex; align-items: center; min-height: 42px; margin-top: .35rem; padding: 0 1rem; border: 1px solid var(--ink); color: var(--ink); text-decoration: none; font-size: .72rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.product-detail-accordion-panel a[href*=".pdf"]:hover, .product-detail-accordion-panel a[href*="space361_manual=1"]:hover { background: var(--ink); color: #fff; }
.policy-page-section { background: #e8e5de; }
.policy-page-shell { width: min(980px, 100%); margin: 0 auto; }
.policy-page-shell h1 { max-width: 820px; margin: 0 0 1.5rem; font-size: clamp(3rem, 6vw, 6.4rem); }
.policy-page-summary { max-width: 680px; margin-bottom: 1rem; color: #4d4a44; font-size: 1.02rem; line-height: 1.75; }
.policy-page-updated { margin-bottom: 4rem; color: #77746d; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.policy-page-content { border-top: 1px solid var(--line); }
.policy-page-block { display: grid; grid-template-columns: minmax(180px, .52fr) minmax(0, 1.48fr); gap: 6vw; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.policy-page-block h2 { margin: 0; font-size: clamp(1.4rem, 2vw, 2.1rem); letter-spacing: -.025em; }
.policy-page-block p { max-width: 720px; margin: 0 0 1rem; color: #4d4a44; line-height: 1.78; }
.policy-page-block p:last-child { margin-bottom: 0; }
.related-products { background: var(--paper); }
.related-products-head { margin-bottom: 4rem; }
.related-products-head h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 6.3rem); }
.detail-cta { display: flex; align-items: center; justify-content: center; }
.product-not-found { min-height: 70vh; padding-top: 12rem; }
.product-not-found h1 { font-size: clamp(3rem, 7vw, 7rem); }

.reveal { animation: reveal-up .9s .15s both; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.site-header { grid-template-columns: 1fr auto; }.menu-trigger { display: block; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .collection-feature { grid-template-columns: 1fr 1fr; }
  .footer-grid { padding-left: 20%; }
  .product-detail-hero { grid-template-columns: 1.15fr .85fr; }
  .product-detail-summary { padding: 4rem 2rem; }
}

@media (max-width: 760px) {
  .announcement { font-size: .56rem; }.announcement span, .announcement span + * { display: none; }
  .section-pad { padding: 6rem 1rem; }
  .site-header { padding: 0 1rem; height: 70px; }.brand { font-size: 1.35rem; }.header-actions { gap: .9rem; }.search-trigger { display: none; }
  .hero { min-height: 760px; }.hero-video, .hero-image-slide { object-position: 58% center; }.hero-shade { background: linear-gradient(0deg, rgba(5,5,4,.72), rgba(5,5,4,.05) 80%); }
  .hero-copy { left: 1rem; bottom: 12%; width: calc(100% - 2rem); }.hero-copy h1 { font-size: clamp(3.4rem, 16vw, 5.2rem); }.hero-copy > p:not(.eyebrow) { font-size: .9rem; max-width: 88%; }.hero-meta { left: 1rem; right: auto; bottom: 3%; gap: 1rem; }
  .intro-grid, .section-head { grid-template-columns: 1fr; gap: 2.5rem; }.intro-grid p { font-size: .95rem; }.intro-grid h2 { font-size: 3.3rem; }
  .collection-feature { display: block; }.feature-image { min-height: 620px; }.feature-copy { min-height: 680px; padding: 5rem 1rem 2rem; }.feature-copy h2 { font-size: 3.7rem; }.feature-specs { margin-top: 5rem; }
  .section-head { margin-bottom: 3rem; }.section-head h2 { font-size: 3.6rem; }.category-grid { display: block; }.category-card { display: block; min-height: 560px; margin-bottom: 1rem; }.category-card:not(.category-card-large) { min-height: 430px; }.category-card span { font-size: 1.5rem; }
  .shop-head { align-items: start; }.shop-head h2 { font-size: 3.4rem; }.shop-tools { align-items: flex-start; gap: 1rem; overflow: hidden; }.filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .4rem; }.filter { white-space: nowrap; }.sort-button { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 2.4rem .65rem; }.quick-add { transform: none; height: 40px; }.product-info { grid-template-columns: 1fr; gap: .3rem; }.product-info strong { grid-column: 1; grid-row: auto; }.product-info p { grid-column: 1; }.swatches { display: none; }
  .story { display: flex; flex-direction: column-reverse; min-height: 0; }.story-image { min-height: 560px; }.story-copy { min-height: 620px; padding: 5rem 1rem 2rem; }.story-copy h2 { font-size: 3.9rem; }.story-copy .text-link { margin-top: 4rem; }
  .service-strip { grid-template-columns: repeat(2, 1fr); }.service-strip article { min-height: 170px; padding: 1.2rem; border-bottom: 1px solid rgba(0,0,0,.22); }.service-strip h3 { margin-top: 2.5rem; }
  .newsletter h2 { width: 100%; font-size: 3.3rem; }.newsletter form { width: 100%; }
  footer { padding: 4rem 1rem 1.5rem; }.footer-top { display: block; padding-bottom: 4rem; }.footer-top p { margin-top: 2rem; }.footer-brand { font-size: 3.5rem; }.footer-grid { padding: 3rem 0; grid-template-columns: repeat(2, 1fr); gap: 3rem 1rem; }.footer-bottom { grid-template-columns: 1fr; gap: .8rem; }.footer-bottom div { flex-wrap: wrap; }
  .search-panel-inner { padding: 6rem 1rem 4rem; }.search-panel input { font-size: 2.2rem; }
  .cart-drawer { padding: 1.2rem; }.cart-line { grid-template-columns: 78px 1fr auto; }.cart-line img { width: 78px; height: 96px; }
  .product-detail-page { padding-top: 70px; }.product-detail-hero { display: block; min-height: 0; }.product-detail-gallery { grid-template-columns: 1fr 1fr; }.product-detail-summary { position: static; padding: 2.2rem 1rem 4rem; }.product-back-link { margin-bottom: 3rem; }.product-detail-summary h1 { font-size: 2.8rem; }.product-video-section, .product-description-section { display: block; }.product-video-copy, .product-description-heading { position: static; margin-bottom: 3rem; }.product-video-copy h2, .product-description-heading h2 { font-size: 3.3rem; }.product-description-content { font-size: .86rem; }.product-description-content td { display: block; width: 100% !important; }.product-description-content td:first-child { width: 100% !important; padding-bottom: .2rem; border-bottom: 0; }.related-products-head h2 { font-size: 3.4rem; }
  .policy-page-block { grid-template-columns: 1fr; gap: 1rem; padding: 1.8rem 0; }.policy-page-updated { margin-bottom: 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; } }
