:root {
  --ink: #2f2118;
  --muted: #756758;
  --paper: #fffaf3;
  --panel: #fffdf8;
  --warm: #f4eadc;
  --line: #e5d6c3;
  --coffee: #7a4217;
  --coffee-dark: #552b0d;
  --olive: #68733b;
  --gold: #b8844d;
  --shadow: 0 18px 38px rgba(72, 45, 24, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f8f1e8;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.wrap {
  width: min(1760px, calc(100% - 80px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 252, 246, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.topbar {
  height: 36px;
  color: #806f5d;
  background: #eee2d2;
  font-size: 14px;
}

.topbar .wrap,
.navrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar .wrap {
  height: 100%;
}

.navrow {
  min-height: 92px;
  gap: 18px;
}

.brand {
  display: grid;
  min-width: 116px;
  color: var(--coffee);
  line-height: 1;
}

.brand strong {
  font-size: 40px;
  letter-spacing: 2px;
  font-family: Georgia, "Times New Roman", serif;
}

.brand span {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: stretch;
  gap: 24px;
  height: 92px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  display: flex;
  align-items: center;
  color: #3d3027;
}

.main-nav a.active::after,
.main-nav a:hover::after {
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 3px;
  background: var(--coffee);
  content: "";
}

.header-search {
  display: flex;
  align-items: center;
  width: 210px;
  height: 46px;
  padding: 0 6px 0 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.header-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.header-search button,
.menu-button {
  display: grid;
  place-items: center;
  border: 0;
  color: var(--coffee);
  background: transparent;
  cursor: pointer;
}

.header-search button {
  width: 34px;
  height: 34px;
  font-size: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background: var(--coffee);
  box-shadow: 0 10px 22px rgba(122, 66, 23, 0.2);
}

.btn-olive {
  color: #fff;
  background: var(--olive);
}

.btn-ghost {
  color: var(--coffee);
  border-color: var(--line);
  background: #fff;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 24px;
}

.hero {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  background: #f0e5d7;
}

.hero-track {
  position: relative;
  min-height: 530px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.86) 38%, rgba(255, 250, 243, 0.18) 72%, rgba(255, 250, 243, 0) 100%);
  content: "";
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(480px, 730px) 1fr;
  min-height: 530px;
  align-items: center;
  gap: 60px;
  padding: 64px 0 54px;
}

.hero h1,
.hero-title,
.sub-hero h1,
.geo-hero h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.14;
  font-weight: 900;
}

.hero-desc,
.sub-hero p,
.geo-hero p {
  max-width: 740px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 650px;
  margin-top: 24px;
}

.hero-mini a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 2px 10px;
  min-height: 70px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
}

.hero-mini i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  color: var(--coffee);
  font-size: 26px;
}

.hero-mini b {
  font-size: 15px;
}

.hero-mini span {
  color: var(--muted);
  font-size: 13px;
}

.hero-switch {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--coffee);
  background: rgba(255, 241, 225, 0.9);
  font-size: 28px;
  cursor: pointer;
}

.hero-prev {
  left: 38px;
}

.hero-next {
  right: 38px;
}

.carousel-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  z-index: 6;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(122, 66, 23, 0.25);
  cursor: pointer;
}

.carousel-dots .active {
  width: 24px;
  background: var(--coffee);
}

.section h2,
.solution-module h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}

.section,
.solution-module,
.custom-plan,
.stats-row,
.knowledge,
.sub-hero,
.store-detail,
.proof-section,
.page-cta,
.geo-hero {
  margin-top: 30px;
}

.section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.tabs {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 800;
}

.tabs button {
  position: relative;
  border: 0;
  color: #5a4b3d;
  background: transparent;
  cursor: pointer;
}

.tabs .active {
  color: var(--coffee);
}

.tabs .active::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--coffee);
  content: "";
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.case-card,
.support-card,
.faq-grid article,
.article-list article,
.store-detail article,
.knowledge,
.proof-section,
.page-cta,
.geo-hero,
.sub-hero {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 8px 24px rgba(72, 45, 24, 0.06);
}

.feature-card {
  overflow: hidden;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.feature-card div {
  padding: 16px 14px 18px;
  text-align: center;
}

.feature-card h3,
.case-card h3,
.support-card h3,
.faq-grid h3,
.article-list h3 {
  margin: 0;
  font-size: 18px;
}

.feature-card p,
.case-card p,
.support-card p,
.faq-grid p,
.article-list p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.solution-module {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.solution-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
}

.solution-tabs a {
  display: grid;
  min-height: 92px;
  place-items: center;
  gap: 8px;
  border-right: 1px solid var(--line);
  color: #74461f;
  background: #fffaf3;
  font-weight: 800;
}

.solution-tabs a:last-child {
  border-right: 0;
}

.solution-tabs a.active {
  color: #fff;
  background: var(--coffee);
}

.solution-tabs i {
  font-size: 34px;
}

.solution-board {
  display: grid;
  grid-template-columns: 1fr 66px 1.1fr 1fr;
  min-height: 290px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  overflow: hidden;
}

.solution-copy {
  padding: 34px 32px;
}

.solution-copy h3 {
  margin: 0 0 18px;
  font-size: 24px;
}

.solution-copy ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #514337;
}

.solution-copy li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
}

.solution-copy i {
  color: var(--olive);
  font-size: 18px;
}

.solution-arrow {
  display: grid;
  place-items: center;
  color: var(--coffee);
  background: #f4eadc;
  font-size: 34px;
}

.solution-board img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-plan {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.custom-main {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  min-height: 310px;
}

.custom-media,
.custom-media picture {
  display: block;
  min-width: 0;
  height: 100%;
}

.custom-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 46px;
}

.custom-content h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.12;
}

.custom-content p {
  max-width: 430px;
  color: var(--muted);
}

.custom-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: #fffdf8;
}

.custom-tabs span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid var(--line);
  color: var(--coffee);
  font-weight: 800;
}

.custom-tabs span:last-child {
  border-right: 0;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.stats-row div {
  display: grid;
  grid-template-columns: 52px auto 1fr;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 20px 34px;
  border-right: 1px solid var(--line);
}

.stats-row div:last-child {
  border-right: 0;
}

.stats-row i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #d6b48e;
  border-radius: 50%;
  color: var(--coffee);
  font-size: 22px;
}

.stats-row b {
  font-size: 26px;
}

.stats-row span {
  color: var(--muted);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.support-card {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  color: #fff;
}

.support-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(52, 31, 18, 0.82), rgba(52, 31, 18, 0.22));
  content: "";
}

.support-card div {
  position: relative;
  z-index: 1;
  padding: 22px;
}

.support-card p {
  color: #fff4e7;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.case-card {
  overflow: hidden;
}

.case-card img {
  width: 100%;
  aspect-ratio: 1.95;
  object-fit: cover;
}

.case-card h3,
.case-card p {
  padding: 0 16px;
}

.case-card h3 {
  margin-top: 16px;
}

.case-card p {
  margin-bottom: 18px;
}

.case-empty {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 150px;
  padding: 28px 32px;
  border: 1px dashed #ccb99e;
  border-radius: var(--radius);
  background: #fffdf8;
}

.case-empty > i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--olive);
  background: #eef0df;
  font-size: 30px;
}

.case-empty h3,
.case-empty p {
  margin: 0;
}

.case-empty p {
  margin-top: 8px;
  color: var(--muted);
}

.knowledge {
  display: grid;
  grid-template-columns: 0.75fr 1.15fr 1.45fr;
  gap: 0;
  overflow: hidden;
}

.knowledge-intro,
.knowledge-box {
  padding: 34px;
}

.knowledge-intro {
  background: linear-gradient(135deg, #fffaf3, #f4eadc);
}

.knowledge-intro h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.22;
}

.knowledge-intro p {
  color: var(--muted);
}

.knowledge-box {
  border-left: 1px solid var(--line);
}

.knowledge-box h3 {
  margin: 0 0 14px;
}

.knowledge-box p {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.knowledge-box b {
  display: block;
}

.knowledge-box small,
.news-list time {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.news-list p {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 20px;
}

.news-list small {
  grid-column: 1 / -1;
}

.footer {
  margin-top: 34px;
  color: #f7eadb;
  background: #5a2d0d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, minmax(0, 1fr));
  gap: 28px;
  padding: 38px 0 26px;
}

.footer h3 {
  margin: 0 0 12px;
  color: #fff4e7;
  font-size: 18px;
}

.footer-brand h3 {
  font-size: 30px;
  line-height: 1;
}

.footer p {
  margin: 7px 0;
  color: #e3cdb7;
  font-size: 14px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.socials span {
  display: grid;
  min-width: 38px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-size: 12px;
}

.footer a {
  color: inherit;
}

.advisor-qrs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.advisor-qrs > a,
.advisor-qrs > div {
  display: grid;
  gap: 7px;
  align-content: start;
  color: inherit;
  text-align: center;
  font-size: 12px;
}

.footer small {
  grid-column: 1 / -1;
  display: block;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #d7bea4;
  text-align: center;
}

.advisor-panel {
  position: fixed;
  right: 96px;
  bottom: 38px;
  z-index: 45;
  width: min(500px, calc(100vw - 128px));
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
  box-shadow: var(--shadow);
}

.advisor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advisor-head button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.advisor-panel p {
  color: var(--muted);
}

.advisor-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.advisor-options button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.advisor-options .selected {
  color: #fff;
  border-color: var(--coffee);
  background: var(--coffee);
}

.advisor-result {
  margin-top: 14px;
  padding: 12px;
  border-radius: 6px;
  color: var(--muted);
  background: #f6ecdf;
  font-size: 14px;
}

.advisor-qrs {
  margin-top: 14px;
}

.advisor-qrs img {
  position: absolute;
  max-width: none;
  height: auto;
}

.advisor-qrs span {
  color: var(--muted);
  line-height: 1.35;
}

.advisor-send {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  padding: 12px;
  border-radius: 6px;
  color: #fff;
  background: var(--olive);
  font-weight: 800;
}

.side-toolbar {
  position: fixed;
  right: 0;
  top: 58%;
  z-index: 40;
  display: grid;
  overflow: hidden;
  transform: translateY(-50%);
  border-radius: 8px 0 0 8px;
  background: var(--coffee);
  box-shadow: var(--shadow);
}

.side-toolbar a,
.side-toolbar button {
  display: grid;
  width: 70px;
  min-height: 72px;
  place-items: center;
  gap: 2px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  background: transparent;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.side-toolbar i {
  font-size: 22px;
}

.sub-hero,
.geo-hero {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 42px;
  align-items: center;
  padding: 42px;
}

.sub-hero img {
  width: 100%;
  height: 360px;
  border-radius: 6px;
  object-fit: cover;
}

.sub-hero picture {
  display: block;
  min-width: 0;
}

.geo-search {
  padding: 20px 28px;
}

.geo-search form {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 8px 8px 8px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.geo-search form i {
  color: var(--muted);
  font-size: 20px;
}

.geo-search form input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
}

.geo-search form button {
  min-width: 88px;
}

.geo-search > p {
  margin: 10px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}

.search-empty {
  padding: 46px 20px;
  border: 1px dashed var(--line);
  text-align: center;
}

.search-empty i {
  color: var(--olive);
  font-size: 34px;
}

.search-empty h3 {
  margin: 10px 0 6px;
}

.search-empty p {
  margin: 0;
  color: var(--muted);
}

.not-found {
  min-height: 520px;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 60px 42px;
}

.not-found h1 {
  margin: 0;
  font-size: 46px;
}

.not-found > p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

[hidden] {
  display: none !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--coffee);
  font-weight: 800;
}

.store-detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.store-detail article {
  display: grid;
  grid-template-rows: 40px minmax(68px, auto) 1fr;
  min-width: 0;
  padding: 30px;
}

.store-detail i {
  display: block;
  height: 40px;
  color: var(--coffee);
  font-size: 34px;
}

.store-detail h2,
.proof-section h2,
.page-cta h2 {
  margin: 10px 0 16px;
  font-size: 28px;
}

.store-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-detail li {
  margin: 10px 0;
  color: var(--muted);
  line-height: 1.55;
}

.feature-card h3,
.case-card h3,
.support-card h3,
.faq-grid h3,
.article-list h3,
.store-detail h2 {
  overflow-wrap: anywhere;
}

.proof-section,
.page-cta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
}

.proof-section p,
.page-cta p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
}

.proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.proof-tags span {
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--coffee);
  background: #fff;
  font-weight: 800;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.faq-grid article,
.article-list article {
  padding: 24px;
}

.geo-code-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffaf3;
}

