:root {
  --ink: #10161d;
  --ink-2: #171f28;
  --steel: #27323d;
  --muted: #64717e;
  --line: #d9dee2;
  --paper: #f3f2ed;
  --white: #ffffff;
  --orange: #ef5b2a;
  --orange-dark: #c84218;
  --teal: #95a9a4;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; }
body, button, input, select, textarea { font-family: Inter, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { border-radius: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--orange); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100vw - var(--max)) / 2)); background: #0a0d10; border-bottom: 1px solid rgba(255,255,255,.11); }
.brand { display: flex; align-items: center; min-width: 0; color: white; }
.brand-logo { display: block; object-fit: contain; object-position: left center; }
.brand-logo-full { width: 258px; height: 54px; }
.brand-logo-icon { display: none; width: 42px; height: 42px; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links > a { color: #bdc5cc; font-size: 12px; font-weight: 650; letter-spacing: .08em; transition: color .2s ease; }
.nav-links > a:hover { color: white; }
.nav-links .nav-contact { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; color: white; border: 1px solid rgba(255,255,255,.28); }
.nav-links .nav-contact:hover { border-color: var(--orange); color: var(--orange); }
.menu-button { display: none; color: white; border: 0; background: transparent; }

.hero { position: relative; min-height: 860px; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; background: var(--ink); color: white; padding: 158px max(28px, calc((100vw - var(--max)) / 2)) 92px; }
.hero-grid { position: absolute; inset: 0; opacity: .35; pointer-events: none; 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: 50px 50px; mask-image: linear-gradient(to right, #000 0%, transparent 62%); }
.hero::after { content: ""; position: absolute; width: 500px; height: 500px; left: 35%; top: 30%; border-radius: 50%; background: rgba(239,91,42,.08); filter: blur(90px); }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 700px; padding-right: 55px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: #aeb8c1; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: #6d7780; }
.hero h1, .section-heading h2, .capability-intro h2, .approach-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(52px, 5.2vw, 82px); line-height: .97; letter-spacing: -.055em; font-weight: 720; }
.hero h1 em { display: inline-block; color: var(--orange); font-style: normal; }
.hero-lead { max-width: 635px; margin: 30px 0 0; color: #b8c2cb; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid transparent; font-size: 12px; font-weight: 750; letter-spacing: .055em; cursor: pointer; transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { color: white; border-color: rgba(255,255,255,.27); }
.button-secondary:hover { border-color: white; }
.hero-proof { display: flex; gap: 0; margin-top: 64px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof div { display: grid; min-width: 155px; padding: 19px 24px 0 0; }
.hero-proof div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-proof strong { color: white; font-size: 15px; }
.hero-proof span { color: #7f8c98; font-size: 10px; letter-spacing: .07em; margin-top: 5px; text-transform: uppercase; }
.hero-visual { position: relative; z-index: 2; display: grid; place-items: center; min-width: 0; }
.image-frame { position: relative; width: 100%; min-height: 580px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #202832; }
.image-frame::before { content: ""; position: absolute; inset: 16px; z-index: 3; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.image-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,22,29,.25), transparent 35%), linear-gradient(0deg, rgba(16,22,29,.58), transparent 42%); }
.visual-label { position: absolute; z-index: 4; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .15em; }
.visual-label.top { top: 32px; left: 32px; padding: 7px 10px; background: rgba(16,22,29,.72); color: #c1c9cf; }
.visual-label.bottom { inset: auto 32px 32px; display: flex; justify-content: space-between; color: white; }
.visual-label.bottom span:first-child { color: var(--orange); }

.capability-strip { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 14px 24px; color: #5e6871; background: #e8e8e3; border-bottom: 1px solid #d6d7d3; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.capability-strip i { width: 4px; height: 4px; background: var(--orange); transform: rotate(45deg); }

.section { padding: 118px max(28px, calc((100vw - var(--max)) / 2)); }
.section-heading h2, .capability-intro h2, .approach-copy h2, .contact-copy h2 { font-size: clamp(44px, 4.6vw, 70px); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading > p, .capability-intro > p { max-width: 520px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.solutions-section { background: var(--paper); }
.solution-shell { display: grid; grid-template-columns: 340px 1fr; border: 1px solid #ccd2d5; background: white; box-shadow: 0 20px 60px rgba(20,27,34,.08); }
.solution-tabs { display: grid; align-content: start; background: #e8e9e5; border-right: 1px solid #ccd2d5; }
.solution-tabs button { position: relative; display: grid; grid-template-columns: 32px 38px 1fr; align-items: center; gap: 13px; min-height: 84px; padding: 15px 20px; text-align: left; color: #56616b; background: transparent; border: 0; border-bottom: 1px solid #ced3d4; cursor: pointer; transition: background .2s ease, color .2s ease; }
.solution-tabs button::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--orange); transform: scaleY(0); transition: transform .2s ease; }
.solution-tabs button.active { color: var(--ink); background: white; }
.solution-tabs button.active::before { transform: scaleY(1); }
.solution-tabs button:hover { color: var(--ink); }
.solution-tabs button > span:last-child { font-size: 13px; font-weight: 690; line-height: 1.3; }
.tab-index { color: #9da5ab; font-family: var(--font-geist-mono), monospace; font-size: 9px; }
.tab-icon { display: grid; place-items: center; color: var(--orange); }
.solution-detail { min-height: 500px; display: grid; grid-template-columns: 1fr 270px; }
.solution-main { padding: 55px 60px; }
.detail-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--orange); background: #f7ede8; border: 1px solid #f1d3c8; }
.detail-eyebrow { margin: 31px 0 10px; color: var(--orange); font-size: 10px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.solution-main h3 { margin: 0; max-width: 570px; font-size: clamp(30px, 3vw, 48px); line-height: 1.05; letter-spacing: -.04em; }
.detail-description { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; margin: 31px 0; }
.detail-list span { display: flex; align-items: center; gap: 9px; color: #4b5660; font-size: 13px; }
.detail-list svg { color: var(--orange); }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 12px; font-weight: 750; border-bottom: 1px solid #bfc6ca; padding-bottom: 7px; }
.text-link:hover { color: var(--orange); border-color: var(--orange); }
.solution-metric { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; color: white; background: var(--ink); }
.metric-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.solution-metric small, .solution-metric strong, .solution-metric p { position: relative; }
.solution-metric small { color: #85919b; font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.solution-metric strong { margin-top: 15px; color: var(--orange); font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.solution-metric p { margin: 8px 0 0; color: #c3cbd1; font-size: 12px; }

.deployment-section{background:#e8e8e3}.deployment-heading{display:grid;grid-template-columns:1.12fr .88fr;gap:80px;align-items:end;margin-bottom:52px}.deployment-heading h2{margin:0;font-size:clamp(44px,4.6vw,70px);line-height:.97;letter-spacing:-.055em}.deployment-heading>p{max-width:520px;margin:0 0 5px;color:var(--muted);font-size:16px;line-height:1.75}.deployment-gallery{display:grid;grid-template-columns:1.42fr .78fr;grid-template-rows:repeat(2,minmax(250px,1fr));gap:14px;min-height:650px}.deployment-card{position:relative;min-height:0;overflow:hidden;color:#fff;background:#1c252e;isolation:isolate}.deployment-card-featured{grid-row:1/3}.deployment-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.65,.3,1)}.deployment-card:hover img{transform:scale(1.035)}.deployment-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,15,20,.04) 28%,rgba(10,15,20,.86) 100%)}.deployment-card:after{content:"";position:absolute;inset:18px;z-index:2;border:1px solid rgba(255,255,255,.18);pointer-events:none}.deployment-copy{position:absolute;z-index:3;inset:auto 34px 34px}.deployment-copy span{display:block;margin-bottom:13px;color:#e3e8eb;font-family:var(--font-geist-mono),monospace;font-size:8px;font-weight:700;letter-spacing:.16em}.deployment-copy h3{max-width:560px;margin:0;font-size:clamp(24px,2.9vw,46px);line-height:1.02;letter-spacing:-.045em}.deployment-card:not(.deployment-card-featured) .deployment-copy h3{font-size:clamp(21px,2vw,30px)}.deployment-copy p{max-width:560px;margin:14px 0 0;color:#ced5da;font-size:13px;line-height:1.65}@media(max-width:1050px){.deployment-gallery{min-height:580px}}@media(max-width:760px){.deployment-heading{grid-template-columns:1fr;gap:25px}.deployment-gallery{grid-template-columns:1fr;grid-template-rows:420px 300px 300px;min-height:0}.deployment-card-featured{grid-row:auto}}@media(max-width:500px){.deployment-gallery{grid-template-rows:360px 260px 260px}.deployment-copy{inset:auto 26px 26px}.deployment-card:after{inset:12px}}.markets-section { color: white; background: var(--ink); }
.section-heading.centered { max-width: 820px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { max-width: 650px; margin: 24px auto 0; color: #96a1aa; }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.12); }
.market-card { position: relative; min-height: 275px; padding: 36px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s ease; }
.market-card:nth-child(3n) { border-right: 0; }
.market-card:nth-last-child(-n+3) { border-bottom: 0; }
.market-card:hover { background: var(--ink-2); }
.market-number { position: absolute; top: 21px; right: 23px; color: #52606c; font-family: var(--font-geist-mono), monospace; font-size: 9px; }
.market-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(239,91,42,.35); }
.market-card h3 { margin: 31px 0 12px; font-size: 22px; letter-spacing: -.025em; }
.market-card p { max-width: 305px; margin: 0; color: #8f9ba5; font-size: 13px; line-height: 1.68; }
.market-line { position: absolute; inset: auto 36px 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.market-card:hover .market-line { transform: scaleX(1); }

.value-section { background: #ecece7; }
.capability-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.value-cards { display: grid; grid-template-columns: repeat(3, 1fr); background: #cdd2d3; gap: 1px; border: 1px solid #cdd2d3; }
.value-card { min-height: 390px; display: flex; flex-direction: column; padding: 38px; background: white; }
.value-card.primary { border-top: 3px solid var(--orange); padding-top: 35px; }
.value-card.dark-card { color: white; background: var(--ink); }
.value-status { color: #7b858d; font-size: 8px; font-weight: 750; letter-spacing: .16em; }
.value-card.primary .value-status { color: var(--orange); }
.value-card h3 { max-width: 330px; margin: 46px 0 17px; font-size: 34px; line-height: 1.05; letter-spacing: -.045em; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.73; }
.dark-card p { color: #9da7af; }
.chip-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 30px; }
.chip-row span { padding: 6px 9px; color: #67727b; border: 1px solid #d6dadc; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.dark-card .text-link { margin-top: auto; align-self: flex-start; }
.text-link.light { color: white; border-color: #4c5863; }

.approach-section { color: white; background: #212b35; }
.approach-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; }
.approach-copy { align-self: start; position: sticky; top: 120px; }
.approach-copy h2 { max-width: 650px; }
.approach-copy > p { max-width: 530px; margin: 27px 0 0; color: #a2adb5; line-height: 1.75; }
.standards { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.standards span { padding: 8px 11px; border: 1px solid #52606b; color: #c7cdd2; font-size: 9px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.approach-copy small { display: block; max-width: 500px; margin-top: 14px; color: #74818c; font-size: 10px; line-height: 1.5; }
.process-list { border-top: 1px solid #45515b; }
.process-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid #45515b; }
.process-list article > span { padding-top: 5px; color: var(--orange); font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.process-list h3 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.process-list p { max-width: 520px; margin: 9px 0 0; color: #9da8b0; font-size: 13px; line-height: 1.7; }

.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; background: var(--orange); }
.contact-copy h2 { color: white; }
.contact-copy .eyebrow { color: #5b1f0d; }
.contact-copy .eyebrow span { background: white; }
.contact-copy > p { max-width: 570px; color: #68210d; line-height: 1.75; }
.contact-meta { display: flex; gap: 48px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(77,22,6,.3); }
.contact-meta div { display: grid; gap: 7px; }
.contact-meta small { color: #872b0e; font-size: 8px; font-weight: 750; letter-spacing: .15em; }
.contact-meta strong { color: white; font-size: 13px; }
.contact-form { align-self: center; padding: 38px; background: white; box-shadow: 0 24px 70px rgba(88,24,5,.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; }
.contact-form label > span { color: #6e7880; font-size: 9px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #ccd3d6; outline: none; padding: 13px 14px; color: var(--ink); background: #fbfbf8; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(239,91,42,.1); }
.contact-form textarea { resize: vertical; min-height: 110px; }
.form-button { width: 100%; border: 0; }
.form-note { margin: 14px 0 0; color: #59636b; font-size: 11px; line-height: 1.5; }

footer { min-height: 170px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 48px max(28px, calc((100vw - var(--max)) / 2)); color: white; background: #0a0d10; }
.footer-brand { display: grid; gap: 12px; }
.footer-brand img { display: block; width: 230px; height: auto; }
.footer-brand span { color: #707c86; font-size: 10px; }
.footer-nav { display: flex; gap: 25px; }
.footer-nav a { color: #8d98a2; font-size: 11px; }
.footer-nav a:hover { color: var(--orange); }
footer > p { grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid #252e36; color: #5f6a74; font-size: 10px; }

@media (max-width: 1050px) {
  .site-header { padding-inline: 24px; }
  .nav-links { gap: 22px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding: 150px 36px 80px; }
  .hero-copy { max-width: 790px; }
  .hero-visual { max-width: 790px; width: 100%; }
  .image-frame { min-height: 520px; }
  .section { padding: 95px 36px; }
  .solution-shell { grid-template-columns: 270px 1fr; }
  .solution-detail { grid-template-columns: 1fr; }
  .solution-metric { min-height: 170px; }
  .market-card { padding: 29px; }
  .value-cards { grid-template-columns: 1fr 1fr; }
  .value-card.dark-card { grid-column: 1 / -1; min-height: 260px; }
  .approach-layout, .contact-section { gap: 60px; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; }
  .brand-logo-full { display: none; }
  .brand-logo-icon { display: block; width: 42px; height: 42px; }
  .menu-button { display: grid; place-items: center; padding: 9px; }
  .nav-links { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 12px 22px 24px; background: #111820; border-bottom: 1px solid #34404a; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links > a { padding: 15px 4px; border-bottom: 1px solid #29333c; }
  .nav-links .nav-contact { margin-top: 12px; justify-content: center; }
  .hero { padding: 128px 22px 64px; }
  .hero h1 { font-size: clamp(45px, 13vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-copy { padding-right: 0; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-proof div { min-width: 0; }
  .hero-proof div:nth-child(3) { display: none; }
  .image-frame { min-height: 410px; }
  .capability-strip { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .section { padding: 78px 22px; }
  .split-heading, .capability-intro { grid-template-columns: 1fr; gap: 25px; }
  .solution-shell { grid-template-columns: 1fr; }
  .solution-tabs { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid #ccd2d5; }
  .solution-tabs button { min-width: 185px; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; gap: 7px; border-right: 1px solid #ced3d4; border-bottom: 0; }
  .solution-tabs button .tab-icon { grid-row: 1 / 3; }
  .solution-main { padding: 38px 25px; }
  .detail-list { grid-template-columns: 1fr; }
  .market-grid { grid-template-columns: 1fr 1fr; }
  .market-card:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.1); }
  .market-card:nth-child(2n) { border-right: 0; }
  .market-card:nth-last-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .market-card:nth-last-child(-n+2) { border-bottom: 0; }
  .value-cards { grid-template-columns: 1fr; }
  .value-card.dark-card { grid-column: auto; }
  .approach-layout, .contact-section { grid-template-columns: 1fr; gap: 55px; }
  .approach-copy { position: static; }
  .contact-form { padding: 26px; }
  footer { grid-template-columns: 1fr; }
  .footer-nav { flex-wrap: wrap; }
}

@media (max-width: 500px) {
  .hero-actions .button { width: 100%; }
  .image-frame { min-height: 340px; }
  .visual-label.bottom { inset-inline: 24px; }
  .market-grid { grid-template-columns: 1fr; }
  .market-card, .market-card:nth-child(3n), .market-card:nth-child(2n), .market-card:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .market-card:last-child { border-bottom: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-meta { flex-direction: column; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

html{scroll-padding-top:82px}body{min-width:320px}.offline-badge{position:fixed;right:18px;bottom:18px;z-index:60;padding:9px 12px;color:#c8d0d6;background:rgba(10,13,16,.88);border:1px solid rgba(255,255,255,.14);font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;backdrop-filter:blur(10px)}@media(max-width:760px){html{scroll-padding-top:70px}.offline-badge{display:none}}
.solution-metric { position: relative; overflow: hidden; display: block; min-height: 500px; padding: 0; color: white; background: var(--ink); }
.solution-metric > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: metric-image-in .35s ease both; }
.metric-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,13,16,.02) 20%, rgba(10,13,16,.3) 54%, rgba(10,13,16,.96) 100%); }
.solution-metric .metric-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent 60%); }
.metric-copy { position: absolute; z-index: 2; inset: auto 38px 38px; display: flex; flex-direction: column; align-items: flex-start; }
.solution-metric small, .solution-metric strong, .solution-metric p { position: relative; text-shadow: 0 2px 18px rgba(0,0,0,.7); }
@keyframes metric-image-in { from { opacity: .35; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }
@media (max-width: 1050px) { .solution-metric { min-height: 230px; } .solution-metric > img { object-position: center 38%; } .metric-copy { inset: auto 30px 28px; } }
@media (max-width: 760px) { .solution-metric { min-height: 330px; } }

.market-card { position: relative; min-width: 0; min-height: 365px; overflow: hidden; display: grid; grid-template-rows: 185px 1fr; padding: 0; background: #0c1218; }
.market-media { position: relative; min-width: 0; overflow: hidden; background: #19212a; }
.market-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.94) saturate(1.1) contrast(1.02); transition: transform .55s cubic-bezier(.2,.65,.3,1), filter .3s ease; }
.market-card:hover .market-media img { transform: scale(1.025); filter: brightness(1) saturate(1.18) contrast(1.02); }
.market-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,13,18,.015), rgba(8,13,18,.035) 62%, rgba(8,13,18,.24)); }
.market-number { position: absolute; z-index: 2; top: 18px; right: 20px; padding: 5px 7px; color: #d3dae0; background: rgba(7,11,15,.58); border: 1px solid rgba(255,255,255,.15); font-family: var(--font-geist-mono), monospace; font-size: 8px; }
.market-content { position: relative; padding: 25px 30px 31px; }
.market-heading { display: flex; align-items: center; gap: 14px; }
.market-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(239,91,42,.35); }
.market-card h3 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.market-card p { max-width: 340px; margin: 17px 0 0; color: #98a4ad; font-size: 12px; line-height: 1.68; }
.market-line { position: absolute; inset: auto 30px 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
@media (max-width: 1050px) { .market-card { grid-template-rows: 165px 1fr; } .market-content { padding: 23px 25px 29px; } .market-line { inset-inline: 25px; } }
@media (max-width: 500px) { .market-card { grid-template-rows: 190px 1fr; } }

.honeypot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-button[disabled] { opacity: .7; cursor: wait; transform: none; }
.form-note.success { color: #187044; }
.form-note.error { color: #a63720; }
