/* Third layout: product-first, warm editorial presentation. */
:root {
  --ink: #253a32;
  --muted: #68736c;
  --paper: #f5f5ef;
  --line: #dce0d8;
  --red: #b9323e;
  --red-dark: #9d2732;
  --container: min(1240px, calc(100% - 64px));
}
body { background: #fff; color: var(--ink); }
[id] { scroll-margin-top: 110px; }
.site-header, .site-header.scrolled { height: 90px; border-bottom: 1px solid #e9e9e2; background: #fffefb; }
.header-inner { height: 90px; }
.brand { width: 160px; }
.brand img { height: 62px; }
.site-nav { gap: 28px; font-size: 13px; }
.site-nav > a { color: #3d4842; font-weight: 550; }
.site-nav .nav-cta { color: #fff; border-radius: 5px; padding: 11px 18px !important; }
.hero { padding: 45px 0 48px; min-height: 0; background: #f6f5ef; color: var(--ink); overflow: visible; }
.hero-layout { display: grid; grid-template-columns: 1.08fr 1fr; gap: 65px; align-items: center; }
.hero-copy { width: auto; max-width: none; }
.hero .eyebrow { margin-bottom: 27px; color: #7f8a7d; font-size: 10px; letter-spacing: .15em; }
.hero .eyebrow span { width: 23px; background: var(--red); }
.hero h1 { font-size: clamp(43px, 4.6vw, 70px); line-height: 1.28; font-weight: 600; letter-spacing: -.025em; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lead { color: #6b746a; font-size: 15px; line-height: 1.95; margin: 24px 0 30px; }
.hero .button { border-radius: 5px; font-size: 13px; }
.hero .button-ghost { color: var(--ink); border: 0; background: transparent; padding-inline: 12px; }
.hero .button-ghost:hover { background: #eaece3; }
.hero-meta { border-top: 1px solid #dedfd5; margin-top: 40px; padding-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; font-size: 11px; color: #7c867b; }
.hero-meta > span { color: #465749; }
.hero-meta a { display: inline-flex; gap: 6px; align-items: center; }
.hero-meta svg { width: 14px; height: 14px; }
.hero-mosaic { display: grid; grid-template-columns: 1.18fr 1fr; grid-template-rows: 285px 190px; gap: 13px; }
.hero-mosaic figure { position: relative; overflow: hidden; margin: 0; border-radius: 10px; background: #e9eee7; }
.hero-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-lab { grid-column: 1 / -1; }
.mosaic-lab img { object-position: 50% 42%; }
.mosaic-lab::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #213a3280, transparent 65%); }
.mosaic-lab figcaption { position: absolute; z-index: 1; left: 23px; bottom: 20px; color: #fff; font-size: 20px; font-weight: 500; }
.mosaic-lab figcaption span { display: block; color: #dae5e2; font-size: 9px; letter-spacing: .13em; margin-bottom: 5px; }
.mosaic-products img { object-position: center; }
.mosaic-products figcaption { position: absolute; left: 14px; bottom: 14px; font-size: 8px; letter-spacing: .08em; color: #626d61; }
.mosaic-note { position: relative; display: flex; flex-direction: column; align-items: start; justify-content: center; border-radius: 10px; padding: 21px; background: #244b42; color: #fff; }
.mosaic-note > span { color: #b9d2c6; font-size: 9px; letter-spacing: .13em; }
.mosaic-note strong { font-size: 43px; font-weight: 400; line-height: 1.2; letter-spacing: -.02em; }
.mosaic-note p { margin: 8px 0 0; font-size: 12px; line-height: 1.6; color: #d2e0d9; }
.mosaic-note small { margin-top: 9px; font-size: 8px; color: #b2c7ba; }
.mosaic-note svg { position: absolute; right: 20px; bottom: 20px; width: 20px; height: 20px; }
.quick-access { background: #f6f5ef; border: 0; padding-bottom: 22px; }
.quick-access-grid { border-top: 1px solid #dddfd5; }
.quick-access-grid > a { min-height: 66px; padding-block: 17px; border: 0; }
.quick-access-grid > a:hover { background: #e9ede4; }
.quick-access-grid > a > svg:first-child { width: 20px; height: 20px; color: #6b826f; }
.quick-access-grid b { font-size: 12px; font-weight: 500; }
.quick-access-grid small { display: none; }
.quick-access-grid > a > svg:last-child { width: 14px; height: 14px; color: #8b9588; }
.section { padding: 76px 0; }
.section-heading h2, .focus-heading h2 { font-size: clamp(31px, 3.05vw, 45px); font-weight: 550; line-height: 1.4; letter-spacing: -.015em; }
.kicker { font-size: 10px; letter-spacing: .13em; }
.heading-copy > p { font-size: 14px; line-height: 1.95; }
.split-heading { gap: 85px; }
.systems { background: #fff; }
.systems-layout { display: block; }
.system-selector { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.system-tab { display: flex; align-items: center; flex-direction: column; min-height: 110px; padding: 14px 8px 18px; border: 0; border-bottom: 3px solid transparent; border-radius: 0; background: transparent; text-align: center; }
.system-tab:hover { transform: none; background: #fafaf6; }
.system-tab svg { width: 28px; height: 28px; margin: 0 0 12px; color: #80917d; }
.system-tab b { font-size: 14px; font-weight: 500; }
.system-tab small { display: none; }
.system-tab.active { color: var(--red); background: transparent; border-color: var(--red); box-shadow: none; }
.system-tab.active svg { color: var(--red); }
.system-feature { display: grid; grid-template-columns: .73fr 1.27fr; min-height: 410px; background: #f5f6f0; border-radius: 10px; overflow: hidden; }
.system-art { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0; padding: 30px; min-height: 410px; background: #e5eee6; }
.system-art > span { font-size: 9px; color: #728f79; letter-spacing: .16em; }
.system-art img { width: 270px; max-width: 90%; margin: 12px 0; }
.system-art figcaption { text-align: center; color: #47604d; font-size: 12px; line-height: 1.9; }
.system-art figcaption small { color: #839286; font-size: 9px; }
.system-detail { min-height: 410px; padding: 35px 40px; background: transparent; box-shadow: none; }
.system-detail::after { top: 12px; right: 28px; font-size: 165px; color: #243e3010; }
.system-detail h3 { font-size: 31px; font-weight: 550; margin-top: 18px; }
.system-detail .system-role { font-size: 14px; line-height: 1.85; }
.system-detail-head span { background: #e8eddf; color: #536d49; padding: 6px 10px; border-radius: 4px; }
.system-product-list { margin: 23px 0; gap: 7px 16px; }
.system-product-list li { font-size: 12px; }
.system-outcome { gap: 6px; }
.system-outcome span { background: #e8ece1; color: #657551; border-radius: 4px; font-size: 10px; padding: 6px 9px; }
.products { background: #f7f7f2; }
.catalog-tools { gap: 22px; }
.catalog-tabs button { background: transparent; border-color: #d5dacd; border-radius: 20px; font-size: 12px; padding: 9px 14px; }
.catalog-tabs button.active, .catalog-tabs button:hover { background: #28493e; border-color: #28493e; }
.catalog-search { border-color: #d5dacd; border-radius: 6px; background: #fff; font-size: 13px; }
.catalog-summary { margin: 20px 0; }
.product-grid { gap: 15px; }
.product-card { padding: 25px; min-height: 240px; border-color: #e2e5dc; border-radius: 8px; background: #fff; }
.product-card:hover { border-color: #b1bcaa; transform: translateY(-3px); box-shadow: 0 10px 25px #32423108; }
.product-family { border-radius: 3px; color: #5b775e; background: #edf2e9; font-weight: 500; }
.product-kind { color: #92998c; }
.product-title-row { display: flex; gap: 11px; align-items: center; margin: 23px 0 14px; }
.product-title-row > svg { flex-shrink: 0; width: 23px; height: 23px; color: #819575; }
.product-title-row h3 { margin: 0; font-size: 18px; font-weight: 550; line-height: 1.5; }
.product-card > p { font-size: 12px; line-height: 1.85; }
.product-note { font-size: 10px; color: #937b75; padding-top: 20px; }
.catalog-more .button { border-radius: 5px; border-color: #9eae98; font-size: 13px; }
.catalog-source-note { margin: 22px 0 0; color: #909889; font-size: 10px; text-align: center; }
.business-focus { background: #fff; }
.focus-heading { margin-bottom: 28px; }
.focus-grid { grid-template-columns: 1.06fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 20px; }
.focus-card { overflow: hidden; border: 0; border-radius: 9px; background: #f5f6f0; }
.focus-card:first-child { grid-row: span 2; }
.focus-card:first-child .focus-image { height: 275px; }
.focus-card:not(:first-child) { display: grid; grid-template-columns: .73fr 1fr; }
.focus-card:not(:first-child) .focus-image { height: 100%; min-height: 205px; }
.focus-image img { object-fit: cover; }
.focus-device img { object-fit: contain; padding: 15px; background: #eef2eb; }
.focus-card-body { padding: 24px; }
.focus-card-body h3 { font-size: 21px; font-weight: 550; }
.focus-card-body p { font-size: 12px; margin-bottom: 16px; }
.focus-card-body > span, .focus-card-body b { font-size: 10px; }
.solution-band { padding: 0; background: #2e4f43; }
.solution-layout { min-height: 460px; }
.solution-copy { padding-block: 45px; }
.solution-copy h2 { font-size: 36px; font-weight: 550; line-height: 1.5; }
.solution-copy > p { font-size: 14px; color: #d8e1d6; }
.solution-visual { min-height: 460px; }
.solution-visual::before { background: linear-gradient(90deg, #2e4f43, transparent 38%); }
.solution-note { border-radius: 6px; }
.solution-tags span { border-radius: 4px; }
.intelligence { background: #f6f7f1; }
.tech-card { border-radius: 8px; min-height: 420px; }
.tech-card img { height: 235px; }
.tech-card-dark { background: #355d4e; }
.tech-card h3 { font-size: 22px; font-weight: 550; }
.intro-panel { background: #f2f3ec; border-radius: 8px; }
.intro-content blockquote { font-size: 30px; font-weight: 550; }
.facts-band { background: #f4f4ed; }
.stat-ribbon strong { color: #4b6651; }
.research { background: #fff; }
.research-labs { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
.lab-card { display: grid; grid-template-columns: 55px .9fr 1.2fr; grid-template-rows: auto auto; gap: 2px 24px; padding: 27px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.lab-number { display: none; }
.lab-card > svg { grid-column: 1; grid-row: 1 / 3; align-self: center; margin: 0; width: 34px; height: 34px; color: #778e6e; }
.lab-card h3 { grid-column: 2; grid-row: 1 / 3; align-self: center; margin: 0; font-size: 24px; font-weight: 500; }
.lab-card p { grid-column: 3; margin: 0; font-size: 14px; }
.lab-card small { grid-column: 3; margin: 5px 0 0; color: #9a9f92; font-size: 10px; }
.research-centers { background: #eef2e7; color: #364d38; border-radius: 8px; }
.centers-heading .kicker { color: #75886a !important; }
.centers-heading p, .center-grid i { color: #869477; }
.center-grid > span { border-color: #d2ddc7; }
.research-bottom { margin-top: 28px; }
.research-metric strong { font-size: 41px; font-weight: 400; }
.experts { background: #f5f6f0; }
.expert-card { border-radius: 7px; }
.expert-card h3 { font-weight: 550; }
.expert-card img { filter: saturate(.75); }
.expert-more { border-radius: 7px; }
.value-chain { background: #2b4437; }
.chain-item { min-height: 245px; }
.chain-item h3 { font-weight: 500; }
.capacity-gallery figure, .capacity-card { border-radius: 6px; }
.capacity-card { min-height: 205px; }
.capacity-card h3 { margin-top: 20px; font-size: 18px; font-weight: 550; }
.platforms { background: #f6f6f1; }
.platform-card { border-radius: 9px; border-color: #e3e1d6; padding: 32px; }
.platform-transfer { background: #fff; }
.platform-trace { background: #eaf0e8; }
.platform-card h3 { font-size: 28px; font-weight: 550; }
.platform-icon { margin: 27px 0 18px; }
.platform-flow li { border-radius: 5px; }
.trace-intro h3 { font-size: 31px; font-weight: 500; }
.trace-window { border-radius: 8px; }
.evidence { background: #233d32; }
.evidence-copy h2 { font-size: 38px; font-weight: 550; }
.contact-panel { border-radius: 10px; background: #a83943; color: #fff; padding: 55px; }
.contact-copy h2 { font-size: 37px; font-weight: 550; }
.contact-copy > p { color: #ecd9d7; font-size: 14px; }
.contact-copy .kicker { color: #f0c8c8 !important; }
.contact-copy .button-primary { background: #fff; color: #a83943; }
.contact-copy .button-ghost { color: #fff; border-color: #d98f92; }
.contact-info { border-color: #a93640; background: #a93640; color: #36493b; border-radius: 7px; }
.site-footer { background: #23362c; }
.footer-sitemap a, .footer-sitemap span, .footer-note { color: #a9b7a8; }
.edition-switch { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; margin-top: 25px; padding-top: 20px; border-top: 1px solid #ffffff1a; font-size: 11px; color: #a7b6a4; }
.edition-switch a { display: flex; align-items: center; gap: 8px; color: #e6ede1; }
.edition-switch svg { width: 15px; height: 15px; }

@media (max-width: 1180px) {
  .site-nav { gap: 20px; }
  .hero-layout { gap: 34px; }
  .hero-mosaic { grid-template-rows: 260px 185px; }
  .hero-meta { margin-top: 28px; }
  .focus-card:not(:first-child) { grid-template-columns: .6fr 1fr; }
}
@media (max-width: 1080px) {
  .site-nav { top: 90px; max-height: calc(100dvh - 110px); }
  .hero h1 { font-size: 50px; }
  .hero .button { font-size: 11px; padding-inline: 14px; }
  .hero-lead br { display: none; }
  .hero-mosaic { grid-template-rows: 235px 195px; }
  .mosaic-note { padding: 18px; }
  .mosaic-note strong { font-size: 37px; }
  .mosaic-note svg { right: 12px; bottom: 14px; width: 15px; }
  .quick-access-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .quick-access-grid > a { padding-inline: 12px; gap: 8px; }
  .quick-access-grid > a:nth-child(-n+2) { border-bottom: 0; }
  .quick-access-grid small { display: none; }
  .quick-access-grid > a > svg:last-child { display: none; }
  .system-selector { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .system-feature { grid-template-columns: .65fr 1.35fr; }
  .system-detail { padding: 30px; }
  .focus-grid { gap: 15px; }
  .focus-card-body { padding: 20px; }
  .focus-card-body h3 { font-size: 18px; }
}
@media (max-width: 780px) {
  :root { --container: min(1240px, calc(100% - 36px)); }
  .site-header, .site-header.scrolled, .header-inner { height: 76px; }
  .site-nav { top: 76px; }
  .hero { padding: 35px 0; }
  .hero-layout { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { font-size: clamp(42px, 7.5vw, 58px); }
  .hero .eyebrow { margin-bottom: 20px; }
  .hero-lead { max-width: 530px; margin: 18px 0 23px; }
  .hero-meta { margin-top: 27px; padding-top: 17px; }
  .hero-mosaic { grid-template-columns: 1.3fr 1fr; grid-template-rows: 270px 175px; }
  .mosaic-note strong { font-size: 40px; }
  .mosaic-note p { font-size: 11px; }
  .quick-access { padding-bottom: 5px; }
  .quick-access-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-access-grid > a { min-height: 54px; padding-block: 14px; }
  .quick-access-grid b { font-size: 11px; }
  .section { padding: 54px 0; }
  .section-heading h2, .focus-heading h2 { font-size: 30px; }
  .split-heading { gap: 20px; }
  .section-heading { margin-bottom: 28px; }
  .system-selector { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 20px; }
  .system-tab { min-height: 86px; padding: 12px 7px; }
  .system-tab svg { width: 23px; height: 23px; margin-bottom: 8px; }
  .system-tab b { font-size: 12px; }
  .system-feature { grid-template-columns: 1fr; }
  .system-art { min-height: 240px; padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
  .system-art > span { grid-column: 2; grid-row: 1; align-self: end; font-size: 8px; }
  .system-art img { grid-column: 1; grid-row: 1 / 3; margin: 0; width: 200px; max-width: 100%; }
  .system-art figcaption { grid-column: 2; grid-row: 2; text-align: left; align-self: start; font-size: 11px; }
  .system-art figcaption small { font-size: 8px; }
  .system-detail { min-height: 0; padding: 28px; }
  .system-detail h3 { font-size: 27px; }
  .system-detail::after { font-size: 140px; }
  .catalog-tools { gap: 18px; }
  .product-card { min-height: 230px; }
  .focus-grid { grid-template-columns: 1fr; grid-template-rows: none; gap: 18px; }
  .focus-card:first-child { grid-row: auto; }
  .focus-card:first-child .focus-image { height: 230px; }
  .focus-card:not(:first-child) { grid-template-columns: .7fr 1fr; }
  .focus-card:not(:first-child) .focus-image { min-height: 200px; }
  .focus-card-body h3 { font-size: 20px; }
  .solution-band { padding: 0; }
  .solution-copy { padding: 40px 0 24px; }
  .solution-copy h2 { font-size: 30px; }
  .solution-visual { min-height: 340px; }
  .solution-visual::before { background: linear-gradient(180deg, #2e4f43, transparent 35%); }
  .lab-card { grid-template-columns: 35px 1fr; gap: 7px 15px; padding: 24px 0; }
  .lab-card > svg { grid-column: 1; grid-row: 1 / 4; align-self: start; width: 28px; }
  .lab-card h3 { grid-column: 2; grid-row: 1; font-size: 23px; }
  .lab-card p { grid-column: 2; grid-row: 2; font-size: 13px; }
  .lab-card small { grid-column: 2; grid-row: 3; }
  .platform-card { padding: 26px; }
  .platform-card h3 { font-size: 25px; }
  .contact-panel { padding: 33px 25px; }
  .contact-copy h2 { font-size: 29px; }
  .evidence-copy h2 { font-size: 32px; }
}
@media (max-width: 520px) {
  .hero { min-height: 0; padding-top: 28px; }
  .hero h1 { font-size: clamp(35px, 10.7vw, 48px); }
  .hero-lead { font-size: 13px; }
  .hero .eyebrow { font-size: 9px; }
  .hero .button { font-size: 11px; padding: 12px 13px; }
  .hero-actions { gap: 5px; }
  .hero-meta { font-size: 10px; }
  .hero-mosaic { grid-template-rows: 205px 165px; gap: 10px; }
  .mosaic-lab figcaption { font-size: 17px; left: 17px; bottom: 15px; }
  .mosaic-products figcaption { font-size: 6px; left: 8px; bottom: 10px; }
  .mosaic-note { padding: 16px; }
  .mosaic-note strong { font-size: 33px; }
  .mosaic-note small { font-size: 7px; }
  .mosaic-note svg { display: none; }
  .system-art { min-height: 180px; padding: 18px; }
  .system-detail { padding: 25px 21px; }
  .product-title-row h3 { font-size: 19px; }
  .product-card { min-height: 220px; padding: 24px; }
  .focus-card-body { padding: 20px; }
  .focus-card-body h3 { font-size: 19px; }
  .focus-card:not(:first-child) { grid-template-columns: 1fr; }
  .focus-card:not(:first-child) .focus-image { height: 210px; min-height: 0; }
}