.geo-code-card p {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 4px;
  color: var(--coffee);
  background: #fff;
  font-family: Consolas, "Courier New", monospace;
  font-size: 14px;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.article-list span {
  color: var(--coffee);
  font-weight: 800;
}

.article-list small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
}

.article-list h3 a {
  color: inherit;
}

.publish-count {
  color: var(--olive);
  font-size: 14px;
  font-weight: 800;
}

.geo-detail,
.legal-page {
  padding-top: 38px;
  padding-bottom: 34px;
}

.geo-detail > header,
.legal-page > header {
  max-width: 980px;
  padding: 34px 0 22px;
}

.geo-detail h1,
.legal-page h1 {
  margin: 10px 0 18px;
  font-size: 46px;
  line-height: 1.2;
}

.geo-summary,
.legal-page > header > p:last-child {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.8;
}

.geo-body,
.legal-page {
  max-width: 1080px;
}

.geo-body section,
.legal-page > section {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.geo-body h2,
.legal-page h2,
.source-box h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.geo-body p,
.legal-page section p,
.source-box p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.geo-faq,
.source-box {
  margin-top: 34px;
}

.source-box {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
}

.source-box ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.source-box li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.source-box li span {
  color: var(--muted);
}

@media (max-width: 1280px) {
  .wrap {
    width: min(1120px, calc(100% - 42px));
  }

  .featured-grid,
  .solution-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solution-board {
    grid-template-columns: 1fr 56px 1fr;
  }

  .solution-board img {
    grid-column: 1 / -1;
    height: 260px;
  }

  .knowledge {
    grid-template-columns: 1fr;
  }

  .knowledge-box {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .support-grid,
  .case-grid,
  .article-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) and (min-width: 861px) {
  .navrow {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .main-nav {
    order: 3;
    width: 100%;
    height: auto;
    justify-content: space-between;
  }

  .main-nav a.active::after,
  .main-nav a:hover::after {
    bottom: -8px;
  }
}

@media (max-width: 860px) {
  body {
    padding-bottom: 0;
  }

  .wrap {
    width: calc(100% - 28px);
  }

  .topbar {
    height: 34px;
    padding: 0;
  }

  .topbar .wrap {
    gap: 8px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    white-space: nowrap;
    overflow: hidden;
  }

  .topbar .wrap > span:first-child {
    display: none;
  }

  .navrow {
    min-height: 74px;
    gap: 12px;
    flex-wrap: wrap;
  }

  .brand strong {
    font-size: 32px;
  }

  .brand span {
    font-size: 15px;
  }

  .menu-button {
    display: grid;
    margin-left: auto;
  }

  .main-nav {
    display: none;
    order: 5;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fffdf8;
  }

  .main-nav.open {
    display: grid;
  }

  .main-nav a {
    min-height: 40px;
  }

  .main-nav a.active::after,
  .main-nav a:hover::after {
    display: none;
  }

  .header-search {
    order: 3;
    width: 100%;
  }

  .hero,
  .hero-track {
    min-height: 590px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 590px;
    padding: 32px 0 54px;
  }

  .hero h1,
  .hero-title,
  .sub-hero h1,
  .geo-hero h1 {
    font-size: 36px;
  }

  .hero-desc,
  .sub-hero p,
  .geo-hero p {
    font-size: 16px;
  }

  .hero-desc {
    margin-top: 14px;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .hero-actions .btn {
    min-height: 42px;
    padding-inline: 15px;
  }

  .featured-grid,
  .solution-tabs,
  .stats-row,
  .support-grid,
  .case-grid,
  .store-detail,
  .faq-grid,
  .article-list {
    grid-template-columns: 1fr;
  }

  .hero-mini {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .hero-mini a {
    grid-template-columns: 1fr;
    min-height: 66px;
    gap: 2px;
    place-items: center;
    padding: 8px 5px;
    text-align: center;
  }

  .hero-mini i {
    grid-row: auto;
    font-size: 21px;
  }

  .hero-mini b {
    font-size: 13px;
  }

  .hero-mini span {
    display: none;
  }

  .case-empty {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 22px;
  }

  .case-empty .btn {
    grid-column: 1 / -1;
  }

  .geo-detail h1,
  .legal-page h1 {
    font-size: 34px;
  }

  .source-box li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .hero-switch {
    display: none;
  }

  .section-row,
  .proof-section,
  .page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .tabs {
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .solution-board {
    grid-template-columns: 1fr;
  }

  .solution-arrow {
    min-height: 46px;
  }

  .custom-main {
    grid-template-columns: 1fr;
  }

  .custom-content {
    padding: 30px 24px;
  }

  .custom-content h2 {
    font-size: 36px;
  }

  .custom-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-tabs span:last-child {
    grid-column: 1 / -1;
  }

  .custom-media {
    min-height: 220px;
  }

  .store-detail article {
    grid-template-rows: auto;
  }

  .store-detail h2 {
    min-height: 0;
  }

  .stats-row div {
    grid-template-columns: 52px 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats-row div:last-child {
    border-bottom: 0;
  }

  .sub-hero,
  .geo-hero {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .sub-hero img {
    height: 240px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .side-toolbar {
    display: none;
  }

  .advisor-panel {
    right: 14px;
    bottom: 84px;
    width: calc(100% - 28px);
  }

  .advisor-qrs {
    grid-template-columns: 1fr 1fr;
  }
}

/* Direction 3: B2B project website */
:root {
  --ink: #261d18;
  --muted: #6d655e;
  --paper: #ffffff;
  --panel: #ffffff;
  --warm: #f3f0eb;
  --line: #ded9d2;
  --coffee: #9e2a21;
  --coffee-dark: #5a201a;
  --olive: #123f34;
  --gold: #9a7632;
  --forest: #062b24;
  --moss: #577449;
  --mineral: #58758a;
  --ochre: #9a7632;
  --shadow: 0 14px 34px rgba(32, 28, 24, 0.08);
}

[hidden] {
  display: none !important;
}

body {
  background: #f9f7f1;
  letter-spacing: 0;
}

.wrap {
  width: min(1480px, calc(100% - 64px));
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: #e6e2dc;
  box-shadow: 0 4px 16px rgba(20, 18, 16, 0.04);
}

.topbar {
  height: 36px;
  color: #e8eee9;
  background: var(--forest);
  font-size: 12px;
}

.topbar a {
  color: inherit;
}

.topbar .wrap > span:last-child {
  display: flex;
  align-items: center;
  gap: 28px;
}

.navrow {
  min-height: 88px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 220px;
  color: #2b211c;
}

.brand strong {
  padding-right: 13px;
  border-right: 1px solid #c8bfb3;
  color: var(--coffee);
  font-size: 25px;
  letter-spacing: 0;
}

.brand span {
  margin-top: 0;
  font-family: "Songti SC", "SimSun", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
}

.main-nav {
  height: 88px;
  gap: clamp(28px, 3vw, 58px);
  font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
  font-size: 17px;
  font-weight: 600;
}

.main-nav > a,
.nav-product-group > a {
  gap: 5px;
  color: #29231f;
}

.main-nav a.active::after,
.main-nav a:hover::after {
  bottom: 0;
  height: 4px;
  background: var(--coffee);
}

.nav-product-group {
  position: relative;
  display: flex;
  align-items: stretch;
}

.nav-product-group > a {
  position: relative;
  display: flex;
  align-items: center;
}

.product-mega {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: none;
  grid-template-columns: minmax(0, 1fr);
  width: min(420px, calc(100vw - 40px));
  padding: 20px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--coffee);
  background: #fff;
  box-shadow: 0 24px 50px rgba(15, 27, 23, 0.16);
  transform: none;
}

.nav-product-group:hover .product-mega,
.nav-product-group:focus-within .product-mega {
  display: grid;
}

.mega-categories {
  min-width: 0;
}

.mega-label {
  margin: 0 0 12px;
  color: var(--coffee);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.mega-categories > a {
  min-height: 56px;
  padding: 10px 12px;
  background: #fff;
}

.mega-categories > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eeeae5;
}

.mega-categories small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.mega-all {
  color: var(--coffee);
  font-weight: 800;
}

.header-search {
  width: 190px;
  height: 42px;
  border-radius: 0;
  background: #faf9f7;
}

.btn {
  border-radius: 3px;
}

.btn-primary {
  background: var(--forest);
  box-shadow: 0 10px 24px rgba(6, 43, 36, 0.18);
}

.btn-olive {
  background: var(--forest);
}

.btn-ghost {
  color: var(--ink);
  border-color: #cfc9c2;
  background: rgba(255, 255, 255, 0.9);
}

.hero,
.hero-track,
.hero-inner {
  min-height: 675px;
}

.hero-bg::after {
  right: auto;
  width: 52%;
  border-right: 1px solid rgba(158, 42, 33, 0.14);
  background: #f7f2e8 url("/assets/textures/rice-paper.webp") center / cover;
  opacity: 0.97;
}

.hero-slide:first-child .hero-bg img {
  object-position: center 54%;
  transform: none;
}

.hero-inner {
  grid-template-columns: minmax(520px, 640px) 1fr;
  align-items: center;
  padding-block: 54px 56px;
}

@media (min-width: 861px) {
  .hero-inner.wrap {
    width: min(1304px, calc(100% - 136px));
  }
}

.hero-copy {
  max-width: 620px;
}

.hero h1,
.hero-title,
.sub-hero h1,
.geo-hero h1,
.catalog-hero h1,
.support-hero h1,
.product-detail-copy h1 {
  font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-slide:first-child h1 {
  font-size: 74px;
  line-height: 1.05;
}

.hero-slide:first-child h1::after {
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 20px;
  background: var(--coffee);
  content: "";
}

.hero-desc {
  max-width: 560px;
  margin-top: 30px;
  color: #554d47;
  font-size: 18px;
  line-height: 1.85;
}

.hero-mini {
  max-width: 620px;
  margin-top: 46px;
  border-top: 1px solid #d8d0c5;
  border-bottom: 1px solid #d8d0c5;
}

.hero-mini a {
  grid-template-columns: 46px 1fr;
  min-height: 86px;
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.34);
}

.hero-mini a:last-child {
  border-right: 0;
}

.hero-mini i {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(6, 43, 36, 0.45);
  border-radius: 50%;
  color: var(--forest);
  font-size: 21px;
}

.hero-mini b {
  font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
  font-size: 16px;
}

.hero-mini span {
  font-size: 12px;
}

.hero-switch {
  width: 44px;
  height: 44px;
  border: 1px solid #d9d3cc;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  opacity: 0;
  transition: opacity 160ms ease;
}

.hero:hover .hero-switch,
.hero:focus-within .hero-switch {
  opacity: 1;
}

.hero-prev {
  left: calc(52% - 22px);
}

.hero-next {
  right: 22px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(6, 43, 36, 0.7);
  border-radius: 50%;
  background: transparent;
}

.carousel-dots {
  left: 26%;
}

.carousel-dots .active {
  width: 10px;
  background: var(--forest);
}

.section,
.solution-module,
.custom-plan,
.knowledge,
.sub-hero,
.store-detail,
.page-cta,
.geo-hero {
  margin-top: 56px;
}

.section h2,
.solution-module h2,
.support-detail h2,
.related-products h2 {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 34px;
  font-weight: 700;
}

.product-showcase-toolbar > h2,
.section-row > h2,
.knowledge-intro > h2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.product-showcase-toolbar > h2::before,
.section-row > h2::before,
.knowledge-intro > h2::before {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border: 2px solid var(--coffee);
  content: "";
  transform: rotate(45deg);
}

.section-row {
  align-items: flex-end;
  margin-bottom: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-weight: 800;
}

.product-showcase {
  position: relative;
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid #d8d2c8;
}

.product-showcase::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 46px;
  height: 3px;
  background: var(--coffee);
  content: "";
}

.product-showcase-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-bottom: 26px;
}

.product-showcase-toolbar h2 {
  margin: 0;
  font-size: 36px;
}

.product-line-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.product-line-tabs button {
  position: relative;
  flex: 1;
  min-height: 58px;
  padding: 0 8px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
  font-size: 25px;
  font-weight: 800;
  cursor: pointer;
}

.product-line-tabs button.active {
  color: var(--forest);
}

.product-line-tabs button.active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 4px;
  background: var(--forest);
  content: "";
}

.product-direction-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.direction-card {
  display: grid;
  grid-template-rows: 188px 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.direction-card:hover {
  border-color: #a8b8b1;
  box-shadow: 0 10px 24px rgba(6, 43, 36, 0.08);
  transform: translateY(-2px);
}

.direction-card picture,
.direction-card img {
  width: 100%;
  height: 100%;
}

.direction-card img {
  object-fit: cover;
}

.direction-card > div {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  padding: 18px;
  border-top: 3px solid var(--moss);
}

.direction-card.accent-wood > div { border-color: #76502f; }
.direction-card.accent-vermilion > div { border-color: var(--coffee); }
.direction-card.accent-mineral > div { border-color: var(--mineral); }
.direction-card.accent-ochre > div { border-color: var(--ochre); }

.direction-card span {
  color: var(--muted);
  font-size: 12px;
}

.direction-card h3 {
  margin: 6px 0 0;
  font-size: 20px;
}

.direction-card p {
  margin: 8px 0 16px;
  color: var(--muted);
  font-size: 13px;
}

.direction-card b {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--forest);
  font-size: 13px;
}

.product-showcase-foot {
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;
}

.product-showcase-foot a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-weight: 800;
}

.solution-module {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.solution-tabs {
  border-radius: 0;
}

.solution-tabs a {
  min-height: 82px;
  color: var(--forest);
  background: #f7f7f4;
}

.solution-tabs a.active {
  background: var(--forest);
}

.solution-board {
  min-height: 300px;
  border-radius: 0;
}

.solution-copy h3 {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 22px;
}

.solution-arrow {
  color: var(--coffee);
  background: #f1eee9;
}

.custom-plan {
  border-radius: 4px;
  background: #f8f7f4;
}

.custom-main {
  grid-template-columns: minmax(380px, 0.82fr) minmax(520px, 1.18fr);
  min-height: 360px;
  max-height: 420px;
}

.custom-content {
  padding: 42px 54px;
}

.custom-content h2 {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 40px;
}

.custom-media,
.custom-media picture,
.custom-media img {
  max-height: 420px;
}

.custom-tabs span {
  min-height: 62px;
  color: var(--forest);
}

.support-grid {
  grid-auto-rows: 210px;
}

.support-card {
  min-height: 210px;
  border-radius: 0;
}

.support-card::after {
  background: linear-gradient(90deg, rgba(5, 37, 31, 0.9), rgba(5, 37, 31, 0.18));
}

.support-card div {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

.knowledge {
  border-radius: 0;
  box-shadow: none;
}

.knowledge-intro {
  background: #f3f0eb;
}

.knowledge-intro h2 {
  font-family: "Songti SC", "SimSun", serif;
}

.footer {
  margin-top: 70px;
  background: var(--forest);
}

.footer h3,
.footer-brand h3 {
  font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
}

.socials span {
  min-width: auto;
  height: auto;
  padding: 0 10px 0 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
}

.socials span:last-child {
  padding-right: 0;
  border-right: 0;
}

.qr-crop {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.qr-crop-service img {
  top: -48%;
  left: -30%;
  width: 160%;
}

.qr-crop-enterprise img {
  top: -54%;
  left: -18%;
  width: 136%;
}

.qr-label {
  display: block;
}

/* Product catalog */
.catalog-hero {
  padding: 54px 0 58px;
  color: #fff;
  background: var(--forest);
}

.catalog-hero .breadcrumb a,
.catalog-hero .breadcrumb span,
.catalog-hero .breadcrumb i {
  color: #d9e3df;
}

.catalog-hero h1 {
  max-width: 1100px;
  margin: 0;
}

.catalog-hero > .wrap > p {
  max-width: 820px;
  margin: 18px 0 0;
  color: #d4ded9;
  font-size: 17px;
}

.catalog-search {
  display: flex;
  width: min(680px, 100%);
  min-height: 50px;
  align-items: center;
  margin-top: 28px;
  padding-left: 16px;
  background: #fff;
}

.catalog-search i {
  color: var(--muted);
  font-size: 20px;
}

.catalog-search input {
  min-width: 0;
  flex: 1;
  padding: 0 14px;
  border: 0;
  outline: 0;
}

.catalog-search .btn {
  align-self: stretch;
  border-radius: 0;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding-top: 54px;
}

.catalog-filters {
  position: sticky;
  top: 144px;
  display: grid;
  gap: 28px;
  padding-right: 24px;
  border-right: 1px solid var(--line);
}

.catalog-filters h2 {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
}

.catalog-filters button {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border: 0;
  border-left: 3px solid transparent;
  color: #4c4540;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.catalog-filters button:hover,
.catalog-filters button.active {
  border-left-color: var(--coffee);
  color: var(--ink);
  background: #f3f0eb;
  font-weight: 800;
}

.catalog-filters button span {
  color: var(--muted);
  font-size: 12px;
}

.catalog-filters .catalog-reset {
  justify-content: center;
  border: 1px solid var(--line);
}

.catalog-summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.catalog-summary h2 {
  margin: 0;
  font-family: "Songti SC", "SimSun", serif;
  font-size: 32px;
}

.catalog-summary > span {
  color: var(--muted);
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: grid;
  grid-template-rows: 220px 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.product-card-media,
.product-card-media picture,
.product-card-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-card-media img {
  object-fit: cover;
}

.product-card > div:last-child {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  padding: 20px;
}

.product-card span {
  color: var(--coffee);
  font-size: 12px;
  font-weight: 800;
}

.product-card h3 {
  margin: 7px 0 0;
  font-size: 18px;
  line-height: 1.4;
}

.product-card p {
  margin: 10px 0;
  color: var(--muted);
  font-size: 13px;
}

.product-card small {
  margin-top: auto;
  color: var(--muted);
}

.product-detail-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  color: var(--forest);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.decision-grid article {
  min-height: 180px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.decision-grid article:last-child { border-right: 0; }
.decision-grid span { color: var(--coffee); font-weight: 800; }
.decision-grid h3 { margin: 10px 0 0; }
.decision-grid p { color: var(--muted); }

/* Product detail */
.product-detail-page {
  padding-top: 30px;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 64px;
  align-items: center;
  padding: 36px 0 56px;
}

.product-detail-image {
  position: relative;
  overflow: hidden;
  background: #f2efea;
}

.product-detail-image picture,
.product-detail-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.product-detail-image img { object-fit: cover; }

.product-detail-image > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 7px 10px;
  color: #fff;
  background: var(--forest);
  font-size: 12px;
}

.product-detail-copy h1 {
  margin: 0;
}

.product-lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.product-detail-copy dl {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
}

.product-detail-copy dl div {
  display: grid;
  grid-template-columns: 92px 1fr;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.product-detail-copy dt { color: var(--muted); }
.product-detail-copy dd { margin: 0; font-weight: 700; }

.product-detail-sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-detail-sections article {
  min-height: 280px;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.product-detail-sections article:last-child { border-right: 0; }
.product-detail-sections span { color: var(--coffee); font-weight: 800; }
.product-detail-sections h2 { margin: 12px 0 0; font-size: 22px; }
.product-detail-sections p { color: var(--muted); }

.related-products {
  margin-top: 54px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.related-grid > a {
  min-width: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--line);
}

.related-grid picture,
.related-grid img {
  width: 100%;
  aspect-ratio: 1.5;
}

.related-grid img { object-fit: cover; }
.related-grid span { display: block; margin-top: 12px; color: var(--coffee); font-size: 12px; }
.related-grid h3 { margin: 6px 0 0; font-size: 16px; }
.related-grid small { color: var(--muted); }

/* Support detail */
.support-hero {
  background: #f3f0eb;
}

.support-hero > .wrap {
  display: grid;
  grid-template-columns: minmax(480px, 0.9fr) minmax(520px, 1.1fr);
  min-height: 510px;
  align-items: center;
  gap: 58px;
}

.support-hero h1 {
  margin: 0;
  font-size: 46px;
  text-wrap: balance;
}

.support-hero > .wrap > div > p {
  max-width: 690px;
  color: var(--muted);
  font-size: 17px;
}

.support-hero picture,
.support-hero img {
  width: 100%;
  height: 390px;
}

.support-hero img { object-fit: cover; }

.support-detail {
  padding-top: 64px;
}

.support-detail .section-row > p {
  max-width: 430px;
  color: var(--muted);
}

.support-detail-list {
  border-top: 1px solid var(--line);
}

.support-detail-list article {
  display: grid;
  grid-template-columns: 64px minmax(260px, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.support-detail-list article > span {
  color: var(--coffee);
  font-family: Georgia, serif;
  font-size: 26px;
}

.support-detail-list h3 { margin: 0; font-size: 21px; }
.support-detail-list p { margin: 8px 0 0; color: var(--muted); }
.support-detail-list ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.support-detail-list li { display: flex; gap: 7px; color: #4e4741; font-size: 13px; }
.support-detail-list li i { color: var(--moss); margin-top: 3px; }

.contact-band {
  margin-top: 70px;
  padding: 52px 0;
  color: #fff;
  background: var(--forest);
}

.contact-band > .wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.contact-band h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Songti SC", "SimSun", serif;
  font-size: 34px;
}

.contact-band p { max-width: 760px; color: #d5dfda; }
.contact-lines { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px; }
.contact-lines a, .contact-lines span { display: inline-flex; align-items: center; gap: 7px; }
.contact-qrs { display: grid; grid-template-columns: repeat(2, 118px); gap: 18px; }
.contact-qrs a, .contact-qrs > div { display: grid; gap: 8px; text-align: center; font-size: 12px; }
.contact-qrs .qr-crop { width: 118px; }

@media (max-width: 1280px) {
  .wrap { width: min(1160px, calc(100% - 44px)); }
  .main-nav { gap: 28px; }
  .header-search { width: 160px; }
  .product-direction-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .custom-main { grid-template-columns: minmax(340px, 0.8fr) minmax(430px, 1.2fr); }
  .support-detail-list article { grid-template-columns: 52px minmax(220px, 0.85fr) minmax(300px, 1.15fr); }
}

@media (max-width: 1120px) and (min-width: 861px) {
  .product-mega { left: 0; transform: none; }
  .nav-product-group { height: 44px; }
  .nav-product-group > a { min-height: 44px; }
}

@media (max-width: 860px) {
  .wrap { width: calc(100% - 28px); }
  .topbar .wrap { justify-content: flex-start; }
  .topbar .wrap > span:first-child { display: block; overflow: hidden; text-overflow: ellipsis; }
  .topbar .wrap > span:last-child { display: none; }
  .brand { min-width: 140px; }
  .brand strong { padding-right: 9px; font-size: 18px; }
  .brand span { font-size: 22px; }
  .header-search { order: 3; width: 100%; margin-bottom: 10px; }
  .main-nav { align-items: stretch; }
  .nav-product-group { display: block; }
  .nav-product-group > a { min-height: 40px; }
  .product-mega { display: none !important; }
  .hero, .hero-track, .hero-inner { min-height: 650px; }
  .carousel-dots { left: 50%; }
  .hero-bg::after { width: 100%; border-right: 0; background: #f7f2e8 url("/assets/textures/rice-paper-sm.webp") center / cover; opacity: 0.9; }
  .hero-slide:first-child .hero-bg::after { background: rgba(247, 242, 232, 0.76); opacity: 1; }
  .hero-slide:first-child .hero-bg img { object-position: 58% 52%; }
  .hero-inner { grid-template-columns: 1fr; align-items: start; padding-top: 34px; }
  .hero h1, .hero-title, .catalog-hero h1, .support-hero h1, .product-detail-copy h1 { font-size: 36px; }
  .hero-slide:first-child h1 { font-size: 52px; }
  .hero-desc { font-size: 15px; }
  .hero-mini a { display: flex; min-height: 106px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 10px 4px; border-right: 1px solid var(--line); background: rgba(255,255,255,.72); text-align: center; }
  .hero-mini a:last-child { border-right: 0; }
  .hero-mini i { width: 38px; height: 38px; flex: 0 0 auto; font-size: 19px; }
  .hero-mini b { font-size: 14px; white-space: nowrap; }
  .hero-mini span { display: none; }
  .section, .solution-module, .custom-plan, .knowledge, .sub-hero, .store-detail, .page-cta, .geo-hero { margin-top: 40px; }
  .section h2, .solution-module h2, .support-detail h2, .related-products h2 { font-size: 28px; }
  .product-showcase-toolbar { grid-template-columns: 1fr; gap: 18px; }
  .product-line-tabs { width: min(100%, 360px); gap: 20px; margin-inline: auto; }
  .product-line-tabs button { font-size: 20px; }
  .product-direction-grid { grid-template-columns: 1fr; }
  .direction-card { grid-template-columns: 42% 58%; grid-template-rows: minmax(190px, auto); }
  .direction-card > div { min-height: 190px; }
  .custom-main { display: flex; max-height: none; flex-direction: column-reverse; }
  .custom-media, .custom-media picture, .custom-media img { height: 230px; max-height: 230px; }
  .custom-content h2 { font-size: 31px; }
  .support-grid { grid-auto-rows: 220px; }
  .catalog-hero { padding: 34px 0 40px; }
  .catalog-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 34px; }
  .catalog-filters { position: static; padding-right: 0; border-right: 0; }
  .catalog-filters > div { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
  .catalog-filters h2 { display: none; }
  .catalog-filters button { width: auto; min-width: max-content; padding: 0 12px; border: 1px solid var(--line); border-left-width: 1px; }
  .catalog-filters button:hover, .catalog-filters button.active { border-color: var(--coffee); }
  .catalog-filters .catalog-reset { width: 100%; }
  .catalog-summary { align-items: flex-start; }
  .catalog-summary h2 { font-size: 28px; }
  .product-card-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 42% 58%; grid-template-rows: minmax(230px, auto); }
  .product-card > div:last-child { min-height: 230px; padding: 16px; }
  .decision-grid, .product-detail-sections { grid-template-columns: 1fr; }
  .decision-grid article, .product-detail-sections article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .decision-grid article:last-child, .product-detail-sections article:last-child { border-bottom: 0; }
  .product-detail-hero { grid-template-columns: 1fr; gap: 28px; padding: 28px 0 42px; }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-hero > .wrap { grid-template-columns: 1fr; gap: 24px; padding: 30px 0; }
  .support-hero picture, .support-hero img { height: 250px; }
  .support-detail { padding-top: 42px; }
  .support-detail-list article { grid-template-columns: 44px 1fr; gap: 16px; }
  .support-detail-list article ul { grid-column: 2; grid-template-columns: 1fr; }
  .contact-band { margin-top: 50px; padding: 42px 0; }
  .contact-band > .wrap { grid-template-columns: 1fr; }
  .contact-band h2 { font-size: 29px; }
  .contact-qrs { grid-template-columns: repeat(2, minmax(0, 130px)); }
}

@media (max-width: 520px) {
  .direction-card, .product-card { grid-template-columns: 1fr; grid-template-rows: 190px 1fr; }
  .product-card > div:last-child { min-height: 240px; }
  .related-grid { grid-template-columns: 1fr; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
}

/* Immersive homepage: selected visual direction 3 */
.home-page {
  color: #241d18;
  background: #f4eee3;
}

.home-page .wrap {
  width: min(1340px, calc(100% - 64px));
}

.home-page .site-header.home-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  color: #f7f0e5;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-page .topbar {
  height: 36px;
  color: #dce7e2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #062b24;
}

.home-page .navrow {
  min-height: 84px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-page .brand,
.home-page .main-nav > a,
.home-page .nav-product-group > a {
  color: #f8f1e7;
}

.home-page .brand strong {
  color: #a9372e;
  border-right-color: rgba(255, 255, 255, 0.34);
}

.home-page .brand span {
  color: #f4ecdf;
}

.home-page .main-nav {
  height: 84px;
}

.home-page .main-nav a.active::after,
.home-page .main-nav a:hover::after {
  bottom: 0;
  background: #b73b31;
}

.home-page .header-search {
  border-color: rgba(255, 255, 255, 0.34);
  color: #f8f1e7;
  background: rgba(3, 17, 14, 0.48);
}

.home-page .header-search input,
.home-page .header-search input::placeholder,
.home-page .header-search button {
  color: #f8f1e7;
}

.home-page .product-mega {
  color: #261d18;
  background: #fff;
}

.home-page main {
  background: #f4eee3;
}

.home-page .hero,
.home-page .hero-track,
.home-page .hero-inner {
  height: 630px;
  min-height: 630px;
}

.home-page .hero {
  background: #07130f;
}

.home-page .hero-bg::after {
  width: 100%;
  border: 0;
  background: rgba(1, 10, 8, 0.16);
  opacity: 1;
}

.home-page .hero-slide:not(:first-child) .hero-bg::after {
  background: rgba(1, 10, 8, 0.5);
}

.home-page .hero-bg img,
.home-page .hero-slide:first-child .hero-bg img {
  object-position: center 65%;
  transform: none;
}

.home-page .hero-inner {
  display: flex;
  align-items: flex-start;
  padding-top: 154px;
  padding-bottom: 36px;
}

.home-page .hero-copy {
  width: min(590px, 48vw);
  max-width: 590px;
  color: #fff8ed;
}

.home-page .hero h1,
.home-page .hero-title {
  color: #fff8ed;
  font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.06;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}

.home-page .hero-slide:first-child h1 {
  font-size: 72px;
}

.home-page .hero-slide:first-child h1::after {
  width: 54px;
  height: 3px;
  margin-top: 17px;
  background: #b73931;
}

.home-page .hero-desc {
  max-width: 575px;
  margin-top: 20px;
  color: #eee6d9;
  font-size: 17px;
  line-height: 1.76;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.home-page .hero-actions {
  gap: 12px;
  margin-top: 24px;
}

.home-page .hero-actions .btn {
  min-width: 164px;
  min-height: 48px;
  border-radius: 2px;
  box-shadow: none;
}

.home-page .hero-actions .btn-olive {
  border-color: rgba(255, 255, 255, 0.4);
  background: #063d32;
}

.home-page .hero-actions .btn-ghost {
  color: #fff8ed;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(2, 15, 12, 0.48);
}

.home-page .hero-mini {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 650px;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(1, 15, 12, 0.5);
}

.home-page .hero-mini a {
  grid-template-columns: 38px 1fr;
  min-height: 72px;
  padding: 10px 14px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff8ed;
  background: transparent;
}

.home-page .hero-mini a:last-child {
  border-right: 0;
}

.home-page .hero-mini i {
  width: 36px;
  height: 36px;
  color: #eee4d5;
  border-color: rgba(255, 255, 255, 0.45);
  font-size: 18px;
}

.home-page .hero-mini b {
  font-size: 14px;
}

.home-page .hero-mini span {
  color: #c8d2cc;
  font-size: 11px;
}

.home-page .hero-switch {
  width: 40px;
  height: 40px;
  color: #fff8ed;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(1, 15, 12, 0.55);
}

.home-page .hero-prev {
  left: 22px;
}

.home-page .hero-next {
  right: 22px;
}

.home-page .carousel-dots {
  bottom: 16px;
  left: 50%;
}

.home-page .carousel-dots button {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.16);
}

.home-page .carousel-dots .active {
  background: #b73931;
}

.home-page .product-showcase-band {
  color: #f6efe4;
  background: #062d26;
}

.home-page .product-showcase {
  margin-top: 0;
  padding: 26px 0 30px;
  border: 0;
}

.home-page .product-showcase::before {
  display: none;
}

.home-page .product-showcase-toolbar {
  grid-template-columns: 250px minmax(390px, 450px) 1fr;
  gap: 32px;
  margin-bottom: 20px;
}

.home-page .product-showcase-toolbar h2,
.home-page .product-showcase-toolbar > h2 {
  color: #fff8ed;
  font-size: 32px;
}

.home-page .product-showcase-toolbar > h2::before {
  width: 9px;
  height: 9px;
  border-color: #b73931;
}

.home-page .product-line-tabs {
  gap: 18px;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.home-page .product-line-tabs button {
  min-height: 48px;
  color: #bcb8b0;
  font-size: 22px;
}

.home-page .product-line-tabs button.active {
  color: #fff8ed;
}

.home-page .product-line-tabs button.active::after {
  height: 3px;
  background: #b73931;
}

.home-page .product-all-link {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
  color: #d9dfdb;
  font-size: 13px;
  font-weight: 700;
}

.home-page .product-direction-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.home-page .direction-card {
  position: relative;
  display: block;
  height: 218px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: #071713;
}

.home-page .direction-card picture,
.home-page .direction-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-page .direction-card img {
  object-fit: cover;
  transition: transform 220ms ease;
}

.home-page .direction-card:hover img,
.home-page .direction-card:focus-visible img {
  transform: scale(1.025);
}

.home-page .direction-card > div {
  position: absolute;
  inset: auto 0 0;
  display: block;
  min-height: 92px;
  padding: 12px 14px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(1, 13, 10, 0.78);
}

.home-page .direction-card span {
  color: #d7ddd9;
  font-size: 11px;
}

.home-page .direction-card h3 {
  margin-top: 3px;
  color: #fff;
  font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
  font-size: 19px;
}

.home-page .direction-card p {
  margin: 4px 28px 0 0;
  overflow: hidden;
  color: #d7ddd9;
  font-size: 12px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .direction-card b {
  position: absolute;
  right: 13px;
  bottom: 13px;
  color: #fff;
  font-size: 0;
}

.home-page .direction-card b i {
  font-size: 17px;
}

.home-page .solution-band {
  padding: 32px 0 38px;
  color: #271f19;
  background: #efe6d8;
}

.home-page .solution-module {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .section-row {
  margin-bottom: 18px;
}

.home-page .section-row h2,
.home-page .solution-module h2 {
  font-size: 31px;
}

.home-page .solution-tabs {
  margin-top: 0;
  border-color: #cfc2af;
  border-right: 0;
  border-left: 0;
}

.home-page .solution-tabs a {
  min-height: 68px;
  color: #22493e;
  border-right-color: #cfc2af;
  background: rgba(255, 255, 255, 0.3);
}

.home-page .solution-tabs a.active {
  color: #fff;
  background: #083b31;
}

.home-page .solution-tabs i {
  font-size: 25px;
}

.home-page .solution-board {
  grid-template-columns: 0.95fr 46px 1.05fr 0.9fr;
  min-height: 224px;
  border-color: #cfc2af;
  background: rgba(255, 255, 255, 0.34);
}

.home-page .solution-copy {
  padding: 22px 24px;
}

.home-page .solution-copy h3 {
  margin-bottom: 12px;
  font-size: 19px;
}

.home-page .solution-copy ul {
  gap: 7px;
  font-size: 13px;
}

.home-page .solution-arrow {
  color: #9e2a21;
  background: #e3d8c9;
  font-size: 25px;
}

.home-page .custom-plan-band {
  padding: 32px 0;
  background: #092f28;
}

.home-page .custom-plan {
  margin-top: 0;
  color: #f8f1e7;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: #0d382f;
}

.home-page .custom-main {
  grid-template-columns: minmax(390px, 0.8fr) minmax(520px, 1.2fr);
  min-height: 270px;
  max-height: 290px;
}

.home-page .custom-content {
  padding: 32px 42px;
}

.home-page .custom-content h2 {
  color: #fff8ed;
  font-size: 35px;
}

.home-page .custom-content .btn-primary {
  margin-top: 22px;
  background: #a43129;
}

.home-page .custom-media,
.home-page .custom-media picture,
.home-page .custom-media img {
  height: 290px;
  max-height: 290px;
}

.home-page .custom-tabs {
  border-top-color: rgba(255, 255, 255, 0.16);
  background: #082a24;
}

.home-page .custom-tabs span {
  min-height: 54px;
  color: #e9e2d6;
  border-right-color: rgba(255, 255, 255, 0.15);
}

.home-page .support-band {
  padding: 30px 0 34px;
  background: #f8f5ef;
}

.home-page .support-band .section {
  margin-top: 0;
}

.home-page .support-grid {
  grid-auto-rows: 180px;
  gap: 12px;
  margin-top: 16px;
}

.home-page .support-card {
  min-height: 180px;
  border-radius: 0;
}

.home-page .support-card::after {
  background: rgba(2, 25, 20, 0.68);
}

.home-page .support-card div {
  justify-content: flex-end;
  padding: 18px;
}

.home-page .support-card h3 {
  font-size: 19px;
}

.home-page .support-card p {
  display: inline;
  margin: 4px 8px 0 0;
  color: #e3ebe7;
  font-size: 12px;
}

.home-page .knowledge-band {
  padding: 30px 0 34px;
  background: #e9dfd0;
}

.home-page .knowledge {
  margin-top: 0;
  border: 1px solid #cfc2af;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.35);
}

.home-page .knowledge-intro,
.home-page .knowledge-box {
  padding: 26px;
}

.home-page .knowledge-intro {
  background: #0b372f;
}

.home-page .knowledge-intro h2 {
  color: #fff8ed;
  font-size: 29px;
}

.home-page .knowledge-intro .btn {
  margin-top: 20px;
  background: #a43129;
}

.home-page .knowledge-box {
  border-left-color: #cfc2af;
}

.home-page .knowledge-box p {
  padding: 9px 0;
  border-bottom-color: #d8ccbb;
}

.home-page .knowledge-box small,
.home-page .news-list time {
  font-size: 12px;
}

.home-page .footer {
  margin-top: 0;
  background: #052b24;
}

.home-page .footer-grid {
  gap: 22px;
  padding: 30px 0 22px;
}

.home-page .footer p {
  margin: 5px 0;
  font-size: 13px;
}

.home-page .side-toolbar {
  top: auto;
  right: 18px;
  bottom: 24px;
  display: block;
  overflow: visible;
  transform: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .side-toolbar > :not(:first-child) {
  display: none;
}

.home-page .side-toolbar button {
  width: 56px;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 2px;
  background: #a43129;
  box-shadow: 0 10px 26px rgba(26, 16, 12, 0.24);
}

.home-page .side-toolbar button span {
  font-size: 11px;
  line-height: 1.1;
}

.home-page .advisor-panel {
  right: 86px;
  bottom: 24px;
  border-radius: 2px;
}

@media (max-width: 1180px) and (min-width: 861px) {
  .home-page .product-showcase-toolbar {
    grid-template-columns: 210px minmax(340px, 420px) 1fr;
  }

  .home-page .product-direction-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .direction-card {
    height: 230px;
  }
}

@media (max-width: 860px) {
  .home-page .wrap {
    width: calc(100% - 28px);
  }

  .home-page .site-header.home-header {
    position: relative;
    background: #062b24;
  }

  .home-page .topbar {
    height: 34px;
  }

  .home-page .navrow {
    min-height: 68px;
    border-bottom: 0;
  }

  .home-page .header-search {
    display: none;
  }

  .home-page .menu-button {
    color: #f8f1e7;
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }

  .home-page .main-nav {
    height: auto;
    color: #f8f1e7;
    background: #062b24;
  }

  .home-page .main-nav > a,
  .home-page .nav-product-group > a {
    color: #f8f1e7;
  }

  .home-page .hero,
  .home-page .hero-track,
  .home-page .hero-inner {
    height: 612px;
    min-height: 612px;
  }

  .home-page .hero-bg::after,
  .home-page .hero-slide:first-child .hero-bg::after {
    width: 100%;
    background: rgba(1, 10, 8, 0.38);
    opacity: 1;
  }

  .home-page .hero-bg img,
  .home-page .hero-slide:first-child .hero-bg img {
    object-position: center center;
  }

  .home-page .hero-inner {
    align-items: flex-start;
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .home-page .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .home-page .hero h1,
  .home-page .hero-title,
  .home-page .hero-slide:first-child h1 {
    max-width: 340px;
    font-size: 47px;
  }

  .home-page .hero-desc {
    max-width: 350px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .home-page .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  .home-page .hero-actions .btn {
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 0 10px;
    font-size: 13px;
  }

  .home-page .hero-mini {
    margin-top: 22px;
  }

  .home-page .hero-mini a {
    display: flex;
    min-height: 78px;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    padding: 8px 4px;
    text-align: center;
  }

  .home-page .hero-mini i {
    width: 32px;
    height: 32px;
  }

  .home-page .hero-mini b {
    font-size: 12px;
    white-space: nowrap;
  }

  .home-page .hero-mini span {
    display: none;
  }

  .home-page .carousel-dots {
    bottom: 12px;
  }

  .home-page .product-showcase {
    padding: 24px 0 26px;
  }

  .home-page .product-showcase-toolbar {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }

  .home-page .product-showcase-toolbar h2,
  .home-page .product-showcase-toolbar > h2 {
    font-size: 29px;
  }

  .home-page .product-line-tabs {
    width: 100%;
    max-width: none;
  }

  .home-page .product-line-tabs button {
    font-size: 19px;
  }

  .home-page .product-all-link {
    justify-self: start;
  }

  .home-page .product-direction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-page .direction-card,
  .home-page .direction-card:last-child:nth-child(odd) {
    grid-column: auto;
    height: 184px;
  }

  .home-page .direction-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .home-page .direction-card > div {
    min-height: 78px;
    padding: 9px 10px;
  }

  .home-page .direction-card h3 {
    font-size: 16px;
  }

  .home-page .direction-card p {
    display: none;
  }

  .home-page .solution-band,
  .home-page .custom-plan-band,
  .home-page .support-band,
  .home-page .knowledge-band {
    padding: 26px 0;
  }

  .home-page .section-row {
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .home-page .solution-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .solution-tabs a {
    min-height: 62px;
    border-bottom: 1px solid #cfc2af;
  }

  .home-page .solution-board {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-page .solution-copy {
    padding: 18px;
  }

  .home-page .solution-arrow {
    min-height: 38px;
  }

  .home-page .solution-board picture,
  .home-page .solution-board img {
    height: 190px;
  }

  .home-page .custom-main {
    display: flex;
    max-height: none;
    flex-direction: column-reverse;
  }

  .home-page .custom-content {
    padding: 24px 20px;
  }

  .home-page .custom-content h2 {
    font-size: 28px;
  }

  .home-page .custom-media,
  .home-page .custom-media picture,
  .home-page .custom-media img {
    height: 205px;
    max-height: 205px;
  }

  .home-page .custom-tabs span {
    min-height: 48px;
    font-size: 12px;
  }

  .home-page .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 170px;
  }

  .home-page .support-card {
    min-height: 170px;
  }

  .home-page .knowledge {
    grid-template-columns: 1fr;
  }

  .home-page .knowledge-box {
    border-top: 1px solid #cfc2af;
    border-left: 0;
  }

  .home-page .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-page .footer-brand,
  .home-page .footer small {
    grid-column: 1 / -1;
  }

  .home-page .side-toolbar {
    right: 4px;
    bottom: 10px;
  }

  .home-page .side-toolbar button {
    width: 42px;
    min-height: 42px;
    border-radius: 50%;
  }

  .home-page .side-toolbar button i {
    margin: 0;
    font-size: 20px;
  }

  .home-page .side-toolbar button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .home-page .advisor-panel {
    right: 14px;
    bottom: 64px;
    width: calc(100% - 28px);
  }
}

@media (max-width: 520px) {
  .home-page .support-grid {
    grid-template-columns: 1fr;
  }

  .home-page .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-page .footer-brand,
  .home-page .footer small {
    grid-column: auto;
  }
}

/* Homepage editorial layout: selected light camel-gray direction */
.home-page {
  --home-paper: #f6f3ed;
  --home-paper-strong: #fbf9f5;
  --home-camel: #e8e1d8;
  --home-camel-deep: #d7cdc0;
  --home-ink: #29231f;
  --home-muted: #6f675f;
  --home-mineral: #456158;
  --home-vermilion: #a43b30;
  background: var(--home-paper);
}

.home-page main {
  background: var(--home-paper);
}

.home-page .product-showcase,
.home-page .solution-module,
.home-page .support-band .section,
.home-page .knowledge,
.home-page .footer-home-main,
.home-page .footer-home-legal {
  width: min(1240px, calc(100% - 64px));
}

.home-page .product-showcase-band {
  color: var(--home-ink);
  border-bottom: 1px solid var(--home-camel-deep);
  background: var(--home-paper-strong);
}

.home-page .product-showcase {
  padding: 48px 0 54px;
}

.home-page .product-showcase-toolbar {
  display: grid;
  grid-template-areas: "title tabs link";
  grid-template-columns: minmax(220px, 1fr) minmax(360px, 440px) minmax(220px, 1fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
}

.home-page .product-showcase-toolbar > h2 {
  grid-area: title;
  justify-self: start;
  color: var(--home-ink);
  font-size: 32px;
}

.home-page .product-showcase-toolbar > h2::before,
.home-page .section-row h2::before {
  border-color: var(--home-vermilion);
}

.home-page .product-line-tabs {
  grid-area: tabs;
  width: 100%;
  gap: 8px;
  border-bottom: 1px solid var(--home-camel-deep);
}

.home-page .product-line-tabs button {
  min-height: 50px;
  color: #857d74;
  font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
  font-size: 22px;
}

.home-page .product-line-tabs button.active {
  color: var(--home-ink);
}

.home-page .product-line-tabs button.active::after {
  height: 2px;
  background: var(--home-vermilion);
}

.home-page .product-all-link {
  grid-area: link;
  align-self: center;
  justify-self: end;
  color: var(--home-mineral);
  font-size: 13px;
}

.home-page .product-direction-grid {
  display: grid;
  grid-template-columns: 1.34fr 1fr 1fr;
  grid-template-rows: repeat(2, 190px);
  gap: 14px;
}

.home-page .direction-card,
.home-page .direction-card:last-child:nth-child(odd) {
  grid-column: auto;
  height: auto;
  min-height: 0;
  border: 1px solid #d7cec2;
  border-radius: 2px;
  background: #2d2824;
}

.home-page .direction-card-featured {
  grid-row: 1 / 3;
}

.home-page .direction-card > div {
  min-height: 82px;
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(25, 21, 18, 0.76);
}

.home-page .direction-card-featured > div {
  min-height: 118px;
  padding: 18px 20px;
}

.home-page .direction-card span,
.home-page .direction-card p {
  color: #e1dad1;
}

.home-page .direction-card h3 {
  font-size: 19px;
}

.home-page .direction-card-featured h3 {
  margin-top: 5px;
  font-size: 28px;
}

.home-page .direction-card-featured p {
  max-width: calc(100% - 44px);
  white-space: normal;
}

.home-page .solution-band {
  padding: 52px 0 56px;
  color: var(--home-ink);
  border-bottom: 1px solid var(--home-camel-deep);
  background: var(--home-camel);
}

.home-page .solution-module {
  padding: 0;
}

.home-page .section-row {
  align-items: end;
  margin-bottom: 22px;
}

.home-page .section-row h2,
.home-page .solution-module h2 {
  color: var(--home-ink);
  font-size: 31px;
}

.home-page .text-link {
  color: var(--home-mineral);
}

.home-page .solution-layout {
  display: grid;
  grid-template-columns: 172px minmax(0, 1.35fr) minmax(300px, 0.9fr);
  min-height: 334px;
  overflow: hidden;
  border: 1px solid #cfc4b7;
  background: rgba(255, 255, 255, 0.4);
}

.home-page .solution-tabs {
  display: grid;
  grid-template-columns: 1fr;
  align-content: stretch;
  margin: 0;
  border: 0;
  border-right: 1px solid #cfc4b7;
}

.home-page .solution-tabs a {
  display: grid;
  grid-template-columns: 30px 1fr;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: #514941;
  border: 0;
  border-bottom: 1px solid #d7cec2;
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.home-page .solution-tabs a:last-child {
  border-bottom: 0;
}

.home-page .solution-tabs a.active {
  color: #fff;
  background: #6f675f;
}

.home-page .solution-tabs i {
  font-size: 20px;
}

.home-page .solution-visual,
.home-page .solution-visual picture,
.home-page .solution-visual img {
  width: 100%;
  height: 100%;
}

.home-page .solution-visual img {
  display: block;
  object-fit: cover;
}

.home-page .solution-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 32px;
  border-left: 1px solid #cfc4b7;
  background: rgba(251, 249, 245, 0.72);
}

.home-page .solution-summary h3 {
  margin: 0 0 20px;
  color: var(--home-ink);
  font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
  font-size: 23px;
}

.home-page .solution-summary ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .solution-summary li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  color: #514941;
  font-size: 13px;
  line-height: 1.65;
}

.home-page .solution-summary li i {
  margin-top: 3px;
  color: var(--home-mineral);
}

.home-page .solution-summary > a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: 24px;
  color: var(--home-vermilion);
  font-size: 13px;
  font-weight: 700;
}

.home-page .support-band {
  padding: 52px 0 56px;
  border-bottom: 1px solid var(--home-camel-deep);
  background: var(--home-paper-strong);
}

.home-page .support-band .section {
  margin-top: 0;
}

.home-page .support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(148px, auto);
  gap: 0;
  margin-top: 0;
  border-top: 1px solid var(--home-camel-deep);
  border-left: 1px solid var(--home-camel-deep);
}

.home-page .support-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px 42px minmax(0, 1fr);
  min-height: 148px;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  overflow: visible;
  color: var(--home-ink);
  border: 0;
  border-right: 1px solid var(--home-camel-deep);
  border-bottom: 1px solid var(--home-camel-deep);
  border-radius: 0;
  background: transparent;
}

.home-page .support-card::after {
  display: none;
}

.home-page .support-index {
  color: #887f76;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.home-page .support-card > i {
  color: var(--home-mineral);
  font-size: 32px;
}

.home-page .support-card div {
  position: static;
  display: block;
  padding: 0;
  color: inherit;
}

.home-page .support-card h3 {
  margin: 0 0 8px;
  color: var(--home-ink);
  font-size: 20px;
}

.home-page .support-card p {
  display: block;
  margin: 3px 0 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.55;
}

.home-page .knowledge-band {
  padding: 48px 0 52px;
  background: #eee8df;
}

.home-page .knowledge {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  border: 1px solid #cec3b5;
  border-radius: 0;
  background: rgba(251, 249, 245, 0.52);
}

.home-page .knowledge-box {
  min-width: 0;
  padding: 32px 34px;
  border: 0;
}

.home-page .knowledge-box + .knowledge-box {
  border-left: 1px solid #cec3b5;
}

.home-page .knowledge-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.home-page .knowledge-heading h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: 22px;
}

.home-page .knowledge-heading a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--home-mineral);
  font-size: 12px;
}

.home-page .faq-list details {
  border-bottom: 1px solid #d8cec1;
}

.home-page .faq-list summary {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #39322d;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.home-page .faq-list summary::-webkit-details-marker {
  display: none;
}

.home-page .faq-list summary i {
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.home-page .faq-list details[open] summary i {
  transform: rotate(180deg);
}

.home-page .faq-list details p {
  margin: 0;
  padding: 0 26px 14px 0;
  color: var(--home-muted);
  border: 0;
  font-size: 13px;
  line-height: 1.7;
}

.home-page .news-list > p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 49px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d8cec1;
}

.home-page .news-list b {
  min-width: 0;
  font-size: 14px;
}

.home-page .news-list b a {
  display: block;
  overflow: hidden;
  color: #39322d;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .news-list time {
  color: #8a8178;
  font-size: 12px;
}

.home-page .footer-home {
  margin-top: 0;
  color: #e7ded3;
  background: #2a2420;
}

.home-page .footer-home-main {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 28px;
  padding: 34px 0 28px;
}

.home-page .footer-home-main h2 {
  margin: 0;
  color: #f4ece1;
  font-family: Georgia, "Songti SC", "Noto Serif SC", serif;
  font-size: 23px;
  letter-spacing: 0;
}

.home-page .footer-home-main h2 span {
  margin-left: 8px;
  font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
  font-weight: 500;
}

.home-page .footer-home-main p {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
}

.home-page .footer-home-main p b {
  color: #b9afa4;
  font-size: 11px;
  font-weight: 500;
}

.home-page .footer-home-main p a,
.home-page .footer-home-main p span {
  color: #f0e7dc;
}

.home-page .footer-home-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0 22px;
  color: #a99f95;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
}

.home-page .footer-home-legal span {
  display: flex;
  gap: 18px;
}

.home-page .footer-home-legal a {
  color: #cfc4b8;
}

@media (max-width: 980px) {
  .home-page .support-card > picture,
  .home-page .support-card > img {
    display: none;
  }

  .home-page .product-showcase,
  .home-page .solution-module,
  .home-page .support-band .section,
  .home-page .knowledge,
  .home-page .footer-home-main,
  .home-page .footer-home-legal {
    width: calc(100% - 40px);
  }

  .home-page .product-showcase-toolbar {
    grid-template-areas:
      "title link"
      "tabs tabs";
    grid-template-columns: 1fr auto;
    gap: 12px 24px;
  }

  .home-page .product-line-tabs {
    justify-self: center;
    max-width: 460px;
  }

  .home-page .product-direction-grid {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: repeat(2, 188px);
  }

  .home-page .direction-card-featured {
    grid-row: 1 / 3;
  }

  .home-page .direction-card:not(.direction-card-featured):nth-child(n + 4) {
    display: none;
  }

  .home-page .solution-layout {
    grid-template-columns: 156px minmax(0, 1fr);
  }

  .home-page .solution-summary {
    grid-column: 1 / -1;
    padding: 26px;
    border-top: 1px solid #cfc4b7;
    border-left: 0;
  }

  .home-page .solution-summary ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .footer-home-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .footer-home-main h2 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .home-page .product-showcase,
  .home-page .solution-module,
  .home-page .support-band .section,
  .home-page .knowledge,
  .home-page .footer-home-main,
  .home-page .footer-home-legal {
    width: calc(100% - 28px);
  }

  .home-page .product-showcase,
  .home-page .solution-band,
  .home-page .support-band,
  .home-page .knowledge-band {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .home-page .product-showcase-toolbar {
    grid-template-areas:
      "title link"
      "tabs tabs";
    align-items: center;
    margin-bottom: 18px;
  }

  .home-page .product-showcase-toolbar > h2,
  .home-page .section-row h2,
  .home-page .solution-module h2 {
    font-size: 27px;
  }

  .home-page .product-all-link {
    font-size: 12px;
  }

  .home-page .product-line-tabs button {
    min-height: 46px;
    font-size: 19px;
  }

  .home-page .product-direction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 254px repeat(2, 168px);
    gap: 10px;
  }

  .home-page .direction-card-featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .home-page .direction-card:not(.direction-card-featured):nth-child(n + 4) {
    display: block;
  }

  .home-page .direction-card-featured > div {
    min-height: 104px;
    padding: 14px 16px;
  }

  .home-page .direction-card-featured h3 {
    font-size: 23px;
  }

  .home-page .direction-card:not(.direction-card-featured) > div {
    min-height: 72px;
    padding: 9px 10px;
  }

  .home-page .direction-card:not(.direction-card-featured) p,
  .home-page .direction-card:not(.direction-card-featured) span {
    display: none;
  }

  .home-page .solution-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-page .solution-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
  }

  .home-page .solution-tabs a,
  .home-page .solution-tabs a:last-child {
    min-height: 52px;
    border-right: 1px solid #d7cec2;
    border-bottom: 1px solid #d7cec2;
  }

  .home-page .solution-tabs a:nth-child(even) {
    border-right: 0;
  }

  .home-page .solution-visual,
  .home-page .solution-visual picture,
  .home-page .solution-visual img {
    height: 220px;
  }

  .home-page .solution-summary {
    grid-column: auto;
    padding: 24px 20px;
  }

  .home-page .solution-summary ul {
    grid-template-columns: 1fr;
  }

  .home-page .support-grid {
    grid-template-columns: 1fr;
  }

  .home-page .support-card {
    grid-template-columns: 48px 34px minmax(0, 1fr);
    min-height: 132px;
    gap: 12px;
    padding: 20px 16px;
  }

  .home-page .support-index {
    font-size: 25px;
  }

  .home-page .support-card > i {
    font-size: 26px;
  }

  .home-page .knowledge {
    grid-template-columns: 1fr;
  }

  .home-page .knowledge-box {
    padding: 26px 22px;
  }

  .home-page .knowledge-box + .knowledge-box {
    border-top: 1px solid #cec3b5;
    border-left: 0;
  }

  .home-page .footer-home-main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 28px;
  }

  .home-page .footer-home-main h2 {
    grid-column: auto;
  }

  .home-page .footer-home-main p {
    padding: 0;
    border-left: 0;
  }

  .home-page .footer-home-legal {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Desktop-first correction: wide scene bands and complete B2B content */
.solution-tabs button {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

.solution-panel[hidden] {
  display: none !important;
}

@media (min-width: 981px) {
  .home-page {
    --home-paper: #e7e0d6;
    --home-paper-strong: #efeae2;
    --home-camel: #d8d0c5;
    --home-camel-deep: #c4b8aa;
    --home-ink: #2b241f;
    --home-muted: #685f57;
    --home-mineral: #425a52;
    --home-vermilion: #a63b30;
    background: var(--home-camel);
  }

  .home-page main {
    background: var(--home-camel);
  }

  .home-page .product-showcase,
  .home-page .solution-module,
  .home-page .custom-plan,
  .home-page .support-band .section,
  .home-page .knowledge,
  .home-page .footer-grid,
  .store-page .sub-hero,
  .store-page .store-detail,
  .store-page .support-band .section,
  .store-page .store-faq,
  .store-page .page-cta {
    width: min(1480px, calc(100% - 72px));
  }

  .home-page .product-showcase-band,
  .home-page .solution-band,
  .home-page .custom-plan-band,
  .home-page .support-band,
  .home-page .knowledge-band {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }

  .home-page .product-showcase-band {
    color: var(--home-ink);
    border-bottom: 1px solid var(--home-camel-deep);
    background: var(--home-paper-strong);
  }

  .home-page .product-showcase {
    position: relative;
    z-index: 1;
    padding: 52px 0 58px;
  }

  .home-page .product-showcase-toolbar {
    grid-template-columns: minmax(250px, 1fr) minmax(420px, 520px) minmax(250px, 1fr);
    gap: 34px;
    margin-bottom: 26px;
  }

  .home-page .product-showcase-toolbar > h2,
  .home-page .section-row h2,
  .home-page .solution-module h2 {
    color: var(--home-ink);
    font-size: 34px;
  }

  .home-page .product-line-tabs button {
    min-height: 54px;
    font-size: 23px;
  }

  .home-page .product-all-link,
  .home-page .text-link {
    color: var(--home-mineral);
    font-size: 14px;
  }

  .home-page .product-direction-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: repeat(2, 216px);
    gap: 16px;
  }

  .home-page .direction-card,
  .home-page .direction-card:last-child:nth-child(odd) {
    border-color: rgba(54, 45, 38, 0.24);
    background: #2d2824;
  }

  .home-page .direction-card > div {
    min-height: 88px;
    padding: 14px 16px;
    background: rgba(30, 25, 21, 0.78);
  }

  .home-page .direction-card-featured > div {
    min-height: 126px;
    padding: 20px 22px;
  }

  .home-page .direction-card h3 {
    font-size: 21px;
  }

  .home-page .direction-card-featured h3 {
    font-size: 30px;
  }

  .home-page .solution-band {
    padding: 54px 0 60px;
    color: var(--home-ink);
    border-bottom: 1px solid var(--home-camel-deep);
    background: var(--home-camel);
  }

  .home-page .solution-module {
    position: relative;
    z-index: 1;
    padding: 0;
  }

  .home-page .section-row {
    margin-bottom: 24px;
  }

  .home-page .solution-layout {
    display: grid;
    grid-template-columns: 218px minmax(0, 1fr);
    min-height: 432px;
    overflow: hidden;
    border: 1px solid #bfb3a5;
    background: var(--home-paper-strong);
  }

  .home-page .solution-tabs {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    margin: 0;
    border: 0;
    border-right: 1px solid #bfb3a5;
    background: rgba(238, 233, 225, 0.96);
  }

  .home-page .solution-tabs button,
  .home-page .solution-tabs button:last-child {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 70px;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    color: #514941;
    border: 0;
    border-bottom: 1px solid #cfc5b9;
    border-radius: 0;
    background: transparent;
    text-align: left;
    transition: color 160ms ease, background-color 160ms ease;
  }

  .home-page .solution-tabs button:last-child {
    border-bottom: 0;
  }

  .home-page .solution-tabs button:hover,
  .home-page .solution-tabs button:focus-visible {
    color: var(--home-ink);
    background: rgba(66, 90, 82, 0.1);
  }

  .home-page .solution-tabs button.active {
    color: #fffaf2;
    background: var(--home-mineral);
  }

  .home-page .solution-tabs button i {
    font-size: 22px;
  }

  .home-page .solution-stage,
  .home-page .solution-panel {
    min-width: 0;
    min-height: 432px;
  }

  .home-page .solution-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.75fr);
  }

  .home-page .solution-visual,
  .home-page .solution-visual picture,
  .home-page .solution-visual img {
    width: 100%;
    height: 432px;
  }

  .home-page .solution-visual img {
    display: block;
    object-fit: cover;
  }

  .home-page .solution-summary {
    justify-content: center;
    padding: 42px 40px;
    border: 0;
    border-left: 1px solid #c7bcaf;
    background: rgba(239, 234, 226, 0.98);
  }

  .home-page .solution-summary > span {
    margin-bottom: 10px;
    color: #786f66;
    font-size: 13px;
  }

  .home-page .solution-summary h3 {
    margin-bottom: 24px;
    font-size: 27px;
  }

  .home-page .solution-summary li {
    font-size: 14px;
    line-height: 1.75;
  }

  .home-page .custom-plan-band {
    padding: 44px 0;
    border-bottom: 1px solid #ab9d8e;
    background: #bfb4a6;
  }

  .home-page .custom-plan {
    position: relative;
    z-index: 1;
    margin-top: 0;
    overflow: hidden;
    color: #f5eee5;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0;
    background: #302b27;
    box-shadow: none;
  }

  .home-page .custom-main {
    grid-template-columns: minmax(440px, 0.82fr) minmax(620px, 1.18fr);
    min-height: 300px;
    max-height: 320px;
  }

  .home-page .custom-content {
    padding: 38px 48px;
  }

  .home-page .custom-content h2 {
    max-width: 520px;
    color: #fff8ee;
    font-size: 38px;
    line-height: 1.2;
  }

  .home-page .custom-content p {
    max-width: 500px;
    margin: 18px 0 0;
    color: #d7cec3;
    font-size: 14px;
    line-height: 1.75;
  }

  .home-page .custom-content .btn-primary {
    margin-top: 24px;
    background: var(--home-vermilion);
  }

  .home-page .custom-media,
  .home-page .custom-media picture,
  .home-page .custom-media img {
    height: 320px;
    max-height: 320px;
  }

  .home-page .custom-media img {
    width: 100%;
    object-fit: cover;
  }

  .home-page .custom-tabs {
    background: #28231f;
    border-top-color: rgba(255, 255, 255, 0.14);
  }

  .home-page .custom-tabs span {
    min-height: 62px;
    gap: 9px;
    color: #ede4d9;
    border-right-color: rgba(255, 255, 255, 0.13);
    font-size: 14px;
  }

  .home-page .custom-tabs i {
    color: #cbbda9;
    font-size: 19px;
  }

  .home-page .support-band {
    padding: 54px 0 60px;
    border-bottom: 1px solid var(--home-camel-deep);
    background: var(--home-paper-strong);
  }

  .home-page .support-band .section {
    position: relative;
    z-index: 1;
    margin-top: 0;
  }

  .home-page .support-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(248px, auto);
    border-color: var(--home-camel-deep);
  }

  .home-page .support-card {
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 12px 16px;
    min-height: 248px;
    padding: 28px 26px 26px;
    border-color: var(--home-camel-deep);
  }

  .home-page .support-index {
    grid-column: 1;
    grid-row: 1;
    font-size: 28px;
  }

  .home-page .support-card > i {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    font-size: 30px;
  }

  .home-page .support-card > div {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .home-page .support-card h3 {
    margin-bottom: 14px;
    font-size: 21px;
  }

  .home-page .support-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.6;
    list-style: none;
  }

  .home-page .support-card li {
    position: relative;
    padding-left: 13px;
  }

  .home-page .support-card li::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 4px;
    height: 4px;
    background: var(--home-vermilion);
    content: "";
  }

  .home-page .support-card {
    isolation: isolate;
    overflow: hidden;
    color: #fffaf2;
    background: #332d28;
  }

  .home-page .support-card > picture,
  .home-page .support-card > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }

  .home-page .support-card > picture img,
  .home-page .support-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) contrast(0.92);
    transform: scale(1.015);
  }

  .home-page .support-card::after {
    display: block;
    z-index: 1;
    background: linear-gradient(180deg, rgba(40, 34, 29, 0.3) 0%, rgba(40, 34, 29, 0.9) 100%);
  }

  .home-page .support-card > .support-index,
  .home-page .support-card > i,
  .home-page .support-card > div {
    position: relative;
    z-index: 2;
  }

  .home-page .support-index {
    color: #ddd0c0;
  }

  .home-page .support-card > i {
    color: #f0e5d5;
  }

  .home-page .support-card h3 {
    color: #fffaf2;
  }

  .home-page .support-card ul {
    color: #e4dbd0;
  }

  .home-page .support-card li::before {
    background: #c95e52;
  }

  .home-page .knowledge-band {
    padding: 52px 0 58px;
    background: #dcd3c7;
  }

  .home-page .knowledge {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1fr) minmax(0, 1.12fr);
    margin-top: 0;
    overflow: hidden;
    border: 1px solid #bfb3a5;
    background: rgba(239, 234, 226, 0.98);
  }

  .home-page .knowledge-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 36px 34px;
    color: #f7f0e7;
    background: var(--home-mineral);
  }

  .home-page .knowledge-intro h2 {
    margin: 0;
    color: #fffaf2;
    font-size: 31px;
  }

  .home-page .knowledge-intro p {
    margin: 18px 0 24px;
    color: #dfe7e3;
    font-size: 13px;
    line-height: 1.75;
  }

  .home-page .knowledge-intro .btn {
    min-height: 42px;
    padding: 0 18px;
    background: var(--home-vermilion);
  }

  .home-page .knowledge-box {
    padding: 32px 30px;
    background: transparent;
  }

  .home-page .knowledge-box + .knowledge-box {
    border-left: 1px solid #c8bdaf;
  }

  .home-page .faq-list summary,
  .home-page .news-list > p {
    min-height: 54px;
  }

  .home-page .footer,
  .home-page .footer-home {
    margin-top: 0;
    color: #e7ded3;
    background: #29231f;
  }

  .home-page .footer-grid {
    grid-template-columns: 1.35fr repeat(5, minmax(0, 1fr));
    gap: 32px;
    padding: 48px 0 28px;
  }

  .home-page .footer-grid h3 {
    color: #f2e9de;
    font-size: 17px;
  }

  .home-page .footer-grid p,
  .home-page .footer-grid a {
    color: #cfc4b8;
    font-size: 13px;
    line-height: 1.7;
  }

  .home-page .footer-brand h3 {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 27px;
    white-space: nowrap;
  }

  .home-page .footer-grid > small {
    grid-column: 1 / -1;
    padding-top: 20px;
    color: #a99f95;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .store-page {
    color: #2b241f;
    background: #e3ddd4;
  }

  .store-page .store-hero-band {
    border-bottom: 1px solid #c9beb0;
    background: #efeae2;
  }

  .store-page .sub-hero {
    grid-template-columns: minmax(480px, 0.92fr) minmax(620px, 1.08fr);
    min-height: 500px;
    gap: 64px;
    margin-top: 0;
    padding: 54px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .store-page .sub-hero h1 {
    max-width: 650px;
    font-size: 52px;
  }

  .store-page .sub-hero p {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.75;
  }

  .store-page .sub-hero picture,
  .store-page .sub-hero img {
    width: 100%;
    height: 400px;
    border-radius: 2px;
  }

  .store-page .sub-hero img {
    object-fit: cover;
  }

  .store-page .store-detail-band {
    padding: 48px 0 54px;
    border-bottom: 1px solid #c6baac;
    background: #d8d0c5;
  }

  .store-page .store-detail {
    gap: 0;
    margin-top: 0;
    border-top: 1px solid #bdb0a1;
    border-left: 1px solid #bdb0a1;
  }

  .store-page .store-detail article {
    display: block;
    min-height: 310px;
    padding: 32px 34px;
    border: 0;
    border-right: 1px solid #bdb0a1;
    border-bottom: 1px solid #bdb0a1;
    border-radius: 0;
    background: rgba(239, 234, 226, 0.75);
    box-shadow: none;
  }

  .store-page .store-detail article > span {
    display: inline-block;
    color: #8c8176;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
  }

  .store-page .store-detail i {
    float: right;
    height: auto;
    color: #425a52;
    font-size: 30px;
  }

  .store-page .store-detail h2 {
    clear: both;
    margin: 22px 0 18px;
    font-family: "Songti SC", "Noto Serif SC", "SimSun", serif;
    font-size: 25px;
  }

  .store-page .store-detail li {
    position: relative;
    margin: 10px 0;
    padding-left: 14px;
    color: #625950;
    font-size: 14px;
    line-height: 1.65;
  }

  .store-page .store-detail li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 4px;
    height: 4px;
    background: #a63b30;
    content: "";
  }

  .store-page .support-band {
    padding: 52px 0 58px;
    border-bottom: 1px solid #c9beb0;
    background: #efeae2;
  }

  .store-page .support-band .section {
    margin-top: 0;
  }

  .store-page .support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 0;
    border-top: 1px solid #c5b9ab;
    border-left: 1px solid #c5b9ab;
  }

  .store-page .support-card {
    display: block;
    min-height: 250px;
    padding: 28px 26px;
    color: #2b241f;
    border: 0;
    border-right: 1px solid #c5b9ab;
    border-bottom: 1px solid #c5b9ab;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .store-page .support-card::after {
    display: none;
  }

  .store-page .support-index {
    color: #8c8176;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
  }

  .store-page .support-card > i {
    float: right;
    color: #425a52;
    font-size: 29px;
  }

  .store-page .support-card div {
    position: static;
    clear: both;
    padding: 18px 0 0;
    color: inherit;
  }

  .store-page .support-card h3 {
    color: #2b241f;
    font-size: 21px;
  }

  .store-page .support-card ul {
    display: grid;
    gap: 7px;
    margin: 13px 0 0;
    padding: 0;
    color: #625950;
    font-size: 13px;
    line-height: 1.6;
    list-style: none;
  }

  .store-page .store-faq {
    margin-top: 0;
    padding: 52px 0 58px;
  }

  .store-page .store-faq .faq-grid {
    gap: 0;
    border-top: 1px solid #c4b8aa;
    border-left: 1px solid #c4b8aa;
  }

  .store-page .store-faq .faq-grid article {
    border: 0;
    border-right: 1px solid #c4b8aa;
    border-bottom: 1px solid #c4b8aa;
    border-radius: 0;
    background: rgba(239, 234, 226, 0.72);
    box-shadow: none;
  }

  .store-page .page-cta {
    margin-top: 0;
    margin-bottom: 58px;
    padding: 28px 0;
    border: 0;
    border-top: 1px solid #bdb0a1;
    border-bottom: 1px solid #bdb0a1;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (min-width: 1600px) {
  .home-page .product-showcase-band::before,
  .home-page .product-showcase-band::after,
  .home-page .solution-band::before,
  .home-page .solution-band::after,
  .home-page .custom-plan-band::before,
  .home-page .custom-plan-band::after,
  .home-page .support-band::before,
  .home-page .support-band::after,
  .home-page .knowledge-band::before,
  .home-page .knowledge-band::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: calc((100vw - 1480px) / 2);
    background-position: center;
    background-size: cover;
    content: "";
    opacity: 0.13;
  }

  .home-page .product-showcase-band::before,
  .home-page .solution-band::before,
  .home-page .custom-plan-band::before,
  .home-page .support-band::before,
  .home-page .knowledge-band::before {
    left: 0;
  }

  .home-page .product-showcase-band::after,
  .home-page .solution-band::after,
  .home-page .custom-plan-band::after,
  .home-page .support-band::after,
  .home-page .knowledge-band::after {
    right: 0;
  }

  .home-page .product-showcase-band::before {
    background-image: url("/assets/scenes/head-wash.webp");
  }

  .home-page .product-showcase-band::after {
    background-image: url("/assets/scenes/scent-powder.webp");
  }

  .home-page .solution-band::before {
    background-image: url("/assets/scenes/store-hair-salon.webp");
  }

  .home-page .solution-band::after {
    background-image: url("/assets/scenes/store-partner.webp");
  }

  .home-page .custom-plan-band::before {
    background-image: url("/assets/scenes/store-partner.webp");
  }

  .home-page .custom-plan-band::after {
    background-image: url("/assets/scenes/scent-material.webp");
  }

  .home-page .support-band::before {
    background-image: url("/assets/scenes/store-other.webp");
  }

  .home-page .support-band::after {
    background-image: url("/assets/scenes/store-wellness.webp");
  }

  .home-page .knowledge-band::before {
    background-image: url("/assets/scenes/scent-material.webp");
  }

  .home-page .knowledge-band::after {
    background-image: url("/assets/scenes/head-color.webp");
  }
}

@media (max-width: 980px) {
  .home-page .solution-tabs button,
  .home-page .solution-tabs button:last-child {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 52px;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    color: #514941;
    border: 0;
    border-right: 1px solid #d7cec2;
    border-bottom: 1px solid #d7cec2;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.3);
    text-align: left;
  }

  .home-page .solution-tabs button.active {
    color: #fff;
    background: #456158;
  }

  .home-page .solution-panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-page .solution-stage,
  .home-page .solution-panel {
    min-height: 0;
  }

  .home-page .solution-summary > span {
    display: block;
    margin-bottom: 8px;
    color: #786f66;
    font-size: 12px;
  }

  .home-page .support-card ul,
  .store-page .support-card ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }
}

.site-map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.site-map-grid article {
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}

.site-map-grid h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.site-map-grid ul {
  columns: 2;
  column-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-map-grid li {
  break-inside: avoid;
  margin: 0 0 10px;
}

.site-map-grid a {
  color: var(--ink);
  text-decoration: none;
}

.site-map-grid a:hover {
  color: var(--vermilion);
}

.site-map-wide {
  grid-column: span 3;
}

/* Real product compositions and explicit no-photo states */
.direction-product-combo {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  gap: 2px;
  background: #ded8cf;
}

.direction-product-combo[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.direction-product-combo[data-count="3"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.direction-product-combo[data-count="3"] picture:first-child {
  grid-row: 1 / span 2;
}

.direction-product-combo[data-count="4"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.direction-product-combo picture,
.direction-product-combo img {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.direction-product-combo img {
  object-fit: cover;
  object-position: center;
  transform: none;
}

.home-page .direction-card:hover .direction-product-combo img,
.home-page .direction-card:focus-visible .direction-product-combo img {
  transform: none;
}

.product-photo-pair {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #ded8cf;
}

.product-photo-pair picture,
.product-photo-pair img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.product-photo-pair img,
.product-card:not(.concept-card) .product-card-media > picture img {
  object-fit: contain;
  background: #efede9;
}

.product-image-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #817970;
  border: 1px solid #d9d2c9;
  background:
    linear-gradient(135deg, rgba(69, 97, 88, 0.06), transparent 45%),
    #f1eee8;
}

.product-image-placeholder i {
  color: #607b72;
  font-size: 34px;
}

.product-image-placeholder span {
  color: #817970;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.product-image-placeholder[data-placeholder-context="detail"] {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.related-grid .product-photo-pair,
.related-grid .product-image-placeholder[data-placeholder-context="related"] {
  aspect-ratio: 1.5;
}

.related-grid .product-photo-pair picture,
.related-grid .product-photo-pair img {
  aspect-ratio: auto;
}

/* 2026-07-16 mobile launch candidate: compact navigation and accessible catalog filters */
.mobile-menu-search,
.catalog-filter-toggle {
  display: none;
}

.catalog-filters > button.catalog-filter-toggle {
  display: none;
}

.catalog-filter-panel {
  display: grid;
  gap: 28px;
}

@media (max-width: 860px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  .home-page .site-header.home-header {
    position: relative;
    z-index: 80;
  }

  .site-header .topbar,
  .home-page .topbar {
    display: none;
  }

  .navrow,
  .home-page .navrow {
    position: relative;
    min-height: 64px;
    flex-wrap: nowrap;
    padding-block: 0;
  }

  .brand,
  .home-page .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand strong,
  .home-page .brand strong {
    padding-right: 9px;
    font-size: 18px;
  }

  .brand span,
  .home-page .brand span {
    font-size: 23px;
    line-height: 1;
    white-space: nowrap;
  }

  .menu-button,
  .home-page .menu-button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    margin-left: auto;
  }

  .header-search,
  .home-page .header-search {
    display: none;
  }

  .main-nav,
  .home-page .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 90;
    display: none;
    height: auto;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(209, 201, 191, 0.9);
    border-radius: 0;
    color: #27211d;
    background: #fbf9f5;
    box-shadow: 0 20px 38px rgba(21, 18, 15, 0.2);
  }

  .main-nav.open,
  .home-page .main-nav.open {
    display: grid;
  }

  .main-nav > a,
  .main-nav .nav-product-group > a,
  .home-page .main-nav > a,
  .home-page .nav-product-group > a {
    min-height: 44px;
    justify-content: center;
    color: #27211d;
    border: 1px solid #e2dcd3;
    background: #fff;
  }

  .nav-product-group {
    min-width: 0;
  }

  .mobile-menu-search {
    display: flex;
    grid-column: 1 / -1;
    min-height: 46px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #d7d0c7;
    background: #fff;
  }

  .mobile-menu-search input {
    min-width: 0;
    flex: 1;
    align-self: stretch;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
  }

  .mobile-menu-search button {
    width: 46px;
    height: 46px;
    border: 0;
    color: var(--coffee);
    background: #f3efe9;
  }

  .catalog-layout {
    gap: 20px;
  }

  .catalog-filters {
    position: static;
    display: block;
    padding: 0;
    border: 0;
  }

  .catalog-filters > button.catalog-filter-toggle {
    display: grid;
    width: 100%;
    min-height: 70px;
    grid-template-areas:
      "label icon"
      "summary icon";
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px 12px;
    padding: 10px 14px;
    border: 1px solid #d8d1c8;
    border-left: 3px solid var(--coffee);
    color: var(--ink);
    background: #fbf9f5;
    text-align: left;
  }

  .catalog-filter-toggle > span {
    grid-area: label;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--coffee);
    font-size: 13px;
    font-weight: 800;
  }

  .catalog-filter-toggle strong {
    grid-area: summary;
    min-width: 0;
    color: #4d4640;
    font-size: 14px;
    line-height: 1.45;
    white-space: normal;
  }

  .catalog-filter-toggle > i:last-child {
    grid-area: icon;
    transition: transform 160ms ease;
  }

  .catalog-filter-toggle[aria-expanded="true"] > i:last-child {
    transform: rotate(180deg);
  }

  .catalog-filters > .catalog-filter-panel {
    display: none;
    gap: 14px;
    overflow: visible;
    padding: 14px;
    border: 1px solid #d8d1c8;
    border-top: 0;
    background: #fff;
  }

  .catalog-filters > .catalog-filter-panel.open {
    display: grid;
  }

  .catalog-filters > .catalog-filter-panel[aria-hidden="true"] {
    display: none;
  }

  .catalog-filter-panel > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
  }

  .catalog-filter-panel h2 {
    display: block;
    grid-column: 1 / -1;
    margin: 0 0 2px;
  }

  .catalog-filter-panel button,
  .catalog-filters .catalog-reset {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    justify-content: space-between;
    padding: 0 11px;
    border: 1px solid var(--line);
    border-left-width: 1px;
  }

  .catalog-filter-panel .catalog-reset {
    margin-top: 2px;
  }

  .catalog-search {
    min-height: 50px;
  }

  .catalog-search .btn {
    min-width: 70px;
    padding-inline: 14px;
  }

  .side-toolbar {
    bottom: max(12px, env(safe-area-inset-bottom));
  }

  .side-toolbar a,
  .side-toolbar button {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .carousel-dots {
    gap: 0;
  }

  .carousel-dots button,
  .carousel-dots button.active {
    position: relative;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .home-page .carousel-dots button,
  .home-page .carousel-dots button.active {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
  }

  .carousel-dots button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background: transparent;
    content: "";
    transform: translate(-50%, -50%);
  }

  .carousel-dots button.active::after {
    border-color: #d75c52;
    background: #d75c52;
  }

  .advisor-panel,
  .home-page .advisor-panel {
    right: 14px;
    bottom: calc(70px + env(safe-area-inset-bottom));
    width: calc(100% - 28px);
    max-height: calc(100vh - 96px - env(safe-area-inset-bottom));
  }

  a,
  button,
  input,
  select,
  textarea {
    scroll-margin-top: 74px;
  }
}

@media (max-width: 520px) {
  .wrap,
  .home-page .wrap {
    width: calc(100% - 24px);
  }

  .catalog-hero h1,
  .support-hero h1,
  .store-page .sub-hero h1,
  .product-detail-copy h1 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .catalog-summary {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .catalog-summary h2 {
    font-size: 24px;
  }

  .product-card {
    grid-template-columns: minmax(120px, 38%) minmax(0, 1fr);
    grid-template-rows: minmax(190px, auto);
  }

  .direction-card {
    grid-template-columns: minmax(120px, 38%) minmax(0, 1fr);
    grid-template-rows: minmax(190px, auto);
  }

  .product-card > div:last-child {
    min-height: 190px;
    padding: 13px;
  }

  .product-card h3 {
    margin-top: 5px;
    font-size: 16px;
  }

  .product-card p {
    display: -webkit-box;
    margin: 7px 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .product-card small {
    font-size: 11px;
  }

  .product-detail-link {
    min-height: 44px;
    margin-top: 7px;
  }

  .product-card-media img,
  .product-card:not(.concept-card) .product-card-media > picture img {
    object-fit: contain;
  }

  .store-page .store-detail,
  .store-page .store-hero-band,
  .store-page .sub-hero,
  .support-hero,
  .geo-hero {
    border-radius: 0;
    box-shadow: none;
  }

  .store-page .sub-hero {
    padding-inline: 0;
    border: 0;
    background: transparent;
  }

  .hero-actions .btn,
  .advisor-options button,
  .advisor-send,
  .side-toolbar a,
  .side-toolbar button {
    min-height: 44px;
  }
}
