/*
Theme Name: Guanlan Showcase
Author: Codex
Description: 观澜牧业企业官网展示主题。
Version: 0.1.0
Text Domain: guanlan-showcase
*/

:root {
  --ink: #1d2430;
  --muted: #667085;
  --gold: #b9862f;
  --gold-soft: #ead8af;
  --red: #9e2d24;
  --red-deep: #6f1e18;
  --blue: #184e70;
  --blue-soft: #dceaf3;
  --sand: #f7f0e3;
  --paper: #fffdf8;
  --line: rgba(29, 36, 48, 0.12);
  --shadow: 0 16px 40px rgba(29, 36, 48, 0.12);
  --shadow-soft: 0 24px 52px rgba(29, 36, 48, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(185, 134, 47, 0.18), transparent 36%),
    radial-gradient(circle at top right, rgba(24, 78, 112, 0.13), transparent 30%),
    linear-gradient(180deg, #fcf8ef 0%, #fffdf8 36%, #f6efe2 100%);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.7;
  overflow-x: clip;
}

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

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

p {
  margin: 0 0 1rem;
}

ul {
  margin: 0;
  padding-left: 1.2rem;
}

.site-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  padding: 18px 0 10px;
  position: sticky;
  top: 8px;
  z-index: 20;
}

.site-header-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border-radius: 34px;
  border: 1px solid rgba(29, 36, 48, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 242, 0.88)),
    radial-gradient(circle at top left, rgba(185, 134, 47, 0.12), transparent 42%);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(135deg, var(--red) 0%, var(--gold) 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.site-brand-mark .custom-logo-link {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255, 249, 238, 0.98), rgba(255, 243, 224, 0.96));
}

.site-brand-mark img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}

.site-brand-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.site-brand-title {
  display: block;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-brand-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav-list a:hover,
.site-nav-list .current-menu-item > a {
  color: var(--ink);
}

.site-main {
  padding: 18px 0 64px;
}

.full-bleed-shell {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-inline: max(18px, calc((100vw - 1180px) / 2 + 16px));
}

.full-bleed-shell + .full-bleed-shell {
  margin-top: 24px;
}

.hero-cinematic {
  padding-top: 8px;
  padding-bottom: 10px;
}

.hero-cinematic-frame {
  position: relative;
  min-height: clamp(620px, 82vh, 760px);
  overflow: hidden;
  border-radius: 44px;
  background: #0d1114;
  box-shadow: 0 34px 72px rgba(18, 24, 31, 0.2);
}

.hero-cinematic-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 12, 15, 0.78) 0%, rgba(10, 12, 15, 0.56) 38%, rgba(10, 12, 15, 0.14) 68%, rgba(10, 12, 15, 0.54) 100%),
    linear-gradient(180deg, rgba(10, 12, 15, 0.14), rgba(10, 12, 15, 0.54));
  z-index: 1;
}

.hero-cinematic-frame::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
  z-index: 2;
}

.hero-cinematic-media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.hero-cinematic-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.7);
}

.hero-cinematic-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: end;
  min-height: inherit;
  padding: clamp(32px, 6vw, 64px);
}

.hero-cinematic-copy {
  max-width: 700px;
  color: #f8f4ec;
  align-self: end;
}

.hero-cinematic-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(245, 236, 221, 0.12);
  color: #f4ddab;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-cinematic-title {
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 1.04;
  letter-spacing: 0.02em;
}

.hero-cinematic-text {
  max-width: 32rem;
  margin: 18px 0 0;
  color: rgba(248, 244, 236, 0.88);
  font-size: 1.08rem;
}

.hero-cinematic-quote {
  max-width: 34rem;
  margin: 22px 0 0;
  padding-left: 18px;
  border-left: 2px solid rgba(234, 216, 175, 0.4);
  color: rgba(255, 247, 233, 0.92);
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: clamp(1.18rem, 2vw, 1.52rem);
  line-height: 1.65;
}

.hero-cinematic-actions {
  margin-top: 28px;
}

.hero-cinematic-actions .button-primary {
  box-shadow: 0 18px 32px rgba(158, 45, 36, 0.28);
}

.hero-cinematic-actions .button-secondary {
  color: #fff8ef;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-cinematic-actions .button-ghost {
  color: #f4ddab;
  background: rgba(18, 28, 38, 0.38);
  border-color: rgba(244, 221, 171, 0.16);
}

