@font-face {
  font-family: "FZLanTingHei";
  src: url("./public/assets/fonts/fz-lantinghei-xian.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZLanTingHei";
  src: url("./public/assets/fonts/fz-lantinghei-chaoxi.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZLanTingHei";
  src: url("./public/assets/fonts/fz-lantinghei-xi.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZLanTingHei";
  src: url("./public/assets/fonts/fz-lantinghei-zhun.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZLanTingHei";
  src: url("./public/assets/fonts/fz-lantinghei-hei.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZLanTingHei";
  src: url("./public/assets/fonts/fz-lantinghei-zhong.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZLanTingHei";
  src: url("./public/assets/fonts/fz-lantinghei-zhongcu.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZLanTingHei";
  src: url("./public/assets/fonts/fz-lantinghei-cu.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZLanTingHei";
  src: url("./public/assets/fonts/fz-lantinghei-da.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #f7f8f4;
  --paper: #ffffff;
  --ink: #111814;
  --muted: #657067;
  --line: #dde4dc;
  --green: #22a866;
  --green-dark: #0e6f45;
  --yellow: #f4c95d;
  --blue: #5ca7d8;
  --soft-green: #e8f4ec;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(12, 28, 18, 0.12);
  --glass: rgba(255, 255, 255, 0.58);
  --glass-strong: rgba(255, 255, 255, 0.72);
  --glass-soft: rgba(255, 255, 255, 0.42);
  --glass-border: rgba(255, 255, 255, 0.68);
  --glass-line: rgba(14, 111, 69, 0.14);
  --glass-shadow: 0 18px 44px rgba(31, 54, 43, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #f7f8f4 0%, #edf7f3 34%, #f8faf8 68%, #eef6fb 100%);
  color: var(--ink);
  font-family: "FZLanTingHei", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px 40px;
  color: var(--paper);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header[data-elevated="true"] {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.main-nav,
.header-actions,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 92px;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 700;
}

.brand-logo {
  display: block;
  width: min(92px, 22vw);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 4px;
  background: #030000;
  flex-shrink: 0;
}

.site-header[data-elevated="false"] .brand-logo {
  filter: none;
}

.brand-name {
  font-weight: 700;
}

.main-nav {
  justify-content: center;
  gap: 24px;
  font-size: 15px;
}

.main-nav a {
  opacity: 0.88;
}

.main-nav a:hover {
  opacity: 1;
}

.main-nav a.external-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.main-nav a.external-link::after {
  content: "\2197";
  font-size: 12px;
  line-height: 1;
  transform: translateY(-1px);
}

.header-actions {
  justify-content: flex-end;
  gap: 14px;
}

.download-trigger {
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.language-switcher span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.language-switcher select {
  min-width: 118px;
  max-width: 132px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  padding: 7px 10px;
  font-size: 15px;
}

.site-header[data-elevated="false"] .language-switcher select option {
  color: var(--ink);
}

.section {
  padding: 112px 40px;
}

.section-heading {
  max-width: 980px;
  margin: 0 auto 44px;
}

.split-heading {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 1fr minmax(260px, 420px);
  gap: 64px;
  align-items: end;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 1.03;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 0;
  overflow: hidden;
  background: #101612;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video.has-error {
  opacity: 0;
}

.section-dark {
  color: var(--paper);
}

.hero-media {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.5));
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 0 40px 76px;
}

.hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.hero-copy .eyebrow,
.hero-copy h1,
.hero-scroll {
  transition: opacity 680ms ease, transform 680ms ease;
}

.hero-copy.is-title-faded .eyebrow,
.hero-copy.is-title-faded h1,
.hero-copy.is-title-faded .hero-scroll {
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
}

.hero-scroll {
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}


figure {
  margin: 0;
}

.image-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.36);
}

.media-asset {
  display: block;
  width: 100%;
  height: 100%;
}

.fit-cover {
  object-fit: cover;
}

.fit-contain {
  object-fit: contain;
  background: rgba(255, 255, 255, 0.5);
}

.story-image {
  padding: 10px;
  background: rgba(255, 255, 255, 0.34);
}

.image-frame figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  border-radius: 999px;
  background: rgba(17, 24, 20, 0.74);
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
}

.factory-proof {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  gap: 28px;
  align-items: center;
  margin: 28px auto 0;
}

.media-placeholder {
  position: relative;
  display: grid;
  min-height: 220px;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #8fb9a2;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(34, 168, 102, 0.12), rgba(92, 167, 216, 0.14)),
    repeating-linear-gradient(45deg, rgba(17, 24, 20, 0.04) 0 10px, transparent 10px 20px);
  color: var(--green-dark);
  text-align: center;
}

.media-placeholder span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.media-placeholder small {
  display: block;
  max-width: 320px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.ratio-wide {
  aspect-ratio: 16 / 10;
}

.ratio-cinema {
  aspect-ratio: 16 / 8;
}

.belief-grid,
.factory-hero,
.tab-panel {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 28px;
}

.belief-grid {
  grid-template-columns: 1fr;
}

.story-panel,
.product-card,
.news-item,
.flow-card,
.data-grid article {
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.38));
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.story-panel {
  padding: 18px;
}

.story-panel h3,
.story-panel p {
  padding: 0 10px;
}

.story-panel h3 {
  margin-top: 24px;
}

.value-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.value-card {
  display: grid;
  gap: 8px;
  min-height: 118px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 24px;
  color: var(--ink);
  text-align: left;
  cursor: default;
}

.value-card strong {
  font-size: 26px;
}

.value-card span {
  color: var(--muted);
  line-height: 1.6;
}

.factory {
  background: linear-gradient(180deg, rgba(232, 244, 236, 0.78), rgba(240, 248, 246, 0.86));
}

.factory-hero {
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: stretch;
}

.data-grid {
  display: grid;
  gap: 14px;
}

.data-grid article {
  display: grid;
  align-content: center;
  min-height: 120px;
  padding: 22px;
}

.data-grid strong {
  display: block;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.1;
}

.data-grid span {
  margin-top: 8px;
  color: var(--muted);
}

.factory-gallery {
  display: grid;
  max-width: 1180px;
  margin: 28px auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.factory-gallery-card {
  display: grid;
  gap: 12px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 12px;
  cursor: default;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.factory-gallery-card:hover,
.factory-gallery-card:focus-visible,
.factory-gallery-card.is-active {
  border-color: var(--green);
  box-shadow: 0 12px 28px rgba(12, 28, 18, 0.1);
  transform: translateY(-2px);
  outline: none;
}

.factory-gallery-card.is-large {
  grid-column: span 2;
  grid-row: span 2;
}

.factory-gallery-card h3 {
  margin: 0;
  padding: 0 4px;
  font-size: 18px;
}

.factory-gallery-card p {
  margin: 0;
  padding: 0 4px 4px;
  font-size: 14px;
  line-height: 1.6;
}

.factory-flow {
  display: grid;
  max-width: 1180px;
  margin: 24px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.flow-card {
  padding: 24px;
}

.flow-card button {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  text-align: left;
}

.flow-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.flow-card p {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 15px;
}

.cocreation {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(241, 248, 244, 0.72));
}

.tabs {
  display: flex;
  max-width: 1180px;
  margin: 0 auto 18px;
  gap: 8px;
}

.tabs button,
.news-toolbar button,
.news-year-nav button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  padding: 10px 16px;
  cursor: pointer;
}

.tabs button.is-active,
.news-toolbar button.is-active,
.news-year-nav button.is-active {
  border-color: var(--green);
  background: var(--green);
  color: var(--paper);
}

.tab-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfa;
}

.tab-panel.is-active {
  display: grid;
}

.detail-kicker {
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
}

.cocreation-points {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cocreation-points li {
  border-left: 3px solid var(--green);
  background: var(--soft-green);
  padding: 9px 12px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}

.products {
  background: linear-gradient(180deg, rgba(248, 250, 248, 0.82), rgba(238, 247, 251, 0.66));
}

.product-grid {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  padding: 16px;
}

.product-image {
  height: 260px;
}

.product-card h3 {
  margin-top: 20px;
  font-size: 22px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.product-card.is-selected {
  border-color: var(--green);
  box-shadow: 0 14px 34px rgba(12, 28, 18, 0.1);
  transform: translateY(-2px);
}

.product-toggle {
  margin-top: auto;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  padding: 9px 14px;
  cursor: pointer;
  font-size: 14px;
}

.product-toggle:hover,
.product-card.is-selected .product-toggle {
  border-color: var(--green);
  background: var(--green);
  color: var(--paper);
}

.product-detail-tray {
  position: relative;
  max-width: 1180px;
  margin: 18px auto 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 24px;
  box-shadow: 0 14px 34px rgba(12, 28, 18, 0.08);
}

.product-detail-tray[hidden] {
  display: none;
}

.product-detail-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.product-detail-panel {
  display: none;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: start;
  padding-right: 28px;
}

.product-detail-panel.is-active {
  display: grid;
}

.flavor-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.flavor-card {
  display: grid;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfa;
  padding: 10px;
  min-width: 0;
}

.flavor-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #ffffff;
}

.flavor-card strong {
  font-size: 14px;
  line-height: 1.25;
}

.flavor-card span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.flavor-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

.flavor-pills span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfcfa;
  color: var(--ink);
  padding: 9px 12px;
  font-size: 14px;
}

.news-toolbar,
.news-year-nav {
  display: flex;
  max-width: 1180px;
  margin: 0 auto 22px;
  gap: 8px;
  overflow-x: auto;
}

.timeline {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 12px;
}


/* C2044 official module */
.tab-panel.c2044-panel {
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}

.c2044-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.c2044-banner {
  aspect-ratio: 4 / 1;
  min-height: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.56);
}

.c2044-banner img {
  object-fit: contain;
  object-position: center;
}

.c2044-intro {
  display: grid;
  align-content: center;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
  padding: 26px;
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.c2044-intro h3 {
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
}

.c2044-copy {
  display: grid;
  gap: 12px;
}

.c2044-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

.c2044-copy strong {
  color: var(--ink);
}

.c2044-list-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.c2044-list-head h4 {
  margin: 0 0 6px;
  font-size: 24px;
}

.c2044-list-head p {
  margin: 0;
  color: var(--muted);
}

.c2044-year-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.c2044-year-nav button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink);
  padding: 10px 16px;
  cursor: pointer;
}

.c2044-year-nav button.is-active {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.c2044-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.c2044-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.48);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.c2044-card[hidden] {
  display: none;
}

.c2044-card:hover,
.c2044-card:focus-visible {
  border-color: rgba(34, 168, 102, 0.42);
  transform: translateY(-2px);
}

.c2044-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  background: rgba(255, 255, 255, 0.72);
}

.c2044-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.c2044-card-body {
  display: grid;
  min-height: 214px;
  gap: 9px;
  padding: 16px;
}

.c2044-card time {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
}

.c2044-card h5 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.38;
}

.c2044-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c2044-more {
  align-self: end;
  color: var(--green-dark);
  font-style: normal;
  font-weight: 700;
}

.c2044-modal-card {
  width: min(1040px, 94vw);
}

.c2044-modal-date {
  margin: -4px 0 20px;
  color: var(--green-dark);
  font-weight: 700;
}

.c2044-detail-content {
  clear: both;
}

.c2044-detail-content p,
.c2044-detail-content li {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.9;
}

.c2044-detail-content p {
  margin: 0 0 16px;
}

.c2044-detail-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: var(--radius);
  background: #fff;
}

.c2044-detail-content strong {
  color: var(--ink);
}

@media (max-width: 980px) {
  .c2044-hero,
  .c2044-grid {
    grid-template-columns: 1fr;
  }

  .c2044-banner {
    aspect-ratio: 4 / 1;
    min-height: 0;
  }

  .c2044-intro {
    padding: 18px;
  }

  .c2044-list-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .c2044-year-nav {
    justify-content: flex-start;
  }

  .c2044-card-body {
    min-height: auto;
  }

  .c2044-modal-card {
    padding: 22px 18px;
  }
}
/* End C2044 official module */

.news-item {
  display: grid;
  grid-template-columns: 102px 180px 1fr;
  gap: 22px;
  align-items: center;
  padding: 14px;
  color: inherit;
}

.news-item[hidden] {
  display: none;
}

.news-item time {
  color: var(--green-dark);
  font-weight: 700;
}

.news-thumb {
  height: 120px;
  min-height: 0;
}

.news-thumb span {
  font-size: 16px;
}

.tag {
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 999px;
  background: var(--soft-green);
  color: var(--green-dark);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}

.download-panel {
  position: fixed;
  z-index: 30;
  inset: 0;
  display: none;
  justify-content: flex-end;
  background: rgba(17, 24, 20, 0.34);
}

.download-panel.is-open {
  display: flex;
}

.download-panel-inner {
  width: min(460px, 100vw);
  height: 100%;
  overflow: auto;
  background: var(--paper);
  padding: 34px;
  box-shadow: var(--shadow);
}

.panel-close {
  float: right;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
}

.panel-note {
  color: var(--ink);
}

.download-list {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.download-list a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 16px;
}

.download-list a[data-pending-link]::after {
  content: "待上传";
  color: var(--green-dark);
  font-size: 13px;
}

.usage-note {
  border-left: 3px solid var(--green);
  background: var(--soft-green);
  padding: 14px 16px;
  color: var(--ink);
  font-size: 14px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 40px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.site-footer p {
  margin-bottom: 0;
}

.footer-links {
  gap: 18px;
  color: var(--muted);
}

.toast {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: 24px;
  max-width: 320px;
  transform: translateY(20px);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
  padding: 14px 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}


/* Clear bubble card treatment */
.value-card,
.factory-gallery-card,
.tab-panel,
.product-detail-tray,
.flavor-card,
.download-list a,
.usage-note {
  border-color: var(--glass-border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.36));
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.value-card:hover,
.factory-gallery-card:hover,
.product-card:hover,
.news-item:hover {
  border-color: rgba(34, 168, 102, 0.34);
  box-shadow: 0 22px 54px rgba(31, 54, 43, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.value-card.is-active,
.product-card.is-selected,
.factory-gallery-card.is-active,
.flow-card.is-open {
  border-color: rgba(34, 168, 102, 0.42);
  background:
    linear-gradient(145deg, rgba(235, 250, 241, 0.84), rgba(255, 255, 255, 0.42));
}

.tabs button,
.news-toolbar button,
.news-year-nav button,
.flavor-pills span {
  border-color: var(--glass-border);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.cocreation-points li,
.tag {
  background: rgba(232, 244, 236, 0.62);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.download-panel-inner {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62));
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
}

.site-header[data-elevated="true"] {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}


.story-panel-large {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 24px;
  align-items: center;
}

.story-panel-large h3,
.story-panel-large p {
  padding: 0;
}

.story-panel-large h3 {
  margin-top: 0;
}

.procurement {
  background: linear-gradient(180deg, rgba(240, 248, 246, 0.78), rgba(248, 250, 248, 0.9));
}

.procurement-grid,
.proc-list {
  max-width: 1180px;
  margin: 0 auto;
}

.procurement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: stretch;
}

.proc-intro,
.proc-qr,
.proc-card {
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.36));
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.proc-intro {
  padding: 28px;
}

.proc-intro p:last-child {
  margin-bottom: 0;
}

.proc-qr {
  display: grid;
  place-items: center;
  padding: 22px;
  text-align: center;
}

.proc-qr img {
  width: min(150px, 100%);
  height: auto;
}

.proc-qr figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.proc-list {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.proc-card {
  overflow: hidden;
}

.proc-card > div {
  padding: 14px;
}

.proc-card time {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.proc-card h3 {
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.35;
}

.proc-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}

.proc-thumb {
  height: 130px;
  border: 0;
  border-radius: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(280px, 0.88fr) minmax(420px, 1.16fr);
  gap: 30px;
  align-items: start;
  padding: 52px 40px 28px;
  border-top: 0;
  background: #050806;
  color: #f5f7f4;
}

.site-footer p {
  color: rgba(245, 247, 244, 0.72);
}

.footer-brand strong {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
}

.footer-phone {
  margin-top: 24px;
  color: #f5f7f4 !important;
  font-size: 24px;
  font-weight: 700;
}

.footer-contact {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.footer-contact h2 {
  margin: 0 0 6px;
  color: #f5f7f4;
  font-size: 18px;
  line-height: 1.2;
}

.footer-contact a {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
  color: rgba(245, 247, 244, 0.86);
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.footer-contact span {
  color: rgba(245, 247, 244, 0.56);
}

.footer-socials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.footer-socials figure {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 12px;
}

.footer-socials img {
  width: 100%;
  max-width: 118px;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
}

.footer-socials figcaption,
.footer-records a {
  color: rgba(245, 247, 244, 0.72);
  font-size: 13px;
}

.footer-records {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
}

.footer-records a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.footer-records img {
  width: 16px;
  height: 16px;
}

.news-item:hover h3 {
  color: var(--green-dark);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 18px;
  }

  .main-nav,
  .header-actions {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .main-nav {
    gap: 16px;
  }

  .section {
    padding: 86px 20px;
  }

  .hero-copy {
    padding: 0 22px 58px;
  }

  .split-heading,
  .belief-grid,
  .factory-hero,
  .factory-proof,
  .tab-panel,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    gap: 12px;
  }

  .factory-gallery {
    grid-template-columns: 1fr;
  }

  .factory-gallery-card.is-large {
    grid-column: auto;
    grid-row: auto;
  }

  .product-detail-panel {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .flavor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-item {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
    gap: 18px;
  }

  .story-panel-large,
  .procurement-grid,
  .proc-list,
  .footer-socials,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .value-stack,
  .factory-flow {
    grid-template-columns: 1fr;
  }

  .proc-list {
    gap: 12px;
  }

  .proc-thumb {
    height: 180px;
  }

  .footer-socials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-contact a {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
}


/* 2026-08-12 requested revisions */
.belief .section-heading {
  max-width: 1180px;
}

.belief-showcase {
  max-width: none;
  margin: 0 -40px;
}

.belief-visual {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.42);
}

.belief-visual .story-image {
  padding: 24px clamp(18px, 5vw, 72px);
}

.belief-copy-block {
  max-width: 980px;
  margin: 28px auto 0;
  padding: 0 40px;
}

.belief-copy-block h3 {
  font-size: clamp(26px, 3vw, 38px);
}

.factory-gallery-card {
  cursor: zoom-in;
}

.factory-gallery-card h3,
.factory-gallery-card p {
  color: var(--ink);
}

.factory-proof h3 {
  color: var(--ink);
}

.co-tab-panel {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  align-items: stretch;
}

.co-copy {
  display: grid;
  align-content: center;
}

.co-rich-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.co-rich-grid article,
.competition-section-grid article {
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.48);
  padding: 14px;
}

.co-rich-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.co-rich-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.co-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.primary-link,
.secondary-link,
.secondary-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
}

.primary-link {
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
}

.secondary-link,
.secondary-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink);
}

.news-item {
  width: 100%;
  border: 1px solid var(--glass-border);
  text-align: left;
  cursor: pointer;

  text-decoration: none;}

.news-detail-panel {
  position: relative;
  max-width: 980px;
  margin: 22px auto 0;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.5));
  box-shadow: var(--glass-shadow);
  padding: 28px;
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.news-detail-panel[hidden] {
  display: none;
}

.news-detail-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.news-detail-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-right: 48px;
}

