:root {
  /* Layout: max content 1200px, 12-column conceptual grid, breakpoints at 980px and 720px. */
  --ink: #20332d;
  --ink-soft: #40554d;
  --muted: #60716b;
  --line: #dce5df;
  --paper: #f6f5f0;
  --surface: #fcfcf9;
  --white: #ffffff;
  --green: #4d8b75;
  --green-dark: #315f55;
  --green-ink: #315f55;
  --green-faint: #e8f1ec;
  --green-soft: #f3f8f5;
  --olive: #82946c;
  --teal: #4c918d;
  --amber: #c18c42;
  --amber-soft: #d6b36f;
  --sand: #efd9ad;
  --rose: #b85c55;
  --coral: #9e4638;
  --on-dark: #f4f6ef;
  --on-dark-muted: #c8dbd1;
  --header-bg: rgba(246, 245, 240, .96);
  --header-border: rgba(220, 229, 223, .9);
  --warning-bg: #fff1c9;
  --warning-border: #e1c576;
  --warning-ink: #513d0e;
  --media-placeholder: #e8ece8;
  --shadow: 0 18px 48px rgba(23, 48, 40, 0.08);
  --shadow-sm: 0 10px 30px rgba(23, 48, 40, 0.06);
  --radius-sm: 6px;
  --radius: 8px;
  --radius-pill: 999px;
  --space-section: 92px;
  --grid-gap: 18px;
  --space-grid: var(--grid-gap);
  --space-content: 24px;
  --font-sans: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  --font-latin: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-sans-stack: var(--font-latin), var(--font-sans);
  --font-serif-en: "Times New Roman", Times, serif;
  --container: min(1200px, calc(100% - 48px));
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans-stack);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

html.lang-en body {
  font-family: var(--font-serif-en);
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--green-dark); color: #fff; }
.skip-link:focus { top: 16px; }
.app-loading { min-height: 100vh; display: grid; place-items: center; color: var(--muted); }