.hero-cinematic-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 30px;
}

.hero-cinematic-stat {
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(244, 238, 228, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.hero-cinematic-stat-value {
  display: block;
  color: #fff;
  font-size: 1.54rem;
  font-weight: 800;
  line-height: 1.1;
}

.hero-cinematic-stat-label {
  display: block;
  margin-top: 6px;
  color: rgba(248, 244, 236, 0.78);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.hero-cinematic-rail {
  display: grid;
  gap: 16px;
  align-content: end;
}

.hero-cinematic-note {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border-radius: 30px;
  background: rgba(247, 240, 227, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 36px rgba(8, 12, 16, 0.16);
  backdrop-filter: blur(18px);
}

.hero-cinematic-note-media {
  margin: 0;
  aspect-ratio: 4 / 4.6;
  overflow: hidden;
  border-radius: 22px;
}

.hero-cinematic-note-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-cinematic-note-body {
  align-self: center;
  color: #f7f2e8;
}

.hero-cinematic-note-body .pill {
  margin-bottom: 10px;
  color: #f7e3b4;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-cinematic-note-body strong {
  display: block;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: 1.12rem;
  line-height: 1.35;
}

.hero-cinematic-note-body p {
  margin: 8px 0 0;
  color: rgba(247, 242, 232, 0.74);
  font-size: 0.94rem;
}

.collection-stage {
  padding-bottom: 8px;
}

.collection-stage-shell {
  padding: 34px;
  border-radius: 42px;
  border: 1px solid rgba(29, 36, 48, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(248, 241, 228, 0.92)),
    radial-gradient(circle at top left, rgba(185, 134, 47, 0.14), transparent 36%);
  box-shadow: var(--shadow-soft);
}

.collection-stage-heading {
  margin-bottom: 24px;
}

.collection-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 20px;
  align-items: stretch;
}

.collection-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 220px;
  overflow: hidden;
  border-radius: 34px;
  background: #121518;
  box-shadow: 0 24px 48px rgba(29, 36, 48, 0.12);
  isolation: isolate;
}

.collection-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 12, 15, 0.04) 0%, rgba(10, 12, 15, 0.18) 34%, rgba(10, 12, 15, 0.72) 100%);
  z-index: 1;
}

.collection-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 2;
  pointer-events: none;
}

.collection-card-media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.collection-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) brightness(0.74);
}

.collection-card-body {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 24px;
  color: #fbf5ec;
}

.collection-card-body .pill {
  color: #f7e3b4;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.collection-card h3 {
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: clamp(1.5rem, 2vw, 2.12rem);
  line-height: 1.18;
}

.collection-card-summary {
  max-width: 28rem;
  margin: 12px 0 0;
  color: rgba(251, 245, 236, 0.84);
}

.collection-card-note {
  max-width: 28rem;
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(247, 242, 232, 0.72);
}

.collection-card .product-actions {
  margin-top: 18px;
}

.collection-card .button-secondary {
  color: #fff8ef;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.collection-card-feature {
  min-height: 660px;
  grid-row: span 3;
}

.collection-card-feature .collection-card-body {
  max-width: 74%;
  padding: 34px;
}

.editorial-ridge {
  padding-top: 6px;
}

.editorial-ridge-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 22px;
  align-items: stretch;
}

.editorial-ridge-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 0.82fr);
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid rgba(29, 36, 48, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 241, 228, 0.9)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.08), rgba(24, 78, 112, 0.04));
  box-shadow: var(--shadow-soft);
}

.editorial-ridge-feature-media,
.editorial-ridge-card-media {
  margin: 0;
  overflow: hidden;
}

.editorial-ridge-feature-media {
  min-height: 100%;
}

.editorial-ridge-feature-media img,
.editorial-ridge-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-ridge-feature-body {
  display: grid;
  align-content: center;
  padding: 34px;
}

.editorial-ridge-note {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(185, 134, 47, 0.16);
  color: var(--muted);
}

.editorial-ridge-grid {
  display: grid;
  gap: 18px;
}

