@font-face { font-family: "ZONT Manrope"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("../fonts/manrope/manrope-c9a5f13c.woff2") format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "ZONT Manrope"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("../fonts/manrope/manrope-81401990.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "ZONT Roboto Condensed"; font-style: normal; font-weight: 600 900; font-display: swap; src: url("../fonts/roboto-condensed/roboto-condensed-82b4d7b0.woff2") format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "ZONT Roboto Condensed"; font-style: normal; font-weight: 600 900; font-display: swap; src: url("../fonts/roboto-condensed/roboto-condensed-d2466d84.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "ZONT IBM Plex Mono"; font-style: normal; font-weight: 400 600; font-display: swap; src: url("../fonts/ibm-plex-mono/ibm-plex-mono-c969eaac.woff2") format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "ZONT IBM Plex Mono"; font-style: normal; font-weight: 400 600; font-display: swap; src: url("../fonts/ibm-plex-mono/ibm-plex-mono-d7731959.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --paper: #f3f1eb;
  --paper-2: #e9e7df;
  --white: #fbfaf6;
  --ink: #101310;
  --graphite: #343a36;
  --muted: #66706a;
  --green: #123d32;
  --green-deep: #0b2b23;
  --green-soft: #dce4dc;
  --sage: #a8b5a8;
  --signal: #e64a2e;
  --signal-soft: #ff6649;
  --line: rgba(16, 19, 16, 0.18);
  --line-light: rgba(245, 246, 240, 0.18);
  --max: 1580px;
  --pad: clamp(22px, 4vw, 72px);
  --header: 88px;
  --font-manrope: "ZONT Manrope";
  --font-condensed: "ZONT Roboto Condensed";
  --font-mono: "ZONT IBM Plex Mono";
  --font-unbounded: var(--font-condensed);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--font-manrope), Arial, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
main :where(h1, h2, h3) { max-width: 100%; overflow-wrap: anywhere; }
::selection { background: var(--signal); color: white; }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 200; left: 20px; top: -90px; padding: 12px 18px; background: var(--signal); color: white; font-weight: 800; transition: top 180ms ease; }
.skip-link:focus { top: 18px; }
.site-container { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--pad); }
.section-paper, .paper { background: var(--paper); color: var(--ink); }
.section-white { background: var(--white); color: var(--ink); }
.section-forest, .section-dark { background: var(--green-deep); color: #f4f5ef; }
.section-signal { background: var(--signal); color: white; }
.dark-copy { color: var(--ink); }
.tech-label { margin: 0; font-family: var(--font-mono), monospace; font-size: 10px; font-weight: 600; letter-spacing: .15em; line-height: 1.6; text-transform: uppercase; }

/* Header */
.global-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header); border-bottom: 1px solid var(--line); background: rgba(243, 241, 235, .94); color: var(--ink); }
.header-shell { position: relative; z-index: 102; width: min(100%, 1760px); height: 100%; margin-inline: auto; display: grid; grid-template-columns: 330px 1fr auto auto 220px; align-items: stretch; padding-inline: clamp(20px, 3vw, 52px); }
.brand { display: flex; align-items: center; gap: 22px; min-width: 0; }
.brand strong { font-family: var(--font-condensed), sans-serif; font-size: 34px; font-weight: 900; line-height: .9; letter-spacing: -.055em; white-space: nowrap; }
.brand > span { width: 1px; height: 42px; background: var(--line); }
.brand small { font-family: var(--font-mono), monospace; font-size: 9px; font-weight: 600; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.7vw, 46px); padding-inline: 24px; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 650; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -12px; height: 2px; background: var(--signal); transition: right 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-status { display: flex; align-items: center; gap: 11px; padding-inline: 22px; border-left: 1px solid var(--line); }
.header-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(230, 74, 46, .08); }
.header-status span { font-family: var(--font-mono); font-size: 8px; font-weight: 600; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.header-messengers { display: flex; align-items: center; gap: 7px; padding: 0 18px; border-left: 1px solid var(--line); }
.header-messengers a { min-width: 41px; height: 41px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 11px; border-radius: 8px; color: white; box-shadow: 0 6px 18px rgba(10,27,21,.12); transition: transform 180ms ease, box-shadow 180ms ease; }
.header-messengers a:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(10,27,21,.2); }
.header-messengers svg { width: 18px; height: 18px; fill: currentColor; }
.header-messengers .icon-cut { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.header-messengers span { font-size: 9px; font-weight: 850; }
.header-telegram { background: #229ed9; }
.header-max { background: linear-gradient(135deg, #3866ff 0%, #7248ff 100%); }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; border-left: 1px solid var(--line); }
.header-phone small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.header-phone strong { margin-top: 4px; font-size: 15px; }
.menu-toggle { display: none; }
.mobile-menu-layer { display: none; }

/* Shared type and actions */
.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--green); font-family: var(--font-mono), monospace; font-size: 10px; font-weight: 600; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.kicker > span { flex: 0 0 30px; height: 2px; background: var(--signal); }
.section-forest .kicker, .section-dark .kicker, .section-signal .kicker { color: #d9e1da; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 0 24px; border: 1px solid transparent; background: transparent; font-size: 12px; font-weight: 800; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-acid { background: var(--green); border-color: var(--green); color: white; }
.button-acid:hover { background: var(--green-deep); border-color: var(--green-deep); }
.button-ghost { border-color: var(--line); color: var(--ink); }
.button-ghost:hover { border-color: var(--green); color: var(--green); }
.button-glass { border-color: var(--line-light); color: white; }
.button-glass:hover { border-color: white; background: rgba(255,255,255,.06); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--green); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: white; }
.button-signal-outline { border-color: rgba(255,255,255,.55); color: white; }
.button-signal-outline:hover { border-color: white; background: rgba(255,255,255,.1); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; font-weight: 800; }
.text-link span { color: var(--signal); }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .content-section-title h2 { margin: 0; font-family: var(--font-condensed), sans-serif; font-size: clamp(44px, 5.2vw, 78px); font-weight: 800; line-height: .94; letter-spacing: -.045em; text-transform: uppercase; text-wrap: balance; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr); align-items: end; gap: clamp(44px, 8vw, 140px); }
.split-heading > p, .content-section-title > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-forest .split-heading > p, .section-dark .split-heading > p { color: #aebbb3; }

/* Instant contact system */
.contact-phone { background: var(--green); color: white; }
.contact-telegram { background: #229ed9; color: white; }
.contact-max { background: linear-gradient(135deg, #3768ff 0%, #7446ff 100%); color: white; }
.contact-email { background: #252b28; color: white; }

.contact-dock { position: fixed; z-index: 82; right: 18px; bottom: 18px; width: 202px; overflow: hidden; border: 1px solid rgba(255,255,255,.38); border-radius: 15px; background: rgba(251,250,246,.96); box-shadow: 0 18px 58px rgba(2,18,13,.28); backdrop-filter: blur(16px); transition: opacity 180ms ease, transform 180ms ease; }
body.menu-open .contact-dock { opacity: 0; pointer-events: none; transform: translateY(8px); }
.contact-dock-label { display: grid; grid-template-columns: 9px 1fr; gap: 2px 9px; align-items: center; padding: 12px 13px 10px; color: var(--ink); }
.contact-dock-label > span { grid-row: 1 / 3; width: 8px; height: 8px; border-radius: 50%; background: #2ccf74; box-shadow: 0 0 0 5px rgba(44,207,116,.12); }
.contact-dock-label strong { font-family: var(--font-condensed); font-size: 14px; font-weight: 850; line-height: 1; text-transform: uppercase; }
.contact-dock-label small { color: var(--muted); font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }
.contact-dock-actions { display: grid; gap: 1px; background: rgba(255,255,255,.25); }
.contact-action { min-height: 48px; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 9px; padding: 7px 10px; transition: filter 180ms ease; }
.contact-action:hover { filter: brightness(1.08); }
.contact-action > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.15); }
.contact-action svg { width: 19px; height: 19px; fill: currentColor; }
.contact-action .icon-cut { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-action > span { min-width: 0; display: grid; gap: 1px; }
.contact-action strong { font-size: 10px; font-weight: 850; }
.contact-action small { overflow: hidden; opacity: .78; font-size: 7.5px; text-overflow: ellipsis; white-space: nowrap; }

/* Home hero */
.home-hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--paper); padding: calc(var(--header) + 48px) 0 0; }
.hero-grid-lines { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(16,19,16,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(16,19,16,.055) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom, transparent 0, black 16%, black 86%, transparent 100%); }
.hero-coordinate { position: absolute; z-index: 2; right: var(--pad); top: calc(var(--header) + 24px); color: var(--muted); font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; line-height: 1.6; text-align: right; }
.hero-layout { position: relative; z-index: 2; min-height: 680px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(34px, 4vw, 72px); padding-top: 32px; }
.hero-layout > *, .request-layout > *, .gallery-hero-grid > *, .page-hero-grid > *, .split-heading > *, .contact-grid > * { min-width: 0; }
.hero-copy { max-width: 760px; padding-bottom: 34px; }
.hero-copy h1 { margin: 0; font-family: var(--font-condensed), sans-serif; font-size: clamp(58px, 5.4vw, 88px); font-weight: 900; line-height: .88; letter-spacing: -.05em; text-transform: uppercase; text-wrap: balance; }
.hero-lead { max-width: 680px; margin: 34px 0 0; color: var(--graphite); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-quick-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 16px; }
.hero-quick-contact > span { margin-right: 4px; color: var(--muted); font-family: var(--font-mono); font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-quick-contact a { min-height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; border-radius: 7px; box-shadow: 0 7px 20px rgba(2,20,14,.1); transition: transform 180ms ease, filter 180ms ease; }
.hero-quick-contact a:hover { transform: translateY(-2px); filter: brightness(1.06); }
.hero-quick-contact svg { width: 16px; height: 16px; fill: currentColor; }
.hero-quick-contact .icon-cut { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero-quick-contact strong { font-size: 9px; }
.hero-proofline { display: flex; flex-wrap: wrap; gap: 0; margin-top: 40px; border-top: 1px solid var(--line); }
.hero-proofline span { padding: 16px 22px 0 0; color: var(--muted); font-family: var(--font-mono); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-proofline span + span { margin-left: 22px; padding-left: 22px; border-left: 1px solid var(--line); }
.hero-equipment { min-height: 650px; position: relative; display: grid; place-items: center; align-self: end; overflow: hidden; background: radial-gradient(circle at 54% 48%, rgba(18,61,50,.095), transparent 57%); }
.hero-equipment::before { content: "01"; position: absolute; z-index: -1; right: -2%; bottom: -7%; color: rgba(16,19,16,.065); font-family: var(--font-condensed); font-size: clamp(220px, 26vw, 420px); font-weight: 900; line-height: .7; }
.hero-equipment img { position: relative; z-index: 2; width: min(100%, 700px); height: 650px; object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.04) saturate(.88); animation: equipmentReveal 800ms cubic-bezier(.22,1,.36,1) both; }
.hero-equipment-ring { position: absolute; width: min(78%, 560px); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 74px rgba(16,19,16,.025), 0 0 0 148px rgba(16,19,16,.018); }
.hero-technical-note { position: absolute; z-index: 3; padding: 8px 10px; border: 1px solid var(--line); background: rgba(243,241,235,.84); font-family: var(--font-mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.note-a { left: 6%; top: 17%; }
.note-b { right: 2%; top: 34%; }
.hero-equipment-caption { position: absolute; z-index: 4; right: 0; bottom: 18px; display: grid; gap: 4px; padding: 13px 16px; border-left: 3px solid var(--signal); background: var(--white); box-shadow: 0 18px 50px rgba(16,19,16,.08); }
.hero-equipment-caption span { color: var(--muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.hero-equipment-caption strong { font-size: 12px; }
.hero-scenarios { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-bottom: 0; background: rgba(251,250,246,.84); }
.hero-scenarios a { min-height: 116px; position: relative; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; gap: 7px 14px; align-content: center; padding: 22px; border-right: 1px solid var(--line); transition: background 180ms ease, color 180ms ease; }
.hero-scenarios a:last-child { border-right: 0; }
.hero-scenarios a:hover { background: var(--green); color: white; }
.hero-scenarios a > span { grid-row: 1 / 3; color: var(--signal); font-family: var(--font-mono); font-size: 9px; }
.hero-scenarios strong { font-size: 14px; }
.hero-scenarios small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.hero-scenarios a:hover small { color: #c5d0c8; }
.hero-scenarios i { grid-column: 3; grid-row: 1 / 3; align-self: center; font-style: normal; }

/* Platform and architecture */
.intro-statement { padding: 130px 0; }
.intro-statement-grid { display: grid; grid-template-columns: .28fr 1.72fr; gap: 40px; }
.intro-statement-grid > div { max-width: 1180px; }
.intro-statement h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(50px, 7vw, 104px); font-weight: 800; line-height: .88; letter-spacing: -.05em; text-transform: uppercase; }
.intro-statement-grid > div > p { max-width: 780px; margin: 34px 0 0 auto; color: var(--muted); font-size: 17px; line-height: 1.75; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.platform-grid a { min-height: 290px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.12); transition: background 180ms ease, transform 180ms ease; }
.platform-grid a:hover { background: var(--white); transform: translateY(-4px); }
.platform-grid span { color: var(--signal); font-family: var(--font-mono); font-size: 9px; }
.platform-grid h3 { margin: auto 0 12px; font-family: var(--font-condensed); font-size: 30px; font-weight: 800; letter-spacing: -.03em; text-transform: uppercase; }
.platform-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.platform-grid i { margin-top: 22px; font-style: normal; font-size: 10px; font-weight: 800; }
.architecture-section { padding: 132px 0; }
.architecture-navigator { display: grid; grid-template-columns: .72fr 1.28fr; border: 1px solid var(--line-light); }
.architecture-rail { display: grid; border-right: 1px solid var(--line-light); }
.architecture-rail button { min-height: 100px; display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; align-content: center; gap: 4px 14px; padding: 16px 22px; border: 0; border-bottom: 1px solid var(--line-light); background: transparent; color: #e8ede8; text-align: left; cursor: pointer; transition: background 180ms ease, color 180ms ease; }
.architecture-rail button:last-child { border-bottom: 0; }
.architecture-rail button:hover, .architecture-rail button.active { background: var(--signal); color: white; }
.architecture-rail button > span { grid-row: 1 / 3; align-self: center; font-family: var(--font-mono); font-size: 9px; }
.architecture-rail strong { font-family: var(--font-condensed); font-size: 19px; font-weight: 800; letter-spacing: -.02em; text-transform: uppercase; }
.architecture-rail small { color: #9eaea4; font-size: 9px; }
.architecture-rail button.active small, .architecture-rail button:hover small { color: rgba(255,255,255,.78); }
.architecture-panel { min-height: 600px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 7vw, 100px); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; }
.architecture-code { position: absolute; right: -15px; bottom: -80px; color: rgba(255,255,255,.04); font-family: var(--font-condensed); font-size: 410px; font-weight: 900; line-height: .8; }
.architecture-panel > *:not(.architecture-code) { position: relative; z-index: 2; }
.architecture-panel .tech-label { color: #a9b7ae; }
.architecture-panel h3 { max-width: 780px; margin: 22px 0; font-family: var(--font-condensed); font-size: clamp(48px, 6vw, 86px); font-weight: 800; line-height: .9; letter-spacing: -.04em; text-transform: uppercase; }
.architecture-panel > p:not(.tech-label) { max-width: 710px; margin: 0; color: #b6c2ba; font-size: 16px; line-height: 1.75; }
.architecture-panel ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.architecture-panel li { padding: 9px 11px; border: 1px solid var(--line-light); color: #d7dfd9; font-size: 10px; }
.architecture-panel > a { display: inline-flex; align-items: center; gap: 22px; margin-top: 38px; color: white; font-size: 11px; font-weight: 800; }
.architecture-panel > a span { color: var(--signal-soft); }

/* Finder */
.finder-section, .products-section, .process-section, .industry-section, .trust-section, .faq-section, .media-preview { padding: 126px 0; }
.finder-shell { border: 1px solid var(--line); background: var(--white); box-shadow: 0 30px 80px rgba(16,19,16,.07); }
.finder-progress { height: 4px; background: var(--paper-2); }
.finder-progress span { display: block; height: 100%; background: var(--signal); transition: width 260ms ease; }
.finder-step { padding: clamp(30px, 5vw, 66px); }
.finder-question { display: flex; align-items: baseline; gap: 28px; }
.finder-question > span { color: var(--signal); font-family: var(--font-mono); font-size: 9px; font-weight: 600; }
.finder-question h3 { margin: 0; font-family: var(--font-condensed); font-size: clamp(34px, 4.5vw, 58px); font-weight: 800; letter-spacing: -.04em; text-transform: uppercase; }
.finder-options { display: grid; gap: 1px; margin-top: 36px; border: 1px solid var(--line); background: var(--line); }
.finder-options.grid-four { grid-template-columns: repeat(4, 1fr); }
.finder-options.grid-three { grid-template-columns: repeat(3, 1fr); }
.finder-options button { min-height: 170px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 10px; padding: 24px; border: 0; background: var(--white); text-align: left; cursor: pointer; transition: background 180ms ease, color 180ms ease; }
.finder-options button:hover, .finder-options button.selected { background: var(--green); color: white; }
.finder-options button.selected::before { content: "●"; margin-bottom: auto; color: var(--signal-soft); }
.finder-options strong { font-size: 15px; }
.finder-options span { color: var(--muted); font-size: 10px; line-height: 1.45; }
.finder-options button:hover span, .finder-options button.selected span { color: #bac7bf; }
.finder-next { min-width: 230px; min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 30px; padding: 0 22px; border: 0; background: var(--ink); color: white; font-size: 11px; font-weight: 800; cursor: pointer; }
.finder-next span { color: var(--signal-soft); }
.finder-nav { display: flex; align-items: flex-end; justify-content: space-between; }
.finder-nav > button:not(.finder-next), .finder-reset { border: 0; background: none; color: var(--muted); font-size: 10px; text-decoration: underline; cursor: pointer; }
.finder-result { min-height: 420px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 34px 60px; padding: clamp(30px, 5vw, 66px); }
.finder-result > div:first-child > span { color: var(--signal); font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.finder-result h3 { max-width: 760px; margin: 15px 0; font-family: var(--font-condensed); font-size: clamp(42px, 5.5vw, 72px); font-weight: 800; line-height: .92; letter-spacing: -.04em; text-transform: uppercase; }
.finder-result p { max-width: 700px; margin: 0; color: var(--muted); line-height: 1.7; }
.finder-result-actions { display: flex; flex-direction: column; gap: 10px; }
.finder-result .finder-reset { justify-self: start; }

/* Products */
.product-grid, .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.product-card { min-width: 0; background: var(--white); color: var(--ink); }
.product-card-image { min-height: 360px; position: relative; display: block; overflow: hidden; background: var(--paper); }
.product-card-image::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(16,19,16,.07); pointer-events: none; }
.product-card-image img { width: 100%; height: 360px; object-fit: contain; padding: 32px; filter: saturate(.88) contrast(1.03); transition: transform 360ms cubic-bezier(.22,1,.36,1); }
.product-card:hover .product-card-image img { transform: scale(1.045); }
.card-index { position: absolute; z-index: 2; left: 22px; top: 20px; padding: 7px 9px; border: 1px solid var(--line); background: rgba(251,250,246,.86); font-family: var(--font-mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.product-card-copy { min-height: 250px; display: flex; flex-direction: column; padding: 28px; border-top: 1px solid var(--line); }
.product-card-copy > p { margin: 0; color: var(--signal); font-family: var(--font-mono); font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.product-card-copy h3 { margin: 13px 0 10px; font-family: var(--font-condensed); font-size: 31px; font-weight: 800; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.product-card-copy > span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.product-card-facts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.product-card-facts b { padding: 7px 9px; border: 1px solid var(--line); font-size: 8px; font-weight: 600; }
.product-card-copy .text-link { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.section-end-link { display: flex; justify-content: flex-end; margin-top: 30px; }
.product-editorial { padding: 120px 0; }
.product-editorial-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; border: 1px solid var(--line); }
.product-editorial-image { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; background: var(--white); }
.product-editorial-image > span { position: absolute; left: 24px; top: 22px; z-index: 2; color: var(--muted); }
.product-editorial-image img { width: 88%; height: 650px; object-fit: contain; transition: transform 420ms ease; }
.product-editorial-image:hover img { transform: scale(1.025); }
.product-editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 88px); border-left: 1px solid var(--line); }
.product-editorial-copy h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(48px, 5.3vw, 78px); font-weight: 800; line-height: .92; letter-spacing: -.04em; text-transform: uppercase; }
.product-editorial-copy > p:not(.kicker) { margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.product-editorial-copy dl { margin: 34px 0; border-top: 1px solid var(--line); }
.product-editorial-copy dl div { display: grid; grid-template-columns: .42fr 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.product-editorial-copy dt { color: var(--muted); font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.product-editorial-copy dd { margin: 0; font-size: 12px; font-weight: 700; }

/* Special feature sections */
.pchela-section { padding: 118px 0; }
.pchela-grid { position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; overflow: hidden; }
.pchela-code { position: absolute; right: 0; top: -100px; color: rgba(255,255,255,.12); font-family: var(--font-condensed); font-size: 380px; font-weight: 900; line-height: 1; }
.pchela-copy { position: relative; z-index: 2; }
.pchela-copy h2 { max-width: 950px; margin: 20px 0; font-family: var(--font-condensed); font-size: clamp(54px, 7vw, 104px); font-weight: 900; line-height: .86; letter-spacing: -.05em; text-transform: uppercase; }
.pchela-copy > p:not(.tech-label) { max-width: 810px; margin: 28px 0 0; font-size: 17px; line-height: 1.7; }
.pchela-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.pchela-map { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; border-top: 1px solid rgba(255,255,255,.42); border-left: 1px solid rgba(255,255,255,.42); }
.pchela-map span, .pchela-map strong { min-height: 95px; display: grid; place-items: center; padding: 16px; border-right: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); text-align: center; font-size: 11px; }
.pchela-map i { display: none; }
.pchela-map strong { background: white; color: var(--signal); font-family: var(--font-condensed); font-size: 24px; text-transform: uppercase; }
.rls-section { padding: 128px 0; }
.rls-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 130px); }
.rls-copy h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(52px, 6vw, 88px); font-weight: 800; line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.rls-copy > p:not(.kicker) { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.rls-copy ul { display: grid; gap: 10px; margin: 30px 0 36px; padding: 0; list-style: none; }
.rls-copy li { position: relative; padding-left: 20px; color: var(--graphite); font-size: 13px; }
.rls-copy li::before { content: ""; position: absolute; left: 0; top: .5em; width: 7px; height: 7px; background: var(--signal); }
.rls-visual { width: 100%; aspect-ratio: 1; position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--green); }
.radar-circle { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transform: translate(-50%, -50%); }
.circle-1 { width: 28%; height: 28%; }.circle-2 { width: 58%; height: 58%; }.circle-3 { width: 88%; height: 88%; }
.rls-visual::before, .rls-visual::after { content: ""; position: absolute; left: 50%; top: 6%; bottom: 6%; width: 1px; background: rgba(255,255,255,.16); }
.rls-visual::after { left: 6%; right: 6%; top: 50%; width: auto; height: 1px; }
.radar-sweep { position: absolute; left: 50%; top: 50%; width: 44%; height: 44%; transform-origin: 0 0; background: conic-gradient(from 0deg, rgba(230,74,46,.68), transparent 35deg); animation: radarSweep 8s linear infinite; }
.rls-visual > strong { position: absolute; left: 50%; top: 50%; z-index: 3; transform: translate(-50%,-50%); padding: 12px; border: 1px solid rgba(255,255,255,.3); background: var(--green-deep); color: white; font-family: var(--font-mono); font-size: 10px; }
.target { position: absolute; z-index: 3; padding: 5px 7px; background: var(--signal); color: white; font-family: var(--font-mono); font-size: 8px; }
.target-a { left: 23%; top: 22%; }.target-b { right: 17%; top: 37%; }.target-c { left: 35%; bottom: 16%; }

/* Process, sectors, proof, FAQ */
.process-grid, .trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 32px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article, .trust-grid article { min-height: 280px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid span, .trust-grid article > span { color: var(--signal); font-family: var(--font-mono); font-size: 9px; }
.process-grid h3, .trust-grid h3 { margin: auto 0 12px; font-family: var(--font-condensed); font-size: 28px; font-weight: 800; letter-spacing: -.03em; text-transform: uppercase; }
.process-grid p, .trust-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.industry-grid > a, .industry-grid > article { min-height: 300px; position: relative; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background 180ms ease; }
.industry-grid > a:hover { background: var(--signal); }
.industry-grid span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 9px; }
.industry-grid h3 { margin: auto 0 12px; font-family: var(--font-condensed); font-size: 30px; font-weight: 800; line-height: 1; letter-spacing: -.03em; text-transform: uppercase; }
.industry-grid p { margin: 0; color: #adbbb1; font-size: 12px; line-height: 1.65; }
.industry-grid > a:hover p { color: white; }
.industry-grid i { position: absolute; right: 26px; top: 24px; font-style: normal; }
.solution-links { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 44px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.solution-links a { min-height: 95px; display: grid; grid-template-columns: 160px 1fr 24px; align-items: center; gap: 20px; padding: 18px 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font-family: var(--font-condensed); font-size: 20px; font-weight: 700; text-transform: uppercase; }
.solution-links a > span { color: #9caba1; font-family: var(--font-mono); font-size: 8px; font-weight: 500; }
.solution-links i { color: var(--signal-soft); font-style: normal; }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.faq-intro { position: sticky; top: calc(var(--header) + 30px); }
.faq-intro h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(48px, 6vw, 84px); font-weight: 800; line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.faq-intro > p:not(.kicker) { color: var(--muted); line-height: 1.7; }
.faq-intro > a { display: inline-block; margin-top: 20px; font-size: 25px; font-weight: 850; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 96px; display: grid; grid-template-columns: 44px 1fr 28px; align-items: center; gap: 16px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--signal); font-family: var(--font-mono); font-size: 9px; }
.faq-list summary i { font-style: normal; font-size: 22px; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { margin: -4px 48px 28px 60px; color: var(--muted); font-size: 14px; line-height: 1.75; }

/* Forms */
.request-section { padding: 126px 0; }
.request-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 6vw, 92px); align-items: start; }
.request-copy { position: sticky; top: calc(var(--header) + 28px); }
.request-copy h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(48px, 5.2vw, 76px); font-weight: 800; line-height: .92; letter-spacing: -.045em; text-transform: uppercase; text-wrap: balance; }
.request-copy > p:not(.kicker) { max-width: 680px; color: #afbeb4; font-size: 15px; line-height: 1.75; }
.request-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; }
.request-meta span { padding: 8px 10px; border: 1px solid var(--line-light); color: #c3cec6; font-size: 9px; }
.lead-form, .lead-success { padding: clamp(28px, 4.5vw, 58px); border: 1px solid var(--line-light); background: rgba(255,255,255,.05); color: white; }
.section-white .lead-form, .section-paper .lead-form, .contact-form-wrap .lead-form { border-color: var(--line); background: var(--white); color: var(--ink); }
.lead-form-head > span, .lead-success > span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.lead-form-head h3, .lead-success h3 { margin: 15px 0 10px; font-family: var(--font-condensed); font-size: clamp(32px, 3.15vw, 44px); font-weight: 800; line-height: .98; letter-spacing: -.03em; text-transform: uppercase; text-wrap: balance; }
.lead-form-head p, .lead-success p { margin: 0; color: #b6c2ba; font-size: 12px; line-height: 1.65; }
.section-white .lead-form-head p, .section-paper .lead-form-head p, .contact-form-wrap .lead-form-head p { color: var(--muted); }
.lead-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 30px; }
.lead-fields label { display: grid; gap: 8px; }
.lead-fields label > span { color: #aebbb2; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.section-white .lead-fields label > span, .section-paper .lead-fields label > span, .contact-form-wrap .lead-fields label > span { color: var(--muted); }
.lead-fields input, .lead-fields textarea, .lead-fields select { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid var(--line-light); border-radius: 0; outline: 0; background: rgba(0,0,0,.12); color: white; transition: border-color 180ms ease, background 180ms ease; }
.lead-fields textarea { resize: vertical; }
.lead-fields select option { color: var(--ink); }
.section-white .lead-fields input, .section-white .lead-fields textarea, .section-white .lead-fields select, .section-paper .lead-fields input, .section-paper .lead-fields textarea, .section-paper .lead-fields select, .contact-form-wrap .lead-fields input, .contact-form-wrap .lead-fields textarea, .contact-form-wrap .lead-fields select { border-color: var(--line); background: var(--paper); color: var(--ink); }
.lead-fields input:focus, .lead-fields textarea:focus, .lead-fields select:focus { border-color: var(--signal); }
.field-wide { grid-column: 1 / -1; }
.honeypot { position: absolute !important; left: -9999px !important; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; color: #aebbb2; font-size: 9px; line-height: 1.6; }
.consent input { margin-top: 2px; accent-color: var(--signal); }
.consent a { text-decoration: underline; }
.submit-button { width: 100%; margin-top: 24px; background: var(--signal); border-color: var(--signal); }
.submit-button:hover { background: var(--signal-soft); border-color: var(--signal-soft); }
.form-note { margin: 14px 0 0; color: #7e9085; font-size: 8px; line-height: 1.5; }
.form-error { color: #ff9b87; font-size: 11px; }
.success-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.success-actions a, .success-actions button { padding: 12px 14px; border: 1px solid var(--line-light); background: transparent; color: inherit; font-size: 10px; cursor: pointer; }

/* Inner pages */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: var(--muted); font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs span { display: flex; gap: 8px; }.breadcrumbs i { font-style: normal; }.breadcrumbs b { color: var(--ink); }
.section-forest .breadcrumbs b, .section-dark .breadcrumbs b, .solution-detail-hero .breadcrumbs b { color: white; }
.page-hero { padding: calc(var(--header) + 82px) 0 92px; border-bottom: 1px solid var(--line); background: var(--paper); }
.page-hero-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 90px; align-items: end; }
.page-hero h1 { max-width: 1100px; margin: 0; font-family: var(--font-condensed); font-size: clamp(62px, 8vw, 120px); font-weight: 900; line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.page-hero-copy > p:not(.kicker) { max-width: 800px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.page-hero-aside { padding: 24px; border-left: 3px solid var(--signal); background: var(--white); }
.page-hero-aside > span { color: var(--signal); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.page-hero-aside p { margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.content-section { padding: 112px 0; }
.content-section.compact { padding-top: 0; }
.content-section-title { max-width: 1060px; margin-bottom: 52px; }
.content-section-title > p { margin-top: 24px; }
.section-dark .content-section-title > p, .section-forest .content-section-title > p { color: #aebbb3; }
.catalog-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 70px; }
.catalog-controls a { padding: 10px 12px; border: 1px solid var(--line-light); color: #c8d2cb; font-size: 9px; }
.catalog-controls a:hover { border-color: var(--signal); color: white; }
.catalog-group + .catalog-group { margin-top: 94px; }
.catalog-group-head { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 40px; margin-bottom: 28px; }
.catalog-group-head h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(40px, 5vw, 70px); font-weight: 800; line-height: .9; text-transform: uppercase; }
.catalog-group-head p { margin: 0; color: #aab8ae; font-size: 12px; line-height: 1.65; }
.catalog-note { margin: 34px 0 0; color: #87988d; font-size: 10px; line-height: 1.6; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
.comparison-table { width: 100%; min-width: 820px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; font-size: 11px; }
.comparison-table th { background: var(--ink); color: white; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }

.product-hero { min-height: 780px; padding: calc(var(--header) + 64px) 0 76px; background: var(--paper); }
.product-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(44px, 7vw, 110px); align-items: center; }
.product-hero-copy h1 { margin: 0; font-family: var(--font-condensed); font-size: clamp(66px, 8vw, 124px); font-weight: 900; line-height: .82; letter-spacing: -.055em; text-transform: uppercase; }
.product-purpose { margin: 24px 0 0; color: var(--graphite); font-size: 18px; line-height: 1.55; }
.product-description { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.product-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border-top: 1px solid var(--line); }
.product-facts div { padding: 17px 14px 0 0; }.product-facts div + div { padding-left: 17px; border-left: 1px solid var(--line); }
.product-facts span { display: block; color: var(--muted); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.product-facts strong { display: block; margin-top: 7px; font-size: 11px; line-height: 1.45; }
.product-hero-media { min-height: 580px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.product-hero-media::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 70px rgba(16,19,16,.025), 0 0 0 140px rgba(16,19,16,.017); }
.product-hero-media img { position: relative; z-index: 2; width: 90%; height: 540px; object-fit: contain; padding: 30px; }
.media-note { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 16px; margin: 0; padding: 10px 12px; border-left: 3px solid var(--signal); background: rgba(251,250,246,.94); color: var(--muted); font-size: 9px; line-height: 1.5; }
.image-placeholder { min-height: 300px; display: grid; place-items: center; color: var(--muted); font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.detail-card { min-height: 320px; padding: clamp(28px, 4vw, 48px); background: var(--white); }
.detail-card > span { color: var(--signal); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.detail-card h2 { margin: 24px 0; font-family: var(--font-condensed); font-size: clamp(30px, 3.4vw, 46px); font-weight: 800; line-height: .95; text-transform: uppercase; }
.detail-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.detail-card li { position: relative; padding-left: 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.detail-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; background: var(--signal); }

.case-grid { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid var(--line); background: var(--white); }
.case-image { min-height: 680px; position: relative; overflow: hidden; background: var(--white); }
.case-image img { object-fit: contain; padding: 26px; }
.case-image > span { position: absolute; z-index: 2; left: 24px; top: 22px; padding: 8px 10px; border: 1px solid var(--line); background: rgba(251,250,246,.9); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.case-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 86px); border-left: 1px solid var(--line); }
.case-copy h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(48px, 5.6vw, 80px); font-weight: 800; line-height: .9; letter-spacing: -.04em; text-transform: uppercase; }
.case-copy > p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.75; }
.case-facts { margin-top: 30px; border-top: 1px solid var(--line); }
.case-facts > div { display: grid; grid-template-columns: .45fr 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.case-facts strong { font-size: 11px; }.case-facts span { color: var(--muted); font-size: 10px; }

.solution-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line-light); background: var(--line-light); }
.solution-page-card { min-height: 480px; position: relative; overflow: hidden; background: var(--green); }
.solution-page-card img { width: 100%; height: 100%; object-fit: cover; opacity: .45; filter: saturate(.55); transition: transform 420ms ease, opacity 220ms ease; }
.solution-page-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,43,35,.08), rgba(11,43,35,.98)); }
.solution-page-card:hover img { transform: scale(1.04); opacity: .62; }
.solution-page-card-copy { position: absolute; z-index: 2; inset: auto 0 0; padding: 34px; color: white; }
.solution-page-card-copy > span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.solution-page-card h2 { margin: 15px 0 12px; font-family: var(--font-condensed); font-size: clamp(34px, 4vw, 54px); font-weight: 800; line-height: .92; letter-spacing: -.04em; text-transform: uppercase; }
.solution-page-card p { max-width: 620px; margin: 0; color: #b9c5bd; font-size: 12px; line-height: 1.6; }
.solution-page-card i { display: block; margin-top: 22px; color: var(--signal-soft); font-style: normal; font-size: 10px; font-weight: 800; }
.solution-detail-hero { min-height: 790px; position: relative; display: flex; align-items: flex-end; padding: calc(var(--header) + 70px) 0 86px; overflow: hidden; background: var(--green-deep); }
.solution-detail-hero > img { object-fit: cover; filter: saturate(.68); }
.solution-detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,43,35,.98), rgba(11,43,35,.8) 56%, rgba(11,43,35,.28)), linear-gradient(0deg, rgba(11,43,35,.88), transparent 62%); }
.solution-detail-content { position: relative; z-index: 2; max-width: 1100px; color: white; }
.solution-detail-content h1 { margin: 0; font-family: var(--font-condensed); font-size: clamp(64px, 8vw, 118px); font-weight: 900; line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.solution-detail-content > p { max-width: 780px; margin: 26px 0 0; color: #c1ccc5; font-size: 17px; line-height: 1.65; }
.solution-audience { display: inline-flex; gap: 12px; margin-top: 26px; padding: 11px 13px; border: 1px solid var(--line-light); color: #bfcbc3; font-size: 10px; }.solution-audience strong { color: var(--signal-soft); }
.stages-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stages-row article { min-height: 220px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stages-row span { color: var(--signal); font-family: var(--font-mono); font-size: 8px; }
.stages-row h3 { margin: auto 0 0; font-family: var(--font-condensed); font-size: 23px; font-weight: 800; text-transform: uppercase; }

/* Anti-drone */
.anti-hero { position: relative; overflow: hidden; padding: calc(var(--header) + 64px) 0 80px; }
.anti-hero-grid { position: relative; z-index: 2; min-height: 670px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 50px; align-items: center; }
.anti-hero-copy h1 { margin: 0; font-family: var(--font-condensed); font-size: clamp(65px, 7.6vw, 116px); font-weight: 900; line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.anti-hero-copy > p:not(.kicker) { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.anti-hero-facts { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 34px; }
.anti-hero-facts span { padding: 8px 10px; border: 1px solid var(--line); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.anti-hero-media { position: relative; min-height: 650px; display: grid; place-items: center; }
.anti-hero-media::before { content: "06"; position: absolute; right: -20px; bottom: -60px; color: rgba(16,19,16,.05); font-family: var(--font-condensed); font-size: 350px; font-weight: 900; line-height: .8; }
.anti-hero-media img { position: relative; z-index: 2; width: 100%; height: 600px; object-fit: contain; }
.anti-hero-media .tech-label { position: absolute; z-index: 3; right: 0; bottom: 20px; padding: 8px 10px; border: 1px solid var(--line); background: var(--white); }
.threat-grid, .deliverable-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.threat-grid article, .deliverable-grid article { min-height: 270px; display: flex; flex-direction: column; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.threat-grid span, .deliverable-grid span { color: var(--signal); font-family: var(--font-mono); font-size: 9px; }
.threat-grid h3, .deliverable-grid h3 { margin: auto 0 12px; font-family: var(--font-condensed); font-size: 28px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.threat-grid p, .deliverable-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.deliverable-grid { grid-template-columns: repeat(3, 1fr); }
.anti-systems { padding: 118px 0; }
.anti-systems-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.anti-system-copy { min-height: 550px; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 80px); background: var(--white); }
.anti-system-copy h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(48px, 5.6vw, 78px); font-weight: 800; line-height: .9; text-transform: uppercase; }
.anti-system-copy > p:not(.kicker,.tech-label) { color: var(--muted); font-size: 14px; line-height: 1.75; }
.anti-system-copy .button { align-self: flex-start; margin-top: 26px; }
.anti-system-copy.accent-card { background: var(--signal); color: white; }.anti-system-copy.accent-card p { color: white; }

/* Company, documents, service, contacts, media */
.company-story { display: grid; grid-template-columns: .35fr 1.65fr; gap: clamp(50px, 9vw, 140px); }
.company-story aside { color: var(--signal); font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.company-story article h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(46px, 6vw, 84px); font-weight: 800; line-height: .9; text-transform: uppercase; }
.company-story article p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.capability-grid, .document-grid, .service-grid, .contact-grid, .media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.capability-grid article, .document-card, .service-grid article, .media-card { min-height: 300px; display: flex; flex-direction: column; padding: 28px; background: var(--white); color: var(--ink); }
.capability-grid article > span, .document-card > span, .service-grid article > span, .media-card > span { color: var(--signal); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.capability-grid h3, .document-card h3, .service-grid h3, .media-card h2 { margin: auto 0 12px; font-family: var(--font-condensed); font-size: 28px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.capability-grid p, .document-card p, .service-grid p, .media-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.document-card a, .media-card a { display: inline-flex; gap: 10px; margin-top: 22px; font-size: 10px; font-weight: 800; }.document-card a span, .media-card a span { color: var(--signal); }
.document-card .status { display: inline-block; align-self: flex-start; margin-top: 18px; padding: 7px 9px; border: 1px solid var(--line); color: var(--muted); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.company-production { max-width: 100%; padding-inline: 0; }
.evidence-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.evidence-item { min-height: 420px; margin: 0; overflow: hidden; background: var(--paper); }
.evidence-item img { width: 100%; height: 420px; object-fit: cover; object-position: top; transition: transform 300ms ease; }.evidence-item:hover img { transform: scale(1.025); }
.service-grid { grid-template-columns: repeat(2, 1fr); }
.satellite-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.satellite-price-grid article { min-height: 230px; padding: 30px; background: var(--white); }
.satellite-price-grid span { color: var(--signal); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.satellite-price-grid strong { display: block; margin-top: 74px; font-family: var(--font-condensed); font-size: clamp(34px, 4vw, 50px); }.satellite-price-grid p { color: var(--muted); font-size: 10px; }
.contact-grid { grid-template-columns: .8fr 1.2fr; }
.contact-panel { padding: clamp(32px, 5vw, 62px); background: var(--green-deep); color: white; }
.contact-panel h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(42px, 5vw, 66px); font-weight: 800; text-transform: uppercase; }
.contact-panel .tech-label { margin-bottom: 16px; color: var(--signal-soft); }
.contact-panel-lead { max-width: 520px; margin: 20px 0 0; color: #b7c3bb; font-size: 12px; line-height: 1.65; }
.contact-page-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 30px; }
.contact-page-actions a { min-height: 72px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; padding: 12px; border-radius: 9px; box-shadow: 0 9px 28px rgba(0,0,0,.13); transition: transform 180ms ease, filter 180ms ease; }
.contact-page-actions a:hover { transform: translateY(-2px); filter: brightness(1.08); }
.contact-page-actions svg { width: 25px; height: 25px; fill: currentColor; }
.contact-page-actions .icon-cut { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-page-actions a > span { min-width: 0; display: grid; gap: 3px; }
.contact-page-actions strong { font-size: 10px; }
.contact-page-actions small { overflow: hidden; opacity: .8; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.contact-list { margin-top: 34px; border-top: 1px solid var(--line-light); }
.contact-list > div { padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.contact-list span { display: block; color: #9aaca0; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.contact-list a, .contact-list strong { display: block; margin-top: 7px; font-size: 16px; }.contact-list p { color: #b7c3bb; font-size: 11px; line-height: 1.55; }.contact-list p a + a { margin-top: 10px; }
.contact-form-wrap { background: var(--white); }.contact-form-wrap .lead-form { height: 100%; border: 0; }
.media-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }.media-tabs span, .media-tabs > a { padding: 9px 11px; border: 1px solid var(--line-light); color: #9bab9f; font-size: 8px; }.media-tabs span.active { border-color: var(--signal); color: white; }.media-tabs > a { border-color: rgba(255,255,255,.45); color: white; }
.media-card { min-height: 340px; }.media-card h2 { margin-top: 54px; }.media-card .media-meta { display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; color: var(--muted); font-family: var(--font-mono); font-size: 8px; }
.article-shell { max-width: 960px; margin: 0 auto; }
.article-head { padding: calc(var(--header) + 78px) 0 72px; border-bottom: 1px solid var(--line-light); }
.article-head h1 { margin: 0; font-family: var(--font-condensed); font-size: clamp(58px, 8vw, 104px); font-weight: 900; line-height: .86; text-transform: uppercase; }
.article-head > p { max-width: 760px; margin: 26px 0 0; color: #b1c0b6; font-size: 17px; line-height: 1.7; }
.article-meta { display: flex; gap: 20px; margin-top: 26px; color: var(--signal-soft); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.article-body { padding: 84px 0 110px; }.article-body section + section { margin-top: 58px; }.article-body h2 { margin: 0 0 20px; font-family: var(--font-condensed); font-size: clamp(36px, 4.5vw, 54px); font-weight: 800; text-transform: uppercase; }.article-body p { margin: 0; color: #b9c5bd; font-size: 16px; line-height: 1.85; }
.privacy { max-width: 980px; }.privacy h2 { margin: 50px 0 15px; font-family: var(--font-condensed); font-size: 34px; text-transform: uppercase; }.privacy p, .privacy li { color: var(--muted); line-height: 1.75; }
.not-found { min-height: 78vh; display: grid; place-items: center; padding: calc(var(--header) + 60px) var(--pad) 80px; text-align: center; }.not-found strong { color: var(--signal); font-family: var(--font-condensed); font-size: clamp(100px, 20vw, 260px); line-height: .7; }.not-found h1 { margin: 28px 0 12px; font-family: var(--font-condensed); font-size: clamp(42px, 6vw, 70px); text-transform: uppercase; }.not-found p { max-width: 560px; margin: 0 auto 28px; color: var(--muted); line-height: 1.7; }

/* Footer */
.site-footer { border-top: 1px solid var(--line-light); background: #071f19; color: white; }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; padding-top: 110px; padding-bottom: 76px; }
.footer-brand h2 { max-width: 980px; margin: 0 0 34px; font-family: var(--font-condensed); font-size: clamp(52px, 7vw, 102px); font-weight: 900; line-height: .86; letter-spacing: -.05em; text-transform: uppercase; }
.footer-contacts { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-left: 40px; border-left: 1px solid var(--line-light); }
.footer-contacts > span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }.footer-contacts > a:first-of-type { margin-top: 18px; font-size: clamp(26px, 3vw, 40px); font-weight: 850; }.footer-contacts > a:nth-of-type(2) { margin-top: 8px; color: #acbbb1; font-size: 14px; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.social-links a { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid var(--line-light); border-radius: 7px; color: white; font-size: 9px; font-weight: 800; }.social-links svg { width: 16px; height: 16px; fill: currentColor; }.social-links .icon-cut { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.social-links .contact-channel { background: transparent; color: #c0cbc4; }
.footer-grid { display: grid; grid-template-columns: .8fr .7fr 1fr; gap: 70px; padding-top: 32px; padding-bottom: 32px; border-top: 1px solid var(--line-light); }.footer-grid strong { font-size: 12px; }.footer-grid p { color: #85988c; font-size: 9px; line-height: 1.65; }.footer-grid nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; font-size: 9px; }.footer-legal a { font-size: 9px; text-decoration: underline; }
.footer-topics { display: grid; grid-template-columns: .28fr 1.72fr; gap: 50px; padding-top: 28px; padding-bottom: 28px; border-top: 1px solid var(--line-light); }
.footer-topics > span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.footer-topics > div { display: flex; flex-wrap: wrap; gap: 9px; }
.footer-topics a { padding: 8px 11px; border: 1px solid var(--line-light); color: #aabbb0; font-size: 8px; line-height: 1.25; transition: color 180ms ease, border-color 180ms ease, background 180ms ease; }
.footer-topics a:hover { border-color: var(--signal-soft); background: rgba(255,255,255,.035); color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid var(--line-light); color: #71877a; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
/* Official media, product galleries and interceptor project */
.hero-mobile-equipment { display: none; }
.official-media-section, .product-gallery-section, .pchela-gallery-section, .company-field-section, .media-photo-section { padding: 126px 0; }
.official-media-feature { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); border: 1px solid var(--line-light); }
.official-video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #020705; }
.official-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.official-media-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 72px); border-left: 1px solid var(--line-light); }
.official-media-copy h3 { margin: 16px 0 20px; font-family: var(--font-condensed); font-size: clamp(38px, 4.2vw, 62px); font-weight: 850; line-height: .93; text-transform: uppercase; }
.official-media-copy > p:not(.tech-label) { margin: 0; color: #adbbb2; font-size: 13px; line-height: 1.75; }
.official-media-copy .button { align-self: flex-start; margin-top: 28px; }
.official-photo-grid, .product-gallery, .pchela-gallery, .company-field-grid, .media-photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; margin-top: 1px; background: var(--line-light); }
.official-photo, .product-gallery-item, .pchela-gallery-item, .company-field-item, .media-photo-item { position: relative; min-height: 360px; margin: 0; overflow: hidden; background: #0a1c17; }
.official-photo img, .product-gallery-item img, .pchela-gallery-item img, .company-field-item img, .media-photo-item img { object-fit: cover; transition: transform 380ms cubic-bezier(.22,1,.36,1); }
.official-photo:hover img, .product-gallery-item:hover img, .pchela-gallery-item:hover img, .company-field-item:hover img, .media-photo-item:hover img { transform: scale(1.025); }
.official-photo::after, .product-gallery-item::after, .pchela-gallery-item::after, .company-field-item::after, .media-photo-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(1,10,7,.82)); pointer-events: none; }
.official-photo figcaption, .product-gallery-item figcaption, .pchela-gallery-item figcaption, .company-field-item figcaption, .media-photo-item figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: flex; gap: 12px; color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.official-photo figcaption span, .product-gallery-item figcaption span, .pchela-gallery-item figcaption span, .company-field-item figcaption span, .media-photo-item figcaption span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 8px; }
.official-photo.photo-1, .official-photo.photo-4 { grid-column: span 5; }.official-photo.photo-2, .official-photo.photo-5 { grid-column: span 4; }.official-photo.photo-3, .official-photo.photo-6 { grid-column: span 3; }

.product-gallery-item { grid-column: span 4; min-height: 420px; }.product-gallery-item.gallery-1, .product-gallery-item.gallery-4 { grid-column: span 6; }.product-gallery-item img { object-position: center; }
.product-downloads { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.product-downloads > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

.pchela-spec-section { padding: 126px 0; }
.pchela-spec-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr); gap: clamp(54px, 8vw, 130px); align-items: start; }
.pchela-spec-intro { position: sticky; top: calc(var(--header) + 36px); }
.pchela-spec-intro h2 { margin: 0; font-family: var(--font-condensed); font-size: clamp(50px, 5.8vw, 82px); font-weight: 850; line-height: .9; text-transform: uppercase; }
.pchela-spec-intro > p:not(.kicker) { color: var(--muted); font-size: 15px; line-height: 1.8; }.pchela-spec-intro .button { margin-top: 28px; }
.pchela-spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.pchela-spec-grid article { min-height: 245px; display: flex; flex-direction: column; padding: 26px; background: var(--white); }
.pchela-spec-grid article > span { color: var(--signal); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.pchela-spec-grid strong { margin-top: auto; font-family: var(--font-condensed); font-size: clamp(34px, 3.4vw, 52px); line-height: .95; text-transform: uppercase; }
.pchela-spec-grid p { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.pchela-architecture-section { padding: 112px 0; }
.pchela-architecture-section .split-heading > p { color: rgba(255,255,255,.85); }
.pchela-flow { display: grid; grid-template-columns: repeat(5, 1fr); margin: 56px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.5); border-left: 1px solid rgba(255,255,255,.5); list-style: none; }
.pchela-flow li { min-height: 260px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); }
.pchela-flow li > span { font-family: var(--font-mono); font-size: 8px; }.pchela-flow strong { margin-top: auto; font-family: var(--font-condensed); font-size: 27px; text-transform: uppercase; }.pchela-flow p { margin: 12px 0 0; font-size: 10px; line-height: 1.55; }
.pchela-gallery-item { grid-column: span 4; min-height: 430px; }.pchela-gallery-item.pchela-photo-1, .pchela-gallery-item.pchela-photo-4 { grid-column: span 6; }.pchela-gallery-item img { object-position: center; }
.pchela-document-links { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; margin-top: 50px; padding-top: 34px; border-top: 1px solid var(--line-light); }
.pchela-document-links p { max-width: 720px; margin: 0; color: #acbbb1; font-size: 12px; line-height: 1.7; }.pchela-document-links p > span { display: block; margin-bottom: 10px; color: var(--signal-soft); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }.pchela-document-links > div { display: flex; gap: 10px; }

.company-field-grid, .media-photo-grid { background: var(--line-light); }
.company-field-item, .media-photo-item { grid-column: span 3; min-height: 390px; }.company-field-item.company-field-1, .company-field-item.company-field-5, .media-photo-item.media-photo-1, .media-photo-item.media-photo-7 { grid-column: span 6; }.company-field-item img, .media-photo-item img { object-position: center; }
.media-video-section { padding: 126px 0; }
.media-video-layout { display: grid; grid-template-columns: 1.32fr .68fr; border: 1px solid var(--line); background: var(--white); }
.media-video-layout aside { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 70px); border-left: 1px solid var(--line); }.media-video-layout aside h3 { margin: 16px 0 20px; font-family: var(--font-condensed); font-size: clamp(36px, 4.5vw, 62px); line-height: .92; text-transform: uppercase; }.media-video-layout aside p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }.media-video-layout aside .button { align-self: flex-start; margin-top: 28px; }

/* Curated photo bank */
.gallery-hero { padding: calc(var(--header) + 74px) 0 96px; color: var(--ink); }
.gallery-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(44px, 6vw, 96px); align-items: end; }
.gallery-hero h1 { max-width: 920px; margin: 32px 0 0; font-family: var(--font-condensed); font-size: clamp(58px, 6.6vw, 98px); font-weight: 900; line-height: .87; letter-spacing: -.05em; text-transform: uppercase; text-wrap: balance; }
.gallery-hero-copy { padding: 30px 0 4px; border-top: 1px solid var(--line); }
.gallery-hero-copy > p { max-width: 580px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.gallery-hero-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 46px 0 0; border-top: 1px solid var(--line); }
.gallery-hero-copy dl > div { min-width: 0; padding: 20px 14px 0 0; }.gallery-hero-copy dl > div + div { padding-left: 14px; border-left: 1px solid var(--line); }
.gallery-hero-copy dt { font-family: var(--font-condensed); font-size: 42px; font-weight: 850; line-height: 1; }.gallery-hero-copy dd { margin: 8px 0 0; color: var(--muted); font-family: var(--font-mono); font-size: 7px; line-height: 1.5; text-transform: uppercase; }
.gallery-explorer { padding: 120px 0 130px; }
.gallery-toolbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.gallery-toolbar button { min-height: 44px; display: flex; align-items: center; gap: 18px; padding: 0 14px; border: 1px solid var(--line-light); background: transparent; color: #9fb0a5; cursor: pointer; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; transition: border-color 180ms ease, color 180ms ease, background 180ms ease; }
.gallery-toolbar button:hover, .gallery-toolbar button:focus-visible { border-color: rgba(255,255,255,.65); color: white; }.gallery-toolbar button.is-active { border-color: var(--signal); background: var(--signal); color: #07140f; }
.gallery-toolbar small { color: inherit; font-size: 7px; opacity: .7; }
.gallery-result-line { display: flex; justify-content: space-between; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line-light); color: #84988c; font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }
.gallery-wall { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 2px; }
.gallery-tile { position: relative; min-height: 350px; grid-column: span 4; overflow: hidden; border: 0; background: #0a1c17; color: white; cursor: zoom-in; text-align: left; }
.gallery-tile.gallery-shape-1, .gallery-tile.gallery-shape-6 { grid-column: span 6; min-height: 470px; }.gallery-tile.gallery-shape-3 { grid-column: span 3; }.gallery-tile.gallery-shape-4 { grid-column: span 5; }
.gallery-tile img { object-fit: cover; transition: transform 420ms cubic-bezier(.22,1,.36,1), filter 250ms ease; }.gallery-tile:hover img, .gallery-tile:focus-visible img { transform: scale(1.025); filter: saturate(1.08); }
.gallery-tile::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(1,10,7,.9)); pointer-events: none; }
.gallery-tile-index { position: absolute; z-index: 2; top: 16px; left: 16px; min-width: 31px; padding: 7px; border: 1px solid rgba(255,255,255,.5); background: rgba(1,12,8,.28); font-family: var(--font-mono); font-size: 7px; text-align: center; }
.gallery-tile-caption { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; font-size: 10px; font-weight: 850; line-height: 1.35; text-transform: uppercase; }
.gallery-lightbox { position: fixed; z-index: 220; inset: 0; display: grid; place-items: center; padding: 28px; overflow: auto; background: rgba(1,9,6,.97); }
.gallery-lightbox-close { position: fixed; z-index: 2; top: 20px; right: 22px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 30px; line-height: 1; }
.gallery-lightbox figure { width: min(1200px, 94vw); margin: 0; }.gallery-lightbox-image { position: relative; width: 100%; height: min(74vh, 780px); }.gallery-lightbox-image img { object-fit: contain; }
.gallery-lightbox figcaption { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0 0; border-top: 1px solid var(--line-light); color: white; }.gallery-lightbox figcaption span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }.gallery-lightbox figcaption strong { font-size: 11px; text-align: right; text-transform: uppercase; }

/* News publishing and protected editorial workspace */
.news-section { padding: 126px 0; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.news-card { min-width: 0; display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1fr); background: var(--white); color: var(--ink); }
.news-card.featured { grid-column: 1 / -1; grid-template-columns: minmax(360px, 1.05fr) minmax(0, .95fr); }
.news-card-media { position: relative; min-height: 320px; overflow: hidden; background: var(--green-deep); }
.news-card.featured .news-card-media { min-height: 480px; }
.news-card-media img { object-fit: cover; transition: transform 420ms cubic-bezier(.22,1,.36,1); }
.news-card:hover .news-card-media img { transform: scale(1.025); }
.news-card-placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.12); font-family: var(--font-condensed); font-size: clamp(110px, 17vw, 240px); font-weight: 900; }
.news-card-copy { min-width: 0; display: flex; flex-direction: column; padding: clamp(25px, 3.2vw, 48px); }
.news-card-meta { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.news-card-meta span { color: var(--signal); }
.news-card-copy h2 { margin: auto 0 16px; font-family: var(--font-condensed); font-size: clamp(30px, 3.2vw, 50px); font-weight: 850; line-height: .95; text-transform: uppercase; overflow-wrap: anywhere; }
.news-card-copy p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.news-card-link { display: inline-flex; gap: 10px; align-self: flex-start; margin-top: 24px; font-size: 10px; font-weight: 850; }
.news-card-link span { color: var(--signal); }
.news-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); gap: clamp(46px, 7vw, 100px); padding-top: 70px; padding-bottom: 120px; }
.news-article-content { min-width: 0; }
.news-article-cover { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: var(--paper); }
.news-article-cover img { object-fit: cover; }
.article-body.news-body { padding: 64px 0 72px; }
.news-body > h2 { margin: 58px 0 20px; font-family: var(--font-condensed); font-size: clamp(36px, 4.5vw, 54px); font-weight: 800; line-height: 1; text-transform: uppercase; }
.news-body > h2:first-child { margin-top: 0; }
.news-body > p { margin: 0 0 24px; color: #b9c5bd; font-size: 16px; line-height: 1.85; }
.news-article-lead { position: relative; }
.news-article-lead .lead-form { position: sticky; top: calc(var(--header) + 24px); }
.article-next-links { display: grid; border-top: 1px solid var(--line-light); }
.article-next-links a { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line-light); font-family: var(--font-condensed); font-size: 22px; font-weight: 800; text-transform: uppercase; }
.article-next-links b { color: var(--signal); }

body:has(.admin-app) { padding-bottom: 0; background: #ecebe4; }
body:has(.admin-app) .global-header, body:has(.admin-app) .site-footer, body:has(.admin-app) .contact-dock, body:has(.admin-app) > .skip-link { display: none; }
.admin-app { min-height: 100vh; display: grid; grid-template-columns: 252px minmax(0, 1fr); background: #ecebe4; color: var(--ink); }
.admin-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 28px 20px 24px; overflow-y: auto; background: #08261e; color: white; }
.admin-brand { display: grid; gap: 3px; padding: 0 8px 28px; border-bottom: 1px solid rgba(255,255,255,.16); }
.admin-brand strong { font-family: var(--font-condensed); font-size: 29px; letter-spacing: -.04em; }
.admin-brand span { color: #96aa9e; font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }
.admin-sidebar nav { display: grid; gap: 4px; margin-top: 24px; }
.admin-sidebar nav a { min-height: 52px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid transparent; color: #c2d0c7; transition: border-color 180ms ease, background 180ms ease, color 180ms ease; }
.admin-sidebar nav a:hover { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.055); color: white; }
.admin-sidebar nav span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 7px; }
.admin-sidebar nav b { font-size: 10px; }
.admin-sidebar-foot { display: grid; gap: 9px; margin-top: auto; padding: 22px 8px 0; border-top: 1px solid rgba(255,255,255,.16); }
.admin-sidebar-foot small { overflow: hidden; color: #8fa398; font-size: 8px; text-overflow: ellipsis; }
.admin-sidebar-foot a, .admin-sidebar-foot button { font-size: 9px; font-weight: 750; }
.admin-sidebar-foot form { margin: 0; }
.admin-sidebar-foot button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font-family: inherit; }
.admin-sidebar-foot button:hover { color: var(--signal-soft); }
.admin-stage { min-width: 0; }
.admin-shell { min-height: 100vh; padding: 52px clamp(24px, 4vw, 70px) 100px; background: #f1f0e9; color: var(--ink); }
.admin-header, .admin-editor-head { max-width: 1480px; margin: 0 auto 38px; }
.admin-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: end; }
.admin-header h1, .admin-editor-head h1 { max-width: 920px; margin: 12px 0 14px; font-family: var(--font-condensed); font-size: clamp(58px, 7vw, 104px); font-weight: 900; line-height: .86; text-transform: uppercase; }
.admin-header > div > p:last-child, .admin-editor-head p { max-width: 720px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.admin-editor-head > div > a { color: var(--signal); font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.admin-user { min-width: 250px; padding: 20px; border: 1px solid var(--line); background: var(--white); }
.admin-user span, .admin-user b, .admin-user a { display: block; }
.admin-user span { color: var(--muted); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.admin-user b { margin-top: 8px; font-size: 12px; }
.admin-user a { margin-top: 14px; color: var(--signal); font-size: 9px; font-weight: 800; }
.admin-notice { max-width: 1480px; margin: -12px auto 24px; padding: 14px 18px; border-left: 3px solid var(--signal); background: #e4eadf; font-size: 11px; font-weight: 700; }
.admin-stats { max-width: 1480px; display: grid; grid-template-columns: repeat(3, 1fr) auto; margin: 0 auto 24px; border: 1px solid var(--line); background: var(--white); }
.admin-stats > div { min-width: 0; padding: 20px 24px; border-right: 1px solid var(--line); }
.admin-stats strong, .admin-stats span { display: block; }
.admin-stats strong { font-family: var(--font-condensed); font-size: 38px; line-height: 1; }
.admin-stats span { margin-top: 4px; color: var(--muted); font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }
.admin-stats .button { align-self: stretch; }
.admin-news-list { max-width: 1480px; margin: 0 auto; border: 1px solid var(--line); background: var(--white); }
.admin-list-head, .admin-news-row { display: grid; grid-template-columns: minmax(0, 1fr) 150px 150px 135px; gap: 24px; align-items: center; padding: 14px 22px; }
.admin-list-head { border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }
.admin-news-row { min-height: 116px; border-bottom: 1px solid var(--line); }
.admin-news-row:last-child { border-bottom: 0; }
.admin-news-row > div { min-width: 0; }
.admin-news-row > div > span { color: var(--signal); font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }
.admin-news-row h2 { margin: 8px 0 5px; font-family: var(--font-condensed); font-size: 24px; line-height: 1; text-transform: uppercase; overflow-wrap: anywhere; }
.admin-news-row small, .admin-news-row time { color: var(--muted); font-family: var(--font-mono); font-size: 7px; }
.admin-news-row > a { font-size: 9px; font-weight: 800; }
.admin-status { display: inline-flex; justify-self: start; padding: 7px 9px; border: 1px solid var(--line); font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }
.admin-status.published { border-color: #8aac99; background: #e4ede7; color: #164c3d; }
.admin-status.draft { background: #edece5; color: #696b66; }
.admin-empty { padding: clamp(38px, 7vw, 90px); text-align: center; }
.admin-empty h2 { margin: 0; font-family: var(--font-condensed); font-size: 46px; text-transform: uppercase; }
.admin-empty p { max-width: 520px; margin: 12px auto 24px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.admin-empty .button { width: auto; }
.news-editor { max-width: 1480px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 24px; align-items: start; margin: 0 auto; }
.news-editor-main, .admin-panel { border: 1px solid var(--line); background: var(--white); }
.news-editor-main { display: grid; gap: 22px; padding: clamp(24px, 4vw, 50px); }
.news-editor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: end; }
.news-editor-side { display: grid; gap: 16px; }
.admin-panel { display: grid; gap: 16px; padding: 24px; }
.admin-panel > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.admin-field { min-width: 0; display: grid; gap: 8px; }
.admin-field > span { display: flex; justify-content: space-between; gap: 14px; color: #48524c; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.admin-field > span b { color: var(--signal); font-weight: 600; }
.admin-field input, .admin-field textarea, .admin-field select, .slug-input { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 0; background: #fafaf7; color: var(--ink); font: inherit; font-size: 13px; outline: 0; }
.admin-field input, .admin-field select { min-height: 50px; padding: 0 14px; }
.admin-field textarea { resize: vertical; padding: 14px; line-height: 1.65; }
.admin-field input:focus, .admin-field textarea:focus, .admin-field select:focus, .slug-input:focus-within { border-color: var(--signal); box-shadow: 0 0 0 2px rgba(232,72,39,.12); }
.admin-field small { color: var(--muted); font-size: 8px; line-height: 1.5; }
.slug-input { display: grid; grid-template-columns: auto 1fr; align-items: center; }
.slug-input b { padding-left: 14px; color: var(--muted); font-size: 11px; }
.slug-input input { border: 0; background: transparent; }
.news-body-input { min-height: 420px; }
.admin-toggle { min-height: 50px; display: flex; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid var(--line); font-size: 10px; font-weight: 700; cursor: pointer; }
.admin-toggle input { width: 18px; height: 18px; accent-color: var(--signal); }
.admin-panel .button { width: 100%; }
.admin-preview-path { overflow-wrap: anywhere; font-family: var(--font-mono); font-size: 8px !important; }
.admin-text-link { color: var(--signal); font-size: 9px; font-weight: 800; }
.admin-delete { justify-self: start; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #a33125; cursor: pointer; font-size: 9px; }
.admin-unpublish { min-height: 44px; border: 1px solid var(--line); background: transparent; color: #4f5b54; cursor: pointer; font-size: 9px; font-weight: 800; }
.admin-error { padding: 12px; border-left: 3px solid #b6372c; background: #f5dfdb; color: #842b22 !important; }
.admin-upload { min-height: 56px; display: grid; place-items: center; padding: 12px; border: 1px dashed #9b9e96; background: #fafaf7; cursor: pointer; color: var(--signal); font-size: 9px; font-weight: 800; text-align: center; }
.admin-upload input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.admin-cover-preview { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--paper); }
.admin-cover-preview img { object-fit: cover; }
.admin-dashboard-grid { max-width: 1480px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0 auto; border: 1px solid var(--line); background: var(--line); }
.admin-dashboard-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; background: var(--white); }
.admin-dashboard-card > span { color: var(--signal); font-family: var(--font-mono); font-size: 8px; }
.admin-dashboard-card > strong { margin-top: 34px; font-family: var(--font-condensed); font-size: 70px; line-height: .8; }
.admin-dashboard-card h2 { margin: auto 0 10px; font-family: var(--font-condensed); font-size: 31px; text-transform: uppercase; }
.admin-dashboard-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.admin-dashboard-card > b { margin-top: 22px; color: var(--signal); font-size: 9px; }
.admin-guide { max-width: 1480px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin: 36px auto 0; padding: clamp(28px, 4vw, 54px); background: var(--green-deep); color: white; }
.admin-guide h2 { margin: 16px 0 0; font-family: var(--font-condensed); font-size: clamp(35px, 4vw, 54px); line-height: .95; text-transform: uppercase; }
.admin-guide ol { display: grid; gap: 1px; margin: 0; padding: 0; background: var(--line-light); list-style: none; }
.admin-guide li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 20px; background: #0d3027; }
.admin-guide li > span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 8px; }
.admin-guide li p { margin: 0; color: #9fb0a6; font-size: 10px; line-height: 1.6; }
.admin-guide li b { display: block; margin-bottom: 4px; color: white; font-size: 11px; }
.admin-repeater { display: grid; gap: 10px; }
.admin-repeater-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #48524c; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.admin-repeater-head button { border: 0; background: transparent; color: var(--signal); cursor: pointer; font: inherit; font-weight: 800; }
.admin-pair-row, .admin-gallery-row { display: grid; grid-template-columns: .7fr 1.3fr 34px; gap: 8px; }
.admin-gallery-row { grid-template-columns: 1fr 1fr 1fr 34px; }
.admin-pair-row input, .admin-gallery-row input { min-width: 0; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); background: #fafaf7; font: inherit; font-size: 11px; }
.admin-pair-row button, .admin-gallery-row button { border: 1px solid var(--line); background: transparent; color: #9d3026; cursor: pointer; font-size: 18px; }
.admin-media-field { display: grid; gap: 12px; }
.admin-media-field > span { color: #48524c; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.content-editor { max-width: 1180px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; margin: 0 auto; }
.content-editor > .admin-panel { position: sticky; top: 24px; }
.admin-content-groups { max-width: 1480px; display: grid; gap: 30px; margin: 0 auto; }
.admin-content-group > h2 { margin: 0 0 12px; font-family: var(--font-condensed); font-size: 30px; text-transform: uppercase; }
.admin-content-group > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.admin-content-group a { min-height: 190px; display: flex; flex-direction: column; padding: 24px; background: var(--white); }
.admin-content-group a > span { font-family: var(--font-condensed); font-size: 24px; font-weight: 800; text-transform: uppercase; }
.admin-content-group a p { color: var(--muted); font-size: 10px; line-height: 1.6; }
.admin-content-group a b { margin-top: auto; color: var(--signal); font-size: 9px; }
.admin-media-uploader { max-width: 1480px; display: grid; grid-template-columns: minmax(0, 1fr) 300px 190px; gap: 18px; align-items: end; margin: 0 auto 28px; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.admin-media-uploader h2 { margin: 8px 0 6px; font-family: var(--font-condensed); font-size: 34px; text-transform: uppercase; }
.admin-media-uploader p { max-width: 620px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.admin-media-uploader .admin-error { grid-column: 1 / -1; }
.admin-media-grid { max-width: 1480px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0 auto; }
.admin-media-card { min-width: 0; border: 1px solid var(--line); background: var(--white); }
.admin-media-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper); }
.admin-media-image img { object-fit: cover; }
.admin-media-copy { display: grid; gap: 14px; padding: 18px; }
.admin-media-copy > small { overflow: hidden; color: var(--muted); font-family: var(--font-mono); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.admin-media-copy > div { display: flex; flex-wrap: wrap; gap: 7px; }
.admin-media-copy button { min-height: 34px; padding: 7px 9px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 8px; font-weight: 750; }
.admin-media-copy button.danger { color: #a33125; }
.cms-login-page { min-height: 100svh; display: grid; place-items: center; padding: clamp(100px, 12vw, 170px) 24px 70px; background: var(--green-deep); color: white; }
.cms-login-panel { width: min(1060px, 100%); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); border: 1px solid rgba(255,255,255,.2); background: #0d3027; box-shadow: 0 34px 100px rgba(0,0,0,.28); }
.cms-login-copy { padding: clamp(34px, 6vw, 76px); background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 52px 52px; }
.cms-login-copy h1 { max-width: 530px; margin: 30px 0 24px; font-family: var(--font-condensed); font-size: clamp(60px, 7vw, 104px); font-weight: 900; line-height: .84; text-transform: uppercase; }
.cms-login-copy > p:last-child { max-width: 540px; margin: 0; color: #a8b8ae; font-size: 13px; line-height: 1.75; }
.cms-login-form { display: grid; align-content: center; gap: 20px; padding: clamp(32px, 5vw, 62px); background: #f1f0e9; color: var(--ink); }
.cms-login-form label { display: grid; gap: 9px; }
.cms-login-form label > span { color: #53615a; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.cms-login-form input { width: 100%; min-width: 0; min-height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink); font: inherit; outline: 0; }
.cms-login-form input:focus { border-color: var(--signal); box-shadow: 0 0 0 3px rgba(232,72,39,.12); }
.cms-login-form input[readonly] { background: #e7e7df; color: #5f6862; }
.cms-login-form .button { width: 100%; margin-top: 6px; }
.lead-inbox { max-width: 1480px; margin: 0 auto; border: 1px solid var(--line); background: var(--white); }
.lead-inbox > .admin-error { margin: 0; }
.lead-inbox-head, .lead-inbox-row { display: grid; grid-template-columns: minmax(210px, .75fr) minmax(300px, 1.6fr) 180px 150px; gap: 24px; align-items: start; padding: 16px 22px; }
.lead-inbox-head { border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }
.lead-inbox-row { min-height: 150px; border-bottom: 1px solid var(--line); }
.lead-inbox-row:last-child { border-bottom: 0; }
.lead-inbox-row.new { box-shadow: inset 3px 0 var(--signal); }
.lead-inbox-row > div { min-width: 0; }
.lead-inbox-row > div:first-child > span { color: var(--signal); font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }
.lead-inbox-row h2 { margin: 9px 0 7px; font-family: var(--font-condensed); font-size: 27px; line-height: 1; text-transform: uppercase; overflow-wrap: anywhere; }
.lead-inbox-row a { display: block; color: var(--green-deep); font-size: 13px; font-weight: 850; }
.lead-inbox-row b { display: block; margin-bottom: 9px; font-size: 11px; }
.lead-inbox-row p { margin: 0 0 12px; color: var(--muted); font-size: 10px; line-height: 1.65; white-space: pre-wrap; }
.lead-inbox-row small, .lead-inbox-row time { display: block; color: var(--muted); font-family: var(--font-mono); font-size: 7px; line-height: 1.55; }
.lead-inbox-row select { width: 100%; min-height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 0; background: #fafaf7; color: var(--ink); font: inherit; font-size: 9px; font-weight: 750; }

@keyframes equipmentReveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes radarSweep { to { transform: rotate(360deg); } }

@media (max-width: 1450px) {
  .header-shell { grid-template-columns: 290px 1fr auto 200px; }
  .header-status { display: none; }
  .header-messengers { padding-inline: 12px; }
  .header-messengers span { display: none; }
}

@media (max-width: 1240px) {
  :root { --pad: 32px; }
  .header-shell { grid-template-columns: 290px 1fr auto 200px; }
  .header-status { display: none; }
  .header-messengers { padding-inline: 12px; }.header-messengers span { display: none; }
  .desktop-nav { gap: 22px; }
  .hero-layout { grid-template-columns: 1fr .85fr; }
  .hero-equipment img { height: 590px; }
  .platform-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .pchela-grid { grid-template-columns: 1fr; }
  .pchela-map { max-width: 760px; }
}

@media (max-width: 1100px) {
  :root { --header: 76px; --pad: 24px; }
  body { padding-bottom: 76px; }
  .header-shell { grid-template-columns: 1fr auto auto auto; padding-inline: var(--pad); }
  .brand strong { font-size: 28px; }.brand > span, .brand small { display: none; }
  .desktop-nav { display: none; }.header-phone { padding-right: 18px; border-left: 0; }.header-phone small { display: none; }
  .header-messengers { border-left: 0; }
  .menu-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 7px; margin-block: auto; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
  .menu-toggle span { width: 21px; height: 2px; background: var(--ink); transition: transform 180ms ease; }.menu-toggle.is-open span:first-child { transform: translateY(4.5px) rotate(45deg); }.menu-toggle.is-open span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-menu-layer { position: fixed; z-index: 99; inset: 0; display: block; height: 100dvh; overflow-y: auto; padding-top: var(--header); background: var(--paper); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-14px); transition: opacity 180ms ease, transform 220ms cubic-bezier(.22,1,.36,1), visibility 180ms ease; }
  .mobile-menu-layer.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .mobile-menu-grid { min-height: calc(100dvh - var(--header)); display: grid; grid-template-columns: 1fr .58fr; grid-template-rows: auto 1fr auto; gap: 0 50px; padding: 26px var(--pad) 30px; }
  .mobile-menu-label { grid-column: 1 / -1; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
  .mobile-menu-grid nav { display: grid; align-content: start; }
  .mobile-menu-grid nav a { min-height: 66px; display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); font-family: var(--font-condensed); font-size: clamp(25px, 5vw, 42px); font-weight: 800; line-height: 1; text-transform: uppercase; }
  .mobile-menu-grid nav a span { color: var(--signal); font-family: var(--font-mono); font-size: 8px; }.mobile-menu-grid nav a i { font-style: normal; font-size: 14px; }
  .mobile-menu-contact { align-self: start; padding: 30px; background: var(--green-deep); color: white; }.mobile-menu-contact p { margin: 0 0 18px; color: #aebeb4; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
  .mobile-menu-shortcuts { display: grid; gap: 7px; }
  .mobile-menu-shortcuts a { min-height: 58px; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 8px; }
  .mobile-menu-shortcuts svg { width: 22px; height: 22px; fill: currentColor; }
  .mobile-menu-shortcuts .icon-cut { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-menu-shortcuts a > span { min-width: 0; display: grid; gap: 2px; }
  .mobile-menu-shortcuts strong { font-size: 10px; }
  .mobile-menu-shortcuts small { overflow: hidden; opacity: .78; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-menu-note { grid-column: 1 / -1; align-self: end; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
  .contact-dock { left: 12px; right: 12px; bottom: 10px; width: auto; border-radius: 14px; }
  .contact-dock-label { display: none; }
  .contact-dock-actions { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .contact-action { min-height: 56px; grid-template-columns: 32px minmax(0, 1fr); padding: 7px 10px; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; padding-top: 50px; }.hero-copy { max-width: 900px; }.hero-copy h1 { max-width: 820px; }.hero-equipment { min-height: 520px; }.hero-equipment img { height: 510px; }.hero-scenarios { grid-template-columns: repeat(2, 1fr); }
  .split-heading, .page-hero-grid, .intro-statement-grid { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .architecture-navigator { grid-template-columns: 1fr; }.architecture-rail { grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid var(--line-light); }.architecture-rail button { min-height: 120px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; border-right: 1px solid var(--line-light); }.architecture-rail button > span { grid-row: auto; }.architecture-panel { min-height: 520px; }
  .finder-options.grid-four { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .related-grid, .media-grid { grid-template-columns: repeat(2, 1fr); }.product-editorial-grid { grid-template-columns: 1fr; }.product-editorial-copy { border-left: 0; border-top: 1px solid var(--line); }
  .rls-grid, .request-layout, .faq-layout, .company-story, .anti-hero-grid, .anti-systems-grid, .case-grid { grid-template-columns: 1fr; }.faq-intro, .request-copy { position: static; }.request-layout .lead-form { max-width: 820px; }.rls-visual { max-width: 760px; }.case-copy { border-left: 0; border-top: 1px solid var(--line); }
  .process-grid, .trust-grid, .deliverable-grid { grid-template-columns: repeat(2, 1fr); }.solution-links { grid-template-columns: 1fr; }
  .product-hero-grid { grid-template-columns: 1fr; }.solution-card-grid { grid-template-columns: 1fr; }.stages-row { grid-template-columns: repeat(2, 1fr); }
  .capability-grid, .document-grid { grid-template-columns: repeat(2, 1fr); }.evidence-gallery { grid-template-columns: repeat(2, 1fr); }.contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }.footer-contacts { padding: 34px 0 0; border-left: 0; border-top: 1px solid var(--line-light); }.footer-topics { grid-template-columns: 1fr; gap: 18px; }
  .official-media-feature, .media-video-layout { grid-template-columns: 1fr; }
  .official-media-copy, .media-video-layout aside { border-left: 0; border-top: 1px solid var(--line-light); }
  .official-photo-grid, .product-gallery, .pchela-gallery, .company-field-grid, .media-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .official-photo, .product-gallery-item, .pchela-gallery-item, .company-field-item, .media-photo-item { grid-column: auto !important; min-height: 360px; }
  .pchela-spec-layout { grid-template-columns: 1fr; }.pchela-spec-intro { position: static; }.pchela-flow { grid-template-columns: repeat(3, 1fr); }
  .pchela-document-links { grid-template-columns: 1fr; }.pchela-document-links > div { justify-content: flex-start; }
  .gallery-hero-grid { grid-template-columns: 1fr; }.gallery-hero-copy { max-width: 760px; }.gallery-wall { grid-template-columns: repeat(2, 1fr); }.gallery-tile, .gallery-tile.gallery-shape-1, .gallery-tile.gallery-shape-3, .gallery-tile.gallery-shape-4, .gallery-tile.gallery-shape-6 { grid-column: auto; min-height: 380px; }
  .news-card, .news-card.featured { grid-column: auto; grid-template-columns: 1fr; }.news-card.featured .news-card-media, .news-card-media { min-height: 340px; }
  .news-article-layout { grid-template-columns: 1fr; }.news-article-lead .lead-form { position: static; }
  .admin-header { grid-template-columns: 1fr; }.admin-user { max-width: 420px; }.news-editor { grid-template-columns: 1fr; }.news-editor-side { grid-template-columns: repeat(3, 1fr); }.admin-list-head, .admin-news-row { grid-template-columns: minmax(0, 1fr) 130px 110px; }.admin-list-head span:nth-child(4), .admin-news-row > a { grid-column: 1 / -1; }.admin-news-row > a { justify-self: start; }
  .admin-app { grid-template-columns: 1fr; }.admin-sidebar { position: static; width: 100%; height: auto; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 20px; padding: 16px 22px; overflow: visible; }.admin-brand { padding: 0; border: 0; }.admin-sidebar nav { display: flex; gap: 3px; margin: 0; overflow-x: auto; }.admin-sidebar nav a { flex: 0 0 auto; min-height: 42px; }.admin-sidebar-foot { display: flex; align-items: center; gap: 12px; margin: 0; padding: 0; border: 0; }.admin-sidebar-foot small { display: none; }
  .admin-dashboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.admin-guide { grid-template-columns: 1fr; }.admin-content-group > div { grid-template-columns: repeat(2, 1fr); }.admin-media-grid { grid-template-columns: repeat(2, 1fr); }.admin-media-uploader { grid-template-columns: 1fr 1fr; }.admin-media-uploader > div { grid-column: 1 / -1; }.content-editor { grid-template-columns: 1fr; }.content-editor > .admin-panel { position: static; }
  .lead-inbox-head, .lead-inbox-row { grid-template-columns: minmax(190px, .8fr) minmax(260px, 1.5fr) 130px; }.lead-inbox-head span:last-child, .lead-inbox-row > label { grid-column: 1 / -1; }.lead-inbox-row > label { width: min(240px, 100%); }
}

@media (max-width: 680px) {
  :root { --pad: 18px; }
  body { padding-bottom: 70px; }
  .header-phone, .header-messengers { display: none; }.header-shell { grid-template-columns: 1fr auto; }
  .mobile-menu-grid { grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; gap: 0; padding-top: 18px; }.mobile-menu-grid nav a { min-height: 58px; font-size: 25px; }.mobile-menu-contact { margin-top: 20px; padding: 22px; }.mobile-menu-note { margin-top: 20px; }
  .home-hero { min-height: auto; padding-top: var(--header); }.hero-coordinate { display: none; }.hero-layout { padding-top: 24px; }.hero-copy { padding-bottom: 24px; }.hero-copy .kicker { margin-bottom: 18px; }.hero-copy h1 { font-size: clamp(43px, 11.5vw, 58px); line-height: .9; }.hero-mobile-equipment { position: relative; display: grid; place-items: center; height: 270px; margin: 18px 0 12px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle, rgba(18,61,50,.08), transparent 60%); }.hero-mobile-equipment::before { content: "01"; position: absolute; right: -4px; bottom: -42px; color: rgba(16,19,16,.065); font-family: var(--font-condensed); font-size: 210px; font-weight: 900; line-height: .8; }.hero-mobile-equipment img { position: relative; z-index: 1; width: 100%; height: 280px; object-fit: contain; mix-blend-mode: multiply; }.hero-lead { margin-top: 18px; font-size: 13px; line-height: 1.55; }.hero-actions { display: grid; margin-top: 22px; }.button { width: 100%; min-height: 54px; }.hero-proofline { display: flex; flex-wrap: nowrap; margin-top: 24px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }.hero-proofline::-webkit-scrollbar { display: none; }.hero-proofline span, .hero-proofline span + span { flex: 0 0 auto; margin: 0; padding: 12px 18px 12px 0; border-left: 0; border-bottom: 0; white-space: nowrap; }.hero-proofline span + span { padding-left: 18px; border-left: 1px solid var(--line); }.hero-equipment { display: none; }.hero-scenarios { grid-template-columns: repeat(2, 1fr); }.hero-scenarios a { min-height: 118px; grid-template-columns: 22px 1fr; grid-template-rows: auto auto; gap: 7px 8px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.hero-scenarios a:nth-child(even) { border-right: 0; }.hero-scenarios a > span { grid-row: auto; }.hero-scenarios a i { grid-column: 1; grid-row: 2; align-self: end; }.hero-scenarios small { font-size: 8px; }
  .intro-statement, .architecture-section, .finder-section, .products-section, .process-section, .industry-section, .trust-section, .faq-section, .media-preview, .request-section, .product-editorial, .pchela-section, .rls-section, .anti-systems, .official-media-section, .product-gallery-section, .pchela-gallery-section, .company-field-section, .media-photo-section, .media-video-section, .pchela-spec-section, .gallery-explorer, .news-section { padding: 66px 0; }
  .intro-statement h2 { font-size: 48px; }.intro-statement-grid > div > p { margin-left: 0; font-size: 13px; }.platform-grid, .industry-grid { grid-template-columns: 1fr; margin-top: 40px; }.platform-grid a { min-height: 210px; }
  .section-heading { margin-bottom: 34px; }.section-heading h2, .content-section-title h2 { font-size: 46px; }.split-heading > p { font-size: 13px; }
  .architecture-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }.architecture-rail button { min-width: 0; min-height: 98px; grid-template-columns: 28px minmax(0, 1fr); grid-template-rows: auto auto; padding: 14px; border-right: 1px solid var(--line-light); }.architecture-rail button:nth-child(even) { border-right: 0; }.architecture-rail button > span { grid-row: 1 / 3; }.architecture-rail strong, .architecture-rail small { min-width: 0; overflow-wrap: anywhere; }.architecture-rail strong { font-size: 16px; }.architecture-panel { min-height: 470px; padding: 30px 22px; }.architecture-panel h3 { font-size: 44px; }.architecture-panel > p:not(.tech-label) { font-size: 12px; }.architecture-panel ul { display: grid; }
  .finder-question { display: grid; gap: 10px; }.finder-options.grid-four, .finder-options.grid-three { grid-template-columns: repeat(2, 1fr); }.finder-options button { min-height: 130px; padding: 18px; }.finder-result { min-height: 500px; grid-template-columns: 1fr; }.finder-result-actions { width: 100%; }.finder-nav { align-items: center; }.finder-step, .finder-result { padding: 22px; }
  .product-grid, .related-grid, .media-grid, .process-grid, .trust-grid, .deliverable-grid, .threat-grid, .detail-grid, .capability-grid, .document-grid, .service-grid, .satellite-price-grid { grid-template-columns: 1fr; }.product-card-image, .product-card-image img { min-height: 270px; height: 270px; }.product-card-copy { min-height: 220px; padding: 24px; }.product-editorial-image { min-height: 390px; }.product-editorial-image img { height: 380px; }.product-editorial-copy { padding: 34px 22px; }.product-editorial-copy h2 { font-size: 46px; }
  .pchela-copy h2 { font-size: 58px; }.pchela-copy > p:not(.tech-label) { font-size: 14px; }.pchela-map { grid-template-columns: 1fr 1fr; }.pchela-code { font-size: 250px; }.rls-copy h2 { font-size: 54px; }
  .solution-links a { grid-template-columns: 1fr 24px; }.solution-links a > span { grid-column: 1 / -1; }
  .faq-list summary { grid-template-columns: 34px 1fr 24px; }.faq-list details > p { margin-left: 48px; }.faq-intro > a { font-size: 22px; }
  .lead-fields { grid-template-columns: 1fr; }.field-wide { grid-column: auto; }
  .page-hero { padding-top: calc(var(--header) + 38px); padding-bottom: 56px; }.page-hero h1, .anti-hero-copy h1 { font-size: 50px; }.page-hero-aside { display: none; }.content-section { padding: 66px 0; }.catalog-group-head { grid-template-columns: 1fr; gap: 12px; }
  .product-hero { padding-top: calc(var(--header) + 34px); }.product-hero-copy h1 { font-size: 52px; }.product-hero-media { min-height: 340px; }.product-hero-media img { height: 320px; padding: 14px; }.product-facts { grid-template-columns: 1fr; }.product-facts div { padding: 13px 0; border-bottom: 1px solid var(--line); }.product-facts div + div { padding-left: 0; border-left: 0; }
  .solution-detail-hero { min-height: 680px; }.solution-detail-content h1 { font-size: 50px; }.stages-row { grid-template-columns: 1fr; }.anti-hero-media { min-height: 380px; }.anti-hero-media img { height: 360px; }
  .company-story { grid-template-columns: 1fr; }.evidence-gallery { grid-template-columns: 1fr; }.evidence-item, .evidence-item img { min-height: 430px; height: 430px; }.case-image { min-height: 410px; }.case-image img { padding: 12px; }.case-copy { padding: 38px 22px; }.case-facts > div { grid-template-columns: 1fr; gap: 5px; }
  .official-media-copy { padding: 28px 22px; }.official-media-copy h3 { font-size: 42px; }.official-photo-grid, .product-gallery, .pchela-gallery, .company-field-grid, .media-photo-grid { grid-template-columns: 1fr; }.official-photo, .product-gallery-item, .pchela-gallery-item, .company-field-item, .media-photo-item { min-height: 360px; }.pchela-spec-grid { grid-template-columns: 1fr; }.pchela-spec-grid article { min-height: 190px; }.pchela-spec-intro h2 { font-size: 48px; }.pchela-flow { grid-template-columns: 1fr; margin-top: 36px; }.pchela-flow li { min-height: 180px; }.pchela-document-links > div { display: grid; }.media-video-layout aside { padding: 28px 22px; }.media-video-layout aside h3 { font-size: 42px; }
  .gallery-hero { padding: calc(var(--header) + 34px) 0 56px; }.gallery-hero h1 { margin-top: 24px; font-size: clamp(43px, 12vw, 58px); line-height: .92; }.gallery-hero-copy { padding-top: 22px; }.gallery-hero-copy > p { font-size: 13px; }.gallery-hero-copy dl { margin-top: 30px; }.gallery-hero-copy dt { font-size: 34px; }.gallery-toolbar { display: grid; grid-template-columns: repeat(2, 1fr); }.gallery-toolbar button { justify-content: space-between; }.gallery-result-line span:last-child { display: none; }.gallery-wall { grid-template-columns: 1fr; }.gallery-tile, .gallery-tile.gallery-shape-1, .gallery-tile.gallery-shape-3, .gallery-tile.gallery-shape-4, .gallery-tile.gallery-shape-6 { min-height: 360px; }.gallery-lightbox { padding: 18px; }.gallery-lightbox-image { height: 70vh; }.gallery-lightbox figcaption { display: grid; gap: 8px; }.gallery-lightbox figcaption strong { text-align: left; }
  .footer-top { padding-top: 76px; padding-bottom: 58px; }.footer-grid { grid-template-columns: 1fr; gap: 28px; }.footer-bottom { display: grid; gap: 8px; }
  .contact-dock { left: 7px; right: 7px; bottom: 6px; border-radius: 12px; }
  .contact-action { min-height: 54px; display: flex; flex-direction: column; justify-content: center; gap: 3px; padding: 5px 2px; text-align: center; }
  .contact-action > i { width: 24px; height: 24px; background: transparent; }
  .contact-action svg { width: 20px; height: 20px; }
  .contact-action > span { display: block; }
  .contact-action strong { display: block; font-size: 8px; line-height: 1; }
  .contact-action small { display: none; }
  .hero-quick-contact > span { flex: 0 0 100%; }
  .hero-quick-contact a { flex: 1 1 auto; justify-content: center; }
  .contact-page-actions { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }.news-card-media, .news-card.featured .news-card-media { min-height: 280px; }.news-card-copy { min-height: 300px; padding: 24px 20px; }.news-card-copy h2 { font-size: 34px; }.news-card-meta { display: grid; gap: 5px; }
  .news-article-layout { padding-top: 36px; padding-bottom: 74px; }.news-article-cover { aspect-ratio: 4 / 3; }.article-body.news-body { padding: 42px 0 52px; }.news-body > p { font-size: 14px; }.article-next-links a { font-size: 18px; }
  .admin-shell { padding-top: calc(var(--header) + 34px); padding-bottom: 76px; }.admin-header h1, .admin-editor-head h1 { font-size: 52px; }.admin-stats { grid-template-columns: repeat(3, 1fr); }.admin-stats > div { padding: 15px 12px; }.admin-stats strong { font-size: 30px; }.admin-stats .button { grid-column: 1 / -1; }.admin-list-head { display: none; }.admin-news-row { grid-template-columns: 1fr; gap: 12px; padding: 22px 18px; }.admin-news-row > a { grid-column: auto; }.news-editor-main { padding: 22px 18px; }.news-editor-grid, .news-editor-side { grid-template-columns: 1fr; }.news-body-input { min-height: 340px; }.admin-empty .button { width: 100%; }
  .admin-shell { padding: 30px 16px 70px; }.admin-sidebar { grid-template-columns: 1fr auto; padding: 13px 16px; }.admin-brand strong { font-size: 24px; }.admin-brand span { display: none; }.admin-sidebar nav { grid-column: 1 / -1; grid-row: 2; padding-top: 9px; }.admin-sidebar nav a { min-height: 40px; padding: 7px 9px; }.admin-sidebar nav a span { display: none; }.admin-sidebar-foot a:first-of-type, .admin-sidebar-foot small { display: none; }.admin-header h1, .admin-editor-head h1 { font-size: 47px; }.admin-dashboard-grid, .admin-content-group > div, .admin-media-grid { grid-template-columns: 1fr; }.admin-dashboard-card { min-height: 250px; }.admin-dashboard-card > strong { font-size: 58px; }.admin-guide { padding: 24px 18px; }.admin-media-uploader { grid-template-columns: 1fr; padding: 20px 16px; }.admin-media-uploader > div { grid-column: auto; }.admin-pair-row, .admin-gallery-row { grid-template-columns: 1fr 34px; }.admin-pair-row input:nth-child(2), .admin-gallery-row input:not(:first-child) { grid-column: 1 / -1; }.admin-pair-row button, .admin-gallery-row button { grid-column: 2; grid-row: 1; }.product-editor .news-editor-side { grid-template-columns: 1fr; }
  .cms-login-page { padding: 28px 14px; }.cms-login-panel { grid-template-columns: 1fr; }.cms-login-copy { padding: 34px 24px; }.cms-login-copy h1 { margin-block: 20px 16px; font-size: 54px; }.cms-login-form { padding: 28px 20px; }
  .lead-inbox-head { display: none; }.lead-inbox-row { grid-template-columns: 1fr; gap: 18px; padding: 24px 18px; }.lead-inbox-row > label { grid-column: auto; width: 100%; }
}

@media (max-width: 420px) {
  .hero-copy h1 { font-size: 40px; }.page-hero h1, .anti-hero-copy h1, .solution-detail-content h1 { font-size: 42px; }.section-heading h2, .content-section-title h2 { font-size: 37px; }.request-copy h2 { font-size: 42px; }.lead-form-head h3, .lead-success h3 { font-size: 30px; }.gallery-hero h1 { font-size: 40px; }.brand strong { font-size: 25px; }.finder-options.grid-four, .finder-options.grid-three { grid-template-columns: 1fr; }.hero-scenarios strong { font-size: 12px; }.hero-scenarios small { font-size: 7px; }
}

@media (max-width: 350px) {
  :root { --pad: 14px; }
  .brand strong { font-size: 23px; }
  .hero-copy h1 { font-size: 39px; }
  .hero-scenarios { grid-template-columns: 1fr; }.hero-scenarios a, .hero-scenarios a:nth-child(even) { min-height: 92px; border-right: 0; }
  .architecture-rail { grid-template-columns: 1fr; }.architecture-rail button, .architecture-rail button:nth-child(even) { border-right: 0; }
}

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

/* WordPress runtime additions */
[hidden] { display: none !important; }
.admin-bar .global-header { top: 32px; }
.admin-bar .mobile-menu-layer { top: 32px; }
.solution-detail-bg,
.official-photo > img,
.product-gallery-item > img,
.pchela-gallery-item > img,
.company-field-item > img,
.media-photo-item > img,
.news-card-media > img,
.news-article-cover > img,
.case-image > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.case-image > img { object-fit: contain; }

.lead-form.is-success > :not(.lead-success) { display: none !important; }
.lead-form .lead-success { padding: 0; border: 0; background: transparent; }
.success-messengers a,
.success-messengers button { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; }
.success-messengers svg { width: 20px; height: 20px; fill: currentColor; }
.success-messengers .icon-cut { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.success-messengers .contact-telegram,
.success-messengers .contact-max { border: 0; }

.direct-contact-panel { padding: clamp(28px, 4.5vw, 58px); border: 1px solid var(--line-light); background: rgba(255,255,255,.05); color: white; }
.section-paper .direct-contact-panel, .section-white .direct-contact-panel { border-color: var(--line); background: var(--white); color: var(--ink); }
.direct-contact-head > span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact-head h3 { margin: 15px 0 10px; font-family: var(--font-condensed); font-size: clamp(32px, 3.15vw, 44px); font-weight: 800; line-height: .98; letter-spacing: -.03em; text-transform: uppercase; }
.direct-contact-head p { margin: 0; color: #b6c2ba; font-size: 12px; line-height: 1.65; }
.section-paper .direct-contact-head p, .section-white .direct-contact-head p { color: var(--muted); }
.direct-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 30px; }
.direct-contact-item { min-height: 86px; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 13px; padding: 14px; border-radius: 9px; box-shadow: 0 9px 28px rgba(0,0,0,.13); transition: transform 180ms ease, filter 180ms ease; }
.direct-contact-item:hover { transform: translateY(-2px); filter: brightness(1.07); }
.direct-contact-item i { display: grid; place-items: center; }
.direct-contact-item svg { width: 25px; height: 25px; fill: currentColor; }
.direct-contact-item .icon-cut { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.direct-contact-item > span { min-width: 0; display: grid; gap: 4px; }
.direct-contact-item small { opacity: .78; font-family: var(--font-mono); font-size: 7px; text-transform: uppercase; }
.direct-contact-item strong { overflow-wrap: anywhere; font-size: 10px; }

.media-gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1px; background: var(--line-light); }
.media-gallery-item { position: relative; grid-column: span 4; min-height: 430px; margin: 0; overflow: hidden; background: var(--green-deep); }
.media-gallery-item:nth-child(7n + 1),
.media-gallery-item:nth-child(7n + 5) { grid-column: span 6; }
.media-gallery-item > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.media-gallery-item:hover > img { transform: scale(1.025); }
.media-gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(1,10,7,.88)); }
.media-gallery-item figcaption { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; display: flex; gap: 12px; color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.media-gallery-item figcaption span { color: var(--signal-soft); font-family: var(--font-mono); font-size: 8px; }

.article-hero { padding: calc(var(--header) + 78px) 0 78px; }
.article-hero-inner { max-width: 1180px; }
.article-hero h1 { max-width: 1050px; margin: 0; font-family: var(--font-condensed); font-size: clamp(58px, 7.4vw, 108px); font-weight: 900; line-height: .86; letter-spacing: -.05em; text-transform: uppercase; }
.article-hero-inner > p:not(.kicker) { max-width: 780px; color: #b7c4bc; font-size: 17px; line-height: 1.7; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 390px); gap: clamp(48px, 7vw, 110px); align-items: start; }
.article-layout .article-body { min-width: 0; padding: 0; }
.article-layout .article-body h2 { margin: 52px 0 18px; line-height: 1; }
.article-layout .article-body h2:first-child { margin-top: 0; }
.article-layout .article-body p { margin: 0 0 22px; color: var(--graphite); }
.article-aside { position: sticky; top: calc(var(--header) + 30px); padding: 30px; border: 1px solid var(--line); background: var(--white); }
.article-aside h2 { margin: 18px 0 14px; font-family: var(--font-condensed); font-size: 38px; line-height: .96; text-transform: uppercase; }
.article-aside > p:not(.tech-label) { color: var(--muted); font-size: 12px; line-height: 1.7; }
.article-aside .button { width: 100%; margin-top: 20px; }

.navigation.pagination { margin-top: 38px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.nav-links .page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.nav-links .current, .nav-links a:hover { border-color: var(--signal); background: var(--signal); color: white; }

.anti-layers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.anti-layers article { min-height: 470px; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 58px); background: var(--white); }
.anti-layers article > span { color: var(--signal); font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.anti-layers h2 { margin: auto 0 26px; font-family: var(--font-condensed); font-size: clamp(36px, 4vw, 56px); line-height: .94; text-transform: uppercase; }
.anti-layers ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.anti-layers li { position: relative; padding-left: 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.anti-layers li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; background: var(--signal); }

.contact-grid > .contact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-self: stretch; margin: 0; border: 1px solid var(--line-light); background: var(--line-light); }
.contact-list > a { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; margin: 0; padding: 26px; background: var(--green-deep); color: white; transition: background 180ms ease; }
.contact-list > a:hover { background: var(--green); }
.contact-list > a svg { width: 28px; height: 28px; fill: currentColor; }
.contact-list > a .icon-cut { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-list > a span { display: grid; gap: 7px; }
.contact-list > a small { color: #9fb0a5; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.contact-list > a strong { margin: 0; font-size: 15px; overflow-wrap: anywhere; }
.contact-details { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 72px); border: 1px solid var(--line-light); }
.contact-details h2 { margin: 18px 0 34px; font-family: var(--font-condensed); font-size: clamp(42px, 5vw, 68px); line-height: .92; text-transform: uppercase; }
.contact-details dl { margin: 0; border-top: 1px solid var(--line-light); }
.contact-details dl > div { display: grid; grid-template-columns: .4fr 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line-light); }
.contact-details dt { color: #9fb0a5; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.contact-details dd { margin: 0; font-size: 11px; font-weight: 800; }

@media (max-width: 1100px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .media-gallery-item, .media-gallery-item:nth-child(7n + 1), .media-gallery-item:nth-child(7n + 5) { grid-column: span 6; }
  .anti-layers { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .global-header, .admin-bar .mobile-menu-layer { top: 46px; }
}

@media (max-width: 680px) {
  .media-gallery-grid { grid-template-columns: 1fr; }
  .media-gallery-item, .media-gallery-item:nth-child(7n + 1), .media-gallery-item:nth-child(7n + 5) { grid-column: auto; min-height: 360px; }
  .article-hero { padding-top: calc(var(--header) + 42px); }
  .article-hero h1 { font-size: 45px; }
  .contact-grid > .contact-list { grid-template-columns: 1fr; }
  .direct-contact-grid { grid-template-columns: 1fr; }
}