.news-detail-meta time {
  color: var(--green-dark);
  font-weight: 700;
}

.news-detail-panel h3 {
  max-width: 820px;
  margin-bottom: 12px;
  padding-right: 48px;
  font-size: clamp(26px, 3vw, 40px);
}

.news-detail-summary {
  max-width: 820px;
}

.news-detail-content {
  margin-top: 22px;
}

.news-detail-content p,
.news-detail-content li {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.9;
}

.news-detail-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px auto;
  border-radius: var(--radius);
}

.news-detail-content h1,
.news-detail-content h2,
.news-detail-content h3 {
  margin-top: 30px;
  font-size: 24px;
}

.news-source-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--green-dark);
  font-weight: 700;
}

.image-lightbox,
.competition-modal {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(17, 24, 20, 0.72);
  padding: 28px;
}

.image-lightbox.is-open,
.competition-modal.is-open {
  display: grid;
}

.image-lightbox figure {
  display: grid;
  gap: 10px;
  width: min(1080px, 94vw);
  max-height: 90vh;
}

.image-lightbox img {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: var(--radius);
  background: #fff;
}

.image-lightbox figcaption {
  color: #fff;
  text-align: center;
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 24px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  cursor: pointer;
  font-size: 26px;
}

.competition-modal-card {
  position: relative;
  width: min(980px, 94vw);
  max-height: 88vh;
  overflow: auto;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76));
  padding: 34px;
  box-shadow: var(--shadow);
}

