:root {
  font-family: "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  color: #33251d;
  background: #fffdf8;
  --gold: #eaa92c;
  --gold-dark: #7a4614;
  --sage: #71835a;
  --ink: #241c17;
  --line: #eadfce;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.setup-page { min-height: 100svh; background: #f7f5ef; }
.setup-shell { min-height: 100svh; display: grid; place-items: center; padding: 32px 16px; }
.setup-panel { width: min(520px, 100%); padding: 42px; border: 1px solid #e5dacb; border-radius: 8px; background: #fff; box-shadow: 0 18px 55px rgba(73, 51, 30, .08); }
.setup-panel > img { width: 82px; height: 82px; margin-bottom: 22px; object-fit: cover; object-position: center 35%; border-radius: 50%; }
.setup-panel > span { color: #b77a1b; font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.setup-panel h1 { margin: 10px 0 14px; font-size: 32px; }
.setup-panel > p { margin: 0; color: #706258; line-height: 1.8; }
.setup-panel form { display: grid; gap: 12px; margin-top: 28px; }
.setup-panel label { font-size: 14px; font-weight: 750; }
.setup-panel input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #d9cbbb; border-radius: 5px; background: #fff; color: #33251d; outline: none; }
.setup-panel input:focus { border-color: #d89a30; box-shadow: 0 0 0 3px rgba(216,154,48,.14); }
.setup-panel small { color: #87776b; overflow-wrap: anywhere; }
.setup-panel .primary-button { width: 100%; justify-content: center; margin-top: 10px; cursor: pointer; }
.setup-error { margin-top: 20px; padding: 12px 14px; border-left: 3px solid #bf4b3f; background: #fff1ef; color: #8f332a; font-size: 14px; }

.site-header {
  position: relative;
  z-index: 20;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 88px);
  border-bottom: 1px solid rgba(125, 84, 34, .12);
  background: rgba(255, 253, 248, .96);
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 62px; height: 62px; content: url('/assets/brand-symbol-v2.jpg'); object-fit: cover; object-position: center; border-radius: 50%; }
.brand span { display: grid; gap: 2px; }
.brand strong { font-family: STKaiti, KaiTi, serif; font-size: 25px; letter-spacing: 0; }
.brand small { font-size: 9px; letter-spacing: 2px; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 42px); }
.site-header nav a { position: relative; padding: 31px 0 28px; font-size: 14px; font-weight: 650; white-space: nowrap; }
.site-header nav a::after { content: ""; position: absolute; left: 50%; bottom: 20px; width: 0; height: 2px; background: var(--gold); transition: .2s; }
.site-header nav a:hover::after, .site-header nav a.active::after { left: 0; width: 100%; }
.site-header nav a.active { color: #b47712; }
.menu-toggle { display: none; flex: 0 0 auto; min-width: 50px; height: 36px; border: 1px solid #d9c8b5; border-radius: 4px; background: #fff; color: #36251a; font-size: 13px; font-weight: 700; }

.home-hero {
  min-height: calc(100svh - 126px);
  display: flex;
  align-items: center;
  padding: 7vh max(6vw, 30px);
  background-color: #fffaf0;
  background-image: url('/assets/hero-scene-v2.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.hero-copy { position: relative; z-index: 2; width: min(690px, 52vw); }
.hero-copy > span, .section-label { color: #b77a1b; font-size: 12px; font-weight: 800; letter-spacing: 2px; }
.hero-copy h1 { margin: 18px 0 22px; color: var(--ink); font-size: clamp(45px, 5.4vw, 82px); line-height: 1.22; }
.hero-copy p { margin: 0 0 34px; font-size: clamp(17px, 1.5vw, 24px); }
.primary-button, .light-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 27px;
  border: 0;
  border-radius: 5px;
  background: #edac33;
  color: #3e2a18;
  font-weight: 750;
}
.primary-button:hover { background: #d9941e; }

.intro-band, .research-preview, .story-preview, .page-hero, .products-hero, .research-hero, .story-hero, .video-layout {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}
.intro-band, .research-preview, .story-preview {
  min-height: 670px;
  display: grid;
  grid-template-columns: .85fr 1.25fr;
  align-items: center;
  gap: clamp(32px, 6vw, 90px);
  padding: 90px 0;
}
.intro-band h2, .research-preview h2, .story-preview h2 { margin: 14px 0 24px; font-size: clamp(36px, 4.3vw, 64px); line-height: 1.25; }
.intro-band p, .research-preview p, .story-preview p { max-width: 580px; color: #6b5d53; font-size: 17px; line-height: 1.9; }
.intro-band a, .story-preview a { color: #b27619; font-weight: 750; }
.intro-band img { width: 100%; max-height: 570px; object-fit: cover; object-position: top; border-radius: 8px; }
.research-preview { grid-template-columns: 1.2fr .8fr; }
.research-preview img, .story-preview img { width: 100%; height: 560px; object-fit: cover; border-radius: 8px; }
.research-preview img { object-position: center; }
.story-preview img { object-position: center; }

.inner-page main { padding-top: 0; }
.page-hero, .products-hero, .research-hero, .story-hero { min-height: 620px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; padding: 70px 0; }
.page-hero h1, .products-hero h1, .research-hero h1, .story-hero h1 { margin: 14px 0 18px; font-size: clamp(45px, 5vw, 74px); line-height: 1.2; }
.page-hero p, .products-hero p, .research-hero p, .story-hero p { color: #766456; font-size: 20px; line-height: 1.8; }
.page-hero img, .products-hero img, .research-hero img, .story-hero img { width: 100%; height: 510px; object-fit: cover; border-radius: 8px; }
.about-hero img { object-position: center 25%; }
.products-hero {
  width: min(1780px, calc(100% - 80px));
  min-height: 820px;
  grid-template-columns: .58fr 1.42fr;
  gap: 44px;
  padding: 28px 0 42px;
}
.products-hero h1 { margin-top: 24px; font-size: clamp(54px, 3.35vw, 64px); }
.products-hero p { margin-bottom: 36px; }
.products-hero img { height: 760px; object-position: top; border-radius: 34px; }
.research-hero {
  width: min(1710px, calc(100% - 80px));
  min-height: 700px;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  padding: 30px 0 0;
}
.research-hero h1 { color: var(--gold-dark); font-size: clamp(50px, 3.15vw, 60px); white-space: nowrap; }
.research-hero p { margin-bottom: 32px; }
.research-hero img { height: 650px; border-radius: 0; }
.research-hero img { object-position: center; }
.story-hero img { object-position: center; }

.about-canvas {
  width: 100%;
  min-height: calc(100svh - 88px);
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-template-rows: 1fr auto auto;
  gap: 28px 55px;
  align-items: center;
  margin: 0 auto;
  padding: 52px max(4vw, 28px) 44px;
  background-color: #fffaf0;
}
.about-side { display: grid; gap: 30px; }
.about-side article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding-bottom: 26px; border-bottom: 1px solid #eadfcf; }
.about-side article:last-child { border-bottom: 0; }
.about-side article > b { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #fff1cf; color: #b87919; font-size: 25px; }
.about-side h2 { margin: 8px 0 14px; font-size: 22px; }
.about-side p { margin: 0; color: #67584d; line-height: 1.9; }
.about-center { text-align: center; }
.about-center img { width: min(300px, 70%); content: url('/assets/brand-mark-v2.jpg'); margin: 0 auto; mix-blend-mode: multiply; }
.about-center h1 { margin: 18px 0 4px; color: #6c3d10; font-family: STKaiti, KaiTi, serif; font-size: clamp(58px, 5.5vw, 84px); }
.about-center p { margin: 0; color: #7a4e22; font-size: 22px; letter-spacing: 10px; }
.about-bottom { grid-column: 1 / -1; display: grid; grid-template-columns: .7fr 2.3fr; gap: 18px; }
.about-bottom > article { min-height: 190px; padding: 30px; border: 1px solid #eadbc6; border-radius: 8px; background: rgba(255,255,255,.78); }
.about-bottom h2 { margin: 0 0 18px; }
.about-bottom p { color: #6c5d52; line-height: 1.8; }
.care-system { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.mini-timeline { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; }
.mini-timeline span { display: grid; gap: 7px; padding: 15px; border-bottom: 2px solid #e5a62b; text-align: center; }
.mini-timeline small { color: #7a6b60; }
.about-benefits { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 18px 24px; border: 1px solid #eadbc6; border-radius: 8px; background: #fff; list-style: none; }
.about-benefits li { display: grid; gap: 5px; border-right: 1px solid #eadfcf; text-align: center; font-weight: 750; }
.about-benefits li:last-child { border: 0; }
.about-benefits small { color: #7a6b60; font-weight: 400; }

.about-grid, .science-values, .story-chapters, .product-lines {
  width: min(1180px, calc(100% - 48px));
  margin: 20px auto 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.about-grid article, .science-values article, .story-chapters article, .product-lines article {
  min-height: 250px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}
.about-grid article > span, .science-values article > b, .story-chapters article > span, .product-lines article > b { color: #d9941e; font-size: 13px; font-weight: 800; }
.about-grid h2, .science-values h2, .story-chapters h2, .product-lines h2 { margin: 14px 0; font-size: 25px; }
.about-grid p, .science-values p, .story-chapters p, .product-lines p { color: #6e625a; line-height: 1.9; }
.age-timeline { width: min(1180px, calc(100% - 48px)); margin: 0 auto 110px; padding: 44px; border: 1px solid var(--line); border-radius: 8px; background: #fff9ec; text-align: center; }
.age-timeline h2 { margin: 0 0 36px; }
.age-timeline > div { display: grid; grid-template-columns: repeat(3, 1fr); }
.age-timeline span { display: grid; gap: 8px; border-right: 1px solid var(--line); }
.age-timeline span:last-child { border: 0; }
.age-timeline small { color: #8a7566; }
.product-lines { grid-template-columns: repeat(4, 1fr); }
.product-lines article:nth-child(1) { background: #fff8e6; }
.product-lines article:nth-child(2) { background: #fff0ed; }
.product-lines article:nth-child(3) { background: #f1f6e9; }
.product-lines article:nth-child(4) { background: #edf5fb; }
.product-lines article > span { display: block; margin-top: 26px; color: #8a7566; font-size: 12px; }
.science-values {
  position: relative;
  z-index: 2;
  width: min(1710px, calc(100% - 80px));
  min-height: 190px;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: -4px auto 90px;
  padding: 34px 22px;
  border-radius: 34px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 50px rgba(110, 78, 36, .07);
}
.science-values article {
  min-height: 120px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;
  padding: 20px 30px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
}
.science-values article:last-child { border-right: 0; }
.science-values article > b {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 3px solid #dfa03a;
  border-radius: 50%;
  color: #c98724;
  font-size: 34px;
}
.science-values h2 { margin: 0 0 10px; font-size: 23px; }
.science-values p { margin: 0; font-size: 18px; line-height: 1.5; }
.story-chapters { grid-template-columns: repeat(3, 1fr); }

.video-heading { padding: 70px 24px 38px; text-align: center; }
.video-heading > span { color: #d49a30; font-family: Georgia, serif; font-style: italic; }
.video-heading h1 { margin: 12px 0; font-family: STKaiti, KaiTi, serif; font-size: clamp(38px, 4vw, 60px); line-height: 1.3; }
.video-heading p { color: #746257; }
.video-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 55px; align-items: center; padding: 20px 0 100px; }
.video-poster { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 8px; background: #000; cursor: pointer; }
.video-poster img { width: 100%; aspect-ratio: 1.85; object-fit: cover; transition: transform .35s; }
.video-poster:hover img { transform: scale(1.02); }
.video-poster img, .video-dialog img { content: url('/assets/video-cover-v2.jpg'); }
.video-poster span { display: none; }
.video-layout h2 { margin: 14px 0; font-size: 30px; }
.video-layout p { color: #75675d; line-height: 1.8; }
.video-layout ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; list-style: none; }
.video-layout li { padding: 13px; border-bottom: 1px solid var(--line); }
.video-dialog { width: min(900px, calc(100% - 30px)); padding: 12px; border: 0; border-radius: 8px; background: #241d18; color: #fff; }
.video-dialog::backdrop { background: rgba(20, 14, 9, .8); }
.video-dialog img { width: 100%; }
.video-dialog button { float: right; width: 38px; height: 38px; margin-bottom: 10px; border: 0; background: transparent; color: #fff; font-size: 28px; }
.video-dialog p { padding: 0 12px 8px; }

.news-page { background: #fffaf0; }
.news-heading { padding-bottom: 20px; background: #fff7e7; }
.news-heading {
  min-height: 238px;
  padding: 44px 24px 16px;
  background-color: rgba(255,248,233,.52);
  background-image: url('/assets/footer-landscape.jpg');
  background-blend-mode: screen;
  background-position: center 72%;
  background-size: cover;
}
.news-heading-inner { width: min(1580px, calc(100% - 80px)); margin: 0 auto; }
.news-heading h1 { display: flex; align-items: center; gap: 12px; margin: 0; color: #4c2d11; font-size: 50px; line-height: 1.2; }
.news-heading h1::after { content: "❧"; color: #e7aa30; font-family: Georgia, serif; font-size: 42px; font-weight: 400; transform: rotate(-18deg); }
.news-heading p { margin: 14px 0 0; color: #60442d; font-size: 19px; }
.news-filters { width: fit-content; display: flex; justify-content: flex-start; gap: 2px; margin-top: 28px; padding: 0; border-radius: 28px; background: rgba(255,255,255,.86); box-shadow: 0 5px 22px rgba(107,75,35,.06); }
.news-filters button { min-width: 130px; min-height: 46px; padding: 0 24px; border: 0; border-radius: 24px; background: transparent; color: #493321; cursor: pointer; }
.news-filters button.active { background: linear-gradient(135deg, #ffc84a, #f3a91f); color: #4c321b; }
.news-grid { width: min(1680px, calc(100% - 80px)); margin: 0 auto 110px; padding: 34px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; border-radius: 0 0 22px 22px; background: rgba(255,255,255,.78); }
.news-card { overflow: hidden; border: 1px solid #eadfce; border-radius: 7px; background: #fff; }
.news-card[hidden] { display: none; }
.news-card a { height: 100%; display: grid; grid-template-columns: 42% 58%; }
.news-card img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.news-card div { padding: 25px; }
.news-card span { color: #c1801c; font-size: 12px; }
.news-card h2 { margin: 12px 0; font-size: 21px; }
.news-card p { color: #77685d; line-height: 1.7; }
.news-card b { color: #bf7c15; font-size: 12px; }
.news-empty {
  width: min(1440px, calc(100% - 80px));
  min-height: 420px;
  margin: 0 auto 110px;
  padding: 58px 8%;
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(320px, 560px);
  align-items: center;
  justify-content: center;
  gap: 8%;
  background: #fffdf8;
}
.news-empty img { width: 100%; aspect-ratio: 1; object-fit: cover; mix-blend-mode: multiply; }
.news-empty > div > span { color: #b97918; font-size: 12px; font-weight: 700; letter-spacing: 0; }
.news-empty h2 { margin: 14px 0 18px; color: #4c2d11; font-size: 38px; line-height: 1.35; }
.news-empty p { max-width: 520px; margin: 0; color: #74665b; font-size: 17px; line-height: 1.9; }
.news-empty-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.news-empty-link { color: #76501f; font-size: 14px; font-weight: 700; }
.news-empty-link b { margin-left: 5px; color: #d59626; }

.article { width: min(900px, calc(100% - 40px)); margin: 70px auto 110px; }
.article > a { color: #b27419; font-size: 13px; }
.article > span { display: block; margin-top: 50px; color: #b27419; font-size: 13px; }
.article h1 { margin: 14px 0 18px; font-size: clamp(36px, 4.5vw, 60px); line-height: 1.3; }
.article .lead { color: #74665b; font-size: 20px; line-height: 1.7; }
.article > img { width: 100%; max-height: 520px; margin: 36px 0; object-fit: cover; border-radius: 7px; }
.article-body { font-size: 17px; line-height: 2; }

.closing {
  min-height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 5vw 40px;
  background-image: url('/assets/footer-landscape.jpg');
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.closing h2 { margin: 0 0 28px; font-size: clamp(40px, 5vw, 72px); line-height: 1.25; text-shadow: 0 3px 14px rgba(28, 43, 18, .4); }
.light-button { background: #fff; color: #3c2b21; }
.benefit-row { width: min(1180px, 100%); display: grid; grid-template-columns: repeat(4, 1fr); margin: 65px 0 0; padding: 24px; border-radius: 8px; background: rgba(255, 253, 248, .93); color: #443329; list-style: none; }
.benefit-row li { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid #d9cdbf; }
.benefit-row li:last-child { border: 0; }
.benefit-row b { color: #d28d21; font-size: 32px; }
.benefit-row span { display: grid; gap: 5px; font-weight: 750; text-align: left; }
.benefit-row small { color: #75675e; font-weight: 400; }
.site-footer { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 45px; padding: 65px max(5vw, 28px); background: #fff; }
.footer-brand img, .setup-panel > img { content: url('/assets/brand-symbol-v2.jpg'); }
.footer-brand img { width: 82px; height: 82px; object-fit: cover; border-radius: 50%; }
.footer-brand strong { display: block; margin: 10px 0; font-size: 24px; }
.site-footer h3 { margin: 0 0 20px; }
.site-footer a { display: block; margin: 12px 0; color: #6f6259; font-size: 14px; }
.site-footer p { color: #6f6259; line-height: 1.7; }
.socials { font-weight: 700; }
.copyright { padding: 16px; border-top: 1px solid var(--line); background: #fff; color: #8a7d73; text-align: center; font-size: 12px; }

/* Keep the 1920px artboard proportions on standard 2560x1440 displays. */
@media (min-width: 2400px) and (max-width: 2799px) {
  body {
    zoom: 1.3333333333;
  }
}

@media (min-width: 761px) and (max-width: 1439px) {
  html, body { overflow-x: hidden; }
  .site-header { padding-right: 36px; padding-left: 36px; }
  .site-header nav { gap: clamp(15px, 2vw, 28px); }
  .site-header nav a { font-size: 13px; }

  .home-hero {
    min-height: calc(100svh - 88px);
    padding: 6vh 6vw;
    background-position: right center;
    background-size: 50% 100%;
  }
  .hero-copy { width: calc(50% - 28px); }
  .hero-copy h1 { font-size: clamp(54px, 4.6vw, 64px); white-space: nowrap; }
  .hero-copy p { font-size: 18px; }

  .intro-band, .research-preview, .story-preview { min-height: 580px; padding: 64px 0; }
  .intro-band h2, .research-preview h2, .story-preview h2 { font-size: 48px; }
  .intro-band img, .research-preview img, .story-preview img { height: 480px; }

  .products-hero { width: calc(100% - 48px); min-height: 680px; grid-template-columns: .68fr 1.32fr; gap: 30px; padding: 24px 0 34px; }
  .products-hero h1 { font-size: 46px; }
  .products-hero img { height: 620px; border-radius: 24px; }
  .research-hero { width: calc(100% - 48px); min-height: 620px; }
  .research-hero h1 { font-size: 40px; white-space: nowrap; }
  .research-hero img { height: 560px; }
  .science-values { width: calc(100% - 48px); }
  .science-values article { grid-template-columns: 68px 1fr; padding: 18px; }
  .science-values article > b { width: 56px; height: 56px; font-size: 25px; }
  .science-values h2 { font-size: 19px; }

  .about-canvas { gap: 22px 34px; padding-right: 32px; padding-left: 32px; }
  .about-center h1 { font-size: 64px; }
  .about-center p { font-size: 17px; letter-spacing: 6px; }
  .about-side article { grid-template-columns: 48px 1fr; gap: 12px; }
  .about-side article > b { width: 46px; height: 46px; }
  .about-side h2 { font-size: 19px; }
  .about-side p { font-size: 14px; }

  .news-heading-inner { width: calc(100% - 80px); }
  .news-grid { width: calc(100% - 48px); padding: 24px; }
  .news-card h2 { font-size: 19px; }
  .site-footer { gap: 28px; padding-right: 36px; padding-left: 36px; }
}

@media (max-width: 760px) {
  .site-header nav { gap: 15px; }
  .site-header nav a { font-size: 12px; }
  .product-lines, .science-values { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1.5fr repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .setup-panel { padding: 30px 22px; }
  .setup-panel h1 { font-size: 28px; }
  .site-header { height: 72px; padding: 0 16px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 20px; }
  .menu-toggle { display: block !important; position: fixed; top: 18px; right: 16px; z-index: 50; }
  .site-header nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 12px 16px 20px; border-bottom: 1px solid var(--line); background: #fffdf8; }
  .menu-open .site-header nav { display: grid; grid-template-columns: 1fr 1fr; }
  .site-header nav a { padding: 12px; border-bottom: 1px solid #f0e7db; }
  .site-header nav a::after { display: none; }

  .home-hero { min-height: calc(100svh - 105px); align-items: flex-end; padding: 38px 20px; background-position: 62% center; background-size: cover; }
  .home-hero::before { content: ""; position: absolute; inset: 72px 0 0; background: rgba(255, 250, 240, .62); }
  .hero-copy { width: 100%; }
  .hero-copy > span { font-size: 10px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-copy p { font-size: 15px; }

  .intro-band, .research-preview, .story-preview, .page-hero, .products-hero, .research-hero, .story-hero, .video-layout { width: calc(100% - 32px); grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 58px 0; }
  .intro-band, .research-preview, .story-preview { min-height: 0; }
  .intro-band h2, .research-preview h2, .story-preview h2 { font-size: 38px; }
  .intro-band img, .research-preview img, .story-preview img, .page-hero img, .products-hero img, .research-hero img, .story-hero img { height: 390px; }
  .research-preview img { order: 2; }
  .page-hero, .products-hero, .research-hero, .story-hero { min-height: 0; }
  .products-hero img { min-width: 0; width: calc(100vw - 32px) !important; max-width: calc(100vw - 32px) !important; height: auto !important; object-fit: contain; }
  .about-canvas { width: 100%; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto; gap: 32px; padding: 45px 16px; }
  .about-center { order: -1; }
  .about-center img { width: 210px; }
  .about-center h1 { font-size: 50px; }
  .about-center p { font-size: 15px; letter-spacing: 5px; }
  .about-bottom, .care-system { grid-column: auto; grid-template-columns: 1fr; }
  .about-benefits { grid-column: auto; grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .about-benefits li:nth-child(2) { border-right: 0; }
  .page-hero h1, .products-hero h1, .research-hero h1, .story-hero h1 { font-size: 42px; }
  .research-hero h1 { white-space: normal; }
  .page-hero p, .products-hero p, .research-hero p, .story-hero p { font-size: 16px; }

  .about-grid, .science-values, .story-chapters, .product-lines { width: calc(100% - 32px); grid-template-columns: 1fr; margin-bottom: 70px; }
  .science-values { gap: 0; padding: 12px 18px; border-radius: 8px; }
  .science-values article { min-height: 112px; grid-template-columns: 68px 1fr; padding: 18px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .science-values article:last-child { border-bottom: 0; }
  .science-values article > b { width: 56px; height: 56px; font-size: 25px; }
  .science-values h2 { font-size: 20px; }
  .science-values p { font-size: 15px; }
  .age-timeline { width: calc(100% - 32px); padding: 28px 16px; }
  .age-timeline > div { gap: 20px; }
  .video-heading { padding: 52px 18px 30px; }
  .news-heading { min-height: 260px; padding: 44px 16px 20px; background-position: 62% center; }
  .news-heading-inner { width: 100%; }
  .news-heading h1 { font-size: 42px; }
  .news-heading p { font-size: 15px; }
  .video-layout { padding-top: 10px; }
  .news-filters { width: 100%; overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; border-radius: 6px; background: transparent; box-shadow: none; }
  .news-filters button { flex: 0 0 auto; }
  .news-grid { width: calc(100% - 32px); grid-template-columns: 1fr; padding: 16px 0; }
  .news-card a { grid-template-columns: 1fr; }
  .news-card img { height: 230px; min-height: 0; }
  .news-empty { width: calc(100% - 32px); min-height: 0; margin-bottom: 70px; padding: 36px 22px 44px; grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .news-empty img { width: min(260px, 78%); margin: 0 auto; }
  .news-empty h2 { font-size: 29px; }
  .news-empty p { margin: 0 auto; font-size: 15px; }
  .news-empty-actions { justify-content: center; flex-wrap: wrap; gap: 20px; }

  .closing { min-height: 630px; padding: 55px 16px 28px; }
  .closing h2 { font-size: 38px; }
  .benefit-row { grid-template-columns: 1fr 1fr; gap: 0; margin-top: 45px; padding: 12px; }
  .benefit-row li { min-height: 90px; border-right: 0; border-bottom: 1px solid #d9cdbf; }
  .benefit-row li:nth-child(3), .benefit-row li:nth-child(4) { border-bottom: 0; }
  .benefit-row b { font-size: 24px; }
  .benefit-row span { font-size: 13px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 30px; padding: 45px 20px; }
  .footer-brand { grid-column: 1 / -1; }
}
