:root {
  --cream: #fff9ef;
  --cream-rgb: 255, 249, 239;
  --aqua-wash: #eaf6f4;
  --ink: #35312d;
  --muted: #6f6962;
  --teal: #28625d;
  --line: rgba(53, 49, 45, .13);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; overflow-x: clip; background: #f6f6f6; color: var(--ink); }
body { min-width: 320px; font-family: "Be Vietnam Pro", Avenir, "Segoe UI", system-ui, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button:not(:disabled), a[href], summary, [role="button"], [role="tab"], label[for], select, input[type="checkbox"], input[type="radio"] { cursor: pointer; }
button:disabled, [aria-disabled="true"] { cursor: not-allowed; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 100; padding: .75rem 1rem; border-radius: 999px; background: var(--ink); color: white; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.announcement-bar { position: fixed; z-index: 32; inset: 0 0 auto; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: .55rem; padding: .45rem 1rem; background: #e7f1f8; color: #17283b; font-size: .67rem; font-weight: 700; letter-spacing: .11em; line-height: 1.3; text-align: center; text-decoration: none; text-transform: uppercase; }
.announcement-bar i { font-style: normal; }
.announcement-bar b { margin-left: .2rem; font-size: 1rem; font-weight: 500; }
.site-header { position: fixed; inset: 38px 0 auto; z-index: 30; min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: .55rem clamp(1.25rem, 3.4vw, 4rem); border-bottom: 1px solid rgba(53, 49, 45, .08); background: rgba(var(--cream-rgb), .97); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(var(--cream-rgb), .94); box-shadow: 0 10px 30px rgba(53, 49, 45, .06); backdrop-filter: blur(14px); }
.brand { position: relative; width: 184px; height: 54px; display: inline-flex; overflow: hidden; }
.brand img { position: absolute; top: -30px; left: -35px; width: 254px; max-width: none; height: auto; }
.desktop-navigation { position: absolute; left: 50%; display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3rem); transform: translateX(-50%); }
.desktop-navigation a { min-height: 44px; display: inline-flex; align-items: center; gap: .45rem; color: var(--muted); font-size: .84rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.desktop-navigation a:hover { color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.header-icon { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: var(--ink); }
.header-icon:disabled { opacity: 1; }
.header-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.header-icon-cart { position: relative; cursor: pointer; }
.header-icon-cart:hover { color: var(--teal); }
.cart-count-badge { position: absolute; top: 2px; right: 0; min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; border: 2px solid var(--cream); border-radius: 999px; background: #7d756d; color: white; font-size: .64rem; font-weight: 750; line-height: 1; }
.cart-count-badge[hidden] { display: none; }
.mobile-menu-toggle, .mobile-menu, .mobile-purchase-bar { display: none; }

.product-page { padding: 9.35rem clamp(1.25rem, 4vw, 4rem) 0; }
.breadcrumbs { max-width: 80rem; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 auto 1.45rem; color: var(--muted); font-size: .72rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--teal); }
.product-detail { max-width: 80rem; display: grid; grid-template-columns: minmax(0, .97fr) minmax(28rem, 1.03fr); align-items: start; gap: clamp(2.8rem, 5.8vw, 5.6rem); margin: 0 auto; }
.product-gallery { position: sticky; top: 8.7rem; min-width: 0; }
.product-main-media { position: relative; aspect-ratio: 1; margin: 0; overflow: hidden; border: 1px solid rgba(53, 49, 45, .09); border-radius: .45rem; background: #f3eadc; }
.product-main-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; transition: opacity .2s ease, transform .5s var(--ease); }
.product-main-media.is-switching img { opacity: .25; transform: scale(.99); }
.gallery-badge { position: absolute; top: 1rem; left: 1rem; padding: .5rem .8rem; border-radius: .35rem; background: rgba(40, 98, 93, .92); color: white; font-size: .66rem; font-weight: 800; letter-spacing: .04em; backdrop-filter: blur(8px); }
.product-thumbnails { display: flex; gap: .7rem; margin-top: 1.2rem; }
.product-thumbnail { width: clamp(4.2rem, 6.6vw, 5.55rem); flex: 0 0 auto; aspect-ratio: 1; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: .45rem; background: #f3eadc; cursor: pointer; opacity: .72; transition: opacity .2s ease, border-color .2s ease, transform .25s var(--ease); }
.product-thumbnail:hover { opacity: 1; transform: translateY(-2px); }
.product-thumbnail.is-active { border-color: var(--teal); opacity: 1; }
.product-thumbnail img { width: 100%; height: 100%; object-fit: cover; }

.product-info { min-width: 0; padding-top: .15rem; }
.product-eyebrow, .section-kicker { margin: 0 0 .8rem; color: var(--teal); font-size: .7rem; font-weight: 850; letter-spacing: .17em; }
.product-info h1 { margin: 0; font-family: "Be Vietnam Pro", Avenir, "Segoe UI", system-ui, sans-serif; font-size: clamp(2.15rem, 3.05vw, 3.1rem); font-weight: 500; line-height: 1.22; letter-spacing: -.045em; }
.product-price { margin: 1.25rem 0 .4rem; color: var(--ink); font-size: 1.08rem; font-weight: 500; letter-spacing: .04em; }
.commerce-note { margin: 0 0 1.55rem; color: var(--muted); font-size: .72rem; letter-spacing: .04em; }
.commerce-note a { text-underline-offset: .22rem; }
.product-accordions { border-top: 1px solid var(--line); }
.product-accordions details { border-bottom: 1px solid var(--line); }
.product-accordions summary { min-height: 53px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-size: .9rem; font-weight: 600; list-style: none; }
.product-accordions summary::-webkit-details-marker { display: none; }
.summary-label { display: inline-flex; align-items: center; gap: .8rem; }
.accordion-icon { width: 1.45rem; height: 1.45rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.chevron { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .25s ease; }
.product-accordions details[open] .chevron { transform: rotate(180deg); }
.accordion-content { padding: 0 0 1.2rem 2.45rem; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.accordion-content p { margin: 0 0 .65rem; }
.accordion-content p:last-child { margin-bottom: 0; }
.accordion-content ul { margin: .8rem 0 0; padding-left: 1.2rem; }
.accordion-content li { margin-bottom: .4rem; }
.accordion-content li:last-child { margin-bottom: 0; }
.accordion-subheading { margin: 1.1rem 0 .3rem; color: var(--ink); font-weight: 700; }
.accordion-content div[data-product-materials] p { margin: 0 0 .65rem; }
.accordion-content div[data-product-materials] p:last-child { margin-bottom: 0; }
.purchase-panel { margin-top: 1.25rem; }
.purchase-panel > label { display: block; margin-bottom: .55rem; color: var(--muted); font-size: .72rem; font-weight: 700; }
.quantity-control { width: 8.8rem; min-height: 48px; display: grid; grid-template-columns: 2.55rem 1fr 2.55rem; border: 1px solid rgba(53, 49, 45, .55); border-radius: .45rem; overflow: hidden; }
.quantity-control button, .quantity-control input { min-width: 0; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: center; }
.quantity-control button { cursor: pointer; transition: background .2s ease, color .2s ease; }
.quantity-control button:hover:not(:disabled) { background: var(--aqua-wash); color: var(--teal); }
.quantity-control button:disabled { color: rgba(53, 49, 45, .3); cursor: not-allowed; }
.quantity-control input { appearance: textfield; }
.size-selector { margin-top: 1.25rem; }
.size-selector-label { display: block; margin-bottom: .55rem; color: var(--muted); font-size: .72rem; font-weight: 700; }
.size-selector-options { display: flex; flex-wrap: wrap; gap: .6rem; }
.size-option { min-height: 44px; padding: .55rem 1.05rem; border: 1.5px solid rgba(53, 49, 45, .3); border-radius: .45rem; background: transparent; color: var(--ink); font-size: .8rem; font-weight: 600; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.size-option:hover { border-color: var(--teal); }
.size-option.is-active { border-color: var(--teal); background: var(--aqua-wash); color: var(--teal); }
.purchase-button { width: 100%; min-height: 48px; margin-top: .8rem; padding: .7rem 1.2rem; border-radius: .45rem; font-size: .84rem; font-weight: 600; }
.purchase-button-outline { border: 1.5px solid var(--teal); background: transparent; color: var(--teal); }
.purchase-button-primary { border: 1.5px solid var(--teal); background: var(--teal); color: white; }
.purchase-button:disabled { cursor: not-allowed; opacity: .78; }

a.purchase-button { display: inline-flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; }
.payment-options { display: block; margin: .85rem auto 0; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); font-size: .72rem; }
.fulfilment-panel { margin-top: 2rem; padding-top: 1.65rem; border-top: 1px solid var(--line); }
.fulfilment-status { display: flex; align-items: flex-start; gap: .75rem; }
.fulfilment-status svg { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; fill: none; stroke: #29834c; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.fulfilment-status p { margin: 0 0 .55rem; font-size: .82rem; }
.fulfilment-status span { color: var(--muted); font-size: .72rem; }
.fulfilment-panel > button { margin: 1rem 0 0 1.85rem; padding: 0 0 .2rem; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--muted); font-size: .78rem; }
.share-button { display: inline-flex; align-items: center; gap: .65rem; margin-top: 2.2rem; padding: 0; border: 0; background: transparent; color: #17283b; font-weight: 600; }
.share-button svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.cart-preview { max-width: 100rem; margin: 5rem auto 0; padding: 3.2rem clamp(1.5rem, 3.5vw, 4rem); background: white; }
.cart-preview-head, .cart-preview-row { display: grid; grid-template-columns: minmax(18rem, 1.55fr) minmax(9rem, .7fr) minmax(8rem, .45fr) minmax(8rem, .5fr); align-items: center; gap: 2rem; }
.cart-preview-head { padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.cart-preview-head span:nth-child(n+2) { text-align: center; }
.cart-preview-row { min-height: 10rem; padding-top: 1.5rem; }
.cart-product { display: grid; grid-template-columns: 4.2rem 1fr; align-items: center; gap: 1rem; }
.cart-product img { width: 4.2rem; height: 4.2rem; border-radius: .45rem; object-fit: cover; }
.cart-product strong { max-width: 29rem; font-size: .95rem; font-weight: 600; line-height: 1.55; }
.quantity-control-cart { justify-self: center; }
.cart-price, .cart-subtotal { color: var(--ink); font-size: .84rem; font-weight: 500; text-align: center; }

.related-products { max-width: 68.75rem; margin: 0 auto; padding: 2.25rem 0 2.75rem; }
.related-products-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.related-products-heading h2 { max-width: none; margin: 0; font-family: "Be Vietnam Pro", Avenir, "Segoe UI", system-ui, sans-serif; font-size: clamp(2rem, 3.28125vw, 2.625rem); font-weight: 500; line-height: 1.15; letter-spacing: -.045em; }
.related-products-heading > a { min-height: 38px; display: inline-flex; align-items: center; gap: .5rem; color: var(--teal); font-size: .72rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.related-products-heading > a span { font-size: 1.1rem; transition: transform .2s ease; }
.related-products-heading > a:hover span { transform: translateX(4px); }
.related-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
.related-product-card { min-width: 0; min-height: 24.5rem; display: grid; grid-template-rows: auto 1fr; overflow: hidden; border-radius: .5rem; background: #fff; }
.related-product-link { display: block; text-decoration: none; }
.related-product-media { display: block; aspect-ratio: 1; margin: .75rem .75rem 0; overflow: hidden; background: #f3eadc; }
.related-product-media img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; transition: transform .38s var(--ease), filter .25s ease; }
.related-product-link:hover .related-product-media img { transform: scale(1.012); filter: saturate(1.04); }
.related-product-link h3 { min-height: 3.2em; margin: 1.05rem 1.375rem .55rem; font-size: .855rem; font-weight: 600; line-height: 1.43; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.related-product-card > p { align-self: end; margin: 0 1.375rem 1.25rem; font-size: .84rem; letter-spacing: .015em; }

.customer-reviews { max-width: 100rem; margin: 0 auto; padding: clamp(3.5rem, 6vw, 6rem) 1rem clamp(5rem, 8vw, 8rem); border-top: 1px solid var(--line); text-align: center; }
.customer-reviews .section-kicker { margin-bottom: 1rem; }
.customer-reviews h2 { margin: 0; font-family: "Be Vietnam Pro", Avenir, "Segoe UI", system-ui, sans-serif; font-size: clamp(1.55rem, 2.8vw, 2.5rem); font-weight: 600; letter-spacing: -.03em; }
.customer-reviews > p:not(.section-kicker):not(.review-status) { margin: .85rem 0 1.5rem; color: var(--muted); font-size: .82rem; }
.review-button { min-width: 12rem; min-height: 52px; padding: .75rem 1.4rem; border: 1px solid var(--teal); border-radius: .45rem; background: var(--teal); color: white; font-size: .78rem; font-weight: 750; transition: background .2s ease, transform .2s var(--ease); }
.review-button:hover { background: #1f504c; transform: translateY(-1px); }
.review-status { max-width: 36rem; margin: 1rem auto 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.cart-drawer { position: fixed; z-index: 120; inset: 0; }
.cart-drawer[hidden] { display: none; }
.cart-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(37, 35, 32, .5); opacity: 0; cursor: default; transition: opacity .32s ease; }
.cart-panel { position: absolute; inset: 0 0 0 auto; width: min(39rem, 100%); height: 100%; display: flex; flex-direction: column; padding: clamp(1.4rem, 2.5vw, 2.5rem); overflow-y: auto; background: #fff; box-shadow: -24px 0 70px rgba(37, 35, 32, .15); transform: translateX(100%); transition: transform .42s var(--ease); }
.cart-drawer.is-open .cart-backdrop { opacity: 1; }
.cart-drawer.is-open .cart-panel { transform: translateX(0); }
body.cart-is-open { overflow: hidden; }
.cart-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.55rem; }
.cart-header h2 { margin: 0; font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 650; letter-spacing: -.035em; }
.cart-close { width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); font-size: 2.1rem; font-weight: 300; line-height: 1; cursor: pointer; }
.cart-columns { display: flex; justify-content: space-between; padding: 0 0 1rem; border-bottom: 1px solid rgba(53, 49, 45, .12); color: var(--muted); font-size: .62rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.cart-empty { margin: 0; padding: 1.2rem 0 2rem; color: var(--muted); font-size: .9rem; }
.cart-items { display: grid; }
.cart-items[hidden] { display: none; }
.cart-item { display: grid; grid-template-columns: 7.2rem minmax(0, 1fr) auto; gap: 1rem; align-items: start; padding: 1.4rem 0; border-bottom: 1px solid rgba(53, 49, 45, .12); }
.cart-item > img { width: 7.2rem; height: 7.2rem; aspect-ratio: 1; border-radius: .2rem; object-fit: cover; background: #f4f0e9; }
.cart-item-info { min-width: 0; display: grid; gap: .35rem; }
.cart-item-info strong { max-width: 18ch; font-size: .95rem; line-height: 1.35; }
.cart-item-info > span { color: var(--muted); font-size: .78rem; }
.cart-item-actions { display: flex; align-items: center; gap: .7rem; margin-top: .6rem; }
.cart-quantity { height: 44px; display: grid; grid-template-columns: 2.5rem 2.5rem 2.5rem; overflow: hidden; border: 1px solid rgba(53, 49, 45, .55); border-radius: .45rem; }
.cart-quantity button, .cart-quantity input { min-width: 0; border: 0; background: white; color: var(--ink); text-align: center; }
.cart-quantity button { cursor: pointer; transition: background .2s ease, color .2s ease; }
.cart-quantity button:hover:not(:disabled) { background: var(--aqua-wash); color: var(--teal); }
.cart-quantity button:disabled { color: rgba(53, 49, 45, .3); cursor: not-allowed; }
.cart-quantity input { width: 100%; appearance: textfield; }
.cart-remove { width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.cart-remove svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.cart-line-total { font-size: .88rem; font-weight: 550; white-space: nowrap; }
.cart-note { margin-top: auto; border-bottom: 1px solid rgba(53, 49, 45, .14); }
.cart-note summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; list-style: none; color: var(--muted); font-size: .84rem; cursor: pointer; }
.cart-note summary::-webkit-details-marker { display: none; }
.cart-note textarea { width: 100%; margin-bottom: 1rem; padding: .8rem; resize: vertical; border: 1px solid rgba(53, 49, 45, .25); border-radius: .45rem; font: inherit; }
.cart-summary { padding-top: 1.4rem; }
.cart-summary p { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin: 0 0 .65rem; }
.cart-summary p strong { font-size: .95rem; }
.cart-summary p span { color: var(--muted); font-size: .92rem; }
.cart-summary small { display: block; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.cart-summary button { min-height: 52px; width: 100%; margin-top: 1.25rem; border: 0; border-radius: .5rem; background: #bdb3a7; color: white; font-size: .82rem; font-weight: 600; }
.cart-summary .cart-checkout { display: grid; min-height: 52px; width: 100%; margin-top: 1.25rem; place-items: center; border-radius: .5rem; background: var(--teal); color: white; font-size: .82rem; font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.cart-summary .cart-checkout:hover { background: #1f504c; transform: translateY(-1px); }
.cart-summary .cart-checkout:focus-visible { outline: 3px solid rgba(40, 98, 93, .28); outline-offset: 3px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 2rem clamp(2rem, 8vw, 9rem); border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.footer-brand { position: relative; display: block; width: 140px; height: 44px; overflow: hidden; }
.footer-brand img { position: absolute; top: -20px; left: -27px; width: 193px; max-width: none; height: auto; }

@media (max-width: 900px) {
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
  .product-info { max-width: 48rem; }
  .cart-preview-head, .cart-preview-row { grid-template-columns: minmax(14rem, 1.4fr) minmax(8rem, .7fr) minmax(7rem, .5fr) minmax(7rem, .5fr); gap: 1rem; }
  .related-products-grid { grid-template-columns: repeat(4, minmax(15rem, 1fr)); overflow-x: auto; padding-bottom: .5rem; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .related-product-card { scroll-snap-align: start; }
}

@media (max-width: 760px) {
  body { padding-bottom: 0; }
  .desktop-navigation, .header-icon-account { display: none; }
  .announcement-bar { min-height: 32px; gap: .32rem; padding: .35rem .6rem; font-size: .49rem; letter-spacing: .065em; }
  .announcement-bar b { margin-left: .05rem; font-size: .8rem; }
  .site-header { inset: 32px 0 auto; min-height: 64px; padding: .35rem .85rem; }
  .brand { position: absolute; left: 50%; width: 124px; height: 42px; transform: translateX(-50%); }
  .brand img { top: -21px; left: -23px; width: 170px; }
  .header-actions { margin-left: auto; }
  .mobile-menu-toggle { width: 44px; height: 44px; display: grid; align-content: center; gap: 6px; padding: 0 10px; border: 0; background: transparent; color: var(--ink); }
  .mobile-menu-toggle span { display: block; width: 22px; height: 1.5px; background: currentColor; }
  .mobile-menu { position: fixed; inset: 0; z-index: 80; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu:not([hidden]) { display: block; }
  .mobile-menu-backdrop { position: absolute; inset: 0; background: rgba(53, 49, 45, .35); }
  .mobile-menu-panel { position: relative; width: min(86vw, 22rem); height: 100%; display: flex; flex-direction: column; padding: 1.25rem 1.5rem 2rem; background: var(--cream); box-shadow: 20px 0 60px rgba(53, 49, 45, .14); }
  .mobile-menu-close { align-self: flex-end; width: 44px; height: 44px; border: 0; background: transparent; font-size: 2rem; }
  .mobile-menu-brand { margin: .1rem 0 2.8rem; color: var(--teal); font-family: "Noto Serif", Georgia, serif; font-size: 1.35rem; letter-spacing: .18em; }
  .mobile-menu-panel a { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 1.08rem; font-weight: 750; text-decoration: none; }
  .mobile-menu-panel p { margin: auto 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
  .product-page { padding: 7.7rem 1rem 0; }
  .breadcrumbs { margin-bottom: 1rem; font-size: .62rem; }
  .product-detail { gap: 1.8rem; }
  .product-main-media { margin: 0 -1rem; border-inline: 0; border-radius: 0; aspect-ratio: 1; }
  .gallery-badge { top: .75rem; left: .75rem; font-size: .58rem; }
  .product-thumbnails { display: flex; gap: .5rem; margin: .6rem -1rem 0; padding: 0 1rem .2rem; overflow-x: auto; scrollbar-width: none; }
  .product-thumbnails::-webkit-scrollbar { display: none; }
  .product-thumbnail { width: 68px; flex: 0 0 68px; border-radius: .45rem; }
  .product-info h1 { font-size: clamp(2rem, 9.5vw, 2.55rem); line-height: 1.18; }
  .product-price { margin: 1.2rem 0 .4rem; font-size: 1rem; }
  .commerce-note { margin-bottom: 1.5rem; font-size: .65rem; line-height: 1.55; }
  .product-accordions summary { min-height: 62px; font-size: .84rem; }
  .accordion-icon { width: 1.45rem; height: 1.45rem; }
  .accordion-content { padding-left: 2.2rem; font-size: .76rem; }
  .quantity-control { width: 9rem; }
  .purchase-panel { display: block; }
  .fulfilment-panel { margin-top: 1.6rem; }
  .cart-preview { margin: 3.5rem -1rem 0; padding: 2rem 1rem; }
  .cart-preview-head { display: none; }
  .cart-preview-row { min-height: 0; display: grid; grid-template-columns: 1fr auto; gap: 1.25rem .8rem; padding: 0; }
  .cart-product { grid-column: 1 / -1; grid-template-columns: 4rem 1fr; }
  .cart-product img { width: 4rem; height: 4rem; }
  .cart-product strong { font-size: .82rem; line-height: 1.45; }
  .quantity-control-cart { justify-self: start; }
  .cart-price { align-self: center; justify-self: end; font-size: .72rem; }
  .cart-subtotal { display: none; }
  .related-products { margin: 0 -1rem; padding: 2.25rem 1rem 3rem; }
  .related-products-heading { align-items: flex-start; margin-bottom: 1rem; }
  .related-products-heading h2 { max-width: 15ch; font-size: clamp(1.7rem, 8vw, 2.2rem); }
  .related-products-heading > a { display: none; }
  .related-products-grid { margin-right: -1rem; grid-template-columns: repeat(4, minmax(68vw, 1fr)); gap: .75rem; }
  .related-product-media { margin: .625rem .625rem 0; }
  .related-product-link h3 { min-height: 0; margin: .85rem 1rem .45rem; font-size: .82rem; }
  .related-product-card > p { margin: 0 1rem 1rem; font-size: .8rem; }
  .customer-reviews { margin: 0 -1rem; padding: 3.5rem 1.25rem 5.5rem; }
  .site-footer { display: grid; justify-items: center; gap: .2rem; padding: 2rem 1rem 5.5rem; text-align: center; }
  .footer-brand { width: 124px; }
  .footer-brand img { top: -17px; left: -24px; width: 172px; }
  .mobile-purchase-bar { display: none; }
  .cart-panel { padding: 1.25rem 1rem 1.1rem; }
  .cart-item { grid-template-columns: 5.3rem minmax(0, 1fr); gap: .8rem; }
  .cart-item > img { width: 5.3rem; height: 5.3rem; }
  .cart-line-total { display: none; }
  .cart-item-info strong { font-size: .86rem; }
  .cart-quantity { grid-template-columns: 2.2rem 2.2rem 2.2rem; }
}

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