/** Shopify CDN: Minification failed

Line 1332:0 Unexpected "}"

**/
:root {
  --ink: #1f2925;
  --body: #5d6b64;
  --muted: #8a948e;
  --line: #e2e8e2;
  --line-strong: #d5ddd6;
  --paper: #f7f8f5;
  --soft: #eef4ee;
  --sand: #f4f1ea;
  --white: #ffffff;
  --sage: #8ba892;
  --sage-dark: #506f58;
  --shadow: 0 18px 55px rgba(45, 64, 54, .08);
  --shadow-strong: 0 26px 65px rgba(31, 41, 37, .16);
  --max: 1460px;
  --radius: 8px;
}

/* Use the typography families available in the supplied UI; system fallbacks keep this local package self-contained. */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.5 "Figtree", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, h4 { margin: 0; }

.container { width: min(var(--max), calc(100% - 28px)); margin: 0 auto; }
.eyebrow {
  margin-bottom: 12px;
  color: var(--sage-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow.light { color: rgba(240, 246, 241, .92); }
h1, h2, h3, h4 { font-family: "Arvo", Georgia, serif; }
h1 { font-size: clamp(48px, 6vw, 78px); font-weight: 700; line-height: .99; letter-spacing: -.035em; }
h2 { font-size: clamp(33px, 4vw, 50px); font-weight: 700; line-height: 1.06; letter-spacing: -.028em; }
h3 { font-size: 22px; font-weight: 700; line-height: 1.18; }

/* Shared header, brought in line with the supplied About Us interface */
.site-header {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(226, 232, 226, .86);
  background: rgba(247, 248, 245, .92);
  backdrop-filter: blur(14px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(255, 255, 255, .96); box-shadow: 0 10px 32px rgba(31, 41, 37, .06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; font-size: 20px; font-weight: 700; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--body); font-size: 14px; }
.site-nav a { position: relative; padding: 4px 0; transition: color .2s ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--sage-dark); }
.site-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--sage-dark); }
.header-tools { display: flex; align-items: center; gap: 8px; }
.icon-button, .menu-toggle {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.icon-button:hover, .menu-toggle:hover { border-color: var(--line); background: var(--white); transform: translateY(-1px); }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; }
.menu-toggle { display: none; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 4px auto; background: var(--ink); }

.mobile-menu {
  position: fixed;
  z-index: 55;
  inset: 76px 0 auto;
  display: none;
  min-height: calc(100vh - 76px);
  padding: 34px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(247,248,245,.98);
  border-top: 1px solid var(--line);
}
.mobile-menu.is-open { display: grid; align-content: start; gap: 4px; }
.mobile-menu a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: "Arvo", Georgia, serif; font-size: 28px; }

/* Overview hero */
.products-hero {
  position: relative;
  min-height: 0;
  aspect-ratio: 2047 / 639;
  margin: 0;
  overflow: visible;
  color: var(--white);
  background: #ffffff;
}
.products-hero > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center top;
  filter: saturate(.96) contrast(1) brightness(.96);
}
.products-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 31, 26, .26) 0%, rgba(22, 31, 26, .08) 46%, rgba(22, 31, 26, .01) 100%), linear-gradient(180deg, rgba(22, 31, 26, .01), rgba(22, 31, 26, .10));
}
.products-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 128px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.42) 50%, rgba(255,255,255,.82) 78%, #ffffff 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 44%;
  left: 0;
  padding: 0;
}
.hero-content h1 { max-width: 720px; }

/* Series cards deliberately overlap the lower half of the hero image */
.collections-section {
  position: relative;
  z-index: 5;
  margin-top: clamp(-112px, -6.2vw, -82px);
  padding: 0;
  border: 0;
  background: transparent;
}
.collections-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 96px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.82) 34px, #ffffff 88px);
  z-index: 0;
  pointer-events: none;
}
.collections-section::after { content: none !important; display: none !important; }
.collection-shelf { position: relative; z-index: 2; margin-top: 0; }
.series-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
.series-card {
  display: grid;
  grid-template-rows: 128px 54px;
  min-height: 182px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(31,41,37,.11);
  cursor: pointer;
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease, outline-color .25s ease;
}
.series-card-image {
  display: block;
  width: calc(100% + 26px);
  max-width: none;
  height: 128px;
  margin-left: -13px;
  object-fit: cover;
  object-position: 52% center;
  transform: scale(1.02);
}
.series-card-copy { display: flex; align-items: center; min-width: 0; padding: 17px 19px; background: var(--white); }
.series-card h3 { max-width: 100%; overflow: hidden; color: var(--ink); font-size: 20px; font-weight: 700; letter-spacing: -.025em; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.series-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(31,41,37,.15); }
.series-card.is-active { outline: 2px solid var(--sage-dark); outline-offset: 0; box-shadow: 0 0 0 5px rgba(80,111,88,.12), 0 22px 44px rgba(31,41,37,.17); transform: translateY(-5px); }
.series-card.is-active .series-card-copy { background: #f8fbf8; }
.series-card.is-active h3 { color: var(--sage-dark); }

/* Material grid */
.product-library { position: relative; padding: 74px 0 108px; border: 0 !important; background: var(--white); }
.product-library::before { content: none !important; display: none !important; }
.library-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: end; padding-bottom: 22px; }
.library-copy h2 { max-width: 650px; }
.library-tools { display: grid; justify-items: end; }
.view-toggle { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.view-toggle button { min-width: 82px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 13px; border: 0; border-radius: 999px; color: var(--body); background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.view-toggle button.is-active { color: var(--white); background: var(--sage-dark); box-shadow: 0 6px 16px rgba(80,111,88,.22); }
.view-icon { position: relative; display: inline-grid; gap: 2px; width: 13px; height: 13px; }
.view-icon.grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); }
.view-icon.grid i { display: block; background: currentColor; }
.view-icon.list { align-content: center; }
.view-icon.list i { display: block; width: 13px; height: 1px; background: currentColor; }

