:root {
  --ink: #171713;
  --muted: #6c6b64;
  --paper: #f4f1eb;
  --card: #faf9f6;
  --line: #d8d3c9;
  --accent: #9e4d2d;
  --deep-green: #273a32;
  --white: #fff;
  --shadow: 0 28px 70px rgba(37, 31, 24, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

.announcement {
  padding: 9px 24px;
  color: #f7f4ef;
  background: var(--deep-green);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .18em;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(22px, 5vw, 76px);
  border-bottom: 1px solid rgba(216, 211, 201, .82);
  background: rgba(244, 241, 235, .92);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-family: Georgia, serif;
  font-size: 15px;
  letter-spacing: .08em;
}
.brand strong { display: block; font-family: Georgia, "Noto Serif SC", serif; font-size: 17px; font-weight: 500; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; letter-spacing: .23em; }

.desktop-nav { display: flex; gap: 30px; font-size: 13px; }
.desktop-nav a { position: relative; padding: 28px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 21px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transition: .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-switcher { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; }
.lang-btn { width: 35px; height: 31px; border: 0; background: transparent; font-size: 11px; cursor: pointer; }
.lang-btn.active { color: var(--white); background: var(--ink); }
.header-quote { padding: 11px 17px; color: var(--white); background: var(--ink); border-radius: 999px; font-size: 12px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  min-height: 710px;
  padding: 65px clamp(22px, 5vw, 76px) 76px;
  overflow: hidden;
}
.eyebrow { margin: 0 0 17px; color: var(--accent); font-size: 10px; font-weight: 750; letter-spacing: .22em; }
.hero h1 { max-width: 680px; margin: 0; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(48px, 6.1vw, 92px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: clamp(15px, 1.4vw, 19px); line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 650; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { background: transparent; }
.hero-stats { display: flex; gap: clamp(28px, 4vw, 60px); margin: 55px 0 0; }
.hero-stats div { position: relative; }
.hero-stats div + div::before { content: ""; position: absolute; top: 3px; bottom: 3px; left: calc(clamp(28px, 4vw, 60px) / -2); width: 1px; background: var(--line); }
.hero-stats dt { font-family: Georgia, serif; font-size: 32px; }
.hero-stats dd { margin: 4px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .1em; }

.hero-visual { position: relative; min-height: 590px; margin-left: 25px; }
.hero-visual::before { content: ""; position: absolute; inset: 55px 30px 36px 78px; border-radius: 52% 48% 48% 52%; background: #d7d4cc; transform: rotate(-8deg); }
.hero-card { position: absolute; overflow: hidden; border: 10px solid rgba(255, 255, 255, .78); background: #fff; box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hero-card-main { z-index: 2; top: 48px; right: 6%; width: 78%; height: 400px; transform: rotate(2deg); }
.hero-card-top { z-index: 3; top: 0; left: 0; width: 34%; height: 215px; transform: rotate(-7deg); }
.hero-card-bottom { z-index: 4; right: 0; bottom: 0; width: 37%; height: 225px; transform: rotate(6deg); }
.hero-orbit { position: absolute; z-index: 5; bottom: 56px; left: 12%; display: grid; place-items: center; width: 98px; height: 98px; border-radius: 50%; color: var(--white); background: var(--accent); font-size: 10px; font-weight: 700; line-height: 1.45; letter-spacing: .18em; text-align: center; transform: rotate(-8deg); }

.category-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #ece8e0; }
.category-tile { position: relative; display: grid; grid-template-columns: 88px 1fr auto; align-items: center; min-height: 130px; padding: 16px 24px; border: 0; border-right: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: background .25s ease; }
.category-tile:nth-child(5n) { border-right: 0; }
.category-tile:nth-child(n+6) { border-top: 1px solid var(--line); }
.category-tile:hover { background: #f8f6f1; }
.category-tile img { width: 78px; height: 78px; object-fit: contain; mix-blend-mode: multiply; }
.category-tile span { font-family: Georgia, "Noto Serif SC", serif; font-size: 17px; }
.category-tile small { align-self: start; margin-top: 13px; color: var(--muted); font-size: 9px; }

.collections { padding: 110px clamp(22px, 5vw, 76px) 125px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 38px; }
.section-heading h2, .factory h2, .contact h2 { margin: 0; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(37px, 4.5vw, 66px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p { max-width: 510px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btn { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; }
.filter-btn.active { color: var(--white); border-color: var(--ink); background: var(--ink); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 32px; }
.product-card { position: relative; padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--card); cursor: pointer; text-align: left; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { z-index: 2; box-shadow: 0 18px 45px rgba(48, 39, 29, .13); transform: translateY(-5px); }
.product-image { position: relative; display: grid; place-items: center; aspect-ratio: 1.18; overflow: hidden; background: #fff; }
.product-image::after { content: "+"; position: absolute; right: 13px; bottom: 13px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--white); background: rgba(23, 23, 19, .88); font-size: 18px; transition: transform .25s ease; }
.product-card:hover .product-image::after { transform: rotate(90deg); }
.product-image img { width: 100%; height: 100%; padding: 8px; object-fit: contain; transition: transform .4s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-meta { padding: 17px 18px 18px; }
.product-meta small { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .12em; }
.product-meta h3 { margin: 10px 0 4px; font-family: Georgia, "Noto Serif SC", serif; font-size: 19px; font-weight: 400; }
.product-meta p { margin: 0; color: var(--muted); font-size: 11px; }
.load-more { display: block; min-width: 190px; margin: 34px auto 0; padding: 14px 22px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; }
.load-more[hidden] { display: none; }

.sourcing { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 120px); padding: 100px clamp(22px, 7vw, 105px); border-top: 1px solid var(--line); background: #e9e5dd; }
.sourcing h2 { max-width: 720px; margin: 0; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(37px, 4.5vw, 64px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.sourcing-copy { align-self: end; }
.sourcing-copy > p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.sourcing-copy nav { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.sourcing-copy nav a { padding: 10px 13px; border: 1px solid var(--line); color: var(--ink); font-size: 11px; }
.sourcing-copy nav a:hover { border-color: var(--ink); background: var(--paper); }

.factory { display: grid; grid-template-columns: 1.25fr .75fr; gap: 0; background: var(--deep-green); color: var(--white); }
.factory-copy { padding: clamp(70px, 9vw, 130px) clamp(30px, 8vw, 120px); }
.factory-copy .eyebrow { color: #d8a88e; }
.factory-copy > p:not(.eyebrow) { max-width: 690px; margin: 28px 0; color: #cdd5d1; font-size: 15px; line-height: 1.8; }
.factory-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 48px 0 0; padding: 0; list-style: none; counter-reset: factory; }
.factory-list li { padding-top: 17px; border-top: 1px solid rgba(255,255,255,.25); font-size: 12px; line-height: 1.55; }
.factory-panel { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(50px, 7vw, 100px); color: var(--ink); background: #ddd2c3; }
.factory-number { font-family: Georgia, serif; font-size: 90px; color: rgba(23,23,19,.25); }
.factory-panel p { font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(21px, 2.2vw, 31px); line-height: 1.45; }
.factory-panel a { width: max-content; padding-bottom: 7px; border-bottom: 1px solid; font-size: 12px; font-weight: 700; }

.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; padding: 100px clamp(22px, 7vw, 105px); background: #aa5634; color: var(--white); }
.contact .eyebrow { color: #f3d7c9; }
.contact-details p { display: grid; grid-template-columns: 90px 1fr; gap: 18px; margin: 0; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.32); font-size: 12px; line-height: 1.55; }
.contact-details span { color: #f2d6ca; }
.contact-link { color: inherit; text-decoration: none; }
.contact-link:hover { text-decoration: underline; }
.contact-details .button { margin-top: 26px; border-color: var(--white); }

footer { display: flex; align-items: center; justify-content: space-between; padding: 32px clamp(22px, 5vw, 76px); background: var(--ink); color: var(--white); }
footer p { color: #aaa9a3; font-size: 10px; }
.footer-brand .brand-mark { color: var(--ink); background: var(--white); }
.footer-brand small { color: #aaa9a3; }
.footer-catalog { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 18px; max-width: 720px; padding: 0 22px; }
.footer-catalog a { color: #d2d0ca; font-size: 10px; letter-spacing: .04em; }
.footer-catalog a:hover { color: var(--white); text-decoration: underline; }

.seo-page { min-height: 100vh; background: var(--paper); }
.seo-header { display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 0 clamp(22px, 5vw, 76px); border-bottom: 1px solid var(--line); }
.seo-header nav { display: flex; gap: 22px; color: var(--muted); font-size: 12px; }
.seo-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; padding: 90px clamp(22px, 7vw, 105px) 70px; }
.seo-intro h1 { max-width: 820px; margin: 0; font-family: Georgia, serif; font-size: clamp(46px, 6vw, 82px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.seo-intro-copy { align-self: end; color: var(--muted); font-size: 15px; line-height: 1.8; }
.seo-intro-copy .button { margin-top: 18px; }
.seo-guide, .seo-products, .seo-process, .seo-faq { padding: 90px clamp(22px, 5vw, 76px); border-top: 1px solid var(--line); }
.seo-guide { background: #e9e5dd; }
.seo-section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: end; margin-bottom: 44px; }
.seo-section-heading h2 { max-width: 780px; margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 58px); font-weight: 400; line-height: 1.05; letter-spacing: -.03em; }
.seo-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.seo-guide-grid article { min-height: 300px; padding: 32px; background: var(--paper); }
.seo-guide-grid article > span { color: var(--accent); font-family: Georgia, serif; font-size: 38px; }
.seo-guide-grid h3 { margin: 54px 0 14px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.seo-guide-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.seo-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.seo-product-card { display: block; margin: 0; border: 1px solid var(--line); color: inherit; background: var(--card); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.seo-product-card:hover { border-color: var(--ink); transform: translateY(-3px); }
.seo-product-card img { width: 100%; aspect-ratio: 1.18; padding: 8px; background: #fff; object-fit: contain; }
.seo-product-card figcaption { padding: 17px 18px 20px; }
.seo-product-card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.seo-product-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.seo-process { color: var(--white); background: var(--ink); }
.seo-process .eyebrow { color: #c8c5bd; }
.seo-process ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; background: #4a4843; list-style: none; }
.seo-process li { display: grid; gap: 14px; min-height: 180px; padding: 30px; background: var(--ink); }
.seo-process strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.seo-process span { color: #b9b7b0; font-size: 12px; line-height: 1.7; }
.seo-faq-list { border-top: 1px solid var(--line); }
.seo-faq details { border-bottom: 1px solid var(--line); }
.seo-faq summary { padding: 24px 2px; font-family: Georgia, serif; font-size: 21px; cursor: pointer; }
.seo-faq details p { max-width: 860px; margin: 0; padding: 0 2px 26px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.seo-related { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; padding: 34px clamp(22px, 5vw, 76px); border-top: 1px solid var(--line); }
.seo-related strong { margin-right: 10px; font-size: 12px; }
.seo-related a { padding: 9px 12px; border: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.seo-related a:hover { border-color: var(--ink); color: var(--ink); }

.modal { position: fixed; z-index: 100; inset: 0; display: grid; visibility: hidden; place-items: center; opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(17, 16, 14, .76); backdrop-filter: blur(8px); cursor: pointer; }
.modal-panel { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; width: min(1260px, calc(100vw - 42px)); max-height: calc(100vh - 42px); overflow: auto; background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.4); transform: translateY(20px); transition: transform .3s ease; }
.modal.open .modal-panel { transform: translateY(0); }
.modal-close { position: absolute; z-index: 3; top: 15px; right: 15px; width: 39px; height: 39px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.9); font-size: 25px; cursor: pointer; }
.modal-gallery { display: grid; grid-template-rows: 1fr auto; min-height: 720px; padding: 18px; background: #e9e6df; }
.modal-main-image { display: grid; place-items: center; overflow: hidden; background: #fff; }
.modal-main-image img { width: 100%; height: 100%; max-height: 580px; padding: 15px; object-fit: contain; }
.modal-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 9px; }
.modal-thumb { position: relative; aspect-ratio: 1.4; padding: 0; overflow: hidden; border: 1px solid transparent; background: #fff; cursor: pointer; }
.modal-thumb.active { border-color: var(--ink); }
.modal-thumb img { width: 100%; height: 100%; object-fit: contain; }
.modal-thumb span { position: absolute; right: 7px; bottom: 6px; padding: 4px 7px; color: #fff; background: rgba(0,0,0,.66); font-size: 8px; }
.modal-content { padding: 65px clamp(32px, 5vw, 70px); }
.modal-content h2 { margin: 0; font-family: Georgia, "Noto Serif SC", serif; font-size: clamp(36px, 4vw, 58px); font-weight: 400; line-height: 1.08; }
.modal-summary { margin: 22px 0 30px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec-item { min-height: 94px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-item span { display: block; color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .12em; }
.spec-item strong { display: block; margin-top: 9px; font-size: 12px; font-weight: 550; line-height: 1.55; }
.detail-block { margin-top: 28px; }
.detail-block h3 { margin: 0 0 12px; font-family: Georgia, "Noto Serif SC", serif; font-size: 21px; font-weight: 400; }
.detail-block ul { display: grid; gap: 8px; margin: 0; padding: 0; color: var(--muted); font-size: 12px; line-height: 1.6; list-style: none; }
.detail-block li::before { content: "—"; margin-right: 8px; color: var(--accent); }
.modal-actions { display: flex; gap: 10px; margin-top: 33px; }

[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
[dir="rtl"] .product-card, [dir="rtl"] .category-tile { text-align: right; }
[dir="rtl"] .detail-block li::before { margin-right: 0; margin-left: 8px; }
[dir="rtl"] .modal-close { right: auto; left: 15px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 30px; }
  .hero-visual { width: min(760px, 100%); min-height: 540px; margin: 45px auto 0; }
  .category-strip { grid-template-columns: repeat(3, 1fr); }
  .category-tile:nth-child(n) { border-right: 1px solid var(--line); border-top: 0; }
  .category-tile:nth-child(3n) { border-right: 0; }
  .category-tile:nth-child(n+4) { border-top: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .modal-panel { grid-template-columns: 1fr; }
  .modal-gallery { min-height: 550px; }
}

@media (max-width: 760px) {
  .announcement { font-size: 9px; letter-spacing: .1em; }
  .site-header { min-height: 67px; }
  .brand strong { font-size: 14px; }
  .brand-mark { width: 35px; height: 35px; }
  .header-quote { display: none; }
  .header-actions { gap: 8px; }
  .hero { min-height: 0; padding-top: 70px; }
  .hero h1 { font-size: clamp(45px, 13vw, 68px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-stats { gap: 30px; }
  .hero-visual { min-height: 390px; margin-top: 30px; }
  .hero-visual::before { inset: 35px 10px 25px 35px; }
  .hero-card { border-width: 6px; }
  .hero-card-main { top: 38px; width: 86%; height: 270px; }
  .hero-card-top { width: 36%; height: 145px; }
  .hero-card-bottom { width: 39%; height: 150px; }
  .hero-orbit { bottom: 35px; left: 4%; width: 76px; height: 76px; }
  .category-strip { grid-template-columns: 1fr 1fr; }
  .category-tile { grid-template-columns: 67px 1fr auto; min-height: 105px; padding: 12px; }
  .category-tile:nth-child(n) { border-right: 1px solid var(--line); border-top: 0; }
  .category-tile:nth-child(2n) { border-right: 0; }
  .category-tile:nth-child(n+3) { border-top: 1px solid var(--line); }
  .category-tile img { width: 60px; height: 60px; }
  .category-tile span { font-size: 14px; }
  .collections { padding-top: 75px; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .product-meta { padding: 13px; }
  .product-meta h3 { font-size: 16px; }
  .sourcing, .factory, .contact { grid-template-columns: 1fr; }
  .sourcing { gap: 28px; padding: 70px 24px; }
  .factory-copy, .factory-panel, .contact { padding: 70px 24px; }
  .factory-list { grid-template-columns: 1fr; }
  .factory-panel { min-height: 440px; }
  footer { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-catalog { justify-content: flex-start; padding: 0; }
  .seo-header nav { display: none; }
  .seo-intro { grid-template-columns: 1fr; gap: 24px; padding: 70px 24px 48px; }
  .seo-guide, .seo-products, .seo-process, .seo-faq { padding: 68px 18px; }
  .seo-section-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 30px; }
  .seo-guide-grid, .seo-process ol { grid-template-columns: 1fr; }
  .seo-guide-grid article { min-height: 240px; padding: 26px; }
  .seo-guide-grid h3 { margin-top: 36px; }
  .seo-product-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .seo-related { padding: 28px 18px; }
  .modal-panel { width: 100%; max-height: 100vh; }
  .modal-gallery { min-height: 420px; padding: 10px; }
  .modal-main-image img { max-height: 330px; }
  .modal-content { padding: 42px 22px; }
  .modal-actions { flex-direction: column; }
}

@media (max-width: 470px) {
  .brand small { display: none; }
  .language-switcher .lang-btn { width: 31px; }
  .hero-stats dt { font-size: 26px; }
  .product-grid { grid-template-columns: 1fr; }
  .seo-product-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 1.25; }
}
