:root {
  --cream: #f8f3e9;
  --paper: #fffdf8;
  --coral: #d98276;
  --coral-deep: #ad5e57;
  --sage: #8fa68b;
  --sage-pale: #dce5d7;
  --ink: #263c4a;
  --ink-soft: #536a75;
  --charcoal: #282b2a;
  --mustard: #d7a83e;
  --line: rgba(40,43,42,.15);
  --shadow: 0 20px 55px rgba(38,60,74,.12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--mustard); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(2.9rem, 6.1vw, 6rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.25rem; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.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; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.section-pad { padding: clamp(4.5rem, 9vw, 9rem) max(5vw, calc((100vw - 1240px) / 2)); }
.eyebrow { margin-bottom: 1rem; color: var(--coral-deep); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.announcement { padding: .42rem 5vw; color: white; background: var(--ink); text-align: center; font-size: .75rem; letter-spacing: .06em; }
.site-header { position: relative; z-index: 20; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1380px; height: 86px; margin: auto; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; font-family: var(--serif); font-size: 1.08rem; line-height: .9; white-space: nowrap; }
.brand strong { color: var(--coral-deep); font-weight: 600; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--ink); border-radius: 50% 46% 50% 44%; font-family: var(--sans); font-size: .66rem; font-weight: 800; letter-spacing: .08em; transform: rotate(-5deg); }
.desktop-nav { display: flex; align-items: center; gap: 1.8rem; font-size: .89rem; font-weight: 700; }
.desktop-nav > a, .desktop-nav summary { padding: .55rem 0; }
.desktop-nav a:hover, .desktop-nav summary:hover { color: var(--coral-deep); }
.nav-categories { position: relative; }
.nav-categories summary { cursor: pointer; list-style: none; }
.nav-categories summary::-webkit-details-marker { display: none; }
.mega-menu { position: absolute; top: 2.7rem; left: 50%; width: min(640px, 82vw); padding: 2rem; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); transform: translateX(-38%); }
.mega-menu ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .65rem 1.5rem; list-style: none; font-family: var(--serif); font-size: 1.08rem; font-weight: 500; }
.header-actions { display: flex; align-items: center; gap: .8rem; }
.header-search { display: flex; align-items: center; width: 190px; border-bottom: 1px solid var(--ink); }
.header-search input { min-width: 0; width: 100%; padding: .5rem .2rem; border: 0; background: transparent; color: var(--charcoal); font-size: .83rem; }
.header-search input:focus { outline: 0; }
.header-search button { display: grid; padding: .45rem; border: 0; background: none; cursor: pointer; }
.button { display: inline-flex; min-height: 48px; padding: .8rem 1.2rem; align-items: center; justify-content: center; gap: .8rem; border: 1px solid var(--coral-deep); border-radius: 2px 16px 2px 16px; background: var(--coral); color: #1c272a; font-size: .88rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { background: #e09388; box-shadow: 0 10px 24px rgba(173,94,87,.2); transform: translateY(-2px); }
.button-small { min-height: 40px; padding: .55rem .85rem; font-size: .78rem; }
.button-ink { border-color: var(--ink); background: var(--ink); color: white; }
.button-ink:hover { background: #344e5d; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-size: .9rem; font-weight: 800; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 720px; padding: clamp(3.5rem,7vw,7.5rem) max(5vw, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(2.5rem,7vw,7rem); overflow: hidden; background: var(--cream); }
.hero h1 { max-width: 720px; margin-bottom: 1.6rem; color: var(--ink); }
.hero-lead { max-width: 620px; margin-bottom: 2rem; color: #47504d; font-size: clamp(1.05rem,1.5vw,1.24rem); }
.button-row { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-note { margin-top: 3.5rem; display: flex; align-items: center; gap: 1rem; max-width: 390px; color: var(--ink-soft); font-family: var(--serif); font-size: 1rem; font-style: italic; }
.scribble { width: 62px; height: 18px; border-bottom: 2px solid var(--mustard); border-radius: 50%; transform: rotate(-5deg); }
.hero-visual { position: relative; }
.image-frame { position: relative; overflow: hidden; border-radius: 4px 50% 4px 4px; box-shadow: var(--shadow); }
.image-frame::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); pointer-events: none; }
.image-frame img { aspect-ratio: 1.28 / 1; object-fit: cover; }
.paper-tag { position: absolute; left: -3rem; bottom: 2rem; width: 180px; padding: 1.2rem 1.4rem; display: flex; gap: 1rem; background: var(--paper); box-shadow: 0 10px 35px rgba(38,60,74,.15); transform: rotate(-2deg); }
.paper-tag span { color: var(--coral-deep); font-size: .75rem; font-weight: 800; }
.paper-tag strong { font-family: var(--serif); font-size: 1.05rem; line-height: 1.2; }

.intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8vw; background: var(--paper); }
.intro h2 { max-width: 650px; margin-bottom: 0; color: var(--ink); }
.intro > div:last-child { padding-top: 2rem; color: #4b514f; font-size: 1.06rem; }
.intro > div:last-child p:first-child { font-size: 1.2rem; }

.category-section { background: #e7ede3; }
.section-heading { margin-bottom: 3rem; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 3rem; }
.section-heading h2 { margin: 0; color: var(--ink); }
.section-heading > p { max-width: 430px; margin: 0 0 .5rem auto; color: var(--ink-soft); }
.category-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.3rem; }
.category-card { grid-column: span 4; background: var(--paper); border: 1px solid rgba(38,60,74,.08); transition: transform .2s ease, box-shadow .2s ease; }
.category-card:nth-child(4), .category-card:nth-child(5), .category-card:nth-child(6) { grid-column: span 4; }
.category-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.category-image { overflow: hidden; }
.category-image img { aspect-ratio: 1.25/1; object-fit: cover; transition: transform .5s ease; }
.category-card:nth-child(even) .category-image img { object-position: 68% 50%; }
.category-card:hover img { transform: scale(1.025); }
.category-copy { min-height: 150px; padding: 1.3rem; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: start; }
.category-copy > span { color: var(--coral-deep); font-size: .72rem; font-weight: 800; }
.category-copy h3 { margin-bottom: .55rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.category-copy p { margin: 0; color: var(--ink-soft); font-size: .84rem; line-height: 1.55; }
.category-copy svg { margin-top: .2rem; }
.center-action { margin-top: 3rem; text-align: center; }

.editorial { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 8vw; background: var(--paper); }
.editorial-image { position: relative; }
.editorial-image img { aspect-ratio: 1/1; object-fit: cover; border-radius: 48% 4px 4px; }
.circle-note { position: absolute; right: -2rem; bottom: -1.5rem; display: grid; width: 140px; height: 140px; place-items: center; border-radius: 50%; background: var(--mustard); color: var(--ink); font-family: var(--serif); font-size: 1.05rem; line-height: 1.25; text-align: center; transform: rotate(7deg); }
.editorial-copy h2 { max-width: 620px; color: var(--ink); }
.editorial-copy p:not(.eyebrow) { max-width: 590px; color: #4b514f; font-size: 1.04rem; }
.editorial-copy .text-link { margin-top: 1rem; }

.values { background: var(--ink); color: white; }
.values .eyebrow { color: #eeb0a6; }
.values h2 { color: white; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.25); }
.value-grid article { padding: 2.2rem 2rem 1rem 0; border-right: 1px solid rgba(255,255,255,.16); }
.value-grid article:not(:first-child) { padding-left: 2rem; }
.value-grid article:last-child { border-right: 0; }
.value-grid span { color: #eeb0a6; font-size: .72rem; font-weight: 800; }
.value-grid h3 { margin: 1.2rem 0 .7rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.value-grid p { margin: 0; color: #d7dedf; font-size: .86rem; }

.collections { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; background: #ead6d1; }
.collections-intro h2 { color: var(--ink); }
.collections-intro p:last-child { max-width: 430px; color: #525a58; }
.collection-list { border-top: 1px solid rgba(40,43,42,.35); }
.collection-list > div { min-height: 74px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; border-bottom: 1px solid rgba(40,43,42,.22); }
.collection-list span, .collection-list small { font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.collection-list strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.collection-list small { color: var(--coral-deep); }

.breadcrumbs { padding: 1.2rem max(5vw, calc((100vw - 1240px) / 2)); background: var(--paper); border-bottom: 1px solid var(--line); font-size: .76rem; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: '›'; margin-left: .5rem; color: var(--coral-deep); }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.category-hero { min-height: 430px; padding: 4rem max(5vw, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 8vw; background: var(--cream); overflow: hidden; }
.category-hero h1 { margin-bottom: 1rem; color: var(--ink); font-size: clamp(3rem,6vw,5.5rem); }
.category-hero p:last-child { max-width: 660px; color: var(--ink-soft); font-size: 1.1rem; }
.category-hero img { max-width: 380px; justify-self: end; aspect-ratio: 1/1; object-fit: cover; border-radius: 50% 50% 4px 50%; box-shadow: var(--shadow); }
.catalog-layout { display: grid; grid-template-columns: 250px 1fr; align-items: start; gap: 4vw; }
.filters { position: sticky; top: 1.5rem; padding: 1.5rem; background: var(--cream); border: 1px solid var(--line); }
.filter-title { display: flex; align-items: center; justify-content: space-between; }
.filter-title h2 { margin: 0; font-family: var(--sans); font-size: 1.05rem; font-weight: 800; letter-spacing: 0; }
.filter-title button { padding: .2rem 0; border: 0; border-bottom: 1px solid; background: none; color: var(--coral-deep); font-size: .75rem; cursor: pointer; }
.filters label { margin: 1.2rem 0 .35rem; display: block; font-size: .76rem; font-weight: 800; }
.filters input, .filters select, .catalog-toolbar select, .search-row input { width: 100%; min-height: 44px; padding: .6rem .7rem; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--charcoal); font-size: .84rem; }
.filters select:disabled, .catalog-toolbar select:disabled { color: #7a807d; opacity: 1; }
.catalog-toolbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.catalog-toolbar p { margin: 0; font-size: .9rem; }
.catalog-toolbar label { display: flex; align-items: center; gap: .7rem; font-size: .78rem; }
.catalog-toolbar select { width: auto; }
.empty-state { min-height: 420px; padding: 4rem 1rem; display: grid; place-items: center; align-content: center; text-align: center; }
.empty-state > span { color: var(--mustard); font-size: 2rem; }
.empty-state h2 { margin: 1rem 0 .6rem; font-size: 2rem; }
.empty-state p { max-width: 540px; color: var(--ink-soft); }
.empty-state .button { margin-top: 1rem; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.product-card { padding: 1.2rem; background: var(--cream); border: 1px solid var(--line); }
.product-card h2 { font-size: 1.3rem; }
.product-card .sku { font-size: .75rem; }
.category-seo { background: #edf1ea; }
.category-seo > p { max-width: 820px; }
.category-seo h2 { color: var(--ink); }
.related-categories { margin-top: 2.5rem; display: flex; gap: .8rem; flex-wrap: wrap; }
.related-categories h3 { flex-basis: 100%; font-family: var(--serif); font-weight: 500; }
.related-categories a { display: inline-flex; padding: .8rem 1rem; align-items: center; gap: .6rem; border: 1px solid var(--ink); font-size: .82rem; font-weight: 800; }

.simple-hero { padding: 5rem max(5vw, calc((100vw - 1240px) / 2)) 2rem; background: var(--cream); text-align: center; }
.simple-hero h1 { margin-bottom: 1rem; color: var(--ink); }
.simple-hero > p:last-child { max-width: 690px; margin: auto; color: var(--ink-soft); font-size: 1.08rem; }
.all-category-grid { padding-top: 2rem; display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; background: var(--cream); }
.all-category-card { background: var(--paper); border: 1px solid var(--line); }
.all-category-card a { display: grid; grid-template-columns: 190px 1fr; height: 100%; }
.all-category-card img { height: 100%; min-height: 230px; object-fit: cover; }
.all-category-card div { padding: 1.7rem; }
.all-category-card h2 { margin-bottom: .7rem; color: var(--ink); font-size: 1.8rem; }
.all-category-card p { color: var(--ink-soft); font-size: .88rem; }
.all-category-card span { display: inline-flex; align-items: center; gap: .5rem; color: var(--coral-deep); font-size: .8rem; font-weight: 800; }
.simple-page, .search-page, .not-found { min-height: 570px; max-width: 1240px; margin: auto; }
.simple-page h1, .search-page h1, .not-found h1 { max-width: 850px; color: var(--ink); }
.simple-page > p:last-of-type, .search-help, .not-found > p { max-width: 720px; color: var(--ink-soft); font-size: 1.08rem; }
.notice-box { margin-top: 2.5rem; padding: 1.5rem; max-width: 620px; background: var(--cream); border-left: 4px solid var(--coral); }
.notice-box p { margin: .4rem 0 0; }
.search-page form { max-width: 760px; }
.search-page label { display: block; margin-bottom: .5rem; font-weight: 800; }
.search-row { display: flex; align-items: stretch; }
.search-row input { min-height: 52px; }
.search-row .button, .mobile-menu .search-row button { border-radius: 0; }
.search-help { margin-top: 1.2rem; font-size: .9rem; }
.search-status { margin: 2.5rem 0 1rem; font-weight: 800; }

.product-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6vw; }
.template-image { min-height: 520px; display: grid; place-items: center; background: #ece7dc; border: 1px dashed #879098; color: var(--ink-soft); }
.thumbnail-row { margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.thumbnail-row span { min-height: 100px; display: grid; place-items: center; background: #f1ede5; border: 1px dashed #a3aaa9; color: var(--ink-soft); font-size: .8rem; }
.product-summary h1 { color: var(--ink); font-size: clamp(2.8rem,5vw,4.8rem); }
.sku { color: var(--ink-soft); font-size: .83rem; letter-spacing: .08em; }
.product-lead { font-size: 1.12rem; }
.product-summary dl { margin: 2rem 0; border-top: 1px solid var(--line); }
.product-summary dl div { padding: .75rem 0; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.product-summary dt { font-weight: 800; }
.product-summary dd { margin: 0; color: var(--ink-soft); }
.future-commerce { padding: 1.2rem; display: flex; flex-direction: column; background: var(--sage-pale); }
.future-commerce span { font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.product-description { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; background: var(--cream); }
.product-description h2 { color: var(--ink); }
.related-products h2 { max-width: 800px; color: var(--ink); }
.related-placeholder { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.related-placeholder span { min-height: 130px; display: grid; place-items: center; border: 1px dashed #9ba3a1; background: #f4f0e7; color: var(--ink-soft); }

.site-footer { padding: 5rem max(5vw, calc((100vw - 1240px) / 2)) 1.2rem; background: #1f3039; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 4vw; }
.brand-footer { margin-bottom: 1.5rem; }
.brand-footer strong { color: #efafa6; }
.footer-grid > div:first-child > p { max-width: 320px; color: #cfd8dc; font-size: .88rem; }
.footer-grid h2 { margin-bottom: 1.2rem; font-family: var(--sans); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: .55rem 0; color: #dfe5e7; font-size: .83rem; }
.footer-grid a:hover { color: #efafa6; }
.social-placeholder { margin-top: 2rem; color: #aebcc1; font-size: .75rem; }
.footer-bottom { margin-top: 4rem; padding-top: 1rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.16); color: #aebcc1; font-size: .72rem; }

@media (max-width: 1060px) {
  .desktop-nav, .header-search, .header-actions > .button { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; }
  .menu-toggle .close-icon { display: none; }
  .menu-toggle[aria-expanded='true'] .open-icon { display: none; }
  .menu-toggle[aria-expanded='true'] .close-icon { display: block; }
  .mobile-menu { position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 110px); padding: 1.5rem 5vw 2rem; overflow: auto; background: var(--paper); border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .mobile-menu:not([hidden]) { display: grid; gap: .65rem; }
  .mobile-menu form { margin-bottom: .8rem; }
  .mobile-menu form label, .mobile-menu > p { margin: 0 0 .35rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-menu ul { margin: 0 0 .8rem; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1rem; list-style: none; }
  .mobile-menu li, .mobile-menu > a { font-family: var(--serif); font-size: 1rem; }
  .mobile-menu .search-row button { padding: 0 1rem; border: 0; background: var(--ink); color: white; font-weight: 800; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { max-width: 760px; margin-left: auto; }
  .category-card { grid-column: span 6; }
  .category-card:nth-child(4), .category-card:nth-child(5), .category-card:nth-child(6) { grid-column: span 6; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid article:nth-child(2) { border-right: 0; }
  .value-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .announcement { font-size: .68rem; }
  .header-inner { height: 72px; padding-inline: 5vw; }
  .brand { font-size: .98rem; }
  .brand-mark { width: 38px; height: 38px; }
  .section-pad { padding-block: 4.5rem; }
  h1 { font-size: clamp(2.75rem,13vw,4.3rem); }
  h2 { font-size: clamp(2.1rem,9vw,3.2rem); }
  .hero { min-height: auto; padding-top: 4rem; gap: 3.5rem; }
  .hero-note { margin-top: 2rem; }
  .paper-tag { left: .8rem; bottom: .8rem; width: 155px; }
  .intro, .section-heading, .editorial, .collections, .category-hero, .product-detail, .product-description { grid-template-columns: 1fr; }
  .intro { gap: 1rem; }
  .intro > div:last-child { padding-top: 0; }
  .section-heading { gap: 1rem; }
  .section-heading > p { margin-left: 0; }
  .category-grid { gap: 1rem; }
  .category-card, .category-card:nth-child(4), .category-card:nth-child(5), .category-card:nth-child(6) { grid-column: span 12; }
  .editorial-image { margin-right: 1rem; }
  .circle-note { right: -1rem; width: 112px; height: 112px; font-size: .9rem; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article, .value-grid article:not(:first-child) { padding: 1.6rem 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .value-grid article:first-child { border-top: 0; }
  .collection-list > div { grid-template-columns: 38px 1fr; }
  .collection-list small { grid-column: 2; padding-bottom: .7rem; }
  .category-hero { padding-block: 3rem; gap: 2rem; }
  .category-hero img { max-width: 270px; justify-self: start; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; padding-block: 1rem; }
  .product-grid { grid-template-columns: 1fr; }
  .all-category-grid { grid-template-columns: 1fr; }
  .all-category-card a { grid-template-columns: 130px 1fr; }
  .all-category-card div { padding: 1.2rem; }
  .all-category-card h2 { font-size: 1.35rem; }
  .product-gallery { order: 1; }
  .product-summary { order: 0; }
  .related-placeholder { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .4rem; }
}

@media (max-width: 460px) {
  .button-row { align-items: flex-start; flex-direction: column; }
  .mobile-menu ul { grid-template-columns: 1fr; }
  .all-category-card a { grid-template-columns: 1fr; }
  .all-category-card img { min-height: 180px; max-height: 220px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .search-row { flex-direction: column; }
}

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