.site-header { position: sticky; top: 0; z-index: 30; background: var(--header-bg); border-bottom: 1px solid var(--header-border); backdrop-filter: blur(14px); }
.header-inner { width: var(--container); min-height: 76px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 220px; min-height: 44px; }
.brand img { width: 106px; height: auto; filter: brightness(0) saturate(100%) invert(18%) sepia(18%) saturate(1040%) hue-rotate(113deg) brightness(88%) contrast(89%); }
.brand span { display: grid; gap: 2px; max-width: 190px; }
.brand strong { color: var(--green-ink); font-size: 15px; line-height: 1.1; letter-spacing: 0.01em; }
.brand small { color: var(--muted); font-size: 11px; line-height: 1.2; letter-spacing: 0.01em; white-space: normal; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav-link { position: relative; padding: 25px 0 23px; color: var(--ink-soft); font-size: 14px; transition: color .2s ease; white-space: nowrap; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 16px; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-link:hover, .nav-link:focus-visible, .nav-link.is-active { color: var(--green-ink); }
.nav-link.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-contact { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; color: var(--green-ink); font-size: 13px; font-weight: 700; white-space: nowrap; }
.lang-toggle { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: var(--surface); color: var(--green-ink); font-size: 12px; font-weight: 800; cursor: pointer; }
.lang-toggle:hover, .lang-toggle:focus-visible { border-color: var(--green-ink); }
.icon { display: inline-block; width: 16px; height: 16px; flex: 0 0 16px; vertical-align: -0.18em; }
.arrow { display: inline-flex; align-items: center; line-height: 1; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: var(--surface); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle .icon { width: 20px; height: 20px; flex-basis: 20px; }
.mobile-navigation { display: none; }
.connectivity-banner { position: sticky; top: 76px; z-index: 29; display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 42px; padding: 8px 24px; background: var(--warning-bg); border-bottom: 1px solid var(--warning-border); color: var(--warning-ink); font-size: 13px; text-align: center; }
.connectivity-banner button { flex: 0 0 44px; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: inherit; font-size: 22px; line-height: 1; cursor: pointer; }
.has-media-error { position: relative; min-height: 180px; background: var(--media-placeholder); }
.media-fallback { position: absolute; inset: 0; z-index: 2; display: grid; place-content: center; gap: 3px; padding: 20px; color: var(--ink-soft); text-align: center; }
.media-fallback b { font-size: 14px; }
.media-fallback small { color: var(--muted); font-size: 11px; }

.eyebrow { margin: 0 0 11px; color: var(--green-ink); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy .eyebrow,
.home-green-practice .eyebrow,
.quality-band .eyebrow,
.quality-evidence-band .eyebrow,
.selection-band .eyebrow,
.contact-hero > div:first-child .eyebrow,
.about-hero-copy .eyebrow,
.about-chairman-band .eyebrow {
  color: var(--sand);
}
.section-heading h2, .page-intro h1, .scene-hero h1, .detail-copy h1, .case-detail-copy h1, .contact-hero h1, .about-hero h1 { margin: 0; letter-spacing: 0; line-height: 1.13; }
.section-heading h2 { font-size: 42px; max-width: 660px; }
.section-copy { max-width: 620px; margin: 18px 0 0; color: var(--muted); }
.section-heading.compact h2 { font-size: 28px; }
.section-block { padding-block: var(--space-section); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.outline-link, .text-link, .card-link, .mini-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--green-ink); font-weight: 700; font-size: 14px; white-space: nowrap; }
.outline-link { padding: 11px 14px; border: 1px solid var(--green); }
.outline-link.light { border-color: rgba(255,255,255,.42); color: #fff; }
.accent-link { color: var(--coral); }
.mini-link { margin-top: 12px; font-size: 13px; }

.home-hero { display: grid; grid-template-columns: .93fr 1.07fr; min-height: 585px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 62px 58px; background: var(--green-dark); color: #f5f7f0; }
.hero-copy .eyebrow { color: var(--sand); }
.hero-copy h1 { margin: 0; font-size: 58px; line-height: 1.04; letter-spacing: 0; }
.hero-copy h1 em, .page-intro h1 em, .scene-hero h1 em, .detail-copy h1 em, .contact-hero h1 em, .about-hero h1 em { color: var(--amber-soft); font-style: normal; }
.hero-lead { max-width: 480px; margin: 25px 0 0; color: var(--on-dark-muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 17px; border: 1px solid transparent; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { background: var(--amber); color: #201a10; }
.button-primary:hover, .button-primary:focus-visible { background: #d2aa64; }
.button-quiet { color: #eff6f0; border-color: rgba(255,255,255,.32); }
.button-quiet:hover, .button-quiet:focus-visible { background: rgba(255,255,255,.12); }
.button-outline-light { border-color: rgba(255,255,255,.45); color: #fff; }
.button-outline-light:hover, .button-outline-light:focus-visible { background: rgba(255,255,255,.12); }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 34px; color: var(--on-dark-muted); font-size: 11px; }
.status-dot { width: 7px; height: 7px; background: var(--amber); border-radius: 50%; }
.hero-media { position: relative; min-height: 585px; overflow: hidden; background: var(--green-dark); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 40, 33, .08) 0%, rgba(15, 40, 33, .24) 55%, rgba(15, 40, 33, .76) 100%); pointer-events: none; }
.hero-media picture { display: block; width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media-caption { position: absolute; z-index: 1; left: 30px; bottom: 28px; display: grid; grid-template-columns: auto 1fr; column-gap: 11px; align-items: baseline; color: #fff; text-shadow: 0 2px 14px rgba(7, 26, 21, .5); }
.hero-media-caption span { color: var(--amber-soft); font-size: 12px; font-weight: 800; }
.hero-media-caption strong { font-size: 20px; }
.hero-media-caption small { grid-column: 2; color: rgba(255,255,255,.84); font-size: 11px; letter-spacing: .14em; }

.home-video-band { padding: 78px 0; background: #e8eee8; border-block: 1px solid var(--line); }
.home-video-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 48px; }
.home-video-copy h2 { max-width: 440px; margin: 0; font-size: 38px; line-height: 1.15; }
.home-video-copy > p:not(.eyebrow) { max-width: 430px; margin: 17px 0 0; color: var(--muted); font-size: 15px; }
.video-credit { display: block; max-width: 430px; margin-top: 22px; color: #718079; font-size: 11px; line-height: 1.5; }
.home-video-frame { overflow: hidden; background: var(--green-dark); box-shadow: var(--shadow); }
.home-video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

.scene-nav-band { padding: 80px 0 88px; background: var(--surface); border-block: 1px solid var(--line); }
.scene-nav { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--line); margin-top: 30px; }
.scene-nav-item { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 62px; padding: 12px 14px; border: 0; border-right: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; color: var(--ink-soft); }
.scene-nav-item:last-child { border-right: 0; }
.scene-nav-item::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: -1px; height: 3px; background: var(--green); transform: scaleX(0); transition: transform .2s ease; }
.scene-nav-item:hover, .scene-nav-item:focus-visible, .scene-nav-item.is-selected { color: var(--green-ink); background: #f2f7f2; }
.scene-nav-item.is-selected::after { transform: scaleX(1); }
.scene-nav-arrow .icon { width: 15px; height: 15px; }
.scene-number { color: var(--muted); font-size: 11px; font-weight: 800; }
.scene-nav-arrow { color: var(--coral); }
.scene-topics { display: grid; gap: 12px; margin: 28px 0; padding: 18px 20px; border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.scene-topics.is-compact { margin: 18px 0 20px; padding: 0; border: 0; background: transparent; }
.scene-topic-list { display: flex; flex-wrap: wrap; gap: 8px; }
.scene-topic { display: inline-flex; align-items: baseline; gap: 7px; padding: 7px 10px; border: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.scene-topic small { color: var(--muted); font-size: 11px; }
.scene-spotlight { display: grid; grid-template-columns: 1.05fr 1fr .7fr; margin-top: 38px; background: var(--paper); }
.spotlight-image { min-height: 248px; }
.spotlight-image img { width: 100%; height: 100%; object-fit: cover; }
.spotlight-copy { padding: 34px 34px 30px; }
.spotlight-copy h3 { margin: 0; font-size: 25px; line-height: 1.2; }
.spotlight-copy p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.spotlight-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 23px; }
.spotlight-products { padding: 35px 27px; border-left: 1px solid var(--line); }
.micro-label, .footer-label { display: block; margin-bottom: 12px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.spotlight-products a:not(.mini-link) { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 44px; padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.spotlight-products a:not(.mini-link):hover { color: var(--green-ink); }
.inline-empty { color: var(--muted); font-size: 14px; }

.quality-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.quality-item { display: grid; grid-template-columns: auto 1fr; gap: 14px; min-height: 130px; padding: 26px 22px; border-right: 1px solid var(--line); border-top: 3px solid var(--green); }
.quality-item:last-child { border-right: 0; }
.quality-item.amber { border-top-color: var(--amber); }
.quality-item.teal { border-top-color: var(--teal); }
.quality-index { color: var(--muted); font-size: 11px; font-weight: 800; }
.quality-item h3 { margin: 0; font-size: 17px; }
.quality-item p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); background: var(--surface); transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card:active { transform: translateY(-1px); }
.product-media { position: relative; display: block; aspect-ratio: 1.35 / 1; overflow: hidden; background: #151c1a; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-media img { transform: scale(1.04); }
.media-corner { position: absolute; right: 10px; top: 10px; padding: 4px 7px; background: rgba(17, 48, 39, .88); color: #f4f6ee; font-size: 11px; }
.media-role { position: absolute; left: 10px; bottom: 10px; padding: 5px 8px; background: rgba(18, 48, 41, .88); color: #f4f6ef; font-size: 11px; text-shadow: 0 1px 8px rgba(0, 0, 0, .22); }
.product-card[data-collection="PRODUCT_MAGNESIUM"] .media-role { border-left: 2px solid var(--green); }
.product-card[data-collection="PRODUCT_SOIL_AMENDMENT"] .media-role { border-left: 2px solid var(--olive); }
.product-card[data-collection="PRODUCT_DUST_SUPPRESSANT"] .media-role { border-left: 2px solid var(--teal); }
.product-card[data-collection="PRODUCT_NEW_MATERIALS"] .media-role { border-left: 2px solid var(--amber); }
.product-card[data-collection="PRODUCT_HEALTH"] .media-role { border-left: 2px solid var(--rose); }
.product-card-body { display: flex; flex-direction: column; flex: 1; padding: 19px 20px 18px; }
.product-card-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 11px; }
.product-card h3 { margin: 8px 0 7px; font-size: 21px; line-height: 1.2; }
.product-card p { min-height: 49px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.product-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); }
.identity { color: var(--green-ink); font-family: Georgia, serif; font-size: 13px; }
.card-link { font-size: 13px; }
.home-products { padding-bottom: 92px; }
.company-snapshot { padding-top: 0; }
.company-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.company-stats > div { display: grid; gap: 5px; padding: 25px 20px; border-right: 1px solid var(--line); }
.company-stats > div:last-child { border-right: 0; }
.company-stats strong { color: var(--green-ink); font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.company-stats span { color: var(--muted); font-size: 12px; }
.snapshot-value { display: flex; align-items: baseline; gap: 18px; margin-top: 24px; padding: 20px 22px; border-left: 3px solid var(--amber); background: #f1eee5; }
.snapshot-value .micro-label { margin: 0; }
.snapshot-value strong { color: #71572d; font-size: 17px; font-weight: 700; }
.home-green-practice { padding: 82px 0; background: var(--green-dark); color: var(--on-dark); }
.green-practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.green-practice-grid .eyebrow { color: var(--sand); }
.green-practice-grid h2 { max-width: 620px; margin: 0; font-size: 40px; line-height: 1.14; }
.green-practice-grid p:not(.eyebrow) { max-width: 590px; margin: 19px 0 26px; color: var(--on-dark-muted); }
.green-practice-grid .outline-link { border-color: rgba(255,255,255,.42); color: #fff; }
.green-practice-points { display: grid; gap: 1px; background: rgba(255,255,255,.18); }
.green-practice-points > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 18px 0 18px 18px; background: var(--green-dark); }
.green-practice-points span { color: var(--amber-soft); font-size: 12px; font-weight: 800; }
.green-practice-points strong { font-size: 16px; }
.green-practice-points small { grid-column: 2; color: var(--on-dark-muted); font-size: 13px; line-height: 1.5; }
.home-news { padding-top: 68px; }
.home-news-list { border-top: 1px solid var(--line); }
.home-news-list a { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 22px; min-height: 78px; border-bottom: 1px solid var(--line); }
.home-news-list a:hover strong, .home-news-list a:focus-visible strong { color: var(--green-ink); }
.home-news-list span { color: var(--muted); font-size: 12px; }
.home-news-list strong { font-size: 16px; line-height: 1.4; transition: color .2s ease; }
.home-news-list b { color: var(--coral); font-weight: 500; }
.home-news-list b .icon { width: 15px; height: 15px; }
.cases-heading { padding-top: 0; margin-top: 0; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--grid-gap); }
.case-card { display: grid; grid-template-columns: .85fr 1.15fr; min-width: 0; border: 1px solid var(--line); background: var(--surface); }
.case-image { position: relative; min-height: 214px; overflow: hidden; background: #253c35; }
.case-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.case-card:hover .case-image img { transform: scale(1.04); }
.case-date { position: absolute; left: 12px; bottom: 12px; padding: 4px 7px; background: rgba(17, 48, 39, .9); color: #fff; font-size: 11px; }
.case-card-body { padding: 24px; }
.case-card h3 { margin: 13px 0 7px; font-size: 19px; line-height: 1.3; }
.case-card p { margin: 0 0 19px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.pill-row { display: flex; flex-wrap: wrap; gap: 6px; }
.scene-pill { display: inline-flex; align-items: center; padding: 4px 7px; border: 1px solid var(--line); color: var(--green-ink); font-size: 11px; line-height: 1.3; }

.contact-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 92px; padding: 38px 42px; background: var(--green-dark); color: var(--on-dark); }
.contact-band .eyebrow { color: #a8c4b6; }
.contact-band h2 { max-width: 640px; margin: 0; font-size: 38px; line-height: 1.15; }
.contact-band p:not(.eyebrow) { margin: 10px 0 0; color: #c0d4c8; }
.contact-band-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }

.page-wrap { min-height: 60vh; animation: page-enter .24s ease both; }
@keyframes page-enter { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.page-intro { padding-top: 48px; padding-bottom: 28px; }
.page-intro h1 { font-size: 64px; max-width: 800px; }
.page-intro h1, .products-hero-title h1 { text-wrap: balance; }
.page-intro > p:last-child { max-width: 560px; margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.seo-keywords { display: flex; flex-wrap: wrap; gap: 8px; max-width: 720px; margin: 14px 0 0 !important; }
.seo-keywords span { padding: 4px 8px; border: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }
.compact-intro { padding-bottom: 20px; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--grid-gap); padding-bottom: 72px; }
.solution-card { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 268px; border: 1px solid var(--line); background: var(--surface); }
.solution-card-image { position: relative; display: block; min-height: 268px; overflow: hidden; color: inherit; }
.solution-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 40, 33, .02) 40%, rgba(15, 40, 33, .68) 100%); pointer-events: none; }
.solution-card-image img { width: 100%; height: 100%; object-fit: cover; }
.solution-card-image span { position: absolute; z-index: 1; left: 14px; bottom: 13px; padding: 5px 8px; background: rgba(18, 48, 41, .82); color: #fff; font-size: 12px; font-weight: 800; }
.solution-card-body { display: flex; flex-direction: column; padding: 28px 27px 23px; }
.solution-card-body h2 { margin: 0; font-size: 29px; line-height: 1.15; }
.solution-card-body > p:not(.eyebrow) { margin: 13px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.solution-card-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: auto; }
.accent-olive { border-top: 3px solid var(--olive); }
.accent-teal { border-top: 3px solid var(--teal); }
.accent-amber { border-top: 3px solid var(--amber); }
.accent-rose { border-top: 3px solid var(--rose); }
.note-panel, .contact-note { display: flex; align-items: flex-start; gap: 13px; padding: 19px 22px; border: 1px solid var(--line); background: #eef1eb; color: var(--ink-soft); }
.note-panel { margin-bottom: 86px; }
.note-panel p, .contact-note p { margin: 0; font-size: 14px; line-height: 1.6; }
.note-mark { display: grid; flex: 0 0 auto; place-items: center; width: 20px; height: 20px; border: 1px solid var(--green); color: var(--green-ink); font-size: 12px; font-weight: 800; }
.news-result { padding-bottom: 42px; }
.news-list { border-top: 1px solid var(--line); }
.news-item { display: grid; grid-template-columns: 150px 1fr; gap: 34px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.news-date { display: grid; align-content: start; gap: 4px; padding-top: 3px; }
.news-date strong { color: var(--green-ink); font-family: Georgia, serif; font-size: 29px; font-weight: 500; line-height: 1; }
.news-date span { color: var(--muted); font-size: 11px; }
.news-copy h2 { margin: 0; font-size: 22px; line-height: 1.3; }
.news-copy p { max-width: 720px; margin: 9px 0 14px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.news-copy .card-link { font-size: 13px; }
.news-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.news-detail-hero { max-width: 980px; padding-block: 76px 54px; border-bottom: 1px solid var(--line); }
.news-detail-hero h1 { max-width: 900px; margin: 0; font-size: 52px; line-height: 1.14; }
.news-detail-hero > p:last-child { max-width: 720px; margin: 21px 0 0; color: var(--muted); font-size: 16px; }
.news-detail-body { display: grid; grid-template-columns: 1.3fr .7fr; gap: 74px; padding-block: 66px 92px; }
.news-detail-copy h2 { max-width: 620px; margin: 0; font-size: 34px; line-height: 1.2; }
.news-detail-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.news-source-note { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin-top: 25px; padding: 18px; border-left: 3px solid var(--amber); background: #f0ede4; }
.news-source-note span { color: #76562a; font-size: 11px; font-weight: 800; }
.news-source-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.news-detail-aside { align-self: start; display: grid; gap: 14px; padding: 24px; border: 1px solid var(--line); background: var(--surface); }
.news-detail-aside .button, .news-detail-aside .outline-link { width: 100%; }

.scene-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 515px; }
.scene-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px 58px; background: var(--green-dark); color: var(--on-dark); }
.scene-hero-copy .eyebrow { color: #a8c4b6; }
.scene-hero h1 { font-size: 56px; }
.scene-hero-copy > p:not(.eyebrow) { margin: 23px 0 0; color: #bfd2c6; font-size: 16px; }
.scene-hero-image { position: relative; min-height: 515px; overflow: hidden; background: #203e35; }
.scene-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.image-index { position: absolute; z-index: 1; left: 22px; bottom: 21px; padding: 5px 8px; background: rgba(18, 48, 41, .82); color: #fff; font-size: 11px; letter-spacing: .12em; }
.scene-section-intro { margin-bottom: 28px; }
.scene-problems { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.problem-item { min-height: 176px; padding: 23px; border-top: 3px solid var(--green); background: var(--surface); }
.problem-item:nth-child(2) { border-top-color: var(--amber); }
.problem-item:nth-child(3) { border-top-color: var(--teal); }
.problem-item:nth-child(4) { border-top-color: var(--coral); }
.problem-item > span { color: var(--muted); font-size: 11px; font-weight: 800; }
.problem-item h3 { margin: 12px 0 7px; font-size: 18px; }
.problem-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.process-band { padding: 88px 0; background: #e9eee7; }
.scene-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.flow-node { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 14px; min-height: 176px; padding: 22px; border-top: 3px solid var(--green); background: var(--surface); box-shadow: var(--shadow-sm); }
.flow-node:nth-child(2) { border-top-color: var(--amber); }
.flow-node:nth-child(3) { border-top-color: var(--teal); }
.flow-node:nth-child(4) { border-top-color: var(--coral); }
.flow-number { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green-faint); color: var(--green-ink); font-size: 12px; font-weight: 800; }
.flow-node h3 { margin: 0 0 7px; font-size: 17px; line-height: 1.3; }
.flow-node p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.flow-arrow { position: absolute; z-index: 2; right: -12px; top: 50%; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--green-dark); color: #fff; transform: translateY(-50%); }
.flow-arrow .icon { width: 13px; height: 13px; }
.scene-products { margin-top: 4px; }
.scene-product-underflow { display: grid; gap: 20px; }
.empty-panel { display: flex; align-items: center; gap: 20px; min-height: 170px; padding: 29px; border: 1px dashed #b8c7bd; background: #edf2ec; }
.empty-panel.full { grid-column: 1 / -1; min-height: 250px; }
.empty-panel.slim { min-height: 110px; }
.empty-panel h3 { margin: 0; font-size: 20px; }
.empty-panel p { margin: 7px 0 15px; color: var(--muted); font-size: 15px; }
.empty-icon { display: grid; flex: 0 0 auto; place-items: center; width: 56px; height: 56px; border: 1px solid var(--green); color: var(--green-ink); font-family: Georgia, serif; font-size: 17px; }
.scene-cases { padding-top: 0; }
.quality-band { padding: 84px 0; background: var(--green-dark); color: var(--on-dark); }
.quality-band .section-heading h2 { color: var(--on-dark); }
.quality-band .section-copy { color: var(--on-dark-muted); }
.quality-band .quality-strip { border-color: rgba(255,255,255,.2); }
.quality-band .quality-item { border-color: rgba(255,255,255,.2); }
.quality-band .quality-item p { color: var(--on-dark-muted); }
.faq-section { max-width: 920px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 19px 0; cursor: pointer; list-style: none; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--coral); font-size: 11px; }
.faq-item summary b { color: var(--green-ink); font-size: 20px; font-weight: 400; }
.faq-item[open] summary b { transform: rotate(45deg); }
.faq-item p { max-width: 760px; margin: -2px 52px 20px; color: var(--muted); font-size: 14px; }

.products-page, .cases-page, .quality-page, .contact-page, .about-page, .product-detail-page, .case-detail-page { padding-bottom: 1px; }
.product-controls { padding: 0 0 22px; }
.control-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.scene-tabs { display: flex; align-items: end; gap: 17px; overflow-x: auto; scrollbar-width: thin; }
.scene-tab { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 0; color: var(--muted); font-size: 13px; white-space: nowrap; }
.scene-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--green); transform: scaleX(0); transition: transform .2s ease; }
.scene-tab:hover, .scene-tab:focus-visible, .scene-tab.is-selected { color: var(--green-ink); }
.scene-tab.is-selected::after { transform: scaleX(1); }
.control-selects { display: flex; align-items: center; gap: 10px; padding-bottom: 9px; }
.control-selects label { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.control-selects select { min-height: 44px; padding: 5px 26px 5px 9px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font-size: 12px; }
.doc-filter { min-height: 44px; padding: 5px 11px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; }
.doc-filter.is-active { border-color: var(--green-ink); background: var(--green-dark); color: #fff; }
.inline-alert { display: flex; align-items: center; gap: 9px; margin-top: 17px; padding: 9px 12px; border-left: 3px solid var(--coral); background: #f5e9e4; color: #793e35; }
.inline-alert span { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid var(--coral); font-size: 11px; }
.inline-alert p { margin: 0; font-size: 12px; }
.products-result-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-block: 26px 17px; }
.products-result-head p { margin: 0; color: var(--muted); font-size: 14px; }
.products-result-head strong { color: var(--ink); font-size: 24px; }
.products-result-head > span { color: var(--muted); font-size: 11px; }
.products-result { padding-bottom: 92px; }

.detail-breadcrumb { display: flex; align-items: center; gap: 9px; padding-block: 28px 18px; color: var(--muted); font-size: 11px; }
.detail-breadcrumb strong { color: var(--ink); font-weight: 700; }
.breadcrumb-link:hover { color: var(--green-ink); }
.product-identity { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 505px; background: var(--surface); }
.detail-media { position: relative; min-height: 505px; overflow: hidden; background: #131b18; }
.detail-media img { width: 100%; height: 100%; object-fit: cover; }
.detail-media-note { position: absolute; left: 20px; bottom: 18px; padding: 5px 8px; background: rgba(17, 48, 39, .88); color: var(--on-dark); font-size: 11px; text-shadow: 0 1px 8px rgba(0, 0, 0, .22); }
.detail-copy { padding: 60px 58px; }
.detail-copy h1 { font-size: 60px; }
.detail-summary { max-width: 530px; margin: 21px 0 0; color: var(--muted); font-size: 16px; }
.identity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; max-width: 530px; margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.identity-grid > div { display: grid; gap: 3px; min-height: 66px; padding: 11px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.identity-grid span { color: var(--muted); font-size: 11px; }
.identity-grid strong { font-family: Georgia, serif; font-size: 15px; font-weight: 500; }
.detail-scenes { margin-top: 20px; }
.detail-muted { align-self: center; color: var(--muted); font-size: 12px; }
.detail-section { padding-block: 76px; }
.detail-section-heading { max-width: 530px; margin-bottom: 26px; }
.detail-section-heading h2 { margin: 0; font-size: 40px; line-height: 1.15; }
.spec-table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--surface); }
.spec-table { width: 100%; min-width: 600px; border-collapse: collapse; font-size: 13px; }
.spec-table th, .spec-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.spec-table thead th { background: #e9eee8; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.spec-table tbody th { width: 24%; color: var(--ink-soft); font-weight: 700; }
.spec-table tbody td { color: var(--muted); }
.detail-disclaimer { margin: 13px 0 0; color: var(--muted); font-size: 11px; }
.detail-context-band { padding: 68px 0; background: #e9eee8; }
.detail-context-band .container { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.detail-context-band h2 { margin: 0; font-size: 38px; line-height: 1.15; }
.detail-context-band p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.6; }
.context-scene-links { display: grid; min-width: min(350px, 100%); border-top: 1px solid var(--line); }
.context-scene-links a { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--green-ink); font-weight: 700; }
.detail-text-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; max-width: 900px; }
.detail-text-columns p { margin: 0; color: var(--muted); }
.selection-band { padding: 72px 0; background: var(--green-dark); color: #eef4ed; }
.selection-band .section-heading h2 { color: #eef4ed; }
.selection-band .section-copy { color: var(--on-dark-muted); }
.selection-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.2); }
.selection-grid article { min-height: 145px; padding: 24px 26px; border-right: 1px solid rgba(255,255,255,.2); }
.selection-grid article:last-child { border-right: 0; }
.selection-grid span { color: var(--amber-soft); font-size: 11px; font-weight: 800; }
.selection-grid h3 { margin: 17px 0 0; font-size: 17px; line-height: 1.45; }
.related-section { padding-top: 0; }
.detail-contact { margin-bottom: 80px; }

.case-filter-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.compact-alert { margin: 0; padding: 6px 10px; font-size: 11px; }
.cases-result { padding-block: 25px 92px; }
.case-detail-hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 425px; background: var(--surface); }
.case-detail-image { min-height: 425px; overflow: hidden; background: #263c34; }
.case-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.case-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: 46px 53px; }
.case-detail-copy h1 { margin-top: 18px; font-size: 52px; }
.case-detail-copy > p:not(.eyebrow) { margin: 19px 0; color: var(--muted); }
.evidence-badge { align-self: flex-start; padding: 5px 8px; background: #f1e7d5; color: #755526; font-size: 11px; }
.case-detail-body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; padding-block: 78px; }
.case-body-main h2 { margin: 0; font-size: 40px; line-height: 1.15; }
.case-body-main > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.case-placeholder { display: flex; align-items: start; gap: 14px; margin-top: 27px; padding: 17px; border-left: 3px solid var(--amber); background: #f3eee4; }
.case-placeholder span { color: #755526; font-size: 11px; font-weight: 800; }
.case-placeholder p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.case-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 27px; }
.case-steps > div { display: grid; grid-template-columns: auto 1fr; gap: 12px; min-height: 82px; padding: 15px; border: 1px solid var(--line); background: var(--surface); }
.case-steps span { color: var(--coral); font-size: 11px; font-weight: 800; }
.case-steps p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.case-detail-aside { align-self: start; padding: 22px 24px; border: 1px solid var(--line); background: var(--surface); }
.aside-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 44px; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--green-ink); font-size: 14px; font-weight: 700; }
.aside-spacer { margin-top: 28px; }

.quality-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 385px; background: var(--surface); }
.quality-feature-image { min-height: 385px; overflow: hidden; background: #29473b; }
.quality-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.quality-feature-copy { padding: 52px; }
.quality-feature-copy h2 { margin: 0; font-size: 42px; line-height: 1.14; }
.quality-feature-copy > p:not(.eyebrow) { max-width: 530px; margin: 18px 0 0; color: var(--muted); }
.quality-tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.quality-tag-row span { padding: 5px 8px; border: 1px solid var(--line); color: var(--green-ink); font-size: 11px; }
.evidence-ledger { display: grid; gap: 1px; margin-top: 36px; border-block: 1px solid var(--line); background: var(--line); }
.evidence-ledger-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; background: var(--paper); }
.evidence-ledger-index { color: var(--amber); font-size: 14px; font-weight: 800; }
.evidence-ledger-item h3 { margin: 2px 0 7px; font-size: 18px; }
.evidence-ledger-meta { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.evidence-ledger-status { display: inline-flex; margin-top: 10px; color: #8a651f; font-size: 11px; font-weight: 800; }
.evidence-ledger-status.is-verified { color: var(--green-ink); }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quality-card { min-height: 225px; padding: 26px; border-top: 3px solid var(--green); background: var(--surface); }
.quality-card.amber { border-top-color: var(--amber); }
.quality-card.teal { border-top-color: var(--teal); }
.quality-card > span { color: var(--muted); font-size: 11px; font-weight: 800; }
.quality-card h3 { margin: 18px 0 7px; font-size: 21px; }
.quality-card p { margin: 0 0 21px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.quality-evidence-band { padding: 78px 0 90px; background: var(--green-dark); color: var(--on-dark); }
.quality-evidence-band .section-heading h2 { color: var(--on-dark); }
.quality-evidence-band .section-copy { color: var(--on-dark-muted); }
.evidence-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.evidence-list > div { padding-top: 17px; border-top: 1px solid rgba(255,255,255,.25); }
.evidence-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #9bc7b5; }
.evidence-dot.confirmed { background: var(--amber); }
.evidence-dot.pending { background: var(--rose); }
.evidence-list strong { font-size: 14px; }
.evidence-list p { margin: 8px 0 0; color: var(--on-dark-muted); font-size: 14px; line-height: 1.6; }
.quality-standards { display: grid; grid-template-columns: .75fr 1.25fr; gap: 58px; }
.quality-standards .capability-list > div { border-top-color: var(--line); }
.quality-standards .capability-list p { color: var(--muted); }

.contact-hero, .about-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; }
.contact-hero > div:first-child, .about-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px 64px; background: var(--green-dark); color: var(--on-dark); }
.contact-hero h1, .about-hero h1 { font-size: 64px; }
.contact-hero > div:first-child > p:not(.eyebrow), .about-hero-copy > p:not(.eyebrow) { max-width: 500px; margin: 20px 0 0; color: #bdd2c5; }
.contact-hero-image, .about-hero-image { min-height: 470px; overflow: hidden; background: #3f6c60; }
.contact-hero-image img, .about-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.contact-intro-band { display: grid; grid-template-columns: .88fr 1.12fr; gap: 24px; align-items: stretch; padding-block: 72px; }
.contact-intro-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px 36px; border: 1px solid var(--line); background: var(--green-soft); }
.contact-intro-copy h2 { margin: 0; font-size: 40px; line-height: 1.15; letter-spacing: 0; }
.contact-intro-copy h2 em { color: var(--green-ink); font-style: normal; }
.contact-intro-copy > p:not(.eyebrow) { max-width: 540px; margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.contact-channel-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.contact-channel-chip { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 9px 12px; border: 1px solid var(--green); background: var(--surface); color: var(--green-ink); font-size: 13px; font-weight: 700; cursor: pointer; }
.contact-channel-chip:hover, .contact-channel-chip:focus-visible { background: var(--green-dark); color: #fff; }
.contact-chat-hint { margin-top: 16px; padding: 15px 17px; border: 1px solid #c8ddcf; background: var(--surface); color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.contact-chat-hint strong { display: block; margin-bottom: 4px; color: var(--green-ink); font-size: 15px; }
.contact-chat-hint[hidden] { display: none; }
.contact-form { display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.form-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-head strong { font-size: 22px; line-height: 1.2; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.contact-form label b { color: var(--coral); font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); font: inherit; font-weight: 500; transition: border-color .18s ease, box-shadow .18s ease; }
.contact-form textarea { min-height: 104px; resize: vertical; line-height: 1.6; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8a9993; font-weight: 400; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--green-ink); box-shadow: 0 0 0 3px rgba(77, 139, 117, .16); }
.form-full { grid-column: 1 / -1; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; padding: 13px 14px; background: var(--green-faint); color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.form-consent > span { display: grid; flex: 0 0 18px; height: 18px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green-ink); font-size: 11px; font-weight: 800; }
.form-consent p { margin: 0; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.contact-wechat { border-color: var(--green-ink); color: var(--green-ink); background: var(--surface); }
.contact-wechat:hover, .contact-wechat:focus-visible { background: var(--green-faint); }
.form-feedback { margin-top: 20px; padding: 18px 20px; border: 1px solid #bfd6c9; background: #f1f8f4; }
.form-feedback strong { display: block; margin-bottom: 5px; color: var(--green-ink); font-size: 15px; }
.form-feedback p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.form-feedback .feedback-meta { margin-top: 8px; padding-top: 10px; border-top: 1px solid rgba(77, 139, 117, .2); color: var(--muted); font-size: 12px; }
.form-feedback[hidden] { display: none; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; padding-block: 72px; }
.contact-card { display: flex; flex-direction: column; min-height: 250px; padding: 28px; border: 1px solid var(--line); background: var(--surface); }
.contact-card h2 { margin: 0; font-size: 23px; }
.contact-card p:not(.eyebrow):not(.micro-label) { margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.primary-contact { border-top: 3px solid var(--amber); }
.contact-number, .contact-email { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 44px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--green-ink); font-family: Georgia, serif; font-size: 20px; }
.contact-number + .contact-number { margin-top: 10px; padding-top: 10px; border-top: 0; font-size: 16px; }
.contact-email { margin-top: auto; font-family: inherit; font-size: 14px; font-weight: 800; }
.contact-rule { height: 1px; margin: 20px 0; background: var(--line); }
.qr-card { flex-direction: row; align-items: center; gap: 18px; border-top: 3px solid var(--teal); }
.qr-card img { width: 118px; height: 118px; object-fit: cover; }
.contact-note { margin-bottom: 86px; }
.location-section { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 410px; margin-bottom: 38px; background: var(--surface); }
.location-visual { position: relative; display: block; min-height: 410px; overflow: hidden; background: #e6efe9; }
.map-road { position: absolute; display: block; background: #f8faf6; box-shadow: 0 0 0 1px #cdd8ce; }
.road-a { left: -8%; top: 43%; width: 116%; height: 34px; transform: rotate(-7deg); }
.road-b { left: 42%; top: -12%; width: 28px; height: 124%; transform: rotate(19deg); }
.road-c { right: -8%; top: 18%; width: 60%; height: 22px; transform: rotate(34deg); }
.location-pin { position: absolute; z-index: 2; left: 53%; top: 45%; width: 30px; height: 30px; border: 7px solid #fff; border-radius: 50% 50% 50% 0; background: var(--coral); box-shadow: 0 8px 20px rgba(17,48,39,.22); transform: translate(-50%,-50%) rotate(-45deg); }
.map-open { position: absolute; z-index: 2; right: 18px; top: 17px; padding: 7px 10px; background: var(--green-dark); color: #fff; font-size: 11px; font-weight: 800; }
.location-label { position: absolute; z-index: 2; left: 24px; bottom: 23px; display: grid; gap: 3px; padding: 12px 15px; background: rgba(18,56,47,.92); color: #fff; }
.location-label strong { font-size: 14px; }
.location-label span { color: #bfd1c6; font-size: 11px; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.location-copy h2 { margin: 0; font-size: 34px; line-height: 1.2; }
.location-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.6; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 18px; }

.about-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.about-facts > div { display: grid; gap: 5px; padding: 30px 22px; border-right: 1px solid var(--line); }
.about-facts > div:last-child { border-right: 0; }
.about-facts strong { color: var(--green-ink); font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.about-facts span { color: var(--muted); font-size: 12px; }
.about-story { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; padding-block: 86px; }
.about-story-image { min-height: 315px; overflow: hidden; }
.about-story-image img { width: 100%; height: 100%; object-fit: cover; }
.about-intro-copy { margin-top: 21px; }
.about-intro-copy p { max-width: 620px; margin: 9px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.about-values { display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; }
.company-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.company-value { min-height: 192px; padding: 22px; border-top: 3px solid var(--green); background: var(--surface); }
.company-value.value-2 { border-top-color: var(--teal); }
.company-value.value-3 { border-top-color: var(--amber); }
.company-value > span { color: var(--muted); font-size: 11px; font-weight: 800; }
.company-value .eyebrow { margin-top: 18px; margin-bottom: 7px; }
.company-value h3 { margin: 0; font-size: 18px; line-height: 1.4; }
.about-capabilities { margin-top: 0; }
.capability-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.capability-list > div { display: grid; grid-template-columns: auto 1fr; gap: 13px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.25); }
.capability-list span { color: var(--amber-soft); font-size: 11px; font-weight: 800; }
.capability-list p { margin: 0; color: #c1d2c7; font-size: 14px; line-height: 1.6; }

.about-chairman-band { margin-top: 0; background: var(--green-dark); color: var(--on-dark); }
.chairman-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 48px; padding-block: 70px; }
.chairman-image { min-height: 340px; overflow: hidden; background: #3f6c60; }
.chairman-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.chairman-copy .eyebrow { color: var(--amber-soft); }
.chairman-copy p { margin: 12px 0 0; color: #c1d2c7; font-size: 15px; line-height: 1.75; }
.chairman-copy strong { display: block; margin-top: 20px; color: var(--on-dark); font-size: 15px; }

.about-strategy { padding-block: 86px; }
.strategy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.strategy-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.strategy-card-image { aspect-ratio: 16 / 10; overflow: hidden; background: #e7eee7; }
.strategy-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.strategy-card-copy { padding: 18px 18px 20px; }
.strategy-card-copy > span { color: var(--green-ink); font-size: 12px; font-weight: 800; }
.strategy-card-copy h3 { margin: 8px 0; font-size: 19px; }
.strategy-card-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.products-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: end; padding-top: 48px; padding-bottom: 28px; }
.products-hero-single { display: block; max-width: none; margin-inline: auto; }
.products-hero-title h1 { max-width: 700px; margin: 0; font-size: 56px; line-height: 1.13; letter-spacing: 0; }
.products-hero-title h1 em { color: var(--amber-soft); font-style: normal; }
.products-hero-title > p:not(.eyebrow) { max-width: 560px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.products-matrix-intro { padding: 24px 26px; border-left: 3px solid var(--green); background: var(--green-soft); }
.products-matrix-intro h2 { margin: 0; font-size: 26px; line-height: 1.25; }
.products-matrix-intro > p:not(.eyebrow) { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.product-segments { padding-bottom: 52px; }
.product-segments .segment-grid { margin-top: 0; }
.cases-page .page-intro h1,
.solutions-page .page-intro h1,
.news-page .page-intro h1,
.products-page .page-intro h1,
.products-page .products-hero-title h1 { max-width: 900px; font-size: clamp(22px, 7vw, 64px); white-space: nowrap; }
.segment-overview { padding-block: 70px; }
.segment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.segment-card { display: flex; flex-direction: column; min-height: 250px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--ink); transition: transform .16s ease, border-color .16s ease; }
.segment-card:hover { border-color: var(--green-ink); transform: translateY(-2px); }
.segment-card-top { display: flex; align-items: center; justify-content: space-between; }
.segment-card-top > span { color: var(--green-ink); font-size: 12px; font-weight: 800; }
.segment-card-top em { padding: 4px 7px; border-radius: 999px; background: #f1e7d5; color: #755526; font-size: 11px; font-style: normal; }
.segment-card .eyebrow { margin-top: 18px; margin-bottom: 7px; }
.segment-card h2 { margin: 0; font-size: 21px; line-height: 1.3; }
.segment-card > p:not(.eyebrow) { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.segment-card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; color: var(--green-ink); font-size: 13px; font-weight: 700; }
.segment-card-foot .icon { width: 16px; height: 16px; }

.about-global { padding-block: 86px; }
.global-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; border: 1px solid var(--line); background: var(--line); }
.global-card { min-height: 150px; padding: 22px; background: var(--surface); }
.global-card > span { color: var(--green-ink); font-size: 12px; font-weight: 800; }
.global-card h3 { margin: 9px 0 8px; font-size: 18px; }
.global-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.not-found { padding-block: 100px; }
.not-found .button-quiet { border-color: var(--line); color: var(--green-ink); }
.not-found .button-quiet:hover, .not-found .button-quiet:focus-visible { background: var(--green-faint); }

.button, .outline-link, .contact-channel-chip { border-radius: var(--radius); }
.product-card, .solution-card, .case-card, .contact-card, .quality-card, .problem-item, .flow-node, .evidence-ledger-item, .company-value, .strategy-card, .segment-card, .contact-form { border-radius: var(--radius); }
.contact-form input, .contact-form select, .contact-form textarea { border-radius: var(--radius-sm); }
.scene-pill, .scene-topic, .quality-tag-row span, .segment-card-top em { border-radius: var(--radius-pill); }

:disabled, [aria-disabled="true"] { cursor: not-allowed; opacity: .55; }
.is-loading { position: relative; color: transparent !important; pointer-events: none; }
.is-loading::after { content: ""; position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; margin: -9px 0 0 -9px; border: 2px solid rgba(255,255,255,.42); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.state-loading { display: grid; place-items: center; gap: 10px; min-height: 180px; color: var(--muted); font-size: 14px; }
.state-loading::before { content: ""; width: 24px; height: 24px; border: 2px solid var(--line); border-top-color: var(--green); border-radius: 50%; animation: spin .8s linear infinite; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 8px; }
.pagination button, .pagination a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0 10px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.pagination [aria-current="page"] { border-color: var(--green-dark); background: var(--green-dark); color: #fff; }
.pagination :disabled { color: var(--muted); }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer { padding: 62px 0 26px; background: #132d25; color: #eef4ed; }
.footer-main { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 44px; padding-bottom: 52px; }
.footer-brand img { width: 120px; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { max-width: 380px; margin: 18px 0 0; color: #b5cbbd; font-size: 14px; line-height: 1.6; }
.footer-label { color: #8fb2a0; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.footer-nav a, .footer-contact a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-nav a, .footer-contact a, .footer-contact span { color: #d2e0d6; font-size: 14px; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--amber-soft); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #86a294; font-size: 12px; }
.mobile-contact-bar { display: none; }

:focus-visible { outline: 3px solid rgba(193, 140, 66, .75); outline-offset: 3px; }

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 900px); }
  .header-inner { gap: 16px; }
  .brand { min-width: 160px; }
  .desktop-nav { gap: 9px; }
  .nav-link { font-size: 12px; }
  .header-contact { display: none; }
  .lang-toggle { min-width: 44px; width: 44px; height: 44px; padding: 0; font-size: 11px; }
  .home-hero, .scene-hero, .product-identity, .case-detail-hero, .quality-feature, .contact-hero, .about-hero { grid-template-columns: 1fr 1fr; }
  .hero-copy, .scene-hero-copy, .detail-copy, .contact-hero > div:first-child, .about-hero-copy { padding: 42px 34px; }
  .section-heading h2 { font-size: 36px; }
  .hero-copy h1 { font-size: 50px; }
  .contact-band h2 { font-size: 32px; }
  .page-intro h1 { font-size: 56px; }
  .products-hero { grid-template-columns: 1fr; gap: 20px; padding-top: 48px; padding-bottom: 30px; }
  .products-hero-title h1 { font-size: 48px; }
  .scene-hero h1 { font-size: 48px; }
  .detail-copy h1 { font-size: 52px; }
  .detail-section-heading h2, .case-body-main h2 { font-size: 34px; }
  .detail-context-band h2 { font-size: 32px; }
  .case-detail-copy h1 { font-size: 46px; }
  .quality-feature-copy h2 { font-size: 36px; }
  .contact-hero h1, .about-hero h1 { font-size: 56px; }
  .scene-spotlight { grid-template-columns: 1fr 1fr; }
  .spotlight-products { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .scene-problems { grid-template-columns: 1fr; gap: 25px; }
  .scene-flow-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-arrow { display: none; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; }
  .chairman-grid { grid-template-columns: 1fr; gap: 28px; }
  .strategy-grid { grid-template-columns: repeat(2, 1fr); }
  .segment-grid { grid-template-columns: repeat(2, 1fr); }
  .global-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .scene-topic-list { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 2px; }
  .scene-topic { flex: 0 0 auto; }
  .connectivity-banner { top: 66px; justify-content: space-between; padding-inline: 14px; text-align: left; }
  :root { --container: calc(100% - 32px); }
  body { padding-bottom: 70px; }
  .site-header { backdrop-filter: none; }
  .header-inner { min-height: 62px; }
  .brand { min-width: 0; gap: 7px; }
  .brand img { width: 86px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 10px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .mobile-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; max-height: 0; padding: 0 16px; border-top: 0; background: var(--surface); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: max-height .24s ease, opacity .2s ease, transform .24s ease, visibility .2s ease, padding .24s ease, border-top-color .2s ease; }
  .site-header.is-open .mobile-navigation { max-height: 520px; padding: 13px 16px 18px; border-top: 1px solid var(--line); opacity: 1; visibility: visible; transform: none; }
  .mobile-nav-link { display: flex; align-items: center; min-height: 44px; padding: 10px 5px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; }
  .mobile-nav-link.is-active { color: var(--green-ink); font-weight: 800; }
  .mobile-nav-contact { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 12px; padding: 12px 10px; background: var(--green-dark); color: #fff; font-size: 13px; font-weight: 800; }
  :root { --space-section: 60px; --grid-gap: 16px; }
  .section-block { padding-block: var(--space-section); }
  .home-hero, .scene-hero, .product-identity, .case-detail-hero, .quality-feature, .contact-hero, .about-hero { grid-template-columns: 1fr; }
  .hero-copy, .scene-hero-copy, .detail-copy, .contact-hero > div:first-child, .about-hero-copy { padding: 43px 24px; }
  .hero-copy h1, .scene-hero h1, .detail-copy h1, .contact-hero h1, .about-hero h1 { font-size: 43px; }
  .section-heading h2 { font-size: 30px; }
  .contact-band h2 { font-size: 30px; }
  .page-intro h1 { font-size: 45px; }
  .products-hero { grid-template-columns: 1fr; gap: 20px; padding-top: 40px; padding-bottom: 20px; }
  .products-hero-title h1 { font-size: 43px; }
  .products-matrix-intro { padding: 22px; }
  .product-segments { padding-bottom: 34px; }
  .detail-section-heading h2, .case-body-main h2 { font-size: 30px; }
  .detail-context-band h2 { font-size: 30px; }
  .case-detail-copy h1 { font-size: 40px; }
  .quality-feature-copy h2 { font-size: 31px; }
  .hero-media, .scene-hero-image, .detail-media, .case-detail-image, .quality-feature-image, .contact-hero-image, .about-hero-image { min-height: 300px; max-height: 390px; }
  .scene-nav-band { padding: 56px 0 63px; }
  .home-video-band { padding: 58px 0 63px; }
  .home-video-grid { grid-template-columns: 1fr; gap: 26px; }
  .home-video-copy h2 { font-size: 30px; }
  .scene-nav { display: flex; overflow-x: auto; }
  .scene-nav-item { min-width: 142px; border-right: 0; }
  .scene-spotlight { grid-template-columns: 1fr; }
  .spotlight-copy { padding: 27px 23px; }
  .spotlight-products { grid-column: auto; padding: 23px; }
  .quality-strip, .quality-grid, .evidence-list { grid-template-columns: 1fr; }
  .company-stats, .company-values, .capability-list { grid-template-columns: 1fr; }
  .company-stats > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .company-stats > div:last-child { border-bottom: 0; }
  .snapshot-value { align-items: start; flex-direction: column; gap: 6px; }
  .quality-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .quality-item:last-child { border-bottom: 0; }
  .split-heading { align-items: start; flex-direction: column; gap: 16px; margin-bottom: 22px; }
  .product-grid, .case-grid, .solution-grid, .scene-flow-grid { grid-template-columns: 1fr; }
  .case-card, .solution-card { grid-template-columns: 1fr; }
  .case-image, .solution-card-image { min-height: 210px; max-height: 260px; }
  .contact-band { align-items: start; flex-direction: column; margin-bottom: 60px; padding: 30px 24px; }
  .contact-band-actions { justify-content: start; }
  .page-intro { padding-top: 40px; padding-bottom: 30px; }
  .page-intro h1 { font-size: 45px; }
  .control-row, .case-filter-row { align-items: start; flex-direction: column; }
  .control-row > div, .case-filter-row > div { min-width: 0; max-width: 100%; }
  .news-item { grid-template-columns: 1fr; gap: 10px; padding: 23px 0; }
  .news-date { display: flex; align-items: baseline; gap: 9px; }
  .news-date strong { font-size: 25px; }
  .news-copy h2 { font-size: 19px; }
  .home-news-list a { grid-template-columns: 1fr auto; gap: 6px 14px; padding: 16px 0; }
  .home-news-list span { grid-column: 1 / -1; }
  .news-detail-hero { padding-block: 54px 34px; }
  .news-detail-hero h1 { font-size: 36px; }
  .news-detail-body, .location-section { grid-template-columns: 1fr; gap: 0; }
  .news-detail-body { gap: 28px; padding-block: 45px 60px; }
  .selection-grid { grid-template-columns: 1fr; }
  .selection-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .selection-grid article:last-child { border-bottom: 0; }
  .case-steps { grid-template-columns: 1fr; }
  .location-visual { min-height: 290px; }
  .location-copy { padding: 31px 24px; }
  .control-selects { width: 100%; align-items: stretch; flex-wrap: wrap; padding-bottom: 13px; }
  .control-selects label { flex: 1 1 180px; }
  .control-selects select { width: 100%; }
  .doc-filter { flex: 0 0 auto; }
  .scene-tabs { width: 100%; }
  .products-result-head { padding-top: 20px; }
  .detail-breadcrumb { overflow-x: auto; white-space: nowrap; }
  .identity-grid { margin-top: 25px; }
  .detail-section { padding-block: 55px; }
  .detail-context-band .container { align-items: start; flex-direction: column; }
  .context-scene-links { width: 100%; min-width: 0; }
  .detail-text-columns, .case-detail-body, .contact-intro-band, .contact-grid, .about-story, .about-values, .quality-standards, .green-practice-grid { grid-template-columns: 1fr; }
  .case-detail-copy { padding: 31px 24px 38px; }
  .case-detail-body { gap: 34px; padding-block: 55px; }
  .quality-feature-copy { padding: 31px 24px 37px; }
  .contact-grid { padding-block: 52px; }
  .contact-intro-band { gap: 18px; padding-block: 48px; }
  .contact-intro-copy { padding: 28px 22px; }
  .contact-intro-copy h2 { font-size: 32px; }
  .contact-form { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .qr-card { align-items: start; flex-direction: column; }
  .about-facts { grid-template-columns: repeat(2, 1fr); }
  .about-facts > div:nth-child(2) { border-right: 0; }
  .about-facts > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .chairman-grid { padding-block: 48px; }
  .chairman-image { min-height: 260px; }
  .strategy-grid { grid-template-columns: 1fr; }
  .segment-grid { grid-template-columns: 1fr; }
  .global-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 31px; padding-bottom: 35px; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .mobile-contact-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 25; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 62px; border-top: 1px solid rgba(255,255,255,.18); background: var(--green-dark); }
.mobile-contact-bar a { display: grid; place-items: center; gap: 1px; color: #c3d7ca; font-size: 11px; }
  .mobile-contact-bar a + a { border-left: 1px solid rgba(255,255,255,.14); }
  .mobile-contact-bar .mobile-bar-main { background: var(--amber); color: #1f1b11; font-weight: 800; }
  .contact-icon { display: inline-flex; align-items: center; justify-content: center; min-height: 20px; line-height: 1; }
  .contact-icon .icon { width: 18px; height: 18px; }
}

@media (max-width: 380px) {
  :root { --container: calc(100% - 24px); }
  .brand small { display: none; }
  .hero-copy h1, .scene-hero h1, .detail-copy h1, .contact-hero h1, .about-hero h1, .page-intro h1 { font-size: 39px; }
  .products-hero-title h1 { font-size: 39px; }
  .section-heading h2, .contact-band h2, .detail-section-heading h2, .case-body-main h2, .detail-context-band h2, .quality-feature-copy h2 { font-size: 28px; }
  .case-detail-copy h1 { font-size: 37px; }
  .button { width: 100%; }
  .hero-actions { align-items: stretch; }
  .scene-nav-item { min-width: 132px; }
}

@media (max-width: 980px) and (max-height: 520px) {
  .home-hero, .scene-hero, .product-identity, .case-detail-hero, .quality-feature, .contact-hero, .about-hero { min-height: 360px; }
  .hero-copy, .scene-hero-copy, .detail-copy, .contact-hero > div:first-child, .about-hero-copy { padding: 28px 34px; }
  .hero-copy h1, .scene-hero h1, .detail-copy h1, .contact-hero h1, .about-hero h1 { font-size: 38px; line-height: 1.05; }
  .case-detail-copy h1 { font-size: 34px; }
  .page-intro { padding-top: 42px; padding-bottom: 26px; }
  .page-intro h1 { font-size: 42px; }
  .contact-intro-band { padding-block: 36px; }
  .hero-media, .scene-hero-image, .detail-media, .case-detail-image, .quality-feature-image, .contact-hero-image, .about-hero-image { min-height: 360px; max-height: 390px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
