:root {
  --ink: #0a0d0f;
  --ink-soft: #121719;
  --paper: #f4f5f2;
  --white: #ffffff;
  --muted: #717979;
  --line: #d7dad5;
  --signal: #f4bc18;
  --signal-dark: #c48b00;
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; transform: translateY(-200%); background: var(--signal); padding: .8rem 1rem; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 92px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 1.35rem; max-width: var(--max); margin: auto; padding: 0 40px; color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-family: "Barlow Condensed", sans-serif; font-size: 1.55rem; font-weight: 800; letter-spacing: .12em; width: fit-content; }
.brand-logo { display: block; width: 158px; height: auto; }
.footer-logo .brand-logo { filter: invert(1); }
.brand-mark { position: relative; width: 26px; height: 26px; display: block; transform: rotate(45deg); }
.brand-mark i { position: absolute; inset: 0; border: 2px solid currentColor; }
.brand-mark i:nth-child(2) { inset: 6px -6px -6px 6px; border-left: 0; border-top: 0; }
.brand-mark i:nth-child(3) { inset: -6px 6px 6px -6px; border-right: 0; border-bottom: 0; }
.main-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3rem); }
.main-nav a { color: #c8cdcc; font-size: .8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--signal); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: .8rem; border-bottom: 1px solid #6d7372; padding: .65rem 0; font-size: .8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.header-cta svg, .button svg, .contact-primary svg { width: 20px; height: 20px; transition: transform .2s; }
.header-cta:hover svg, .button:hover svg, .contact-primary:hover svg { transform: translateX(4px); }
.home-language { display: inline-flex; align-items: center; border: 1px solid #4a5251; }
.home-language a { display: grid; place-items: center; min-width: 34px; min-height: 32px; color: #aab1af; font-size: .6rem; font-weight: 800; letter-spacing: .06em; }
.home-language a + a { border-left: 1px solid #4a5251; }
.home-language a:hover, .home-language a:focus-visible, .home-language a.is-active { background: var(--signal); color: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 780px; height: min(890px, 100svh); padding: 160px max(40px, calc((100vw - var(--max)) / 2 + 40px)) 80px; background: var(--ink); color: var(--white); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 3vw; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 68%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: var(--signal); filter: blur(170px); opacity: .08; right: 4%; top: 18%; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.3rem; color: #5d6666; font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--signal); }
.eyebrow.light { color: #9ca3a2; }
.hero h1, h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-weight: 600; letter-spacing: -.035em; line-height: .96; text-transform: uppercase; }
.hero h1 { max-width: 820px; font-size: clamp(4.2rem, 7.15vw, 7.8rem); }
.hero h1 em, h2 em { display: block; color: var(--signal); font-style: normal; }
.hero-lead { max-width: 660px; margin: 2rem 0 0; color: #aeb4b3; font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.3rem; min-height: 58px; padding: 0 1.5rem; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.button-primary { background: var(--signal); color: var(--ink); }
.button-primary:hover { background: #ffd258; }
.text-link { display: inline-flex; gap: .7rem; align-items: center; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { color: var(--signal); }

.hero-system { position: relative; z-index: 2; justify-self: end; width: min(39vw, 570px); aspect-ratio: 1; border: 1px solid #2a3031; display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, #171d1e 0, #0a0d0f 66%); }
.hero-system::before, .hero-system::after { content: ""; position: absolute; background: #2b3131; }
.hero-system::before { width: 100%; height: 1px; }
.hero-system::after { height: 100%; width: 1px; }
.system-label { position: absolute; top: 1.2rem; left: 1.2rem; display: grid; gap: .15rem; font-family: "Barlow Condensed", sans-serif; letter-spacing: .08em; }
.system-label span { color: var(--signal); font-size: .72rem; }
.system-label strong { font-size: .84rem; }
.orbit { position: absolute; border: 1px solid #303738; border-radius: 50%; }
.orbit-one { width: 72%; height: 72%; }
.orbit-two { width: 48%; height: 48%; border-style: dashed; animation: spin 30s linear infinite; }
.system-core { position: relative; z-index: 2; width: 26%; aspect-ratio: 1; border-radius: 50%; background: var(--signal); color: var(--ink); display: grid; align-content: center; justify-items: center; box-shadow: 0 0 0 12px rgba(244,188,24,.08); }
.system-core span { font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.2rem, 2vw, 2rem); font-weight: 800; letter-spacing: .1em; }
.system-core small { font-size: .48rem; font-weight: 800; letter-spacing: .16em; }
.system-node { position: absolute; z-index: 3; display: grid; grid-template-columns: auto auto; align-items: center; gap: .55rem; background: #111617; border: 1px solid #343b3b; padding: .55rem .8rem; color: #d5d9d7; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.system-node b { color: var(--signal); font-family: "Barlow Condensed", sans-serif; }
.node-a { top: 19%; right: 5%; }
.node-b { bottom: 19%; right: 12%; }
.node-c { left: 4%; bottom: 28%; }
.system-status { position: absolute; left: 1.2rem; bottom: 1.1rem; color: #8d9594; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.system-status i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--signal); margin-right: .5rem; box-shadow: 0 0 0 5px rgba(244,188,24,.08); }
.hero-index { position: absolute; z-index: 2; right: 2rem; top: 50%; display: grid; justify-items: center; gap: .6rem; color: #777e7c; font-size: .6rem; }
.hero-index div { width: 1px; height: 100px; background: linear-gradient(var(--signal) 20%, #343939 20%); }
@keyframes spin { to { transform: rotate(360deg); } }

.sector-rail { min-height: 110px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 4rem; padding: 1rem max(40px, calc((100vw - var(--max)) / 2 + 40px)); border-bottom: 1px solid var(--line); background: #e9ebe7; }
.sector-rail > p { margin: 0; color: #7f8584; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.rail-items { display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: #343a3a; font-family: "Barlow Condensed", sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.rail-items i { width: 4px; height: 4px; background: var(--signal-dark); transform: rotate(45deg); }

.section { max-width: var(--max); margin: auto; padding: 130px 40px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 5rem; align-items: end; margin-bottom: 4rem; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { max-width: 800px; font-size: clamp(3.3rem, 5vw, 5.8rem); }
.section-heading > p:last-child { max-width: 450px; margin: 0 0 .5rem; color: var(--muted); line-height: 1.8; }
.section-heading.compact { display: block; max-width: 850px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cdd0cb; border-left: 1px solid #cdd0cb; }
.solution-card { min-height: 410px; padding: 2rem; border-right: 1px solid #cdd0cb; border-bottom: 1px solid #cdd0cb; position: relative; display: flex; flex-direction: column; transition: background .25s, transform .25s; }
.solution-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: 0 18px 40px rgba(10,13,15,.07); z-index: 2; }
.solution-card.featured { background: var(--signal); }
.solution-card.featured:hover { background: #f8c83e; }
.card-number { position: absolute; top: 1.8rem; right: 2rem; color: #8b908e; font-family: "Barlow Condensed", sans-serif; font-size: .8rem; font-weight: 700; }
.featured .card-number { color: #785b00; }
.card-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid #c4c8c2; margin-bottom: 3rem; }
.featured .card-icon { border-color: rgba(10,13,15,.35); }
.card-icon svg { width: 34px; height: 34px; stroke-width: 1.4; }
.solution-card h3 { margin: 0 0 .8rem; font-family: "Barlow Condensed", sans-serif; font-size: 2rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.solution-card p { margin: 0; color: #656d6c; line-height: 1.7; }
.featured p { color: #4f400d; }
.solution-card ul { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; padding: 0; margin: auto 0 0; list-style: none; font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.solution-card li::before { content: "— "; }
.card-tag { margin-top: auto; color: #656d6c; font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.products { max-width: none; padding-left: max(40px, calc((100vw - var(--max)) / 2 + 40px)); padding-right: max(40px, calc((100vw - var(--max)) / 2 + 40px)); background: #0d1113; color: var(--white); overflow: hidden; }
.products::before { content: "AUMEK / COMPÓSITOS"; display: block; max-width: var(--max); margin: 0 auto 2rem; color: #303739; font-family: "Barlow Condensed", sans-serif; font-size: clamp(4rem, 10vw, 9rem); font-weight: 800; line-height: .75; letter-spacing: -.02em; white-space: nowrap; }
.products .section-heading { max-width: var(--max); margin-left: auto; margin-right: auto; }
.products .section-heading h2 { color: var(--white); }
.products .section-heading h2 em { -webkit-text-stroke-color: #596062; }
.products .section-heading > p:last-child { color: #949d9b; }
.product-intro { max-width: var(--max); min-height: 92px; margin: 0 auto 1.4rem; padding: 1rem 1.4rem; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 2rem; border: 1px solid #2d3436; background: #121719; }
.product-intro > div { display: flex; align-items: center; gap: .8rem; }
.product-intro span { color: var(--signal); font-family: "Barlow Condensed", sans-serif; font-size: 2.8rem; font-weight: 700; line-height: 1; }
.product-intro small, .product-intro strong { font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-intro small { max-width: 90px; color: #919998; line-height: 1.35; }
.product-intro p { margin: 0; color: #c7cccb; }
.product-intro strong { color: var(--signal); }
.product-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: #32393a; border: 1px solid #32393a; }
.product-card { position: relative; grid-column: span 2; min-height: 560px; padding: 1.8rem; background: #171c1e; color: var(--white); display: flex; flex-direction: column; overflow: hidden; transition: background .25s, transform .25s, box-shadow .25s; }
.product-card::after { content: attr(data-product); position: absolute; right: 1.4rem; top: 4.5rem; color: #202729; font-family: "Barlow Condensed", sans-serif; font-size: 7rem; font-weight: 800; line-height: 1; pointer-events: none; }
.product-card-wide { grid-column: span 3; min-height: 670px; background: #13181a; }
.product-card-software { grid-column: 1 / -1; min-height: 720px; background: #13181a; }
.product-card:hover { background: #1c2224; transform: translateY(-5px); box-shadow: 0 22px 55px rgba(0,0,0,.28); z-index: 2; }
.product-card-wide:hover { background: #181e20; }
.product-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #353d3f; color: #8e9795; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-topline span { color: var(--signal); font-family: "Barlow Condensed", sans-serif; font-size: .8rem; }
.product-photo { position: relative; height: 205px; margin: 1.25rem 0 2.3rem; overflow: hidden; background: #111517; border: 1px solid #303739; }
.product-photo-wide { height: 285px; margin-bottom: 1.6rem; }
.product-card-software .product-photo { height: clamp(320px, 38vw, 490px); margin-bottom: 1.8rem; }
.product-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(7,10,11,.72)); pointer-events: none; }
.product-photo img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); transition: transform .45s ease, filter .45s ease; }
.product-card:hover .product-photo img { transform: scale(1.025); filter: saturate(1) contrast(1.04); }
.guifw-visual { background: #ecebea; }
.guifw-visual > .guifw-background { object-position: center; filter: saturate(.7) contrast(1.02); }
.guifw-visual > .guifw-logo { position: absolute; z-index: 1; left: 7%; top: 47%; width: min(38%, 390px); height: auto; object-fit: contain; transform: translateY(-50%); filter: none; }
.product-card:hover .guifw-visual > .guifw-logo { transform: translateY(-50%); filter: none; }
.product-photo figcaption { position: absolute; z-index: 1; left: .9rem; right: .9rem; bottom: .7rem; color: #e3e7e6; font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-copy { position: relative; z-index: 1; margin-top: auto; }
.product-kicker { margin: 0 0 .6rem !important; color: var(--signal) !important; font-size: .65rem !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-copy h3 { max-width: 590px; margin: 0 0 .85rem; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.25rem, 3vw, 3.25rem); line-height: .95; text-transform: uppercase; }
.product-card:not(.product-card-wide) .product-copy h3 { font-size: 2.15rem; }
.product-copy > p:not(.product-kicker) { max-width: 650px; margin: 0; color: #98a19f; font-size: .9rem; line-height: 1.75; }
.product-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 1.4rem 0 1.2rem; border-top: 1px solid #353d3f; border-bottom: 1px solid #353d3f; }
.product-specs > div { padding: .8rem 0; }
.product-specs > div + div { padding-left: 1rem; border-left: 1px solid #353d3f; }
.product-specs dt { color: #697270; font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-specs dd { margin: .2rem 0 0; color: #d5dad9; font-size: .76rem; font-weight: 700; }
.product-cta { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 0 .85rem; background: var(--signal); color: var(--ink); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, padding .2s; }
.product-cta:hover, .product-cta:focus-visible { background: #ffd258; padding-left: 1.1rem; }
.product-cta span { font-size: 1rem; }
.product-actions { display: grid; grid-template-columns: 1.15fr 1fr; gap: .55rem; }
.product-detail-link { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 0 .85rem; border: 1px solid #4a5354; color: #eef1f0; font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: border-color .2s, color .2s, padding .2s; }
.product-detail-link:hover, .product-detail-link:focus-visible { border-color: var(--signal); color: var(--signal); padding-left: 1.1rem; }
.product-detail-link span { color: var(--signal); font-size: 1rem; }

/* Product technical pages */
.detail-page { background: var(--paper); }
.detail-page .site-header { max-width: none; padding-left: max(40px, calc((100vw - var(--max)) / 2 + 40px)); padding-right: max(40px, calc((100vw - var(--max)) / 2 + 40px)); background: rgba(10,13,15,.94); }
.detail-hero { position: relative; min-height: 760px; padding: 155px max(40px, calc((100vw - var(--max)) / 2 + 40px)) 80px; background: var(--ink); color: var(--white); overflow: hidden; }
.detail-hero::before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px); background-size: 72px 72px; }
.detail-breadcrumb { position: relative; z-index: 1; display: flex; gap: .65rem; align-items: center; margin-bottom: 2.2rem; color: #8f9796; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.detail-breadcrumb a:hover, .detail-breadcrumb a:focus-visible { color: var(--signal); }
.detail-breadcrumb span:last-child { color: #dfe3e2; }
.detail-tools { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto 2.2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.detail-tools .detail-breadcrumb { margin-bottom: 0; }
.language-switcher { display: inline-flex; align-items: center; border: 1px solid #3a4242; }
.language-switcher a { display: grid; place-items: center; min-width: 42px; min-height: 34px; color: #99a19f; font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
.language-switcher a + a { border-left: 1px solid #3a4242; }
.language-switcher a:hover, .language-switcher a:focus-visible, .language-switcher a.is-active { background: var(--signal); color: var(--ink); }
.detail-hero-grid { position: relative; z-index: 1; max-width: var(--max); margin: auto; display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 6vw; align-items: center; }
.detail-code { display: flex; align-items: center; gap: .7rem; margin: 0 0 1rem; color: var(--signal); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.detail-code::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.detail-hero h1 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(4rem, 6.6vw, 7.5rem); font-weight: 600; letter-spacing: -.035em; line-height: .88; text-transform: uppercase; }
.detail-summary { max-width: 660px; margin: 1.8rem 0 2rem; color: #abb2b1; font-size: 1.06rem; line-height: 1.75; }
.detail-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; border-top: 1px solid #343b3c; border-bottom: 1px solid #343b3c; }
.detail-meta > div { padding: 1rem 1rem 1rem 0; }
.detail-meta > div + div { padding-left: 1rem; border-left: 1px solid #343b3c; }
.detail-meta dt { color: #6f7977; font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.detail-meta dd { margin: .25rem 0 0; color: #e6e9e8; font-size: .78rem; font-weight: 700; }
.detail-image { position: relative; margin: 0; aspect-ratio: 4 / 3; border: 1px solid #343b3c; background: #111617; overflow: hidden; }
.detail-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(5,8,9,.78)); pointer-events: none; }
.detail-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.04); }
.detail-image.guifw-visual > .guifw-logo { width: min(48%, 330px); }
.detail-image figcaption { position: absolute; z-index: 1; left: 1.1rem; bottom: .9rem; color: #eef1f0; font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.detail-body { max-width: var(--max); margin: auto; padding: 105px 40px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr); gap: 7vw; align-items: start; }
.detail-main h2, .detail-scope h2 { max-width: 800px; font-size: clamp(3.2rem, 5vw, 5.7rem); }
.detail-intro { max-width: 800px; margin: 1.6rem 0 2.8rem; color: #4f5857; font-size: 1.02rem; line-height: 1.8; }
.spec-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--ink); }
.spec-table th, .spec-table td { padding: 1.05rem 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-table th { width: 34%; padding-right: 1.5rem; color: #727a79; font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.spec-table td { color: #222827; font-size: .92rem; font-weight: 600; }
.detail-note { margin: 1.4rem 0 0; color: #7a8180; font-size: .75rem; line-height: 1.7; }
.detail-aside { position: sticky; top: 115px; padding: 2rem; background: var(--ink-soft); color: var(--white); }
.detail-aside > span { color: var(--signal); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.detail-aside h2 { margin: .7rem 0 1.1rem; font-family: "Barlow Condensed", sans-serif; font-size: 2.5rem; line-height: 1; text-transform: uppercase; }
.detail-aside > p { color: #9ba3a1; font-size: .88rem; line-height: 1.7; }
.detail-aside ul { margin: 1.4rem 0 1.7rem; padding: 0; list-style: none; border-top: 1px solid #343b3c; }
.detail-aside li { padding: .8rem 0 .8rem 1.1rem; border-bottom: 1px solid #343b3c; color: #d5dad9; font-size: .78rem; position: relative; }
.detail-aside li::before { content: ""; position: absolute; left: 0; top: 1.1rem; width: 5px; height: 5px; background: var(--signal); }
.detail-aside .button { width: 100%; background: var(--signal); color: var(--ink); }
.detail-gallery { padding: 100px max(40px, calc((100vw - var(--max)) / 2 + 40px)); background: var(--ink); color: var(--white); }
.detail-gallery-heading { max-width: var(--max); margin: 0 auto 3rem; display: grid; grid-template-columns: 1fr 1.25fr .75fr; gap: 3rem; align-items: end; }
.detail-gallery-heading h2 { font-size: clamp(3rem, 4.7vw, 5.4rem); }
.detail-gallery-heading > p:last-child { margin: 0; color: #939c9a; font-size: .9rem; line-height: 1.75; }
.detail-gallery-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 1px; background: #353c3d; border: 1px solid #353c3d; }
.detail-gallery-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.detail-gallery-grid--three figure, .detail-gallery-grid--three img { min-height: 340px; }
.detail-gallery-grid figure { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: #111617; }
.detail-gallery-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(5,8,9,.82)); pointer-events: none; }
.detail-gallery-grid img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; filter: saturate(.9) contrast(1.04); }
.detail-gallery-grid figcaption { position: absolute; z-index: 1; left: 1.2rem; bottom: 1rem; color: #eef1f0; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.detail-variants { padding: 100px max(40px, calc((100vw - var(--max)) / 2 + 40px)); background: var(--ink); color: var(--white); }
.detail-variants-heading { max-width: var(--max); margin: 0 auto 3rem; display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; align-items: end; }
.detail-variants-heading h2 { max-width: 850px; font-size: clamp(3rem, 4.7vw, 5.4rem); }
.variant-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #353c3d; }
.variant-card { min-height: 230px; padding: 1.8rem; display: flex; flex-direction: column; justify-content: space-between; background: #111617; }
.variant-card + .variant-card { border-left: 1px solid #353c3d; }
.variant-card span { color: var(--signal); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.variant-card strong { display: block; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.5rem, 3.4vw, 4rem); font-weight: 600; line-height: .9; text-transform: uppercase; }
.variant-card small { color: #909896; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.detail-scope { padding: 100px max(40px, calc((100vw - var(--max)) / 2 + 40px)); background: #e9ebe7; }
.detail-scope-grid { max-width: var(--max); margin: 3rem auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #cdd1cc; }
.detail-scope-card { min-height: 250px; padding: 2rem; }
.detail-scope-card + .detail-scope-card { border-left: 1px solid #cdd1cc; }
.detail-scope-card span { color: var(--signal-dark); font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 800; }
.detail-scope-card h3 { margin: 2.7rem 0 .8rem; font-family: "Barlow Condensed", sans-serif; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.detail-scope-card p { margin: 0; color: #5f6766; font-size: .9rem; line-height: 1.75; }
.detail-next { min-height: 190px; padding: 2.4rem max(40px, calc((100vw - var(--max)) / 2 + 40px)); display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: var(--signal); }
.detail-next small { display: block; color: #705500; font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.detail-next strong { display: block; margin-top: .25rem; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; text-transform: uppercase; }
.detail-next a { display: inline-flex; align-items: center; gap: 1rem; min-height: 50px; padding: 0 1.2rem; border: 1px solid rgba(10,13,15,.45); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.detail-next a:hover, .detail-next a:focus-visible { background: var(--ink); color: var(--white); }

.industries { max-width: none; padding-left: max(40px, calc((100vw - var(--max)) / 2 + 40px)); padding-right: max(40px, calc((100vw - var(--max)) / 2 + 40px)); background: var(--ink-soft); color: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.industries-copy { align-self: center; position: sticky; top: 3rem; }
.industries h2 { font-size: clamp(3.5rem, 5vw, 6rem); }
.industries-copy > p:not(.eyebrow) { max-width: 520px; margin: 2rem 0; color: #979f9e; line-height: 1.8; }
.button-outline { border: 1px solid #4d5554; color: var(--white); }
.button-outline:hover { border-color: var(--signal); color: var(--signal); }
.industry-list { border-top: 1px solid #323839; }
.industry-list > div { display: grid; grid-template-columns: 55px 1fr .9fr; align-items: center; gap: 1rem; min-height: 125px; border-bottom: 1px solid #323839; transition: padding .2s, background .2s; }
.industry-list > div:hover { padding-left: 1rem; background: #181e1f; }
.industry-list span { color: var(--signal); font-family: "Barlow Condensed", sans-serif; font-size: .78rem; }
.industry-list h3 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: 1.65rem; text-transform: uppercase; }
.industry-list p { margin: 0; color: #858e8d; font-size: .87rem; }

.process { padding-bottom: 150px; }
.process .section-heading { margin-bottom: 5rem; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.process-steps li { position: relative; padding: 2rem 2rem 0 0; border-right: 1px solid var(--line); min-height: 250px; }
.process-steps li:not(:first-child) { padding-left: 2rem; }
.process-steps li:last-child { border-right: 0; }
.process-steps li::before { content: ""; position: absolute; width: 9px; height: 9px; top: -5px; left: 0; background: var(--signal); }
.process-steps li:not(:first-child)::before { left: 2rem; }
.process-steps span { color: #858b89; font-family: "Barlow Condensed", sans-serif; font-size: .75rem; }
.process-steps h3 { margin: 3rem 0 .7rem; font-family: "Barlow Condensed", sans-serif; font-size: 1.8rem; text-transform: uppercase; }
.process-steps p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.7; }

.about { display: grid; grid-template-columns: 1fr 1fr; max-width: none; padding-left: 0; padding-right: max(40px, calc((100vw - var(--max)) / 2 + 40px)); background: #e9ebe7; }
.about-visual { position: relative; min-height: 620px; background: #1b2122; overflow: hidden; display: grid; place-items: center; }
.about-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(#b9bfbe 1px, transparent 1px), linear-gradient(90deg, #b9bfbe 1px, transparent 1px); background-size: 52px 52px; transform: perspective(500px) rotateX(58deg) scale(1.4); transform-origin: center bottom; }
.about-visual::before { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid #495050; border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.018), 0 0 0 110px rgba(255,255,255,.018); }
.about-seal { z-index: 2; width: 220px; height: 220px; border: 2px solid var(--signal); transform: rotate(45deg); display: grid; place-items: center; color: var(--signal); }
.about-seal strong { position: absolute; font-family: "Barlow Condensed", sans-serif; font-size: 8rem; line-height: 1; opacity: .2; }
.about-seal span { transform: rotate(-45deg); font-size: .7rem; font-weight: 700; line-height: 1.5; letter-spacing: .16em; text-align: center; }
.about-visual > p { position: absolute; left: 2rem; bottom: 1rem; color: #707877; font-size: .65rem; letter-spacing: .1em; }
.about-copy { max-width: 670px; padding: 2rem 0 2rem 8vw; align-self: center; }
.about-copy h2 { font-size: clamp(3.4rem, 5vw, 5.9rem); }
.about-lead { margin: 2rem 0 1rem; color: #333a39; font-size: 1.12rem; line-height: 1.75; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: var(--muted); line-height: 1.8; }
.about-points { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.about-points span { padding: .55rem .75rem; border: 1px solid #c8cbc6; font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 120px max(40px, calc((100vw - var(--max)) / 2 + 40px)); background: var(--signal); }
.contact h2 { max-width: 740px; font-size: clamp(3.5rem, 5.2vw, 6.2rem); }
.contact h2 em { color: var(--ink); -webkit-text-stroke: 1px var(--ink); color: transparent; }
.contact-copy > p:last-child { max-width: 570px; margin: 2rem 0 0; color: #5f4b07; line-height: 1.8; }
.contact .eyebrow { color: #735900; }
.contact .eyebrow span { background: var(--ink); }
.contact-actions { align-self: center; border-top: 1px solid rgba(10,13,15,.35); }
.contact-actions a { min-height: 90px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(10,13,15,.35); }
.contact-actions a > span { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-actions strong { font-size: 1.05rem; }
.contact-actions svg { width: 22px; height: 22px; }

footer { max-width: var(--max); margin: auto; padding: 70px 40px 30px; display: grid; grid-template-columns: 1.5fr 1fr .6fr; gap: 4rem; }
footer .brand { margin-bottom: 1.5rem; }
footer p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.footer-label { display: block; margin-bottom: 1.3rem; color: #8b918f; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
footer > div:nth-child(3) { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; font-size: .86rem; }
footer > div:nth-child(3) a:hover { color: var(--signal-dark); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 1.5rem; margin-top: 2rem; color: #8c9290; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; padding: 1.5rem; background: #151a1b; flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .8rem 0; border-bottom: 1px solid #2e3434; }
  .menu-toggle { justify-self: end; display: grid; gap: 7px; width: 42px; height: 42px; place-content: center; border: 1px solid #3e4545; background: transparent; color: white; }
  .menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; background: currentColor; }
  .header-cta { display: none; }
  .home-language { position: absolute; top: 29px; right: 92px; }
  .hero { height: auto; min-height: 860px; grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 900px; }
  .hero-system { justify-self: center; width: min(72vw, 520px); }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card { grid-column: span 3; }
  .product-card-software { grid-column: 1 / -1; }
  .product-card-wide { min-height: 470px; }
  .product-actions { grid-template-columns: 1fr; }
  .detail-hero-grid { grid-template-columns: 1fr; }
  .detail-hero { min-height: auto; }
  .detail-image { max-width: 760px; }
  .detail-body { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .detail-gallery-heading { grid-template-columns: 1fr; gap: 1rem; }
  .detail-variants-heading { grid-template-columns: 1fr; gap: 1rem; }
  .variant-grid { grid-template-columns: repeat(2, 1fr); }
  .variant-card:nth-child(3) { border-left: 0; border-top: 1px solid #353c3d; }
  .variant-card:nth-child(4) { border-top: 1px solid #353c3d; }
  .industries { grid-template-columns: 1fr; }
  .industries-copy { position: static; }
  .about { grid-template-columns: .85fr 1.15fr; }
  .about-copy { padding-left: 6vw; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 78px; padding: 0 20px; }
  .home-language { top: 22px; right: 74px; }
  .home-language a { min-width: 30px; }
  .brand { font-size: 1.3rem; }
  .brand-mark { width: 22px; height: 22px; }
  .hero { min-height: 760px; padding: 130px 20px 70px; gap: 3rem; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.2rem; }
  .button { width: 100%; }
  .hero-system { width: min(92vw, 430px); }
  .system-node { padding: .4rem .55rem; font-size: .58rem; }
  .hero-index { display: none; }
  .sector-rail { grid-template-columns: 1fr; gap: 1.3rem; padding: 2rem 20px; }
  .rail-items { justify-content: flex-start; flex-wrap: wrap; gap: .8rem 1rem; font-size: .9rem; }
  .section { padding: 90px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading h2, .industries h2, .about-copy h2, .contact h2 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 370px; }
  .products { padding-left: 20px; padding-right: 20px; }
  .products::before { margin-bottom: 1.2rem; font-size: 17vw; }
  .product-intro { grid-template-columns: 1fr; gap: .7rem; padding: 1.2rem; }
  .product-intro strong { padding-top: .8rem; border-top: 1px solid #2d3436; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card-wide { grid-column: auto; min-height: 560px; }
  .product-card-wide { min-height: 650px; }
  .product-photo { height: 220px; margin-bottom: 2rem; }
  .product-photo-wide { height: 250px; }
  .detail-page .site-header { padding-left: 20px; padding-right: 20px; }
  .detail-hero { padding: 125px 20px 65px; }
  .detail-breadcrumb { flex-wrap: wrap; }
  .detail-tools { align-items: flex-start; gap: 1rem; }
  .language-switcher a { min-width: 38px; }
  .detail-hero-grid { gap: 2.5rem; }
  .detail-hero h1 { font-size: clamp(3.5rem, 17vw, 5.3rem); }
  .detail-meta { grid-template-columns: 1fr; }
  .detail-meta > div + div { padding-left: 0; border-left: 0; border-top: 1px solid #343b3c; }
  .detail-body { padding: 75px 20px; }
  .spec-table th { width: 39%; }
  .detail-aside { padding: 1.5rem; }
  .detail-gallery { padding: 75px 20px; }
  .detail-gallery-grid { grid-template-columns: 1fr; }
  .detail-gallery-grid figure, .detail-gallery-grid img { min-height: 280px; }
  .detail-variants { padding: 75px 20px; }
  .variant-grid { grid-template-columns: 1fr; }
  .variant-card { min-height: 185px; }
  .variant-card + .variant-card { border-left: 0; border-top: 1px solid #353c3d; }
  .detail-scope { padding: 75px 20px; }
  .detail-scope-grid { grid-template-columns: 1fr; }
  .detail-scope-card + .detail-scope-card { border-left: 0; border-top: 1px solid #cdd1cc; }
  .detail-next { padding: 2.2rem 20px; align-items: flex-start; flex-direction: column; }
  .industries { padding-left: 20px; padding-right: 20px; }
  .industry-list > div { grid-template-columns: 35px 1fr; padding: 1.3rem 0; }
  .industry-list p { grid-column: 2; }
  .process-steps { grid-template-columns: 1fr; border-top: 0; }
  .process-steps li, .process-steps li:not(:first-child) { min-height: auto; padding: 1.5rem 0 1.8rem 1.6rem; border-right: 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 45px 1fr; }
  .process-steps li::before, .process-steps li:not(:first-child)::before { left: -4px; top: 1.8rem; }
  .process-steps h3 { margin: 0 0 .4rem; }
  .about { grid-template-columns: 1fr; padding: 0; }
  .about-visual { min-height: 480px; }
  .about-copy { padding: 80px 20px; }
  .contact { padding: 90px 20px; }
  .contact-actions a { grid-template-columns: 82px 1fr auto; }
  .contact-actions strong { font-size: .84rem; }
  footer { padding: 60px 20px 25px; grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { gap: 1rem; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Articles and technical studies */
.insights { background: #eef0ec; }
.insights-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 3.5rem; background: #cdd1cc; border: 1px solid #cdd1cc; }
.insight-feature { display: grid; grid-template-columns: 1fr; background: var(--white); }
.insight-image { display: block; min-height: 310px; overflow: hidden; background: var(--ink); }
.insight-image img { display: block; width: 100%; height: 100%; min-height: 310px; object-fit: cover; transition: transform .45s ease; }
.insight-feature:hover .insight-image img { transform: scale(1.025); }
.insight-copy { padding: 2rem; }
.insight-copy > span, .article-card > div > span { color: var(--signal-dark); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.insight-copy h3 { margin: 1rem 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2rem, 3vw, 3.1rem); line-height: .98; text-transform: uppercase; }
.insight-copy p { color: var(--muted); line-height: 1.75; }
.insights-all { display: inline-flex; gap: .8rem; margin-top: 2rem; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.articles-hero { min-height: 540px; padding: 150px max(40px, calc((100vw - var(--max)) / 2 + 40px)) 90px; display: flex; align-items: flex-end; background: var(--ink); color: var(--white); }
.articles-hero > div { width: min(100%, var(--max)); margin: auto; }
.articles-hero h1 { max-width: 980px; margin: 1.2rem 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(4rem, 8vw, 8.6rem); line-height: .86; text-transform: uppercase; }
.articles-hero > div > p:last-child { max-width: 720px; color: #a8b0ae; line-height: 1.8; }
.articles-index { max-width: var(--max); margin: auto; padding: 90px 40px 120px; display: grid; gap: 1px; background: #cdd1cc; }
.article-card { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 350px; background: var(--white); }
.article-card > a { overflow: hidden; background: var(--ink); }
.article-card img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; transition: transform .45s ease; }
.article-card:hover img { transform: scale(1.025); }
.article-card > div { padding: 3rem; align-self: center; }
.article-card h2 { margin: 1rem 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.6rem, 4vw, 4.6rem); line-height: .92; text-transform: uppercase; }
.article-card p { max-width: 680px; color: var(--muted); line-height: 1.8; }

.article-hero { min-height: 690px; padding: 150px max(40px, calc((100vw - var(--max)) / 2 + 40px)) 80px; background: var(--ink); color: var(--white); }
.article-hero > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.article-hero h1 { max-width: var(--max); margin-top: 1.3rem; font-family: "Barlow Condensed", sans-serif; font-size: clamp(4.4rem, 8.6vw, 9.6rem); line-height: .84; text-transform: uppercase; }
.article-lead { max-width: 900px; margin-top: 2.5rem; color: #b1b8b6; font-size: 1.1rem; line-height: 1.85; }
.article-byline { margin-top: 2.5rem; padding-top: 1.3rem; border-top: 1px solid #353c3d; display: flex; justify-content: space-between; gap: 1rem; color: #8f9896; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.article-cover { width: min(calc(100% - 80px), var(--max)); height: min(64vw, 720px); margin: -1px auto 0; background: var(--ink); overflow: hidden; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-content { max-width: 1040px; margin: auto; padding: 80px 40px 120px; }
.article-content > section { display: grid; grid-template-columns: 70px 1fr; gap: 1.5rem; padding: 3rem 0; border-top: 1px solid var(--line); }
.article-content > section > span { color: var(--signal-dark); font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 800; }
.article-content h2 { margin: 0 0 1rem; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.4rem, 4.3vw, 4rem); line-height: .95; text-transform: uppercase; }
.article-content p { margin: 0; color: #4f5857; font-size: 1.02rem; line-height: 1.9; }
.article-note { margin: 2rem 0 3rem 70px; padding: 1.5rem; border-left: 4px solid var(--signal); background: #eef0ec; color: #505957; font-size: .85rem; line-height: 1.75; }
.article-cta { padding: 80px max(40px, calc((100vw - var(--max)) / 2 + 40px)); display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: var(--signal); }
.article-cta span { color: #745a00; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.article-cta h2 { max-width: 820px; margin: .5rem 0 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .9; text-transform: uppercase; }
.article-cta .button { background: var(--ink); color: var(--white); white-space: nowrap; }

.table-scroll { overflow-x: auto; margin-top: 1.5rem; }
.study-table { width: 100%; min-width: 690px; border-collapse: collapse; border-top: 2px solid var(--ink); }
.study-table th, .study-table td { padding: .85rem .75rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .82rem; }
.study-table th { color: #4e5755; font-weight: 700; }
.study-table thead th { color: #777f7d; font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.study-table td:last-child, .study-table th:last-child { text-align: right; white-space: nowrap; }
.study-total { background: #eef0ec; }
.study-total th, .study-total td { color: var(--ink); font-weight: 800; }
.cost-basis { font-size: .85rem !important; }
.cost-recommendation { margin-top: 1.5rem !important; padding: 1.2rem; background: var(--ink); color: var(--white) !important; }
.exchange-control { max-width: 340px; display: grid; gap: .55rem; margin: 1rem 0 1.5rem; color: #727a79; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.exchange-control input { min-height: 52px; padding: 0 .9rem; border: 1px solid #bfc4bf; background: var(--white); color: var(--ink); font: inherit; font-size: 1rem; letter-spacing: normal; }
.sources-block ul { margin: 0; padding: 0; list-style: none; }
.sources-block li { padding: .8rem 0; border-bottom: 1px solid var(--line); }
.sources-block a { color: var(--signal-dark); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 800px) {
  .insights-grid { grid-template-columns: 1fr; }
  .insight-image { min-height: 240px; }
  .article-card { grid-template-columns: 1fr; }
  .article-card > div { padding: 2rem; }
  .articles-hero, .article-hero { padding-left: 20px; padding-right: 20px; }
  .articles-index { padding: 60px 20px 90px; }
  .article-cover { width: 100%; height: 66vw; min-height: 280px; }
  .article-content { padding: 60px 20px 90px; }
  .article-content > section { grid-template-columns: 42px 1fr; }
  .article-note { margin-left: 0; }
  .article-cta { padding: 65px 20px; align-items: flex-start; flex-direction: column; }
}

.qualification-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.5rem;padding:0;list-style:none}.qualification-checklist li{padding:.8rem 1rem;border:1px solid rgba(26,56,68,.16);background:#f4f7f7}.sources-block ul{padding-left:1.15rem}.sources-block li{margin:.55rem 0}.sources-block a{text-decoration:underline;text-underline-offset:3px}@media(max-width:700px){.qualification-checklist{grid-template-columns:1fr}}
