:root {
  --ink: #171511;
  --muted: #706b61;
  --paper: #f5f1e9;
  --cream: #ebe3d4;
  --white: #fffdf8;
  --gold: #b58b43;
  --gold-light: #d4b67b;
  --line: rgba(23, 21, 17, 0.16);
  --danger: #9a3c31;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "DM Sans", sans-serif;
  --shadow: 0 20px 60px rgba(34, 27, 15, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; line-height: 1.6; }
body.cart-open, body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: 0.48; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.shell { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }
.announcement-bar { padding: 8px 20px; text-align: center; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(245, 241, 233, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(15px); }
.header-main { min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand-logo img { width: 166px; max-height: 58px; object-fit: contain; }
.menu-toggle { justify-self: start; }
.menu-toggle { visibility: hidden; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: transparent; position: relative; transition: background .2s ease, transform .2s ease; }
.icon-button:hover { background: var(--cream); transform: translateY(-1px); }
.icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cart-count { position: absolute; top: 2px; right: 0; min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; border-radius: 20px; color: var(--white); background: var(--gold); font-size: 10px; font-weight: 600; }
.main-nav { border-top: 1px solid var(--line); }
.main-nav-inner { min-height: 46px; display: flex; justify-content: center; align-items: center; gap: clamp(20px, 3.3vw, 54px); }
.main-nav a { position: relative; font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 -7px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.search-panel { position: absolute; inset: 100% 0 auto; padding: 18px 0; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 16px 32px rgba(23,21,17,.08); }
.search-panel[hidden] { display: none; }
.search-panel form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.search-panel input { width: 100%; padding: 13px 16px; border: 1px solid var(--line); background: var(--paper); }
.hero { height: min(740px, calc(100vh - 138px)); min-height: 590px; position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(16,14,10,.66), rgba(16,14,10,.05) 58%, rgba(16,14,10,.15)); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.025); background-image: var(--hero-desktop); background-position: center; background-size: cover; transition: opacity .8s ease, transform 1.2s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-copy { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-bottom: 5vh; }
.hero-copy p, .editorial-copy > p, .bundle-banner p, .checkout-heading > p, .status-page > p { margin: 0 0 12px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .25em; }
.hero-copy h1 { width: min(720px, 80%); margin: 0 0 30px; font: 600 clamp(62px, 8vw, 118px)/.82 var(--display); letter-spacing: -.045em; text-wrap: balance; }
.button { min-height: 48px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .13em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold-light); }
.button-gold:hover { background: #e3c78f; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #302b23; }
.button-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.hero-arrow { position: absolute; z-index: 4; top: 50%; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: var(--white); background: rgba(10,9,7,.15); font: 30px/1 var(--display); backdrop-filter: blur(5px); }
.hero-arrow-left { left: 24px; }.hero-arrow-right { right: 24px; }
.hero-dots { position: absolute; z-index: 4; left: 50%; bottom: 28px; display: flex; gap: 10px; transform: translateX(-50%); }
.hero-dots button { width: 30px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.45); }
.hero-dots button.is-active { background: var(--white); }
.collection-section, .catalog-section, .related-products { padding-block: 110px; }
.eyebrow-heading { margin-bottom: 48px; text-align: center; }
.eyebrow-heading p { margin: 0 0 8px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .22em; }
.eyebrow-heading h2, .catalog-heading h2, .related-products h2 { margin: 0; font: 600 clamp(42px, 5vw, 68px)/1 var(--display); letter-spacing: -.03em; }
.align-left { margin: 0; text-align: left; }
.collection-grid { display: grid; grid-template-columns: 1.15fr .85fr 1.05fr .85fr 1.15fr; gap: 16px; align-items: stretch; }
.collection-grid a { min-height: 440px; position: relative; overflow: hidden; background: var(--cream); }
.collection-grid a:nth-child(even) { margin-block: 36px; }
.collection-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .55s ease, filter .4s ease; }
.collection-grid span { position: absolute; inset: auto 12px 12px; padding: 13px 16px; color: var(--ink); background: rgba(255,253,248,.9); font: 600 24px/1 var(--display); text-align: center; backdrop-filter: blur(8px); }
.collection-grid a:hover img { transform: scale(1.04); filter: saturate(1); }
.catalog-section { border-top: 1px solid var(--line); }
.catalog-heading { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
#result-count { margin: 0 0 7px; color: var(--muted); font-size: 12px; }
.catalog-tools { margin-bottom: 38px; padding: 24px; display: grid; grid-template-columns: 1.6fr repeat(5, 1fr) auto; gap: 12px; align-items: end; background: var(--cream); }
.catalog-tools label, .form-grid label { display: grid; gap: 7px; }
.catalog-tools label > span, .form-grid label > span { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.catalog-tools input, .catalog-tools select, .form-grid input, .form-grid select { min-width: 0; height: 46px; padding: 0 12px; border: 1px solid rgba(23,21,17,.2); border-radius: 0; color: var(--ink); background: var(--white); }
.text-button { height: 46px; padding: 0 8px; border: 0; border-bottom: 1px solid var(--ink); color: var(--ink); background: transparent; font-size: 11px; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 18px; }
.product-card { min-width: 0; }
.product-image { height: 390px; position: relative; display: block; overflow: hidden; background: #eee9df; }
.product-image img { width: 100%; height: 100%; object-fit: contain; padding: 20px; mix-blend-mode: multiply; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 9px; color: var(--white); background: var(--ink); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.product-info { padding: 17px 2px 0; }
.product-type { margin: 0 0 4px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.product-info h3 { margin: 0; font: 600 23px/1.08 var(--display); }
.product-info h3 a:hover { color: var(--gold); }
.product-bottom { margin-top: 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-price { margin: 0; font-weight: 600; font-size: 13px; }
.product-price del { margin-right: 5px; color: var(--muted); font-weight: 400; }
.quick-add { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-size: 19px; transition: color .2s, background .2s; }
.quick-add:hover { color: var(--white); background: var(--ink); }
.stock-status { margin: 5px 0 0; color: #587459; font-size: 10px; }.stock-status.sold-out { color: var(--danger); }
.load-more { margin: 48px auto 0; display: flex; }
.catalog-empty { padding: 80px 20px; text-align: center; border: 1px solid var(--line); }
.catalog-empty .empty-mark { font: 600 64px/1 var(--display); color: var(--gold); }
.catalog-empty h3 { font: 600 30px/1.1 var(--display); }
.bundle-banner { min-height: 450px; display: grid; place-items: center; color: var(--white); text-align: center; background: linear-gradient(rgba(20,17,12,.28), rgba(20,17,12,.5)), url("https://www.lattafa-usa.com/cdn/shop/files/23_2.png?v=1749256218&width=1800") center/cover; }
.bundle-banner h2 { margin: 0 0 25px; font: 600 clamp(66px, 8vw, 110px)/.9 var(--display); }
.editorial-feature { margin-block: 110px; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 660px; background: #201d18; }
.editorial-image { overflow: hidden; }.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-copy { padding: clamp(50px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: var(--white); }
.editorial-copy h2 { margin: 0; font: 600 clamp(48px, 6vw, 82px)/.92 var(--display); }
.editorial-copy i { width: 58px; height: 1px; margin: 28px 0; background: var(--gold); }
.editorial-copy > span { max-width: 420px; margin-bottom: 30px; color: #d7d0c4; }
.trust-strip { padding: 38px 0; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 12px 26px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }.trust-grid b { color: var(--gold); font: 600 28px/1 var(--display); }.trust-grid span { color: var(--muted); font-size: 11px; }.trust-grid strong { display: block; color: var(--ink); font-size: 12px; }
.site-footer { color: #d9d2c6; background: var(--ink); }
.newsletter { padding-block: 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
.newsletter h2 { margin: 0; color: var(--white); font: 600 42px/1 var(--display); }.newsletter p { margin: 8px 0 0; color: #aaa397; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; }.newsletter input { min-width: 0; padding: 14px 16px; border: 1px solid rgba(255,255,255,.35); color: var(--white); background: transparent; }.newsletter button { border: 0; padding: 0 22px; background: var(--gold-light); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { padding-block: 62px; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-logo { width: 170px; filter: brightness(0) invert(1); }.footer-brand p { max-width: 340px; color: #aaa397; }.footer-links h3 { margin: 0 0 18px; color: var(--white); font: 600 23px/1 var(--display); }.footer-links a { display: block; width: fit-content; margin: 8px 0; color: #aaa397; font-size: 12px; }.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { padding-block: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: #8e887d; font-size: 10px; }
.cart-overlay { position: fixed; inset: 0; z-index: 80; background: rgba(15,13,10,.58); opacity: 0; pointer-events: none; transition: opacity .3s ease; }.cart-overlay.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 90; inset: 0 0 0 auto; width: min(480px, 100%); display: grid; grid-template-rows: auto 1fr auto; background: var(--white); box-shadow: var(--shadow); transform: translateX(100%); transition: transform .35s ease; }.cart-drawer.is-open { transform: translateX(0); }
.cart-header { padding: 24px 26px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.cart-header h2 { margin: 0; font: 600 34px/1 var(--display); }
.cart-items { padding: 8px 26px; overflow: auto; }.cart-item { padding: 18px 0; display: grid; grid-template-columns: 86px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }.cart-item img { width: 86px; height: 106px; object-fit: contain; background: var(--paper); }.cart-item h3 { margin: 0; font: 600 19px/1.1 var(--display); }.cart-item p { margin: 3px 0 12px; color: var(--muted); font-size: 11px; }.cart-item-top, .cart-item-bottom { display: flex; justify-content: space-between; gap: 10px; }.remove-item { padding: 0; align-self: start; border: 0; color: var(--muted); background: transparent; font-size: 18px; }.quantity-control { display: inline-grid; grid-template-columns: 34px 34px 34px; height: 34px; border: 1px solid var(--line); }.quantity-control button { border: 0; background: transparent; }.quantity-control span { display: grid; place-items: center; font-size: 12px; }
.cart-summary { padding: 24px 26px 28px; border-top: 1px solid var(--line); background: var(--paper); }.cart-total { display: flex; justify-content: space-between; font-size: 17px; }.cart-summary > p { margin: 6px 0 18px; color: var(--muted); font-size: 11px; }.cart-summary .button { width: 100%; }
.cart-empty { padding: 70px 30px; text-align: center; }.cart-empty-mark { display: block; color: var(--gold); font: 600 70px/1 var(--display); }.cart-empty h3 { margin: 16px 0 4px; font: 600 30px/1 var(--display); }.cart-empty p { color: var(--muted); }.cart-empty .button { margin-top: 15px; }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 24px; padding: 12px 18px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .2s, transform .2s; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.breadcrumbs { padding-block: 22px; display: flex; gap: 10px; color: var(--muted); font-size: 11px; }.breadcrumbs a:hover { color: var(--gold); }
.product-detail { padding: 28px 0 90px; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(48px, 7vw, 100px); }
.product-gallery { min-width: 0; display: grid; grid-template-columns: 90px 1fr; gap: 14px; align-items: start; }.gallery-thumbs { display: grid; gap: 10px; }.gallery-thumbs button { aspect-ratio: 1; padding: 5px; border: 1px solid transparent; background: #eae5dc; }.gallery-thumbs button.is-active { border-color: var(--gold); }.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }.gallery-main { width: 100%; aspect-ratio: .88; object-fit: contain; padding: 30px; background: #eae5dc; mix-blend-mode: multiply; }
.product-detail-info { padding-top: 20px; }.page-badge { display: inline-block; padding: 5px 9px; color: var(--white); background: var(--ink); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }.product-detail-info h1 { margin: 16px 0 3px; font: 600 clamp(50px, 6vw, 82px)/.92 var(--display); letter-spacing: -.035em; }.detail-meta { margin: 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }.detail-price { margin: 22px 0; font-size: 19px; font-weight: 600; }.detail-description { max-width: 600px; color: var(--muted); }.product-option { margin: 28px 0 18px; }.product-option label { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }.product-option select { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); background: var(--white); }.buy-row { display: grid; grid-template-columns: auto 1fr; gap: 12px; }.buy-row .quantity-control { height: 50px; grid-template-columns: 42px 42px 42px; }.buy-row .button { width: 100%; }
.product-benefits { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }.product-benefits div { padding: 16px 10px; }.product-benefits div:first-child { border-right: 1px solid var(--line); }.product-benefits strong { display: block; font-size: 12px; }.product-benefits span { color: var(--muted); font-size: 10px; }
.product-accordion details { border-top: 1px solid var(--line); }.product-accordion details:last-child { border-bottom: 1px solid var(--line); }.product-accordion summary { padding: 17px 0; display: flex; justify-content: space-between; cursor: pointer; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; list-style: none; }.product-accordion summary::after { content: "+"; font-size: 17px; }.product-accordion details[open] summary::after { content: "−"; }.product-accordion details p, .product-accordion details ul { margin: 0; padding: 0 0 20px; color: var(--muted); font-size: 13px; }.product-accordion details ul { padding-left: 18px; }
.catalog-note { padding: 60px 20px; color: var(--white); background: var(--ink); text-align: center; }.catalog-note b { color: var(--gold-light); font: 600 44px/1 var(--display); }.catalog-note h2 { margin: 9px 0 3px; font: 600 34px/1 var(--display); }.catalog-note p { margin: 0; color: #aaa397; }
.related-products { padding-bottom: 120px; }.related-products .eyebrow-heading { text-align: left; }
.page-loader { min-height: 60vh; display: grid; place-items: center; color: var(--muted); }
.not-found { min-height: 65vh; padding-block: 100px; text-align: center; }.not-found h1 { margin: 0 0 12px; font: 600 72px/1 var(--display); }.not-found p { color: var(--muted); }.not-found .button { margin-top: 18px; }
.checkout-page { padding-block: 70px 110px; }.checkout-heading { margin-bottom: 40px; text-align: center; }.checkout-heading h1, .status-page h1 { margin: 0; font: 600 clamp(58px, 8vw, 96px)/.9 var(--display); }.checkout-heading > span, .status-page > span { color: var(--muted); }
.checkout-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: start; }.checkout-form-card, .order-summary { padding: clamp(26px, 4vw, 46px); background: var(--white); border: 1px solid var(--line); }.checkout-form-card h2, .order-summary h2 { margin: 0 0 26px; font: 600 34px/1 var(--display); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.form-grid .full { grid-column: 1 / -1; }.checkout-submit { width: 100%; margin-top: 26px; }.checkout-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; text-align: center; }.form-error { min-height: 22px; margin: 12px 0 -10px; color: var(--danger); font-size: 12px; }
.checkout-item { padding: 15px 0; display: grid; grid-template-columns: 66px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }.checkout-item img { width: 66px; height: 76px; object-fit: contain; background: var(--paper); }.checkout-item h3 { margin: 0; font: 600 18px/1.1 var(--display); }.checkout-item p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }.checkout-item strong { font-size: 12px; }.summary-totals { padding-top: 20px; }.summary-totals div { margin: 8px 0; display: flex; justify-content: space-between; }.summary-totals .grand-total { padding-top: 13px; border-top: 1px solid var(--line); font-size: 18px; }.checkout-empty { padding: 35px 0; color: var(--muted); text-align: center; }.checkout-empty .button { margin-top: 14px; }
.status-page { min-height: 66vh; padding-block: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.status-mark { width: 78px; height: 78px; margin-bottom: 25px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font: 600 36px/1 var(--display); }.status-page > span { max-width: 520px; margin: 17px 0 28px; }

@media (max-width: 1120px) {
  .catalog-tools { grid-template-columns: repeat(3, 1fr); }.search-field { grid-column: span 2; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }.product-image { height: 350px; }
  .collection-grid { grid-template-columns: repeat(3, 1fr); }.collection-grid a:nth-child(even) { margin-block: 0; }.collection-grid a { min-height: 380px; }.collection-grid a:nth-child(4), .collection-grid a:nth-child(5) { min-height: 360px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }.announcement-bar { font-size: 9px; }.header-main { min-height: 70px; }.brand-logo img { width: 135px; }
  .menu-toggle { visibility: visible; }
  .main-nav { position: fixed; inset: 103px 0 0; overflow: auto; background: var(--paper); transform: translateX(-100%); transition: transform .3s ease; }.main-nav.is-open { transform: translateX(0); }.main-nav-inner { padding-block: 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; }.main-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font: 600 28px/1 var(--display); letter-spacing: 0; }
  .hero { height: 690px; min-height: 0; }.hero-slide { background-image: var(--hero-mobile); }.hero-copy { justify-content: flex-end; padding-bottom: 90px; }.hero-copy h1 { width: 100%; font-size: clamp(54px, 15vw, 80px); }.hero-arrow { display: none; }
  .collection-section, .catalog-section, .related-products { padding-block: 75px; }.collection-grid { grid-template-columns: 1fr 1fr; }.collection-grid a { min-height: 330px; }.collection-grid a:nth-child(5) { grid-column: 1 / -1; }
  .catalog-heading { align-items: flex-start; flex-direction: column; }.catalog-tools { grid-template-columns: 1fr 1fr; }.search-field { grid-column: 1 / -1; }.product-grid { grid-template-columns: repeat(2, 1fr); }.product-image { height: 310px; }
  .editorial-feature { margin-block: 75px; grid-template-columns: 1fr; }.editorial-image { height: 500px; }.editorial-copy { min-height: 480px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid > div:nth-child(2) { border-right: 0; }.trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .newsletter, .footer-links { grid-template-columns: 1fr 1fr; }.newsletter > div { grid-column: 1 / -1; }.newsletter form { grid-column: 1 / -1; }.footer-brand { grid-column: 1 / -1; }
  .product-detail { grid-template-columns: 1fr; }.product-gallery { grid-template-columns: 70px 1fr; }.product-detail-info { padding-top: 0; }
  .checkout-layout { grid-template-columns: 1fr; }.order-summary { grid-row: 1; }
}

@media (max-width: 540px) {
  .shell { width: calc(100% - 24px); }.hero { height: 620px; }.hero-copy p { font-size: 9px; }.hero-copy h1 { margin-bottom: 24px; }
  .collection-grid { gap: 10px; }.collection-grid a, .collection-grid a:nth-child(4), .collection-grid a:nth-child(5) { min-height: 260px; }.collection-grid span { inset: auto 7px 7px; padding: 10px 7px; font-size: 19px; }
  .catalog-tools { padding: 15px; grid-template-columns: 1fr; }.search-field { grid-column: auto; }.product-grid { gap: 30px 10px; }.product-image { height: 240px; }.product-image img { padding: 10px; }.product-info h3 { font-size: 19px; }.quick-add { width: 36px; height: 36px; }
  .bundle-banner { min-height: 380px; }.editorial-image { height: 380px; }.editorial-copy { min-height: 420px; padding: 40px 28px; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }.trust-grid > div:last-child { border-bottom: 0; }
  .newsletter, .footer-links { grid-template-columns: 1fr; }.newsletter form { grid-template-columns: 1fr; }.newsletter button { min-height: 48px; }.footer-brand { grid-column: auto; }.footer-bottom { gap: 20px; flex-direction: column; }
  .product-detail { padding-top: 8px; }.product-gallery { display: flex; flex-direction: column-reverse; }.gallery-thumbs { width: 100%; grid-template-columns: repeat(4, 1fr); }.gallery-main { padding: 15px; }.buy-row { grid-template-columns: 1fr; }.buy-row .quantity-control { width: 100%; grid-template-columns: repeat(3, 1fr); }.product-benefits { grid-template-columns: 1fr; }.product-benefits div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .form-grid { grid-template-columns: 1fr; }.form-grid .full { grid-column: auto; }.checkout-form-card, .order-summary { padding: 24px 18px; }.checkout-item { grid-template-columns: 56px 1fr; }.checkout-item strong { grid-column: 2; }
}

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