.competition-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.competition-section-grid ul,
.competition-details p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.competition-section-grid li + li {
  margin-top: 6px;
}

.competition-details {
  margin-top: 14px;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.48);
  padding: 14px;
}

.competition-details summary {
  cursor: pointer;
  font-weight: 700;
}

.modal-actions {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .belief-showcase {
    margin: 0 -20px;
  }

  .belief-visual {
    min-height: 70vh;
  }

  .belief-copy-block {
    padding: 0 20px;
  }

  .co-tab-panel,
  .competition-section-grid {
    grid-template-columns: 1fr;
  }

  .news-detail-panel {
    padding: 22px 18px;
  }

  .image-lightbox,
  .competition-modal {
    padding: 16px;
  }
}


/* News detail pages */
body.news-detail-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(228, 246, 236, 0.75), transparent 30%),
    linear-gradient(180deg, #f7faf7 0%, #eef7f1 100%);
}

body.news-detail-page .site-header {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}

.news-page-main {
  padding: 112px 24px 72px;
}

.news-article {
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.56));
  box-shadow: var(--glass-shadow);
  padding: clamp(24px, 4vw, 46px);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.article-back {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  padding: 0 14px;
  font-size: 14px;
  text-decoration: none;
}

.news-article h1 {
  max-width: 820px;
  margin: 18px 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}