.editorial-ridge-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(29, 36, 48, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.editorial-ridge-card-media {
  aspect-ratio: 4 / 3;
}

.editorial-ridge-card-body {
  padding: 20px 22px 22px;
}

.editorial-ridge-card-body h3 {
  margin: 0 0 10px;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: 1.3rem;
}

.editorial-ridge-card-body p {
  margin-bottom: 0;
  color: var(--muted);
}

.hero {
  padding: 34px 0 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.hero-side {
  display: grid;
  gap: 18px;
}

.hero-copy,
.hero-panel,
.single-panel,
.section-panel,
.info-card,
.product-card,
.contact-card,
.notice-box,
.footer-card {
  border: 1px solid rgba(29, 36, 48, 0.07);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 242, 0.9)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.12), rgba(24, 78, 112, 0.08));
  border-radius: 34px 26px 36px 30px;
}

.hero-panel {
  padding: 26px;
  background:
    radial-gradient(circle at top, rgba(234, 216, 175, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(22, 56, 79, 0.96), rgba(102, 30, 25, 0.97));
  color: #f8f6ef;
  border-radius: 32px 22px 30px 28px;
}

.hero-kicker,
.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-kicker::before,
.section-kicker::before,
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.hero-title,
.page-title,
.section-title {
  margin: 0 0 18px;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  line-height: 1.12;
}

.hero-title {
  font-size: clamp(2.35rem, 4vw, 4.6rem);
}

.page-title {
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.section-title {
  font-size: clamp(1.6rem, 2.2vw, 2.35rem);
}

.hero-text,
.section-text,
.lead-text {
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-actions,
.product-actions,
.page-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red) 0%, var(--gold) 100%);
  box-shadow: 0 12px 24px rgba(158, 45, 36, 0.18);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(29, 36, 48, 0.12);
}

.button-ghost {
  color: var(--blue);
  background: rgba(24, 78, 112, 0.09);
  border-color: rgba(24, 78, 112, 0.14);
}

.hero-list,
.inline-list,
.feature-list {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.hero-quote {
  margin: 0 0 16px;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.4;
}

.hero-note {
  color: rgba(248, 246, 239, 0.88);
}

.hero-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-media-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 152px;
  gap: 16px;
}

.hero-media-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px 18px 28px 20px;
  border: 1px solid rgba(29, 36, 48, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.hero-media-card:nth-child(2n) {
  border-radius: 18px 30px 22px 28px;
}

.hero-media-feature {
  grid-row: span 2;
  min-height: 100%;
}

.hero-media-image,
.hero-media-image img {
  width: 100%;
  height: 100%;
}

.hero-media-image img {
  object-fit: cover;
}

.hero-media-overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(8, 12, 16, 0), rgba(8, 12, 16, 0.76));
  color: #fff;
}

.hero-media-overlay strong {
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: 1rem;
  line-height: 1.3;
}

.origin-ribbon-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.origin-ribbon-copy {
  border-radius: 30px 22px 34px 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 243, 231, 0.9)),
    radial-gradient(circle at top left, rgba(185, 134, 47, 0.12), transparent 46%);
}

.origin-ribbon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 16px;
}

.origin-ribbon-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px 18px 30px 22px;
  border: 1px solid rgba(29, 36, 48, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.origin-ribbon-card:nth-child(2n) {
  border-radius: 18px 30px 22px 28px;
}

.origin-ribbon-card-large {
  grid-row: span 2;
}

.origin-ribbon-image,
.origin-ribbon-image img {
  width: 100%;
  height: 100%;
}

.origin-ribbon-image img {
  object-fit: cover;
}

.origin-ribbon-overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(8, 12, 16, 0), rgba(8, 12, 16, 0.74));
  color: #fff;
}

.origin-ribbon-overlay strong {
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: 1rem;
  line-height: 1.3;
}

.product-card-editorial:nth-child(3n + 2),
.evidence-card:nth-child(3n + 2),
.faq-card:nth-child(2n) {
  border-radius: 18px 30px 22px 28px;
}

.product-card-editorial:nth-child(3n),
.evidence-card:nth-child(3n),
.contact-card:nth-child(2n) {
  border-radius: 30px 18px 28px 22px;
}

.footer-card:nth-child(2n) {
  border-radius: 22px 30px 24px 28px;
}

.hero-list li,
.feature-list li {
  padding-left: 18px;
  position: relative;
}

.hero-list li::before,
.feature-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold-soft);
  position: absolute;
  left: 0;
  top: 0.7em;
}

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

.stat-card {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(29, 36, 48, 0.06);
}

