:root {
  --ink: #171817;
  --muted: #6f726c;
  --paper: #fbfbf8;
  --soft: #f0f0ec;
  --warm: #f4eee4;
  --line: #dfe0db;
  --green: #1c3429;
  --green-2: #294b3c;
  --copper: #b55431;
  --white: #fff;
  --display: "Inter Tight", Arial, sans-serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: 1440px;
  --text-label: 12px;
  --text-small: 14px;
  --text-body: 16px;
  --text-lead: 18px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font: 400 var(--text-body)/1.55 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: clip; }
body.locked { overflow: hidden; }
body.menu-open { overflow: hidden; }
.admin-bar .site-header { top: var(--cofeau-admin-offset, 0px); }
img { display: block; width: auto; height: auto; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
p { margin-top: 0; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid var(--copper); outline-offset: 3px; }
.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: clamp(24px, 3.2vw, 48px); }
.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: 8px; left: 8px; z-index: 1000; padding: 12px 16px; color: #fff; background: var(--green); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.scroll-progress { position: fixed; z-index: 200; top: 0; left: 0; right: 0; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--copper); transform: scaleX(0); transform-origin: left; will-change: transform; }
.announcement { min-height: 34px; padding: 7px 18px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #fff; background: #1a1b19; font-size: var(--text-label); line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.announcement-detail { color: #aeb0aa; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(251, 251, 248, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav { position: relative; height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.wordmark { width: max-content; font: 600 18px/1 var(--display); letter-spacing: .13em; }
.wordmark i { color: var(--copper); font-style: normal; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #383a36; font-size: var(--text-small); }
.nav-links > a, .nav-shop-toggle { position: relative; padding-block: 8px; }
.nav-links > a::after, .nav-shop-toggle::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: currentColor; transition: right .35s var(--ease); }
.nav-links > a:hover::after, .nav-shop-toggle:hover::after, .nav-shop.open .nav-shop-toggle::after { right: 0; }
.nav-shop { position: static; }
.nav-shop-toggle { min-height: 40px; padding: 0 12px 0 15px; display: inline-flex; align-items: center; gap: 10px; color: #fff; background: var(--green); border: 1px solid var(--green); font-size: inherit; font-weight: 600; transition: background .3s, border-color .3s, transform .3s var(--ease); }
.nav-shop-toggle::after { display: none; }
.nav-shop-toggle:hover, .nav-shop.open .nav-shop-toggle { background: var(--green-2); border-color: var(--green-2); }
.nav-shop-label { white-space: nowrap; }
.nav-shop-count { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--copper); border-radius: 50%; font-size: 9px; font-weight: 600; line-height: 1; }
.nav-shop-icon { display: inline-block; color: #d7e0da; font-size: 16px; font-weight: 400; line-height: 1; transition: transform .35s var(--ease); }
.nav-shop.open .nav-shop-icon { transform: rotate(45deg); }
.shop-category-menu { position: absolute; z-index: 60; top: calc(100% + 1px); left: 50%; width: min(1040px, calc(100vw - 48px)); padding: 26px; color: var(--ink); background: rgba(251,251,248,.985); border: 1px solid var(--line); box-shadow: 0 28px 70px rgba(16, 23, 19, .14); opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .3s, transform .4s var(--ease); backdrop-filter: blur(18px); }
.nav-shop.open .shop-category-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.shop-category-top { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
.shop-category-top p { margin: 0; color: var(--copper); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.shop-category-top > a { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; }
.shop-category-top > a span { color: var(--copper); }
.shop-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.shop-category-grid > a { position: relative; min-height: 185px; padding: 22px; display: flex; flex-direction: column; background: var(--soft); border: 1px solid transparent; transition: color .3s, background .3s, border-color .3s, transform .4s var(--ease); }
.shop-category-grid > a:hover { color: #fff; background: var(--green); border-color: var(--green); transform: translateY(-3px); }
.shop-category-grid > a > span { color: var(--copper); font-size: 10px; letter-spacing: .08em; }
.shop-category-grid > a strong { margin-top: auto; font: 500 25px/1 var(--display); letter-spacing: -.04em; }
.shop-category-grid > a small { margin-top: 9px; max-width: 180px; color: #737771; font-size: 11px; line-height: 1.45; }
.shop-category-grid > a:hover small { color: #c8d2cc; }
.shop-category-grid > a i { position: absolute; top: 20px; right: 20px; font-style: normal; transition: transform .3s; }
.shop-category-grid > a:hover i { transform: translate(3px, -3px); }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.mobile-gear-link { height: 42px; padding: 0 12px; display: none; align-items: center; gap: 9px; color: var(--green); background: var(--warm); border: 1px solid #dfcdb8; font-size: 12px; font-weight: 600; white-space: nowrap; transition: color .3s, background .3s, border-color .3s; }
.mobile-gear-link b { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--copper); border-radius: 50%; font-size: 9px; line-height: 1; }
.mobile-gear-link:hover { color: #fff; background: var(--green); border-color: var(--green); }
.mobile-gear-short { display: none; }
.text-action, .bag-button { height: 42px; padding: 0 17px; border: 1px solid #d2d4cf; background: transparent; font-size: var(--text-small); }
.bag-button { min-width: 88px; color: #fff; background: var(--green); border-color: var(--green); transition: color .3s, background .3s; }
.cofeau-cart-link { display: inline-flex; align-items: center; justify-content: center; }
.bag-button:hover { color: var(--green); background: transparent; }
.bag-button.bump { animation: bag-bump .4s var(--ease); }
.menu-button { display: none; width: 39px; height: 36px; padding: 0 10px; background: transparent; border: 1px solid var(--line); }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .3s, opacity .3s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
@keyframes bag-bump { 50% { transform: scale(1.08); } }

.compact-buy { height: 44px; min-width: 132px; padding: 0 15px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--green-2); border: 0; font-size: 13px; font-weight: 600; }
.compact-buy span, .primary-button span, .secondary-button span { transition: transform .35s var(--ease); }
.compact-buy:hover span, .primary-button:hover span { transform: translate(3px, -3px); }
.secondary-button:hover span { transform: translateY(3px); }

.hero { min-height: calc(100vh - 98px); padding-top: 32px; padding-bottom: 24px; display: grid; grid-template-rows: auto auto minmax(470px, 1fr) auto; gap: 22px; }
.product-head { display: block; }
.title-lockup { display: flex; align-items: end; gap: 30px; }
.vertical-label { margin-bottom: 9px; color: #62655f; font-size: var(--text-label); text-transform: uppercase; letter-spacing: .1em; writing-mode: vertical-rl; transform: rotate(180deg); }
.product-head h1 { margin: 0; font: 500 clamp(50px, 4.7vw, 68px)/.88 var(--display); letter-spacing: -.062em; }
.product-head h1 span { font-weight: 400; }
.purchase-column { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.head-copy { padding: 0 3px; display: grid; grid-template-columns: minmax(300px, 1fr) auto; align-items: end; gap: 30px; }
.head-copy > p { max-width: 680px; margin: 0; color: #555951; font-size: var(--text-body); line-height: 1.55; }
.head-meta { display: flex; justify-content: flex-end; gap: 24px; font-size: 13px; }
.stars { color: var(--copper); font-weight: 600; letter-spacing: .05em; white-space: nowrap; }
.stock-dot { display: inline-block; width: 5px; height: 5px; margin-right: 3px; vertical-align: 1px; background: #568566; border-radius: 50%; box-shadow: 0 0 0 3px rgba(86,133,102,.12); }
.product-body { min-height: 0; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: 20px; }
.gallery { position: relative; min-height: 470px; overflow: hidden; display: grid; place-items: center; background: var(--soft); isolation: isolate; }
.gallery::before { content: ""; position: absolute; z-index: -2; width: min(570px, 62%); aspect-ratio: 1; background: #f9f9f7; border-radius: 50%; }
.gallery-watermark { position: absolute; top: 2%; z-index: -3; color: #e3e4df; font: 600 clamp(110px, 11.5vw, 166px)/1 var(--display); letter-spacing: -.08em; }
.gallery-orbit { position: absolute; z-index: -1; width: min(690px, 76%); aspect-ratio: 1; border: 1px solid rgba(23,24,23,.06); border-radius: 50%; }
.gallery-image { width: auto; height: auto; max-width: 73%; max-height: min(92%, 680px); aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 27px 19px rgba(0,0,0,.13)); transition: opacity .35s var(--ease), transform .65s var(--ease); will-change: transform, opacity; }
.gallery-image.changing { opacity: 0; transform: translateY(15px) scale(.975); }
.gallery-count { position: absolute; left: 18px; bottom: 17px; color: #5e615b; font-size: var(--text-label); letter-spacing: .07em; }
.gallery-count b { color: var(--copper); }
.gallery-arrows { position: absolute; right: 15px; bottom: 13px; display: flex; gap: 6px; }
.gallery-arrows button { width: 40px; height: 40px; padding: 0; background: #fff; border: 0; border-radius: 50%; transition: color .3s, background .3s, transform .3s; }
.gallery-arrows button:hover { color: #fff; background: var(--green); transform: scale(1.05); }
.gallery-thumbs { position: absolute; left: 17px; top: 17px; display: flex; flex-direction: column; gap: 6px; }
.thumb { width: 40px; height: 40px; padding: 3px; border: 1px solid transparent; background: rgba(255,255,255,.65); opacity: .58; transition: opacity .3s, border-color .3s; }
.thumb img { width: 100%; height: 100%; object-fit: contain; }
.thumb:hover, .thumb.active { opacity: 1; border-color: #aeb0aa; }
.buy-card { flex: 1; padding: clamp(24px, 2.1vw, 30px); display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); }
.product-code { color: #5d605a; font-size: var(--text-label); text-transform: uppercase; letter-spacing: .09em; }
.price-line { margin: 17px 0 18px; display: flex; align-items: end; justify-content: space-between; }
.price-line strong { font: 500 31px/1 var(--display); letter-spacing: -.035em; }
.price-line small { color: #5d605a; font-size: var(--text-label); }
.offer { padding: 14px 15px; display: flex; gap: 12px; align-items: center; background: var(--warm); font-size: var(--text-small); line-height: 1.45; }
.offer i { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: var(--copper); border-radius: 50%; font-style: normal; }
.finish-label { margin: 23px 0 12px; display: flex; justify-content: space-between; gap: 16px; color: #595c56; font-size: var(--text-small); }
.finish-label b { color: var(--ink); font-weight: 500; }
.swatches { display: flex; gap: 10px; }
.swatch { position: relative; width: 36px; height: 36px; border: 1px solid #d2d4cf; border-radius: 50%; box-shadow: inset 0 0 0 5px #fff; transition: transform .25s, border-color .25s; }
.swatch::after { content: ""; position: absolute; inset: -4px; border: 1px solid transparent; border-radius: 50%; }
.swatch:hover { transform: scale(1.09); }
.swatch.active::after { border-color: var(--ink); }
.swatch.steel { background: linear-gradient(135deg, #f6f6f3 4%, #a8aaa8 48%, #e9e9e5 96%); }
.swatch.truffle { background: #242326; }
.swatch.sesame { background: #050606; }
.swatch.salted-liquorice { background: linear-gradient(135deg, #151616, #303233); }
.swatch.charcoal { background: #414547; }
.model-line { margin: 18px 0; color: #5d605a; font-size: var(--text-small); }
.model-line b { color: var(--ink); font-weight: 500; }
.availability { margin-bottom: 13px; padding-top: 13px; display: flex; justify-content: space-between; border-top: 1px solid #ecece8; color: #5d605a; font-size: 13px; }
.availability i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; background: #568566; border-radius: 50%; }
.primary-button { width: 100%; min-height: 56px; padding: 0 21px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--green); border: 1px solid var(--green); font-size: 15px; font-weight: 600; transition: background .35s, color .35s; }
.primary-button:hover { color: var(--green); background: transparent; }
.secondary-button { width: 100%; min-height: 48px; margin-top: 8px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; background: transparent; border: 1px solid var(--line); font-size: var(--text-small); }
.setup-accessories { min-height: 76px; margin-top: 12px; padding: 11px 14px 11px 11px; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 13px; color: var(--ink); background: var(--warm); border: 1px solid #e4d7c5; transition: color .35s, background .35s, border-color .35s, transform .35s var(--ease); }
.setup-accessories:hover { color: #fff; background: var(--green); border-color: var(--green); transform: translateY(-2px); }
.setup-accessories-count { width: 48px; height: 48px; display: grid; place-content: center; text-align: center; color: #fff; background: var(--copper); border-radius: 50%; transition: color .35s, background .35s; }
.setup-accessories-count b { font: 500 19px/.9 var(--display); letter-spacing: -.03em; }
.setup-accessories-count small { margin-top: 3px; font-size: 8px; font-weight: 600; line-height: 1; letter-spacing: .08em; text-transform: uppercase; }
.setup-accessories-copy { min-width: 0; display: grid; gap: 4px; }
.setup-accessories-copy small { color: #8a593f; font-size: 9px; font-weight: 600; line-height: 1; letter-spacing: .12em; text-transform: uppercase; transition: color .35s; }
.setup-accessories-copy strong { font: 500 15px/1.15 var(--display); letter-spacing: -.02em; }
.setup-accessories > i { color: var(--copper); font: normal 19px/1 var(--sans); transition: color .35s, transform .35s var(--ease); }
.setup-accessories:hover .setup-accessories-count { color: var(--green); background: #fff; }
.setup-accessories:hover .setup-accessories-copy small { color: #d9a78e; }
.setup-accessories:hover > i { color: #fff; transform: translate(3px, -3px); }
.microcopy { margin: 12px 0 0; text-align: center; color: #5d605a; font-size: var(--text-label); line-height: 1.45; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trust-strip > div { padding: 14px 17px; display: flex; gap: 10px; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip i { flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; color: var(--green); background: #eef2ee; border-radius: 50%; font: normal var(--text-label)/1 var(--sans); }
.trust-strip span { color: #5c5f59; font-size: var(--text-label); line-height: 1.45; }
.trust-strip b { display: block; color: #1d1e1b; font-size: var(--text-small); font-weight: 600; }

.section-space { padding-block: clamp(90px, 8vw, 128px); }
.eyebrow { margin: 0 0 24px; color: var(--copper); font-size: 13px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.section-heading { max-width: 880px; margin-bottom: 70px; }
.section-heading h2, .tech-intro h2, .manifesto-copy h2, .specs-heading h2, .faq-heading h2 { margin: 0; font: 500 clamp(48px, 6.25vw, 90px)/.9 var(--display); letter-spacing: -.062em; }
.section-heading > p:last-child, .tech-intro > p:last-child, .specs-heading > p, .faq-heading > p { max-width: 560px; margin: 30px 0 0; color: #5f625c; font-size: 17px; line-height: 1.7; }

.manifesto { background: var(--green); color: #fff; }
.manifesto-grid { display: grid; grid-template-areas: "label" "copy" "stats"; }
.manifesto-grid > .eyebrow { grid-area: label; color: #d98b6e; }
.manifesto-copy { grid-area: copy; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: end; gap: clamp(45px, 6vw, 100px); }
.manifesto-copy h2 { font-size: clamp(56px, 7.2vw, 104px); }
.manifesto-copy h2 span { color: #8da598; font-weight: 400; }
.manifesto-copy p { max-width: 620px; margin: 0 0 8px; color: #d0dad4; font-size: var(--text-lead); line-height: 1.7; }
.manifesto-stats { grid-area: stats; margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.19); border-left: 1px solid rgba(255,255,255,.19); }
.manifesto-stats div { padding: 27px 24px; border-right: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); }
.manifesto-stats strong { display: block; font: 500 clamp(35px, 3.4vw, 50px)/1 var(--display); letter-spacing: -.05em; }
.manifesto-stats sup { color: #8da598; font-size: .36em; vertical-align: top; letter-spacing: 0; }
.manifesto-stats span { display: block; margin-top: 9px; color: #c2cec7; font-size: var(--text-label); text-transform: uppercase; letter-spacing: .08em; }

.formula { background: #f7f6f1; }
.formula-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; background: #d9dbd5; border: 1px solid #d9dbd5; }
.formula-card { position: relative; min-height: 290px; padding: clamp(34px, 4vw, 58px); display: grid; grid-template-columns: 100px minmax(0, 1fr); grid-template-rows: auto 1fr; column-gap: clamp(24px, 3vw, 48px); background: #f7f6f1; border: 0; }
.formula-card > span { grid-row: 1 / 3; color: var(--copper); font: 500 clamp(58px, 6vw, 86px)/.82 var(--display); letter-spacing: -.07em; }
.formula-icon { display: none; }
.formula-icon { position: relative; width: 105px; height: 105px; margin: 38px auto 42px; display: grid; place-items: center; border: 1px solid #ccd0ca; border-radius: 50%; }
.formula-icon::before, .formula-icon::after { content: ""; position: absolute; border-radius: 50%; }
.formula-icon::before { inset: 12px; border: 1px solid #dfe1dd; }
.dose-icon i { width: 38px; height: 28px; border: 1px solid var(--green); border-top: 0; border-radius: 0 0 20px 20px; }
.dose-icon i::before { content: ""; position: absolute; left: 38px; top: 31px; width: 29px; height: 1px; background: var(--copper); box-shadow: 4px 5px 0 var(--copper), -4px 5px 0 var(--copper), 8px 10px 0 var(--copper), 0 10px 0 var(--copper); transform: rotate(90deg); }
.pressure-icon i { width: 45px; height: 45px; border: 1px solid var(--green); border-radius: 50%; }
.pressure-icon i::before { content: ""; position: absolute; left: 50%; top: 50%; width: 28px; height: 1px; background: var(--copper); transform-origin: left; transform: rotate(-42deg); }
.pressure-icon i::after { content: "9"; position: absolute; inset: 0; display: grid; place-items: end center; padding-bottom: 8px; color: var(--green); font: 500 10px var(--display); }
.temp-icon i { width: 12px; height: 48px; border: 1px solid var(--green); border-radius: 8px; }
.temp-icon i::before { content: ""; position: absolute; left: 50%; bottom: 27px; width: 24px; height: 24px; background: var(--copper); border: 6px solid #f7f6f1; border-radius: 50%; transform: translateX(-50%); }
.steam-icon i { width: 40px; height: 29px; border: 1px solid var(--green); border-radius: 0 0 7px 7px; }
.steam-icon i::before { content: "~~~"; position: absolute; left: 50%; top: 25px; color: var(--copper); font: 12px/1 var(--sans); letter-spacing: 4px; transform: translateX(-46%) rotate(90deg); }
.formula-card .formula-icon { display: none; }
.formula-card h3 { align-self: end; margin: 0 0 18px; font: 500 clamp(29px, 2.6vw, 39px)/1 var(--display); letter-spacing: -.045em; }
.formula-card p { max-width: 440px; margin: 0; color: #5f625c; font-size: 16px; line-height: 1.65; }

.cinema { background: #ecece7; }
.cinema-layout { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr); align-items: center; gap: clamp(50px, 7vw, 110px); }
.cinema-intro h2 { margin: 0; font: 500 clamp(48px, 5.2vw, 76px)/.9 var(--display); letter-spacing: -.06em; }
.cinema-intro > p:not(.eyebrow) { max-width: 460px; margin: 30px 0 0; color: #5f625c; font-size: 17px; line-height: 1.7; }
.cinema-meta { margin-top: 42px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 8px 24px; color: #747870; border-top: 1px solid #cfd1ca; font-size: var(--text-label); letter-spacing: .06em; text-transform: uppercase; }
.inline-video { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--green); box-shadow: 0 28px 70px rgba(28,52,41,.12); }
.inline-video video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; background: #000; }

.technology { background: #f0f0ec; }
.tech-intro { display: grid; grid-template-columns: .55fr 1fr .65fr; align-items: end; gap: 50px; margin-bottom: 85px; }
.tech-intro .eyebrow { align-self: start; }
.tech-intro h2 { font-size: clamp(52px, 6vw, 86px); }
.tech-intro h2 span { color: #8b8e87; font-weight: 400; }
.tech-intro > p:last-child { margin: 0; }
.feature { width: min(100%, 1180px); min-height: 600px; margin: 0 auto clamp(64px, 7vw, 100px); display: grid; grid-template-columns: 1.08fr .92fr; background: #fff; }
.feature-reverse { grid-template-columns: .92fr 1.08fr; }
.feature-reverse .feature-media { order: 2; }
.feature-reverse .feature-copy { order: 1; }
.feature-media { min-height: 600px; overflow: hidden; background: #e8e8e3; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.feature-media-native { display: grid; place-items: center; background: #fff; }
.image-zoom:hover img { transform: scale(1.025); }
.feature-copy { padding: clamp(40px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.feature-copy h3 { margin: 0; font: 500 clamp(44px, 4.6vw, 66px)/.91 var(--display); letter-spacing: -.058em; }
.feature-copy > p:not(.eyebrow) { max-width: 500px; margin: 30px 0 0; color: #5f625c; font-size: var(--text-body); line-height: 1.7; }
.feature-facts { margin-top: 55px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-facts div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-facts strong { display: block; font: 500 32px/1 var(--display); letter-spacing: -.05em; }
.feature-facts span { color: #5f625c; font-size: var(--text-label); }
.feature-wide-dark { position: relative; width: min(100%, 1180px); min-height: 620px; margin-inline: auto; display: grid; grid-template-columns: .9fr 1.1fr; color: #fff; background: #131b17; overflow: hidden; }
.feature-wide-dark .feature-media { position: relative; inset: auto; min-height: 620px; order: 2; background: #e8e8e3; }
.feature-wide-dark .feature-media::after { content: none; }
.feature-wide-dark .feature-media img { object-position: center; }
.feature-wide-dark .feature-copy { position: relative; z-index: 1; width: auto; min-width: 0; min-height: 620px; order: 1; }
.feature-wide-dark .feature-copy > p:not(.eyebrow) { color: #bec7c1; }
.pressure-gauge { width: 122px; height: 122px; margin-top: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.pressure-gauge span { font: 500 44px/1 var(--display); }
.pressure-gauge small { color: #d0d8d3; font-size: var(--text-label); line-height: 1.4; letter-spacing: .08em; }
.feature-pair { width: min(100%, 1180px); margin: 0 auto clamp(64px, 7vw, 100px); display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-small { background: #fff; }
.feature-small-media { aspect-ratio: 1.18; overflow: hidden; background: #e7e7e2; }
.feature-small-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.feature-small-copy { padding: clamp(34px, 4vw, 60px); }
.feature-small-copy h3 { margin: 0; font: 500 clamp(38px, 4vw, 56px)/.92 var(--display); letter-spacing: -.055em; }
.feature-small-copy > p:last-child { margin: 26px 0 0; color: #5f625c; font-size: var(--text-body); line-height: 1.7; }
.controls-panel { width: min(100%, 1180px); margin-inline: auto; display: grid; grid-template-columns: 1.15fr .85fr; color: #fff; background: var(--green); }
.controls-image { min-height: 580px; overflow: hidden; }
.controls-image img { width: 100%; height: 100%; object-fit: cover; }
.controls-copy { padding: clamp(45px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.controls-copy .eyebrow { color: #d98b6e; }
.controls-copy h3 { margin: 0; font: 500 clamp(48px, 5vw, 72px)/.88 var(--display); letter-spacing: -.06em; }
.controls-copy > p:not(.eyebrow) { margin: 30px 0 45px; color: #d0dad4; font-size: var(--text-body); line-height: 1.7; }
.text-link { width: max-content; padding-bottom: 5px; display: inline-flex; gap: 45px; border-bottom: 1px solid currentColor; font-size: var(--text-small); font-weight: 600; }
.text-link span { transition: transform .35s var(--ease); }
.text-link:hover span { transform: translate(4px, 3px); }

.accessories { background: #fbfbf8; }
.accessories-heading { margin-left: auto; margin-right: auto; text-align: center; }
.accessories-heading > p:last-child { margin-inline: auto; }
.accessory-stage { position: relative; max-width: 1080px; margin: 0 auto; aspect-ratio: 1.72; background: var(--soft); overflow: hidden; }
.accessory-stage > img { width: 100%; height: 100%; object-fit: cover; }
.accessory-label { position: absolute; padding: 11px 14px; display: flex; align-items: center; gap: 10px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(23,24,23,.14); font-size: var(--text-label); backdrop-filter: blur(8px); }
.accessory-label::after { content: ""; position: absolute; width: 70px; height: 1px; background: rgba(23,24,23,.4); }
.accessory-label span { color: var(--copper); }
.label-one { left: 5%; top: 18%; }
.label-one::after { left: 100%; top: 50%; }
.label-two { right: 4%; top: 36%; }
.label-two::after { right: 100%; top: 50%; }
.label-three { left: 10%; bottom: 11%; }
.label-three::after { left: 100%; top: 50%; }
.accessory-shop { margin-top: clamp(90px, 11vw, 160px); }
.accessory-shop-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.accessory-shop-heading .eyebrow { margin-bottom: 22px; }
.accessory-shop-heading h3 { max-width: 820px; margin: 0; font: 500 clamp(52px, 6vw, 86px)/.88 var(--display); letter-spacing: -.065em; }
.accessory-shop-heading > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: var(--text-lead); line-height: 1.65; }
.accessory-filters { margin-bottom: 28px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.accessory-filters::-webkit-scrollbar { display: none; }
.accessory-filters button { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; gap: 18px; flex: 0 0 auto; color: #5c605a; background: transparent; border: 1px solid var(--line); border-radius: 999px; font-size: var(--text-small); transition: color .25s, background .25s, border-color .25s; }
.accessory-filters button span { color: #989b95; font-size: var(--text-label); }
.accessory-filters button:hover, .accessory-filters button.active { color: #fff; background: var(--green); border-color: var(--green); }
.accessory-filters button.active span { color: #bdcbc3; }
.accessory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.accessory-card { min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.accessory-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(19, 28, 23, .09); }
.accessory-card-featured:first-child { grid-column: span 2; }
.accessory-card-media { position: relative; aspect-ratio: 1.08; display: grid; place-items: center; overflow: hidden; background: #f1f1ed; }
.accessory-card-featured:first-child .accessory-card-media { aspect-ratio: 2.05; }
.accessory-card-media > span { position: absolute; z-index: 2; top: 18px; left: 18px; width: 38px; height: 38px; display: grid; place-items: center; color: #5f635d; background: rgba(255,255,255,.88); border: 1px solid rgba(23,24,23,.1); border-radius: 50%; font-size: var(--text-label); backdrop-filter: blur(8px); }
.accessory-card-media img { width: 100%; height: 100%; padding: 9%; object-fit: contain; transition: transform .8s var(--ease); }
.accessory-card:hover .accessory-card-media img { transform: scale(1.035); }
.accessory-card-copy { padding: 25px 26px 26px; display: flex; flex: 1; flex-direction: column; }
.accessory-card-copy > p { margin: 0 0 13px; color: var(--copper); font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.accessory-card-copy h4 { margin: 0; font: 500 clamp(25px, 2.2vw, 34px)/1 var(--display); letter-spacing: -.045em; }
.accessory-card-copy h4 a { transition: color .25s; }
.accessory-card-copy h4 a:hover { color: var(--copper); }
.accessory-card-description { margin: 17px 0 26px; color: var(--muted); font-size: var(--text-small); line-height: 1.65; }
.accessory-card-buy { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); }
.accessory-card-buy strong { font-size: var(--text-lead); font-weight: 600; }
.accessory-card-buy strong .woocommerce-Price-currencySymbol { margin-right: 1px; }
.accessory-card-buy button { min-width: 104px; min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: space-between; gap: 23px; color: #fff; background: var(--green); border: 1px solid var(--green); font-size: var(--text-small); font-weight: 600; transition: color .25s, background .25s, opacity .25s; }
.accessory-card-buy button:hover { color: var(--green); background: transparent; }
.accessory-card-buy button:disabled { opacity: .45; cursor: wait; }
.accessory-card-buy button span { font-size: 20px; font-weight: 400; line-height: 1; }
.accessory-card.is-filtered { display: none; }

.specifications { color: #fff; background: #171a17; }
.specs-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 145px); }
.specs-heading { position: relative; min-height: 640px; }
.specs-heading .eyebrow { color: #d98b6e; }
.specs-heading > p { color: #9da29c; }
.spec-product { position: absolute; left: -5%; right: 0; bottom: -8%; opacity: .96; }
.spec-product img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 28px 30px rgba(0,0,0,.28)); }
.accordion { border-top: 1px solid rgba(255,255,255,.2); }
.accordion-item { border-bottom: 1px solid rgba(255,255,255,.2); }
.accordion-item > button { width: 100%; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; color: inherit; background: none; border: 0; text-align: left; font: 500 17px/1.2 var(--display); }
.accordion-item > button i { position: relative; flex: 0 0 24px; width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.accordion-item > button i::before, .accordion-item > button i::after { content: ""; position: absolute; left: 7px; top: 11px; width: 8px; height: 1px; background: currentColor; transition: transform .35s var(--ease); }
.accordion-item > button i::after { transform: rotate(90deg); }
.accordion-item.open > button i::after { transform: rotate(0); }
.accordion-panel { height: 0; overflow: hidden; opacity: 0; transition: height .5s var(--ease), opacity .35s; }
.accordion-item.open .accordion-panel { opacity: 1; }
.accordion-panel dl { margin: 0; padding: 0 0 26px; }
.accordion-panel dl > div { padding: 12px 0; display: grid; grid-template-columns: 1fr 1fr; color: #c1c7c1; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13px; }
.accordion-panel dt { color: #737a74; }
.accordion-panel dd { margin: 0; color: #d8ddd8; }

.reviews { background: #f4f3ed; }
.review-summary { display: grid; grid-template-columns: .7fr 1fr 1.1fr; align-items: center; gap: 50px; padding-bottom: 65px; border-bottom: 1px solid var(--line); }
.review-summary .eyebrow { margin: 0; }
.review-score { display: flex; align-items: center; gap: 22px; }
.review-score > strong { font: 500 78px/1 var(--display); letter-spacing: -.07em; }
.review-score .stars { font-size: 14px; }
.review-score p { margin: 8px 0 0; color: #5f625c; font-size: var(--text-label); }
.rating-bars > div { display: grid; grid-template-columns: 18px 1fr 36px; align-items: center; gap: 10px; margin: 8px 0; color: #666a63; font-size: var(--text-label); }
.rating-bars i { height: 2px; background: #d7d8d2; }
.rating-bars b { display: block; height: 100%; background: var(--copper); }
.rating-bars small { font-size: inherit; text-align: right; }
.review-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 55px; }
.review-card { min-height: 350px; padding: 32px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); }
.review-meta { display: flex; justify-content: space-between; color: #62665f; font-size: var(--text-label); }
.review-card h3 { margin: 48px 0 22px; font: 500 30px/1.02 var(--display); letter-spacing: -.045em; }
.review-card > p { margin: 0; color: #5f625c; font-size: 15px; line-height: 1.7; }
.review-card footer { margin-top: auto; padding-top: 28px; display: flex; gap: 12px; align-items: center; }
.review-avatar { width: 40px; height: 40px; display: grid; place-items: center; color: var(--green); background: #e8eee9; border-radius: 50%; font-size: var(--text-label); font-weight: 600; }
.review-card footer b, .review-card footer small { display: block; font-size: var(--text-label); }
.review-card footer small { margin-top: 3px; color: #888b84; }

.faq { background: #fbfbf8; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 150px); }
.faq-heading { position: sticky; top: 100px; align-self: start; }
.faq-heading .text-link { margin-top: 40px; }
.faq-accordion { color: var(--ink); border-color: var(--line); }
.faq-accordion .accordion-item { border-color: var(--line); }
.faq-accordion .accordion-item > button { padding: 27px 0; font-size: 20px; }
.faq-accordion .accordion-item > button i { border-color: #c7c9c3; }
.faq-accordion .accordion-panel p { max-width: 680px; margin: 0; padding: 0 45px 28px 0; color: #5f625c; font-size: var(--text-body); line-height: 1.7; }

.final-buy { position: relative; overflow: hidden; color: #fff; background: var(--green); isolation: isolate; }
.final-buy-type { position: absolute; z-index: -1; left: -2%; bottom: -4%; color: rgba(255,255,255,.045); font: 600 23vw/.72 var(--display); letter-spacing: -.09em; }
.final-buy-grid { min-height: 820px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; }
.final-product { position: relative; }
.final-product::before { content: ""; position: absolute; z-index: -1; left: 50%; top: 50%; width: 78%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.final-product img { width: min(100%, 720px); filter: drop-shadow(0 45px 28px rgba(0,0,0,.25)); }
.final-buy-copy { padding-block: 100px; }
.final-buy-copy .eyebrow { color: #d98b6e; }
.final-buy-copy h2 { margin: 0; font: 500 clamp(64px, 7.5vw, 108px)/.82 var(--display); letter-spacing: -.07em; }
.final-rating { margin-top: 35px; display: flex; gap: 14px; color: #ced8d2; font-size: 13px; }
.final-price { margin: 38px 0 24px; padding-top: 24px; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.22); }
.final-price strong { font: 500 35px/1 var(--display); }
.final-price span { color: #c2cec7; font-size: var(--text-label); }
.light-button { color: var(--green); background: #fff; border-color: #fff; }
.light-button:hover { color: #fff; background: transparent; }
.final-benefits { padding-top: 15px; display: flex; justify-content: space-between; gap: 14px; color: #c7d2cb; font-size: var(--text-label); line-height: 1.4; text-transform: uppercase; letter-spacing: .05em; }

.site-footer { color: #d8ddd9; background: #131512; }
.footer-top { padding-top: 80px; padding-bottom: 85px; display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 80px; }
.footer-brand .wordmark { color: #fff; font-size: 23px; }
.footer-brand p { max-width: 300px; margin: 30px 0 0; color: #b4bab4; font-size: 15px; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links b, .footer-links a { display: block; }
.footer-links b { margin-bottom: 22px; color: #aeb4ae; font-size: var(--text-label); text-transform: uppercase; letter-spacing: .09em; }
.footer-links a { width: max-content; margin: 12px 0; font-size: var(--text-small); }
.footer-links a:hover { color: #fff; }
.newsletter label { display: block; margin-bottom: 22px; color: #fff; font: 500 21px/1.1 var(--display); }
.newsletter > div { display: grid; grid-template-columns: 1fr 46px; border-bottom: 1px solid #4d524d; }
.newsletter input { height: 48px; padding: 0; color: #fff; background: none; border: 0; outline: none; font-size: var(--text-small); }
.newsletter input::placeholder { color: #737873; }
.newsletter button { color: #fff; background: none; border: 0; font-size: 17px; }
.newsletter small { display: block; margin-top: 11px; color: #b4bab4; font-size: var(--text-label); line-height: 1.45; }
.newsletter:focus-within > div { border-color: #fff; }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; color: #b4bab4; border-top: 1px solid #2a2e2a; font-size: var(--text-label); line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom > div { display: flex; gap: 25px; }

.quick-buy { position: fixed; z-index: 44; left: 50%; bottom: 16px; width: min(680px, calc(100% - 32px)); height: 66px; padding: 7px 8px 7px 12px; display: grid; grid-template-columns: 1fr auto auto 140px; align-items: center; gap: 22px; color: #fff; background: rgba(21,23,20,.94); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 16px 50px rgba(0,0,0,.18); opacity: 0; pointer-events: none; transform: translate(-50%, 30px); transition: opacity .4s, transform .5s var(--ease); backdrop-filter: blur(14px); }
.quick-buy.visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.quick-product { display: flex; align-items: center; gap: 9px; min-width: 0; }
.quick-product img { width: 44px; height: 44px; object-fit: contain; background: #ecece8; }
.quick-product b, .quick-product span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.quick-product b { font: 500 13px/1.2 var(--display); }
.quick-product span { margin-top: 3px; color: #c3c8c3; font-size: var(--text-label); }
.quick-rating { display: flex; gap: 6px; font-size: var(--text-label); }
.quick-buy > strong { font: 500 14px/1 var(--display); }
.quick-buy .compact-buy { height: 50px; }

.drawer-backdrop { position: fixed; z-index: 299; inset: 0; background: rgba(10,12,10,.44); opacity: 0; pointer-events: none; transition: opacity .4s; backdrop-filter: blur(3px); }
.drawer-backdrop.visible { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 300; top: 0; right: 0; width: min(500px, 100%); height: 100dvh; display: flex; flex-direction: column; background: #fbfbf8; box-shadow: -20px 0 60px rgba(0,0,0,.16); transform: translateX(105%); transition: transform .55s var(--ease); }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer > header { min-height: 130px; padding: 28px 30px; display: flex; align-items: start; justify-content: space-between; color: #fff; background: var(--green); }
.cart-drawer > header p { margin: 0 0 9px; color: #c6d2cb; font-size: var(--text-label); text-transform: uppercase; letter-spacing: .09em; }
.cart-drawer > header h2 { margin: 0; font: 500 28px/1 var(--display); letter-spacing: -.045em; }
.cart-drawer > header button, .video-close { width: 38px; height: 38px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 22px; line-height: 1; }
.cart-empty { flex: 1; padding: 50px 30px; display: grid; align-content: center; justify-items: center; text-align: center; }
.cart-empty > span { width: 80px; height: 80px; display: grid; place-items: center; color: var(--copper); background: var(--warm); border-radius: 50%; font: 500 24px/1 var(--display); }
.cart-empty h3 { margin: 30px 0 10px; font: 500 32px/1 var(--display); }
.cart-empty p { color: #5f625c; font-size: 15px; }
.cart-empty .secondary-button { max-width: 220px; margin-top: 20px; }
.cart-content { flex: 1; overflow-y: auto; padding: 25px 30px 30px; }
.cart-item { padding-bottom: 24px; display: grid; grid-template-columns: 118px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.cart-item-image { aspect-ratio: 1; display: grid; place-items: center; background: var(--soft); }
.cart-item-image img { width: 94%; height: 94%; object-fit: contain; }
.cart-item-copy { min-width: 0; display: flex; flex-direction: column; }
.cart-item-copy > div:first-child { display: flex; justify-content: space-between; gap: 12px; }
.cart-item-copy h3 { margin: 4px 0 0; font: 500 18px/1 var(--display); }
.cart-item-copy > div:first-child button, [data-remove-cart] { min-width: 44px; min-height: 36px; padding: 0; color: #5f625c; background: none; border: 0; text-decoration: underline; font-size: var(--text-label); }
.cart-item-copy > p { margin: 8px 0 0; color: #666a63; font-size: var(--text-label); }
.cart-item-bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.quantity { height: 40px; display: grid; grid-template-columns: 40px 34px 40px; border: 1px solid var(--line); }
.quantity button { padding: 0; background: none; border: 0; }
.quantity span { display: grid; place-items: center; font-size: var(--text-small); }
.cart-item-bottom strong { font: 500 16px/1 var(--display); }
.cart-gift { margin: 18px 0; padding: 15px; display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: center; background: var(--warm); }
.cart-gift > i { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: var(--copper); border-radius: 50%; font-style: normal; }
.cart-gift b { font-size: var(--text-small); }
.cart-gift p { margin: 4px 0 0; color: #5f554f; font-size: var(--text-label); line-height: 1.45; }
.cart-gift > span { color: var(--copper); font-size: var(--text-label); font-weight: 600; }
.cart-delivery { padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cart-delivery > div { display: flex; justify-content: space-between; font-size: var(--text-label); }
.cart-delivery > i { height: 3px; margin: 12px 0 8px; display: block; background: #dce5df; }
.cart-delivery > i b { width: 100%; height: 100%; display: block; background: #6a9078; }
.cart-delivery small { color: #5f625c; font-size: var(--text-label); }
.cart-totals { margin-top: 24px; }
.cart-totals > div { display: flex; align-items: end; justify-content: space-between; }
.cart-totals > div span { font-size: 15px; }
.cart-totals > div strong { font: 500 27px/1 var(--display); }
.cart-totals > small { display: block; margin: 8px 0 19px; color: #5f625c; font-size: var(--text-label); }
.cart-totals > p { margin: 12px 0 0; color: #5f625c; text-align: center; font-size: var(--text-label); }

.toast { position: fixed; z-index: 500; left: 50%; bottom: 32px; padding: 13px 20px; color: #fff; background: var(--copper); font-size: var(--text-small); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .3s, transform .4s var(--ease); }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

.js .reveal { opacity: 0; transform: translateY(36px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.js .reveal.in-view { opacity: 1; transform: translateY(0); }
.hero .reveal:nth-child(2) { transition-delay: .08s; }
.hero .reveal:nth-child(3) { transition-delay: .15s; }

@media (max-width: 1100px) {
  .nav { grid-template-columns: 1fr auto; }
  .mobile-gear-link { display: inline-flex; }
  .menu-button { display: block; }
  .site-header { position: sticky; }
  .nav-links { position: absolute; z-index: -1; top: 69px; left: 0; right: 0; max-height: calc(100dvh - 69px); padding: 28px 32px 36px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); opacity: 0; overflow-y: auto; pointer-events: none; transform: translateY(-10px); transition: opacity .3s, transform .35s var(--ease); }
  .nav-links.open { z-index: 4; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links > a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line); font: 500 25px/1 var(--display); text-align: left; }
  .nav-links > a::after, .nav-shop-toggle::after { display: none; }
  .nav-shop { width: 100%; }
  .nav-shop-toggle { width: 100%; min-height: 62px; margin-block: 9px; padding: 0 17px; justify-content: flex-start; color: var(--ink); background: var(--warm); border: 1px solid #e3d5c2; font: 500 25px/1 var(--display); text-align: left; }
  .nav-shop-toggle:hover, .nav-shop.open .nav-shop-toggle { color: #fff; background: var(--green); border-color: var(--green); }
  .nav-shop-label { margin-right: auto; }
  .nav-shop-icon { color: var(--copper); }
  .nav-shop.open .nav-shop-icon, .nav-shop-toggle:hover .nav-shop-icon { color: #d7e0da; }
  .shop-category-menu { position: static; width: 100%; max-height: 0; padding: 0; border: 0; box-shadow: none; opacity: 1; overflow: hidden; pointer-events: none; transform: none; transition: max-height .55s var(--ease), padding .35s; backdrop-filter: none; }
  .nav-shop.open .shop-category-menu { max-height: 720px; padding: 22px 0 26px; pointer-events: auto; transform: none; }
  .shop-category-top { margin-bottom: 14px; }
  .shop-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-category-grid > a { min-height: 145px; }
  .product-body { display: block; }
  .purchase-column { margin-top: 20px; }
  .gallery-thumbs { display: none; }
  .formula-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-intro { grid-template-columns: .4fr 1fr; }
  .tech-intro > p:last-child { grid-column: 2; }
  .feature { min-height: 560px; }
  .feature-media { min-height: 560px; }
  .review-summary { grid-template-columns: .6fr 1fr; }
  .rating-bars { grid-column: 2; }
  .footer-top { grid-template-columns: .7fr 1.3fr; }
  .newsletter { grid-column: 2; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 70px; }
  .announcement-detail, .search-action, .account-action { display: none; }
  .site-header { position: sticky; }
  .nav { height: 62px; padding-inline: 20px; }
  .bag-button { min-width: 78px; height: 42px; padding-inline: 10px; }
  .menu-button { width: 44px; height: 42px; }
  .nav-links { position: absolute; z-index: -1; top: 61px; left: 0; right: 0; max-height: calc(100dvh - 61px); padding: 34px 24px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); opacity: 0; overflow-y: auto; pointer-events: none; transform: translateY(-10px); transition: opacity .3s, transform .35s var(--ease); }
  .nav-links.open { z-index: 4; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links > a { padding: 17px 0; border-bottom: 1px solid var(--line); font: 500 25px/1 var(--display); }
  .compact-buy { min-width: 120px; }
  .hero { min-height: 0; padding: 27px 16px 20px; grid-template-rows: auto auto auto auto; gap: 17px; }
  .product-head { display: block; }
  .title-lockup { gap: 14px; }
  .vertical-label { margin-bottom: 5px; font-size: var(--text-label); }
  .product-head h1 { font-size: clamp(42px, 12vw, 60px); }
  .product-head h1 span { display: block; }
  .purchase-column { margin-top: 12px; gap: 17px; }
  .head-copy { padding: 0; display: block; }
  .head-copy > p { max-width: 600px; font-size: 15px; }
  .head-meta { margin-top: 13px; justify-content: flex-start; }
  .head-meta > span { margin-left: auto; }
  .product-body { display: block; }
  .gallery { min-height: 430px; }
  .gallery::before { width: 70%; }
  .gallery-image { width: auto; height: auto; max-width: 86%; max-height: 85%; }
  .gallery-watermark { top: 4%; font-size: 21vw; }
  .gallery-orbit { width: 90%; }
  .buy-card { padding: 24px 20px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div { padding: 13px 12px; }
  .section-space { padding-block: 80px; }
  .manifesto-grid, .manifesto-copy { display: block; }
  .manifesto-copy h2 { font-size: clamp(54px, 14vw, 84px); }
  .manifesto-copy p { margin-top: 30px; }
  .manifesto-stats { margin-top: 55px; }
  .formula-grid { grid-template-columns: 1fr 1fr; }
  .formula-card { min-height: 270px; padding: 32px; grid-template-columns: 72px minmax(0, 1fr); column-gap: 24px; }
  .cinema-layout { grid-template-columns: 1fr; gap: 46px; }
  .cinema-intro > p:not(.eyebrow) { max-width: 620px; }
  .tech-intro { display: block; }
  .tech-intro > p:last-child { margin-top: 30px; }
  .feature, .feature-reverse { min-height: 0; display: flex; flex-direction: column; }
  .feature-reverse .feature-media { order: 1; }
  .feature-reverse .feature-copy { order: 2; }
  .feature:not(.feature-wide-dark) .feature-media { min-height: 0; aspect-ratio: 4 / 3; display: grid; place-items: center; background: #f4f4f0; }
  .feature:not(.feature-wide-dark) .feature-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
  .feature-copy { padding: 45px 30px 50px; }
  .feature-facts { margin-top: 40px; }
  .feature-wide-dark { min-height: 0; display: flex; flex-direction: column; }
  .feature-wide-dark .feature-media { position: relative; inset: auto; min-height: 0; aspect-ratio: 4 / 3; order: 1; }
  .feature-wide-dark .feature-copy { width: 100%; min-height: 0; order: 2; }
  .feature-pair { grid-template-columns: 1fr; }
  .controls-panel { grid-template-columns: 1fr; }
  .controls-image { min-height: 0; aspect-ratio: 1; }
  .accessory-stage { aspect-ratio: 1.2; }
  .accessory-stage > img { object-position: center; }
  .accessory-shop-heading { grid-template-columns: 1fr; gap: 28px; }
  .accessory-shop-heading > p { max-width: 620px; }
  .accessory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .accessory-card-featured:first-child { grid-column: span 2; }
  .specs-grid { grid-template-columns: 1fr; gap: 50px; }
  .specs-heading { min-height: 480px; }
  .spec-product { width: min(480px, 100%); left: 50%; transform: translateX(-50%); }
  .review-summary { grid-template-columns: 1fr 1fr; }
  .rating-bars { grid-column: 1 / -1; }
  .review-list { grid-template-columns: 1fr; }
  .review-card { min-height: 300px; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-heading { position: static; }
  .final-buy-grid { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .final-product { padding-top: 80px; }
  .final-buy-copy { padding: 35px 0 90px; }
  .footer-top { grid-template-columns: 1fr; gap: 55px; }
  .newsletter { grid-column: auto; }
  .footer-bottom { padding-block: 24px; flex-wrap: wrap; gap: 20px; }
  .quick-buy { grid-template-columns: 1fr auto 128px; }
  .quick-rating { display: none; }
}

@media (max-width: 520px) {
  .shell { padding-inline: 18px; }
  .announcement { min-height: 34px; font-size: var(--text-label); }
  .wordmark { font-size: 16px; }
  .nav-actions { gap: 6px; }
  .mobile-gear-link { padding-inline: 9px; gap: 7px; }
  .mobile-gear-full { display: none; }
  .mobile-gear-short { display: inline; }
  .mobile-gear-link b { width: 20px; height: 20px; }
  .shop-category-top { align-items: flex-start; gap: 16px; }
  .shop-category-grid { grid-template-columns: 1fr; }
  .shop-category-grid > a { min-height: 126px; }
  .hero { padding-inline: 12px; }
  .product-head h1 { font-size: 45px; }
  .head-meta { font-size: var(--text-label); }
  .head-meta > span { display: none; }
  .gallery { min-height: 355px; }
  .gallery-image { width: auto; height: auto; max-width: 95%; max-height: 88%; }
  .gallery-count { left: 13px; bottom: 14px; }
  .gallery-arrows { right: 10px; bottom: 9px; }
  .gallery-arrows button { width: 37px; height: 37px; }
  .purchase-column { margin-top: 9px; }
  .setup-accessories { min-height: 72px; padding-right: 12px; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 11px; }
  .setup-accessories-count { width: 44px; height: 44px; }
  .setup-accessories-copy strong { font-size: 14px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > div { min-height: 65px; }
  .trust-strip span { font-size: var(--text-label); }
  .section-space { padding-block: 68px; }
  .eyebrow { margin-bottom: 20px; font-size: var(--text-label); }
  .section-heading h2, .tech-intro h2, .manifesto-copy h2, .specs-heading h2, .faq-heading h2 { font-size: 49px; }
  .manifesto-copy h2 { font-size: 56px; }
  .manifesto-copy p { font-size: var(--text-body); }
  .manifesto-stats { grid-template-columns: 1fr; }
  .manifesto-stats div { display: flex; align-items: end; justify-content: space-between; }
  .manifesto-stats strong { font-size: 39px; }
  .formula-grid { grid-template-columns: 1fr; }
  .formula-card { min-height: 0; padding: 30px 24px; grid-template-columns: 58px minmax(0, 1fr); column-gap: 18px; }
  .formula-card > span { font-size: 46px; }
  .formula-card h3 { margin-bottom: 12px; font-size: 29px; }
  .section-heading { margin-bottom: 46px; }
  .cinema { padding-block: 68px; }
  .cinema-layout { gap: 34px; }
  .cinema-intro h2 { font-size: 46px; }
  .cinema-intro > p:not(.eyebrow) { margin-top: 22px; font-size: 15px; }
  .cinema-meta { margin-top: 28px; }
  .tech-intro { margin-bottom: 55px; }
  .feature { margin-bottom: 60px; }
  .feature:not(.feature-wide-dark) .feature-media { aspect-ratio: 4 / 3; }
  .feature-copy { padding: 38px 23px 42px; }
  .feature-copy h3 { font-size: 43px; }
  .feature-wide-dark { min-height: 0; }
  .feature-wide-dark .feature-media { aspect-ratio: 1; }
  .feature-wide-dark .feature-media img { object-position: center; }
  .feature-wide-dark .feature-copy { width: 100%; min-height: 0; padding-top: 38px; background: none; }
  .feature-pair { margin-bottom: 60px; }
  .feature-small-copy h3 { font-size: 41px; }
  .controls-image { aspect-ratio: 1; }
  .controls-copy { padding: 45px 24px; }
  .controls-copy h3 { font-size: 49px; }
  .accessory-stage { aspect-ratio: .88; }
  .accessory-stage > img { object-fit: cover; }
  .accessory-label { padding: 8px 9px; font-size: var(--text-label); }
  .accessory-label::after { width: 30px; }
  .label-one { left: 3%; top: 12%; }
  .label-two { right: 3%; top: 48%; }
  .label-three { left: 3%; bottom: 10%; }
  .accessory-shop { margin-top: 80px; }
  .accessory-shop-heading { margin-bottom: 34px; }
  .accessory-shop-heading h3 { font-size: 51px; }
  .accessory-shop-heading > p { font-size: var(--text-body); }
  .accessory-filters { margin-right: -18px; padding-right: 18px; }
  .accessory-grid { grid-template-columns: 1fr; gap: 14px; }
  .accessory-card-featured:first-child { grid-column: auto; }
  .accessory-card-featured:first-child .accessory-card-media, .accessory-card-media { aspect-ratio: 1.05; }
  .accessory-card-copy { padding: 23px 22px 24px; }
  .accessory-card-copy h4 { font-size: 30px; }
  .specs-heading { min-height: 390px; }
  .spec-product { width: min(390px, 100%); bottom: -14%; }
  .accordion-item > button { padding: 21px 0; font-size: 15px; }
  .review-summary { display: block; }
  .review-score { margin: 28px 0 35px; }
  .review-score > strong { font-size: 70px; }
  .review-list { margin-top: 35px; }
  .review-card { padding: 26px; }
  .faq-accordion .accordion-item > button { gap: 20px; font-size: 17px; }
  .final-product { margin-inline: -15px; }
  .final-buy-copy h2 { font-size: 70px; }
  .final-price { align-items: start; flex-direction: column; gap: 9px; }
  .final-benefits { gap: 10px; }
  .footer-top { padding-top: 65px; padding-bottom: 60px; }
  .footer-links { gap: 15px; }
  .footer-bottom { display: block; line-height: 2; }
  .footer-bottom > div { margin: 8px 0; flex-wrap: wrap; gap: 15px; }
  .quick-buy { bottom: 8px; width: calc(100% - 16px); height: 62px; padding-left: 8px; grid-template-columns: 1fr 112px; gap: 8px; }
  .quick-product img { width: 42px; height: 42px; }
  .quick-buy > strong { display: none; }
  .quick-buy .compact-buy { height: 46px; min-width: 0; }
  .cart-drawer > header { min-height: 115px; padding: 23px 20px; }
  .cart-content { padding: 20px; }
  .cart-item { grid-template-columns: 95px 1fr; gap: 13px; }
  .cart-gift { grid-template-columns: 26px 1fr; }
  .cart-gift > span { display: none; }
}

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

/* Feature photography is prepared at 2000 × 2000 and should fill its stage cleanly. */
.technology .feature-media-native img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

/* Native WordPress and WooCommerce screens. */
.cofeau-default,
.cofeau-woocommerce { min-height: 70vh; padding-top: clamp(64px, 8vw, 120px); padding-bottom: clamp(80px, 10vw, 150px); }
.cofeau-default h1,
.cofeau-woocommerce .page-title,
.cofeau-woocommerce .product_title,
.cofeau-woocommerce .entry-title { margin: 0 0 40px; font: 500 clamp(46px, 6vw, 84px)/.92 var(--display); letter-spacing: -.055em; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 32px; color: var(--muted); font-size: var(--text-small); }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 36px; }
.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select { min-height: 48px; padding: 10px 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 0; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { content: none; }
.woocommerce ul.products li.product { width: auto; margin: 0; padding-bottom: 24px; background: #fff; }
.woocommerce ul.products li.product a img { margin: 0 0 22px; background: var(--soft); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 20px; font: 500 24px/1.05 var(--display); letter-spacing: -.035em; }
.woocommerce ul.products li.product .price { padding: 0 20px; color: var(--ink); font-weight: 600; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { min-height: 48px; padding: 14px 22px; color: #fff; background: var(--green); border-radius: 0; font-weight: 600; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover { color: #fff; background: var(--green-2); }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { margin-bottom: 80px; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--ink); font: 500 30px/1 var(--display); }
.woocommerce div.product form.cart .variations { margin-bottom: 24px; }
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td { padding: 10px 10px 10px 0; text-align: left; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--line); }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error { border-top-color: var(--copper); background: #fff; }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--copper); }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 0; background: #fff; }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 16px; border-color: var(--line); }
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review { padding: 28px; background: #fff; }
.woocommerce-checkout #payment { background: #ecece7; border-radius: 0; }

/* Accessories archive — editorial WooCommerce collection. */
.cofeau-accessories-archive { padding-top: clamp(26px, 3.4vw, 50px); }
.accessories-archive-hero { position: relative; min-height: 650px; margin-bottom: clamp(70px, 7vw, 105px); display: grid; grid-template-columns: minmax(0, .91fr) minmax(480px, 1.09fr); grid-template-rows: 1fr auto; color: #fff; background: var(--green); overflow: hidden; isolation: isolate; }
.accessories-archive-hero::before { content: ""; position: absolute; z-index: -1; left: 42%; top: -34%; width: 620px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); }
.accessories-archive-copy { padding: clamp(50px, 6vw, 92px) clamp(34px, 5vw, 78px) 54px; display: flex; flex-direction: column; justify-content: center; }
.accessories-archive-kicker { margin-bottom: clamp(40px, 5vw, 74px); display: flex; align-items: center; gap: 14px; color: #d5ddd8; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.accessories-archive-kicker span { display: flex; align-items: center; gap: 13px; }
.accessories-archive-kicker span::before { content: ""; width: 28px; height: 1px; background: var(--copper); }
.accessories-archive-kicker b { padding: 7px 10px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); font-size: inherit; font-weight: inherit; }
.accessories-back-link { width: fit-content; margin: -34px 0 32px; padding-bottom: 5px; color: #d7dfda; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.accessories-back-link:hover { color: #fff; border-color: var(--copper); }
.accessories-archive-copy h1 { max-width: 690px; margin: 0; font: 500 clamp(62px, 6.5vw, 102px)/.82 var(--display); letter-spacing: -.072em; text-wrap: balance; }
.accessories-archive-copy > p { max-width: 590px; margin: 38px 0 0; color: #c9d3cd; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.62; }
.accessories-archive-actions { margin-top: 42px; display: flex; align-items: center; gap: 28px; }
.accessories-primary-action { min-height: 54px; padding: 0 18px 0 22px; display: inline-flex; align-items: center; gap: 35px; color: var(--ink); background: #fff; font-size: 13px; font-weight: 600; transition: color .3s, background .3s; }
.accessories-primary-action span { color: var(--copper); font-size: 18px; transition: transform .3s var(--ease); }
.accessories-primary-action:hover { color: #fff; background: var(--copper); }
.accessories-primary-action:hover span { color: #fff; transform: translateY(4px); }
.accessories-text-action { display: inline-flex; align-items: center; gap: 13px; color: #fff; font-size: 13px; font-weight: 500; }
.accessories-text-action span { color: #bdc9c2; transition: transform .3s var(--ease); }
.accessories-text-action:hover span { transform: translate(3px, -3px); }
.accessories-archive-visual { position: relative; min-height: 560px; background: #e9e4da; overflow: hidden; }
.accessories-archive-visual::after { content: ""; position: absolute; left: 8%; top: 13%; width: 67%; aspect-ratio: 1; border: 1px solid rgba(28,52,41,.09); border-radius: 50%; }
.accessories-visual-label { position: absolute; z-index: 3; right: 5.5%; top: 7%; color: rgba(28,52,41,.42); font: 600 clamp(45px, 4.4vw, 70px)/.77 var(--display); letter-spacing: -.07em; text-align: right; }
.accessories-visual-main { position: absolute; z-index: 2; left: 4%; bottom: 5%; width: 69%; height: 81%; display: grid; place-items: center; background: #f7f5f0; box-shadow: 0 25px 60px rgba(24,37,30,.12); }
.accessories-visual-main img { width: 86%; height: 86%; object-fit: contain; filter: drop-shadow(0 23px 22px rgba(30,34,31,.18)); transform: rotate(-7deg); }
.accessories-visual-main span { position: absolute; left: 18px; bottom: 16px; color: #62685f; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.accessories-visual-small { position: absolute; z-index: 4; right: 4%; width: 29%; aspect-ratio: 1; display: grid; place-items: center; border: 7px solid #e9e4da; }
.accessories-visual-small img { width: 82%; height: 82%; object-fit: contain; filter: drop-shadow(0 15px 14px rgba(30,34,31,.16)); }
.accessories-visual-small--top { top: 24%; background: #d9d1c2; }
.accessories-visual-small--bottom { bottom: 8%; background: #c7d1ca; }
.accessories-archive-proof { grid-column: 1 / -1; min-height: 66px; padding: 0 clamp(28px, 4vw, 60px); display: flex; align-items: center; gap: clamp(25px, 4vw, 64px); color: #d3dcd6; background: #15271f; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; letter-spacing: .045em; }
.accessories-archive-proof span { display: flex; align-items: center; gap: 10px; }
.accessories-archive-proof span:not(:first-child)::before { content: ""; width: 3px; height: 3px; background: var(--copper); border-radius: 50%; }
.accessories-archive-proof i { width: 7px; height: 7px; background: #75a386; border-radius: 50%; box-shadow: 0 0 0 5px rgba(117,163,134,.13); }

.accessories-category-navigation { margin-bottom: clamp(100px, 10vw, 155px); }
.accessories-category-heading { margin-bottom: 42px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); align-items: end; gap: 60px; }
.accessories-category-heading > div > span { display: block; margin-bottom: 17px; color: var(--copper); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.accessories-category-heading h2 { max-width: 950px; margin: 0; font: 500 clamp(48px, 5.2vw, 78px)/.88 var(--display); letter-spacing: -.063em; text-wrap: balance; }
.accessories-category-heading > p { max-width: 390px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.accessories-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 24px); }
.accessories-category-card { position: relative; min-height: 470px; display: grid; grid-template-rows: 255px minmax(0, 1fr); color: var(--ink); background: #fff; border: 1px solid #ddded8; overflow: hidden; transition: color .4s, background .4s, border-color .4s, box-shadow .45s var(--ease), transform .45s var(--ease); }
.accessories-category-card:hover { color: #fff; background: var(--green); border-color: var(--green); box-shadow: 0 24px 60px rgba(21,38,31,.13); transform: translateY(-6px); }
.accessories-category-card.is-current { border-color: var(--copper); box-shadow: inset 0 0 0 1px var(--copper); }
.accessories-category-card.is-current::after { content: "Viewing now"; position: absolute; z-index: 4; right: 16px; top: 16px; padding: 7px 10px; color: #fff; background: var(--copper); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.accessories-category-number { position: absolute; z-index: 3; left: 17px; top: 17px; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 9px; font-weight: 600; transition: color .4s, background .4s; }
.accessories-category-card:hover .accessories-category-number { color: var(--green); background: #fff; }
.accessories-category-image { grid-row: 1; display: grid; place-items: center; background: #efeee9; overflow: hidden; }
.accessories-category-card:nth-child(2) .accessories-category-image { background: #e7ece8; }
.accessories-category-card:nth-child(3) .accessories-category-image { background: #eee6db; }
.accessories-category-image img { width: 88%; height: 88%; object-fit: contain; filter: drop-shadow(0 17px 17px rgba(31,37,33,.14)); transition: transform .65s var(--ease); }
.accessories-category-card:nth-child(2) .accessories-category-image img { transform: scale(1.22); }
.accessories-category-card:nth-child(3) .accessories-category-image img { transform: scale(1.26); }
.accessories-category-card:hover .accessories-category-image img { transform: scale(1.07) rotate(-1deg); }
.accessories-category-card:nth-child(2):hover .accessories-category-image img { transform: scale(1.3) rotate(-1deg); }
.accessories-category-card:nth-child(3):hover .accessories-category-image img { transform: scale(1.34) rotate(-1deg); }
.accessories-category-copy { min-height: 0; padding: 25px 27px 29px; display: flex; flex-direction: column; }
.accessories-category-copy small { color: var(--copper); font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.accessories-category-copy strong { margin-top: 12px; font: 500 clamp(29px, 2.7vw, 40px)/.95 var(--display); letter-spacing: -.05em; }
.accessories-category-copy p { margin: 13px 0 22px; color: var(--muted); font-size: 12px; line-height: 1.5; transition: color .4s; }
.accessories-category-copy b { margin-top: auto; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 600; }
.accessories-category-copy b i { color: var(--copper); font-size: 15px; font-style: normal; transition: transform .3s var(--ease); }
.accessories-category-card:hover .accessories-category-copy p { color: #c7d1cb; }
.accessories-category-card:hover .accessories-category-copy b i { transform: translate(3px, -3px); }

.accessories-collection-heading { scroll-margin-top: 105px; margin-bottom: 46px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 60px; }
.accessories-collection-heading > div > span { display: block; margin-bottom: 18px; color: var(--copper); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.accessories-collection-heading h2 { max-width: 900px; margin: 0; font: 500 clamp(48px, 5.5vw, 82px)/.87 var(--display); letter-spacing: -.065em; }
.accessories-collection-heading > p { max-width: 440px; margin: 0 0 5px; color: var(--muted); font-size: var(--text-lead); line-height: 1.6; }
.cofeau-accessories-archive > .page-title,
.cofeau-accessories-archive .woocommerce-products-header { display: none; }
.cofeau-accessories-archive .woocommerce-result-count { margin: 0; padding: 14px 18px; color: #555951; background: var(--soft); font-size: 12px; }
.cofeau-accessories-archive .woocommerce-ordering { margin: 0 0 28px; }
.cofeau-accessories-archive .woocommerce-ordering select { min-width: 220px; min-height: 48px; padding-inline: 16px 42px; color: var(--ink); background-color: transparent; border-color: #cdd0ca; font-size: 12px; }
.cofeau-accessories-archive .woocommerce-notices-wrapper + .woocommerce-result-count { float: left; }
.cofeau-accessories-archive .woocommerce-ordering + ul.products { clear: both; }
.cofeau-accessories-archive ul.products { counter-reset: accessory-card; clear: both; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.2vw, 32px); padding-top: 10px; }
.cofeau-accessories-archive ul.products li.product { position: relative; counter-increment: accessory-card; width: 100% !important; min-width: 0; margin: 0 !important; padding: 0 0 22px; float: none !important; display: flex; flex-direction: column; background: #fff; border: 1px solid #e3e3de; overflow: hidden; transition: border-color .35s, box-shadow .45s var(--ease), transform .45s var(--ease); }
.cofeau-accessories-archive ul.products li.product::before { content: "0" counter(accessory-card); position: absolute; z-index: 4; left: 16px; top: 16px; width: 35px; height: 35px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 9px; letter-spacing: .05em; }
.cofeau-accessories-archive ul.products li.product:hover { border-color: #c7cbc5; box-shadow: 0 22px 55px rgba(23,24,23,.10); transform: translateY(-6px); }
.cofeau-accessories-archive ul.products li.product > a.woocommerce-loop-product__link { flex: 1; display: flex; flex-direction: column; }
.cofeau-accessories-archive ul.products li.product a img { width: 100%; height: clamp(290px, 30vw, 410px); margin: 0 0 24px; padding: clamp(22px, 3vw, 44px); object-fit: contain; background: #f0f0ec; transition: transform .6s var(--ease), background .4s; }
.cofeau-accessories-archive ul.products li.product:nth-child(3n+2) a img { background: #eee8de; }
.cofeau-accessories-archive ul.products li.product:nth-child(3n+3) a img { background: #e8ede9; }
.cofeau-accessories-archive ul.products li.product:hover a img { transform: scale(1.035); }
.cofeau-accessories-archive ul.products li.product .woocommerce-loop-product__title { min-height: 2.05em; margin: 0 0 14px; padding: 0 22px; font: 500 clamp(23px, 2.1vw, 31px)/.98 var(--display); letter-spacing: -.045em; text-wrap: balance; }
.cofeau-accessories-archive ul.products li.product .price { margin: auto 0 20px; padding: 0 22px; color: var(--ink); font: 600 14px/1 var(--sans); }
.cofeau-accessories-archive ul.products li.product .button { min-height: 52px; margin: 0 22px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--green); border: 1px solid var(--green); border-radius: 0; font-size: 12px; font-weight: 600; transition: color .3s, background .3s; }
.cofeau-accessories-archive ul.products li.product .button::after { content: "+"; width: 24px; height: 24px; display: grid; place-items: center; color: var(--green); background: #fff; border-radius: 50%; font-size: 15px; font-weight: 400; }
.cofeau-accessories-archive ul.products li.product .button:hover { color: var(--green); background: transparent; }
.cofeau-accessories-archive ul.products li.product .button:hover::after { color: #fff; background: var(--green); }
.cofeau-accessories-archive .added_to_cart { margin: 11px 22px 0; color: var(--copper); font-size: 11px; font-weight: 600; }
.accessories-assurance { margin-top: clamp(80px, 9vw, 135px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); color: #fff; background: var(--green); }
.accessories-assurance > div { min-height: 245px; padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.12); }
.accessories-assurance > div:last-child { border-right: 0; }
.accessories-assurance span { color: var(--copper); font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.accessories-assurance strong { margin-top: auto; font: 500 clamp(25px, 2.3vw, 34px)/1 var(--display); letter-spacing: -.04em; }
.accessories-assurance p { max-width: 330px; margin: 14px 0 0; color: #c7d1cb; font-size: 13px; line-height: 1.55; }

@media (max-width: 1050px) {
  .accessories-archive-hero { min-height: 590px; grid-template-columns: 1fr 1fr; }
  .accessories-archive-copy { padding-inline: 38px; }
  .accessories-archive-copy h1 { font-size: clamp(56px, 7.4vw, 78px); }
  .accessories-archive-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .accessories-category-card { min-height: 440px; grid-template-rows: 225px minmax(0, 1fr); }
  .accessories-category-copy { padding-inline: 22px; }
  .cofeau-accessories-archive ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cofeau-accessories-archive ul.products li.product a img { height: clamp(280px, 43vw, 400px); }
}

@media (max-width: 782px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cofeau-accessories-archive { padding-top: 22px; }
  .accessories-archive-hero { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .accessories-archive-copy { padding: 50px 32px 48px; }
  .accessories-archive-kicker { margin-bottom: 42px; }
  .accessories-archive-copy h1 { max-width: 580px; font-size: clamp(58px, 12.5vw, 82px); }
  .accessories-archive-visual { min-height: 500px; }
  .accessories-archive-proof { grid-column: auto; min-height: 76px; gap: 20px; overflow-x: auto; white-space: nowrap; }
  .accessories-category-heading { grid-template-columns: 1fr; gap: 22px; }
  .accessories-category-heading > p { max-width: 620px; }
  .accessories-category-grid { grid-template-columns: 1fr; }
  .accessories-category-card { min-height: 280px; grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr); grid-template-rows: 1fr; }
  .accessories-category-image { grid-row: 1; grid-column: 1; }
  .accessories-category-copy { grid-column: 2; padding: 30px; }
  .accessories-collection-heading { grid-template-columns: 1fr; gap: 25px; }
  .accessories-collection-heading > p { max-width: 600px; }
  .accessories-assurance { grid-template-columns: 1fr; }
  .accessories-assurance > div { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .accessories-assurance > div:last-child { border-bottom: 0; }
}

@media (max-width: 520px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .cofeau-woocommerce { padding-inline: 18px; }
  .cofeau-accessories-archive { padding-top: 14px; }
  .accessories-archive-hero { margin-inline: -18px; margin-bottom: 78px; }
  .accessories-archive-copy { padding: 46px 22px 42px; }
  .accessories-archive-kicker { margin-bottom: 36px; gap: 8px; }
  .accessories-archive-kicker span::before { width: 16px; }
  .accessories-archive-copy h1 { font-size: clamp(54px, 17vw, 70px); }
  .accessories-archive-copy > p { margin-top: 28px; font-size: 15px; }
  .accessories-archive-actions { margin-top: 34px; }
  .accessories-primary-action { width: 100%; justify-content: space-between; }
  .accessories-archive-visual { min-height: 390px; }
  .accessories-visual-main { width: 72%; height: 78%; }
  .accessories-visual-small { width: 31%; }
  .accessories-archive-proof { padding-inline: 22px; }
  .accessories-back-link { margin-top: -24px; }
  .accessories-category-navigation { margin-bottom: 80px; }
  .accessories-category-heading { margin-bottom: 30px; }
  .accessories-category-heading h2 { font-size: 50px; }
  .accessories-category-card { min-height: 435px; grid-template-columns: 1fr; grid-template-rows: 220px minmax(0, 1fr); }
  .accessories-category-image { grid-column: 1; grid-row: 1; }
  .accessories-category-copy { grid-column: 1; grid-row: 2; padding: 23px 22px 25px; }
  .accessories-category-copy strong { font-size: 34px; }
  .accessories-collection-heading { margin-bottom: 34px; }
  .accessories-collection-heading h2 { font-size: 51px; }
  .accessories-collection-heading > p { font-size: 15px; }
  .cofeau-accessories-archive .woocommerce-result-count { float: none; margin-bottom: 10px; }
  .cofeau-accessories-archive .woocommerce-ordering { float: none; width: 100%; }
  .cofeau-accessories-archive .woocommerce-ordering select { width: 100%; }
  .cofeau-accessories-archive ul.products { grid-template-columns: 1fr; gap: 18px; }
  .cofeau-accessories-archive ul.products li.product a img { height: 330px; }
}

/* Accessory product — premium single-product experience. */
.cofeau-accessory-product { padding: 0 0 clamp(90px, 10vw, 150px); overflow: hidden; }
.cofeau-accessory-product > .woocommerce-notices-wrapper { width: min(100% - 48px, var(--shell)); margin: 24px auto 0; }
.accessory-product-hero { padding-top: clamp(25px, 3.5vw, 48px); }
.accessory-product-crumbs { min-height: 44px; display: flex; align-items: center; gap: 12px; color: #757970; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.accessory-product-crumbs a { color: var(--green); }
.accessory-product-crumbs a:hover { color: var(--copper); }
.accessory-product-crumbs span[aria-hidden] { color: #bdc0ba; }
.accessory-product-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr); box-shadow: 0 28px 80px rgba(25,34,29,.09); }
.accessory-product-stage { position: relative; min-height: clamp(610px, 55vw, 770px); display: grid; place-items: center; background: #eceae3; overflow: hidden; isolation: isolate; }
.accessory-product-stage::before { content: ""; position: absolute; z-index: -1; width: 70%; aspect-ratio: 1; border: 1px solid rgba(24,59,48,.08); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.18), 0 0 0 150px rgba(255,255,255,.12); }
.accessory-product-stage::after { content: "COFFEE / GEAR"; position: absolute; right: -43px; bottom: 99px; color: rgba(23,55,45,.16); font: 600 clamp(42px, 4.6vw, 70px)/1 var(--display); letter-spacing: -.055em; transform: rotate(-90deg); }
.accessory-product-stage > img { position: relative; z-index: 2; width: 82%; height: 78%; object-fit: contain; filter: drop-shadow(0 30px 25px rgba(32,37,34,.18)); transform: scale(1.12); transition: transform .8s var(--ease); }
.accessory-product-stage:hover > img { transform: scale(1.17) rotate(-1.5deg); }
.accessory-product-stage--bec25000us1 > img { transform: scale(1.42); }
.accessory-product-stage--bec25000us1:hover > img { transform: scale(1.48) rotate(-1deg); }
.accessory-product-stage--bwf100na > img,
.accessory-product-stage--cofeau-clean-brush-set > img,
.accessory-product-stage--bes035blk0nna1 > img { transform: scale(2.05); }
.accessory-product-stage--bwf100na:hover > img,
.accessory-product-stage--cofeau-clean-brush-set:hover > img,
.accessory-product-stage--bes035blk0nna1:hover > img { transform: scale(2.12) rotate(-1deg); }
.accessory-product-stage--bea201neu0zna1 > img,
.accessory-product-stage--bes030bss0nna1 > img { transform: scale(1.35); }
.accessory-product-stage--bea201neu0zna1:hover > img,
.accessory-product-stage--bes030bss0nna1:hover > img { transform: scale(1.41) rotate(-1deg); }
.accessory-product-stage-meta { position: absolute; z-index: 3; left: clamp(24px, 3vw, 45px); top: clamp(24px, 3vw, 42px); display: flex; align-items: center; gap: 14px; }
.accessory-product-stage-meta span { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 10px; font-weight: 600; }
.accessory-product-stage-meta small { color: #5c625c; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.accessory-product-stage > p { position: absolute; z-index: 3; left: clamp(24px, 3vw, 45px); bottom: clamp(25px, 3vw, 42px); margin: 0; color: #686c66; font-size: 11px; }
.accessory-product-buy { min-width: 0; padding: clamp(48px, 5.4vw, 80px) clamp(38px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--green); }
.accessory-product-kicker { margin-bottom: clamp(34px, 4vw, 58px); display: flex; align-items: center; gap: 12px; color: #cad5ce; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.accessory-product-kicker i { width: 7px; height: 7px; background: #75a386; border-radius: 50%; box-shadow: 0 0 0 5px rgba(117,163,134,.14); }
.cofeau-accessory-product .accessory-product-buy h1 { max-width: 650px; margin: 0; color: #fff; font: 500 clamp(54px, 5.2vw, 84px)/.86 var(--display); letter-spacing: -.067em; text-wrap: balance; }
.accessory-product-rating { margin-top: 25px; display: flex; align-items: center; gap: 15px; }
.accessory-product-rating span { color: var(--copper); font-size: 11px; letter-spacing: .13em; }
.accessory-product-rating small { color: #b9c7bf; font-size: 10px; }
.accessory-product-price { margin-top: 35px; color: #fff; font: 500 clamp(30px, 3vw, 42px)/1 var(--display); letter-spacing: -.04em; }
.accessory-product-price .woocommerce-Price-currencySymbol { color: #b7c5bd; font-size: .57em; vertical-align: .45em; }
.accessory-product-description { max-width: 590px; margin: 26px 0 0; color: #cbd6cf; font-size: 15px; line-height: 1.68; }
.accessory-product-cart { margin-top: 36px; }
.accessory-product-cart form.cart { margin: 0 !important; display: grid; grid-template-columns: 70px minmax(180px, 1fr); gap: 10px; }
.accessory-product-cart .quantity { margin: 0 !important; }
.cofeau-accessory-product .accessory-product-cart .quantity .qty { width: 70px; height: 58px; min-height: 58px; color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.24); font-weight: 600; }
.cofeau-accessory-product .accessory-product-cart button.button { min-height: 58px; padding-inline: 24px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--copper); border: 1px solid var(--copper); font-size: 12px; letter-spacing: .025em; }
.cofeau-accessory-product .accessory-product-cart button.button::after { content: "+"; width: 25px; height: 25px; display: grid; place-items: center; color: var(--copper); background: #fff; border-radius: 50%; font-size: 16px; font-weight: 400; }
.cofeau-accessory-product .accessory-product-cart button.button:hover { color: var(--green); background: #fff; border-color: #fff; }
.accessory-product-promises { margin-top: 34px; padding-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; border-top: 1px solid rgba(255,255,255,.14); }
.accessory-product-promises > div { min-width: 0; display: grid; grid-template-columns: 28px 1fr; column-gap: 9px; }
.accessory-product-promises > div > span { grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 9px; }
.accessory-product-promises strong { color: #fff; font-size: 9px; font-weight: 600; line-height: 1.2; }
.accessory-product-promises small { margin-top: 4px; color: #aabbb1; font-size: 8px; line-height: 1.3; }

.accessory-product-story { padding-top: clamp(95px, 10vw, 155px); padding-bottom: clamp(95px, 10vw, 150px); }
.accessory-story-heading { max-width: 1000px; margin-bottom: clamp(55px, 6vw, 88px); }
.accessory-story-heading > span,
.accessory-related-heading > div > span,
.accessory-machine-copy > span { display: block; margin-bottom: 20px; color: var(--copper); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.accessory-story-heading h2,
.accessory-related-heading h2,
.accessory-machine-copy h2 { margin: 0; font: 500 clamp(51px, 6vw, 88px)/.87 var(--display); letter-spacing: -.066em; text-wrap: balance; }
.accessory-story-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.accessory-story-points article { min-height: 290px; padding: 32px clamp(24px, 3vw, 46px) 38px 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.accessory-story-points article:not(:first-child) { padding-left: clamp(24px, 3vw, 46px); }
.accessory-story-points article:last-child { padding-right: 0; border-right: 0; }
.accessory-story-points article > span { color: var(--copper); font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.accessory-story-points h3 { margin: auto 0 14px; font: 500 clamp(28px, 2.7vw, 39px)/.95 var(--display); letter-spacing: -.045em; }
.accessory-story-points p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.accessory-machine-pairing { color: #fff; background: #172820; }
.accessory-machine-pairing-inner { min-height: 650px; display: grid; grid-template-columns: .83fr 1.17fr; }
.accessory-machine-copy { padding: clamp(70px, 8vw, 120px) clamp(35px, 6vw, 90px) clamp(70px, 8vw, 120px) 0; display: flex; flex-direction: column; justify-content: center; }
.accessory-machine-copy h2 { color: #fff; }
.accessory-machine-copy p { max-width: 520px; margin: 30px 0 0; color: #bdcac2; font-size: 15px; line-height: 1.65; }
.accessory-machine-copy a { width: fit-content; min-height: 54px; margin-top: 38px; padding: 0 17px 0 21px; display: inline-flex; align-items: center; gap: 34px; color: var(--ink); background: #fff; font-size: 12px; font-weight: 600; }
.accessory-machine-copy a b { color: var(--copper); font-size: 16px; transition: transform .3s var(--ease); }
.accessory-machine-copy a:hover b { transform: translate(3px, -3px); }
.accessory-machine-visual { position: relative; display: grid; place-items: center; background: #d9d1c3; overflow: hidden; }
.accessory-machine-visual::before { content: ""; position: absolute; width: 68%; aspect-ratio: 1; border: 1px solid rgba(26,57,45,.11); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.10); }
.accessory-machine-visual span { position: absolute; z-index: 2; left: 28px; top: 26px; color: rgba(27,54,44,.55); font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.accessory-machine-visual img { position: relative; z-index: 1; width: 86%; height: 87%; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(31,39,35,.2)); }

.accessory-related { padding-top: clamp(95px, 10vw, 150px); }
.accessory-related-heading { margin-bottom: 48px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.accessory-related-heading > div { max-width: 850px; }
.accessory-related-heading > a { min-width: 120px; padding-bottom: 10px; display: flex; justify-content: space-between; gap: 24px; color: var(--ink); border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 600; }
.accessory-related-heading > a b { color: var(--copper); }
.accessory-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2vw, 30px); }
.accessory-related-card { min-width: 0; background: #fff; border: 1px solid #dedfd9; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.accessory-related-card:hover { box-shadow: 0 22px 55px rgba(23,24,23,.09); transform: translateY(-5px); }
.accessory-related-media { height: clamp(300px, 31vw, 440px); padding: clamp(25px, 3vw, 44px); display: grid; place-items: center; background: #eeece6; overflow: hidden; }
.accessory-related-card:nth-child(2) .accessory-related-media { background: #e5ebe7; }
.accessory-related-card:nth-child(3) .accessory-related-media { background: #ede5da; }
.accessory-related-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .55s var(--ease); }
.accessory-related-card:hover img { transform: scale(1.045); }
.accessory-related-card--bec25000us1 .accessory-related-media img { transform: scale(1.3); }
.accessory-related-card--bec25000us1:hover .accessory-related-media img { transform: scale(1.37); }
.accessory-related-card--bwf100na .accessory-related-media img,
.accessory-related-card--cofeau-clean-brush-set .accessory-related-media img,
.accessory-related-card--bes035blk0nna1 .accessory-related-media img { transform: scale(1.9); }
.accessory-related-card--bwf100na:hover .accessory-related-media img,
.accessory-related-card--cofeau-clean-brush-set:hover .accessory-related-media img,
.accessory-related-card--bes035blk0nna1:hover .accessory-related-media img { transform: scale(2); }
.accessory-related-card--bea201neu0zna1 .accessory-related-media img,
.accessory-related-card--bes030bss0nna1 .accessory-related-media img { transform: scale(1.25); }
.accessory-related-card--bea201neu0zna1:hover .accessory-related-media img,
.accessory-related-card--bes030bss0nna1:hover .accessory-related-media img { transform: scale(1.32); }
.accessory-related-card > div { min-height: 185px; padding: 24px 25px 28px; display: flex; flex-direction: column; }
.accessory-related-card > div > span { color: var(--copper); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.accessory-related-card h3 { margin: 12px 0 25px; font: 500 clamp(24px, 2.2vw, 32px)/.98 var(--display); letter-spacing: -.045em; }
.accessory-related-card h3 a { color: var(--ink); }
.accessory-related-card p { margin: auto 0 0; color: var(--ink); font-size: 12px; font-weight: 600; }

@media (max-width: 1050px) {
  .accessory-product-layout { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); }
  .accessory-product-stage { min-height: 620px; }
  .accessory-product-buy { padding-inline: 38px; }
  .accessory-product-promises { grid-template-columns: 1fr; gap: 13px; }
  .accessory-product-promises > div { grid-template-columns: 28px 1fr; }
  .accessory-machine-pairing-inner { min-height: 570px; }
}

@media (max-width: 782px) {
  .accessory-product-layout { grid-template-columns: 1fr; }
  .accessory-product-stage { min-height: 550px; }
  .accessory-product-buy { min-height: 610px; }
  .accessory-product-promises { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .accessory-story-points { grid-template-columns: 1fr; }
  .accessory-story-points article,
  .accessory-story-points article:not(:first-child) { min-height: 220px; padding: 28px 0 32px; border-right: 0; border-bottom: 1px solid var(--line); }
  .accessory-story-points article:last-child { border-bottom: 0; }
  .accessory-machine-pairing-inner { grid-template-columns: 1fr; }
  .accessory-machine-copy { min-height: 520px; padding-right: 0; }
  .accessory-machine-visual { min-height: 540px; }
  .accessory-related-grid { grid-template-columns: 1fr 1fr; }
  .accessory-related-card:last-child { display: none; }
  .accessory-related-media { height: 380px; }
}

@media (max-width: 520px) {
  .cofeau-accessory-product { padding-inline: 0; }
  .accessory-product-hero { padding-top: 12px; }
  .accessory-product-crumbs { min-height: 42px; }
  .accessory-product-layout { margin-inline: -18px; }
  .accessory-product-stage { min-height: 430px; }
  .accessory-product-stage::after { right: -46px; bottom: 80px; font-size: 42px; }
  .accessory-product-stage > img { width: 90%; height: 82%; transform: scale(1.08); }
  .accessory-product-stage:hover > img { transform: scale(1.11); }
  .accessory-product-stage > p { display: none; }
  .accessory-product-buy { min-height: 0; padding: 48px 22px 45px; }
  .accessory-product-kicker { margin-bottom: 35px; }
  .cofeau-accessory-product .accessory-product-buy h1 { font-size: clamp(51px, 15vw, 67px); }
  .accessory-product-description { font-size: 14px; }
  .accessory-product-cart form.cart { grid-template-columns: 62px minmax(0, 1fr); }
  .cofeau-accessory-product .accessory-product-cart .quantity .qty { width: 62px; }
  .accessory-product-promises { grid-template-columns: 1fr; }
  .accessory-product-story { padding-top: 80px; padding-bottom: 80px; }
  .accessory-story-heading h2,
  .accessory-related-heading h2,
  .accessory-machine-copy h2 { font-size: 49px; }
  .accessory-machine-copy { min-height: 500px; }
  .accessory-machine-visual { min-height: 400px; margin-inline: -18px; }
  .accessory-related { padding-top: 80px; }
  .accessory-related-heading { align-items: flex-start; flex-direction: column; }
  .accessory-related-grid { grid-template-columns: 1fr; }
  .accessory-related-card:last-child { display: block; }
  .accessory-related-media { height: 340px; }
}
