:root {
  color-scheme: light;
  --brand-ink: #102e38;
  --brand-deep: #0b3440;
  --brand-teal: #087985;
  --brand-teal-dark: #055963;
  --brand-coral: #e46f3d;
  --brand-coral-dark: #b94d25;
  --brand-sand: #f2eadc;
  --brand-paper: #fffdfa;
  --brand-mist: #e6f0ee;
  --text-muted: #4b626a;
  --line: #bfd0cc;
  --focus-inner: #ffffff;
  --focus-outer: #087985;
  font-family: "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  color: var(--brand-ink);
  background: #f5f1e9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 20rem; overflow-x: hidden; color: var(--brand-ink); background: linear-gradient(180deg, #f9f7f2 0, #f2ede4 48rem, #f7f4ee 100%); line-height: 1.72; }
a { color: var(--brand-teal-dark); text-underline-offset: .2em; touch-action: manipulation; }
a:hover { color: var(--brand-coral-dark); }
a:focus-visible, summary:focus-visible, button:focus-visible { outline: 2px solid var(--focus-inner); outline-offset: 2px; box-shadow: 0 0 0 4px var(--focus-outer); }
.site-frame { width: min(100% - 2.5rem, 76rem); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: .75rem; left: .75rem; padding: .6rem .8rem; color: #fff; background: var(--brand-teal-dark); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.site-header { position: relative; z-index: 5; border-top: .3rem solid var(--brand-coral); border-bottom: 1px solid #d7dfdc; background: rgb(255 253 250 / 96%); box-shadow: 0 .35rem 1.5rem rgb(16 46 56 / 7%); }
.site-utility { color: #d9eeea; background: var(--brand-deep); font-size: .78rem; }
.utility-frame { display: flex; justify-content: space-between; gap: 1.25rem; align-items: center; min-height: 2.35rem; }
.utility-frame p { margin: 0; }
.utility-links { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; align-items: center; }
.utility-links a { color: #fff; font-weight: 700; text-decoration: none; }
.utility-links a:hover { color: #f4b495; }
.header-frame { display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: center; padding-block: .9rem; }
.brand { display: flex; gap: .75rem; align-items: center; color: var(--brand-ink); font-weight: 800; text-decoration: none; }
.brand:hover { color: var(--brand-teal-dark); }
.brand-mark { display: grid; width: 2.65rem; height: 2.65rem; place-items: center; color: #fff; background: var(--brand-deep); font-size: .82rem; letter-spacing: .08em; }
.brand-copy { display: grid; line-height: 1.25; }
.brand-name { font-size: 1.08rem; letter-spacing: .08em; }
.brand-legal { margin-top: .22rem; color: var(--text-muted); font-size: .7rem; font-weight: 500; letter-spacing: .02em; }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .2rem .35rem; margin: 0; padding: 0; list-style: none; font-size: .87rem; }
.site-nav a { display: block; padding: .42rem .62rem; color: #314c55; text-decoration: none; white-space: nowrap; }
.site-nav a:hover { color: var(--brand-teal-dark); background: var(--brand-mist); }
.site-nav [aria-current="page"] { color: #fff; background: var(--brand-deep); font-weight: 800; }
main { padding-block: 1.15rem 5rem; }
.breadcrumbs { margin-bottom: 1rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; color: #66787e; list-style: none; font-size: .82rem; }
.breadcrumbs li + li::before { margin-right: .5rem; content: "/"; }
.breadcrumbs a { color: #526970; }
.content-page { display: grid; gap: 1.5rem; }
.content-page > * { min-width: 0; }
.page-intro { position: relative; max-width: none; overflow: hidden; padding: clamp(2rem, 6vw, 4.8rem); color: #fff; background: linear-gradient(118deg, var(--brand-deep) 0%, #0d5d68 68%, #16808a 100%); }
.page-intro::after { position: absolute; top: -6rem; right: -4rem; width: 21rem; height: 21rem; border: 3.5rem solid rgb(255 255 255 / 8%); border-radius: 50%; content: ""; }
.eyebrow { position: relative; z-index: 1; margin: 0 0 .8rem; color: #bfe9e3; font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
h1, h2, h3 { color: var(--brand-ink); line-height: 1.22; text-wrap: balance; scroll-margin-top: 2rem; }
h1 { position: relative; z-index: 1; max-width: 54rem; margin: 0; color: #fff; font-size: clamp(2.15rem, 5vw, 4rem); letter-spacing: -.04em; }
h2 { margin-top: 0; font-size: clamp(1.45rem, 3vw, 2.2rem); letter-spacing: -.02em; }
h3 { margin-bottom: .5rem; font-size: 1.08rem; }
.opening-answer { position: relative; z-index: 1; max-width: 48rem; margin: 1.35rem 0 0; color: #e6f4f1; font-size: clamp(1.04rem, 2vw, 1.28rem); text-wrap: pretty; }
.home-video-hero { position: relative; min-height: clamp(34rem, 68vw, 47rem); overflow: hidden; isolation: isolate; display: grid; align-items: end; padding: clamp(2rem, 7vw, 5rem); color: #fff; background: #092a34; box-shadow: 0 1.2rem 3rem rgb(9 42 52 / 20%); }
.home-video-hero video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.home-video-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgb(4 27 34 / 91%) 0%, rgb(6 36 44 / 74%) 48%, rgb(6 38 46 / 27%) 100%), linear-gradient(0deg, rgb(4 25 31 / 48%), transparent 60%); }
.home-video-copy { max-width: 49rem; }
.home-video-copy h1 { font-size: clamp(2.45rem, 5.5vw, 4.8rem); }
.home-video-copy .opening-answer { max-width: 43rem; }
.home-video-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.7rem; }
.home-video-actions .text-link { color: #d5f4ed; }
.home-video-toggle { position: absolute; right: 1.2rem; bottom: 1.2rem; min-height: 2.75rem; padding: .55rem .85rem; border: 1px solid rgb(255 255 255 / 56%); color: #fff; background: rgb(4 30 37 / 72%); font: inherit; font-size: .8rem; font-weight: 800; cursor: pointer; backdrop-filter: blur(.35rem); }
.home-video-toggle:hover { background: rgb(4 30 37 / 94%); }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: -2.65rem; padding: 0 clamp(2rem, 6vw, 4.8rem) 1.25rem; position: relative; z-index: 2; }
.home-hero-actions .text-link { color: #d7f1ec; }
.service-signal-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 0 !important; overflow: hidden; background: #f7faf8 !important; }
.service-signal-strip > div { display: grid; gap: .2rem; min-width: 0; padding: 1.2rem 1.25rem; border-left: 1px solid #d5dfdc; }
.service-signal-strip > div:first-of-type { border-left: 0; }
.service-signal-strip strong { color: var(--brand-deep); font-size: 1.04rem; }
.service-signal-strip span { color: var(--text-muted); font-size: .82rem; line-height: 1.45; }
.home-company-profile { display: grid; grid-template-columns: minmax(16rem, .82fr) minmax(20rem, 1.18fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.home-profile-copy > p:not(.section-kicker) { color: var(--text-muted); }
.home-profile-points { display: grid; gap: .8rem; margin: 1.4rem 0; padding: 0; list-style: none; }
.home-profile-points li { display: grid; gap: .1rem; padding: .75rem 0; border-top: 1px solid #d4dfdc; }
.home-profile-points span { color: var(--text-muted); font-size: .9rem; }
.home-profile-media { min-width: 0; margin: 0; overflow: hidden; background: #e6ecea; }
.home-profile-media img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.home-profile-media figcaption { padding: .75rem 1rem; color: var(--text-muted); background: #f2f5f3; font-size: .78rem; }
.home-products { overflow: hidden; background: linear-gradient(135deg, #f4f8f6, #fffdfa 64%) !important; }
.home-product-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; }
.home-product-card { grid-column: span 2; min-width: 0; overflow: hidden; border: 1px solid #b8cac6; color: var(--brand-ink); background: #fff; text-decoration: none; box-shadow: 0 .65rem 1.5rem rgb(16 46 56 / 7%); }
.home-product-card:hover { border-color: var(--brand-coral); transform: translateY(-3px); }
.home-product-media { display: block; height: 13.5rem; overflow: hidden; background: #dde6e3; }
.home-product-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-product-body { display: grid; gap: .35rem; min-height: 9.2rem; padding: 1.15rem; }
.home-product-body strong { font-size: 1.25rem; }
.home-product-body small { color: var(--text-muted); }
.home-product-body em { align-self: end; color: var(--brand-teal-dark); font-style: normal; font-weight: 800; }
.home-application-showcase { display: grid; gap: clamp(1.4rem, 3vw, 2.4rem); }
.home-application-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(17rem, .8fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: end; }
.home-application-intro > div > :last-child { margin-bottom: 0; }
.home-application-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.home-application-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #cdd9d5; background: #f8faf8; box-shadow: 0 .75rem 1.8rem rgb(16 46 56 / 7%); }
.home-application-card figure { aspect-ratio: 16 / 10; margin: 0; overflow: hidden; background: #e8ece9; }
.home-application-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-application-card > div { display: grid; gap: .45rem; padding: 1rem 1.05rem 1.15rem; }
.home-application-card h3, .home-application-card p { margin: 0; }
.home-application-card h3 { color: var(--brand-deep); font-size: 1.04rem; }
.home-application-card p { color: var(--text-muted); font-size: .88rem; line-height: 1.65; }
.content-page > section, .split-panel { padding: clamp(1.4rem, 3.5vw, 3rem); border: 1px solid #d5dfdc; background: var(--brand-paper); box-shadow: 0 1rem 2.5rem rgb(16 46 56 / 6%); }
.section-heading { max-width: 47rem; margin-bottom: 1.4rem; }
.section-heading > :last-child { margin-bottom: 0; }
.section-kicker { margin: 0 0 .45rem; color: var(--brand-coral-dark); font-size: .76rem; font-weight: 800; letter-spacing: .13em; }
.split-panel { display: grid; grid-template-columns: minmax(14rem, .75fr) minmax(16rem, 1.25fr); gap: 1.5rem; }
.buyer-path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.buyer-path-grid a { display: grid; gap: .45rem; min-height: 10rem; padding: 1.35rem; border: 1px solid #b8cbc6; border-top: .22rem solid var(--brand-teal); color: var(--brand-ink); background: #f8faf8; text-decoration: none; }
.buyer-path-grid a:hover { border-color: var(--brand-teal); background: var(--brand-mist); transform: translateY(-2px); }
.buyer-path-grid strong { font-size: 1.12rem; }
.buyer-path-grid span { color: var(--text-muted); }
.buyer-path-grid em, .material-grid em { align-self: end; color: var(--brand-teal-dark); font-style: normal; font-weight: 800; }
.material-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; margin: 0; padding: 0; list-style: none; }
.material-grid a { display: grid; gap: .35rem; min-height: 8.5rem; padding: 1.2rem; border: 1px solid #b2c9c4; color: var(--brand-ink); background: linear-gradient(145deg, #edf5f2, #fffdfa 72%); text-decoration: none; }
.material-grid a:hover { border-color: var(--brand-coral); background: #fff7ee; transform: translateY(-2px); }
.material-grid span { align-self: end; font-size: 1.3rem; font-weight: 800; }
.material-grid small { color: var(--text-muted); }
.home-showcase { overflow: hidden; background: linear-gradient(135deg, #fffdfa 0%, #edf5f2 100%) !important; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1.2rem; }
.showcase-grid figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid #b9cbc7; background: #e7efec; }
.showcase-grid img { display: block; width: 100%; height: 21rem; object-fit: cover; object-position: center 45%; }
.showcase-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: .2rem; padding: 1.05rem; color: #e8f3f0; background: linear-gradient(180deg, transparent, rgb(7 40 49 / 92%) 32%); }
.showcase-grid figcaption strong { color: #fff; font-size: 1.05rem; }
.showcase-grid figcaption span { font-size: .86rem; line-height: 1.5; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-grid li { display: grid; align-content: start; padding: 1.05rem 0; border-top: .22rem solid var(--brand-teal); }
.process-grid li > span { color: var(--brand-coral-dark); font-size: .8rem; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.process-grid li > strong { margin-top: .35rem; }
.process-grid li > p { margin-bottom: 0; color: var(--text-muted); font-size: .94rem; }
.process-grid--compact { gap: 1.2rem; }
.application-panel { position: relative; background: var(--brand-sand) !important; }
.application-list { display: grid; gap: .2rem; margin: 0; padding: 0; list-style: none; }
.application-list li { display: grid; gap: .2rem; padding: .8rem 0; border-bottom: 1px solid #d4cabb; }
.application-list span { color: var(--text-muted); font-size: .94rem; }
.boundary-note { padding-left: .85rem; border-left: .25rem solid var(--brand-coral); }
.panel-link { grid-column: 2; }
.evidence-panel, .tone-panel { display: grid; grid-template-columns: minmax(14rem, .75fr) minmax(16rem, 1.25fr); gap: 2rem; }
.evidence-panel { color: #e8f0ed; background: var(--brand-deep) !important; box-shadow: 0 1rem 2.5rem rgb(11 52 64 / 15%) !important; }
.evidence-panel h2, .evidence-panel .section-kicker { color: #fff; }
.evidence-panel a { color: #b9eee1; }
.tone-panel { background: var(--brand-mist) !important; }
.answer-strip { border-left: .35rem solid var(--brand-coral) !important; background: #fff7ee !important; }
.answer-strip > :last-child { margin-bottom: 0; }
.information-panel { background: #e1efec !important; }
.home-contact { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid #a9c2bd; }
.home-contact p { margin-bottom: 0; }
.home-final-action { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(14rem, .55fr); gap: 2rem; align-items: center; color: #e8f3f0; background: linear-gradient(115deg, var(--brand-deep), #0b6872) !important; border-color: #0b6872 !important; }
.home-final-action h2, .home-final-action .section-kicker { color: #fff; }
.home-final-action p:last-child { margin-bottom: 0; }
.home-final-actions { display: grid; gap: 1rem; justify-items: start; }
.home-final-action .text-link { color: #c8eee6; }
.cta-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.25rem; }
.button-link { display: inline-block; padding: .72rem 1.1rem; color: #fff; background: var(--brand-coral); font-weight: 800; text-decoration: none; box-shadow: .2rem .2rem 0 var(--brand-deep); }
.button-link:hover { color: #fff; background: var(--brand-coral-dark); transform: translateY(-1px); }
.text-link { font-weight: 700; }
.checklist { padding-left: 1.25rem; }
.checklist li + li { margin-top: .55rem; }
.checklist--columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem 2rem; }
.checklist--columns li + li { margin-top: 0; }
.scene-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.scene-grid article { padding: 1.15rem; border: 1px solid #c8d7d3; border-left: .25rem solid var(--brand-teal); background: #f9fbfa; }
.scene-grid article > span { color: var(--brand-coral-dark); font-size: .78rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.scene-grid article h3 { margin-top: .55rem; }
.scene-grid article p { margin-bottom: 0; color: var(--text-muted); }
.numbered-list { margin: 0; padding-left: 1.4rem; }
.numbered-list li { padding: .45rem 0 .65rem .3rem; border-bottom: 1px solid #b9d0cb; }
.data-block + .data-block { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #d7dfda; }
.faq-list { display: grid; gap: .7rem; }
.home-faq-panel { background: #f7f2e9 !important; }
.faq-list--two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.faq-list--two-columns details { min-height: 8rem; background: #fffdfa; }
.faq-list--two-columns details[open] { border-color: var(--brand-teal); background: #f1f7f5; }
details { padding: .85rem 1rem; border: 1px solid #b7c9c4; background: #f7faf7; }
summary { cursor: pointer; font-weight: 700; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { min-width: 10rem; padding: .8rem; border: 1px solid #aebfba; text-align: left; vertical-align: top; }
th { background: #e7f0ed; }
td:empty { min-height: 2.75rem; background: linear-gradient(90deg, transparent, #f5f2eb); }
.classification-list { display: grid; gap: .75rem; }
.classification-list div { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid #d7dfda; }
.classification-list dt { font-weight: 800; }
.classification-list dd { margin: 0; }
.contact-container { border-left: .35rem solid var(--brand-coral) !important; background: #fff7ed !important; }
.inquiry-form { display: grid; gap: .2rem; max-width: 48rem; }
.inquiry-form p { display: grid; gap: .35rem; margin: .55rem 0; }
.inquiry-form label { font-weight: 800; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 2.85rem; padding: .65rem .72rem; border: 1px solid #9eb5b0; border-radius: 0; color: var(--brand-ink); background: #fff; font: inherit; }
.inquiry-form textarea { min-height: 7rem; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--brand-teal); outline: 3px solid rgb(8 121 133 / 18%); }
.inquiry-form button { justify-self: start; min-height: 2.85rem; padding: .65rem 1.1rem; border: 0; color: #fff; background: var(--brand-teal-dark); font: inherit; font-weight: 800; cursor: pointer; }
.inquiry-form button:hover { background: var(--brand-deep); }
.helptext { color: var(--text-muted); font-size: .88rem; }
.errorlist { margin: .2rem 0; padding: .55rem .75rem; color: #8f2e1b; background: #ffebe4; list-style: none; }
.public-contact-list dd { display: flex; flex-wrap: wrap; gap: .45rem .75rem; align-items: center; }
.copy-action { padding: .3rem .6rem; border: 1px solid var(--brand-teal-dark); color: var(--brand-teal-dark); background: #fff; font: inherit; font-size: .88rem; font-weight: 700; cursor: pointer; }
.copy-action:hover { color: #fff; background: var(--brand-teal-dark); }
.copy-status { min-width: 3em; color: #51616b; font-size: .88rem; }
.review-date { color: #51616b; font-size: .9rem; }
.site-footer { padding-block: 2.6rem; color: #dce9e6; background: #092a34; border-top: .3rem solid var(--brand-coral); }
.site-footer p { margin: .2rem 0; }
.site-footer a { color: #c5e6dd; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 2rem; align-items: start; }
.footer-title { color: #fff; font-size: 1.25rem; font-weight: 800; }
.footer-label { color: #fff; font-weight: 800; }
.footer-filing { align-self: end; }
.notice { max-width: 42rem; margin: 12vh auto; padding: 2rem; background: #fff; border-radius: .5rem; box-shadow: 0 1px 3px #0002; }
.material-art { overflow: hidden; background: var(--brand-paper); }
.material-art img { display: block; width: 100%; height: auto; max-height: 22rem; object-fit: cover; }
.sample-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.sample-gallery figure { min-width: 0; margin: 0; border: 1px solid var(--line); background: #fcfaf6; overflow: hidden; }
.sample-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; }
.sample-gallery figcaption { padding: 1.2rem; }
.sample-gallery h3 { margin-top: 0; }
.sample-gallery p { margin-bottom: 0; color: var(--text-muted); }
@media (max-width: 48rem) { .sample-gallery { grid-template-columns: 1fr; } .sample-gallery img { max-height: 28rem; } }
@media (max-width: 72rem) and (min-width: 48.01rem) { .home-application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 48rem) {
  html { scroll-behavior: auto; }
  .site-frame { width: calc(100% - 1.35rem); max-width: 100%; }
  .utility-frame { justify-content: stretch; padding-block: .45rem; overflow: hidden; }
  .utility-frame > p { display: none; }
  .utility-links { display: grid; grid-template-columns: repeat(3, auto); justify-content: space-between; width: 100%; min-width: 0; gap: .45rem; font-size: .72rem; }
  .utility-links > * { min-width: 0; white-space: nowrap; }
  .header-frame, .split-panel, .evidence-panel, .tone-panel, .footer-grid, .home-final-action, .home-company-profile, .home-application-intro { grid-template-columns: 1fr; }
  .header-frame { gap: .8rem; }
  .brand-legal { font-size: .66rem; }
  .header-frame nav { min-width: 0; }
  .site-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; }
  .site-nav a { height: 100%; padding: .5rem .25rem; text-align: center; white-space: normal; }
  .content-page, .content-page > *, .home-profile-copy, .home-application-intro > div { width: 100%; max-width: 100%; min-width: 0; }
  h1, h2, h3, p { overflow-wrap: anywhere; }
  .page-intro { padding: 2.2rem 1.35rem 3.8rem; }
  .home-video-hero { min-height: 38rem; padding: 2rem 1.35rem 4.5rem; }
  .home-video-hero video { object-position: center; }
  .home-video-shade { background: linear-gradient(0deg, rgb(4 27 34 / 96%) 0%, rgb(5 33 41 / 72%) 63%, rgb(5 34 42 / 34%) 100%); }
  .home-video-toggle { right: .85rem; bottom: .85rem; }
  .home-hero-actions { margin-top: -3.25rem; padding: 0 1.35rem 1.2rem; }
  .service-signal-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-signal-strip > div { border-top: 1px solid #d5dfdc; }
  .service-signal-strip > div:nth-of-type(1), .service-signal-strip > div:nth-of-type(2) { border-top: 0; }
  .service-signal-strip > div:nth-of-type(3) { border-left: 0; }
  .material-grid, .buyer-path-grid, .process-grid, .scene-grid, .checklist--columns, .showcase-grid, .faq-list--two-columns, .home-product-grid, .home-application-grid { grid-template-columns: 1fr; }
  .home-product-card { grid-column: auto; }
  .home-product-media { height: 14rem; }
  .showcase-grid img { height: min(26rem, 105vw); object-fit: contain; }
  .faq-list--two-columns details { min-height: auto; }
  .panel-link { grid-column: 1; }
  .table-wrap { overflow-x: auto; }
}

@media (prefers-reduced-motion: no-preference) {
  .buyer-path-grid a, .material-grid a, .button-link, .home-product-card { transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease; }
  .home-application-card img { transition: transform .35s ease; }
  .home-application-card:hover img { transform: scale(1.035); }
}

@media (prefers-reduced-motion: reduce) {
  .home-video-hero video { display: none; }
}

.sheet-video { display: grid; grid-template-columns: minmax(180px, 300px) minmax(0, 1fr); gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(20px, 4vw, 48px); background: #edf3f1; border-radius: 20px; }
.sheet-video video { display: block; width: 100%; height: auto; max-height: 520px; object-fit: contain; background: #182a28; border-radius: 12px; }
.sheet-media-feature { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); }
.sheet-media-feature > img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 14px; box-shadow: 0 .8rem 2rem rgb(16 46 56 / 14%); }
@media (max-width: 640px) {
  .sheet-video { grid-template-columns: 1fr; }
  .sheet-video video { max-width: 260px; margin-inline: auto; }
  .sheet-media-feature > img { max-width: none; }
}