.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; transition: opacity .22s ease, transform .22s ease; }
.product-grid.is-switching { opacity: 0; transform: translateY(8px); }
.product-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(31,41,37,.045);
  transition: transform .28s cubic-bezier(.22,.78,.26,1), box-shadow .28s ease, border-color .28s ease;
}
.product-card:hover { transform: translateY(-6px); border-color: rgba(80,111,88,.35); box-shadow: 0 20px 44px rgba(31,41,37,.13); }
.product-media { position: relative; overflow: hidden; aspect-ratio: 1.13 / 1; background: var(--swatch, #e0ded7); }
.product-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(31,41,37,.12)); opacity: .9; transition: opacity .25s ease; }
.product-card:hover .product-media::after { opacity: .45; }
.product-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(.99); transform: scale(1.20); transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.product-card:hover .product-media img { transform: scale(1.27); filter: saturate(1) contrast(1.01); }
.product-card-body { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: center; min-height: 76px; padding: 16px 15px 15px; }
.product-card-body h3 { overflow: hidden; font-size: 18px; font-weight: 700; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.product-arrow { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--sage-dark); font-size: 17px; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.product-card:hover .product-arrow { border-color: var(--sage-dark); color: var(--white); background: var(--sage-dark); }
.product-summary { display: none; }

.product-grid.is-list { grid-template-columns: 1fr; gap: 16px; }
.product-grid.is-list .product-card { grid-template-columns: 180px 1fr; min-height: 150px; }
.product-grid.is-list .product-media { min-height: 150px; aspect-ratio: auto; }
.product-grid.is-list .product-card-body { grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 18px 24px; }
.product-grid.is-list .product-card-body h3 { font-size: 25px; white-space: normal; }
.product-grid.is-list .product-summary { display: block; grid-column: 1 / 2; margin-top: 4px; color: var(--body); font-size: 13px; line-height: 1.52; }


/* Footer copied structurally from the current UI system */
.site-footer { padding: 64px 0 24px; border-top: 1px solid var(--line); background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.2fr .8fr; gap: 44px; }
.footer-brand { display: block; margin-bottom: 12px; font-size: 20px; font-weight: 700; letter-spacing: .04em; }
.site-footer p, .site-footer a { color: var(--body); font-size: 14px; line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: repeat(2, max-content); gap: 8px 28px; align-content: start; }
.footer-links a:hover { color: var(--sage-dark); }
.footer-contact { display: grid; justify-items: start; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 0 18px; border: 1px solid var(--sage-dark); color: var(--sage-dark); background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); color: var(--white); background: var(--sage-dark); }
.btn span { font-size: 18px; line-height: 1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

/* Detail page */
.detail-main { padding-top: 76px; }
.detail-top { padding: 52px 0 76px; background: var(--white); }
.crumb { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--sage-dark); font-size: 13px; font-weight: 700; }
.crumb i { font-size: 17px; font-style: normal; }
.detail-hero-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1fr); gap: 42px; align-items: center; }
.detail-copy { grid-column: 2; grid-row: 1; }
.detail-visual { grid-column: 1; grid-row: 1; }
.detail-copy { display: flex; flex-direction: column; justify-content: center; padding: 28px 0 28px 2px; }
.detail-copy h1 { max-width: 470px; }
.detail-copy .detail-short { max-width: 430px; margin-top: 22px; color: var(--body); font-size: 17px; line-height: 1.58; }
.detail-copy .detail-link { display: inline-flex; align-items: center; gap: 8px; width: max-content; margin-top: 32px; color: var(--sage-dark); border-bottom: 1px solid rgba(80,111,88,.34); font-size: 13px; font-weight: 700; }
.detail-visual {
  position: relative;
  min-height: auto;
  overflow: hidden;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.detail-visual > img {
  position: relative;
  width: 100%;
  height: clamp(270px, 23.25vw, 375px);
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
  filter: saturate(.96) contrast(1.01);
  background: var(--soft);
}
.detail-carousel {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  background: var(--soft);
}
.detail-carousel-track {
  display: flex;
  width: 100%;
  will-change: transform;
  transition: transform .6s cubic-bezier(.22,.61,.36,1);
}
.detail-carousel-slide {
  min-width: 100%;
  flex: 0 0 100%;
}
.detail-carousel-slide img {
  display: block;
  width: 100%;
  height: clamp(270px, 23.25vw, 375px);
  object-fit: cover;
  filter: saturate(.96) contrast(1.01);
  background: var(--soft);
}
.detail-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(31,41,37,.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.detail-carousel-nav:hover {
  background: rgba(255,255,255,.98);
  box-shadow: 0 14px 32px rgba(31,41,37,.18);
}
.detail-carousel-nav.is-prev { left: 14px; }
.detail-carousel-nav.is-next { right: 14px; }
.color-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}
.color-switcher[hidden] { display: none; }
.color-swatch {
  width: 58px;
  height: 58px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(31,41,37,.06);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.color-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color-swatch:hover {
  transform: translateY(-2px);
  border-color: rgba(80,111,88,.38);
}
.color-swatch.is-active {
  border-color: var(--sage-dark);
  box-shadow: 0 0 0 3px rgba(80,111,88,.14), 0 10px 24px rgba(31,41,37,.11);
}
.color-swatch:focus-visible, .detail-carousel-nav:focus-visible {
  outline: 2px solid rgba(80,111,88,.45);
  outline-offset: 2px;
}
.detail-series-chip { display: inline-flex; align-items: center; gap: 8px; width: max-content; margin-bottom: 18px; padding: 8px 10px; border: 1px solid rgba(80,111,88,.18); border-radius: 999px; color: var(--sage-dark); background: var(--soft); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.detail-series-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--series-accent, var(--sage-dark)); }

.detail-section { padding: 78px 0; border-top: 1px solid var(--line); background: var(--paper); }
.detail-section.is-white { background: var(--white); }
.detail-section-grid { display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 62px; }
.detail-section-label h2 { font-size: 29px; }
.detail-section-label p { margin-top: 12px; color: var(--body); font-size: 14px; line-height: 1.58; }
.detail-story { max-width: 735px; color: var(--body); font-size: 18px; line-height: 1.65; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.character-chip { padding: 9px 13px; border: 1px solid rgba(80,111,88,.16); border-radius: 999px; color: var(--sage-dark); background: var(--soft); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.spec-panel { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 28px; padding: 8px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.spec-row { display: grid; grid-template-columns: minmax(116px, 38%) 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--body); font-size: 13px; line-height: 1.45; }
.spec-row strong { color: var(--ink); font-weight: 700; }
.spec-row:nth-last-child(-n+2) { border-bottom: 0; }
.reference-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.reference-card { position: relative; overflow: hidden; min-height: 220px; border-radius: var(--radius); background: var(--soft); box-shadow: var(--shadow); }
.reference-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.83) brightness(.95); }
.reference-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(20,32,26,.68)); }
.reference-card span { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 15px; color: #fff; font-size: 13px; font-weight: 700; }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.related-card { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.related-card:hover { transform: translateY(-4px); border-color: rgba(80,111,88,.4); box-shadow: var(--shadow); }
.related-card img { width: 100%; aspect-ratio: 1.55/1; object-fit: cover; filter: saturate(.88); }
.related-card span { display: block; padding: 10px 11px 12px; color: var(--ink); font-family: "Arvo", Georgia, serif; font-size: 16px; font-weight: 700; line-height: 1.15; }
.inquiry-panel { position: relative; overflow: hidden; padding: 82px 0; color: #fff; background: #31493a; }
.inquiry-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,32,26,.76), rgba(20,32,26,.28)), url('//21-parkhouse.com/cdn/shop/t/2/assets/21ph_images_architecture_app-restaurant-wall-clean.webp?v=94066994461130201891784882453') center/cover; opacity: .45; }
.inquiry-inner { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.inquiry-panel h2 { max-width: 680px; color: #fff; }
.inquiry-panel .eyebrow { color: #d9ecdb; }
.btn-light { border-color: var(--white); color: var(--sage-dark); background: var(--white); }
.btn-light:hover { color: var(--white); background: transparent; }
.btn-outline-light { border-color: rgba(255,255,255,.76); color: var(--white); background: transparent; }
.btn-outline-light:hover { color: var(--sage-dark); background: var(--white); }

.search-layer { position: fixed; z-index: 90; inset: 0; display: none; padding: 110px 24px 24px; background: rgba(20,32,26,.48); backdrop-filter: blur(10px); }
.search-layer.is-open { display: block; }
.search-panel { width: min(720px, 100%); margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.6); border-radius: var(--radius); background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.search-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); color: var(--sage-dark); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.search-close { border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 26px; line-height: 1; }
.search-field { display: flex; align-items: center; gap: 11px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.search-field svg { width: 20px; height: 20px; fill: none; stroke: var(--sage-dark); stroke-width: 1.7; stroke-linecap: round; }
.search-field input { flex: 1; min-width: 0; border: 0; outline: none; color: var(--ink); background: transparent; font-family: "Arvo", Georgia, serif; font-size: 24px; }
.search-results { max-height: min(56vh, 450px); overflow: auto; padding: 8px; }
.search-empty { padding: 28px 16px; color: var(--muted); text-align: center; font-size: 14px; }
.search-result { display: grid; grid-template-columns: 70px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 10px; border-radius: 6px; transition: background .2s ease; }
.search-result:hover { background: var(--soft); }
.search-result img { width: 70px; height: 52px; object-fit: cover; border-radius: 4px; }
.search-result strong { display: block; font-family: "Arvo", Georgia, serif; font-size: 17px; line-height: 1.15; }
.search-result small { display: block; margin-top: 4px; color: var(--body); font-size: 11px; }
.search-result i { color: var(--sage-dark); font-style: normal; font-size: 18px; }

:focus-visible { outline: 2px solid var(--sage-dark); outline-offset: 3px; }

@media (max-width: 1080px) {
  .container { width: min(var(--max), calc(100% - 24px)); }
  .series-grid { gap: 28px; }
  .series-card { grid-template-rows: 124px 58px; min-height: 182px; }
  .series-card-image { height: 124px; }
  .series-card h3 { font-size: 19px; }
  .product-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .detail-section-grid { grid-template-columns: 200px minmax(0,1fr); gap: 42px; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 22px, var(--max)); }
  .site-header { height: 68px; }
  .brand { font-size: 18px; }
  .site-nav { display: none; }
  .menu-toggle { display: inline-grid; }
  .mobile-menu { inset: 68px 0 auto; min-height: calc(100vh - 68px); }
  .products-hero { min-height: 460px; }
  .hero-content { bottom: 170px; padding: 0; }
  .collection-shelf { margin-top: -178px; }
  .series-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
  .series-card { grid-template-rows: 116px 56px; min-height: 172px; }
  .series-card-image { height: 116px; }
  .series-card-copy { padding: 14px 15px; }
  .series-card h3 { font-size: 18px; }
  .product-library { padding: 56px 0 84px; }
  .library-header { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .library-tools { width: 100%; justify-items: start; }
  .view-toggle { justify-self: start; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-contact { grid-column: 1/-1; }
  .detail-main { padding-top: 68px; }
  .detail-top { padding: 34px 0 56px; }
  .detail-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .detail-visual { grid-column: 1; grid-row: 1; min-height: auto; }
  .detail-copy { grid-column: 1; grid-row: 2; padding: 0; }
  .detail-section { padding: 58px 0; }
  .detail-section-grid { grid-template-columns: 1fr; gap: 24px; }
  .detail-section-label { display: flex; align-items: start; justify-content: space-between; gap: 32px; }
  .detail-section-label p { max-width: 290px; margin-top: 0; text-align: right; }
  .related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .inquiry-inner { align-items: start; flex-direction: column; }
}

@media (max-width: 540px) {
  .container { width: calc(100% - 20px); }
  .site-header { height: 64px; }
  .brand { font-size: 16px; }
  .icon-button, .menu-toggle { width: 38px; height: 38px; }
  .mobile-menu { inset: 64px 0 auto; min-height: calc(100vh - 64px); padding-inline: 18px; }
  .products-hero { min-height: 390px; }
  .products-hero::after { height: 96px; }
  .hero-content { bottom: 142px; padding: 0; }
  .hero-content h1 { max-width: 330px; font-size: 51px; }
  .collections-section { padding-bottom: 34px; }
  .collection-shelf { margin-top: -132px; }
  .series-grid { gap: 16px; }
  .series-card { grid-template-rows: 96px 48px; min-height: 144px; }
  .series-card-image { height: 96px; }
  .series-card-copy { padding: 11px 11px; }
  .series-card h3 { max-width: 134px; font-size: 14px; }
  .product-library { padding: 48px 0 65px; }
  .library-copy h2 { font-size: 34px; }
  .library-copy .library-intro { margin-top: 13px; font-size: 13px; }
  .library-tools { gap: 10px; }
  .view-toggle button { min-width: 67px; padding: 8px 9px; font-size: 11px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px 14px; }
  .product-card { min-height: 182px; }
  .product-card-body { min-height: 61px; padding: 11px 10px; }
  .product-card-body h3 { font-size: 15px; }
  .product-arrow { width: 24px; height: 24px; font-size: 15px; }
      .product-grid.is-list .product-card { grid-template-columns: 98px 1fr; min-height: 102px; }
  .product-grid.is-list .product-media { min-height: 102px; }
  .product-grid.is-list .product-card-body { padding: 13px 15px; }
  .product-grid.is-list .product-card-body h3 { font-size: 20px; }
  .product-grid.is-list .product-summary { font-size: 11px; }
  .site-footer { padding-top: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 7px; margin-top: 34px; }
  .detail-main { padding-top: 64px; }
  .detail-top { padding: 28px 0 44px; }
  .crumb { margin-bottom: 18px; font-size: 12px; }
  .detail-copy h1 { font-size: 49px; }
  .detail-copy .detail-short { font-size: 15px; }
  .detail-visual { min-height: auto; }
  .detail-section { padding: 47px 0; }
  .detail-section-label { align-items: start; flex-direction: column; gap: 7px; }
  .detail-section-label h2 { font-size: 25px; }
  .detail-section-label p { max-width: none; margin-top: 0; text-align: left; }
  .detail-story { font-size: 15px; }
  .character-chip { padding: 7px 10px; font-size: 11px; }
  .spec-panel { grid-template-columns: 1fr; padding: 4px 16px; }
  .spec-row { grid-template-columns: 104px 1fr; padding: 13px 0; font-size: 11px; }
  .spec-row:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .spec-row:last-child { border-bottom: 0; }
  .reference-grid { grid-template-columns: 1fr; }
  .reference-card { min-height: 170px; }
  .related-grid { gap: 12px; }
  .related-card span { font-size: 13px; }
  .inquiry-panel { padding: 57px 0; }
  .inquiry-panel h2 { font-size: 34px; }
  .inquiry-inner .btn { width: 100%; }
  .search-layer { padding: 78px 14px 14px; }
  .search-field { padding: 16px; }
  .search-field input { font-size: 20px; }
  .search-result { grid-template-columns: 58px minmax(0,1fr) auto; gap: 10px; }
  .search-result img { width: 58px; height: 45px; }
}

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

/* Responsive overlap keeps the same full-image and overlap relationship */
@media (max-width: 1120px) {
  .products-hero { aspect-ratio: 2047 / 760; }
  .hero-content { bottom: 44%; }
  .collections-section { margin-top: -82px; }
}
@media (max-width: 760px) {
  .products-hero { aspect-ratio: auto; min-height: 410px; }
  .products-hero > img { object-fit: cover; object-position: center top; }
  .hero-content { bottom: 42%; }
  .collections-section { margin-top: -62px; }
  .series-card { grid-template-rows: 94px 50px; min-height: 144px; }
  .series-card-image { height: 94px; }
}
@media (max-width: 520px) {
  .products-hero { min-height: 360px; }
  .hero-content { bottom: 41%; }
  .collections-section { margin-top: -48px; }
  .series-card { grid-template-rows: 74px 42px; min-height: 116px; }
  .series-card-image { height: 74px; }
}

/* Keep the shelf itself neutral: the section carries the deliberate overlap. */
.collection-shelf { margin-top: 0 !important; }


@media (max-width: 760px) {
  .collections-section::before { top: 72px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.82) 26px, #ffffff 66px); }
}
@media (max-width: 520px) {
  .collections-section::before { top: 58px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.82) 20px, #ffffff 52px); }
}


@media (max-width: 800px) {
  .detail-visual { padding: 14px; }
  .detail-visual > img, .detail-carousel-slide img { height: clamp(280px, 58vw, 420px); }
  .color-switcher { gap: 8px; margin-top: 12px; }
  .color-swatch { width: 50px; height: 50px; }
}
@media (max-width: 540px) {
  .detail-visual > img, .detail-carousel-slide img { height: clamp(230px, 62vw, 340px); }
  .color-swatch { width: 44px; height: 44px; border-radius: 6px; }
}


/* Application & cases module */
.application-cases-content { display: grid; gap: 30px; }
.case-entry-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.case-entry-card { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr); gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.case-entry-card:hover { transform: translateY(-3px); border-color: rgba(80,111,88,.3); box-shadow: var(--shadow-strong); }
.case-entry-image { min-height: 250px; background: var(--soft); }
.case-entry-image img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; }
.case-entry-copy { display: grid; align-content: center; gap: 14px; padding: 28px 30px; }
.case-entry-kicker { width: max-content; padding: 7px 10px; border: 1px solid rgba(80,111,88,.16); border-radius: 999px; color: var(--sage-dark); background: var(--soft); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.case-entry-copy h3 { font-size: clamp(25px, 2.6vw, 38px); line-height: 1.02; letter-spacing: -.03em; }
.case-entry-copy p { max-width: 720px; color: var(--body); font-size: 15px; line-height: 1.62; }
.case-entry-copy dl { display: grid; gap: 9px; margin: 4px 0 0; }
.case-entry-copy dl div { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 16px; padding-top: 9px; border-top: 1px solid var(--line); }
.case-entry-copy dt { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.case-entry-copy dd { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.45; }
.case-entry-link { display: inline-flex; align-items: center; gap: 7px; width: max-content; margin-top: 4px; color: var(--sage-dark); font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(80,111,88,.34); }
.case-entry-link i { font-style: normal; font-size: 16px; }
.case-entry-card.is-empty-case .case-entry-image { position: relative; }
.case-entry-card.is-empty-case .case-entry-image::after { content: "CASE TO BE ADDED"; position: absolute; inset: auto 16px 16px 16px; padding: 9px 11px; border-radius: 999px; color: var(--sage-dark); background: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; }
.case-detail-top { padding: 118px 0 70px; background: var(--white); }
.case-detail-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 46px; align-items: center; }
.case-detail-copy { display: grid; gap: 18px; }
.case-detail-copy h1 { max-width: 640px; }
.case-detail-summary { color: var(--body); font-size: 17px; line-height: 1.62; }
.case-detail-image { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--soft); }
.case-detail-image img { width: 100%; height: clamp(340px, 34vw, 560px); object-fit: cover; }
.case-detail-body { padding: 76px 0; border-top: 1px solid var(--line); background: var(--paper); }
.case-detail-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr); gap: 44px; align-items: start; }
.case-detail-text { display: grid; gap: 18px; color: var(--body); font-size: 17px; line-height: 1.68; }
.case-info-panel { display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.case-info-row { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 16px; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.case-info-row:last-child { border-bottom: 0; }
.case-info-row strong { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.case-info-row span { color: var(--ink); font-size: 13px; line-height: 1.45; }
.case-empty-note { margin-top: 12px; padding: 16px 18px; border: 1px dashed rgba(80,111,88,.28); border-radius: var(--radius); background: var(--white); color: var(--body); font-size: 14px; line-height: 1.6; }
@media (max-width: 900px) { .case-entry-card, .case-detail-grid, .case-detail-panel { grid-template-columns: 1fr; } .case-entry-image, .case-entry-image img { min-height: 210px; } .case-entry-copy { padding: 22px; } }

/* Footer clean official-style layout */
.site-footer {
  padding: 58px 0 22px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) minmax(145px, .58fr) minmax(170px, .68fr) minmax(320px, 1.12fr);
  gap: 34px;
  align-items: start;
}
.footer-column,
.footer-inquiry {
  min-width: 0;
}
.site-footer .footer-brand {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 30px;
  font-weight: 850;
  letter-spacing: .035em;
  line-height: 1.05;
}
.footer-column h3,
.footer-inquiry h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-contact-list {
  display: grid;
  gap: 9px;
}
.footer-contact-list a,
.footer-contact-list .footer-address {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.48;
}
.footer-contact-list a:hover {
  color: var(--sage-dark);
}
.footer-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(80,111,88,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: var(--sage-dark);
}
.footer-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-contact-list a:hover .footer-icon {
  color: #fff;
  background: var(--sage-dark);
  border-color: var(--sage-dark);
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}
.footer-links a {
  width: max-content;
  color: var(--body);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.35;
}
.footer-links a:hover {
  color: var(--sage-dark);
}
.footer-inquiry {
  display: grid;
  gap: 9px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.62);
  box-shadow: 0 14px 34px rgba(31,41,37,.055);
}
.footer-inquiry h3 {
  margin-bottom: 2px;
}
.footer-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 7px 9px;
}
.footer-form-grid label {
  display: grid;
  gap: 3px;
}
.footer-form-grid label.is-wide {
  grid-column: 1 / -1;
}
.footer-form-grid span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-form-grid input,
.footer-form-grid textarea {
  width: 100%;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.24;
}
.footer-form-grid textarea {
  min-height: 50px;
  max-height: 64px;
  resize: vertical;
}
.footer-form-grid input:focus,
.footer-form-grid textarea:focus {
  outline: 2px solid rgba(80,111,88,.18);
  border-color: rgba(80,111,88,.45);
}
.footer-inquiry .btn {
  width: max-content;
  min-height: 38px;
  margin-top: 0;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 850;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.footer-socials {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-socials a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(80,111,88,.2);
  border-radius: 999px;
  color: var(--sage-dark);
  background: rgba(255,255,255,.7);
  transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease;
}
.footer-socials svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-socials a:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--sage-dark);
  border-color: var(--sage-dark);
}
.footer-contact-list a:focus-visible,
.footer-socials a:focus-visible,
.footer-links a:focus-visible {
  outline: 2px solid rgba(80,111,88,.42);
  outline-offset: 3px;
}
@media (max-width: 1120px) {
  .footer-main {
    grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr);
  }
  .footer-inquiry {
    grid-column: 1 / -1;
  }
}
@media (max-width: 680px) {
  .site-footer {
    padding-top: 44px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .site-footer .footer-brand {
    font-size: 27px;
  }
  .footer-column h3,
  .footer-inquiry h3 {
    font-size: 16px;
  }
  .footer-form-grid {
    grid-template-columns: 1fr;
  }
  .footer-inquiry .btn {
    width: 100%;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .footer-socials {
    justify-content: flex-start;
  }
}

/* Floating inquiry side tab */
.floating-inquiry {
  position: fixed;
  z-index: 88;
  top: 33.333vh;
  right: 0;
  left: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  gap: 0;
  transform: translateY(-50%);
}
.floating-inquiry-trigger {
  position: relative;
  z-index: 3;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.22);
  border-right: 0;
  border-radius: 14px 0 0 14px;
  color: var(--white);
  background: #16221b;
  box-shadow: 0 18px 34px rgba(21,32,27,.22);
  transform: translateX(13px);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  cursor: grab;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}
.floating-inquiry-trigger:active,
.floating-inquiry.is-dragging .floating-inquiry-trigger,
.floating-inquiry.is-dragging .floating-inquiry-head {
  cursor: grabbing;
}
.floating-inquiry:hover .floating-inquiry-trigger,
.floating-inquiry:focus-within .floating-inquiry-trigger,
.floating-inquiry.is-open .floating-inquiry-trigger,
.floating-inquiry.is-dragging .floating-inquiry-trigger {
  transform: translateX(0);
  background: #23382c;
  box-shadow: 0 22px 42px rgba(21,32,27,.28);
}
.floating-inquiry.is-dragging,
.floating-inquiry.is-dragging * {
  user-select: none;
}
.floating-inquiry.is-dragging,
.floating-inquiry.is-dragging .floating-inquiry-trigger,
.floating-inquiry.is-dragging .floating-inquiry-panel {
  transition: none !important;
}
.floating-inquiry-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
}
.floating-inquiry svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.floating-inquiry-trigger span:last-child {
  color: currentColor;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
}
.floating-inquiry-panel {
  position: absolute;
  right: 66px;
  top: 50%;
  width: 218px;
  padding: 14px;
  border: 1px solid rgba(80,111,88,.16);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 48px rgba(31,41,37,.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(18px, -50%) scale(.96);
  transform-origin: right center;
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(10px);
}
.floating-inquiry-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  width: 10px;
  height: 100%;
}
.floating-inquiry:hover .floating-inquiry-panel,
.floating-inquiry:focus-within .floating-inquiry-panel,
.floating-inquiry.is-open .floating-inquiry-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%) scale(1);
}
.floating-inquiry-head {
  display: grid;
  gap: 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
  cursor: grab;
  user-select: none;
  touch-action: none;
}
.floating-inquiry-head strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.1;
}
.floating-inquiry-head span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.floating-inquiry-panel > a:not(.floating-inquiry-cta) {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr);
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.floating-inquiry-panel i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--sage-dark);
  background: var(--soft);
  font-style: normal;
}
.floating-inquiry-panel i svg {
  width: 16px;
  height: 16px;
}
.floating-inquiry-panel b {
  display: block;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.1;
}
.floating-inquiry-panel small {
  display: block;
  margin-top: 3px;
  color: var(--body);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
.floating-inquiry-cta {
  min-height: 38px;
  margin-top: 11px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  color: var(--white);
  background: var(--sage-dark);
  font-size: 12px;
  font-weight: 800;
}
.floating-inquiry-cta em {
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 800px) {
  .floating-inquiry {
    top: auto;
    right: 12px;
    bottom: 18px;
    transform: none;
  }
  .floating-inquiry-trigger {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border-right: 1px solid rgba(255,255,255,.22);
    transform: none;
  }
  .floating-inquiry-panel {
    right: 0;
    top: auto;
    bottom: 64px;
    width: min(230px, calc(100vw - 28px));
    transform: translateY(12px) scale(.96);
    transform-origin: right bottom;
  }
  .floating-inquiry-panel::after { display: none; }
  .floating-inquiry:hover .floating-inquiry-panel,
  .floating-inquiry:focus-within .floating-inquiry-panel,
  .floating-inquiry.is-open .floating-inquiry-panel {
    transform: translateY(0) scale(1);
  }
}


/* SEO search grouping */
.search-group { padding: 8px 0 10px; }
.search-group + .search-group { border-top: 1px solid var(--line); }
.search-group-title { display: block; padding: 8px 10px 4px; color: var(--sage-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-result > span:first-child:empty { width: 70px; height: 52px; border-radius: 4px; background: var(--soft); }


/* v39 About Us exact horizontal search button */
.site-header .header-inner {
  width: min(1460px, calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 30px;
}
.site-header .brand {
  justify-self: start;
  color: var(--ink);
  font-family: "Figtree", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
}
.site-header .site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  color: var(--body);
  font-family: "Figtree", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.site-header .site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0;
}
.site-header .site-nav a:hover,
.site-header .site-nav a.is-active {
  color: var(--sage-dark);
}
.site-header .site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--sage-dark);
}
.header-tools {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-button.search-button {
  width: auto;
  min-width: 98px;
  height: 42px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--ink);
  font-family: "Figtree", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.icon-button.search-button svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}
.search-button-text {
  display: inline-block;
  transform: translateY(0);
}
@media (max-width: 920px) {
  .site-header .header-inner {
    grid-template-columns: 1fr auto;
  }
  .site-header .site-nav {
    display: none;
  }
  .header-tools {
    grid-column: 2;
  }
  .menu-toggle {
    display: inline-grid;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 68px;
  }
  .site-header .header-inner {
    width: min(100% - 22px, 1460px);
  }
  .site-header .brand {
    font-size: 18px;
  }
  .mobile-menu {
    inset: 68px 0 auto;
    width: 100%;
    margin: 0;
    min-height: calc(100vh - 68px);
    padding: 34px 22px;
  }
}
@media (max-width: 540px) {
  .site-header {
    height: 64px;
  }
  .site-header .header-inner {
    width: calc(100% - 20px);
    gap: 14px;
  }
  .site-header .brand {
    font-size: 16px;
  }
  .icon-button.search-button {
    min-width: 84px;
    height: 38px;
    gap: 8px;
    padding: 0 8px;
    font-size: 13px;
  }
  .icon-button.search-button svg {
    width: 18px;
    height: 18px;
  }
  .icon-button,
  .menu-toggle {
    width: 38px;
    height: 38px;
  }
  .mobile-menu {
    inset: 64px 0 auto;
    min-height: calc(100vh - 64px);
    padding-inline: 18px;
  }
}
/* end v39 About Us exact horizontal search button */

/* Hot sale product badges */
.product-card.is-hot-sale .product-media {
  overflow: hidden;
}
.hot-sale-badge {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  min-width: 92px;
  height: 28px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: none;
  color: #5b5149;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 20px rgba(34, 28, 22, .08);
  transform-origin: top right;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, background .28s ease;
  pointer-events: none;
  text-align: center;
  backdrop-filter: blur(4px);
}
.hot-sale-badge strong {
  display: block;
  font-family: "Figtree", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hot-sale-badge small {
  display: none;
}
.product-card.is-hot-sale:hover .hot-sale-badge {
  transform: scale(1.06);
  background: rgba(255,255,255,.98);
  box-shadow: 0 10px 24px rgba(34, 28, 22, .12);
}
.product-grid.is-list .hot-sale-badge {
  top: 10px;
  right: 10px;
  min-width: 88px;
  height: 26px;
  padding: 0 11px;
}
@media (max-width: 540px) {
  .hot-sale-badge {
    top: 8px;
    right: 8px;
    min-width: 76px;
    height: 24px;
    padding: 0 10px;
    border-radius: 8px;
  }
  .hot-sale-badge strong {
    font-size: 8px;
    letter-spacing: .1em;
  }
}
  .hot-sale-badge strong { font-size: 8px; }
}


/* Inline styles migrated from static HTML heads */

    /* v33 hero carousel patch: audited auto-rotation, title remains fixed */
    .products-hero.hero-carousel {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      background: #f7f8f5;
    }
    .products-hero.hero-carousel .hero-carousel-track {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    .products-hero.hero-carousel .hero-slide {
      position: absolute;
      inset: 0;
      margin: 0;
      opacity: 0;
      transform: translateX(20px) scale(1.01);
      transition: opacity 1.45s ease, transform 1.45s ease;
      pointer-events: none;
    }
    .products-hero.hero-carousel .hero-slide.is-active {
      opacity: 1;
      transform: translateX(0) scale(1);
      z-index: 1;
    }
    .products-hero.hero-carousel .hero-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
    .products-hero.hero-carousel .hero-content {
      position: absolute;
      z-index: 4;
      right: 0;
      bottom: 44%;
      left: 0;
      padding: 0;
      pointer-events: none;
    }
    .products-hero.hero-carousel .hero-content .eyebrow,
    .products-hero.hero-carousel .hero-content h1 {
      pointer-events: auto;
    }
    .products-hero.hero-carousel .hero-carousel-dots {
      position: absolute;
      z-index: 5;
      left: 50%;
      bottom: 22px;
      display: flex;
      align-items: center;
      gap: 10px;
      transform: translateX(-50%);
    }
    .products-hero.hero-carousel .hero-carousel-dots button {
      width: 42px;
      height: 4px;
      border: 0;
      border-radius: 999px;
      padding: 0;
      background: rgba(255,255,255,.38);
      box-shadow: 0 1px 3px rgba(31, 41, 37, .14);
      cursor: pointer;
      transition: background .35s ease, transform .35s ease;
    }
    .products-hero.hero-carousel .hero-carousel-dots button.is-active {
      background: rgba(255,255,255,.92);
      transform: scaleX(1.04);
    }
    .products-hero.hero-carousel::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      background: linear-gradient(90deg, rgba(22, 31, 26, .18) 0%, rgba(22, 31, 26, .04) 52%, rgba(22, 31, 26, 0) 100%);
      pointer-events: none;
    }
    .products-hero.hero-carousel::after {
      z-index: 3;
    }
    .products-hero.hero-carousel:not(.is-js) .hero-slide {
      animation: heroCarouselFallback 18s infinite;
    }
    .products-hero.hero-carousel:not(.is-js) .hero-slide:nth-child(1) { animation-delay: 0s; }
    .products-hero.hero-carousel:not(.is-js) .hero-slide:nth-child(2) { animation-delay: 4.5s; }
    .products-hero.hero-carousel:not(.is-js) .hero-slide:nth-child(3) { animation-delay: 9s; }
    .products-hero.hero-carousel:not(.is-js) .hero-slide:nth-child(4) { animation-delay: 13.5s; }
    @keyframes heroCarouselFallback {
      0%, 21% { opacity: 1; transform: translateX(0) scale(1); }
      28%, 100% { opacity: 0; transform: translateX(-16px) scale(1.01); }
    }
    @media (max-width: 900px) {
      .products-hero.hero-carousel .hero-carousel-dots {
        bottom: 16px;
        gap: 8px;
      }
      .products-hero.hero-carousel .hero-carousel-dots button {
        width: 30px;
      }
    }
    @media (max-width: 760px) {
      .products-hero.hero-carousel .hero-content { bottom: 42%; }
    }
    @media (max-width: 520px) {
      .products-hero.hero-carousel .hero-content { bottom: 41%; }
    }
    @media (prefers-reduced-motion: reduce) {
      .products-hero.hero-carousel .hero-slide {
        transition: opacity .35s linear, transform .35s linear;
      }
      .products-hero.hero-carousel:not(.is-js) .hero-slide {
        animation-duration: 28s;
      }
    }
  
/* v41 header logo image */
.site-header .brand {
  display: inline-flex;
  align-items: center;
  width: 236px;
  min-width: 0;
  line-height: 0;
}
.site-header .brand-logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 800px) {
  .site-header .brand { width: 198px; }
}
@media (max-width: 540px) {
  .site-header .brand { width: 168px; }
}

/* v8 footer uses the same transparent 21ParkHouse logo as the header */
.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  width: 280px;
  max-width: 100%;
  margin: 0 0 18px;
  line-height: 0;
}
.site-footer .footer-brand-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 680px) {
  .site-footer .footer-brand { width: 230px; }
}
