:root {
  --ink: #342721;
  --dark: #3e2a23;
  --paper: #f5f1ea;
  --paper-deep: #ebe2d7;
  --white: #fffdfa;
  --line: #d8cec3;
  --muted: #88796f;
  --accent: #c46d4f;
  --accent-deep: #9b4e39;
  --blue: #536d73;
  --shadow: 0 14px 40px rgba(62, 42, 35, .12);
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Noto Sans CJK SC", "PingFang SC", "Yu Gothic", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.announcement { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 31px; padding: 7px 42px; color: #f8f1e8; background: var(--dark); font-size: 10px; letter-spacing: 1.7px; }
.announcement span:last-child { color: #d9c9bb; font-size: 9px; letter-spacing: 1px; }

.site-header { display: grid; grid-template-columns: 270px minmax(260px, 1fr) minmax(250px, 350px); align-items: center; gap: 35px; min-height: 104px; padding: 19px 42px 17px; border-bottom: 1px solid var(--line); background: rgba(255, 253, 250, .92); }
.identity { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; min-width: 0; }
.identity img { display: block; width: 218px; height: 57px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.identity-caption { color: var(--muted); font-size: 8px; letter-spacing: 1.4px; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 31px; }
.desktop-nav a { position: relative; padding: 21px 0; color: var(--muted); font-size: 13px; letter-spacing: .5px; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.desktop-nav a.active::after { position: absolute; right: 0; bottom: 12px; left: 0; height: 2px; background: var(--accent); content: ""; }
.desktop-nav small { margin-left: 5px; color: var(--muted); font: 10px Georgia, serif; }
.cart-count { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; margin-left: 5px; padding: 0 5px; border-radius: 20px; color: var(--white); background: var(--accent); font: 10px/1 Georgia, serif; vertical-align: middle; }
.header-actions { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.language-switch { display: flex; align-items: center; align-self: flex-end; gap: 6px; color: var(--muted); font-size: 11px; letter-spacing: .3px; }
.language-switch button { padding: 2px 0; border: 0; color: var(--muted); background: transparent; font: inherit; cursor: pointer; }
.language-switch button:hover, .language-switch button.active { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 4px; }
.search-box { display: flex; align-items: center; gap: 9px; justify-self: end; width: 100%; min-height: 43px; padding: 8px 14px; border: 1px solid var(--line); background: var(--white); transition: border-color .2s, box-shadow .2s; }
.search-box:focus-within { border-color: var(--accent); box-shadow: 0 5px 18px rgba(62, 42, 35, .06); }
.search-icon { color: var(--accent); font: 25px/1 Georgia, serif; transform: rotate(-18deg); }
.search-box input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.search-box input::placeholder { color: #a8998d; }
.search-box button { width: 22px; height: 22px; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 21px; line-height: 18px; }

main { width: min(1380px, 100%); min-height: 65vh; margin: 0 auto; padding: 27px 42px 86px; }
.eyebrow { color: var(--muted); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }

.season-hero { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(330px, .84fr) 106px; min-height: 336px; margin-bottom: 45px; overflow: hidden; color: #f7efe7; background: var(--dark); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 38px 45px; }
.hero-overline { display: flex; gap: 18px; color: #d2bfb0; font-size: 9px; letter-spacing: 1.6px; }
.hero-overline span + span { position: relative; }
.hero-overline span + span::before { position: absolute; top: 3px; left: -10px; width: 1px; height: 10px; background: #8e7669; content: ""; }
.hero-copy h1 { margin: 17px 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6vw, 76px); font-weight: 400; letter-spacing: -.07em; line-height: .94; }
.hero-copy h1 em { color: #e0aa8c; font-size: .63em; font-style: normal; letter-spacing: -.05em; }
.hero-copy p { max-width: 390px; margin: 0; color: #d7c9be; font-size: 13px; line-height: 1.8; }
.hero-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 23px; padding-bottom: 7px; border-bottom: 1px solid #c46d4f; color: #f8e5d9; font-size: 12px; }
.hero-link span { color: #e0aa8c; font-size: 17px; line-height: 10px; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; padding: 28px; background: #6b4c3d; }
.hero-frame { width: min(100%, 290px); aspect-ratio: 1 / 1; overflow: hidden; background: #d7c4b4; transform: rotate(2.2deg); box-shadow: 18px 18px 0 rgba(41, 25, 20, .22); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-side-note { position: absolute; right: 14px; bottom: 20px; display: flex; flex-direction: column; align-items: flex-end; color: #f0d8ca; font-size: 8px; letter-spacing: 1.7px; text-align: right; }
.hero-side-note strong { margin-top: 3px; color: #edb99f; font: 27px/.9 Georgia, serif; letter-spacing: -1px; }
.hero-stats { display: flex; flex-direction: column; justify-content: space-between; padding: 30px 18px; border-left: 1px solid rgba(255, 253, 250, .16); background: #34241f; }
.hero-stats div { display: flex; flex-direction: column; gap: 3px; }
.hero-stats strong { color: #f1bf9f; font: 25px/1 Georgia, serif; }
.hero-stats span { color: #c9b7aa; font-size: 9px; letter-spacing: 1px; }

.catalog-layout { display: grid; grid-template-columns: 208px minmax(0, 1fr); gap: 45px; }
.filter-panel { align-self: start; position: sticky; top: 20px; }
.filter-heading { display: flex; flex-direction: column; gap: 6px; padding-bottom: 15px; border-bottom: 1px solid var(--line); font-family: Georgia, "Hiragino Mincho ProN", serif; font-size: 20px; }
.filter-heading small { color: var(--muted); font: 9px sans-serif; letter-spacing: 1.7px; }
.filter-section + .filter-section { margin-top: 30px; }
.filter-title { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 9px; color: var(--ink); font-size: 12px; }
.filter-title small { color: var(--muted); font-size: 8px; letter-spacing: 1.1px; }
.filter-links { display: flex; flex-direction: column; gap: 2px; }
.filter-link { display: flex; align-items: center; justify-content: space-between; gap: 6px; min-height: 34px; padding: 7px 9px; color: var(--muted); font-size: 11px; line-height: 1.35; transition: color .2s, background .2s; }
.filter-link:hover { color: var(--ink); background: var(--paper-deep); }
.filter-link.active { color: var(--white); background: var(--dark); }
.filter-link b { min-width: 22px; font: 11px Georgia, serif; text-align: right; opacity: .78; }
.filter-source { display: flex; flex-direction: column; gap: 5px; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.5; }
.filter-source strong { color: var(--ink); font: 17px Georgia, serif; font-weight: 400; }
.filter-source a { color: var(--accent-deep); }

.listing-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.listing-title h2 { margin: 8px 0 6px; font-family: Georgia, "Hiragino Mincho ProN", serif; font-size: 32px; font-weight: 400; letter-spacing: -.045em; }
.listing-title p { margin: 0; color: var(--muted); font-size: 12px; }
.listing-controls { display: flex; align-items: center; gap: 12px; }
.listing-controls label { color: var(--muted); font-size: 11px; white-space: nowrap; }
.listing-controls select { min-height: 36px; padding: 6px 29px 6px 10px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: var(--white); font-size: 11px; }
.listing-controls select:focus { border-color: var(--accent); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 21px; }
.product-card { min-width: 0; content-visibility: auto; contain-intrinsic-size: 360px; }
.product-link { display: block; }
.product-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #e9e0d8; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.image-mark { position: absolute; top: 10px; left: 10px; padding: 5px 7px; color: var(--dark); background: rgba(255, 253, 250, .9); font-size: 8px; letter-spacing: 1px; }
.image-mark.sold { color: var(--white); background: rgba(62, 42, 35, .8); }
.product-index { position: absolute; right: 11px; bottom: 10px; color: rgba(255, 253, 250, .9); font: 12px Georgia, serif; letter-spacing: 1px; text-shadow: 0 1px 3px rgba(0, 0, 0, .35); }
.product-info { padding: 13px 1px 0; }
.product-kicker { display: flex; justify-content: space-between; gap: 6px; min-height: 14px; margin-bottom: 5px; color: var(--muted); font-size: 8px; letter-spacing: .9px; text-transform: uppercase; }
.product-kicker span:last-child { color: var(--blue); text-align: right; }
.product-info h2 { min-height: 40px; margin: 0; color: var(--ink); font-size: 14px; font-weight: 500; line-height: 1.45; overflow-wrap: anywhere; }
.source-title { display: -webkit-box; min-height: 30px; margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-top: 10px; }
.product-price { color: var(--accent-deep); font: 16px Georgia, serif; white-space: nowrap; }
.product-price small { margin-left: 4px; color: var(--muted); font: 8px sans-serif; letter-spacing: .5px; }
.variant-count { color: var(--muted); font-size: 9px; text-align: right; }
.empty-state { grid-column: 1 / -1; padding: 75px 25px; border: 1px solid var(--line); color: var(--muted); text-align: center; }
.empty-state strong { display: block; margin-bottom: 10px; color: var(--ink); font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.empty-state p { margin: 0; font-size: 12px; }
.page-empty { margin: 35px 0; }
.text-link { display: inline-flex; margin-top: 24px; padding-bottom: 6px; border-bottom: 1px solid var(--accent); color: var(--accent-deep); font-size: 12px; }

.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: 11px; }
.breadcrumb a:hover { color: var(--accent-deep); }
.detail-page { max-width: 1190px; margin: 0 auto; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(330px, .96fr); gap: 64px; align-items: start; }
.detail-gallery { min-width: 0; }
.gallery-main { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #e9e0d8; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-count { position: absolute; right: 14px; bottom: 12px; padding: 5px 8px; color: var(--white); background: rgba(62, 42, 35, .68); font: 11px Georgia, serif; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 7px; max-height: 180px; margin-top: 9px; overflow-y: auto; padding-right: 2px; }
.gallery-thumb { aspect-ratio: 1 / 1; overflow: hidden; padding: 0; border: 1px solid transparent; background: #e9e0d8; }
.gallery-thumb:hover, .gallery-thumb.active { border-color: var(--accent); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; }
.detail-copy { padding: 8px 2px 0; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 31px; color: var(--muted); font-size: 11px; }
.back-link:hover { color: var(--accent-deep); }
.detail-label { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 10px; letter-spacing: 1.1px; text-transform: uppercase; }
.detail-label span + span { color: var(--muted); }
.detail-copy h1 { margin: 13px 0 8px; font-family: Georgia, "Hiragino Mincho ProN", serif; font-size: 37px; font-weight: 400; letter-spacing: -.05em; line-height: 1.25; }
.detail-source-title { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.detail-price { margin: 18px 0 0; color: var(--accent-deep); font: 28px Georgia, serif; }
.detail-price small { margin-left: 7px; color: var(--muted); font: 10px sans-serif; letter-spacing: .3px; }
.detail-divider { height: 1px; margin: 27px 0 22px; background: var(--line); }
.variant-field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 23px; color: var(--ink); font-size: 12px; }
.variant-field span { display: flex; justify-content: space-between; gap: 10px; }
.variant-field small { color: var(--muted); font-size: 10px; font-weight: 400; }
.variant-field select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: var(--white); font-size: 12px; }
.variant-field select:focus { border-color: var(--accent); }
.single-variant { display: flex; justify-content: space-between; gap: 14px; min-height: 45px; margin-bottom: 23px; padding: 12px; border: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.single-variant strong { color: var(--ink); font-size: 12px; font-weight: 400; text-align: right; }
.detail-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 20px; margin: 0 0 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-facts div { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.detail-facts dt { color: var(--muted); font-size: 10px; }
.detail-facts dd { margin: 0; color: var(--ink); font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.add-button { width: 100%; min-height: 50px; padding: 13px 18px; border: 0; border-radius: 0; color: var(--white); background: var(--dark); font-size: 13px; letter-spacing: .5px; transition: background .2s, opacity .2s; }
.add-button:hover { background: var(--accent-deep); }
.add-button:disabled { color: #e9ded4; background: #a6968b; cursor: default; }
.detail-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; line-height: 1.8; }
.source-link { display: inline-flex; margin-top: 19px; color: var(--accent-deep); font-size: 11px; }
.source-link:hover { text-decoration: underline; }
.details-section { margin-top: 73px; padding-top: 24px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.section-heading h2 { margin: 9px 0 0; font-family: Georgia, "Hiragino Mincho ProN", serif; font-size: 29px; font-weight: 400; letter-spacing: -.04em; }
.section-heading > span { color: var(--muted); font-size: 11px; }
.details-language-note { margin: -7px 0 21px; color: var(--muted); font-size: 12px; }
.details-body { max-width: 840px; color: #5e5149; font-size: 13px; line-height: 1.85; }
.details-body p { margin: 0 0 15px; }
.details-body strong, .details-body b { color: var(--accent-deep); font-weight: 600; }
.details-body table { width: 100%; margin: 22px 0 8px; border-collapse: collapse; background: rgba(255, 253, 250, .55); font-size: 12px; }
.details-body th, .details-body td { padding: 11px 13px; border: 1px solid var(--line); vertical-align: top; text-align: left; }
.details-body th { width: 25%; color: var(--ink); background: var(--paper-deep); font-weight: 500; }
.details-body ul, .details-body ol { padding-left: 22px; }
.details-body a { color: var(--accent-deep); text-decoration: underline; }

.cart-page { max-width: 1080px; margin: 0 auto; }
.cart-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.cart-head h1 { margin: 9px 0 6px; font-family: Georgia, "Hiragino Mincho ProN", serif; font-size: 38px; font-weight: 400; letter-spacing: -.05em; }
.cart-head p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-head-mark { color: var(--accent); font: 42px Georgia, serif; }
.cart-actions { display: flex; align-items: center; gap: 11px; padding: 19px 0 23px; }
.cart-actions button { min-height: 38px; padding: 9px 15px; border-radius: 0; font-size: 11px; }
.share-button { border: 0; color: var(--white); background: var(--dark); }
.share-button:hover { background: var(--accent-deep); }
.save-button { border: 1px solid var(--line); color: var(--ink); background: var(--white); }
.clear-button { margin-left: auto; border: 0; color: var(--muted); background: transparent; }
.clear-button:hover { color: var(--accent-deep); }
.cart-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.cart-item { display: grid; grid-template-columns: 118px minmax(0, 1fr) auto; gap: 15px; align-items: center; min-width: 0; padding: 10px; border: 1px solid var(--line); background: var(--white); }
.cart-thumb { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #e9e0d8; }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-info { min-width: 0; }
.cart-info .product-category { margin: 0 0 5px; color: var(--muted); font-size: 9px; letter-spacing: .8px; text-transform: uppercase; }
.cart-info h2 { margin: 0; font-size: 13px; font-weight: 500; line-height: 1.5; overflow-wrap: anywhere; }
.cart-variant { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; overflow-wrap: anywhere; }
.cart-price { margin: 8px 0 0; color: var(--accent-deep); font: 14px Georgia, serif; }
.remove-button { align-self: end; padding: 5px 0; border: 0; color: var(--muted); background: transparent; font-size: 10px; white-space: nowrap; }
.remove-button:hover { color: var(--accent-deep); }
.cart-total { display: flex; align-items: baseline; justify-content: flex-end; gap: 12px; margin-top: 23px; padding-top: 20px; border-top: 1px solid var(--line); }
.cart-total span { color: var(--muted); font-size: 11px; }
.cart-total strong { color: var(--accent-deep); font: 23px Georgia, serif; }
.cart-total strong small { margin-left: 4px; color: var(--muted); font: 10px sans-serif; }
.cart-note { margin: 30px 0 0; color: var(--muted); font-size: 10px; line-height: 1.9; }
.cart-empty { padding: 90px 20px 100px; text-align: center; }
.cart-empty .empty-symbol { color: var(--accent); font: 55px Georgia, serif; }
.cart-empty h2 { margin: 18px 0 8px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.cart-empty p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-empty a { display: inline-flex; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid var(--accent); color: var(--accent-deep); font-size: 12px; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1296px, calc(100% - 84px)); margin: 0 auto; padding: 28px 0 48px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand img { display: block; width: 171px; height: 42px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.footer-brand p { margin: 7px 0 0; font-family: Georgia, serif; font-size: 11px; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; font-size: 10px; text-align: right; }
.mobile-nav { display: none; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 10; max-width: min(360px, calc(100vw - 48px)); padding: 12px 17px; color: var(--white); background: rgba(62, 42, 35, .95); box-shadow: var(--shadow); font-size: 12px; line-height: 1.5; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s, transform .25s; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 1160px) {
  .site-header { grid-template-columns: 230px auto minmax(210px, 280px); gap: 24px; padding-right: 28px; padding-left: 28px; }
  main { padding-right: 28px; padding-left: 28px; }
  .season-hero { grid-template-columns: minmax(0, 1.04fr) minmax(290px, .86fr) 90px; }
  .hero-copy { padding-left: 35px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-footer { width: calc(100% - 56px); }
}

@media (max-width: 780px) {
  body { padding-bottom: 66px; }
  .announcement { gap: 8px; min-height: 29px; padding: 7px 14px; font-size: 8px; letter-spacing: 1px; }
  .announcement span:last-child { font-size: 8px; text-align: right; }
  .site-header { display: flex; flex-wrap: wrap; gap: 13px; min-height: auto; padding: 18px 18px 15px; }
  .identity { gap: 3px; }
  .identity img { width: 182px; height: 49px; }
  .identity-caption { font-size: 7px; letter-spacing: 1px; }
  .desktop-nav { display: none; }
  .header-actions { order: 3; flex-basis: 100%; gap: 10px; }
  .language-switch { align-self: flex-start; }
  .search-box { min-height: 44px; }
  .search-box input { font-size: 15px; }
  main { min-height: 60vh; padding: 20px 18px 50px; }
  .season-hero { grid-template-columns: 1fr 114px; min-height: 335px; margin-bottom: 30px; }
  .hero-copy { grid-column: 1 / -1; align-self: start; padding: 28px 22px 8px; }
  .hero-copy h1 { margin: 13px 0 10px; font-size: 49px; }
  .hero-copy p { max-width: 300px; font-size: 11px; line-height: 1.7; }
  .hero-link { margin-top: 15px; font-size: 11px; }
  .hero-visual { grid-column: 1; min-height: 153px; padding: 16px 28px 18px 22px; }
  .hero-frame { width: min(100%, 180px); box-shadow: 9px 9px 0 rgba(41, 25, 20, .2); }
  .hero-side-note { right: 11px; bottom: 13px; font-size: 7px; }
  .hero-side-note strong { font-size: 22px; }
  .hero-stats { grid-column: 2; grid-row: 2; padding: 18px 15px; }
  .hero-stats strong { font-size: 20px; }
  .hero-stats span { font-size: 8px; }
  .catalog-layout { display: block; }
  .filter-panel { position: static; margin: 0 -18px; }
  .filter-heading { display: none; }
  .filter-section { margin-bottom: 9px; }
  .filter-section + .filter-section { margin-top: 0; }
  .filter-title { display: none; }
  .filter-links { display: flex; flex-direction: row; gap: 7px; overflow-x: auto; padding: 0 18px 5px; scrollbar-width: none; }
  .filter-links::-webkit-scrollbar { display: none; }
  .filter-link { flex: 0 0 auto; min-height: auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 0; font-size: 10px; white-space: nowrap; }
  .filter-link.active { border-color: var(--dark); }
  .filter-link b { display: none; }
  .filter-source { display: none; }
  .listing-head { align-items: flex-start; margin: 18px 0 18px; }
  .listing-title h2 { margin-top: 6px; font-size: 27px; }
  .listing-title p { font-size: 10px; }
  .listing-controls { flex-direction: column; align-items: flex-end; gap: 5px; }
  .listing-controls label { display: none; }
  .listing-controls select { min-height: 33px; max-width: 126px; padding-top: 5px; padding-bottom: 5px; font-size: 10px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
  .image-mark { top: 7px; left: 7px; padding: 4px 5px; font-size: 7px; }
  .product-index { right: 8px; bottom: 7px; font-size: 10px; }
  .product-info { padding-top: 9px; }
  .product-kicker { margin-bottom: 4px; font-size: 7px; letter-spacing: .5px; }
  .product-info h2 { min-height: 38px; font-size: 12px; line-height: 1.5; }
  .source-title { min-height: 27px; font-size: 9px; }
  .product-meta { align-items: flex-start; flex-direction: column; gap: 4px; margin-top: 7px; }
  .product-price { font-size: 14px; }
  .variant-count { font-size: 8px; }
  .breadcrumb { margin-bottom: 19px; font-size: 10px; }
  .detail-layout { display: block; }
  .detail-gallery { margin: 0 -18px; }
  .gallery-main { border-radius: 0; }
  .gallery-thumbs { display: flex; gap: 6px; max-height: none; margin: 8px 0 0; padding: 0 18px 3px; overflow-x: auto; scrollbar-width: none; }
  .gallery-thumbs::-webkit-scrollbar { display: none; }
  .gallery-thumb { flex: 0 0 62px; }
  .gallery-note { padding: 0 18px; }
  .detail-copy { padding: 25px 0 0; }
  .back-link { margin-bottom: 23px; }
  .detail-copy h1 { margin-top: 11px; font-size: 29px; }
  .detail-price { font-size: 24px; }
  .detail-divider { margin: 22px 0 19px; }
  .detail-facts { gap: 11px; margin-bottom: 21px; padding: 15px 0; }
  .details-section { margin-top: 52px; }
  .section-heading h2 { font-size: 26px; }
  .details-body { font-size: 12px; }
  .details-body table { font-size: 11px; }
  .details-body th, .details-body td { padding: 9px 8px; }
  .cart-head { align-items: flex-start; }
  .cart-head h1 { font-size: 30px; }
  .cart-head-mark { font-size: 32px; }
  .cart-actions { flex-wrap: wrap; padding: 15px 0 18px; }
  .clear-button { margin-left: 0; }
  .cart-grid { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 90px minmax(0, 1fr) auto; gap: 11px; padding: 9px; }
  .cart-info h2 { font-size: 12px; }
  .cart-total { margin-top: 18px; padding-top: 16px; }
  .cart-total strong { font-size: 20px; }
  .cart-empty { padding: 70px 15px 85px; }
  .site-footer { align-items: flex-start; flex-direction: column; width: calc(100% - 36px); padding-bottom: 22px; }
  .footer-brand img { width: 150px; height: 38px; }
  .footer-meta { align-items: flex-start; text-align: left; }
  .mobile-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 8; display: flex; justify-content: space-around; padding: 8px 25px max(8px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255, 253, 250, .96); backdrop-filter: blur(14px); }
  .mobile-nav a { position: relative; display: flex; flex-direction: column; align-items: center; gap: 3px; min-width: 75px; color: var(--muted); }
  .mobile-nav a.active { color: var(--accent-deep); }
  .mobile-nav .nav-symbol { height: 20px; font: 21px/20px Georgia, serif; }
  .mobile-nav em { font-size: 10px; font-style: normal; }
  .mobile-nav .cart-count { position: absolute; top: -2px; left: calc(50% + 10px); margin: 0; }
  .toast { right: 15px; bottom: 78px; left: 15px; max-width: none; text-align: center; }
}

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