/*
Theme Name: Hang Lee B2B
Theme URI: https://hangleehk.com.hk/
Author: Hang Lee Products
Description: Lightweight B2B catalogue theme for custom wood packaging and displays.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: hanglee-b2b
*/

:root {
  --ink: #0d1830;
  --blue: #2447bf;
  --blue-dark: #132a7b;
  --ice: #eef3ff;
  --line: #dfe5ef;
  --paper: #ffffff;
  --muted: #667085;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.admin-bar .category-jump { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(100% - 48px, 1440px);
  height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand img { width: 132px; height: 68px; object-fit: contain; }
.site-header nav { display: flex; gap: 36px; font-size: 14px; font-weight: 700; }
.site-header nav a { padding: 12px 0; }
.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
}

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  padding: clamp(76px, 8vw, 132px) clamp(32px, 6vw, 112px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  margin: 0 0 30px;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(52px, 6vw, 92px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 760;
}
.hero-intro {
  max-width: 620px;
  margin: 32px 0 0;
  color: #45516a;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.6;
}
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 800;
}
.button-primary { background: var(--blue); color: white; }
.text-link { color: var(--blue-dark); font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; }

.hero-product {
  position: relative;
  min-height: 650px;
  padding: 74px 54px 44px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ice);
  background-image:
    linear-gradient(rgba(36,71,191,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36,71,191,.06) 1px, transparent 1px);
  background-size: 36px 36px;
}
.hero-product::after {
  content: '';
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(36,71,191,.22);
  pointer-events: none;
}
.hero-product > img {
  position: relative;
  z-index: 1;
  width: min(78%, 590px);
  max-height: 570px;
  object-fit: contain;
  filter: drop-shadow(0 32px 28px rgba(20,35,72,.18));
}
.technical-label {
  position: absolute;
  z-index: 2;
  top: 52px;
  left: 56px;
  display: grid;
  gap: 2px;
}
.technical-label span { font-size: 10px; letter-spacing: .16em; color: var(--blue); }
.technical-label strong { font-size: 18px; letter-spacing: .08em; }
.hero-caption {
  position: absolute;
  z-index: 2;
  right: 56px;
  bottom: 52px;
  display: grid;
  gap: 4px;
  text-align: right;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 700;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  border-bottom: 1px solid var(--line);
}
.proof-strip > div { min-height: 116px; padding: 26px 34px; display: grid; align-content: center; gap: 6px; border-right: 1px solid var(--line); }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip strong { font-size: 16px; }
.proof-strip span { color: var(--muted); font-size: 13px; }
.proof-strip .missing { background: #fffaf0; }
.proof-strip .missing span { color: #a36410; font-weight: 700; }

@media (max-width: 900px) {
  .site-header { width: min(100% - 32px, 1440px); grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .brand img { width: 112px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 72px 24px 60px; }
  h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-product { min-height: 520px; padding: 70px 24px 56px; }
  .hero-product::after { inset: 16px; }
  .technical-label { top: 34px; left: 36px; }
  .hero-caption { right: 36px; bottom: 32px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .proof-strip > div { border-bottom: 1px solid var(--line); }
}

@media (max-width: 520px) {
  .site-header { height: 74px; }
  .brand img { width: 96px; height: 58px; }
  .header-cta { font-size: 13px; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 56px; }
  .hero-product { min-height: 410px; }
  .hero-product > img { width: 88%; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { border-right: 0; }
}

.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.mobile-products { display: none; font-size: 13px; font-weight: 800; }
.section { padding: 120px clamp(24px, 6vw, 96px); }
.section-heading { margin-bottom: 54px; display: flex; justify-content: space-between; align-items: end; gap: 32px; }
.section-heading.narrow { max-width: 850px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading h2,
.company-copy h2,
.audience-statement h2,
.footer-lead h2,
.client-proof h2,
.catalog-hero h1,
.spec-section h2,
.custom-section h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.section-heading h2 { max-width: 780px; }
.arrow-link { display: inline-flex; align-items: center; gap: 12px; color: var(--blue); font-size: 14px; font-weight: 800; white-space: nowrap; }

.featured-section { background: #fbfcff; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.product-image { min-height: 340px; padding: 28px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #f3f5f9; }
.product-image img { width: calc(100% - 56px); height: 300px; position: absolute; inset: 28px; object-fit: contain; transition: opacity .28s ease, transform .35s ease; mix-blend-mode: multiply; }
.product-image-hover { opacity: 0; transform: scale(1.02); }
.product-card.has-hover-image:hover .product-image-primary { opacity: 0; transform: scale(.985); }
.product-card.has-hover-image:hover .product-image-hover { opacity: 1; transform: scale(1.035); }
.product-meta { margin-top: 20px; display: flex; justify-content: space-between; align-items: start; }
.product-meta > div { display: grid; gap: 4px; }
.product-meta span { color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.product-meta strong { font-size: 14px; letter-spacing: .08em; }
.product-meta > a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--blue); }
.product-card h3 { margin: 16px 0 5px; font-size: 20px; line-height: 1.2; letter-spacing: -.02em; }
.product-card > p { margin: 0; color: var(--muted); font-size: 14px; }

.audience-section { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--blue-dark); color: white; }
.audience-statement { padding: 104px clamp(28px, 7vw, 110px); border-right: 1px solid rgba(255,255,255,.2); }
.eyebrow.light { color: #9bb2ff; }
.audience-list { padding: 80px clamp(28px, 6vw, 86px); display: grid; align-content: center; }
.audience-list > div { min-height: 72px; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 17px; }
.audience-list b { color: #9bb2ff; }

.process-section { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { min-height: 360px; padding: 32px; position: relative; border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { position: absolute; top: 30px; right: 32px; color: #8b96aa; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.process-grid article > i { margin-top: 76px; display: block; color: var(--blue); font-size: 28px; font-style: normal; }
.process-grid h3 { margin: 34px 0 14px; font-size: 24px; }
.process-grid p { max-width: 360px; margin: 0; color: var(--muted); line-height: 1.7; }
.content-needed-row { padding: 28px 32px; display: grid; grid-template-columns: 170px 1fr; gap: 24px; background: #fffaf0; border-bottom: 1px solid #ead9b9; }
.content-needed-row span { color: #a36410; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.content-needed-row p { margin: 0; color: #755426; font-size: 14px; }

.company-section { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.company-copy { padding: 110px clamp(28px, 7vw, 110px); }
.company-copy > p:not(.eyebrow) { max-width: 680px; margin: 34px 0 0; color: #4e5a70; font-size: 18px; line-height: 1.8; }
.company-facts { margin-top: 54px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.company-facts > div { padding: 24px 20px 0 0; }
.company-facts span { color: var(--blue); font-size: 34px; font-weight: 800; letter-spacing: -.04em; }
.company-facts p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.asset-placeholder { min-height: 680px; padding: 58px; display: grid; grid-template-rows: 1fr auto; gap: 24px; background: #eef1f6; border-left: 1px solid var(--line); }
.placeholder-frame { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px dashed #8e9aaf; color: #657188; }
.placeholder-frame span, .client-placeholder span, .image-needed span { color: #a36410; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.placeholder-frame strong { margin-top: 16px; color: var(--ink); font-size: 24px; }
.placeholder-frame p { max-width: 400px; margin: 10px 20px 0; }
.placeholder-note { padding: 22px 24px; display: flex; justify-content: space-between; background: #fffaf0; border: 1px solid #ead9b9; }
.placeholder-note span { color: #755426; }
.placeholder-note strong { color: #a36410; }

.client-proof { padding: 80px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 72px; border-top: 1px solid var(--line); }
.client-placeholder { min-height: 160px; padding: 34px; display: flex; flex-direction: column; justify-content: center; background: #fffaf0; border: 1px dashed #c49a5a; }
.client-placeholder p { max-width: 590px; margin: 12px 0 0; color: #755426; }
.capability-details { padding: 26px 32px; display: flex; flex-wrap: wrap; gap: 10px; border-bottom: 1px solid var(--line); }
.capability-details span { padding: 8px 12px; background: var(--ice); color: var(--blue-dark); font-size: 14px; font-weight: 700; }
.company-section.is-copy-only { grid-template-columns: 1fr; }
.company-section.is-copy-only .company-copy { max-width: 1080px; }
.company-image { min-height: 680px; background: #eef1f6; border-left: 1px solid var(--line); }
.company-image img { width: 100%; height: 100%; object-fit: cover; }
.certifications { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.certifications p { margin: 8px 0 0; color: var(--muted); }
.client-content { min-height: 160px; padding: 34px; background: var(--ice); }
.client-content img { max-height: 120px; width: auto; object-fit: contain; }
.simple-content { min-height: 55vh; }

.site-footer { background: #09132a; color: white; }
.footer-lead { padding: 108px clamp(24px, 6vw, 96px); border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-lead h2 { max-width: 900px; }
.footer-lead > a { margin-top: 32px; display: inline-flex; align-items: center; gap: 14px; color: #9bb2ff; font-size: clamp(20px, 2vw, 30px); font-weight: 700; }
.footer-grid { padding: 58px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1fr 1fr .5fr; gap: 60px; }
.footer-grid strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p, .footer-links a { color: #aeb9cf; font-size: 14px; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-bottom { padding: 24px clamp(24px, 6vw, 96px); display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #7f8aa1; font-size: 12px; }

.catalog-hero { padding: 110px clamp(24px, 7vw, 110px) 96px; background: var(--ink); color: white; }
.catalog-hero .eyebrow { color: #9bb2ff; }
.catalog-hero h1 { max-width: 980px; }
.catalog-hero > p:last-child { max-width: 680px; margin: 30px 0 0; color: #b7c2d7; font-size: 18px; line-height: 1.7; }
.catalog-index { display: grid; grid-template-columns: 260px 1fr; align-items: start; padding: 60px clamp(24px, 4vw, 68px) 120px; gap: 44px; }
.catalog-sidebar { position: sticky; top: 24px; }
.catalog-sidebar > span { display: block; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.catalog-sidebar > div { padding: 24px 0; border-bottom: 1px solid var(--line); }
.catalog-sidebar strong { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.catalog-sidebar p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.catalog-sidebar .catalog-note { margin-top: 24px; padding: 22px; background: #fffaf0; border: 1px solid #ead9b9; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-grid .product-image { min-height: 280px; }
.catalog-grid .product-image img { height: 245px; }

.product-breadcrumb { min-height: 68px; padding: 0 clamp(24px, 5vw, 80px); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.product-breadcrumb a { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 800; }
.product-detail { display: grid; grid-template-columns: 1.08fr .92fr; border-bottom: 1px solid var(--line); }
.product-gallery { padding: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: #f1f3f7; }
.detail-image, .image-needed { min-height: 570px; display: flex; align-items: center; justify-content: center; background: white; }
.detail-image:first-child { grid-column: 1 / -1; }
.detail-image img { width: 88%; height: 510px; object-fit: contain; mix-blend-mode: multiply; }
.detail-image.secondary { min-height: 300px; }
.detail-image.secondary img { height: 280px; }
.image-needed { min-height: 260px; grid-column: 1 / -1; padding: 32px; flex-direction: column; text-align: center; border: 1px dashed #9ea8b9; }
.image-needed strong { margin-top: 12px; font-size: 20px; }
.image-needed p { margin: 8px 0 0; color: var(--muted); }
.product-summary { padding: clamp(54px, 7vw, 112px) clamp(30px, 6vw, 90px); }
.product-summary .eyebrow { margin-bottom: 50px; }
.model-number { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .14em; }
.product-summary h1 { margin-top: 14px; font-size: clamp(46px, 5vw, 78px); }
.detail-intro { max-width: 600px; margin: 28px 0 0; color: #4e5a70; font-size: 18px; line-height: 1.7; }
.project-fit { margin: 46px 0 38px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-fit h2 { margin: 0 0 18px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.project-fit p { margin: 10px 0 0; display: flex; align-items: center; gap: 12px; color: #4e5a70; }
.project-fit svg { color: var(--blue); }
.button.wide { width: 100%; }
.response-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.spec-section { padding: 110px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.spec-list { margin: 0; border-top: 1px solid var(--line); }
.spec-list > div { min-height: 68px; padding: 18px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); font-size: 14px; }
.spec-list dd { margin: 0; color: #a36410; font-size: 14px; font-weight: 800; }
.custom-section { padding: 100px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; background: var(--blue-dark); color: white; }
.custom-options { display: grid; grid-template-columns: 1fr 1fr; }
.custom-options span { min-height: 110px; padding: 24px; display: flex; align-items: end; border: 1px solid rgba(255,255,255,.2); margin: -1px 0 0 -1px; color: #cbd5eb; font-weight: 700; }

@media (max-width: 1100px) {
  .featured-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-index { grid-template-columns: 210px 1fr; }
  .product-detail { grid-template-columns: 1fr; }
  .product-summary { max-width: 900px; }
}

@media (max-width: 900px) {
  .mobile-products { display: inline; }
  .section { padding-top: 84px; padding-bottom: 84px; }
  .section-heading { align-items: start; flex-direction: column; }
  .audience-section, .company-section, .client-proof, .spec-section, .custom-section { grid-template-columns: 1fr; }
  .audience-statement { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .asset-placeholder { min-height: 520px; border-left: 0; border-top: 1px solid var(--line); }
  .client-proof { gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .catalog-index { grid-template-columns: 1fr; }
  .catalog-sidebar { position: static; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .catalog-sidebar > span, .catalog-sidebar > div { padding: 18px; border: 1px solid var(--line); }
  .catalog-sidebar .catalog-note { margin-top: 0; }
  .spec-section, .custom-section { gap: 42px; }
}

@media (max-width: 640px) {
  .header-actions { gap: 13px; }
  .header-cta svg { display: none; }
  .featured-grid, .catalog-grid { grid-template-columns: 1fr; }
  .product-image { min-height: 310px; }
  .product-image img { height: 270px; }
  .content-needed-row { grid-template-columns: 1fr; }
  .company-facts { grid-template-columns: 1fr; }
  .asset-placeholder { min-height: 440px; padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .catalog-hero { padding-top: 76px; }
  .catalog-sidebar { grid-template-columns: 1fr; }
  .catalog-grid .product-image { min-height: 310px; }
  .product-gallery { padding: 18px; }
  .detail-image { min-height: 390px; }
  .detail-image img { height: 350px; }
  .product-summary { padding-top: 64px; padding-bottom: 72px; }
  .spec-list > div { grid-template-columns: 1fr; gap: 8px; }
  .custom-options { grid-template-columns: 1fr; }
}

.range-section { background: white; }
.range-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.range-card { min-height: 520px; padding: 28px; position: relative; display: grid; grid-column: span 2; grid-template-rows: auto 1fr; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: #f8f9fc; }
.range-card:nth-child(4), .range-card:nth-child(5) { grid-column: span 3; }
.range-card.feature-range { background: var(--ice); }
.range-card > div { position: relative; z-index: 2; }
.range-card span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.range-card h3 { max-width: 320px; margin: 14px 0 8px; font-size: clamp(24px, 2.3vw, 38px); line-height: 1; letter-spacing: -.035em; }
.range-card p { max-width: 320px; margin: 0; color: var(--muted); font-size: 14px; }
.range-card img { width: 86%; height: 290px; align-self: end; justify-self: center; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.range-card.feature-range img { width: 68%; }
.range-card > b { position: absolute; right: 26px; top: 27px; z-index: 3; color: var(--blue); }
.range-card:hover img { transform: translateY(-5px) scale(1.025); }

.category-jump { display: grid; grid-template-columns: repeat(5, 1fr); position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(16,38,79,.08); backdrop-filter: blur(12px); }
.category-jump a { min-height: 86px; padding: 22px 28px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.category-jump a:last-child { border-right: 0; }
.category-jump span { color: var(--blue); font-size: 10px; letter-spacing: .12em; }
.catalog-groups { padding: 0 clamp(24px, 4vw, 68px); }
.catalog-group { padding: 100px 0 24px; scroll-margin-top: 106px; }
.catalog-group-heading { margin-bottom: 44px; display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 60px; }
.catalog-group-heading .eyebrow { margin-bottom: 12px; }
.catalog-group-heading h2 { margin: 0; font-size: clamp(38px, 4.2vw, 64px); line-height: 1; letter-spacing: -.045em; }
.catalog-group-heading > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.catalog-expansion { margin-top: 90px; padding: 80px clamp(24px, 7vw, 110px); background: #fffaf0; border-top: 1px solid #ead9b9; }
.catalog-expansion > span { color: #a36410; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.catalog-expansion h2 { margin: 16px 0 8px; font-size: clamp(34px, 4vw, 58px); letter-spacing: -.04em; }
.catalog-expansion p { max-width: 720px; margin: 0; color: #755426; }

@media (max-width: 1100px) {
  .range-grid { grid-template-columns: 1fr 1fr; }
  .range-card, .range-card:nth-child(4) { grid-column: span 1; }
  .range-card:nth-child(5) { grid-column: span 2; }
  .category-jump { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
}

@media (max-width: 760px) {
  .range-grid { grid-template-columns: 1fr; }
  .range-card, .range-card:nth-child(4), .range-card:nth-child(5) { grid-column: span 1; }
  .range-card { min-height: 430px; }
  .category-jump { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .category-jump a { min-width: 190px; min-height: 62px; flex: 0 0 auto; padding: 18px 22px; white-space: nowrap; border-right: 1px solid var(--line); border-bottom: 0; }
  .category-jump a:last-child { border-right: 0; }
  .catalog-group-heading { grid-template-columns: 1fr; gap: 20px; }
  .catalog-group { padding-top: 76px; scroll-margin-top: 82px; }
}

@media (max-width: 782px) {
  .admin-bar .category-jump { top: 46px; }
}

@media (hover: none) {
  .product-image-hover { display: none; }
  .product-card.has-hover-image:hover .product-image-primary { opacity: 1; transform: none; }
}