.stat-value {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--red);
}

.stat-label {
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: 34px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 22px;
}

.series-group + .series-group,
.section-block + .section-block {
  margin-top: 22px;
}

.series-group-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.series-group-title h3 {
  margin: 0;
  font-size: 1.3rem;
}

.series-group-title p {
  margin: 0;
  color: var(--muted);
}

.card-grid,
.product-grid,
.contact-grid,
.footer-grid {
  display: grid;
  gap: 18px;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
  justify-content: start;
  align-items: stretch;
}

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

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

.contact-grid-direct {
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(220px, 0.7fr));
  align-items: stretch;
}

.footer-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 0.95fr);
  align-items: stretch;
}

.product-card {
  overflow: hidden;
}

.product-card-editorial {
  position: relative;
  padding: 14px;
  border-color: rgba(185, 134, 47, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 244, 233, 0.94)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.08), rgba(24, 78, 112, 0.04));
  box-shadow: 0 18px 34px rgba(29, 36, 48, 0.08);
}

.product-card-editorial::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 24px;
  border: 1px solid rgba(185, 134, 47, 0.14);
  pointer-events: none;
}

.product-card figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(185, 134, 47, 0.18), rgba(24, 78, 112, 0.12));
}

.product-card-editorial .product-card-media {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  border: 1px solid rgba(29, 36, 48, 0.04);
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-body,
.info-card-body,
.contact-card-body,
.single-panel-body,
.footer-card {
  padding: 22px;
}

.product-card-editorial .product-card-body {
  position: relative;
  z-index: 1;
  padding: 20px 8px 8px;
}

.product-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.pill,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(185, 134, 47, 0.12);
  color: var(--red-deep);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-chip-list .tag {
  margin-bottom: 0;
  color: #fff4d8;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.product-card h3,
.info-card h3,
.contact-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.product-card-editorial h3 {
  margin-top: 12px;
  font-size: 1.35rem;
}

.product-price {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 1.18rem;
  font-weight: 800;
}

.product-summary,
.meta-text {
  color: var(--muted);
}

.product-card-note {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(185, 134, 47, 0.14);
}

.contact-card-primary,
.contact-card-toned,
.contact-platform-card {
  position: relative;
  overflow: hidden;
}

.contact-card-primary {
  background:
    radial-gradient(circle at top left, rgba(185, 134, 47, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 241, 228, 0.95));
  border-color: rgba(185, 134, 47, 0.18);
  box-shadow: var(--shadow-soft);
}

.contact-card-primary::before,
.contact-card-toned::before,
.contact-platform-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  border: 1px solid rgba(185, 134, 47, 0.12);
  pointer-events: none;
}

.contact-card-primary .contact-card-body,
.contact-card-toned .contact-card-body,
.contact-platform-card .contact-card-body {
  position: relative;
  z-index: 1;
}

.contact-card-primary h3 {
  font-size: 1.72rem;
}

.contact-card-toned {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 235, 0.92)),
    linear-gradient(135deg, rgba(24, 78, 112, 0.08), rgba(185, 134, 47, 0.08));
}

.contact-card-address {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(242, 247, 250, 0.94)),
    linear-gradient(135deg, rgba(24, 78, 112, 0.09), rgba(185, 134, 47, 0.05));
}

.contact-feature-list {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(185, 134, 47, 0.14);
}

.contact-detail-lines {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(185, 134, 47, 0.14);
}

.contact-detail-lines p {
  margin: 0;
  color: var(--muted);
}

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

.contact-platform-card {
  border: 1px solid rgba(29, 36, 48, 0.08);
  border-radius: 28px 18px 24px 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.contact-platform-wechat {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 249, 244, 0.94)),
    linear-gradient(135deg, rgba(41, 164, 68, 0.08), rgba(185, 134, 47, 0.04));
}

.contact-platform-taobao {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 241, 0.94)),
    linear-gradient(135deg, rgba(209, 93, 21, 0.1), rgba(185, 134, 47, 0.05));
}

.contact-platform-douyin {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 255, 0.94)),
    linear-gradient(135deg, rgba(37, 63, 120, 0.12), rgba(185, 134, 47, 0.05));
}

.contact-platform-site {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 255, 0.94)),
    linear-gradient(135deg, rgba(118, 86, 148, 0.08), rgba(185, 134, 47, 0.05));
}