.news-article-cover {
  margin: 26px 0 8px;
}

.news-article-cover img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
}

.news-detail-content a,
.news-source-link {
  color: var(--green-dark);
}

.news-detail-content .ql-align-center {
  text-align: center;
}

.news-detail-content .ql-indent-1 {
  text-indent: 2em;
}

.news-detail-content video,
.news-detail-content iframe,
.news-detail-content table {
  max-width: 100%;
}

@media (max-width: 980px) {
  .news-page-main {
    padding: 132px 16px 54px;
  }

  .news-article {
    padding: 22px 16px;
  }

  .news-article-cover img {
    max-height: none;
  }
}

/* Mobile navigation and hero fit - 20260818 */
.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  place-items: center;
  gap: 4px;
  padding: 0;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.competition-lead {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.75;
}

.competition-card-points {
  margin-bottom: 18px;
}

.competition-awards {
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
}

.competition-section-grid strong {
  color: var(--ink);
}

.competition-timeline {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.competition-timeline article {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
  padding: 14px;
}

.competition-timeline time {
  color: var(--green-dark);
  font-weight: 700;
}

.competition-timeline h3,
.competition-faq-grid h4 {
  margin: 0 0 6px;
}

.competition-timeline p,
.competition-faq-grid p,
.competition-note-list {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.competition-note-list {
  padding-left: 1.2em;
}

.competition-note-list li + li {
  margin-top: 8px;
}

.competition-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.competition-faq-grid article {
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.45);
  padding: 12px;
}

.competition-modal-media {
  margin: 10px 0 0;
}

.competition-modal-media img,
.competition-media-grid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.competition-media-grid {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.competition-qr img {
  width: min(220px, 70vw);
  margin: 0 auto;
}

.competition-link-actions {
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 10px 12px;
    align-items: center;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: min(82px, 28vw);
    height: auto;
  }

  .mobile-menu-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .site-header.is-mobile-menu-open,
  .site-header[data-elevated="true"] {
    background: rgba(255, 255, 255, 0.78);
    color: var(--ink);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
  }

  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav,
  .header-actions {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    overflow: visible;
  }

  .site-header.is-mobile-menu-open .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 2px;
    font-size: 14px;
  }

  .site-header.is-mobile-menu-open .header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  .main-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid rgba(18, 39, 26, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
  }

  .download-trigger,
  .language-switcher,
  .language-switcher select {
    width: 100%;
  }

  .download-trigger,
  .language-switcher select {
    min-height: 40px;
    text-align: center;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero-video {
    object-fit: cover;
    object-position: center center;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.24));
  }

  .hero-copy {
    padding: 0 18px max(36px, env(safe-area-inset-bottom));
  }

  .hero-copy h1 {
    max-width: min(9em, 88vw);
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1.06;
  }

  .hero-scroll {
    margin-top: 24px;
  }

  .competition-awards,
  .competition-timeline article,
  .competition-faq-grid {
    grid-template-columns: 1fr;
  }

  .competition-modal-card {
    width: min(100%, 94vw);
    max-height: 86vh;
    padding: 24px 18px;
  }
}
/* Competition tab layout fix - 20260818 */
.competition-panel {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.82fr);
  align-items: stretch;
  gap: 28px;
  overflow: hidden;
}

.competition-panel > .image-frame,
.competition-panel > .co-copy {
  min-width: 0;
}

.competition-panel > .image-frame {
  height: 100%;
  min-height: 430px;
}

.competition-panel .co-copy {
  position: relative;
  z-index: 1;
  align-content: center;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.52);
  padding: 28px;
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.competition-panel .co-copy h3 {
  max-width: 100%;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.competition-panel .co-copy > p:not(.detail-kicker) {
  max-width: 100%;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.competition-panel .competition-card-points {
  margin: 18px 0 0;
}

.competition-panel .co-actions {
  align-items: center;
}

@media (max-width: 980px) {
  .competition-panel {
    grid-template-columns: 1fr;
  }

  .competition-panel > .image-frame {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .competition-panel {
    padding: 12px;
    gap: 14px;
  }

  .competition-panel .co-copy {
    padding: 20px 16px;
  }

  .competition-panel .co-copy h3 {
    font-size: 26px;
  }

  .competition-panel .co-copy > p:not(.detail-kicker) {
    font-size: 15px;
  }
}


