:root { --ink: #08090b; --paper: #f4f5f6; --white: #fff; --red: #d81820; --muted: #626971; --line: #d9dde1; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 14px; top: 14px; z-index: 50; padding: 10px 13px; color: #fff; background: var(--red); border-radius: 4px; font-weight: 900; text-decoration: none; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(216,24,32,.74); outline-offset: 4px; }
.topbar { position: fixed; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 18px clamp(18px,5vw,76px); color: #fff; transition: background .24s ease, padding .24s ease, box-shadow .24s ease; }
.topbar.is-scrolled { padding-top: 10px; padding-bottom: 10px; background: rgba(5,6,8,.86); box-shadow: 0 18px 40px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.brand { width: 138px; transition: width .24s ease; }
.brand img { filter: drop-shadow(0 10px 18px rgba(0,0,0,.4)); }
.topbar.is-scrolled .brand { width: 112px; }
.topbar nav { display: flex; justify-content: center; align-items: center; gap: clamp(10px,1.6vw,24px); }
.topbar nav a, .call { font-size: 13px; font-weight: 900; text-decoration: none; }
.topbar nav a { position: relative; padding: 9px 10px; border-radius: 4px; }
.topbar nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.topbar nav a:hover::after { transform: scaleX(1); }
.nav-pill { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.nav-pill::after { display: none; }
.call { padding: 11px 14px; border: 1px solid rgba(255,255,255,.45); border-radius: 5px; }
.hero { position: relative; min-height: clamp(560px, 58vh, 680px); display: grid; align-items: end; padding: 148px clamp(18px,8vw,130px) 58px; color: #fff; overflow: hidden; isolation: isolate; }
.video-stage, .hero-overlay { position: absolute; inset: 0; z-index: -3; }
.video-stage video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.18); filter: grayscale(.22) contrast(1.18) saturate(.72); transition: opacity 1s ease; }
.video-stage video.is-active { opacity: .58; }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(3,4,5,.9), rgba(3,4,5,.68) 48%, rgba(3,4,5,.28)), radial-gradient(circle at 76% 42%, rgba(216,24,32,.16), transparent 27%), repeating-linear-gradient(28deg, rgba(255,255,255,.032) 0 1px, transparent 1px 88px); }
.radar { position: absolute; right: clamp(18px,8vw,120px); bottom: 46px; width: min(30vw, 340px); aspect-ratio: 1; opacity: .42; pointer-events: none; }
.radar span { position: absolute; inset: calc(var(--i, 0) * 16%); border: 1px solid rgba(255,255,255,.26); border-radius: 50%; }
.radar span:nth-child(1) { --i: 0; }
.radar span:nth-child(2) { --i: 1; }
.radar span:nth-child(3) { --i: 2; }
.radar i { position: absolute; left: 50%; top: 50%; width: 50%; height: 2px; background: var(--red); transform-origin: left center; animation: sweep 7s linear infinite; }
@keyframes sweep { to { transform: rotate(360deg); } }
.hero-content { max-width: 860px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow i { width: 9px; height: 9px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(216,24,32,.2); }
.eyebrow.dark { color: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 960px; margin-bottom: 22px; font-size: clamp(50px,7.5vw,112px); line-height: .88; letter-spacing: 0; }
h1 em { color: var(--red); font-style: normal; }
.hero-content > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.82); font-size: clamp(18px,2vw,24px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 18px; border-radius: 5px; font-weight: 900; text-decoration: none; border: 0; cursor: pointer; }
.button.primary, form button { color: #fff; background: var(--red); }
.button.ghost { color: #fff; border: 1px solid rgba(255,255,255,.46); }
.status-panel { position: absolute; right: clamp(18px,7vw,100px); top: 126px; width: 250px; padding: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-left: 4px solid var(--red); border-radius: 6px; backdrop-filter: blur(14px); }
.status-panel strong { display: block; color: var(--red); font-size: 54px; line-height: .9; }
.status-panel span, .status-panel b { display: block; color: rgba(255,255,255,.78); margin-top: 8px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: #08090b; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.trust-strip div { min-height: 148px; display: grid; align-content: center; gap: 7px; padding: 28px clamp(20px,4vw,58px); border-right: 1px solid rgba(255,255,255,.13); }
.trust-strip strong { color: var(--red); font-size: 24px; }
.trust-strip span { color: rgba(255,255,255,.68); }
.trust-proof { display: grid; grid-template-columns: minmax(260px,.48fr) minmax(320px,.72fr) minmax(360px,1fr); gap: clamp(22px,4vw,56px); align-items: center; padding: clamp(58px,8vw,104px) clamp(18px,7vw,110px); background: #fff; border-bottom: 1px solid var(--line); }
.google-card { position: relative; display: grid; grid-template-columns: 76px 1fr; gap: 18px; align-items: center; min-height: 210px; padding: 26px; color: var(--ink); background: linear-gradient(145deg, #fff, #f0f2f4); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 24px 55px rgba(8,9,11,.08); overflow: hidden; }
.google-card::after { content: ""; position: absolute; right: -52px; bottom: -70px; width: 170px; height: 170px; background: radial-gradient(circle, rgba(216,24,32,.17), transparent 64%); pointer-events: none; }
.google-mark { position: relative; z-index: 1; display: grid; place-items: center; width: 68px; height: 68px; color: #fff; background: #08090b; border-radius: 50%; font-size: 32px; font-weight: 900; box-shadow: 10px 10px 0 rgba(216,24,32,.95); }
.google-card div { position: relative; z-index: 1; display: grid; gap: 6px; }
.google-card p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.google-card strong { color: var(--red); font-size: clamp(46px,5vw,68px); line-height: .88; }
.google-card strong span { color: var(--ink); font-size: 13px; text-transform: uppercase; }
.google-card b { font-size: 15px; }
.google-card a { justify-self: start; margin-top: 10px; padding: 11px 13px; color: #fff; background: var(--ink); border-radius: 4px; font-size: 13px; font-weight: 900; text-decoration: none; }
.trust-copy h2 { margin-bottom: 18px; font-size: clamp(34px,4vw,58px); line-height: .96; }
.trust-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.6; }
.proof-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid rgba(8,9,11,.14); border-left: 1px solid rgba(8,9,11,.14); }
.proof-list article { min-height: 178px; display: grid; align-content: space-between; gap: 14px; padding: 21px; background: #fff; border-right: 1px solid rgba(8,9,11,.14); border-bottom: 1px solid rgba(8,9,11,.14); }
.proof-list b { color: var(--red); font-size: 13px; }
.proof-list strong { font-size: 22px; line-height: 1; }
.proof-list span { color: var(--muted); line-height: 1.48; }
.experience { display: grid; grid-template-columns: minmax(280px,.82fr) minmax(360px,1.18fr); gap: clamp(28px,7vw,100px); align-items: center; padding: clamp(70px,9vw,120px) clamp(18px,7vw,110px); background: linear-gradient(180deg, #fff, #eef1f3); border-bottom: 1px solid var(--line); }
.experience-copy h2 { margin-bottom: 18px; font-size: clamp(38px,4.6vw,68px); line-height: .95; }
.experience-copy p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 18px; line-height: 1.62; }
.experience-ledger { display: grid; border-top: 1px solid rgba(8,9,11,.14); }
.experience-ledger article { position: relative; display: grid; grid-template-columns: 110px minmax(190px,.75fr) 1fr; gap: 20px; align-items: baseline; padding: 24px 0 23px 22px; border-bottom: 1px solid rgba(8,9,11,.14); }
.experience-ledger article::before { content: ""; position: absolute; left: 0; top: 24px; bottom: 23px; width: 4px; background: var(--red); border-radius: 999px; }
.experience-ledger span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.experience-ledger strong { color: var(--ink); font-size: clamp(28px,3vw,42px); line-height: .95; }
.experience-ledger p { margin: 0; color: var(--muted); line-height: 1.5; }
.partners { padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); background: #fff; border-bottom: 1px solid var(--line); }
.partner-viewport { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #f4f5f6; }
.partner-track { display: flex; width: 200%; animation: partnerShift 30s linear infinite; }
.partner-viewport:hover .partner-track, .partner-viewport:focus-within .partner-track { animation-play-state: paused; }
.partner-slide { width: 50%; display: grid; grid-template-columns: minmax(280px,.9fr) minmax(320px,1.1fr); gap: 0; min-height: 390px; }
@keyframes partnerShift { 0%, 43% { transform: translateX(0); } 50%, 93% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.partner-feature, .partner-mini { color: var(--ink); text-decoration: none; }
.partner-feature { position: relative; display: grid; align-content: end; gap: 12px; padding: clamp(28px,4vw,54px); background: linear-gradient(145deg, #fff, #e8ebee); border-right: 1px solid var(--line); overflow: hidden; }
.partner-feature::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 20%, rgba(216,24,32,.16), transparent 26%), repeating-linear-gradient(28deg, rgba(8,9,11,.035) 0 1px, transparent 1px 82px); pointer-events: none; }
.partner-feature > * { position: relative; }
.partner-feature img { width: min(190px, 60%); margin-bottom: auto; filter: drop-shadow(0 12px 20px rgba(8,9,11,.12)); }
.partner-feature span, .partner-feature b { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.partner-feature strong { font-size: clamp(34px,4vw,58px); line-height: .92; }
.partner-feature p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.55; }
.partner-feature-dark { color: #fff; background: linear-gradient(145deg, #08090b, #171c21); }
.partner-feature-dark p { color: rgba(255,255,255,.7); }
.partner-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: var(--line); }
.partner-mini { display: grid; place-items: center; align-content: center; gap: 14px; min-height: 194px; padding: 24px; background: #fff; text-align: center; transition: transform .2s ease, background .2s ease; }
.partner-mini:not(a), .partner-feature:not(a) { cursor: default; }
.partner-mini:hover { background: #f7f8f9; }
.partner-mini img { width: min(138px, 76%); max-height: 70px; object-fit: contain; filter: grayscale(.15) contrast(1.05); }
.partner-mini strong { font-size: 15px; }
.partner-open { color: #fff; background: #08090b; }
.partner-open:hover { background: #11161b; }
.partner-open span { display: grid; place-items: center; width: 74px; height: 74px; color: #fff; background: var(--red); border-radius: 50%; font-weight: 900; line-height: .95; }
.section { padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); }
.section-head { display: grid; grid-template-columns: minmax(260px,.9fr) minmax(310px,1.1fr); gap: 28px; align-items: end; margin-bottom: 44px; }
.section-head h2, .split-copy h2, .quality h2, .contact h2 { margin-bottom: 0; font-size: clamp(40px,5vw,74px); line-height: .94; }
.section-head > p { max-width: 520px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.service-matrix { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-matrix article { position: relative; min-height: 360px; display: grid; align-content: end; gap: 16px; padding: 24px; color: #fff; background: #08090b; border: 1px solid rgba(8,9,11,.12); border-radius: 8px; overflow: hidden; box-shadow: 0 20px 45px rgba(8,9,11,.08); isolation: isolate; transition: transform .22s ease, box-shadow .22s ease; }
.service-matrix article:nth-child(1) { --service-image: url("assets/service-event.png"); }
.service-matrix article:nth-child(2) { --service-image: url("assets/service-object.png"); }
.service-matrix article:nth-child(3) { --service-image: url("assets/service-firewatch.png"); }
.service-matrix article:nth-child(4) { --service-image: url("assets/service-order.png"); }
.service-matrix article:nth-child(5) { --service-image: url("assets/service-patrol.png"); }
.service-matrix article:nth-child(6) { --service-image: url("assets/service-access.png"); }
.service-matrix article:nth-child(7) { --service-image: url("assets/service-lead.png"); }
.service-matrix article:nth-child(8) { --service-image: url("assets/service-special.png"); }
.service-matrix article::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--service-image) center / cover no-repeat; transform: scale(1.03); filter: grayscale(.18) contrast(1.08) saturate(.86); transition: transform .36s ease, filter .36s ease; }
.service-matrix article::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4,5,7,.12), rgba(4,5,7,.56) 43%, rgba(4,5,7,.9)), radial-gradient(circle at 84% 18%, rgba(216,24,32,.28), transparent 28%); }
.service-matrix article:hover { transform: translateY(-4px); box-shadow: 0 28px 70px rgba(8,9,11,.18); }
.service-matrix article:hover::before { transform: scale(1.09); filter: grayscale(.05) contrast(1.14) saturate(1); }
.service-matrix article > * { position: relative; z-index: 2; }
.service-matrix span { justify-self: start; padding: 8px 10px; color: #fff; background: var(--red); border-radius: 4px; font-size: 13px; font-weight: 900; line-height: 1; box-shadow: 0 10px 24px rgba(216,24,32,.28); }
.service-matrix h3 { max-width: 100%; margin-bottom: 0; font-size: clamp(25px,1.75vw,34px); line-height: .98; overflow-wrap: anywhere; hyphens: auto; text-shadow: 0 12px 32px rgba(0,0,0,.45); }
.service-matrix p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.55; }
.industries { padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); background: #fff; }
.industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.industry-grid article { min-height: 210px; display: grid; align-content: end; gap: 12px; padding: 22px; color: #fff; background: linear-gradient(145deg, rgba(8,9,11,.94), rgba(20,25,30,.9)); border: 1px solid rgba(8,9,11,.1); border-radius: 6px; position: relative; overflow: hidden; }
.industry-grid article::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 18%, rgba(216,24,32,.22), transparent 28%), repeating-linear-gradient(28deg, rgba(255,255,255,.035) 0 1px, transparent 1px 78px); pointer-events: none; }
.industry-grid span, .industry-grid p { position: relative; }
.industry-grid span { color: #fff; font-size: 24px; font-weight: 900; line-height: 1; }
.industry-grid p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.55; }
.consulting { display: grid; grid-template-columns: minmax(280px,.88fr) minmax(340px,1.12fr); gap: clamp(28px,7vw,110px); align-items: start; padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); color: #fff; background: radial-gradient(circle at 20% 24%, rgba(216,24,32,.14), transparent 24%), linear-gradient(135deg, #08090b, #151a1f 58%, #070809); }
.consulting h2 { margin-bottom: 20px; font-size: clamp(40px,5vw,74px); line-height: .94; }
.consulting p { max-width: 560px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.6; }
.consulting-list { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.16); }
.consulting-list article { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.consulting-list b { color: var(--red); font-size: 20px; }
.consulting-list span { color: rgba(255,255,255,.68); line-height: 1.55; }
.consulting-list strong { display: block; margin-bottom: 3px; color: #fff; }
.split-section { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); gap: clamp(28px,7vw,110px); align-items: center; padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); background: #e9ecef; }
.split-media { min-height: 560px; border-radius: 6px; overflow: hidden; }
.split-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.22) contrast(1.08); }
.split-copy ol { display: grid; gap: 0; margin: 36px 0 0; padding: 0; list-style: none; }
.split-copy li { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 19px 0; border-top: 1px solid var(--line); }
.split-copy b { color: var(--red); }
.split-copy span { color: var(--muted); line-height: 1.55; }
.deployments { padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.live-deployment { display: grid; grid-template-columns: minmax(310px,.72fr) minmax(420px,1.28fr); gap: clamp(22px,4vw,52px); align-items: stretch; margin-bottom: 18px; color: #fff; background: linear-gradient(135deg, #08090b, #151a1f 60%, #070809); border-radius: 8px; overflow: hidden; box-shadow: 0 28px 80px rgba(8,9,11,.16); }
.live-copy { display: grid; align-content: end; gap: 18px; padding: clamp(28px,4vw,52px); }
.live-badge { justify-self: start; display: inline-flex; align-items: center; gap: 9px; padding: 10px 12px; color: #fff; background: rgba(216,24,32,.18); border: 1px solid rgba(216,24,32,.55); border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.live-badge i { width: 9px; height: 9px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 6px rgba(216,24,32,.2); }
.live-copy h3 { max-width: 660px; margin: 0; font-size: clamp(36px,4.5vw,70px); line-height: .94; }
.live-copy p { max-width: 640px; margin: 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.58; }
.live-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 16px 0 0; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 6px; overflow: hidden; }
.live-copy dl div { padding: 16px; background: rgba(255,255,255,.055); }
.live-copy dt { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.live-copy dd { margin: 6px 0 0; color: #fff; font-weight: 900; line-height: 1.2; }
.live-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(180px, 1fr)); gap: 2px; min-height: 560px; background: #050608; }
.live-gallery img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.06) saturate(.95); }
.live-gallery img:first-child { grid-row: span 2; }
.deployment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.deployment-grid article { position: relative; min-height: 380px; display: grid; align-content: end; color: #fff; border-radius: 8px; overflow: hidden; background: #08090b; box-shadow: 0 18px 44px rgba(8,9,11,.09); }
.deployment-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.12) contrast(1.08) saturate(.9); transition: transform .35s ease, filter .35s ease; }
.deployment-grid article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,4,5,.08), rgba(3,4,5,.5) 44%, rgba(3,4,5,.92)); }
.deployment-grid article:hover img { transform: scale(1.06); filter: grayscale(0) contrast(1.12) saturate(1); }
.deployment-grid div { position: relative; z-index: 1; display: grid; gap: 11px; padding: 24px; }
.deployment-grid span { justify-self: start; padding: 8px 10px; color: #fff; background: var(--red); border-radius: 4px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.deployment-grid strong { font-size: clamp(25px,2vw,34px); line-height: .96; }
.deployment-grid p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.5; }
.quality { padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); color: #fff; background: radial-gradient(circle at 82% 18%, rgba(216,24,32,.16), transparent 26%), linear-gradient(135deg, #08090b, #151a1f 54%, #070809); }
.section-head.compact { grid-template-columns: 1fr; max-width: 880px; }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quality-grid article { min-height: 190px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; background: rgba(255,255,255,.05); }
.quality-grid strong { display: block; margin-bottom: 12px; color: var(--red); font-size: 26px; }
.quality-grid span { color: rgba(255,255,255,.68); }
.confidence-panel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; overflow: hidden; }
.confidence-panel div { min-height: 235px; display: grid; align-content: end; gap: 12px; padding: clamp(22px,3vw,32px); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); }
.confidence-panel span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.confidence-panel strong { color: #fff; font-size: clamp(26px,2.8vw,40px); line-height: .95; }
.confidence-panel p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; }
.contact { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(360px,1.2fr); gap: clamp(28px,7vw,110px); padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); color: #fff; background: #08090b; }
address { display: grid; gap: 10px; margin-top: 28px; color: rgba(255,255,255,.72); font-style: normal; line-height: 1.55; }
address strong, address a { color: #fff; font-weight: 900; text-decoration: none; }
form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; align-content: start; }
label { display: grid; gap: 7px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; padding: 12px; color: #fff; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
textarea { resize: vertical; }
.wide, form button { grid-column: 1 / -1; }
.privacy { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }
.privacy a { color: #fff; }
form button { justify-self: start; border-radius: 4px; padding: 14px 17px; font: inherit; font-weight: 900; }
.honeypot { position: absolute; left: -9999px; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding: 24px clamp(18px,7vw,110px); color: rgba(255,255,255,.48); background: #050608; border-top: 1px solid rgba(255,255,255,.14); font-size: 14px; }
footer a { color: #fff; font-weight: 800; text-decoration: none; }
@media (max-width: 1000px) {
  .topbar { grid-template-columns: auto auto; }
  .topbar nav { display: none; }
  .status-panel { display: none; }
  .section-head, .split-section, .contact, .consulting, .experience, .partner-slide, .trust-proof, .live-deployment { grid-template-columns: 1fr; }
  .service-matrix, .quality-grid, .industry-grid, .confidence-panel, .deployment-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .topbar { padding: 14px; }
  .brand { width: 98px; }
  .topbar.is-scrolled .brand { width: 84px; }
  .call { padding: 9px 10px; font-size: 12px; }
  .hero { min-height: 560px; padding: 128px 18px 42px; }
  h1 { font-size: 50px; }
  .radar { width: 82vw; right: -34vw; bottom: 74px; }
  .experience-ledger article { grid-template-columns: 1fr; gap: 6px; padding-left: 18px; }
  .google-card { grid-template-columns: 1fr; min-height: auto; }
  .proof-list, .confidence-panel { grid-template-columns: 1fr; }
  .partner-track { width: 200%; }
  .partner-slide { min-height: auto; }
  .partner-feature { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--line); }
  .partner-mini-grid { grid-template-columns: 1fr; }
  .partner-mini { min-height: 150px; }
  .live-copy dl, .live-gallery, .deployment-grid { grid-template-columns: 1fr; }
  .live-gallery { grid-template-rows: none; min-height: auto; }
  .live-gallery img { min-height: 220px; }
  .live-gallery img:first-child { grid-row: auto; }
  .service-matrix, .quality-grid, .industry-grid { grid-template-columns: 1fr; }
  .industry-grid article { min-height: 185px; }
  .consulting-list article { grid-template-columns: 1fr; gap: 5px; }
  .split-media { min-height: 360px; }
  .split-copy li { grid-template-columns: 1fr; gap: 4px; }
  form { grid-template-columns: 1fr; }
  .wide, form button { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .video-stage video:not(.is-active) { display: none; }
  .partner-track { animation: none; }
}

/* Beispiel 9: interaktive, weich einblendende Variante */
body { background: #f1f2f3; }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .72s ease, transform .72s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero.reveal { opacity: 1; transform: none; }
.topbar nav a.is-active { color: #fff; background: var(--red); }
.topbar nav a.is-active::after { display: none; }
.hero { min-height: clamp(690px, 82vh, 920px); align-items: center; padding-top: 150px; padding-bottom: 70px; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,4,5,.92), rgba(3,4,5,.72) 44%, rgba(3,4,5,.28)), radial-gradient(circle at 78% 36%, rgba(216,24,32,.24), transparent 30%), repeating-linear-gradient(28deg, rgba(255,255,255,.035) 0 1px, transparent 1px 88px); }
.hero-content { max-width: 1040px; }
h1 { max-width: 1060px; font-size: clamp(56px,8vw,132px); }
.hero-proof { position: absolute; right: clamp(18px,6vw,92px); bottom: clamp(24px,5vw,72px); display: grid; grid-template-columns: repeat(3, minmax(110px, 1fr)); gap: 1px; width: min(620px, 46vw); background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; overflow: hidden; backdrop-filter: blur(16px); }
.hero-proof div { padding: 18px; background: rgba(255,255,255,.075); }
.hero-proof strong { display: block; color: var(--red); font-size: clamp(32px,3vw,52px); line-height: .9; }
.hero-proof span { display: block; margin-top: 8px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 800; }
.trust-strip, .trust-proof, .experience, .partners, .industries, .consulting, .split-section, .deployments, .quality, .contact { scroll-margin-top: 90px; }
.trust-strip div, .proof-list article, .quality-grid article, .confidence-panel div { transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.trust-strip div:hover, .proof-list article:hover, .quality-grid article:hover, .confidence-panel div:hover { transform: translateY(-3px); }
.services-showcase { position: relative; min-height: 100vh; display: grid; align-content: center; background: linear-gradient(180deg, #f6f7f8, #fff); overflow: hidden; }
.services-showcase::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 18%, rgba(216,24,32,.12), transparent 28%), repeating-linear-gradient(28deg, rgba(8,9,11,.035) 0 1px, transparent 1px 92px); pointer-events: none; }
.services-showcase > * { position: relative; }
.services-showcase .section-head { grid-template-columns: minmax(280px,.78fr) minmax(360px,1.22fr); align-items: start; }
.service-controls { position: absolute; top: clamp(90px,12vw,150px); right: clamp(18px,7vw,110px); z-index: 3; display: flex; gap: 8px; }
.service-controls button { width: 48px; height: 48px; border: 1px solid rgba(8,9,11,.16); border-radius: 50%; color: #fff; background: #08090b; font-size: 34px; line-height: 1; cursor: pointer; box-shadow: 0 18px 36px rgba(8,9,11,.16); }
.service-stage { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(78vw, 1fr); gap: clamp(16px,2vw,28px); margin-inline: calc(clamp(18px,7vw,110px) * -1); padding: 8px clamp(18px,7vw,110px) 22px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.service-panel { position: relative; min-height: clamp(520px,62vh,720px); display: grid; align-content: end; border-radius: 10px; overflow: hidden; color: #fff; background: #08090b; scroll-snap-align: center; box-shadow: 0 34px 90px rgba(8,9,11,.18); }
.service-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.1) contrast(1.08) saturate(.92); transform: scale(1.015); transition: transform .55s ease, filter .55s ease; }
.service-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,4,5,.9), rgba(3,4,5,.54) 52%, rgba(3,4,5,.18)), linear-gradient(180deg, transparent, rgba(3,4,5,.78)); }
.service-panel:hover img { transform: scale(1.06); filter: grayscale(0) contrast(1.14) saturate(1); }
.service-panel div { position: relative; z-index: 1; max-width: 720px; padding: clamp(28px,5vw,70px); }
.service-panel span { display: inline-grid; place-items: center; min-width: 50px; height: 38px; margin-bottom: 18px; color: #fff; background: var(--red); border-radius: 5px; font-weight: 900; }
.service-panel h3 { margin: 0 0 18px; font-size: clamp(42px,6vw,96px); line-height: .9; overflow-wrap: anywhere; hyphens: auto; text-shadow: 0 20px 50px rgba(0,0,0,.5); }
.service-panel p { max-width: 640px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(18px,1.7vw,24px); line-height: 1.5; }
.live-deployment { border-radius: 12px; }
.live-gallery { min-height: 680px; }
.deployment-grid { overflow-x: auto; scroll-snap-type: x mandatory; }
.deployment-grid article { scroll-snap-align: start; }
.instagram-section { padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); background: linear-gradient(180deg, #fff, #f3f4f5); border-bottom: 1px solid var(--line); }
.instagram-section .button { justify-self: start; margin-top: 8px; }
.story-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(128px, 164px); gap: 18px; margin: 0 0 30px; overflow-x: auto; padding-bottom: 8px; }
.story-rail a { display: grid; gap: 10px; justify-items: center; color: var(--ink); text-decoration: none; font-weight: 900; }
.story-rail img { width: 112px; height: 112px; padding: 4px; border: 3px solid var(--red); border-radius: 50%; object-fit: cover; background: #fff; box-shadow: 0 18px 34px rgba(8,9,11,.12); }
.story-rail span { font-size: 13px; }
.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.insta-grid a { position: relative; min-height: 250px; color: #fff; text-decoration: none; border-radius: 8px; overflow: hidden; background: #08090b; }
.insta-grid img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.06) saturate(.95); transition: transform .35s ease; }
.insta-grid a:hover img { transform: scale(1.06); }
.insta-grid span { position: absolute; left: 12px; bottom: 12px; z-index: 1; padding: 8px 10px; background: rgba(8,9,11,.74); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 12px; font-weight: 900; backdrop-filter: blur(10px); }
.partner-viewport { border-radius: 12px; }
@media (max-width: 1000px) {
  .hero-proof { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 34px; }
  .service-controls { display: none; }
  .service-stage { grid-auto-columns: minmax(84vw, 1fr); }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .hero { min-height: 720px; align-items: end; }
  .hero-proof { grid-template-columns: 1fr; }
  .services-showcase { min-height: auto; padding-top: 70px; padding-bottom: 70px; }
  .service-stage { grid-auto-columns: 88vw; margin-inline: -18px; padding-inline: 18px; }
  .service-panel { min-height: 620px; }
  .service-panel::after { background: linear-gradient(180deg, rgba(3,4,5,.12), rgba(3,4,5,.58) 38%, rgba(3,4,5,.94)); }
  .service-panel div { padding: 26px; }
  .service-panel h3 { font-size: clamp(38px,13vw,64px); }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .insta-grid a { min-height: 190px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Version 9 refinement: weniger Text, Portfolio höher, Wischbereich stärker */
.trust-proof, .experience, .industries, .consulting, .split-section, .quality { display: none !important; }
.trust-strip { position: relative; z-index: 2; grid-template-columns: repeat(3, 1fr); }
.trust-strip div { min-height: 118px; }
.deployments { padding-top: clamp(54px,7vw,98px); }
.deployments .section-head.compact { max-width: 1180px; display: grid; grid-template-columns: minmax(280px,.78fr) minmax(360px,1.22fr); gap: 30px; align-items: end; }
.deployments .section-head h2 { font-size: clamp(48px,6vw,92px); }
.live-deployment { margin-top: 10px; margin-bottom: 16px; border-radius: 14px; }
.live-gallery { min-height: clamp(520px,62vh,760px); }
.deployment-grid { grid-template-columns: repeat(4, minmax(260px,1fr)); overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
.deployment-grid article { min-width: 260px; border-radius: 10px; }
.services-showcase { min-height: 105vh; padding-top: clamp(58px,8vw,110px); padding-bottom: clamp(58px,8vw,110px); color: #fff; background: radial-gradient(circle at 78% 18%, rgba(216,24,32,.18), transparent 30%), linear-gradient(135deg, #08090b, #151a1f 58%, #050608); }
.services-showcase .eyebrow.dark { color: #fff; }
.services-showcase .section-head h2 { color: #fff; font-size: clamp(54px,6.8vw,108px); }
.services-showcase .section-head > p { color: rgba(255,255,255,.7); }
.services-showcase::before { background: repeating-linear-gradient(28deg, rgba(255,255,255,.04) 0 1px, transparent 1px 92px); }
.service-meta { position: absolute; top: clamp(92px,12vw,154px); left: clamp(18px,7vw,110px); z-index: 3; display: inline-flex; gap: 12px; align-items: center; padding: 10px 12px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(14px); }
.service-count { color: #fff; }
.service-controls { top: clamp(92px,12vw,154px); }
.service-controls button { border-color: rgba(255,255,255,.22); background: var(--red); box-shadow: 0 18px 38px rgba(216,24,32,.22); }
.service-stage { grid-auto-columns: minmax(84vw, 1fr); margin-top: 16px; }
.service-panel { min-height: clamp(620px,68vh,820px); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; box-shadow: 0 36px 90px rgba(0,0,0,.3); }
.service-panel::after { background: linear-gradient(90deg, rgba(3,4,5,.92), rgba(3,4,5,.52) 46%, rgba(3,4,5,.08)), linear-gradient(180deg, transparent 46%, rgba(3,4,5,.88)); }
.service-panel div { max-width: 780px; }
.service-panel span { min-width: 58px; height: 44px; }
.service-panel h3 { font-size: clamp(58px,7.8vw,132px); }
.instagram-section { padding-top: clamp(54px,7vw,98px); }
.instagram-section .section-head.compact { max-width: 1060px; }
.story-rail { margin-top: 12px; }
.insta-grid a { min-height: 300px; }
.partners { padding-top: clamp(54px,7vw,96px); padding-bottom: clamp(54px,7vw,96px); }
.contact { padding-top: clamp(60px,8vw,110px); }
@media (max-width: 1000px) {
  .deployments .section-head.compact { grid-template-columns: 1fr; }
  .service-meta { position: relative; top: auto; left: auto; margin: -18px 0 18px; }
  .service-stage { grid-auto-columns: 88vw; }
}
@media (max-width: 560px) {
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 96px; }
  .deployments { padding-top: 42px; }
  .deployments .section-head h2 { font-size: 46px; }
  .live-deployment { border-radius: 10px; }
  .live-copy { padding: 24px; }
  .live-copy h3 { font-size: 38px; }
  .service-stage { grid-auto-columns: 90vw; }
  .service-panel { min-height: 68vh; border-radius: 12px; }
  .service-panel h3 { font-size: clamp(44px,15vw,72px); }
  .service-meta { width: max-content; max-width: 100%; }
  .insta-grid a { min-height: 170px; }
}

/* Flow pass: weniger Baukasten, mehr Bewegung zwischen den Bereichen */
body { background: linear-gradient(180deg, #060708 0, #11161b 720px, #f4f5f6 721px, #fff 100%); }
main { background: linear-gradient(180deg, transparent 0, transparent 650px, #f4f5f6 650px, #fff 58%, #08090b 100%); }
.hero { min-height: clamp(720px, 88vh, 980px); }
.hero::after { content: ""; position: absolute; right: -12vw; bottom: -9vw; width: 62vw; height: 24vw; z-index: -1; background: radial-gradient(ellipse, rgba(216,24,32,.2), transparent 68%); pointer-events: none; }
.hero-proof { background: transparent; border: 0; border-radius: 0; backdrop-filter: none; gap: clamp(18px,2vw,34px); width: min(680px, 52vw); }
.hero-proof div { padding: 0 0 14px; background: transparent; border-bottom: 1px solid rgba(255,255,255,.28); }
.trust-strip { margin-top: -1px; padding: 0 clamp(18px,7vw,110px) clamp(46px,6vw,74px); background: linear-gradient(180deg, #08090b, #f4f5f6); border: 0; gap: clamp(16px,2.2vw,34px); }
.trust-strip div { min-height: auto; padding: 0 0 22px; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.trust-strip strong { font-size: clamp(24px,2.6vw,42px); }
.trust-strip span { max-width: 270px; }
.deployments { position: relative; padding-top: clamp(40px,6vw,86px); background: linear-gradient(180deg, #f4f5f6, #fff 76%); border: 0; overflow: hidden; }
.deployments::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 18%, rgba(216,24,32,.1), transparent 28%), radial-gradient(circle at 88% 72%, rgba(8,9,11,.07), transparent 32%); pointer-events: none; }
.deployments > * { position: relative; }
.deployments .section-head { margin-bottom: clamp(24px,4vw,52px); }
.live-deployment { grid-template-columns: minmax(300px,.58fr) minmax(420px,1.42fr); gap: 0; background: transparent; border-radius: 0; box-shadow: none; overflow: visible; }
.live-copy { align-content: center; min-height: 520px; padding: clamp(20px,4vw,58px) clamp(20px,5vw,70px) clamp(20px,4vw,58px) 0; color: var(--ink); }
.live-copy .eyebrow, .live-copy h3, .live-copy dd { color: var(--ink); }
.live-badge { color: var(--red); background: transparent; border: 0; padding-left: 0; }
.live-copy h3 { font-size: clamp(42px,5.2vw,84px); }
.live-copy p { color: var(--muted); }
.live-copy dl { background: transparent; border: 0; border-radius: 0; }
.live-copy dl div { padding: 14px 16px 14px 0; background: transparent; border-top: 1px solid rgba(8,9,11,.14); }
.live-gallery { min-height: clamp(560px,66vh,780px); border-radius: 0 0 0 80px; overflow: hidden; box-shadow: -34px 34px 90px rgba(8,9,11,.16); transform: translateX(clamp(0px,3vw,42px)); }
.deployment-grid { margin-top: clamp(18px,3vw,38px); gap: clamp(12px,1.8vw,24px); }
.deployment-grid article { min-height: 430px; border-radius: 0; box-shadow: none; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%); }
.services-showcase { padding-left: 0; padding-right: 0; min-height: 112vh; background: linear-gradient(180deg, #fff 0, #08090b 16%, #11171d 72%, #f4f5f6 100%); overflow: hidden; }
.services-showcase .section-head { width: min(1280px, calc(100% - 36px)); margin-inline: auto; margin-bottom: 22px; }
.services-showcase .section-head > p { max-width: 420px; }
.service-meta { position: relative; top: auto; left: auto; width: min(1280px, calc(100% - 36px)); margin: 0 auto 18px; padding: 0; color: rgba(255,255,255,.64); background: transparent; border: 0; border-radius: 0; backdrop-filter: none; }
.service-count { color: #fff; border-bottom: 2px solid var(--red); padding-bottom: 4px; }
.service-stage { grid-auto-columns: minmax(76vw, 1080px); gap: clamp(18px,2.2vw,34px); margin-inline: 0; padding: 0 clamp(18px,7vw,110px) clamp(44px,6vw,80px); scrollbar-width: none; }
.service-stage::-webkit-scrollbar { display: none; }
.service-panel { min-height: clamp(640px,72vh,860px); border: 0; border-radius: 0; box-shadow: 0 40px 110px rgba(0,0,0,.34); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 54px), calc(100% - 54px) 100%, 0 100%); }
.service-panel div { padding-left: clamp(30px,6vw,92px); padding-bottom: clamp(34px,6vw,92px); }
.service-panel h3 { max-width: 980px; }
.service-controls { top: 50%; right: 0; left: 0; transform: translateY(24px); display: flex; justify-content: space-between; padding: 0 clamp(12px,3vw,44px); pointer-events: none; }
.service-controls button { pointer-events: auto; width: clamp(48px,5vw,72px); height: clamp(48px,5vw,72px); border: 1px solid rgba(255,255,255,.2); background: rgba(216,24,32,.88); border-radius: 50%; font-size: clamp(32px,4vw,58px); backdrop-filter: blur(14px); box-shadow: 0 24px 50px rgba(216,24,32,.24); transition: transform .2s ease, background .2s ease; }
.service-controls button:hover { transform: scale(1.06); background: #f01f28; }
.instagram-section { background: linear-gradient(180deg, #f4f5f6, #fff); border: 0; }
.story-rail, .insta-grid { overflow: visible; }
.insta-grid { gap: clamp(10px,1.5vw,20px); }
.insta-grid a { border-radius: 0; box-shadow: none; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%); }
.partners { background: linear-gradient(180deg, #fff, #f4f5f6); border: 0; }
.partner-viewport { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.partner-feature, .partner-mini { border: 0; }
.contact { background: radial-gradient(circle at 18% 12%, rgba(216,24,32,.16), transparent 28%), linear-gradient(135deg, #08090b, #11171d 58%, #050608); }
@media (max-width: 1000px) {
  .hero-proof { width: 100%; }
  .live-deployment { grid-template-columns: 1fr; }
  .live-copy { min-height: auto; padding-right: 0; }
  .live-gallery { transform: none; border-radius: 0 0 0 42px; }
  .service-controls { display: none; }
  .service-stage { grid-auto-columns: 86vw; }
}
@media (max-width: 560px) {
  .hero-proof div { padding-bottom: 12px; }
  .trust-strip { padding-bottom: 34px; }
  .deployment-grid article { min-height: 360px; }
  .service-stage { grid-auto-columns: 90vw; padding-inline: 18px; }
  .service-panel { min-height: 70vh; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%); }
  .service-panel div { padding: 26px; }
}

/* Subtle pulse for red section dots */
.eyebrow i,
.live-badge i {
  position: relative;
  animation: srsDotPulse 2.35s ease-in-out infinite;
}
.eyebrow i::after,
.live-badge i::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(216,24,32,.48);
  opacity: 0;
  transform: scale(.55);
  animation: srsDotRing 2.35s ease-out infinite;
}
@keyframes srsDotPulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(216,24,32,.18), 0 0 10px rgba(216,24,32,.46); transform: scale(1); }
  50% { box-shadow: 0 0 0 7px rgba(216,24,32,.1), 0 0 22px rgba(216,24,32,.85); transform: scale(1.08); }
}
@keyframes srsDotRing {
  0% { opacity: .7; transform: scale(.55); }
  70%, 100% { opacity: 0; transform: scale(1.65); }
}
@media (prefers-reduced-motion: reduce) {
  .eyebrow i,
  .live-badge i,
  .eyebrow i::after,
  .live-badge i::after { animation: none !important; }
}

/* Version-local subpages: career/shop */
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 16px clamp(18px,5vw,76px); color: #fff; background: rgba(5,6,8,.82); backdrop-filter: blur(14px); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.site-header .brand { width: 118px; }
.site-header nav { display: flex; justify-content: center; align-items: center; gap: clamp(10px,1.4vw,22px); }
.site-header nav a, .site-header .call { font-size: 13px; font-weight: 900; text-decoration: none; }
.site-header nav a { padding: 9px 10px; border-radius: 4px; }
.site-header nav a.is-active, .site-header .nav-extra.is-active { color: #fff; background: var(--red); }
.site-header .nav-extra { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.grain { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .14; background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,.18), transparent 1px); background-size: 4px 4px; }
.sub-hero { position: relative; min-height: clamp(620px,78vh,860px); display: grid; align-items: end; padding: 150px clamp(18px,8vw,130px) 72px; overflow: hidden; color: #fff; background: #08090b; }
.sub-hero .hero-image, .sub-hero .hero-shade { position: absolute; inset: 0; }
.sub-hero .hero-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.12) contrast(1.1) saturate(.9); opacity: .72; }
.sub-hero .hero-shade { background: linear-gradient(90deg, rgba(3,4,5,.92), rgba(3,4,5,.58) 58%, rgba(3,4,5,.2)), radial-gradient(circle at 78% 30%, rgba(216,24,32,.18), transparent 28%); }
.sub-hero .hero-content { position: relative; max-width: 880px; }
.sub-hero h1 { font-size: clamp(58px,8vw,128px); }
.hero-copy { max-width: 620px; color: rgba(255,255,255,.78); font-size: clamp(18px,2vw,24px); line-height: 1.5; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.hero-tags span { padding: 9px 11px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-weight: 900; }
.hero-stamp { position: absolute; right: clamp(18px,8vw,120px); bottom: 72px; width: 170px; height: 170px; display: grid; place-items: center; align-content: center; text-align: center; color: #fff; background: var(--red); border-radius: 50%; transform: rotate(-8deg); box-shadow: 0 24px 54px rgba(216,24,32,.3); }
.hero-stamp span { font-size: 12px; font-weight: 900; text-transform: uppercase; }
.hero-stamp strong { font-size: 24px; line-height: 1; }
.button.quiet { color: #fff; border: 1px solid rgba(255,255,255,.4); background: transparent; }
.page-section { padding: clamp(70px,9vw,120px) clamp(18px,7vw,110px); background: #fff; }
.section-intro { max-width: 940px; margin-bottom: 34px; }
.section-intro h2 { font-size: clamp(40px,5vw,76px); line-height: .94; }
.section-intro p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.job-grid, .shop-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.job-card, .shop-card { display: grid; align-content: end; gap: 14px; min-height: 320px; padding: 26px; color: var(--ink); background: #f4f5f6; border: 1px solid var(--line); }
.job-card span, .shop-card span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.job-card h3, .shop-card h3 { font-size: clamp(28px,3vw,44px); line-height: .95; }
.job-card p, .shop-card p { color: var(--muted); line-height: 1.55; }
.career-band { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #08090b; color: #fff; }
.proof-item { min-height: 190px; display: grid; align-content: center; gap: 10px; padding: 28px clamp(18px,4vw,58px); background: rgba(255,255,255,.05); }
.proof-item strong { color: var(--red); font-size: 30px; }
.product-visual { position: relative; min-height: 260px; display: grid; place-items: center; overflow: hidden; background: #08090b; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; }
.product-flip img + img { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; }
.product-flip:hover img + img { opacity: 1; }
@media (max-width: 900px) { .site-header { grid-template-columns: auto auto; } .site-header nav { display: none; } .job-grid, .shop-grid, .career-band { grid-template-columns: 1fr; } .hero-stamp { display: none; } }

/* Requested polish fixes */
.trust-strip { display: none !important; }
.topbar nav a::after { display: none !important; }
.hero-proof div { border-bottom: 0 !important; }
.reveal { opacity: 0; transform: translate3d(0, 82px, 0) scale(.965); filter: blur(14px); transition: opacity .95s cubic-bezier(.16,1,.3,1), transform .95s cubic-bezier(.16,1,.3,1), filter .95s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translate3d(0,0,0) scale(1); filter: blur(0); }
.hero.reveal { opacity: 1; transform: none; filter: none; }
.services-showcase.reveal .section-head, .services-showcase.reveal .service-meta, .services-showcase.reveal .service-panel { opacity: 0; transform: translateY(70px); filter: blur(10px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1), filter .9s cubic-bezier(.16,1,.3,1); }
.services-showcase.reveal.is-visible .section-head, .services-showcase.reveal.is-visible .service-meta, .services-showcase.reveal.is-visible .service-panel { opacity: 1; transform: none; filter: none; }
.services-showcase.reveal.is-visible .service-panel:nth-child(2) { transition-delay: .06s; }
.services-showcase.reveal.is-visible .service-panel:nth-child(3) { transition-delay: .12s; }
.services-showcase .section-head { grid-template-columns: minmax(280px,.72fr) minmax(360px,1fr); align-items: end; }
.services-showcase .section-head h2 { max-width: 820px; font-size: clamp(46px,5.9vw,96px); }
.services-showcase .section-head > p { align-self: end; max-width: 480px; font-size: clamp(17px,1.35vw,21px); }
.service-stage { grid-auto-columns: minmax(70vw, 980px); padding-top: clamp(18px,2vw,32px); }
.service-panel { min-height: clamp(570px,64vh,760px); }
.service-panel h3 { font-size: clamp(48px,6.8vw,108px); }
@media (max-width: 1000px) { .service-stage { grid-auto-columns: 86vw; } }
@media (max-width: 560px) { .reveal { transform: translate3d(0, 48px, 0) scale(.98); filter: blur(8px); } .services-showcase .section-head h2 { font-size: 44px; } .service-panel { min-height: 66vh; } }
@media (prefers-reduced-motion: reduce) { .reveal, .services-showcase.reveal .section-head, .services-showcase.reveal .service-meta, .services-showcase.reveal .service-panel { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; } }
/* Version 9 scroll-flow polish 2026-07-21 */
.hero-proof { display: none !important; }
.hero-verification { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.hero-verification span { display: inline-flex; align-items: baseline; gap: 7px; min-height: 36px; padding: 8px 12px; color: rgba(255,255,255,.86); background: rgba(8,9,11,.36); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; backdrop-filter: blur(10px); box-shadow: 0 16px 44px rgba(0,0,0,.18); }
.hero-verification strong { color: var(--red); font-size: 18px; line-height: 1; }
.reveal { opacity: 0; transform: translate3d(0, 42px, 0) scale(.985); filter: blur(10px); transition: opacity .78s cubic-bezier(.16,1,.3,1), transform .78s cubic-bezier(.16,1,.3,1), filter .78s cubic-bezier(.16,1,.3,1); will-change: opacity, transform, filter; }
.reveal.is-visible { opacity: 1; transform: translate3d(0,0,0) scale(1); filter: blur(0); }
.hero.reveal { opacity: 1; transform: none; filter: none; }
.services-showcase { min-height: auto !important; padding-top: clamp(70px,7vw,112px) !important; padding-bottom: clamp(54px,6vw,94px) !important; background: linear-gradient(180deg, #fff 0, #08090b 12%, #10151a 78%, #f6f7f8 100%) !important; }
.services-showcase .section-head { grid-template-columns: minmax(260px,.62fr) minmax(380px,1fr) !important; align-items: end !important; margin-bottom: clamp(18px,2.6vw,34px) !important; }
.services-showcase .section-head h2 { max-width: 760px !important; font-size: clamp(42px,5.2vw,84px) !important; line-height: .93 !important; }
.services-showcase .section-head > p { max-width: 460px !important; font-size: clamp(16px,1.2vw,20px) !important; }
.service-stage { grid-auto-columns: minmax(66vw, 920px) !important; padding-top: 4px !important; padding-bottom: clamp(24px,4vw,56px) !important; }
.service-panel { min-height: clamp(500px,56vh,680px) !important; }
.service-panel h3 { font-size: clamp(42px,5.6vw,88px) !important; line-height: .9 !important; }
.service-panel p { max-width: 620px; font-size: clamp(16px,1.3vw,21px); }
.services-showcase.reveal .section-head,
.services-showcase.reveal .service-meta,
.services-showcase.reveal .service-panel { opacity: 0; transform: translateY(38px); filter: blur(8px); transition: opacity .78s cubic-bezier(.16,1,.3,1), transform .78s cubic-bezier(.16,1,.3,1), filter .78s cubic-bezier(.16,1,.3,1); }
.services-showcase.reveal.is-visible .section-head,
.services-showcase.reveal.is-visible .service-meta,
.services-showcase.reveal.is-visible .service-panel { opacity: 1; transform: none; filter: none; }
.instagram-section { padding-bottom: clamp(34px,4.5vw,68px) !important; }
.partners { padding-top: clamp(34px,4.5vw,72px) !important; }
.deployments + .services-showcase { margin-top: 0; }
@media (max-width: 900px) {
  .hero-verification { gap: 8px; }
  .hero-verification span { min-height: 34px; padding: 7px 10px; font-size: 13px; }
  .services-showcase .section-head { grid-template-columns: 1fr !important; }
  .service-stage { grid-auto-columns: 86vw !important; }
  .service-panel { min-height: 62vh !important; }
}
@media (max-width: 560px) {
  .reveal { transform: translate3d(0, 30px, 0) scale(.99); filter: blur(8px); }
  .services-showcase { padding-top: 58px !important; padding-bottom: 56px !important; }
  .services-showcase .section-head h2 { font-size: 40px !important; }
  .service-stage { grid-auto-columns: 88vw !important; }
  .service-panel h3 { font-size: 44px !important; }
}
/* Version 9 white-scroll cleanup 2026-07-21 */
html,
body { background: #fff !important; }
main { background: #fff !important; }
.hero-proof,
.trust-strip { display: none !important; }
.deployments,
.instagram-section,
.partners { background: #fff !important; }
.deployments::before,
.instagram-section::before,
.partners::before { display: none !important; }
.instagram-section { padding-bottom: clamp(42px,5vw,78px) !important; }
.partners { padding-top: clamp(42px,5vw,78px) !important; }
.instagram-section + .partners,
.partners { border-top: 1px solid rgba(8,9,11,.12); }
/* Version 9 mobile clarity cleanup 2026-07-21 */
html,
body,
main { background: #fff !important; }
.reveal { transform: translate3d(0, 24px, 0) scale(.995) !important; filter: blur(3px) !important; transition-duration: .52s !important; }
.reveal.is-visible,
.hero.reveal { transform: none !important; filter: none !important; }
.services-showcase.reveal .section-head,
.services-showcase.reveal .service-meta,
.services-showcase.reveal .service-panel { transform: translateY(22px) !important; filter: blur(3px) !important; transition-duration: .52s !important; }
.services-showcase.reveal.is-visible .section-head,
.services-showcase.reveal.is-visible .service-meta,
.services-showcase.reveal.is-visible .service-panel { transform: none !important; filter: none !important; }
.deployments,
.instagram-section,
.partners { background: #fff !important; }
.instagram-section { padding-top: clamp(46px,6vw,84px) !important; padding-bottom: clamp(30px,4vw,56px) !important; }
.partners { padding-top: clamp(42px,5vw,74px) !important; }
.story-rail,
.insta-grid { width: min(100%, 1680px); }
.insta-grid { grid-template-columns: repeat(6, minmax(190px, 1fr)) !important; }
.insta-grid a { min-height: clamp(280px,24vw,390px) !important; }
.live-gallery { width: calc(100% + clamp(0px,5vw,72px)); max-width: none; background: #08090b; }
.live-gallery img { display: block; min-width: 0; }
@media (min-width: 1001px) {
  .live-deployment { grid-template-columns: minmax(300px,.48fr) minmax(560px,1.52fr) !important; }
  .live-gallery { transform: none !important; margin-right: calc(clamp(18px,7vw,110px) * -1); border-radius: 0 0 0 80px; }
  .deployment-grid { grid-template-columns: repeat(4, minmax(300px, 1fr)) !important; }
}
@media (max-width: 900px) {
  .topbar { min-height: 72px; padding: 10px 14px; gap: 10px; }
  .topbar .brand img { width: 86px; height: auto; }
  .topbar nav { order: 3; width: 100%; display: flex; overflow-x: auto; justify-content: flex-start; gap: 6px; padding-bottom: 2px; scrollbar-width: none; }
  .topbar nav::-webkit-scrollbar { display: none; }
  .topbar nav a { flex: 0 0 auto; padding: 9px 11px; font-size: 12px; }
  .topbar .call { margin-left: auto; padding: 9px 10px; font-size: 12px; }
  .hero { min-height: 78svh; padding: 128px 18px 48px; }
  .hero-content h1 { font-size: clamp(46px,14vw,76px); letter-spacing: 0; }
  .hero-content p { max-width: 36rem; font-size: 17px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { flex: 1 1 150px; justify-content: center; padding: 13px 14px; }
  .deployments { padding: 54px 18px !important; }
  .deployments .section-head.compact { gap: 16px; }
  .live-deployment { margin-inline: -18px; }
  .live-copy { padding: 28px 18px; }
  .live-gallery { width: 100%; grid-template-columns: 1fr 1fr; grid-template-rows: none; margin: 0; border-radius: 0; }
  .live-gallery img { min-height: 210px; }
  .live-gallery img:first-child { grid-column: 1 / -1; min-height: 340px; }
  .deployment-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(82vw, 1fr); grid-template-columns: none !important; overflow-x: auto; margin-inline: -18px; padding-inline: 18px; }
  .deployment-grid article { min-width: 0; min-height: 390px; }
  .services-showcase { padding-top: 54px !important; }
  .service-meta { font-size: 11px; letter-spacing: .08em; white-space: normal; gap: 8px; }
  .instagram-section { padding: 46px 18px 28px !important; }
  .story-rail { gap: 18px; overflow-x: auto; padding-bottom: 4px; }
  .insta-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(76vw, 1fr); grid-template-columns: none !important; overflow-x: auto; margin-inline: -18px; padding-inline: 18px 18px; }
  .insta-grid a { min-height: 330px !important; }
  .partners { padding: 44px 18px 70px !important; }
}
@media (max-width: 560px) {
  .reveal,
  .services-showcase.reveal .section-head,
  .services-showcase.reveal .service-meta,
  .services-showcase.reveal .service-panel { filter: blur(1.5px) !important; transform: translate3d(0, 14px, 0) !important; }
  .reveal.is-visible,
  .services-showcase.reveal.is-visible .section-head,
  .services-showcase.reveal.is-visible .service-meta,
  .services-showcase.reveal.is-visible .service-panel { filter: none !important; transform: none !important; }
  .hero { min-height: 82svh; }
  .deployments .section-head h2,
  .services-showcase .section-head h2,
  .instagram-section .section-head h2,
  .partners .section-head h2 { font-size: clamp(38px,11vw,52px) !important; }
  .live-gallery img:first-child { min-height: 300px; }
  .live-gallery img { min-height: 170px; }
  .insta-grid a { min-height: 300px !important; }
}
/* Version 9 mobile header fix 2026-07-21 */
@media (max-width: 900px) {
  .topbar {
    grid-template-columns: auto auto !important;
    align-items: center;
    padding: 10px 14px 12px !important;
    gap: 10px 12px !important;
    background: linear-gradient(90deg, rgba(5,6,8,.94), rgba(18,20,23,.86)) !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(16px);
  }
  .topbar .brand,
  .topbar.is-scrolled .brand { width: 104px !important; }
  .topbar .brand img { width: 100% !important; height: auto !important; display: block; }
  .topbar .call {
    justify-self: end;
    margin-left: 0 !important;
    padding: 10px 11px !important;
    font-size: 12px !important;
    white-space: nowrap;
    border-color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.04);
  }
  .topbar nav {
    grid-column: 1 / -1;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  .topbar nav a {
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 6px !important;
    font-size: 12px !important;
    line-height: 1;
    border-radius: 5px;
    white-space: nowrap;
    background: rgba(255,255,255,.045);
  }
  .topbar nav a.nav-pill { border-color: rgba(255,255,255,.26); }
  .hero {
    min-height: 84svh !important;
    padding: 178px 18px 46px !important;
  }
  .hero-content { max-width: 100%; }
  .hero-content h1 {
    max-width: 100%;
    font-size: clamp(40px, 11.8vw, 66px) !important;
    line-height: .96 !important;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .hero-content h1 em { overflow-wrap: anywhere; }
  .hero-content > p:not(.eyebrow) {
    max-width: 100%;
    font-size: clamp(16px, 4.4vw, 19px) !important;
    line-height: 1.48;
  }
  .eyebrow {
    max-width: 100%;
    font-size: 11px !important;
    letter-spacing: .18em !important;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 430px) {
  .topbar .brand,
  .topbar.is-scrolled .brand { width: 96px !important; }
  .topbar nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .topbar nav a { font-size: 11px !important; padding: 8px 5px !important; }
  .topbar .call { font-size: 11px !important; padding: 9px 10px !important; }
  .hero { padding-top: 206px !important; }
  .hero-content h1 { font-size: clamp(38px, 11vw, 54px) !important; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; flex-basis: auto; }
}
/* Version 9 hero countup 2026-07-21 */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(760px, 100%);
  margin-top: 24px;
}
.hero-stats span {
  position: relative;
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 20px 45px rgba(0,0,0,.2);
  overflow: hidden;
}
.hero-stats span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(216,24,32,.72);
}
.hero-stats strong {
  color: var(--red);
  font-size: clamp(30px, 4vw, 52px);
  line-height: .9;
  font-weight: 900;
  letter-spacing: 0;
}
.hero-stats small {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .hero-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 18px; }
  .hero-stats span { min-height: 68px; padding: 12px 10px; }
  .hero-stats strong { font-size: clamp(25px, 8vw, 38px); }
  .hero-stats small { font-size: 10px; line-height: 1.15; }
}
@media (max-width: 430px) {
  .hero-stats { grid-template-columns: 1fr 1fr 1fr; }
  .hero-stats span { border-radius: 6px; }
}
/* Version 9 slim mobile nav 2026-07-21 */
@media (max-width: 900px) {
  .topbar {
    grid-template-columns: auto auto !important;
    min-height: auto !important;
    padding: 9px 14px 8px !important;
    gap: 8px 12px !important;
    background: rgba(5,6,8,.9) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
  }
  .topbar .brand,
  .topbar.is-scrolled .brand { width: 92px !important; }
  .topbar .call {
    padding: 8px 10px !important;
    font-size: 11px !important;
    line-height: 1;
    border-radius: 5px;
    background: rgba(255,255,255,.035);
  }
  .topbar nav {
    grid-column: 1 / -1;
    display: flex !important;
    width: calc(100% + 28px) !important;
    margin-inline: -14px;
    padding: 1px 14px 2px !important;
    gap: 5px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    justify-content: flex-start !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 28px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 28px), transparent 100%);
  }
  .topbar nav::-webkit-scrollbar { display: none; }
  .topbar nav a {
    flex: 0 0 auto !important;
    min-width: auto !important;
    padding: 7px 9px !important;
    font-size: 11px !important;
    letter-spacing: 0;
    line-height: 1;
    border-radius: 999px !important;
    background: rgba(255,255,255,.055) !important;
    border: 1px solid transparent;
    scroll-snap-align: start;
  }
  .topbar nav a.is-active {
    background: var(--red) !important;
    border-color: rgba(255,255,255,.18);
  }
  .topbar nav a.nav-pill {
    background: rgba(255,255,255,.11) !important;
    border-color: rgba(255,255,255,.18) !important;
  }
  .hero { padding-top: 150px !important; }
}
@media (max-width: 430px) {
  .topbar { padding: 8px 12px 7px !important; }
  .topbar .brand,
  .topbar.is-scrolled .brand { width: 82px !important; }
  .topbar .call { padding: 7px 9px !important; font-size: 10.5px !important; }
  .topbar nav { width: calc(100% + 24px) !important; margin-inline: -12px; padding-inline: 12px !important; }
  .topbar nav a { padding: 6px 8px !important; font-size: 10.5px !important; }
  .hero { padding-top: 138px !important; }
}
/* Version 9 live gallery fill fix 2026-07-21 */
@media (min-width: 1001px) {
  .live-gallery {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr .72fr !important;
    grid-template-rows: minmax(190px, .45fr) minmax(420px, 1fr) !important;
    gap: 2px !important;
    background: #fff !important;
    overflow: hidden;
  }
  .live-gallery img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    display: block;
  }
  .live-gallery img:first-child {
    grid-column: 1 / 3 !important;
    grid-row: 2 !important;
  }
  .live-gallery img:nth-child(2) {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .live-gallery img:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  .live-gallery img:nth-child(4) {
    grid-column: 3 !important;
    grid-row: 1 / 3 !important;
  }
}
@media (max-width: 1000px) {
  .live-gallery {
    background: #fff !important;
  }
  .live-gallery img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}
/* Version 9 white services test 2026-07-21 */
.services-showcase {
  color: var(--ink) !important;
  background: linear-gradient(180deg, #fff 0%, #f6f7f8 48%, #fff 100%) !important;
  border-top: 1px solid rgba(8,9,11,.08);
  border-bottom: 1px solid rgba(8,9,11,.08);
}
.services-showcase::before {
  background: radial-gradient(circle at 78% 16%, rgba(216,24,32,.09), transparent 28%), repeating-linear-gradient(28deg, rgba(8,9,11,.035) 0 1px, transparent 1px 96px) !important;
}
.services-showcase .eyebrow.dark,
.services-showcase .section-head h2 {
  color: var(--ink) !important;
}
.services-showcase .section-head > p,
.service-meta {
  color: rgba(8,9,11,.64) !important;
}
.service-count {
  color: var(--ink) !important;
  border-bottom-color: var(--red) !important;
}
.service-controls button {
  color: #fff !important;
  background: var(--red) !important;
  border-color: rgba(216,24,32,.22) !important;
  box-shadow: 0 18px 40px rgba(216,24,32,.24) !important;
}
.service-stage {
  padding-top: clamp(12px,2vw,28px) !important;
}
.service-panel {
  box-shadow: 0 28px 80px rgba(8,9,11,.16) !important;
}
@media (max-width: 900px) {
  .services-showcase {
    background: #fff !important;
  }
  .services-showcase::before {
    opacity: .65;
  }
}
/* Version 9 headline wrap polish 2026-07-21 */
.service-panel h3 {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: manual !important;
  text-wrap: balance;
}
.service-panel h3.service-title-long {
  font-size: clamp(38px, 5vw, 82px) !important;
  line-height: .94 !important;
}
@media (max-width: 900px) {
  .service-panel h3 {
    font-size: clamp(38px, 11vw, 62px) !important;
    line-height: .94 !important;
  }
  .service-panel h3.service-title-long {
    font-size: clamp(34px, 10vw, 56px) !important;
  }
}
@media (max-width: 430px) {
  .service-panel h3 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }
  .service-panel h3.service-title-long {
    font-size: clamp(31px, 9.2vw, 44px) !important;
  }
}/* Version 9 service detail pages 2026-07-21 */
.service-more {
  justify-self: start;
  margin-top: 22px;
  padding: 12px 15px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 5px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(216,24,32,.24);
  transition: transform .2s ease, background .2s ease;
}
.service-more:hover { transform: translateY(-2px); background: #f01f28; }
.service-detail-view {
  position: fixed;
  inset: 0;
  z-index: 60;
  height: 100svh;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity .42s cubic-bezier(.16,1,.3,1), transform .42s cubic-bezier(.16,1,.3,1);
}
.service-detail-view.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
body.service-detail-open main,
body.service-detail-open footer,
body.service-detail-open .topbar {
  opacity: 0;
  transform: scale(.985);
  pointer-events: none;
  transition: opacity .28s ease, transform .28s ease;
}
body.service-detail-open { overflow: hidden; }
.service-detail-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  height: 70px;
  padding: 10px clamp(18px,4.8vw,88px);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(8,9,11,.1);
  backdrop-filter: blur(16px);
}
.service-home-link,
.service-detail-call {
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}
.service-home-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
}
.service-detail-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 48px;
  padding: 7px 10px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8,9,11,.09);
}
.service-detail-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-detail-call {
  justify-self: end;
  padding: 10px 13px;
  border: 1px solid rgba(8,9,11,.16);
  border-radius: 5px;
}
.service-detail-shell {
  display: grid;
  grid-template-columns: minmax(340px,45vw) minmax(0,1fr);
  height: calc(100svh - 70px);
  min-width: 0;
}
.service-detail-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #08090b;
}
.service-detail-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,4,5,.08), rgba(3,4,5,.42));
}
.service-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.06) saturate(.95);
}
.service-detail-content {
  display: grid;
  align-content: center;
  gap: clamp(12px,1.6vw,20px);
  min-width: 0;
  padding: clamp(22px,3.8vw,54px) clamp(22px,5vw,88px);
  overflow: hidden;
}
.service-detail-content h2 {
  max-width: min(840px,100%);
  margin: 0;
  font-size: clamp(42px,4.8vw,82px);
  line-height: .9;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.service-detail-lead {
  max-width: 780px;
  margin: 0;
  color: rgba(8,9,11,.68);
  font-size: clamp(17px,1.35vw,23px);
  line-height: 1.42;
}
.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(8,9,11,.14);
  border: 1px solid rgba(8,9,11,.14);
}
.service-detail-grid section {
  padding: clamp(16px,2vw,24px);
  background: #fff;
}
.service-detail-grid h3 {
  margin: 0 0 13px;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.service-detail-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(8,9,11,.7);
  line-height: 1.34;
  font-size: clamp(14px,1vw,16px);
}
.service-detail-grid li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 14px rgba(216,24,32,.55);
}
.service-detail-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.service-detail-proof span {
  min-height: 64px;
  display: grid;
  align-content: center;
  padding: 13px 16px;
  background: #f4f5f6;
  border-left: 3px solid var(--red);
  font-weight: 900;
  font-size: clamp(14px,1vw,17px);
}
.service-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button.ghost.dark { color: var(--ink); border-color: rgba(8,9,11,.18); background: transparent; }
@media (max-height: 820px) and (min-width: 901px) {
  .service-detail-top { height: 62px; }
  .service-detail-shell { height: calc(100svh - 62px); }
  .service-detail-content { gap: 12px; padding-top: 24px; padding-bottom: 24px; }
  .service-detail-content h2 { font-size: clamp(40px,4.2vw,70px); }
  .service-detail-lead { font-size: clamp(16px,1.15vw,20px); }
  .service-detail-grid section { padding: 15px 18px; }
  .service-detail-grid ul { gap: 7px; font-size: 14px; }
  .service-detail-proof span { min-height: 54px; padding: 10px 14px; }
}
@media (max-width: 900px) {
  .service-more { padding: 11px 13px; font-size: 12px; }
  .service-detail-view { overflow-y: auto; overflow-x: hidden; }
  .service-detail-top {
    position: sticky;
    top: 0;
    grid-template-columns: 1fr auto;
    height: auto;
    padding: 12px 18px;
  }
  .service-detail-brand { grid-row: 1; grid-column: 1 / -1; width: 82px; height: 42px; justify-self: start; }
  .service-detail-call { justify-self: end; }
  .service-detail-shell { grid-template-columns: 1fr; height: auto; }
  .service-detail-media { min-height: 30svh; }
  .service-detail-content { padding: 26px 18px 34px; overflow: visible; }
  .service-detail-content h2 { font-size: clamp(36px,10vw,58px); }
  .service-detail-grid,
  .service-detail-proof { grid-template-columns: 1fr; }
  .service-detail-actions .button { width: 100%; justify-content: center; }
}
/* Version 9 service tabs and highlighter */
.service-tabs{position:relative;z-index:4;width:min(1280px,calc(100% - 36px));margin:0 auto 18px;display:inline-flex;gap:8px;padding:6px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:999px;backdrop-filter:blur(14px)}
.service-tabs button{border:0;border-radius:999px;background:transparent;color:rgba(255,255,255,.72);padding:10px 18px;font-weight:900;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.service-tabs button:hover{color:#fff}.service-tabs button.is-active{background:var(--red);color:#fff;box-shadow:0 16px 36px rgba(216,24,32,.22)}
.service-tab-panel{position:relative}.service-tab-panel[hidden]{display:none!important}.service-highlighter{width:min(1420px,calc(100% - 36px));height:clamp(500px,58vh,680px);margin:16px auto clamp(34px,5vw,72px);display:flex;align-items:stretch;gap:0;overflow:hidden;background:#08090b;border:1px solid rgba(255,255,255,.14);box-shadow:0 38px 110px rgba(0,0,0,.34);clip-path:polygon(2.5% 0,100% 0,97.5% 100%,0 100%)}
.service-slice{--open:1;position:relative;min-width:76px;flex:1 1 0;border:0;border-left:4px solid rgba(255,255,255,.88);padding:0;color:#fff;background:#101216;isolation:isolate;overflow:hidden;cursor:pointer;transform:skewX(-13deg);transform-origin:center;transition:flex .48s cubic-bezier(.16,1,.3,1),filter .3s ease,opacity .3s ease}.service-slice:first-child{border-left:0}.service-slice::before{content:"";position:absolute;inset:-5% -18%;background-image:var(--service-bg);background-size:cover;background-position:center;transform:skewX(13deg) scale(1.08);filter:grayscale(.35) brightness(.48) contrast(1.08);transition:filter .42s ease,transform .42s ease}.service-slice::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,4,5,.82),rgba(3,4,5,.28) 58%,rgba(3,4,5,.72));opacity:.78;transition:opacity .35s ease}.service-highlighter:hover .service-slice{flex:.58 1 0;opacity:.56}.service-highlighter:hover .service-slice.is-active,.service-slice:hover,.service-slice:focus-visible{flex:3.2 1 0;opacity:1}.service-slice.is-active::before,.service-slice:hover::before,.service-slice:focus-visible::before{filter:grayscale(0) brightness(.86) contrast(1.14);transform:skewX(13deg) scale(1.15)}.service-slice.is-active::after,.service-slice:hover::after,.service-slice:focus-visible::after{opacity:.32}.service-slice span,.service-slice strong,.service-slice p{position:relative;z-index:2;transform:skewX(13deg);display:block;text-align:left}.service-slice span{position:absolute;top:42%;left:24px;width:42px;height:36px;display:grid;place-items:center;border-radius:5px;background:rgba(0,0,0,.76);font-size:13px;transition:top .35s ease,background .35s ease}.service-slice strong{position:absolute;left:34px;right:24px;bottom:56%;font-size:clamp(18px,1.8vw,32px);line-height:.98;opacity:0;transition:opacity .26s ease,bottom .42s cubic-bezier(.16,1,.3,1)}.service-slice p{position:absolute;left:34px;right:32px;bottom:34%;max-width:420px;margin:0;color:rgba(255,255,255,.82);font-size:clamp(14px,1vw,17px);line-height:1.45;opacity:0;transition:opacity .28s ease .08s,bottom .42s cubic-bezier(.16,1,.3,1)}.service-slice.is-active span,.service-slice:hover span,.service-slice:focus-visible span{top:26%;background:var(--red)}.service-slice.is-active strong,.service-slice:hover strong,.service-slice:focus-visible strong{opacity:1;bottom:49%}.service-slice.is-active p,.service-slice:hover p,.service-slice:focus-visible p{opacity:1;bottom:30%}
@media (max-width:900px){.service-tabs{display:flex;width:max-content;max-width:calc(100% - 36px);overflow:auto}.service-highlighter{height:auto;min-height:0;display:grid;grid-template-columns:1fr;clip-path:none;border-radius:12px}.service-slice,.service-highlighter:hover .service-slice,.service-highlighter:hover .service-slice.is-active{min-height:260px;flex:auto;transform:none;border-left:0;border-top:1px solid rgba(255,255,255,.16);opacity:1}.service-slice::before{transform:none;inset:0}.service-slice span,.service-slice strong,.service-slice p{transform:none;opacity:1}.service-slice span{top:24px}.service-slice strong{bottom:88px}.service-slice p{bottom:30px}.service-slice.is-active span,.service-slice:hover span,.service-slice:focus-visible span{top:24px}.service-slice.is-active strong,.service-slice:hover strong,.service-slice:focus-visible strong{bottom:88px}.service-slice.is-active p,.service-slice:hover p,.service-slice:focus-visible p{bottom:30px}}
/* Service tabs stability fix 2026-07-21 */
.services-showcase{
  display:block!important;
  min-height:auto!important;
  padding:clamp(76px,7vw,118px) 0 clamp(62px,6vw,96px)!important;
  color:#fff!important;
  background:radial-gradient(circle at 78% 8%,rgba(216,24,32,.16),transparent 28%),linear-gradient(180deg,#08090b 0%,#11161b 76%,#f6f7f8 100%)!important;
  overflow:hidden!important;
}
.services-showcase::before{background:repeating-linear-gradient(28deg,rgba(255,255,255,.035) 0 1px,transparent 1px 92px)!important}
.services-showcase .section-head{
  width:min(1280px,calc(100% - 36px))!important;
  margin:0 auto clamp(18px,2.4vw,30px)!important;
  display:grid!important;
  grid-template-columns:minmax(260px,.62fr) minmax(360px,1fr)!important;
  gap:clamp(22px,4vw,70px)!important;
  align-items:end!important;
}
.services-showcase .eyebrow.dark,.services-showcase .section-head h2{color:#fff!important}
.services-showcase .section-head h2{max-width:820px!important;font-size:clamp(42px,5.2vw,84px)!important;line-height:.93!important;margin:0!important}
.services-showcase .section-head>p{max-width:470px!important;color:rgba(255,255,255,.72)!important;font-size:clamp(16px,1.2vw,20px)!important;margin:0!important}
.service-tabs{
  display:flex!important;
  width:max-content!important;
  max-width:calc(100% - 36px)!important;
  margin:0 auto 18px!important;
  justify-content:center!important;
}
.service-tab-panel{width:100%!important;position:relative!important}.service-tab-panel[hidden]{display:none!important}
.service-meta{
  position:relative!important;
  inset:auto!important;
  width:min(1280px,calc(100% - 36px))!important;
  margin:0 auto 18px!important;
  display:flex!important;
  gap:12px!important;
  align-items:center!important;
  color:rgba(255,255,255,.7)!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  border-radius:0!important;
  backdrop-filter:none!important;
}
.service-stage{
  width:min(1480px,calc(100% - 36px))!important;
  margin:0 auto!important;
  padding:4px 0 clamp(30px,4vw,58px)!important;
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:minmax(min(920px,78vw),1fr)!important;
  gap:clamp(18px,2.2vw,34px)!important;
  overflow-x:auto!important;
  overscroll-behavior-x:contain!important;
  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
}
.service-stage::-webkit-scrollbar{display:none!important}
.service-panel{min-height:clamp(500px,56vh,680px)!important;border:0!important;border-radius:0!important;clip-path:polygon(0 0,100% 0,100% calc(100% - 54px),calc(100% - 54px) 100%,0 100%)!important;box-shadow:0 40px 110px rgba(0,0,0,.34)!important;scroll-snap-align:center!important}
.service-panel div{padding:clamp(28px,5vw,70px)!important;padding-left:clamp(30px,6vw,92px)!important;max-width:760px!important}
.service-panel h3{font-size:clamp(42px,5.6vw,88px)!important;line-height:.9!important;max-width:900px!important}
.service-panel p{max-width:620px!important;font-size:clamp(16px,1.3vw,21px)!important}
.service-controls{top:calc(50% + 70px)!important;right:0!important;left:0!important;transform:translateY(-50%)!important;display:flex!important;justify-content:space-between!important;padding:0 clamp(12px,3vw,44px)!important;pointer-events:none!important;z-index:6!important}
.service-controls button{pointer-events:auto!important}
.service-highlighter{width:min(1480px,calc(100% - 36px))!important;margin:14px auto clamp(30px,4vw,58px)!important}
.services-showcase.reveal .service-tabs,.services-showcase.reveal .service-tab-panel{opacity:0;transform:translateY(38px);filter:blur(8px);transition:opacity .78s cubic-bezier(.16,1,.3,1),transform .78s cubic-bezier(.16,1,.3,1),filter .78s cubic-bezier(.16,1,.3,1)}
.services-showcase.reveal.is-visible .service-tabs,.services-showcase.reveal.is-visible .service-tab-panel{opacity:1;transform:none;filter:none}
@media(max-width:900px){
  .services-showcase{padding-top:64px!important;padding-bottom:62px!important}
  .services-showcase .section-head{grid-template-columns:1fr!important}
  .service-stage{grid-auto-columns:86vw!important;width:calc(100% - 36px)!important}
  .service-controls{display:none!important}
}
@media(max-width:560px){
  .services-showcase .section-head h2{font-size:40px!important}
  .service-stage{grid-auto-columns:88vw!important;width:calc(100% - 28px)!important}
  .service-panel{min-height:64vh!important;clip-path:polygon(0 0,100% 0,100% calc(100% - 34px),calc(100% - 34px) 100%,0 100%)!important}
  .service-panel div{padding:26px!important}.service-panel h3{font-size:44px!important}
}/* Light service area and neutral highlighter idle state 2026-07-21 */
.services-showcase{
  color:var(--ink)!important;
  background:linear-gradient(180deg,#fff 0%,#f7f8f9 68%,#fff 100%)!important;
}
.services-showcase::before{
  background:radial-gradient(circle at 82% 10%,rgba(216,24,32,.10),transparent 26%),repeating-linear-gradient(28deg,rgba(8,9,11,.04) 0 1px,transparent 1px 92px)!important;
}
.services-showcase .eyebrow.dark,
.services-showcase .section-head h2{color:var(--ink)!important}
.services-showcase .section-head>p{color:rgba(8,9,11,.64)!important}
.service-tabs{
  background:rgba(8,9,11,.055)!important;
  border-color:rgba(8,9,11,.12)!important;
}
.service-tabs button{color:rgba(8,9,11,.66)!important}
.service-tabs button:hover{color:var(--ink)!important}
.service-tabs button.is-active{color:#fff!important}
.service-meta{color:rgba(8,9,11,.62)!important}
.service-count{color:var(--ink)!important}
.service-highlighter:not(:hover):not(:focus-within) .service-slice{
  flex:1 1 0!important;
  opacity:1!important;
}
.service-highlighter:not(:hover):not(:focus-within) .service-slice::before{
  filter:grayscale(.35) brightness(.48) contrast(1.08)!important;
  transform:skewX(13deg) scale(1.08)!important;
}
.service-highlighter:not(:hover):not(:focus-within) .service-slice::after{opacity:.78!important}
.service-highlighter:not(:hover):not(:focus-within) .service-slice span{
  top:42%!important;
  background:rgba(0,0,0,.76)!important;
}
.service-highlighter:not(:hover):not(:focus-within) .service-slice strong,
.service-highlighter:not(:hover):not(:focus-within) .service-slice p{
  opacity:0!important;
}
/* Full-width service slider and highlighter 2026-07-21 */
.services-showcase .service-tab-panel{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
.services-showcase .service-stage{
  width:100vw!important;
  max-width:none!important;
  margin:0!important;
  padding:clamp(12px,2vw,28px) clamp(22px,5vw,86px) clamp(30px,4vw,58px)!important;
  grid-auto-columns:minmax(calc(100vw - clamp(44px,10vw,172px)),calc(100vw - clamp(44px,10vw,172px)))!important;
}
.services-showcase .service-highlighter{
  width:100vw!important;
  max-width:none!important;
  margin:14px 0 clamp(30px,4vw,58px)!important;
  border-left:0!important;
  border-right:0!important;
  clip-path:none!important;
}
@media(max-width:900px){
  .services-showcase .service-stage{
    width:100vw!important;
    padding-inline:18px!important;
    grid-auto-columns:calc(100vw - 36px)!important;
  }
  .services-showcase .service-highlighter{
    width:calc(100vw - 36px)!important;
    margin-left:18px!important;
    margin-right:18px!important;
    border-left:1px solid rgba(255,255,255,.14)!important;
    border-right:1px solid rgba(255,255,255,.14)!important;
  }
}
@media(max-width:560px){
  .services-showcase .service-stage{
    padding-inline:14px!important;
    grid-auto-columns:calc(100vw - 28px)!important;
  }
  .services-showcase .service-highlighter{
    width:calc(100vw - 28px)!important;
    margin-left:14px!important;
    margin-right:14px!important;
  }
}