.contact-platform-xiaohongshu {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 243, 245, 0.94)),
    linear-gradient(135deg, rgba(191, 41, 77, 0.1), rgba(185, 134, 47, 0.04));
}

.contact-search-hint {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(29, 36, 48, 0.1);
  color: var(--blue);
  font-weight: 600;
}

.notice-text {
  color: var(--blue);
  font-weight: 700;
}

.page-hero,
.page-shell,
.single-product {
  display: grid;
  gap: 24px;
}

.page-hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: stretch;
  margin-bottom: 18px;
}

.single-product {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.single-product.single-product-dossier {
  align-items: start;
  gap: 32px;
}

.single-media {
  display: grid;
  gap: 16px;
  align-content: start;
}

.single-media figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(29, 36, 48, 0.07);
  box-shadow: var(--shadow);
}

.product-plate {
  position: relative;
  padding: 18px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 240, 227, 0.95)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.12), rgba(24, 78, 112, 0.05));
  border: 1px solid rgba(185, 134, 47, 0.22);
  box-shadow: var(--shadow-soft);
}

.product-plate::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 28px;
  border: 1px solid rgba(185, 134, 47, 0.14);
  pointer-events: none;
}

.product-hero-media {
  position: relative;
  z-index: 1;
}

.product-plate .product-hero-media,
.product-plate .product-gallery figure {
  box-shadow: none;
  border: 1px solid rgba(29, 36, 48, 0.04);
  background: rgba(255, 255, 255, 0.9);
}

.product-plate .product-hero-media img,
.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.product-gallery figure {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 24px;
}

.single-media-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  padding: 0 8px;
  color: var(--muted);
}

.single-media-caption span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red-deep);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.single-media-caption span::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.single-media-caption p {
  margin: 0;
}

.product-quick-brief {
  border-radius: 30px;
  border: 1px solid rgba(185, 134, 47, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 235, 0.96)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.08), rgba(24, 78, 112, 0.03));
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.product-quick-brief-body {
  padding: 26px 28px;
}

.product-quick-brief-title {
  margin: 10px 0 0;
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
}

.product-quick-brief-text {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.9;
}

.product-quick-brief-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
}

.product-quick-brief-list li {
  display: flex;
  gap: 12px;
  color: var(--ink);
}

.product-quick-brief-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 0.72em;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold) 0%, #e5c889 100%);
  box-shadow: 0 0 0 6px rgba(185, 134, 47, 0.08);
}

.single-panel {
  overflow: hidden;
}

.single-panel-body > * + * {
  margin-top: 18px;
}

.product-dossier {
  position: sticky;
  top: 92px;
  border-color: rgba(185, 134, 47, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 244, 233, 0.97)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.08), rgba(24, 78, 112, 0.04));
  box-shadow: var(--shadow-soft);
}

.product-dossier::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(185, 134, 47, 0.14);
  pointer-events: none;
}

.product-dossier-body {
  position: relative;
  z-index: 1;
  padding: 28px 30px;
}

.product-dossier-body > * + * {
  margin-top: 0;
}

.dossier-head {
  padding-bottom: 22px;
}

.dossier-head > * + * {
  margin-top: 14px;
}

.dossier-origin {
  margin: 0;
  color: var(--red-deep);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-dossier .page-title {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 3vw, 3.6rem);
}

.product-dossier .product-price {
  margin-bottom: 0;
  font-size: 1.42rem;
}

.product-dossier .lead-text {
  font-size: 1.08rem;
  line-height: 1.85;
}

.dossier-alert {
  margin-top: 6px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(24, 78, 112, 0.06);
  border: 1px solid rgba(24, 78, 112, 0.12);
}

.dossier-alert strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
}

.dossier-alert p {
  margin: 0;
  color: var(--muted);
}

.dossier-actions {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(185, 134, 47, 0.16);
}

.dossier-section {
  padding-top: 22px;
  margin-top: 22px;
  border-top: 1px solid rgba(185, 134, 47, 0.16);
}

.dossier-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.dossier-label::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.dossier-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.dossier-list li {
  display: flex;
  gap: 12px;
  padding: 0;
  color: var(--ink);
}

.dossier-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 0.72em;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold) 0%, #e5c889 100%);
  box-shadow: 0 0 0 6px rgba(185, 134, 47, 0.08);
}

