/* Oxford Machine Guarding — production stylesheet */
:root {
  color-scheme: light;
  --ink: #071421;
  --ink-2: #0b1f32;
  --ink-3: #12324d;
  --blue: #1479f6;
  --cyan: #63ddff;
  --amber: #ffb000;
  --amber-2: #ffca5a;
  --paper: #eef3f7;
  --paper-2: #f6f8fa;
  --white: #ffffff;
  --text: #1a2a38;
  --muted: #607181;
  --line: #d7e0e7;
  --line-dark: rgba(255,255,255,.14);
  --success: #2ebc86;
  --shadow: 0 24px 70px rgba(7,20,33,.14);
  --shadow-soft: 0 14px 40px rgba(7,20,33,.09);
  --radius: 3px;
  --shell: 1240px;
  --header: 82px;
  --ease: cubic-bezier(.2,.75,.25,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--white); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4 { margin: 0 0 .6em; color: var(--ink); font-weight: 760; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.85rem, 6vw, 6.25rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.75rem); }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.55rem); }
p { margin: 0 0 1.25em; }
ul, ol { margin: 0; padding: 0; }
address { font-style: normal; }
::selection { background: var(--amber); color: var(--ink); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 18px; top: 18px; transform: translateY(-150%); padding: 12px 18px; background: var(--amber); color: var(--ink); font-weight: 800; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 18px; color: #1769b6; font-size: .74rem; font-weight: 850; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: var(--cyan); }
.lead { font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .22s var(--ease), background .22s, border-color .22s, color .22s, box-shadow .22s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: var(--ink); box-shadow: 0 12px 30px rgba(255,176,0,.18); }
.button-primary:hover { background: var(--amber-2); box-shadow: 0 16px 36px rgba(255,176,0,.24); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--ink-3); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--amber); }
.button-ghost { border-color: rgba(255,255,255,.34); color: var(--white); background: rgba(255,255,255,.045); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: var(--cyan); background: rgba(99,221,255,.1); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button-full { width: 100%; }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--ink); border-bottom: 1px solid var(--blue); padding-bottom: 3px; }
.text-link:hover, .arrow-link:hover { color: var(--blue); }
.text-link-light { color: var(--white); border-color: var(--cyan); }
.arrow-link span { transition: transform .2s; }
.arrow-link:hover span { transform: translateX(5px); }
.utility-bar { position: relative; z-index: 80; background: #03101b; color: #b8c8d6; font-size: .77rem; letter-spacing: .025em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-parent strong { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 70; height: var(--header); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,20,33,.1); backdrop-filter: blur(16px); transition: box-shadow .25s, height .25s; }
.site-header.is-scrolled { box-shadow: 0 8px 36px rgba(7,20,33,.12); }
.header-inner { height: 100%; display: grid; grid-template-columns: minmax(220px, 300px) 1fr auto; align-items: center; gap: 30px; }
.brand img { width: min(100%, 292px); height: auto; }
.primary-nav ul { list-style: none; display: flex; align-items: center; justify-content: center; gap: 26px; }
.primary-nav a { position: relative; color: #223648; font-size: .93rem; font-weight: 750; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--blue); transition: right .24s var(--ease); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.search-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); cursor: pointer; }
.search-button:hover { border-color: var(--blue); color: var(--blue); }
.search-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.nav-toggle { display: none; width: 45px; height: 42px; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .2s, opacity .2s; }
.section { position: relative; padding: clamp(78px, 9vw, 132px) 0; overflow: clip; }
.section-white { background: var(--white); }
.section-light { background: var(--paper-2); }
.section-paper { background: var(--paper); }
.section-ink { background: var(--ink); color: #c8d5df; }
.section-ink h2, .section-ink h3 { color: var(--white); }
.section-blueprint { background: linear-gradient(145deg, #0b2f50, #071a2d 70%); color: #cfe0ed; }
.section-blueprint::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(99,221,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(99,221,255,.16) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to right, black, transparent 85%); }
.section-blueprint > * { position: relative; }
.section-blueprint h2, .section-blueprint h3 { color: var(--white); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading > div { max-width: 790px; }
.section-heading > p { max-width: 480px; margin: 0; }
.section-heading-light h2 { color: var(--white); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; margin-bottom: 64px; }
.split-heading > div:last-child { padding-bottom: 8px; }
.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-home { min-height: min(810px, calc(100vh - 116px)); display: grid; align-items: center; }
.hero-grid-overlay, .page-hero-grid, .article-grid, .status-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(99,221,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(99,221,255,.14) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at 75% 35%, #000 0, transparent 70%); }
.hero-home::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(99,221,255,.15); border-radius: 50%; right: -140px; top: -180px; box-shadow: 0 0 0 70px rgba(99,221,255,.025), 0 0 0 140px rgba(99,221,255,.018); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 6vw; padding-block: clamp(72px, 8vw, 116px); }
.hero-copy h1 { color: var(--white); max-width: 800px; font-size: clamp(3.6rem, 7vw, 7rem); }
.hero-copy h1 span { color: var(--amber); }
.hero-lead { max-width: 690px; color: #c7d6e2; font-size: clamp(1.07rem, 1.55vw, 1.32rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-proof { margin-top: 58px; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); }
.hero-proof li { padding: 22px 18px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 12px; color: #c8d7e3; font-size: .83rem; line-height: 1.35; }
.hero-proof strong { color: var(--cyan); font-size: .72rem; letter-spacing: .12em; }
.hero-visual { position: relative; padding: 24px 0 44px 32px; }
.hero-visual::before { content: ""; position: absolute; inset: 2px 32px 22px 0; border: 1px solid rgba(99,221,255,.26); transform: translate(-20px, 20px); }
.supplier-media { position: relative; height: 100%; margin: 0; overflow: hidden; background: #10283d; }
.supplier-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(3,16,27,.82)); pointer-events: none; }
.supplier-image { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity .35s, transform .55s var(--ease); background: #10283d; }
.supplier-image.is-loading { opacity: .58; }
.supplier-media:hover .supplier-image { transform: scale(1.025); }
.supplier-media figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 17px; display: flex; justify-content: space-between; align-items: end; gap: 16px; color: var(--white); line-height: 1.25; }
.supplier-media figcaption span { max-width: 70%; font-size: .84rem; font-weight: 750; }
.supplier-media figcaption small { color: #b7c9d7; font-size: .67rem; text-align: right; }
.hero-visual .supplier-media { height: clamp(390px, 48vw, 570px); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.hero-callout { position: absolute; z-index: 3; min-width: 205px; padding: 15px 18px; background: rgba(7,20,33,.93); border-left: 3px solid var(--amber); box-shadow: var(--shadow); }
.hero-callout span { display: block; color: #99afc0; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-callout strong { display: block; color: var(--white); font-size: .95rem; }
.hero-callout-top { right: -12px; top: 58px; }
.hero-callout-bottom { left: 2px; bottom: 5px; }
.hero-edge { position: absolute; left: 0; bottom: 0; width: 34%; height: 7px; background: var(--amber); }
.signal-strip { background: #0a2033; color: var(--white); border-top: 1px solid rgba(255,255,255,.07); }
.signal-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.signal-grid div { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 18px 26px; border-right: 1px solid rgba(255,255,255,.1); }
.signal-grid div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.signal-grid span { color: #8fa8ba; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.signal-grid strong { font-size: 1rem; }
.system-chain { display: grid; grid-template-columns: repeat(5,1fr); box-shadow: var(--shadow-soft); }
.system-chain article { position: relative; min-height: 220px; padding: 30px 26px; background: var(--white); border-right: 1px solid var(--line); }
.system-chain article:last-child { border: 0; }
.system-chain article:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 28px; z-index: 2; width: 24px; height: 24px; display: grid; place-items: center; background: var(--blue); color: var(--white); border-radius: 50%; font-size: .75rem; }
.system-chain span { color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.system-chain h3 { margin-top: 36px; }
.system-chain p { margin: 0; color: var(--muted); font-size: .92rem; }
.card-grid { display: grid; gap: 24px; }
.card-grid-3 { grid-template-columns: repeat(3,1fr); }
.card-grid-2 { grid-template-columns: repeat(2,1fr); }
.solution-card { background: #0d2539; border: 1px solid rgba(255,255,255,.09); transition: transform .28s var(--ease), border-color .28s, background .28s; }
.solution-card:hover { transform: translateY(-7px); border-color: rgba(99,221,255,.5); background: #112d44; }
.card-media { display: block; height: 250px; overflow: hidden; }
.card-media .supplier-media { height: 100%; }
.card-media figcaption { display: none; }
.card-body { padding: 28px 30px 32px; }
.card-index { color: var(--cyan); margin-bottom: 24px; font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.card-body h3 a { color: var(--white); }
.card-body p { color: #b7c8d5; font-size: .94rem; min-height: 74px; }
.card-body .arrow-link { color: var(--white); border: 0; padding: 0; font-size: .9rem; }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: start; }
.process-intro { position: sticky; top: 125px; }
.process-intro p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.process-steps { list-style: none; border-top: 1px solid #becad4; }
.process-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid #becad4; }
.process-steps > li > span { color: var(--blue); font-size: .77rem; font-weight: 850; letter-spacing: .12em; }
.process-steps h3 { margin: 0 0 7px; }
.process-steps p { margin: 0; color: var(--muted); }
.technology-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: 7vw; }
.technology-media { min-height: 640px; position: relative; }
.technology-media .supplier-media { height: 100%; }
.tech-caption { position: absolute; right: -22px; top: 46px; width: 250px; padding: 18px; background: var(--amber); color: var(--ink); box-shadow: var(--shadow); }
.tech-caption span { display: block; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.tech-caption strong { font-size: .95rem; }
.technology-copy { align-self: center; }
.technology-copy .lead { color: var(--muted); }
.technology-list { margin-top: 38px; border-top: 1px solid var(--line); }
.technology-list a { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.technology-list span { font-weight: 800; }
.technology-list small { color: var(--muted); text-align: right; }
.technology-list a:hover span { color: var(--blue); }
.compliance-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 8vw; align-items: center; }
.compliance-grid > div:first-child p:not(.eyebrow) { font-size: 1.1rem; }
.compliance-links { display: grid; margin-top: 36px; border-top: 1px solid rgba(255,255,255,.18); }
.compliance-links a { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--white); font-weight: 750; }
.compliance-links a:hover { color: var(--cyan); }
.standards-panel { background: rgba(2,14,24,.72); border: 1px solid rgba(99,221,255,.28); padding: clamp(26px, 4vw, 48px); box-shadow: var(--shadow); }
.panel-label { color: var(--cyan); font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.standards-panel dl { margin: 28px 0; }
.standards-panel dl div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.standards-panel dt { color: var(--white); font-weight: 850; }
.standards-panel dd { margin: 0; color: #b9cbda; }
.panel-note { margin: 0; font-size: .8rem; color: #8fa7ba; }
.industry-links { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.industry-links a { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 18px; min-height: 88px; border-bottom: 1px solid var(--line); padding: 12px 24px 12px 0; }
.industry-links a:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 34px; }
.industry-links a:nth-child(even) { padding-left: 34px; }
.industry-links span { color: var(--blue); font-size: .72rem; font-weight: 850; }
.industry-links strong { font-size: 1.06rem; }
.industry-links em { font-style: normal; transition: transform .2s; }
.industry-links a:hover strong { color: var(--blue); }
.industry-links a:hover em { transform: translateX(5px); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 125px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; position: relative; cursor: pointer; padding: 24px 54px 24px 0; font-weight: 800; color: var(--ink); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--blue); border: 1px solid var(--line); font-size: 1.25rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > div { padding: 0 52px 24px 0; color: var(--muted); }
.faq-list details > div p { margin: 0; }
.cta-band { position: relative; overflow: hidden; padding: 66px 0; background: var(--blue); color: var(--white); }
.cta-band::after { content: ""; position: absolute; width: 480px; height: 480px; right: -150px; top: -240px; border: 1px solid rgba(255,255,255,.28); transform: rotate(45deg); box-shadow: 0 0 0 72px rgba(255,255,255,.035), 0 0 0 144px rgba(255,255,255,.025); }
.cta-band-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.cta-band h2 { color: var(--white); font-size: clamp(2rem, 3.4vw, 3.35rem); margin-bottom: 10px; }
.cta-band p:not(.eyebrow) { margin: 0; max-width: 760px; }
.cta-band-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.site-footer { background: #030d16; color: #9fb1c0; padding: 80px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(4,1fr); gap: 55px; padding-bottom: 62px; }
.footer-brand img { max-width: 270px; margin-bottom: 28px; }
.footer-brand p { max-width: 390px; font-size: .9rem; }
.footer-group { color: var(--white); font-weight: 750; }
.site-footer h2 { color: var(--white); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 22px; }
.site-footer ul { list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: #aebfcd; font-size: .88rem; }
.site-footer a:hover { color: var(--cyan); }
.footer-contact address { margin-bottom: 16px; }
.footer-contact > a { color: var(--white); word-break: break-word; }
.footer-contact p { font-size: .8rem; margin-top: 18px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 20px; }
.site-search { width: min(900px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 32px)); padding: 0; border: 0; background: transparent; color: var(--text); }
.site-search::backdrop { background: rgba(2,10,18,.84); backdrop-filter: blur(10px); }
.search-panel { background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.45); padding: clamp(28px, 5vw, 58px); }
.search-head { display: flex; justify-content: space-between; gap: 30px; align-items: start; margin-bottom: 30px; }
.search-head h2 { font-size: clamp(1.8rem, 3.6vw, 3.1rem); }
.search-head button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; font-size: 1.8rem; cursor: pointer; }
.search-panel label, .search-page label { display: block; color: var(--ink); font-weight: 750; margin-bottom: 8px; }
.search-panel input, .search-page input { width: 100%; min-height: 62px; padding: 0 18px; border: 2px solid var(--ink); border-radius: 0; background: var(--white); color: var(--ink); font-size: 1.1rem; }
.search-results { display: grid; margin-top: 18px; max-height: 360px; overflow: auto; }
.search-result { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 2px; border-bottom: 1px solid var(--line); }
.search-result strong { display: block; color: var(--ink); }
.search-result span { display: block; color: var(--muted); font-size: .86rem; }
.search-result em { color: var(--blue); font-style: normal; }
.search-empty { padding: 22px 0; color: var(--muted); }
.page-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.page-hero-dark { min-height: 520px; display: grid; align-items: center; }
.page-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; padding-block: 82px; }
.page-hero-inner h1, .detail-hero h1, .article-hero h1, .compact-hero h1, .contact-hero h1 { color: var(--white); font-size: clamp(3rem, 5.8vw, 5.7rem); }
.page-hero-inner > div:first-child > p:last-child { color: #c2d2df; max-width: 720px; font-size: 1.15rem; }
.page-hero-media { height: 370px; border: 1px solid rgba(99,221,255,.3); padding: 14px; }
.page-hero-media .supplier-media { height: 100%; }
.compact-hero { min-height: 480px; display: grid; align-items: center; }
.compact-hero-inner { position: relative; z-index: 2; padding-block: 74px; max-width: 990px; margin-left: max(24px, calc((100% - var(--shell))/2)); margin-right: 24px; }
.compact-hero-inner p:last-child { color: #c3d3df; max-width: 800px; font-size: 1.15rem; }
.breadcrumbs { margin-bottom: 34px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; color: #a9bece; font-size: .76rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #668297; }
.breadcrumbs a:hover { color: var(--cyan); }
.detail-hero { min-height: 650px; display: grid; align-items: center; }
.detail-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr; gap: 7vw; align-items: center; padding-block: 76px; }
.detail-lead { max-width: 740px; color: #c5d4df; font-size: clamp(1.1rem,1.8vw,1.35rem); }
.detail-hero-media { height: 450px; padding: 14px; border: 1px solid rgba(99,221,255,.28); }
.detail-hero-media .supplier-media { height: 100%; }
.answer-section { background: var(--amber); color: var(--ink); }
.answer-grid { display: grid; grid-template-columns: 260px 1fr; gap: 6vw; align-items: start; padding-block: 44px; }
.answer-label { padding-top: 5px; }
.answer-label span, .answer-label small { display: block; }
.answer-label span { font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.answer-label small { margin-top: 5px; color: #58410c; }
.answer-grid > div:last-child p { margin: 0; font-size: clamp(1.16rem,2vw,1.55rem); font-weight: 680; line-height: 1.5; }
.intro-answer { display: grid; grid-template-columns: 230px 1fr; gap: 6vw; align-items: start; padding: 0 0 60px; }
.intro-answer span { color: var(--blue); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.intro-answer p { margin: 0; max-width: 920px; color: var(--ink); font-size: clamp(1.25rem, 2.3vw, 1.9rem); font-weight: 650; line-height: 1.45; }
.listing-grid { align-items: stretch; }
.listing-card { display: flex; flex-direction: column; min-height: 330px; padding: 34px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 8px 0 transparent; transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.listing-card:hover { transform: translateY(-6px); box-shadow: 0 8px 0 var(--blue), var(--shadow-soft); border-color: #b9c7d3; }
.listing-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 52px; color: var(--blue); }
.listing-card-top span { font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.listing-card-top svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.listing-card h2 { font-size: 1.55rem; }
.listing-card p { color: var(--muted); }
.listing-card .arrow-link { margin-top: auto; border: 0; padding: 0; font-size: .9rem; }
.selection-table { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; }
.responsive-table { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: var(--white); }
th, td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--ink); color: var(--white); font-size: .78rem; letter-spacing: .04em; }
td { font-size: .9rem; }
.lifecycle-row { display: grid; grid-template-columns: 1fr .7fr auto; gap: 55px; align-items: center; }
.lifecycle-row p { margin: 0; }
.two-col-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.two-col-content > div { position: sticky; top: 125px; }
.two-col-content > div p:not(.eyebrow) { color: var(--muted); }
.feature-list { list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 16px; min-height: 70px; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 760; }
.feature-list li span { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.option-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.option-grid > div { min-height: 190px; padding: 30px; background: var(--white); }
.option-grid svg { width: 34px; margin-bottom: 30px; fill: none; stroke: var(--blue); stroke-width: 1.5; }
.option-grid h3 { font-size: 1.08rem; }
.method-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.method-grid article { min-height: 320px; padding: 32px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.method-grid span { color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.method-grid h3 { margin-top: 70px; }
.method-grid p { color: #aebfcc; font-size: .9rem; }
.deliverable-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.tick-list { list-style: none; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 30px; border-top: 1px solid var(--line); }
.tick-list li { position: relative; padding: 18px 0 18px 34px; border-bottom: 1px solid var(--line); }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: 18px; width: 22px; height: 22px; display: grid; place-items: center; background: #def6ed; color: #087b56; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.triple-content { display: grid; grid-template-columns: repeat(3,1fr); gap: 4vw; }
.triple-content h2 { font-size: 1.75rem; min-height: 75px; }
.line-list { list-style: none; border-top: 1px solid var(--line); }
.line-list li { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.sector-cta { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.sector-cta > div { max-width: 870px; }
.compliance-principle { display: grid; grid-template-columns: 1fr .75fr; gap: 9vw; align-items: end; }
.compliance-principle p:last-child { margin: 0; color: #b8cad7; font-size: 1.1rem; }
.article-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.article-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.14fr .86fr; gap: 7vw; align-items: center; padding-block: 78px; }
.article-hero h1 { font-size: clamp(2.9rem, 5vw, 5rem); }
.article-hero p:not(.eyebrow) { color: #c2d3df; font-size: 1.18rem; max-width: 790px; }
.article-meta { display: flex; gap: 24px; color: #8fa9bc; font-size: .76rem; }
.article-hero-media { height: 390px; border: 1px solid rgba(99,221,255,.26); padding: 12px; }
.article-hero-media .supplier-media { height: 100%; }
.answer-section-article { background: #73e2ff; }
.article-layout { display: grid; grid-template-columns: 280px minmax(0,780px); gap: 8vw; justify-content: center; align-items: start; }
.article-aside { position: sticky; top: 120px; display: grid; gap: 24px; }
.toc { padding: 26px; background: var(--paper-2); border-top: 4px solid var(--blue); }
.toc > p { margin: 0 0 14px; color: var(--ink); font-weight: 850; }
.toc ol { list-style: none; counter-reset: toc; }
.toc li { counter-increment: toc; }
.toc a { display: grid; grid-template-columns: 26px 1fr; gap: 8px; padding: 8px 0; color: var(--muted); font-size: .82rem; line-height: 1.35; }
.toc a::before { content: counter(toc, decimal-leading-zero); color: var(--blue); font-size: .67rem; font-weight: 850; }
.toc a:hover { color: var(--blue); }
.aside-cta { display: block; padding: 24px; background: var(--ink); color: var(--white); }
.aside-cta span, .aside-cta strong { display: block; }
.aside-cta span { color: #9eb4c4; font-size: .75rem; }
.aside-cta strong { margin-top: 8px; }
.article-body > section { padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.article-body > section:last-child { border: 0; margin-bottom: 0; }
.article-body h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); }
.article-body p { color: #3f5262; font-size: 1.06rem; line-height: 1.8; }
.checklist-panel { padding: 38px !important; background: var(--ink); color: var(--white); border: 0 !important; }
.checklist-panel h2 { color: var(--white); }
.checklist-panel ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 28px; list-style: none; }
.checklist-panel li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid rgba(255,255,255,.13); color: #c7d5df; }
.checklist-panel li::before { content: "□"; position: absolute; left: 0; color: var(--cyan); }
.source-panel { padding: 36px !important; background: var(--paper-2); }
.source-panel ul { list-style: none; }
.source-panel li { border-top: 1px solid var(--line); }
.source-panel a { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; font-weight: 750; }
.source-panel a:hover { color: var(--blue); }
.notice-box { padding: 22px; border: 1px solid #f1c96d; background: #fff7df; font-size: .82rem; }
.notice-box strong { color: var(--ink); }
.notice-box p { margin: 6px 0 0; color: #5f5131; }
.guide-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; padding: 48px; background: var(--white); box-shadow: var(--shadow-soft); }
.guide-feature-steps { display: grid; grid-template-columns: repeat(5,1fr); }
.guide-feature-steps span { position: relative; min-height: 120px; display: grid; place-items: center; padding: 20px 12px; text-align: center; border: 1px solid var(--line); border-right: 0; color: var(--ink); font-weight: 800; font-size: .84rem; }
.guide-feature-steps span:last-child { border-right: 1px solid var(--line); }
.guide-feature-steps span:not(:last-child)::after { content: "→"; position: absolute; right: -11px; z-index: 2; width: 22px; height: 22px; display: grid; place-items: center; background: var(--blue); color: var(--white); border-radius: 50%; font-size: .68rem; }
.guide-grid { align-items: stretch; }
.guide-card { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 36px; border: 1px solid var(--line); background: var(--white); transition: transform .24s, box-shadow .24s; }
.guide-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.guide-card span { color: var(--blue); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.guide-card h2 { margin-top: 28px; font-size: 1.65rem; }
.guide-card p { color: var(--muted); }
.guide-card .arrow-link { align-self: flex-start; border: 0; padding: 0; }
.knowledge-cta { max-width: 850px; text-align: center; }
.knowledge-cta p { margin-inline: auto; max-width: 680px; }
.manifesto-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; align-items: start; }
.manifesto-grid > div:first-child { position: sticky; top: 125px; }
.manifesto-points { border-top: 1px solid var(--line); }
.manifesto-points article { display: grid; grid-template-columns: 65px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.manifesto-points > article > span { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.manifesto-points p { margin: 0; color: var(--muted); }
.capability-matrix { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid rgba(255,255,255,.15); border-top: 1px solid rgba(255,255,255,.15); }
.capability-matrix div { min-height: 180px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.capability-matrix strong { color: var(--white); font-size: 1.35rem; }
.capability-matrix span { color: #9fb4c3; font-size: .86rem; }
.group-panel { display: grid; grid-template-columns: 1fr .55fr; gap: 8vw; align-items: center; padding: 55px; background: var(--white); box-shadow: var(--shadow-soft); }
.group-panel p:not(.eyebrow) { color: var(--muted); }
.group-mark { min-height: 250px; display: grid; place-items: center; align-content: center; background: var(--ink); color: var(--white); }
.group-mark span { color: var(--amber); font-size: 4.5rem; font-weight: 900; letter-spacing: -.08em; }
.group-mark small { color: #b8c9d6; letter-spacing: .12em; text-transform: uppercase; }
.process-long { max-width: 1040px; }
.process-long article { display: grid; grid-template-columns: 160px 1fr; gap: 60px; padding: 72px 0; border-bottom: 1px solid var(--line); }
.process-long article:first-child { padding-top: 0; }
.process-number { color: var(--blue); font-size: clamp(4rem,8vw,7rem); font-weight: 850; line-height: .85; letter-spacing: -.08em; opacity: .22; }
.process-long article ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px 30px; margin-top: 28px; list-style: none; }
.process-long article li { position: relative; padding: 9px 0 9px 22px; border-bottom: 1px solid var(--line); color: var(--muted); }
.process-long article li::before { content: "—"; position: absolute; left: 0; color: var(--blue); }
.coverage-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: center; }
.coverage-map { min-height: 620px; display: grid; place-items: center; background: var(--ink); overflow: hidden; }
.coverage-map svg { width: 90%; max-height: 590px; }
.coverage-map .map-fill { fill: url(#dots); stroke: #63ddff; stroke-width: 2; }
.coverage-map circle { fill: var(--amber); }
.coverage-map .map-ring { fill: none; stroke: var(--amber); stroke-width: 2; opacity: .45; }
.coverage-map text { fill: #fff; font-size: 17px; font-weight: 700; }
.region-grid { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 40px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.region-grid div { min-height: 145px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.region-grid strong, .region-grid span { display: block; }
.region-grid strong { color: var(--ink); }
.region-grid span { margin-top: 8px; color: var(--muted); font-size: .86rem; }
.logistics-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.contact-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.contact-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; align-items: start; padding-block: 72px 92px; }
.contact-hero-grid > div:first-child { padding-top: 30px; }
.contact-hero-grid > div:first-child > p:not(.eyebrow) { color: #c4d4df; font-size: 1.12rem; }
.contact-direct { margin-top: 46px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-direct span, .contact-direct small { display: block; }
.contact-direct span { color: var(--cyan); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-direct a { display: block; margin: 8px 0; color: var(--white); font-size: clamp(1.15rem,2vw,1.55rem); font-weight: 800; word-break: break-word; }
.contact-direct small { color: #91aabb; }
.contact-form-wrap { background: var(--white); color: var(--text); box-shadow: 0 35px 100px rgba(0,0,0,.32); }
.contact-form { padding: clamp(28px,5vw,52px); }
.form-head h2 { font-size: 2.3rem; }
.form-head p:last-child { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: .83rem; font-weight: 780; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #bac7d1; border-radius: 0; background: var(--white); color: var(--ink); padding: 12px 14px; }
.contact-form input, .contact-form select { min-height: 50px; }
.contact-form textarea { resize: vertical; min-height: 170px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); outline: 2px solid rgba(20,121,246,.18); }
.form-span { grid-column: 1 / -1; }
.check-label { display: grid !important; grid-template-columns: 24px 1fr; align-items: start; gap: 12px !important; color: var(--muted) !important; font-weight: 500 !important; }
.check-label input { width: 20px; height: 20px; min-height: 0; margin-top: 2px; accent-color: var(--blue); }
.check-label a { color: var(--blue); text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: .75rem; }
.contact-prep { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.prep-grid { display: grid; grid-template-columns: repeat(2,1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.prep-grid article { padding: 26px; min-height: 190px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.prep-grid span { color: var(--blue); font-size: .72rem; font-weight: 850; }
.prep-grid h3 { margin-top: 32px; }
.prep-grid p { color: var(--muted); font-size: .86rem; }
.status-page { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.status-inner { position: relative; z-index: 2; max-width: 900px; text-align: center; padding-block: 80px; }
.status-inner h1 { color: var(--white); font-size: clamp(3rem,6vw,5.8rem); }
.status-inner > p:not(.eyebrow) { max-width: 730px; margin-inline: auto; color: #c2d2de; font-size: 1.15rem; }
.status-inner .hero-actions { justify-content: center; }
.status-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 28px; border: 2px solid var(--cyan); color: var(--cyan); border-radius: 50%; font-size: 2rem; }
.status-code { color: var(--amber); font-size: clamp(6rem,14vw,12rem); font-weight: 900; line-height: .8; letter-spacing: -.1em; opacity: .9; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0,760px); gap: 9vw; justify-content: center; }
.legal-layout aside { position: sticky; top: 120px; align-self: start; padding: 24px; background: var(--paper-2); border-top: 4px solid var(--blue); }
.legal-layout aside p { margin: 0; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.legal-layout aside strong, .legal-layout aside a { display: block; margin-top: 8px; }
.legal-layout aside a { color: var(--blue); }
.legal-layout > div section { padding-bottom: 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-layout h2 { font-size: 1.85rem; }
.legal-layout p { color: #405464; }
.faq-index { display: grid; gap: 80px; }
.faq-index > section { display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; }
.faq-category-head { display: flex; gap: 18px; align-items: start; }
.faq-category-head span { color: var(--blue); font-size: .72rem; font-weight: 900; }
.faq-category-head h2 { font-size: 2rem; }
.search-page { max-width: 960px; }
.search-results-page { max-height: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible, .no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1160px) {
  .header-inner { grid-template-columns: 230px 1fr auto; gap: 18px; }
  .primary-nav ul { gap: 16px; }
  .primary-nav a { font-size: .84rem; }
  .header-actions .button { display: none; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
  .footer-grid > div:nth-child(4), .footer-grid > div:nth-child(5) { margin-top: 10px; }
  .method-grid { grid-template-columns: repeat(2,1fr); }
  .card-media { height: 220px; }
}
@media (max-width: 900px) {
  :root { --header: 70px; }
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .utility-parent { display: none; }
  .utility-inner { justify-content: center; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .brand img { width: 240px; }
  .nav-toggle { display: block; order: 3; }
  .header-actions { order: 2; }
  .primary-nav { position: fixed; inset: calc(34px + var(--header)) 0 auto; background: var(--white); border-top: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, visibility .2s, transform .2s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav ul { display: grid; gap: 0; padding: 16px 17px 24px; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav a { display: block; padding: 16px 4px; font-size: 1rem; }
  .primary-nav a::after { display: none; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero-grid, .page-hero-inner, .detail-hero-grid, .article-hero-grid, .contact-hero-grid { grid-template-columns: 1fr; }
  .hero-home { min-height: auto; }
  .hero-grid { padding-block: 70px; }
  .hero-copy h1 { font-size: clamp(3.4rem,12vw,5.8rem); }
  .hero-visual { max-width: 720px; }
  .signal-grid { grid-template-columns: repeat(2,1fr); }
  .system-chain { grid-template-columns: 1fr; }
  .system-chain article { min-height: 140px; }
  .system-chain article:not(:last-child)::after { right: 28px; top: auto; bottom: -12px; transform: rotate(90deg); }
  .card-grid-3 { grid-template-columns: repeat(2,1fr); }
  .process-layout, .technology-grid, .compliance-grid, .faq-layout, .split-heading, .selection-table, .two-col-content, .deliverable-grid, .manifesto-grid, .coverage-grid, .logistics-panel, .contact-prep, .legal-layout, .faq-index > section { grid-template-columns: 1fr; }
  .process-intro, .faq-layout > div:first-child, .two-col-content > div, .manifesto-grid > div:first-child, .legal-layout aside { position: static; }
  .technology-media { min-height: 500px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: 1fr 1fr; }
  .toc { display: none; }
  .triple-content { grid-template-columns: 1fr; }
  .triple-content h2 { min-height: 0; }
  .lifecycle-row { grid-template-columns: 1fr; }
  .guide-feature { grid-template-columns: 1fr; }
  .group-panel { grid-template-columns: 1fr; }
  .coverage-map { min-height: 520px; }
  .contact-hero-grid > div:first-child { padding-top: 0; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .cta-band-grid { grid-template-columns: 1fr; }
  .sector-cta { grid-template-columns: 1fr; }
  .compact-hero-inner { margin-inline: 17px; }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .utility-bar { font-size: .68rem; }
  .brand img { width: 205px; }
  .search-button { width: 40px; height: 40px; }
  .section { padding-block: 72px; }
  .hero-copy h1, .page-hero-inner h1, .detail-hero h1, .article-hero h1, .compact-hero h1, .contact-hero h1 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof li { padding: 15px 0; border-bottom: 1px solid var(--line-dark); }
  .hero-visual { padding-left: 12px; }
  .hero-visual .supplier-media { height: 390px; }
  .hero-callout { min-width: 180px; }
  .hero-callout-top { right: -4px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid div { min-height: 82px; border-left: 1px solid rgba(255,255,255,.1); }
  .card-grid-3, .card-grid-2, .option-grid, .tick-list, .capability-matrix, .region-grid, .prep-grid, .checklist-panel ul { grid-template-columns: 1fr; }
  .card-media { height: 250px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: 250px; }
  .method-grid h3 { margin-top: 40px; }
  .industry-links { grid-template-columns: 1fr; }
  .industry-links a:nth-child(odd), .industry-links a:nth-child(even) { border-right: 0; padding-inline: 0; }
  .answer-grid, .intro-answer { grid-template-columns: 1fr; gap: 20px; }
  .page-hero-media, .detail-hero-media, .article-hero-media { height: 330px; }
  .page-hero-inner { padding-block: 64px; }
  .detail-hero-grid, .article-hero-grid { padding-block: 58px; }
  .supplier-media figcaption { left: 14px; right: 14px; }
  .supplier-media figcaption small { display: none; }
  .supplier-media figcaption span { max-width: 100%; }
  .guide-feature { padding: 28px; }
  .guide-feature-steps { grid-template-columns: 1fr; }
  .guide-feature-steps span { min-height: 70px; border-right: 1px solid var(--line); border-bottom: 0; }
  .guide-feature-steps span:last-child { border-bottom: 1px solid var(--line); }
  .guide-feature-steps span:not(:last-child)::after { right: 50%; top: auto; bottom: -11px; transform: translateX(50%) rotate(90deg); }
  .article-aside { grid-template-columns: 1fr; }
  .process-long article { grid-template-columns: 1fr; gap: 26px; padding: 54px 0; }
  .process-long article ul { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { flex-wrap: wrap; }
  .article-meta { flex-direction: column; gap: 5px; }
  .cta-band-actions { width: 100%; }
  .cta-band-actions .button { width: 100%; }
  .search-result { grid-template-columns: 1fr; }
}

/* Local-drive preview feedback for the PHP enquiry form. */
.form-status {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--blue);
  background: #eaf4ff;
  color: var(--ink);
  font-size: .86rem;
  line-height: 1.55;
}

/* Premium photographic visual system — 2026 */
:root {
  --ink: #06131d;
  --ink-2: #0a2130;
  --ink-3: #12364c;
  --blue: #0d66d4;
  --cyan: #5edcff;
  --amber: #ffc000;
  --amber-2: #ffd24d;
  --paper: #edf2f5;
  --paper-2: #f6f8fa;
  --text: #132432;
  --muted: #5b6c79;
  --line: #dbe3e8;
  --radius: 12px;
  --shell: 1320px;
  --header: 88px;
  --shadow: 0 30px 90px rgba(5, 20, 31, .18);
  --shadow-soft: 0 18px 55px rgba(5, 20, 31, .10);
}

body {
  background: #f7f9fa;
  font-family: "Segoe UI Variable", Aptos, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
}

h1, h2, h3, h4 { font-weight: 780; letter-spacing: -.045em; }
.shell { width: min(calc(100% - 64px), var(--shell)); }
.section { padding: clamp(88px, 8vw, 132px) 0; }
.eyebrow { color: #0b65b7; font-size: .72rem; letter-spacing: .19em; }
.eyebrow-light { color: var(--cyan); }

.button { min-height: 54px; padding-inline: 26px; border-radius: 8px; box-shadow: none; }
.button-primary { background: var(--amber); box-shadow: 0 14px 32px rgba(255, 192, 0, .18); }
.button-primary:hover { background: #ffd044; box-shadow: 0 18px 42px rgba(255, 192, 0, .25); }
.button-ghost { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.button-light { border: 1px solid rgba(255,255,255,.2); }

.utility-bar {
  background: #030c12;
  color: #aebdc7;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.utility-inner { min-height: 36px; }
.site-header {
  height: var(--header);
  background: rgba(255,255,255,.965);
  border-bottom: 1px solid rgba(6,19,29,.09);
  backdrop-filter: blur(20px) saturate(150%);
}
.site-header.is-scrolled { box-shadow: 0 15px 48px rgba(6,19,29,.12); }
.header-inner { grid-template-columns: minmax(240px, 302px) 1fr auto; gap: 34px; }
.brand img { width: min(100%, 286px); }
.primary-nav ul { gap: 29px; }
.primary-nav a { color: #1a3040; font-size: .91rem; font-weight: 760; }
.primary-nav a::after { bottom: -13px; height: 3px; background: var(--amber); }
.search-button { border-radius: 9px; border-color: #d5dfe5; }
.header-actions .button-primary { background: var(--ink); color: #fff; box-shadow: none; }
.header-actions .button-primary:hover { background: var(--blue); }

.hero-home {
  min-height: min(850px, calc(100vh - 124px));
  background:
    radial-gradient(circle at 82% 18%, rgba(25,131,194,.25), transparent 31%),
    radial-gradient(circle at 2% 100%, rgba(255,192,0,.12), transparent 34%),
    linear-gradient(118deg, #04111a 0%, #071a27 54%, #0b2635 100%);
}
.hero-grid-overlay, .page-hero-grid, .article-grid, .status-grid {
  opacity: .12;
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent, #000 44%, #000);
}
.hero-home::before {
  width: 720px; height: 720px; right: -260px; top: -310px;
  border-color: rgba(94,220,255,.13);
  box-shadow: 0 0 0 95px rgba(94,220,255,.018), 0 0 0 190px rgba(94,220,255,.012);
}
.hero-grid { grid-template-columns: .96fr 1.04fr; gap: clamp(54px, 7vw, 104px); padding-block: clamp(76px, 8vw, 118px); }
.hero-copy { position: relative; z-index: 3; }
.hero-copy h1 { max-width: 760px; font-size: clamp(3.55rem, 6.45vw, 6.65rem); line-height: .94; }
.hero-copy h1 span { color: var(--amber); }
.hero-lead { color: #c4d3dc; max-width: 720px; font-size: clamp(1.08rem, 1.45vw, 1.28rem); }
.hero-actions { margin-top: 36px; }
.hero-proof { margin-top: 56px; border-top-color: rgba(255,255,255,.16); }
.hero-proof li { padding-top: 22px; color: #c0d0da; }
.hero-proof strong { color: var(--amber); }
.hero-visual { padding: 0 8px 0 0; }
.hero-visual::before {
  inset: -16px -16px 24px 34px;
  border: 0;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,192,0,.97), rgba(255,192,0,.1) 42%, rgba(94,220,255,.18));
  transform: none;
}
.hero-visual .supplier-media {
  height: clamp(470px, 48vw, 620px);
  border-radius: 22px;
  box-shadow: 0 42px 110px rgba(0,0,0,.44);
  border: 1px solid rgba(255,255,255,.14);
}
.hero-visual .supplier-image { object-position: 52% center; }
.hero-callout {
  min-width: 218px;
  padding: 16px 19px;
  background: rgba(3,14,22,.88);
  border: 1px solid rgba(255,255,255,.12);
  border-left: 4px solid var(--amber);
  border-radius: 9px;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 55px rgba(0,0,0,.26);
}
.hero-callout-top { right: -28px; top: 46px; }
.hero-callout-bottom { left: -30px; bottom: 30px; }
.visual-certification {
  position: absolute; z-index: 4; right: 18px; bottom: -34px;
  width: min(330px, 70%); padding: 19px 22px;
  background: #fff; color: var(--ink); border-radius: 12px;
  box-shadow: 0 25px 65px rgba(0,0,0,.25);
  border-top: 4px solid var(--amber);
}
.visual-certification span, .visual-certification small { display: block; }
.visual-certification span { color: var(--blue); font-size: .66rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.visual-certification strong { display: block; margin: 4px 0 3px; font-size: 1.05rem; }
.visual-certification small { color: var(--muted); font-size: .74rem; }
.hero-edge { width: 41%; height: 8px; background: linear-gradient(90deg, var(--amber), #ffdf71); }

.supplier-media { border-radius: 14px; background: #0c2230; }
.supplier-media::after { background: linear-gradient(180deg, transparent 46%, rgba(2,12,19,.88)); }
.supplier-image { filter: saturate(1.04) contrast(1.025); transform: scale(1.002); }
.supplier-image.photo-image { opacity: 1; }
.supplier-media:hover .supplier-image { transform: scale(1.045); }
.supplier-media figcaption { left: 20px; right: 20px; bottom: 17px; }
.supplier-media figcaption span { max-width: 65%; font-size: .82rem; }
.supplier-media figcaption small { color: #d0dbe2; font-size: .62rem; }

.signal-strip {
  position: relative;
  background: #061722;
  border-top: 0;
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}
.signal-strip::before { content: ""; position: absolute; top: 0; left: 0; width: 24%; height: 4px; background: var(--amber); }
.signal-grid div { padding-block: 27px; border-color: rgba(255,255,255,.09); }
.signal-grid span { color: #7f98a9; }
.signal-grid strong { font-size: .95rem; }

.project-showcase { background: #fff; overflow: hidden; }
.showcase-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: 8vw; align-items: end; margin-bottom: 54px; }
.showcase-heading h2 { max-width: 820px; }
.showcase-heading > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.showcase-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 24px; min-height: 680px; }
.showcase-side { display: grid; gap: 24px; grid-template-rows: 1fr 1fr; }
.showcase-card { position: relative; display: block; min-height: 0; overflow: hidden; border-radius: 18px; background: var(--ink); box-shadow: var(--shadow-soft); }
.showcase-image, .showcase-image img { width: 100%; height: 100%; }
.showcase-image img { object-fit: cover; transition: transform .7s var(--ease); }
.showcase-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,13,21,.04) 18%, rgba(3,13,21,.92) 100%); }
.showcase-card-large::after { background: linear-gradient(90deg, rgba(3,13,21,.84), rgba(3,13,21,.04) 68%), linear-gradient(180deg, transparent 45%, rgba(3,13,21,.75)); }
.showcase-card:hover .showcase-image img { transform: scale(1.045); }
.showcase-card-copy { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: #fff; }
.showcase-card-large .showcase-card-copy { max-width: 590px; left: 42px; bottom: 42px; }
.showcase-card-copy span { display: block; margin-bottom: 10px; color: var(--amber); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.showcase-card-copy h3 { margin-bottom: 10px; color: #fff; font-size: clamp(1.45rem, 2.2vw, 2.55rem); }
.showcase-card-copy p { max-width: 530px; color: #d1dce3; }
.showcase-card-copy strong { display: inline-block; color: #fff; font-size: .82rem; border-bottom: 1px solid var(--amber); }

.section-light { background: #f5f7f8; }
.section-paper { background: #eaf0f3; }
.split-heading { margin-bottom: 58px; }
.system-chain { gap: 1px; background: #dce5ea; border-radius: 16px; overflow: hidden; box-shadow: 0 22px 60px rgba(5,20,31,.09); }
.system-chain article { min-height: 230px; border: 0; padding: 34px 28px; }
.system-chain article:not(:last-child)::after { background: var(--amber); color: var(--ink); box-shadow: 0 8px 20px rgba(255,192,0,.25); }
.system-chain span { color: var(--blue); }
.system-chain h3 { margin-top: 42px; }

.section-ink { background: linear-gradient(145deg, #04131d, #0a2433 72%); }
.card-grid { gap: 26px; }
.solution-card { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(12,37,53,.93); box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.solution-card:hover { transform: translateY(-8px); background: #102f43; border-color: rgba(94,220,255,.42); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.card-media { height: 280px; }
.card-body { padding: 30px 31px 34px; }
.card-index { color: var(--amber); }
.card-body h3 { font-size: 1.55rem; }
.card-body p { min-height: 86px; }

.process-layout { gap: clamp(65px, 8vw, 120px); }
.process-intro { top: 135px; }
.process-steps { border-top: 0; }
.process-steps li { margin-bottom: 14px; padding: 26px 28px; border: 1px solid #d7e0e5; border-radius: 13px; background: rgba(255,255,255,.72); transition: transform .22s, box-shadow .22s, background .22s; }
.process-steps li:hover { transform: translateX(6px); background: #fff; box-shadow: var(--shadow-soft); }
.process-steps > li > span { color: var(--blue); }

.technology-grid { gap: clamp(60px, 7vw, 104px); }
.technology-media { min-height: 650px; }
.technology-media .supplier-media { border-radius: 20px; box-shadow: var(--shadow); }
.tech-caption { border-radius: 11px; border-left-width: 4px; box-shadow: 0 20px 50px rgba(5,20,31,.22); }
.technology-list a { padding: 21px 16px; margin-inline: -16px; border-radius: 8px; }
.technology-list a:hover { background: #f3f7f9; }

.section-blueprint { background: linear-gradient(130deg, #061824, #0a2b3d 75%); }
.section-blueprint::before { opacity: .11; }
.compliance-grid { gap: clamp(60px, 8vw, 120px); }
.standards-panel { border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.compliance-links a { border-radius: 8px; padding-inline: 12px; margin-inline: -12px; }
.compliance-links a:hover { background: rgba(94,220,255,.07); }

.industry-links { gap: 14px; border: 0; grid-template-columns: repeat(2,1fr); }
.industry-links a, .industry-links a:nth-child(odd), .industry-links a:nth-child(even) {
  min-height: 96px; padding: 18px 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff;
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.industry-links a:hover { transform: translateY(-4px); border-color: #bdd0dc; box-shadow: var(--shadow-soft); }
.industry-links span { color: var(--blue); }

.faq-list { border-top: 0; display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 11px; background: #fff; overflow: hidden; }
.faq-list summary { padding: 22px 64px 22px 24px; }
.faq-list summary::after { right: 19px; top: 16px; border-radius: 8px; }
.faq-list details > div { padding: 0 64px 24px 24px; }

.cta-band {
  min-height: 340px;
  display: grid;
  align-items: center;
  padding: 78px 0;
  background: #071722;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(4,16,25,.96) 0%, rgba(4,16,25,.90) 50%, rgba(4,16,25,.38) 100%), url('../img/photos/engineer-maintenance.webp') center 38% / cover no-repeat;
}
.cta-band::after { width: 520px; height: 520px; right: -170px; top: -250px; opacity: .45; }
.cta-band-grid { grid-template-columns: 1fr auto; gap: 80px; }
.cta-band h2 { max-width: 860px; }
.cta-band p:not(.eyebrow) { color: #c7d5de; }

.site-footer { background: #020b11; padding-top: 88px; border-top: 5px solid var(--amber); }
.footer-grid { gap: 60px; }
.footer-brand img { max-width: 285px; }
.site-footer h2 { color: var(--cyan); }
.site-footer a:hover { color: var(--amber); }

/* Premium inner-page heroes */
.page-hero, .article-hero, .contact-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(30,139,202,.18), transparent 29%),
    linear-gradient(120deg, #04121c 0%, #082333 100%);
}
.page-hero-dark { min-height: 570px; }
.page-hero-inner { grid-template-columns: 1.02fr .98fr; gap: clamp(58px, 8vw, 112px); padding-block: 88px; }
.page-hero-inner h1, .detail-hero h1, .article-hero h1, .compact-hero h1, .contact-hero h1 { font-size: clamp(3.1rem, 5.35vw, 5.65rem); }
.page-hero-media, .detail-hero-media, .article-hero-media {
  padding: 0; border: 0; border-radius: 20px; overflow: hidden;
  box-shadow: 0 35px 95px rgba(0,0,0,.38);
}
.page-hero-media { height: 405px; transform: rotate(1.2deg); }
.page-hero-media .supplier-media, .detail-hero-media .supplier-media, .article-hero-media .supplier-media { border-radius: inherit; }
.detail-hero { min-height: 700px; }
.detail-hero-grid { grid-template-columns: 1.04fr .96fr; gap: clamp(60px, 7vw, 108px); padding-block: 88px; }
.detail-hero-media { height: 500px; }
.detail-lead { font-size: 1.2rem; }
.article-hero-grid { gap: clamp(60px, 7vw, 105px); padding-block: 88px; }
.article-hero-media { height: 440px; }

.compact-hero { min-height: 510px; isolation: isolate; }
.compact-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(90deg, rgba(3,14,22,.97) 0%, rgba(3,14,22,.86) 58%, rgba(3,14,22,.34) 100%), url('../img/photos/automated-factory.webp') center 52% / cover no-repeat;
  opacity: .86;
}
.compact-hero-inner { z-index: 2; padding-block: 88px; }
.contact-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(90deg, rgba(4,16,25,.93), rgba(4,16,25,.58)), url('../img/photos/site-inspection.webp') center / cover no-repeat;
  opacity: .32;
}
.contact-hero-grid { z-index: 2; padding-block: 82px 104px; }
.contact-form-wrap { border-radius: 17px; overflow: hidden; box-shadow: 0 38px 95px rgba(0,0,0,.30); }
.contact-form { border-radius: 17px; }

.answer-section { background: linear-gradient(100deg, #ffc000, #ffd65c); }
.answer-grid { padding-block: 50px; }
.answer-grid > div:last-child p { max-width: 1050px; }

/* Photographic listing and knowledge cards */
.listing-grid { gap: 28px; }
.listing-card {
  min-height: 530px; padding: 0; overflow: hidden; border-radius: 16px; border: 1px solid var(--line);
  background: #fff; box-shadow: 0 14px 38px rgba(5,20,31,.06);
}
.listing-card:hover { transform: translateY(-8px); box-shadow: 0 28px 68px rgba(5,20,31,.14); border-color: #bdcdd7; }
.listing-card-media { position: relative; display: block; height: 238px; overflow: hidden; background: #0c2230; }
.listing-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.listing-card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,14,22,.33)); }
.listing-card:hover .listing-card-media img { transform: scale(1.05); }
.listing-card-top { margin: 25px 28px 19px; }
.listing-card h2 { margin: 0 28px 13px; font-size: 1.5rem; }
.listing-card p { margin: 0 28px 26px; }
.listing-card .arrow-link { margin: auto 28px 30px; }

.guide-grid { gap: 28px; }
.guide-card { min-height: 570px; padding: 0; overflow: hidden; border-radius: 16px; box-shadow: 0 14px 38px rgba(5,20,31,.06); }
.guide-card:hover { transform: translateY(-8px); box-shadow: 0 28px 68px rgba(5,20,31,.14); }
.guide-card-media { display: block; height: 250px; overflow: hidden; background: #0c2230; }
.guide-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.guide-card:hover .guide-card-media img { transform: scale(1.05); }
.guide-card > div { padding: 29px 32px 10px; }
.guide-card h2 { margin-top: 18px; }
.guide-card > .arrow-link { margin: auto 32px 31px; }

.intro-answer { padding-bottom: 66px; }
.selection-table, .deliverable-panel, .checklist-panel, .option-card, .manifesto-card, .guide-feature { border-radius: 16px; }
.responsive-table { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-soft); }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: minmax(220px, 270px) 1fr auto; gap: 22px; }
  .primary-nav ul { gap: 20px; }
  .header-actions .button { display: none; }
  .hero-grid { gap: 52px; }
  .hero-callout-top { right: 0; }
  .hero-callout-bottom { left: 0; }
  .showcase-grid { min-height: 610px; }
}

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 38px), var(--shell)); }
  .hero-grid, .page-hero-inner, .detail-hero-grid, .article-hero-grid, .contact-hero-grid { grid-template-columns: 1fr; }
  .hero-home { min-height: auto; }
  .hero-grid { padding-block: 82px 104px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { max-width: 780px; margin-top: 10px; }
  .hero-visual .supplier-media { height: 570px; }
  .visual-certification { right: 25px; }
  .showcase-heading { grid-template-columns: 1fr; gap: 22px; }
  .showcase-grid { grid-template-columns: 1fr; min-height: 0; }
  .showcase-card-large { min-height: 560px; }
  .showcase-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .showcase-side .showcase-card { min-height: 360px; }
  .page-hero-media, .detail-hero-media, .article-hero-media { transform: none; max-width: 780px; width: 100%; }
  .page-hero-inner { padding-block: 78px 96px; }
  .listing-card { min-height: 500px; }
  .cta-band-grid { grid-template-columns: 1fr; gap: 38px; }
  .cta-band-actions { flex-direction: row; flex-wrap: wrap; align-items: center; }
}

@media (max-width: 720px) {
  :root { --header: 76px; }
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .utility-inner { min-height: 32px; font-size: .68rem; }
  .utility-parent { display: none; }
  .brand img { width: 238px; }
  .hero-grid { padding-block: 64px 88px; }
  .hero-copy h1 { font-size: clamp(3rem, 14.2vw, 4.65rem); }
  .hero-proof { grid-template-columns: 1fr; gap: 0; }
  .hero-proof li { padding-bottom: 15px; }
  .hero-visual { padding: 0; }
  .hero-visual::before { inset: -10px -8px 16px 18px; border-radius: 19px; }
  .hero-visual .supplier-media { height: 440px; border-radius: 17px; }
  .hero-callout { min-width: 180px; padding: 12px 14px; }
  .hero-callout-top { right: -5px; top: 25px; }
  .hero-callout-bottom { left: -5px; bottom: 17px; }
  .visual-certification { position: relative; right: auto; bottom: auto; width: calc(100% - 22px); margin: -18px auto 0; }
  .signal-grid { grid-template-columns: repeat(2,1fr); }
  .showcase-card-large { min-height: 500px; }
  .showcase-side { grid-template-columns: 1fr; }
  .showcase-side .showcase-card { min-height: 340px; }
  .showcase-card-large .showcase-card-copy, .showcase-card-copy { left: 24px; right: 24px; bottom: 24px; }
  .showcase-card-large::after { background: linear-gradient(180deg, transparent 20%, rgba(3,13,21,.94)); }
  .system-chain article { min-height: 150px; }
  .card-media { height: 265px; }
  .technology-media { min-height: 470px; }
  .page-hero-dark, .compact-hero { min-height: auto; }
  .page-hero-inner, .detail-hero-grid, .article-hero-grid { padding-block: 64px 78px; }
  .page-hero-media, .detail-hero-media, .article-hero-media { height: 360px; }
  .page-hero-inner h1, .detail-hero h1, .article-hero h1, .compact-hero h1, .contact-hero h1 { font-size: clamp(2.7rem, 13vw, 4.15rem); }
  .listing-card, .guide-card { min-height: 0; }
  .listing-card-media, .guide-card-media { height: 245px; }
  .cta-band { min-height: 0; padding: 68px 0; }
  .cta-band::before { background-position: 62% center; }
  .cta-band-actions { flex-direction: column; align-items: flex-start; }
  .supplier-media figcaption { left: 15px; right: 15px; }
  .supplier-media figcaption small { display: none; }
}

@media (max-width: 460px) {
  .hero-visual .supplier-media { height: 370px; }
  .hero-callout { display: none; }
  .showcase-card-large { min-height: 440px; }
  .showcase-side .showcase-card { min-height: 310px; }
  .listing-card-media, .guide-card-media { height: 220px; }
  .listing-card-top { margin-inline: 23px; }
  .listing-card h2, .listing-card p, .listing-card .arrow-link { margin-left: 23px; margin-right: 23px; }
}


/* Mobile hero sequence: introduce the real application photograph before the capability proof list. */
@media (max-width: 720px) {
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; }
  .hero-copy { display: contents; }
  .hero-copy.reveal { opacity: 1; transform: none; }
  .hero-copy > .eyebrow { order: 1; }
  .hero-copy > h1 { order: 2; }
  .hero-copy > .hero-lead { order: 3; }
  .hero-copy > .hero-actions { order: 4; }
  .hero-visual { order: 5; width: 100%; margin-top: 18px; }
  .hero-copy > .hero-proof { order: 6; width: 100%; margin-top: 72px; }
}

/* Direct telephone access */
.utility-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.utility-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 850;
  letter-spacing: .025em;
  white-space: nowrap;
}
.utility-phone:hover { color: var(--amber); }
.utility-phone svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-contact .footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--white);
  font-size: 1.04rem;
  font-weight: 850;
  letter-spacing: .015em;
  white-space: nowrap;
}
.footer-contact .footer-phone svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--amber);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-contact .footer-email { display: block; }
.contact-direct-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 28px;
  margin-bottom: 13px;
}
.contact-direct-grid > div + div {
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.18);
}
.contact-direct-grid a { font-size: clamp(1.05rem, 1.55vw, 1.38rem); }

.floating-call-button {
  position: fixed;
  z-index: 140;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 7px 20px 7px 7px;
  border: 1px solid rgba(7,20,33,.18);
  border-radius: 999px;
  background: var(--amber);
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(2,12,20,.28), 0 4px 12px rgba(2,12,20,.16);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.floating-call-button:hover {
  color: var(--ink);
  background: var(--amber-2);
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(2,12,20,.34), 0 6px 16px rgba(2,12,20,.18);
}
.floating-call-button:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}
.floating-call-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
}
.floating-call-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.floating-call-text {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}
.floating-call-text small {
  margin-bottom: 4px;
  color: rgba(7,20,33,.72);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.floating-call-text strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .015em;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .utility-actions { gap: 16px; }
}
@media (max-width: 720px) {
  .utility-inner { justify-content: center; }
  .utility-message, .utility-parent { display: none; }
  .utility-actions { width: 100%; justify-content: center; }
  .utility-phone { font-size: .78rem; }
  .contact-direct-grid { grid-template-columns: 1fr; gap: 18px; }
  .contact-direct-grid > div + div { padding: 18px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .floating-call-button { right: max(15px, env(safe-area-inset-right)); bottom: max(15px, env(safe-area-inset-bottom)); }
}
@media (max-width: 520px) {
  .floating-call-button {
    width: 58px;
    min-height: 58px;
    height: 58px;
    padding: 5px;
    justify-content: center;
  }
  .floating-call-icon { width: 46px; height: 46px; }
  .floating-call-text { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .floating-call-button { transition: none; }
}


@media print {
  .floating-call-button { display: none !important; }
}
