:root {
  --orange: #cf6726;
  --orange-dark: #9b4c25;
  --green: #78a92f;
  --green-deep: #355b38;
  --brown: #713b2b;
  --ink: #243029;
  --ink-soft: #5a665d;
  --cream: #f4f1e8;
  --cream-deep: #e8e2d4;
  --line: rgba(30, 36, 29, 0.14);
  --white: #fff;
  --max: 1280px;
  --shadow: 0 28px 80px rgba(42, 38, 25, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.section-shell { width: min(calc(100% - 56px), var(--max)); margin-inline: auto; }
.section-space { padding-top: 136px; padding-bottom: 136px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(30, 36, 29, 0.08);
  background: rgba(247, 245, 239, 0.9);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(calc(100% - 48px), 1420px);
  height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 28px;
}
.wordmark { display: flex; align-items: center; gap: 12px; width: max-content; }
.wordmark-ap {
  position: relative;
  font: 500 38px/1 Georgia, serif;
  color: var(--orange);
  letter-spacing: -5px;
}
.wordmark-ap::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 9px;
  left: -6px;
  top: -2px;
  border-radius: 90% 0 90% 0;
  background: var(--green);
  transform: rotate(-28deg);
}
.wordmark-copy { display: grid; line-height: 1.1; }
.wordmark-copy strong { font: 600 18px/1.1 Georgia, serif; letter-spacing: 0.035em; }
.official-logo { display: block; width: 142px; height: 64px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.main-nav a { position: relative; font-size: 14px; white-space: nowrap; }
.main-nav a::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 100%;
  bottom: -8px;
  background: var(--orange);
  transition: right .25s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-tools { display: flex; align-items: center; gap: 10px; }
.language-switch { position: relative; display: block; }
.language-switch::after {
  content: "⌄";
  position: absolute;
  right: 10px;
  top: 50%;
  color: var(--ink-soft);
  font-size: 12px;
  pointer-events: none;
  transform: translateY(-58%);
}
.language-switch select {
  min-width: 92px;
  height: 42px;
  padding: 0 28px 0 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255,255,255,.56);
  font-size: 12px;
  appearance: none;
  cursor: pointer;
}
.language-switch select:focus-visible { outline: 2px solid rgba(207,103,38,.35); outline-offset: 2px; }
.header-cta { padding: 12px 20px; color: var(--white); background: var(--ink); font-size: 13px; letter-spacing: .08em; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }

.hero {
  min-height: calc(100vh - 82px);
  position: relative;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(25,54,26,.58) 0%, rgba(25,54,26,.42) 38%, rgba(25,54,26,.10) 68%, rgba(25,54,26,0) 100%),
    linear-gradient(0deg, rgba(16,35,17,.18), transparent 38%),
    url("assets/brand/hero-crop-vitality-concept-20260812.png") center/cover no-repeat;
}
.hero-story-inner { min-height: calc(100vh - 82px); position: relative; display: flex; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.hero-copy { width: min(820px, 68vw); }
.eyebrow { margin: 0 0 22px; color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .19em; }
.eyebrow.light { color: #efb278; }
.hero h1 { max-width: 820px; margin: 0; font-family: "Noto Serif SC", "Songti SC", SimSun, serif; font-size: clamp(48px, 5vw, 78px); line-height: 1.12; letter-spacing: 0; font-weight: 600; text-wrap: balance; text-shadow: 0 3px 24px rgba(10,31,12,.22); }
.hero-en { margin: 16px 0 40px; font: italic 22px/1.4 Georgia, serif; color: #efb278; }
.hero-story-copy { max-width: 650px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.3); }
.hero-story-copy > span { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; line-height: 1.4; letter-spacing: .09em; }
.hero-story-copy h2 { margin: 12px 0 14px; font-family: "Noto Serif SC", "Songti SC", SimSun, serif; font-size: clamp(28px, 2.7vw, 42px); line-height: 1.28; font-weight: 600; letter-spacing: 0; }
.hero-story-copy p { max-width: 660px; margin: 0; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.85; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  font-size: 14px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-ghost:hover { color: var(--white); background: var(--orange); border-color: var(--orange); }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.button-outline-light:hover { background: rgba(255,255,255,.14); }
.hero-story-mark { position: absolute; right: 0; bottom: 54px; display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.94); font-size: 15px; font-weight: 600; letter-spacing: .08em; text-shadow: 0 2px 12px rgba(0,0,0,.48); }
.hero-story-mark i { width: 112px; height: 1px; background: rgba(255,255,255,.66); }

.company-intro { border-bottom: 1px solid var(--line); background: #f4f1e8; }
.company-intro-inner { min-height: 390px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; gap: 0; padding-top: 58px; padding-bottom: 58px; }
.company-intro-heading { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 54px clamp(34px, 4vw, 64px); color: var(--white); background: #203128; border-top: 4px solid var(--orange); overflow: hidden; }
.company-intro-heading::after { content: "APORO"; position: absolute; right: -12px; bottom: -25px; color: rgba(255,255,255,.035); font: 500 clamp(74px, 8vw, 126px)/1 Georgia, serif; letter-spacing: 0; }
.company-intro-number { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; margin-bottom: 42px; color: rgba(255,255,255,.52); }
.company-intro-number span { color: #efb278; font: 22px/1 Georgia, serif; }
.company-intro-number i { width: 72px; height: 1px; background: rgba(255,255,255,.25); }
.company-intro-number small { font: 9px/1 Georgia, serif; letter-spacing: .16em; }
.company-intro-heading .eyebrow { position: relative; z-index: 1; margin-bottom: 16px; }
.company-intro-heading h2 { position: relative; z-index: 1; margin: 0; font-size: clamp(32px, 3.25vw, 50px); line-height: 1.25; font-weight: 500; letter-spacing: 0; }
.company-intro-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px clamp(36px, 5vw, 76px); border: solid #d2cec1; border-width: 1px 1px 1px 0; color: var(--ink-soft); font-size: 16px; line-height: 1.95; background: rgba(255,255,255,.35); }
.company-intro-copy p { margin: 0 0 18px; }
.company-intro-copy p:last-child { margin-bottom: 0; }
.company-intro-copy strong { color: var(--ink); font-weight: 600; }
.company-services { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; padding-top: 22px; border-top: 1px solid #d2cec1; }
.company-services span { padding: 7px 10px; border: 1px solid #c7c2b3; color: var(--ink); font-size: 11px; letter-spacing: .05em; background: rgba(255,255,255,.48); }

.section-heading h2 { margin: 0; font-size: clamp(40px, 4.4vw, 68px); line-height: 1.2; letter-spacing: -.055em; font-weight: 500; }
.heading-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 145px); align-items: start; }
.heading-copy { color: var(--ink-soft); font-size: 17px; line-height: 2; }
.heading-copy p { margin: 0 0 24px; }
.about .section-heading h2 { font-size: clamp(38px, 4vw, 58px); letter-spacing: 0; word-break: keep-all; }
.about .section-heading > div:first-child { position: relative; padding-left: 30px; }
.about-index { position: absolute; left: 0; top: 0; color: var(--orange); font: 16px/1 Georgia, serif; }
.about .heading-copy { padding: 28px 32px; border-left: 3px solid var(--orange); background: #f1eee5; }
.about .heading-copy p:last-child { margin-bottom: 0; }
.about-pathway { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border: solid #c8c5ba; border-width: 1px 0; }
.about-pathway > div { min-height: 132px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 16px; padding: 24px 28px; }
.about-pathway > div + div { border-left: 1px solid #c8c5ba; }
.about-pathway strong { grid-row: 1 / 3; align-self: center; color: var(--orange); font: 500 52px/1 Georgia, serif; }
.about-pathway span { align-self: end; color: var(--ink); font-size: 15px; font-weight: 600; white-space: nowrap; }
.about-pathway small { align-self: start; margin-top: 6px; color: var(--ink-soft); font-size: 10px; letter-spacing: .1em; }
.material-origin { min-height: 470px; margin-top: 84px; position: relative; overflow: hidden; color: var(--white); background: #496c32; }
.material-origin::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,49,25,.75), rgba(25,49,25,.34) 48%, transparent 72%); }
.material-origin img { width: 100%; height: 470px; object-fit: cover; }
.material-origin > div { width: min(520px, 48%); position: absolute; z-index: 2; left: 6%; top: 50%; transform: translateY(-50%); }
.material-origin p { margin: 0 0 18px; color: #f1b379; font: 10px/1 Georgia, serif; letter-spacing: .18em; }
.material-origin h3 { margin: 0 0 22px; font-size: clamp(32px, 3.2vw, 50px); line-height: 1.25; font-weight: 500; letter-spacing: -.04em; }
.material-origin span { display: block; color: rgba(255,255,255,.76); line-height: 1.9; }
.material-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.material-grid article { min-height: 310px; position: relative; padding: 34px; border-right: 1px solid var(--line); }
.material-grid article:first-child { border-left: 1px solid var(--line); }
.material-grid article > span { color: #a4aaa1; font: 14px/1 Georgia, serif; }
.material-grid article > p { margin: 76px 0 10px; color: var(--orange); font: 10px/1 Georgia, serif; letter-spacing: .16em; }
.material-grid h3 { margin: 0 0 18px; font-size: 25px; font-weight: 500; }
.material-grid small { color: var(--ink-soft); font-size: 13px; line-height: 1.9; }

.brand-story { border-top: 1px solid var(--line); }
.story-kicker { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 60px; }
.story-kicker span { color: var(--orange); font-size: 13px; letter-spacing: .12em; }
.story-layout { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px, 10vw, 160px); align-items: end; }
.story-title h2 { margin: 0 0 34px; font-size: clamp(48px, 6.3vw, 92px); line-height: 1.06; font-weight: 500; letter-spacing: -.065em; }
.story-title p, .story-detail p { color: var(--ink-soft); line-height: 2; }
.story-detail blockquote { margin: 0 0 42px; padding: 28px 0 28px 30px; border-left: 3px solid var(--orange); font-size: clamp(21px, 2vw, 29px); line-height: 1.65; }
.story-path { margin-top: 82px; padding: 32px 0; display: flex; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-path div { min-width: 150px; display: grid; gap: 7px; }
.story-path small { color: var(--orange); font: 13px/1 Georgia, serif; }
.story-path strong { font-size: 16px; font-weight: 500; }
.story-path span { color: var(--ink-soft); font-size: 11px; }
.story-path i { flex: 1; height: 1px; margin: 0 24px; background: var(--line); position: relative; }
.story-path i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--orange); border-right: 1px solid var(--orange); transform: rotate(45deg); }

.technology { color: var(--white); background: #20271f; }
.tech-heading { max-width: 860px; }
.technology-visual-stage { min-height: 610px; position: relative; margin-top: 72px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #111a15; }
.technology-visual-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,15,10,.68)); pointer-events: none; }
.technology-visual-stage img { width: 100%; height: 610px; object-fit: cover; }
.technology-caption { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 30px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.technology-caption span { color: #e3a568; font: 11px/1.4 Georgia, serif; letter-spacing: .16em; }
.technology-caption p { max-width: none; margin: 0; white-space: nowrap; font: 500 clamp(16px, 1.65vw, 26px)/1.45 "Noto Serif SC", "Songti SC", SimSun, serif; }
.technology-notes { display: grid; grid-template-columns: 1fr 1fr; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.technology-note { min-height: 290px; position: relative; display: grid; grid-template-columns: 54px 1fr 34px; gap: 18px; padding: 40px 36px; border-left: 1px solid rgba(255,255,255,.14); cursor: pointer; transition: background .25s ease; }
.technology-note:hover, .technology-note:focus-visible { background: rgba(255,255,255,.055); outline: none; }
.technology-index { color: #e3a568; font: 24px/1 Georgia, serif; }
.technology-note .tech-name { margin-bottom: 12px; font-size: 17px; color: rgba(255,255,255,.56); }
.technology-note h3 { margin: 0 0 14px; font-size: 30px; font-weight: 500; }
.technology-note p:not(.tech-name) { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.85; }
.technology-note small { display: block; margin-top: 22px; color: #dfae78; font-size: 11px; letter-spacing: .04em; }
.technology-note .tech-more { position: static; width: 34px; height: 34px; min-height: 0; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.technology-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 80px; }
.tech-card { min-height: 430px; position: relative; padding: 48px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.tech-card-main { background: linear-gradient(145deg, rgba(231,104,16,.92), rgba(162,63,9,.92)); }
.card-number { position: absolute; right: 30px; top: 24px; color: rgba(255,255,255,.38); font: 24px/1 Georgia, serif; }
.tech-name { margin: 0 0 22px; color: rgba(255,255,255,.62); font: 28px/1.2 Georgia, serif; }
.tech-card h3 { margin: 0 0 22px; font-size: clamp(30px, 3vw, 46px); font-weight: 500; letter-spacing: -.045em; }
.tech-card > p:last-of-type { max-width: 500px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.9; }
.process-line { position: absolute; left: 48px; right: 48px; bottom: 102px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.74); font-size: 11px; letter-spacing: .12em; }
.process-line i { flex: 1; height: 1px; background: rgba(255,255,255,.35); }
.signal-visual { position: absolute; width: 330px; height: 160px; right: -30px; bottom: 62px; }
.signal-visual span { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 9px rgba(121,173,45,.13); }
.signal-visual span:nth-child(1) { left: 10%; top: 60%; }
.signal-visual span:nth-child(2) { left: 32%; top: 25%; }
.signal-visual span:nth-child(3) { left: 52%; top: 54%; }
.signal-visual span:nth-child(4) { left: 72%; top: 18%; }
.signal-visual span:nth-child(5) { left: 88%; top: 52%; }
.signal-visual::before, .signal-visual::after { content: ""; position: absolute; width: 280px; height: 1px; left: 10%; top: 50%; background: linear-gradient(90deg, transparent, rgba(121,173,45,.6), transparent); transform: rotate(-8deg); }
.signal-visual::after { transform: rotate(11deg); }
.tech-card { cursor: pointer; transition: transform .25s ease, border-color .25s ease; }
.tech-card:hover, .tech-card:focus-visible { transform: translateY(-4px); border-color: rgba(255,255,255,.38); outline: none; }
.tech-more { position: absolute; left: 48px; right: 48px; bottom: 32px; min-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0; border: 0; border-top: 1px solid rgba(255,255,255,.22); color: var(--white); background: transparent; font-size: 12px; cursor: pointer; }

.compact-heading { align-items: end; }
.products .compact-heading { grid-template-columns: minmax(640px, 1.3fr) minmax(320px, .7fr); gap: 54px; }
.products .compact-heading h2 { width: 780px; max-width: 100%; font-size: clamp(40px, 3.65vw, 56px); line-height: 1.22; letter-spacing: 0; white-space: nowrap; }
.compact-heading .heading-copy { font-size: 15px; }
.product-showcase { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 20px; margin-top: 76px; }
.product-selector { display: flex; flex-direction: column; }
.product-tab { min-height: 78px; padding: 14px 18px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; align-items: center; text-align: left; color: var(--ink); border: 0; border-top: 1px solid var(--line); background: transparent; cursor: pointer; transition: color .2s ease, background .2s ease, padding .2s ease; }
.product-tab:last-child { border-bottom: 1px solid var(--line); }
.product-tab span { grid-row: 1 / 3; color: #a3a89f; font: 13px/1 Georgia, serif; }
.product-tab strong { font-size: 17px; font-weight: 500; }
.product-tab small { color: #7e887f; font: 11px/1.45 Georgia, serif; letter-spacing: .07em; }
.product-tab:hover, .product-tab.active { padding-left: 25px; color: var(--white); background: var(--ink); }
.product-tab.active span, .product-tab.active small, .product-tab:hover span, .product-tab:hover small { color: rgba(255,255,255,.56); }
.product-poster { --poster-pad: clamp(34px, 4vw, 58px); min-height: 820px; position: relative; padding: var(--poster-pad); overflow: hidden; color: var(--white); background: linear-gradient(145deg, #203128, #344c38 65%, #63724a); box-shadow: 0 36px 90px rgba(39,55,31,.14); }
.poster-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
.poster-head .eyebrow { color: #e9a266; }
.poster-head div > span { color: rgba(255,255,255,.48); font: 10px/1 Georgia, serif; letter-spacing: .16em; }
.poster-head > strong { color: rgba(255,255,255,.38); font: 16px/1 Georgia, serif; }
.poster-main { min-height: 315px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 26px; }
.poster-copy h3 { margin: 0 0 14px; font-size: clamp(40px, 4.2vw, 64px); font-weight: 500; letter-spacing: 0; }
.poster-copy .product-name { white-space: nowrap; }
.poster-position { max-width: 620px; margin: 0 0 18px; color: #f1a66d; font-size: clamp(18px, 1.8vw, 27px); line-height: 1.5; }
.poster-position > span { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.poster-summary { max-width: 620px; margin: 0; color: rgba(255,255,255,.66); line-height: 1.85; }
.poster-product { height: 300px; position: relative; display: grid; place-items: center; }
.poster-product span { position: absolute; width: 230px; height: 230px; border-radius: 50%; background: rgba(255,255,255,.95); box-shadow: 0 0 0 34px rgba(255,255,255,.06); }
.poster-product img { z-index: 1; width: 78%; height: 280px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 22px 18px rgba(0,0,0,.18)); }
.pain-story { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 440px; margin: 0 calc(0px - var(--poster-pad)); padding: clamp(28px, 3vw, 46px); gap: 42px; align-items: center; color: var(--ink); background: var(--cream); }
.pain-source-stack { min-width: 0; }
.pain-source-frame { height: 390px; position: relative; margin: 0; overflow: hidden; border-radius: 2px; background: #dfe4dc; box-shadow: 0 18px 44px rgba(28,41,25,.14); }
.pain-source-frame img { width: 100%; position: absolute; left: 0; top: -12%; }
.pain-source-stack.multi { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pain-source-stack.multi .pain-source-frame { height: 185px; }
.pain-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pain-card { min-width: 0; overflow: hidden; border: 1px solid rgba(30,36,29,.1); border-radius: 3px; background: var(--white); box-shadow: 0 12px 32px rgba(28,41,25,.08); }
.pain-card img { width: 100%; height: 112px; object-fit: cover; }
.pain-card > div { min-height: 108px; padding: 15px 17px 17px; }
.pain-card strong { display: block; color: var(--ink); font-size: 16px; line-height: 1.5; font-weight: 600; }
.pain-card p { margin: 7px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.pain-story-copy > small { color: var(--orange-dark); font: 11px/1 Georgia, serif; letter-spacing: .14em; }
.pain-story-copy > h4 { margin: 10px 0 20px; font-size: clamp(24px, 2.5vw, 36px); line-height: 1.35; font-weight: 500; letter-spacing: -.035em; }
.pain-story-copy > ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 18px 0 0; padding: 0; list-style: none; }
.pain-story-copy > ul li { position: relative; padding-left: 14px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.pain-story-copy > ul li::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.pain-intro { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.logic-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(30,36,29,.15); }
.logic-note strong { color: var(--orange-dark); font-size: 13px; font-weight: 500; }
.logic-note p { margin: 7px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }
.poster-details { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.detail-block { padding: 30px 36px 30px 0; }
.detail-block + .detail-block { padding-left: 36px; border-left: 1px solid rgba(255,255,255,.18); }
.detail-block small, .poster-meta small { color: #f0b37c; font: 12px/1.2 Georgia, serif; letter-spacing: .12em; }
.detail-block h4 { margin: 8px 0 18px; font-size: 21px; font-weight: 500; }
.detail-block ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; list-style: none; }
.detail-block li { position: relative; padding-left: 13px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.65; }
.detail-block li::before { content: ""; position: absolute; left: 0; top: .55em; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.poster-meta { display: grid; grid-template-columns: 1.1fr 1.1fr .8fr; gap: 28px; padding-top: 28px; }
.poster-meta p { margin: 9px 0 0; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.75; }
.poster-spec { margin: 16px 0 0; color: rgba(255,255,255,.42); font-size: 10px; }
.variant-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.variant-grid article { padding: 18px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.variant-grid small { color: #efb278; font: 12px/1.2 Georgia, serif; }
.variant-grid h4 { margin: 10px 0 7px; font-size: 18px; font-weight: 500; }
.variant-grid p { margin: 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.7; }
.poster-empty { min-height: 520px; }
.poster-empty .poster-product { opacity: .5; }
.poster-placeholder { padding: 30px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.4); }
.poster-placeholder span { font: 10px/1 Georgia, serif; letter-spacing: .16em; }
.poster-placeholder p { margin: 0; font-size: 12px; }

.cases { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(145deg, #203128 0%, #2e4434 58%, #3f583d 100%); }
.cases::before { content: ""; position: absolute; width: 680px; height: 680px; right: -300px; top: -390px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); pointer-events: none; }
.cases .section-shell { position: relative; z-index: 1; }
.cases-heading { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 60px; margin-bottom: 70px; }
.stable-title > span { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.cases-heading .stable-title-single { font-size: clamp(38px, 3.5vw, 54px); }
.cases-heading > p { color: rgba(255,255,255,.58); max-width: 460px; margin: 0; }
.case-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.case-featured, .case-side-card { position: relative; overflow: hidden; cursor: pointer; background: #26382d; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 18px 50px rgba(14,28,18,.18); }
.case-featured { min-height: 610px; }
.case-side { height: 610px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 1fr); gap: 18px; }
.case-side-card { min-height: 0; }
.case-side-card:last-child { grid-column: 1 / -1; }
.case-featured img, .case-side-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .5s ease, opacity .3s ease; }
.case-featured:hover img, .case-side-card:hover img { transform: scale(1.025); opacity: .82; }
.case-featured::after, .case-side-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,50,34,.02) 30%, rgba(24,47,31,.82)); }
.case-copy { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 26px; }
.case-copy span { color: #efb278; font-size: 11px; letter-spacing: .12em; }
.case-copy h3 { margin: 8px 0 0; font-size: 25px; font-weight: 500; }
.case-side-card .case-copy { left: 18px; right: 18px; bottom: 16px; }
.case-side-card .case-copy h3 { font-size: 16px; line-height: 1.45; }
.play-button { position: absolute; z-index: 3; top: 24px; right: 24px; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(43,73,50,.45); color: var(--white); font-size: 16px; backdrop-filter: blur(10px); }
.case-side-card .play-button { width: 42px; height: 42px; top: 14px; right: 14px; }

.nutrition-card { min-height: 600px; position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; color: var(--white); background: linear-gradient(120deg, #6f3f2d, #9e5532 58%, #bd7548); }
.nutrition-copy { z-index: 2; padding: 80px; }
.nutrition-copy h2 { margin: 0 0 22px; font-size: clamp(40px, 4vw, 64px); line-height: 1.15; letter-spacing: -.05em; font-weight: 500; }
.nutrition-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); max-width: 540px; line-height: 1.9; }
.nutrition-copy .button { margin-top: 26px; }
.nutrition-demo { z-index: 2; width: min(calc(100% - 96px), 470px); justify-self: center; display: block; padding: 30px; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.12); box-shadow: 0 30px 90px rgba(101,37,0,.25); backdrop-filter: blur(14px); transform: none; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.nutrition-demo:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.17); }
.demo-top { display: flex; gap: 5px; }
.demo-top span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.5); }
.nutrition-demo > p { margin: 22px 0 26px; font-size: 20px; }
.demo-choice { display: flex; justify-content: space-between; margin-top: 10px; padding: 15px; color: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.18); font-size: 12px; }
.demo-choice b { color: var(--white); font-weight: 500; }
.demo-choice.active { background: rgba(255,255,255,.1); }
.demo-button { margin-top: 16px; padding: 14px; display: flex; justify-content: space-between; color: var(--orange-dark); background: var(--white); font-size: 13px; font-weight: 700; }
.nutrition-rings { position: absolute; width: 760px; height: 760px; right: -240px; top: -180px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.nutrition-rings::before, .nutrition-rings::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.nutrition-rings::before { inset: 80px; }
.nutrition-rings::after { inset: 170px; }

.contact-card { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: end; overflow: hidden; padding: clamp(58px, 7vw, 92px); border: 1px solid #ded8ca; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(239,235,223,.84)); box-shadow: 0 28px 80px rgba(43,62,47,.08); }
.contact-card::before { content: ""; position: absolute; width: 310px; height: 310px; left: -190px; top: -190px; border: 1px solid rgba(120,169,47,.22); border-radius: 50%; box-shadow: 0 0 0 54px rgba(120,169,47,.05), 0 0 0 108px rgba(207,103,38,.035); }
.contact-card::after { content: ""; position: absolute; left: clamp(58px, 7vw, 92px); right: clamp(58px, 7vw, 92px); bottom: 0; height: 4px; background: linear-gradient(90deg, var(--green) 0 42%, var(--orange) 42% 68%, var(--brown) 68%); }
.contact-intro, .contact-detail { position: relative; z-index: 2; }
.contact-card h2 { margin: 0; font-size: clamp(38px, 4vw, 64px); line-height: 1.2; letter-spacing: -.055em; font-weight: 500; }
.contact-intro h2 { max-width: 650px; font-size: clamp(34px, 3.4vw, 52px); line-height: 1.28; letter-spacing: 0; }
.footer-logo { width: 170px; height: 106px; }
.contact-lead { max-width: 580px; margin: 28px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.9; }
.contact-detail > p { margin: 0 0 26px; color: var(--ink-soft); font-size: 15px; line-height: 1.9; }
.contact-services { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid #dcd6c8; background: #dcd6c8; }
.contact-services span { padding: 17px 18px; color: var(--ink); background: rgba(255,255,255,.82); font-size: 14px; }
.contact-services b { margin-right: 10px; color: var(--orange-dark); font: 11px/1 Georgia, serif; }
.contact-phone { margin-top: 38px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; padding: 22px 0; border-bottom: 1px solid var(--ink); }
.contact-phone span { color: var(--ink-soft); font-size: 13px; }
.contact-phone small { display: block; margin-top: 7px; color: #8b948c; font-size: 11px; font-weight: 400; }
.contact-phone strong { color: var(--orange); font: 500 clamp(28px, 3vw, 44px)/1 Georgia, serif; }
.contact-mark { position: absolute; z-index: 0; right: 30px; top: -28px; color: rgba(120,169,47,.055); font: 500 210px/1 Georgia, serif; letter-spacing: -.14em; }

.site-footer { padding: 48px 0; color: rgba(255,255,255,.62); background: var(--ink); font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-logo { width: 118px; height: 58px; padding: 0; background: transparent; }
.footer-brand p, .footer-grid p { margin: 4px 0; }
.footer-brand strong { color: var(--white); letter-spacing: .08em; }
.footer-meta { text-align: right; }
.filing-note { color: rgba(255,255,255,.36); }

.floating-phone { position: fixed; z-index: 40; right: 24px; bottom: 24px; display: flex; align-items: center; color: var(--white); background: var(--orange); box-shadow: 0 14px 36px rgba(152,60,7,.3); overflow: hidden; }
.phone-icon { width: 54px; height: 54px; display: grid; place-items: center; font-size: 21px; }
.phone-copy { width: 0; opacity: 0; display: grid; white-space: nowrap; transition: width .28s ease, opacity .28s ease, padding .28s ease; }
.floating-phone:hover .phone-copy, .floating-phone:focus-visible .phone-copy { width: 156px; opacity: 1; padding-right: 18px; }
.phone-copy small { font-size: 10px; color: rgba(255,255,255,.72); }
.phone-copy strong { font: 500 17px/1.3 Georgia, serif; }

.modal { width: min(920px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; color: var(--ink); background: var(--cream); box-shadow: 0 40px 120px rgba(0,0,0,.35); }
.modal::backdrop { background: rgba(13,18,12,.74); backdrop-filter: blur(6px); }
.modal-close { position: absolute; z-index: 5; right: 14px; top: 14px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.86); font-size: 26px; cursor: pointer; }
.product-modal-content { min-height: 540px; display: grid; grid-template-columns: .85fr 1.15fr; }
.modal-product-image { display: grid; place-items: center; padding: 50px; background: var(--white); }
.modal-product-image img { max-height: 420px; mix-blend-mode: multiply; }
.modal-product-copy { padding: 68px 58px; }
.modal-product-copy h3 { margin: 0 0 14px; font-size: 42px; font-weight: 500; letter-spacing: -.04em; }
.modal-product-copy .position { color: var(--orange); }
.modal-product-copy > p { color: var(--ink-soft); line-height: 1.9; }
.modal-product-copy ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.modal-product-copy li { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.video-modal { width: min(1080px, calc(100% - 32px)); color: var(--white); background: #121612; }
.video-modal .modal-close { color: var(--white); background: rgba(0,0,0,.45); }
.video-modal-content { display: grid; grid-template-columns: minmax(0, 1fr) 300px; min-height: 560px; }
.video-modal video { width: 100%; height: min(76vh, 720px); background: #000; object-fit: contain; }
.video-modal-content > div { padding: 70px 32px 32px; }
.video-modal-content h3 { font-size: 26px; line-height: 1.45; font-weight: 500; }
.video-modal-content > div > p:last-child { color: rgba(255,255,255,.58); line-height: 1.8; }
.technology-modal { width: min(1120px, calc(100% - 32px)); color: var(--white); background: #172017; }
.technology-modal .modal-close { color: var(--white); background: rgba(0,0,0,.42); }
.technology-modal-content { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 680px; }
.tech-detail-visual { position: relative; min-height: 680px; overflow: hidden; background: #0c160d; }
.tech-detail-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.tech-detail-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,19,10,.58), transparent 45%); }
.tech-detail-visual p { position: absolute; z-index: 2; left: 34px; bottom: 28px; margin: 0; color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .12em; }
.tech-detail-copy { max-height: min(86vh, 760px); overflow-y: auto; padding: 58px 52px; }
.tech-detail-copy .eyebrow { margin-bottom: 12px; }
.tech-detail-copy h3 { margin: 0 0 10px; font-size: clamp(38px, 4vw, 58px); line-height: 1.1; font-weight: 500; letter-spacing: -.05em; }
.tech-detail-lead { margin: 0 0 34px; color: #efb278; font-size: 18px; line-height: 1.65; }
.tech-principle { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); }
.tech-principle h4 { margin: 0 0 8px; font-size: 16px; font-weight: 500; }
.tech-principle p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.85; }
.tech-value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.tech-value-grid div { padding: 16px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.tech-value-grid strong { display: block; margin-bottom: 5px; color: #efb278; font-size: 13px; font-weight: 500; }
.tech-value-grid span { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.6; }
.tech-boundary { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.4); font-size: 10px; line-height: 1.7; }

@media (max-width: 1060px) {
  .header-inner { grid-template-columns: 190px 1fr auto; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .hero-copy { width: min(720px, 72vw); }
  .product-showcase { grid-template-columns: 240px minmax(0, 1fr); }
  .product-poster { --poster-pad: 38px; padding: var(--poster-pad); }
  .poster-main { grid-template-columns: 1fr; }
  .poster-product { position: absolute; width: 260px; right: 34px; top: 110px; opacity: .42; }
  .poster-copy { position: relative; z-index: 2; padding-right: 130px; }
  .pain-story { grid-template-columns: 1fr; }
  .pain-source-frame { height: 330px; }
  .variant-grid { grid-template-columns: 1fr 1fr; }
  .case-layout { grid-template-columns: 1fr; }
  .case-featured { min-height: 570px; }
  .case-side { height: 620px; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 1fr); }
  .case-side-card { min-height: 0; }
  .nutrition-copy { padding: 55px; }
}

@media (max-width: 820px) {
  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .section-space { padding-top: 92px; padding-bottom: 92px; }
  .header-inner { width: calc(100% - 28px); height: 72px; grid-template-columns: 1fr auto; }
  .wordmark-ap { font-size: 31px; }
  .wordmark-copy strong { font-size: 15px; }
  .header-tools { position: absolute; right: 50px; top: 50%; transform: translateY(-50%); }
  .header-cta { display: none; }
  .language-switch select { min-width: 82px; height: 38px; padding-left: 10px; font-size: 11px; }
  .menu-button { display: grid; gap: 6px; }
  .menu-button span:not(.sr-only) { display: block; width: 26px; height: 1px; background: var(--ink); }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 12px 22px 22px; background: var(--cream); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .hero-story-inner { min-height: 760px; padding-top: 70px; padding-bottom: 90px; }
  .hero-copy { width: min(700px, 88vw); }
  .company-intro-inner { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding-top: 52px; padding-bottom: 52px; }
  .company-intro-heading { padding: 46px 38px; }
  .company-intro-number { margin-bottom: 30px; }
  .company-intro-copy { padding: 38px; border-width: 0 1px 1px; }
  .about-pathway { grid-template-columns: 1fr 1fr; }
  .about-pathway > div:nth-child(3) { border-left: 0; border-top: 1px solid #c8c5ba; }
  .about-pathway > div:nth-child(4) { border-top: 1px solid #c8c5ba; }
  .heading-split, .story-layout, .technology-grid, .nutrition-card, .contact-card, .cases-heading { grid-template-columns: 1fr; }
  .products .compact-heading { grid-template-columns: 1fr; gap: 22px; }
  .heading-split { gap: 40px; }
  .material-grid { grid-template-columns: 1fr; }
  .material-origin > div { width: 70%; }
  .material-grid article { min-height: 240px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .material-grid article:last-child { border-bottom: 0; }
  .material-grid article > p { margin-top: 44px; }
  .technology-grid { gap: 14px; }
  .tech-card { min-height: 390px; }
  .technology-visual-stage, .technology-visual-stage img { min-height: 500px; height: 500px; }
  .technology-notes { grid-template-columns: 1fr; }
  .technology-note { min-height: 250px; }
  .story-path { overflow-x: auto; }
  .story-path div { min-width: 150px; }
  .product-showcase { grid-template-columns: 1fr; }
  .product-selector { flex-direction: row; overflow-x: auto; scroll-snap-type: x mandatory; }
  .product-tab { min-width: 190px; scroll-snap-align: start; border-bottom: 1px solid var(--line); }
  .product-poster { min-height: 780px; }
  .case-side { grid-template-columns: 1fr 1fr; }
  .nutrition-card { padding-bottom: 58px; }
  .nutrition-copy { padding: 58px 36px 24px; }
  .nutrition-demo { width: calc(100% - 72px); }
  .contact-card { gap: 38px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
  .product-modal-content, .video-modal-content { grid-template-columns: 1fr; }
  .technology-modal-content { grid-template-columns: 1fr; }
  .tech-detail-visual { min-height: 360px; }
  .modal-product-image { padding: 34px; }
  .modal-product-image img { max-height: 300px; }
  .video-modal-content > div { padding: 28px; }
}

@media (max-width: 520px) {
  .hero { background-position: 60% center; }
  .company-intro-inner { gap: 24px; padding-top: 42px; padding-bottom: 42px; }
  .company-intro-heading { padding: 38px 24px; }
  .company-intro-heading h2 { font-size: 29px; line-height: 1.28; }
  .company-intro-copy { padding: 28px 24px; font-size: 15px; line-height: 1.85; }
  .company-services { display: grid; grid-template-columns: 1fr; }
  .company-services span { text-align: center; }
  .about .section-heading > div:first-child { padding-left: 23px; }
  .about .heading-copy { padding: 22px 20px; }
  .about-pathway { margin-top: 38px; }
  .about-pathway > div { min-height: 108px; column-gap: 10px; padding: 18px 14px; }
  .about-pathway strong { font-size: 40px; }
  .about-pathway span { font-size: 12px; }
  .hero-story-inner { min-height: 790px; padding-top: 56px; }
  .hero h1 { font-size: 54px; }
  .hero-en { font-size: 18px; }
  .hero-actions { display: grid; }
  .hero-story-copy p { font-size: 13px; }
  .hero-story-mark { left: 0; right: auto; bottom: 28px; }
  .tech-card { padding: 34px 26px; }
  .process-line { left: 26px; right: 26px; bottom: 96px; }
  .tech-more { left: 26px; right: 26px; }
  .material-origin { min-height: 520px; }
  .material-origin img { height: 520px; }
  .material-origin::after { background: linear-gradient(0deg, rgba(25,49,25,.82), rgba(25,49,25,.16)); }
  .material-origin > div { width: auto; left: 8%; right: 8%; top: auto; bottom: 42px; transform: none; }
  .story-kicker { align-items: start; flex-direction: column; }
  .story-layout { gap: 36px; }
  .story-path { margin-top: 52px; }
  .product-poster { --poster-pad: 22px; min-height: 880px; padding: 28px var(--poster-pad); }
  .poster-main { min-height: 360px; }
  .poster-copy { padding-right: 0; }
  .poster-product { width: 210px; height: 220px; right: 8px; top: 205px; opacity: .26; }
  .poster-product span { width: 170px; height: 170px; }
  .poster-product img { height: 210px; }
  .poster-details, .poster-meta { grid-template-columns: 1fr; }
  .pain-story { padding-inline: 22px; gap: 28px; }
  .pain-source-frame { height: 320px; }
  .pain-source-stack.multi .pain-source-frame { height: 150px; }
  .pain-story-copy > ul { grid-template-columns: 1fr; }
  .pain-card-grid { grid-template-columns: 1fr; }
  .pain-card { display: grid; grid-template-columns: 42% 58%; }
  .pain-card img { height: 100%; min-height: 132px; }
  .pain-card > div { min-height: 132px; display: flex; flex-direction: column; justify-content: center; }
  .variant-grid { grid-template-columns: 1fr; }
  .detail-block { padding: 24px 0; }
  .detail-block + .detail-block { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .poster-meta { gap: 16px; }
  .case-featured { min-height: 500px; }
  .case-side { height: auto; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .case-side-card { min-width: 75vw; scroll-snap-align: start; }
  .nutrition-copy { padding-inline: 24px; }
  .nutrition-demo { width: calc(100% - 48px); }
  .contact-phone { grid-template-columns: 1fr; gap: 12px; }
  .floating-phone { right: 14px; bottom: 14px; }
  .floating-phone .phone-copy { display: none; }
  .modal-product-copy { padding: 42px 28px; }
  .modal-product-copy h3 { font-size: 34px; }
  .tech-detail-copy { padding: 42px 26px; }
  .tech-value-grid { grid-template-columns: 1fr; }
}

/* Full-spec product visuals */
.poster-product.spec-product-grid {
  width: 100%;
  height: auto;
  min-height: 300px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 10px;
}
.poster-product.spec-product-grid::before { content: none; }
.poster-product.spec-product-grid figure {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(0,0,0,.13);
}
.poster-product.spec-product-grid img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  mix-blend-mode: normal;
  filter: none;
}
.poster-product.spec-product-grid figcaption {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 8px;
  color: #26362b;
  background: #fff;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
}
.poster-product.spec-count-1 { grid-template-columns: minmax(0, 310px); justify-content: center; }
.poster-product.spec-count-1 img { height: 255px; }
.poster-product.spec-count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.poster-product.spec-count-3 img,
.poster-product.spec-count-5 img { height: 132px; }
.poster-product.spec-count-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.poster-spec { display: flex; gap: 10px; align-items: baseline; line-height: 1.7; }
.poster-spec strong { flex: 0 0 auto; color: #f0b37c; font-weight: 500; }

/* Customer enquiry */
.lead-section { padding-top: 0; }
.lead-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: center;
  padding: clamp(48px, 7vw, 92px);
  color: #fff;
  background: #263a2e;
  border-bottom: 5px solid #d96b2b;
}
.lead-copy h2 { margin: 14px 0 24px; font-size: clamp(36px, 3.35vw, 54px); line-height: 1.18; font-weight: 500; }
.lead-copy > p:not(.eyebrow) { max-width: 560px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.9; }
.lead-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.lead-points span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.78); font-size: 12px; }
.lead-form { padding: clamp(26px, 3vw, 38px); color: #26362b; background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.lead-form-head { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; padding-bottom: 19px; border-bottom: 1px solid #e3e6df; }
.lead-form-head > span { color: #d46729; font: 20px/1 Georgia, serif; }
.lead-form-head strong, .lead-form-head small { display: block; }
.lead-form-head strong { margin-bottom: 4px; font-size: 18px; font-weight: 600; }
.lead-form-head small { color: #7d877f; font-size: 11px; }
.lead-form > label:not(.lead-consent):not(.lead-honeypot) { display: grid; gap: 8px; margin-bottom: 16px; }
.lead-form > label > span { font-size: 13px; }
.lead-form input[type="text"],
.lead-form input[type="tel"] { width: 100%; height: 50px; padding: 0 14px; border: 1px solid #cfd6cf; border-radius: 3px; color: #26362b; background: #fbfcfa; font: inherit; outline: none; }
.lead-form input[type="text"]:focus,
.lead-form input[type="tel"]:focus { border-color: #6d8d70; box-shadow: 0 0 0 3px rgba(109,141,112,.12); }
.lead-consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin: 18px 0; color: #6d786f; line-height: 1.55; }
.lead-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: #315640; }
.lead-consent span { font-size: 11px; }
.lead-submit { position: relative; width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: center; padding: 0 48px; border: 0; color: #fff; background: #d46729; font: 600 14px/1 inherit; text-align: center; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.lead-submit > span:last-child { position: absolute; right: 18px; }
.lead-submit:hover { background: #b9551d; transform: translateY(-1px); }
.lead-submit:disabled { opacity: .62; cursor: wait; transform: none; }
.lead-status { min-height: 20px; margin: 12px 0 0; color: #68736a; font-size: 12px; line-height: 1.55; }
.lead-status.success { color: #22623c; }
.lead-status.error { color: #a83d2b; }
.lead-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 1020px) {
  .poster-product.spec-product-grid { position: relative; width: 100%; right: auto; top: auto; opacity: 1; }
  .poster-copy { padding-right: 0; }
  .lead-panel { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .poster-product.spec-product-grid {
    display: flex;
    min-height: 0;
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    padding: 4px 1px 10px;
  }
  .poster-product.spec-product-grid figure { flex: 0 0 72%; scroll-snap-align: center; }
  .poster-product.spec-product-grid img,
  .poster-product.spec-count-1 img,
  .poster-product.spec-count-3 img,
  .poster-product.spec-count-5 img { height: 205px; }
  .poster-product.spec-count-1 figure { flex-basis: 88%; margin-inline: auto; }
  .lead-section { padding-inline: 0; }
  .lead-panel { gap: 30px; padding: 38px 20px 30px; }
  .lead-copy h2 { font-size: 34px; letter-spacing: 0; }
  .lead-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.75; }
  .lead-points { margin-top: 24px; }
  .lead-form { padding: 24px 20px; }
}

/* Mobile refinement: compact hierarchy, touch-friendly rhythm and cleaner imagery. */
@media (max-width: 520px) {
  html { scroll-padding-top: 64px; }
  body { background: #f7f8f4; font-size: 15px; }
  .section-shell { width: calc(100% - 36px); }
  .section-space { padding-top: 72px; padding-bottom: 72px; }

  .site-header { background: rgba(250, 250, 247, .94); backdrop-filter: blur(22px) saturate(130%); }
  .header-inner { width: calc(100% - 28px); height: 64px; }
  .official-logo { width: 118px; height: 46px; }
  .menu-button { width: 42px; height: 42px; place-content: center; border: 1px solid rgba(36, 48, 41, .12); }
  .menu-button span:not(.sr-only) { width: 20px; }
  .main-nav { top: 64px; padding: 8px 20px 18px; background: rgba(250, 250, 247, .98); box-shadow: 0 22px 48px rgba(31, 43, 34, .12); }
  .main-nav a { padding: 13px 2px; font-size: 15px; }

  .hero {
    min-height: min(720px, calc(100svh - 64px));
    background:
      linear-gradient(180deg, rgba(21, 46, 24, .18), rgba(19, 42, 22, .72) 78%, rgba(16, 35, 18, .9)),
      linear-gradient(90deg, rgba(21, 48, 24, .38), rgba(21, 48, 24, .04)),
      url("assets/brand/hero-crop-vitality-concept-20260812.png") 60% center/cover no-repeat;
  }
  .hero-story-inner { min-height: min(720px, calc(100svh - 64px)); padding-top: 38px; padding-bottom: 34px; align-items: flex-start; }
  .hero-copy { width: 100%; }
  .eyebrow { margin-bottom: 14px; font-size: 10px; line-height: 1.5; letter-spacing: .14em; }
  .hero h1 { max-width: 350px; font-size: 42px; line-height: 1.06; letter-spacing: 0; text-wrap: balance; }
  .hero-en { margin: 8px 0 24px; font-size: 16px; }
  .hero-story-copy { max-width: none; padding-top: 18px; }
  .hero-story-copy > span { letter-spacing: .14em; }
  .hero-story-copy h2 { margin: 9px 0 10px; font-size: 27px; line-height: 1.22; letter-spacing: 0; }
  .hero-story-copy p { color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.72; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 22px; }
  .hero-actions .button { min-height: 46px; gap: 12px; padding: 0 14px; font-size: 13px; }
  .hero-story-mark { display: none; }

  .section-heading h2,
  .nutrition-copy h2,
  .contact-card h2 { font-size: 33px; line-height: 1.22; letter-spacing: 0; text-wrap: balance; }
  .heading-split { gap: 22px; }
  .heading-copy { font-size: 15px; line-height: 1.85; }
  .heading-copy p { margin-bottom: 16px; }

  .material-origin { min-height: 420px; margin-top: 42px; }
  .material-origin img { height: 420px; }
  .material-origin > div { left: 24px; right: 24px; bottom: 28px; }
  .material-origin h3 { margin-bottom: 14px; font-size: 30px; line-height: 1.25; letter-spacing: 0; }
  .material-origin span { font-size: 14px; line-height: 1.75; }
  .material-grid article { min-height: 190px; padding: 25px 24px; }
  .material-grid article > p { margin: 30px 0 8px; }
  .material-grid h3 { margin-bottom: 10px; font-size: 22px; }
  .material-grid small { font-size: 13px; line-height: 1.75; }

  .technology-grid { margin-top: 40px; }
  .tech-card { min-height: 350px; padding: 30px 24px; }
  .tech-name { margin-bottom: 16px; font-size: 23px; }
  .tech-card h3 { margin-bottom: 14px; font-size: 31px; letter-spacing: 0; }
  .tech-card > p:last-of-type { font-size: 14px; line-height: 1.75; }
  .process-line { left: 24px; right: 24px; bottom: 86px; gap: 7px; font-size: 9px; letter-spacing: .06em; }
  .tech-more { left: 24px; right: 24px; bottom: 24px; }
  .signal-visual { width: 260px; height: 130px; bottom: 52px; opacity: .7; }

  .compact-heading { align-items: start; }
  .product-showcase { margin-top: 40px; gap: 14px; }
  .product-selector { gap: 8px; margin-inline: -18px; padding: 0 18px 8px; scrollbar-width: none; }
  .product-selector::-webkit-scrollbar,
  .case-side::-webkit-scrollbar { display: none; }
  .product-tab { min-width: 142px; min-height: 64px; padding: 10px 13px; grid-template-columns: 26px 1fr; border: 1px solid var(--line); background: rgba(255,255,255,.68); }
  .product-tab strong { font-size: 15px; }
  .product-tab small { font-size: 9px; }
  .product-tab:hover,
  .product-tab.active { padding-left: 13px; }
  .product-poster { --poster-pad: 22px; min-height: 0; padding: 24px var(--poster-pad); box-shadow: 0 20px 54px rgba(39,55,31,.13); }
  .poster-head { padding-bottom: 16px; }
  .poster-main { min-height: 0; padding: 25px 0 22px; gap: 12px; }
  .poster-copy h3 { font-size: 40px; line-height: 1.08; letter-spacing: 0; }
  .poster-position { font-size: 18px; }
  .poster-summary { font-size: 13px; line-height: 1.75; }
  .poster-product { position: relative; width: 100%; height: 210px; right: auto; top: auto; opacity: 1; }
  .poster-product span { width: 164px; height: 164px; box-shadow: 0 0 0 22px rgba(255,255,255,.05); }
  .poster-product img { width: 72%; height: 200px; }
  .pain-story { min-height: 0; padding: 24px 22px 28px; gap: 22px; }
  .pain-source-frame { height: 250px; }
  .pain-story-copy > h4 { margin-bottom: 13px; font-size: 25px; letter-spacing: 0; }
  .detail-block { padding: 23px 0; }
  .detail-block h4 { margin-bottom: 13px; font-size: 19px; }
  .detail-block ul { grid-template-columns: 1fr; gap: 8px; }
  .poster-meta { padding-top: 22px; }
  .poster-meta p { font-size: 13px; }

  .cases-heading { gap: 18px; margin-bottom: 36px; }
  .cases-heading > p { font-size: 14px; line-height: 1.75; }
  .case-featured { min-height: 430px; }
  .case-copy { left: 22px; right: 22px; bottom: 20px; }
  .case-copy h3 { font-size: 23px; }
  .case-side { gap: 10px; margin-inline: -18px; padding-inline: 18px; }
  .case-side-card { min-width: 82vw; min-height: 230px; }

  .nutrition-card { min-height: 0; padding-bottom: 24px; }
  .nutrition-copy { padding: 38px 24px 22px; }
  .nutrition-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.75; }
  .nutrition-copy .button { width: 100%; margin-top: 18px; }
  .nutrition-demo { width: calc(100% - 40px); padding: 22px; transform: none; }
  .nutrition-demo > p { margin: 16px 0 18px; font-size: 18px; }
  .demo-choice { padding: 13px; }

  .contact-card { gap: 28px; padding: 36px 24px 40px; box-shadow: 0 18px 54px rgba(43,62,47,.08); }
  .contact-card::after { left: 24px; right: 24px; }
  .contact-lead,
  .contact-detail > p { font-size: 14px; line-height: 1.78; }
  .contact-lead { margin-top: 18px; }
  .contact-services span { padding: 14px 12px; font-size: 13px; }
  .contact-phone { margin-top: 26px; padding: 18px 0; }
  .contact-phone strong { font-size: 29px; }

  .site-footer { padding: 36px 0 86px; }
  .footer-grid { gap: 22px; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-logo { width: 108px; height: 46px; }
  .floating-phone { right: 16px; bottom: 16px; border-radius: 50%; box-shadow: 0 10px 28px rgba(152,60,7,.28); }
  .phone-icon { width: 48px; height: 48px; font-size: 18px; }

  .modal { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
  .modal-close { width: 38px; height: 38px; }
  .modal-product-image { padding: 28px; }
  .modal-product-image img { max-height: 250px; }
  .modal-product-copy { padding: 34px 24px; }
  .modal-product-copy h3 { font-size: 31px; letter-spacing: 0; }
  .tech-detail-visual { min-height: 260px; }
  .tech-detail-copy { padding: 34px 24px; }
  .tech-detail-copy h3 { font-size: 34px; letter-spacing: 0; }
}

.reveal-ready {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s cubic-bezier(.2,.7,.2,1), transform .65s cubic-bezier(.2,.7,.2,1);
}
.reveal-ready.revealed { opacity: 1; transform: none; }

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

/* Unified product-family imagery */
.poster-main {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}
.poster-product.spec-product-grid,
.poster-product.spec-count-1 {
  position: relative;
  width: 100%;
  min-height: 380px;
  height: 380px;
  right: auto;
  top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 3px;
  background:
    radial-gradient(circle at 50% 66%, rgba(235,171,104,.16), transparent 31%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.012) 60%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.035),
    inset 0 -70px 90px rgba(7,18,11,.12),
    0 28px 54px rgba(0,0,0,.16);
}
.poster-product.spec-product-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 15%;
  right: 15%;
  bottom: 37px;
  height: 46px;
  border: 1px solid rgba(239,184,126,.3);
  border-radius: 50%;
  background: rgba(9,24,15,.2);
  box-shadow: 0 25px 38px rgba(0,0,0,.25), inset 0 8px 16px rgba(255,255,255,.025);
  transform: perspective(260px) rotateX(68deg);
}
.poster-product.spec-product-grid::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 13px;
  border: solid rgba(255,255,255,.11);
  border-width: 1px 0;
  pointer-events: none;
}
.product-stage-chrome {
  position: absolute;
  z-index: 3;
  left: 22px;
  right: 22px;
  top: 19px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.48);
  font: 9px/1.2 Georgia, serif;
  letter-spacing: .14em;
  pointer-events: none;
}
.product-stage-chrome small { color: inherit; font: inherit; letter-spacing: inherit; }
.product-stage-chrome i { height: 1px; background: rgba(255,255,255,.13); }
.product-stage-chrome b { color: rgba(239,184,126,.72); font-weight: 500; }
.poster-product.spec-product-grid figure,
.poster-product.spec-count-1 figure {
  width: 100%;
  height: 380px;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.poster-product.spec-product-grid img,
.poster-product.spec-count-1 img {
  z-index: 2;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 0;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 26px 22px rgba(0,0,0,.32));
  transform: translateZ(0) scale(var(--product-scale, .9));
  transform-origin: center center;
}
.poster-product.spec-product-grid figcaption { display: none; }

/* Every family image uses the same 1600x1000 transparent canvas. */
.poster-product.spec-product-grid { --product-scale: 1.2; }

/* Two clear contact choices: leave details or call directly. */
.floating-actions {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 3px;
  box-shadow: 0 18px 46px rgba(28,45,32,.28);
}
.floating-actions a { min-height: 58px; display: flex; align-items: center; color: var(--white); }
.floating-lead { gap: 10px; padding: 0 16px; background: #284234; }
.floating-action-icon { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 12px; }
.floating-lead > span:last-child,
.floating-phone .phone-copy { display: grid; white-space: nowrap; }
.floating-actions small { color: rgba(255,255,255,.68); font-size: 9px; line-height: 1.3; }
.floating-actions strong { font-size: 13px; line-height: 1.35; font-weight: 500; }
.floating-actions .floating-phone { position: static; right: auto; bottom: auto; border-radius: 0; color: var(--white); background: var(--orange); box-shadow: none; overflow: visible; }
.floating-actions .phone-icon { width: 46px; height: 58px; font-size: 17px; }
.floating-actions .phone-copy { width: auto; opacity: 1; padding: 0 15px 0 0; transition: none; }
.floating-actions .phone-copy strong { font: 500 15px/1.35 Georgia, serif; }
.floating-actions a { transition: filter .2s ease, transform .2s ease; }
.floating-actions a:hover,
.floating-actions a:focus-visible { filter: brightness(1.08); outline: none; }

/* Pointer devices keep the dock compact and reveal details on intent. */
@media (hover: hover) and (pointer: fine) and (min-width: 721px) {
  .floating-actions a {
    width: 58px;
    min-width: 58px;
    padding: 0;
    justify-content: center;
    overflow: hidden;
    transition: width .28s cubic-bezier(.2,.7,.2,1), filter .2s ease;
  }
  .floating-actions .floating-action-icon,
  .floating-actions .phone-icon { width: 58px; min-width: 58px; }
  .floating-lead > span:last-child,
  .floating-actions .phone-copy {
    width: 0;
    max-width: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    transition: width .24s ease, max-width .24s ease, opacity .18s ease, padding .24s ease;
  }
  .floating-actions .floating-lead:hover,
  .floating-actions .floating-lead:focus-visible { width: 188px; justify-content: flex-start; }
  .floating-actions .floating-phone:hover,
  .floating-actions .floating-phone:focus-visible { width: 210px; justify-content: flex-start; }
  .floating-actions .floating-lead:hover > span:last-child,
  .floating-actions .floating-lead:focus-visible > span:last-child {
    width: 108px;
    max-width: 108px;
    padding-right: 14px;
    opacity: 1;
  }
  .floating-actions .floating-phone:hover .phone-copy,
  .floating-actions .floating-phone:focus-visible .phone-copy {
    width: 138px;
    max-width: 138px;
    padding-right: 14px;
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .poster-main { grid-template-columns: 1fr; gap: 22px; }
  .poster-product.spec-product-grid,
  .poster-product.spec-count-1 { min-height: 330px; height: 330px; }
  .poster-product.spec-product-grid figure,
  .poster-product.spec-count-1 figure { height: 330px; }
}

@media (max-width: 520px) {
  .poster-main { gap: 8px; }
  .poster-product.spec-product-grid,
  .poster-product.spec-count-1 {
    width: 100%;
    min-height: 260px;
    height: 260px;
    display: grid;
    padding: 0;
    overflow: hidden;
  }
  .poster-product.spec-product-grid figure,
  .poster-product.spec-count-1 figure {
    width: 100%;
    height: 260px;
    flex: none;
    margin: 0;
  }
  .poster-product.spec-product-grid img,
  .poster-product.spec-count-1 img,
  .poster-product.spec-count-3 img,
  .poster-product.spec-count-5 img {
    width: 100%;
    height: 100%;
  }
  .poster-product.spec-product-grid::before { left: 13%; right: 13%; bottom: 20px; height: 34px; }
  .poster-product.spec-product-grid::after { inset: 9px; }
  .product-stage-chrome { left: 16px; right: 16px; top: 14px; gap: 8px; font-size: 8px; }
  .poster-product.spec-product-grid {
    --product-scale: 1.16;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), inset 0 -50px 70px rgba(7,18,11,.12), 0 20px 38px rgba(0,0,0,.16);
  }
  .floating-actions { left: 14px; right: 14px; bottom: 12px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 3px; }
  .floating-actions a { min-width: 0; min-height: 54px; justify-content: center; }
  .floating-lead { padding: 0 10px; }
  .floating-action-icon { width: 24px; height: 24px; }
  .floating-actions .phone-icon { width: 32px; height: 54px; }
  .floating-actions .phone-copy { display: grid; padding-right: 8px; }
  .floating-actions .phone-copy strong { font-size: 13px; }
  .floating-actions small { font-size: 8px; }
  .floating-actions strong { font-size: 12px; }
}

/* APORO 4296 crop vitality system */
.power-system-visual {
  margin: 68px 0 0;
  overflow: hidden;
  border: 1px solid rgba(42,67,48,.16);
  background: #f6f1e6;
  box-shadow: 0 32px 90px rgba(36,63,45,.12);
}
.power-system-visual picture,
.power-system-visual img { width: 100%; display: block; }
.power-system-visual img { aspect-ratio: 16 / 9; object-fit: cover; }
.power-system-visual figcaption {
  padding: 18px 24px;
  color: #687168;
  border-top: 1px solid rgba(42,67,48,.13);
  background: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.75;
}
.power-system-board {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  margin-top: 68px;
}
.power-system-board > *,
.power-core-grid > * { min-width: 0; }
.power-formula {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 18px;
  color: #fff;
  background: linear-gradient(180deg, #07523d, #0b6a4c);
  box-shadow: 0 24px 54px rgba(8,70,51,.18);
}
.power-formula > span { font: 500 28px/1 Georgia, serif; }
.power-formula > small { margin: 7px 0 25px; color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .12em; }
.power-formula strong { font: 500 50px/1 Georgia, serif; }
.power-formula p { margin: 9px 0 0; font-size: 14px; }
.power-formula i { width: 1px; flex: 1; min-height: 30px; margin: 15px 0; background: rgba(255,255,255,.45); position: relative; }
.power-formula i::after { content: ""; position: absolute; left: -3px; bottom: 0; width: 6px; height: 6px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); }
.power-framework { border: 1px solid #d7ddd5; background: rgba(255,255,255,.72); box-shadow: 0 24px 70px rgba(37,67,48,.08); }
.power-framework-head { min-height: 72px; display: flex; align-items: center; gap: 18px; padding: 0 30px; color: #fff; background: #07553f; }
.power-framework-head b { font: 500 30px/1 Georgia, serif; }
.power-framework-head span { font-size: 18px; }
.power-core-grid { display: grid; grid-template-columns: 1.05fr .95fr; }
.power-core-grid > section { padding: 36px 34px; }
.power-core-grid > section + section { border-left: 1px solid #d7ddd5; }
.power-core-grid h3 { margin: 0 0 25px; color: #173c30; font-size: 25px; font-weight: 600; }
.power-core-grid h3 em { margin-right: 10px; color: #08724f; font: 500 48px/1 Georgia, serif; font-style: normal; vertical-align: middle; }
.power-diagnosis ul { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.power-diagnosis li { display: grid; grid-template-columns: 92px 1fr; gap: 14px; align-items: baseline; }
.power-diagnosis b, .power-paths b { color: #0d5f45; font-size: 16px; }
.power-diagnosis span, .power-paths span { color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.power-paths article { display: grid; gap: 7px; padding: 21px 0; border-top: 1px solid #dce1db; }
.power-paths article:last-child { border-bottom: 1px solid #dce1db; }
.power-flow { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 22px 24px; border-top: 1px solid #d7ddd5; color: #37604f; background: #f1f5ef; font-size: 13px; }
.power-flow i { color: #b34231; font-style: normal; }
.power-output-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #d7ddd5; }
.power-output-grid article { display: grid; grid-template-columns: 66px 1fr; gap: 13px; align-items: center; padding: 27px 30px; }
.power-output-grid article + article { border-left: 1px solid #d7ddd5; }
.power-output-grid strong { color: #08724f; font: 500 50px/1 Georgia, serif; }
.power-output-grid b, .power-output-grid span { display: block; }
.power-output-grid b { margin-bottom: 6px; color: #173c30; font-size: 17px; }
.power-output-grid span { color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.power-boundary { margin: 18px 0 0 172px; padding: 16px 20px; border-left: 3px solid #b94231; color: #68756c; background: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; }
.product-power-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.product-power-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.23); color: rgba(255,255,255,.82); background: rgba(255,255,255,.06); font-size: 11px; letter-spacing: .04em; }

@media (max-width: 820px) {
  .power-system-board { grid-template-columns: 112px minmax(0, 1fr); }
  .power-formula { min-height: 630px; padding-inline: 12px; }
  .power-core-grid { grid-template-columns: 1fr; }
  .power-core-grid > section + section { border-left: 0; border-top: 1px solid #d7ddd5; }
  .power-flow { flex-wrap: wrap; }
  .power-boundary { margin-left: 134px; }
}

@media (max-width: 520px) {
  .hero h1 { max-width: 340px; font-size: 36px; line-height: 1.22; }
  .hero-en { font-size: 12px; letter-spacing: .08em; }
  .hero-story-copy h2 { font-size: 25px; }
  .hero-story-copy > span { font-size: 11px; line-height: 1.5; }
  .hero-story-copy p { font-size: 15px; line-height: 1.72; }
  .hero-actions { grid-template-columns: 1fr; }
  .power-system-board { width: 100%; grid-template-columns: minmax(0, 1fr); gap: 12px; margin-top: 38px; }
  .power-formula, .power-framework { width: 100%; max-width: 100%; }
  .power-formula { min-height: 0; display: grid; grid-template-columns: minmax(68px, 1.2fr) repeat(4, minmax(0, 1fr)); gap: 6px; padding: 16px 12px; align-items: center; }
  .power-formula > span { grid-column: 1; font-size: 23px; }
  .power-formula > small { grid-column: 1; margin: 0; font-size: 8px; }
  .power-formula strong { grid-row: 1; font-size: 28px; text-align: center; }
  .power-formula strong:nth-of-type(1) { grid-column: 2; }
  .power-formula strong:nth-of-type(2) { grid-column: 3; }
  .power-formula strong:nth-of-type(3) { grid-column: 4; }
  .power-formula strong:nth-of-type(4) { grid-column: 5; }
  .power-formula p { grid-row: 2; margin: 0; font-size: 9px; line-height: 1.3; text-align: center; }
  .power-formula i { display: none; }
  .power-framework-head { min-height: 64px; gap: 10px; padding: 0 18px; }
  .power-framework-head b { font-size: 24px; }
  .power-framework-head span { font-size: 14px; }
  .power-core-grid > section { padding: 25px 20px; }
  .power-core-grid h3 { margin-bottom: 18px; font-size: 20px; }
  .power-core-grid h3 em { font-size: 36px; }
  .power-diagnosis li { grid-template-columns: 78px 1fr; gap: 8px; }
  .power-diagnosis b, .power-paths b { font-size: 14px; }
  .power-diagnosis span, .power-paths span { font-size: 12px; }
  .power-flow { justify-content: flex-start; gap: 7px; padding: 17px 18px; overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; font-size: 11px; }
  .power-output-grid { grid-template-columns: 1fr; }
  .power-output-grid article { grid-template-columns: 48px 1fr; padding: 21px 20px; }
  .power-output-grid article + article { border-left: 0; border-top: 1px solid #d7ddd5; }
  .power-output-grid strong { font-size: 38px; }
  .power-output-grid b { font-size: 15px; }
  .power-boundary { margin: 12px 0 0; padding: 14px 16px; font-size: 11px; }
  .product-power-tags { margin-bottom: 14px; }
  .product-power-tags span { padding: 6px 8px; font-size: 10px; }
  .products .compact-heading h2 { font-size: 33px; line-height: 1.24; }
  .products .compact-heading h2 { width: auto; white-space: normal; }
  .contact-intro h2 { font-size: 31px; line-height: 1.3; }
  .power-system-visual { margin-top: 36px; }
  .power-system-visual img { height: auto; aspect-ratio: auto; object-fit: contain; }
  .power-system-visual figcaption { padding: 14px 16px; font-size: 11px; }
  .nutrition-demo { width: calc(100% - 48px); padding: 22px; }
  .technology-visual-stage { min-height: 0; height: auto; margin-top: 38px; }
  .technology-visual-stage img { height: 430px; min-height: 0; object-position: 58% center; }
  .technology-caption { left: 18px; right: 18px; bottom: 18px; display: block; }
  .technology-caption span { font-size: 8px; }
  .technology-caption p { margin-top: 8px; font-size: clamp(11px, 3vw, 13px); line-height: 1.45; white-space: nowrap; }
  .technology-note { min-height: 0; grid-template-columns: 38px 1fr 30px; gap: 10px; padding: 28px 18px; }
  .technology-index { font-size: 18px; }
  .technology-note h3 { font-size: 23px; }
  .technology-note p:not(.tech-name) { font-size: 13px; line-height: 1.75; }
  .technology-note small { font-size: 10px; line-height: 1.6; }
}

/* Keep semantic title lines intact on narrow screens; avoid one-character orphans. */
@media (max-width: 520px) {
  .products .compact-heading h2 { font-size: 27px; line-height: 1.28; }
  .lead-copy h2 { font-size: 30px; line-height: 1.22; }
  .cases-heading .stable-title-single { font-size: 27px; line-height: 1.25; }
  .nutrition-copy h2 { font-size: 30px; line-height: 1.24; }
  .contact-intro h2 { font-size: 27px; line-height: 1.3; }
}

/* Product imagery is sourced only from D:\运营\产品图片 and kept as individual transparent pack shots. */
.poster-product.spec-product-grid {
  --product-scale: 1;
  align-content: center;
}
.poster-product.spec-product-grid figure,
.poster-product.spec-count-1 figure {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 330px;
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: end;
  padding: 44px 18px 16px;
}
.spec-pack-row {
  width: 100%;
  min-width: 0;
  height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
.poster-product.spec-product-grid .spec-pack-row img,
.poster-product.spec-count-1 .spec-pack-row img {
  position: static;
  inset: auto;
  flex: 0 1 auto;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 22px 18px rgba(0,0,0,.28));
}
.poster-product.spec-product-grid figcaption {
  display: block;
  min-height: 18px;
  margin-top: 8px;
  padding: 0;
  color: rgba(255,255,255,.68);
  background: transparent;
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
  letter-spacing: .06em;
}
.spec-pack-count-1 img { max-width: none !important; }
.spec-pack-count-2 img:first-child { height: 64% !important; }
.spec-pack-count-2 img:last-child { height: 100% !important; transform: translateY(8px) !important; }
.spec-pack-count-3 img:nth-child(1) { height: 40% !important; }
.spec-pack-count-3 img:nth-child(2) { height: 68% !important; transform: translateY(11px) !important; }
.spec-pack-count-3 img:nth-child(3) { height: 78% !important; transform: translateY(7px) !important; }
.spec-pack-row.spec-pack-count-3 {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 7px;
  padding-inline: 8px;
}
.poster-product.spec-product-grid .spec-pack-row.spec-pack-count-3 img,
.poster-product.spec-count-1 .spec-pack-row.spec-pack-count-3 img {
  width: auto;
  max-width: 100%;
}
.product-stage-ca-mag-cellular .spec-pack-count-2 img:first-child { height: 74% !important; transform: translateY(9px) !important; }
.product-stage-ca-mag-cellular .spec-pack-count-2 img:last-child { height: 84% !important; transform: translateY(8px) !important; }
.poster-product.spec-count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 10px;
  padding: 48px 18px 14px;
}
.poster-product.spec-count-4 figure {
  height: 154px;
  padding: 0 4px 5px;
}
.poster-product.spec-count-4 .spec-pack-row { height: 118px; gap: 6px; }
.poster-product.spec-count-4 .spec-pack-row img { max-width: none; }
.poster-product.spec-count-4 figcaption { margin-top: 3px; font-size: 8px; }

.lead-submit-copy {
  width: 100%;
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 3px;
  text-align: center;
}
.lead-submit-copy strong { font-size: 14px; font-weight: 600; }
.lead-submit-copy small { color: rgba(255,255,255,.74); font-size: 10px; font-weight: 400; line-height: 1.35; }

@media (max-width: 520px) {
  .poster-product.spec-product-grid,
  .poster-product.spec-count-1 {
    min-height: 350px;
    height: 350px;
    display: grid;
    overflow: hidden;
    padding: 0;
  }
  .poster-product.spec-product-grid figure,
  .poster-product.spec-count-1 figure {
    height: 320px;
    min-width: 0;
    padding: 44px 10px 12px;
  }
  .spec-pack-row { height: 246px; gap: 7px; }
  .spec-pack-row.spec-pack-count-3 {
    gap: 5px;
    padding-inline: 6px;
  }
  .poster-product.spec-product-grid .spec-pack-row img,
  .poster-product.spec-count-1 .spec-pack-row img { width: auto; max-width: none; }
  .poster-product.spec-product-grid .spec-pack-row.spec-pack-count-3 img,
  .poster-product.spec-count-1 .spec-pack-row.spec-pack-count-3 img { max-width: 100%; }
  .poster-product.spec-count-4 {
    min-height: 390px;
    height: 390px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 5px;
    padding: 48px 8px 12px;
  }
  .poster-product.spec-count-4 figure { height: 162px; padding: 0 2px 4px; }
  .poster-product.spec-count-4 .spec-pack-row { height: 124px; gap: 3px; }
  .poster-product.spec-count-4 figcaption { font-size: 7px; letter-spacing: 0; }
  .lead-submit { min-height: 62px; }
  .lead-submit-copy small { max-width: 220px; }
}