.product-story-heading,
.product-story-panel {
  max-width: 920px;
}

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

.gallery-grid figure {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}

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

.evidence-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(185, 134, 47, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 242, 231, 0.94)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.07), rgba(24, 78, 112, 0.03));
  box-shadow: 0 18px 34px rgba(29, 36, 48, 0.08);
}

.evidence-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.evidence-card-link:hover h3,
.evidence-card-link:focus-visible h3 {
  color: var(--red-deep);
}

.evidence-card-link:focus-visible {
  outline: 2px solid rgba(145, 31, 30, 0.32);
  outline-offset: -2px;
}

.story-ranch-media {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(185, 134, 47, 0.16);
  box-shadow: 0 22px 40px rgba(29, 36, 48, 0.12);
}

.story-ranch-media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 240px;
  object-fit: cover;
}

.evidence-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 24px;
  border: 1px solid rgba(185, 134, 47, 0.14);
  pointer-events: none;
}

.evidence-card-media {
  position: relative;
  z-index: 1;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(29, 36, 48, 0.04);
  background: linear-gradient(135deg, rgba(185, 134, 47, 0.12), rgba(24, 78, 112, 0.08));
}

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

.evidence-card-body {
  position: relative;
  z-index: 1;
  padding: 18px 8px 10px;
}

.evidence-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--red-deep);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-tag::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.evidence-card h3 {
  font-size: 1.15rem;
}

.story-hero {
  margin-bottom: 10px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.story-hero-copy {
  display: grid;
  gap: 24px;
  align-content: start;
}

.story-hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(185, 134, 47, 0.18);
  box-shadow: var(--shadow-soft);
}

.story-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.story-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 244, 233, 0.94)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.08), rgba(24, 78, 112, 0.04));
  border-color: rgba(185, 134, 47, 0.18);
}

.story-aside {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 240, 227, 0.92)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.06), rgba(24, 78, 112, 0.03));
  border-color: rgba(185, 134, 47, 0.16);
}

.story-article {
  max-width: 960px;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(252, 248, 239, 0.95)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.06), rgba(24, 78, 112, 0.03));
}

.story-article .story-step + .story-step,
.faq-stack .faq-answer-card + .faq-answer-card {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(185, 134, 47, 0.14);
}

.story-article h2,
.faq-article h2 {
  margin: 0 0 14px;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.25;
}

.story-article p,
.faq-article p {
  color: var(--muted);
  font-size: 1.03rem;
}

.faq-anchor-grid {
  display: grid;
  gap: 12px;
}

.faq-anchor-card {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(185, 134, 47, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-weight: 700;
}

.faq-anchor-card:hover {
  border-color: rgba(158, 45, 36, 0.22);
  color: var(--red-deep);
}

.faq-article {
  max-width: 960px;
  padding: 30px 34px;
}

.faq-stack {
  display: grid;
  gap: 0;
}

.faq-answer-card {
  scroll-margin-top: 120px;
}

.faq-answer-card p:last-child {
  margin-bottom: 0;
}

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

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq-card {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(29, 36, 48, 0.08);
}

.faq-card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.faq-card p {
  margin: 0;
  color: var(--muted);
}

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

.cooperation-card {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 247, 238, 0.9)),
    linear-gradient(135deg, rgba(185, 134, 47, 0.06), rgba(24, 78, 112, 0.04));
}

.cooperation-card-body {
  display: grid;
  gap: 12px;
}

.cooperation-card-body h3,
.cooperation-step h3 {
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", serif;
  font-size: 1.18rem;
}

.cooperation-split {
  align-items: start;
}

.cooperation-step-list {
  display: grid;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cooperation-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid rgba(29, 36, 48, 0.08);
}

.cooperation-step:first-child {
  padding-top: 0;
  border-top: 0;
}

.cooperation-step-index {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(185, 134, 47, 0.14);
  color: var(--red);
  font-weight: 700;
}

.cooperation-rail {
  display: grid;
  gap: 18px;
}

.cooperation-contact {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(29, 36, 48, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.cooperation-contact strong {
  font-size: 1.2rem;
}

.notice-box,
.section-panel {
  padding: 24px;
}

.site-footer {
  padding: 32px 0 60px;
}

.site-footer .footer-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.footer-card-brand,
.footer-card-directory,
.footer-card-company {
  display: grid;
  align-content: start;
}

.footer-link-stack {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.footer-link-stack p {
  margin: 0;
}

.footer-directory-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.footer-directory-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(34, 44, 60, 0.08);
}

.footer-directory-row dt,
.footer-directory-row dd {
  margin: 0;
}

.footer-directory-row dt {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-directory-row dd {
  word-break: break-word;
}

.footer-card-company {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 232, 0.92)),
    radial-gradient(circle at top right, rgba(185, 134, 47, 0.12), transparent 42%);
}

.footer-company-line {
  margin: 0 0 12px;
}

.footer-company-note {
  margin: 8px 0 0;
  color: var(--muted);
}

.footer-records-shell {
  display: flex;
  align-items: center;
  gap: 14px 18px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(34, 44, 60, 0.08);
}

.footer-records-label {
  flex: 0 0 auto;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.footer-records-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-record-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(34, 44, 60, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink);
}

.footer-record-type {
  flex: 0 0 auto;
  font-size: 0.76rem;
  color: var(--muted);
}

.footer-record-value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.94rem;
}

.footer-record-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-record-value a {
  color: inherit;
  text-decoration: none;
}

.footer-record-value a:hover {
  color: var(--ink);
}

.muted {
  color: var(--muted);
}

.content-body > * + * {
  margin-top: 1rem;
}

@media (max-width: 980px) {
  .full-bleed-shell {
    padding-inline: 18px;
  }

  .hero-cinematic-grid,
  .collection-stage-grid,
  .editorial-ridge-shell,
  .editorial-ridge-feature,
  .hero-grid,
  .page-hero,
  .single-product,
  .footer-grid,
  .split-panel,
  .origin-ribbon-shell {
    grid-template-columns: 1fr;
  }

  .hero-cinematic-frame {
    min-height: 680px;
  }

  .hero-cinematic-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
  }

  .hero-cinematic-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-card-feature {
    min-height: 540px;
    grid-row: auto;
  }

  .collection-card-feature .collection-card-body {
    max-width: none;
  }

  .stat-grid,
  .product-grid,
  .card-grid,
  .evidence-grid,
  .cooperation-grid,
  .contact-grid,
  .contact-platform-grid,
  .gallery-grid,
  .product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .full-bleed-shell {
    padding-inline: 16px;
  }

  .site-header-frame {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 28px;
  }

  .site-nav-list {
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .hero-cinematic-frame {
    min-height: 620px;
    border-radius: 32px;
  }

  .hero-cinematic-frame::after,
  .collection-card::after {
    inset: 10px;
    border-radius: 20px;
  }

  .hero-cinematic-grid,
  .collection-stage-shell,
  .editorial-ridge-feature-body {
    padding: 22px;
  }

  .hero-cinematic-title {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .hero-cinematic-text,
  .hero-cinematic-quote {
    max-width: none;
  }

  .hero-cinematic-stats,
  .hero-cinematic-rail {
    grid-template-columns: 1fr;
  }

  .hero-cinematic-note {
    grid-template-columns: 88px minmax(0, 1fr);
    border-radius: 24px;
  }

  .collection-card,
  .collection-card-feature {
    min-height: 320px;
    border-radius: 28px;
  }

  .collection-card-feature .collection-card-body,
  .collection-card-body {
    max-width: none;
    padding: 22px;
  }

  .editorial-ridge-feature,
  .editorial-ridge-card {
    border-radius: 28px;
  }

  .hero-copy,
  .hero-panel,
  .section-panel,
  .single-panel-body,
  .product-card-body,
  .info-card-body,
  .contact-card-body,
  .footer-card {
    padding: 20px;
  }

  .hero-media-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
  }

  .hero-media-feature {
    grid-row: span 1;
  }

  .origin-ribbon-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }

  .origin-ribbon-card-large {
    grid-row: span 1;
  }

  .product-plate {
    padding: 14px;
    border-radius: 28px;
  }

  .product-plate::before {
    inset: 10px;
    border-radius: 22px;
  }

  .stat-grid,
  .product-grid,
  .card-grid,
  .evidence-grid,
  .cooperation-grid,
  .contact-grid,
  .contact-platform-grid,
  .gallery-grid,
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .footer-records-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-record-item {
    width: 100%;
    justify-content: space-between;
    border-radius: 18px;
  }
}
