@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root { --ink: #f7f9fc; --white: #ffffff; --navy: #0a1522; --brand: #295f97; --brand-deep: #174775; --brand-pale: #dce9f6; --brand-light: #5d96ce; --muted: #c9d3dc; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--ink); font-family: Manrope, Arial, sans-serif; }
body::before { background-image: linear-gradient(rgba(10, 21, 34, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 21, 34, .055) 1px, transparent 1px); background-size: 52px 52px; content: ''; inset: 0; opacity: .7; pointer-events: none; position: fixed; z-index: 8; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; background: rgba(255,255,255,calc(var(--header-progress, 0) * .94)); color: var(--navy); display: flex; height: 96px; justify-content: space-between; left: 0; padding: 0 5.3vw; position: fixed; right: 0; top: 0; transition: background .2s ease, box-shadow .2s ease; z-index: 3; }
.site-header.is-scrolled { box-shadow: 0 1px 0 rgba(10,21,34,.09); }
.brand { display: flex; opacity: var(--header-progress, 0); pointer-events: none; transform: translateY(calc((1 - var(--header-progress, 0)) * -9px)); transition: opacity .1s linear, transform .1s linear; width: 160px; }
.site-header.is-scrolled .brand { pointer-events: auto; }
.brand img { height: auto; width: 100%; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; margin-right: 0; transform: translateX(calc(var(--header-progress, 0) * -430px)); transition: transform .2s ease; }
.desktop-nav a, .text-link { font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: color .2s; }
.desktop-nav a:hover, .text-link:hover { color: var(--brand); }
.desktop-nav a[href="#contact"], .mobile-menu nav a[href="#contact"] { display: none; }
.header-cta, .header-consultation, .primary-button, .menu-cta { align-items: center; background: var(--brand); box-shadow: 0 10px 28px rgba(4, 19, 35, .2); color: #fff; display: flex; font-size: 12px; font-weight: 800; gap: 13px; justify-content: center; letter-spacing: .03em; padding: 15px 19px; text-transform: uppercase; transition: background .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease; }
.header-cta:hover, .header-consultation:hover, .primary-button:hover, .menu-cta:hover { background: var(--brand-deep); box-shadow: 0 15px 30px rgba(23, 71, 117, .28); transform: translateY(-2px); }
.header-cta span, .primary-button span, .menu-cta span { font-size: 19px; line-height: 10px; }
.header-cta { background: var(--navy); border-radius: 999px; gap: 9px; padding: 14px 18px; }
.header-consultation { border-radius: 999px; right: calc(5.3vw + 167px); white-space: nowrap; }
.header-cta { right: 5.3vw; }
.header-cta, .header-consultation { opacity: var(--header-progress, 0); pointer-events: none; position: absolute; transform: translateY(calc((1 - var(--header-progress, 0)) * -9px)); }
.site-header.is-scrolled .header-cta, .site-header.is-scrolled .header-consultation { pointer-events: auto; }
.header-cta:hover { background: var(--brand-deep); }
.header-cta > span { font-size: 12px; line-height: normal; }
.phone-icon { fill: none; height: 15px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 15px; }
.menu-button { background: transparent; border: 0; cursor: pointer; display: none; height: 46px; padding: 10px 0 10px 18px; width: 50px; }
.menu-button span { background: var(--navy); display: block; height: 2px; margin: 6px 0; width: 29px; }
.hero { background: #e5edf5; color: var(--navy); height: 100svh; min-height: 650px; overflow: hidden; position: relative; }
.hero-orbit { border: 1px solid rgba(41, 95, 151, .25); border-radius: 50%; height: min(64vw, 940px); position: absolute; right: -23vw; top: -28vw; width: min(64vw, 940px); }
.hero-orbit::before { border: 1px solid rgba(41, 95, 151, .18); border-radius: 50%; content: ''; inset: 9%; position: absolute; }
.hero-content { align-items: center; display: flex; flex-direction: column; left: 5.3vw; position: absolute; right: 5.3vw; top: 50%; transform: translateY(-39%); z-index: 1; }
.hero-logo-frame { max-width: 960px; overflow: hidden; width: min(84vw, 960px); }
.hero-logo { display: block; margin: -15% 0 -18%; opacity: calc(1 - var(--hero-progress, 0)); transform: scale(calc(1 - var(--hero-progress, 0) * .12)) translateY(calc(var(--hero-progress, 0) * -32px)); transition: opacity .1s linear, transform .1s linear; width: 100%; }
.primary-button { border: 0; cursor: pointer; font-family: inherit; margin-top: 28px; }
.hero-content .primary-button { animation: button-breathe 3.4s ease-in-out infinite; background: var(--brand); border-radius: 999px; gap: 13px; overflow: hidden; padding: 18px 28px 19px; position: relative; }
.hero-phone { align-items: center; background: var(--navy); border-radius: 999px; box-shadow: 0 10px 24px rgba(4,19,35,.16); color: #fff; display: inline-flex; font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 500; letter-spacing: .08em; margin-top: 18px; padding: 14px 18px; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.hero-phone:hover { background: var(--brand-deep); transform: translateY(-2px); }
.hero-phone span { font-size: 16px; margin-left: 5px; }
.hero-content .primary-button::before { background: linear-gradient(110deg, transparent 28%, rgba(255,255,255,.24) 48%, transparent 68%); content: ''; inset: 0; position: absolute; transform: translateX(-115%); transition: transform .55s ease; }
.hero-content .primary-button:hover { background: var(--brand-deep); transform: translateY(-3px) scale(1.015); }
.hero-content .primary-button:hover { animation-play-state: paused; }
.hero-content .primary-button:hover::before { transform: translateX(115%); }
.hero-content .primary-button strong, .hero-content .primary-button span { position: relative; z-index: 1; }
.primary-button:hover { background: var(--brand); }
.primary-button strong { font-size: 14px; letter-spacing: .02em; }
.primary-button .call-arrow { font-size: 21px; margin-left: 3px; }
@keyframes button-breathe { 50% { box-shadow: 0 15px 34px rgba(41, 95, 151, .38); } }
.hero-mechanics { align-items: center; bottom: 30px; color: #4d6171; display: flex; font-family: 'DM Mono', monospace; font-size: 9px; gap: 15px; left: 5.3vw; letter-spacing: .1em; position: absolute; right: 5.3vw; text-transform: uppercase; z-index: 1; }
.hero-mechanics i { background: rgba(10,21,34,.35); height: 1px; max-width: 110px; width: 12vw; }
.hero-mechanics span:last-child { margin-left: auto; }
.service-section, .about-section { background: var(--white); color: var(--navy); display: flex; flex-direction: column; justify-content: space-between; min-height: max(720px, 100svh); padding: 128px 5.3vw 64px; position: relative; scroll-margin-top: 96px; }
.service-section:nth-of-type(even) { background: #f3f7fa; }
.services-overview { gap: 72px; justify-content: flex-start; }
.service-section:not(.services-overview) { gap: 48px; isolation: isolate; justify-content: flex-start; overflow: hidden; }
.service-section:not(.services-overview)::before { background: var(--section-art); content: ''; inset: 0; position: absolute; z-index: 0; }
.service-section:not(.services-overview)::after { background: var(--section-overlay, linear-gradient(110deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.86) 55%, rgba(255,255,255,.14) 100%)); content: ''; inset: 0; position: absolute; z-index: 0; }
.service-section:not(.services-overview) > * { position: relative; z-index: 1; }
.service-section--camera { --section-art: radial-gradient(circle at 79% 50%, transparent 0 7%, rgba(41,95,151,.56) 7.15% 7.4%, transparent 7.55% 13%, rgba(41,95,151,.32) 13.15% 13.35%, transparent 13.5% 20%, rgba(41,95,151,.16) 20.15% 20.35%, transparent 20.5%), radial-gradient(circle at 79% 50%, #295f97 0 3%, rgba(93,150,206,.55) 3.2% 3.8%, #eaf2f8 4% 100%); --section-overlay: linear-gradient(90deg, rgba(245,249,252,.99) 0%, rgba(245,249,252,.95) 46%, rgba(245,249,252,.35) 73%, rgba(245,249,252,.04) 100%); background: #f5f9fc; }
.service-section--access { --section-art: linear-gradient(90deg, transparent 0 65%, rgba(41,95,151,.16) 65.15% 65.35%, transparent 65.5% 74%, rgba(41,95,151,.3) 74.15% 74.45%, transparent 74.6%), repeating-linear-gradient(0deg, transparent 0 40px, rgba(41,95,151,.1) 40px 41px), linear-gradient(135deg, #eef4f9 0%, #d7e5f1 100%); --section-overlay: linear-gradient(90deg, rgba(238,244,249,.99) 0%, rgba(238,244,249,.94) 49%, rgba(238,244,249,.32) 73%, rgba(238,244,249,.04) 100%); background: #eef4f9; }
.service-section--network { --section-art: repeating-linear-gradient(118deg, transparent 0 23px, rgba(41,95,151,.22) 23px 25px, transparent 25px 49px), repeating-linear-gradient(128deg, transparent 0 43px, rgba(93,150,206,.29) 43px 45px, transparent 45px 89px), linear-gradient(135deg, #edf5fa 0%, #d4e5f1 100%); --section-overlay: linear-gradient(90deg, rgba(237,245,250,.99) 0%, rgba(237,245,250,.95) 46%, rgba(237,245,250,.36) 73%, rgba(237,245,250,.04) 100%); background: #edf5fa; }
.service-section--voice { --section-art: repeating-radial-gradient(ellipse at 80% 50%, transparent 0 5.4%, rgba(41,95,151,.32) 5.55% 5.75%, transparent 5.9% 11.2%), linear-gradient(135deg, #e8f0f6 0%, #cddfec 100%); --section-overlay: linear-gradient(90deg, rgba(232,240,246,.99) 0%, rgba(232,240,246,.94) 48%, rgba(232,240,246,.35) 72%, rgba(232,240,246,.04) 100%); background: #e8f0f6; }
.services-intro { align-items: end; display: grid; gap: 32px; grid-template-columns: minmax(0, 1.5fr) minmax(230px, .5fr); }
.services-intro h2 { margin: 0; }
.services-intro p { color: #526678; font-size: 15px; line-height: 1.65; margin: 0; max-width: 370px; }
.service-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card { border: 1px solid rgba(10,21,34,.13); border-radius: 18px; display: grid; gap: 20px; isolation: isolate; min-height: 255px; overflow: hidden; padding: 28px; position: relative; transition: background .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease; }
.service-card::before { background: var(--card-image) var(--card-position, center) / cover no-repeat; content: ''; inset: 0; opacity: var(--image-opacity, .4); position: absolute; transform: scale(1.001); transition: filter .35s ease, opacity .35s ease, transform .55s ease; z-index: -2; }
.service-card::after { background: var(--card-overlay, linear-gradient(105deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.78) 48%, rgba(255,255,255,.08) 100%)); content: ''; inset: 0; pointer-events: none; position: absolute; z-index: -1; }
.service-card > span { color: #274f73; font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: .1em; }
.service-card h3 { align-self: end; color: var(--navy); font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: clamp(25px, 2.4vw, 38px); font-weight: 600; letter-spacing: -.055em; line-height: .96; margin: 0; max-width: 390px; }
.service-card p { color: #32495d; font-size: 13px; line-height: 1.55; margin: 0; max-width: 360px; }
.service-card b { bottom: 23px; font-size: 22px; font-weight: 400; position: absolute; right: 26px; transition: transform .25s ease; }
.service-card:hover { box-shadow: 0 18px 35px rgba(10,21,34,.16); transform: translateY(-4px); }
.service-card:hover::before { filter: saturate(1.08); opacity: .82; transform: scale(1.045); }
.service-card:hover::after { background: linear-gradient(110deg, rgba(10,21,34,.82) 0%, rgba(10,21,34,.48) 58%, rgba(10,21,34,.12) 100%); }
.service-card:hover, .service-card:hover h3, .service-card:hover p, .service-card:hover > span { color: var(--white); }
.service-card:hover b { transform: translate(3px, 3px); }
.service-card:focus-visible { outline: 3px solid var(--brand); outline-offset: -3px; }
.service-card--camera { --card-image: url('/labass-camera-ceiling-install.webp'); --card-position: 73% center; --image-opacity: .53; --card-overlay: linear-gradient(100deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 44%, rgba(255,255,255,.18) 100%); }
.service-card--camera::before { clip-path: polygon(24% 0, 100% 0, 100% 100%, 5% 100%); }
.service-card--access { --card-image: url('/work-van.webp'); --card-position: 67% center; --image-opacity: .62; --card-overlay: linear-gradient(135deg, rgba(229,237,245,.99) 0%, rgba(229,237,245,.9) 52%, rgba(229,237,245,.08) 100%); }
.service-card--access::before { clip-path: polygon(48% 0, 100% 0, 100% 100%, 29% 100%); filter: grayscale(.35) contrast(1.05); }
.service-card--network { --card-image: url('/labass-fiber-fusion-splice.webp'); --card-position: 48% center; --image-opacity: .9; --card-overlay: linear-gradient(115deg, rgba(6,16,27,.94) 0%, rgba(6,16,27,.7) 48%, rgba(6,16,27,.2) 100%); background: var(--navy); color: var(--white); }
.service-card--network > span, .service-card--network p { color: #d4e2ef; }
.service-card--network h3 { color: var(--white); }
.service-card--network::before { filter: saturate(.75) contrast(1.08); }
.service-card--voice { --card-image: url('/labass-network-rack-office.webp'); --card-position: 90% center; --image-opacity: .72; --card-overlay: linear-gradient(105deg, rgba(220,233,246,.98) 0%, rgba(220,233,246,.88) 47%, rgba(220,233,246,.11) 100%); }
.service-card--voice::before { clip-path: polygon(43% 0, 100% 0, 100% 100%, 18% 100%); filter: contrast(1.1) saturate(.75); }
.about-section { background: #e5edf5; }
.testimonials-section { background: #e5edf5; color: var(--navy); min-height: 70svh; padding: 128px 0 84px; position: relative; }
.testimonials-intro { padding: 0 5.3vw; }
.testimonials-section h2 { font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: clamp(43px, 5.7vw, 86px); font-weight: 600; letter-spacing: -.065em; line-height: .91; margin: 12vh 0 0; max-width: 790px; }
.testimonial-reel { background: #071522; border-bottom: 1px solid rgba(93,150,206,.72); border-top: 1px solid rgba(93,150,206,.72); box-shadow: inset 0 1px rgba(255,255,255,.06), inset 0 -1px rgba(255,255,255,.04); margin-top: clamp(36px, 5vw, 64px); overflow: hidden; padding: 22px 0; width: 100%; }
.testimonial-track { animation: logo-reel 30s linear infinite; display: flex; width: max-content; }
.testimonial-reel:hover .testimonial-track { animation-play-state: paused; }
.testimonial-reel-item { align-items: center; border-right: 1px solid rgba(147,190,229,.24); display: flex; flex: 0 0 clamp(330px, 33.333vw, 510px); justify-content: center; padding: 0 clamp(30px, 4vw, 68px); }
.testimonial-reel-item img { display: block; height: 116px; max-width: 100%; object-fit: contain; opacity: .94; width: 100%; }
.testimonial-reel-item--battle-creek img { filter: brightness(0) invert(1); }
@keyframes logo-reel { to { transform: translateX(-50%); } }
.section-label { align-items: center; color: #526678; display: flex; font-family: 'DM Mono', monospace; font-size: 10px; gap: 15px; letter-spacing: .12em; text-transform: uppercase; }
.section-label i { background: currentColor; height: 1px; max-width: 150px; opacity: .45; width: 12vw; }
.service-section h2, .about-section h2 { font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: clamp(48px, 7.2vw, 116px); font-weight: 600; letter-spacing: -.065em; line-height: .9; margin: 0; max-width: 900px; }
.service-section-content { display: block; }
.service-copy { margin-left: clamp(0px, 12vw, 185px); margin-top: clamp(42px, 7vw, 105px); max-width: 800px; position: relative; }
.service-copy::before { background: var(--brand); content: ''; height: 2px; left: clamp(-96px, -7vw, -52px); position: absolute; top: 21px; width: clamp(38px, 5vw, 76px); }
.service-copy > p { color: #172e43; font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: clamp(25px, 2.7vw, 41px); font-weight: 500; letter-spacing: -.045em; line-height: 1.12; margin: 0; max-width: 770px; }
.service-copy .service-detail { color: #395168; font-family: Manrope, Arial, sans-serif; font-size: 16px; font-weight: 500; letter-spacing: 0; line-height: 1.7; margin-left: clamp(0px, 14vw, 220px); margin-top: 27px; max-width: 485px; }
.capability-heading { color: var(--brand-deep) !important; font-family: 'DM Mono', monospace; font-size: 11px !important; font-weight: 500 !important; letter-spacing: .11em; margin-left: clamp(0px, 14vw, 220px) !important; margin-top: 35px !important; text-transform: uppercase; }
.capability-list { border-top: 1px solid rgba(10,21,34,.18); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 11px 0 30px clamp(0px, 14vw, 220px); max-width: 590px; padding: 0; }
.capability-list li { border-bottom: 1px solid rgba(10,21,34,.18); color: #203a52; font-family: Manrope, Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0; padding: 15px 16px 15px 0; text-transform: none; }
.capability-list li:nth-child(odd) { border-right: 1px solid rgba(10,21,34,.18); padding-right: 18px; }
.capability-list li:nth-child(even) { padding-left: 18px; }
.capability-list li::before { color: var(--brand); content: '—'; margin-right: 9px; }
.section-link { align-items: center; color: var(--brand-deep); display: inline-flex; font-size: 12px; font-weight: 800; gap: 9px; letter-spacing: .03em; text-transform: uppercase; transition: color .2s ease, transform .2s ease; }
.service-copy .section-link { margin-left: clamp(0px, 14vw, 220px); }
.section-link:hover { color: var(--brand); transform: translateX(3px); }
.section-link span { font-size: 18px; line-height: 10px; }
.has-reveal .reveal-on-scroll h2, .has-reveal .reveal-on-scroll .service-copy { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1); }
.has-reveal .reveal-on-scroll .service-copy { transition-delay: .14s; }
.has-reveal .reveal-on-scroll.is-visible h2, .has-reveal .reveal-on-scroll.is-visible .service-copy { opacity: 1; transform: translateY(0); }
.about-section h2 { color: var(--brand-deep); }
.site-footer { background: #050b12; color: var(--ink); padding: 84px 5.3vw 26px; position: relative; }
.site-footer::before { background: linear-gradient(90deg, rgba(93,150,206,.35), transparent 60%); content: ''; height: 1px; left: 5.3vw; position: absolute; right: 5.3vw; top: 0; }
.footer-content { display: grid; gap: 50px; grid-template-columns: minmax(260px, 1.7fr) minmax(120px, .6fr) minmax(210px, .8fr); }
.footer-brand img { content: url('/logo-cropped.webp'); display: block; max-width: 100%; width: 164px; }
.footer-brand p, .footer-heading, .footer-bottom { color: #9caebb; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-brand p { margin: 24px 0 0; }
.footer-heading { color: var(--brand-light); margin: 0 0 19px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 11px; }
.footer-links a, .footer-contact a { font-size: 14px; font-weight: 600; transition: color .2s ease; width: fit-content; }
.footer-links a:hover, .footer-contact a:hover { color: var(--brand-light); }
.footer-contact a span { font-size: 17px; margin-left: 4px; }
.footer-bottom { border-top: 1px solid rgba(220,233,246,.13); display: flex; justify-content: space-between; margin-top: 76px; padding-top: 22px; }
.consultation-page { background: #e5edf5; color: var(--navy); }
.consultation-main { min-height: 100svh; padding: 168px 5.3vw 110px; }
.consultation-layout { display: grid; gap: clamp(48px, 8vw, 120px); grid-template-columns: minmax(0, .9fr) minmax(360px, .75fr); margin: 0 auto; max-width: 1180px; }
.consultation-copy { padding-top: 18px; }
.consultation-copy .section-label { margin-bottom: 34px; }
.consultation-copy h1 { font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: clamp(48px, 6vw, 88px); font-weight: 600; letter-spacing: -.065em; line-height: .9; margin: 0; max-width: 660px; }
.consultation-copy > p { color: #395168; font-size: 17px; line-height: 1.7; margin: 30px 0 0; max-width: 480px; }
.consultation-direct { border-top: 1px solid rgba(10,21,34,.18); display: grid; gap: 13px; margin-top: 54px; max-width: 410px; padding-top: 21px; }
.consultation-direct span { color: #526678; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.consultation-direct a { color: var(--brand-deep); font-size: 18px; font-weight: 800; width: fit-content; }
.consultation-form { background: #fff; border: 1px solid rgba(10,21,34,.12); box-shadow: 0 22px 50px rgba(10,21,34,.12); padding: clamp(26px, 4vw, 46px); }
.consultation-form h2 { font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: clamp(28px, 3vw, 39px); letter-spacing: -.05em; line-height: 1; margin: 0; }
.consultation-form > p { color: #526678; font-size: 14px; line-height: 1.6; margin: 13px 0 29px; }
.form-grid { display: grid; gap: 17px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: #32495d; font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { background: #fff; border: 1px solid rgba(10,21,34,.2); border-radius: 0; color: var(--navy); font: inherit; font-size: 15px; min-height: 48px; padding: 12px 13px; width: 100%; }
.form-field textarea { min-height: 122px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--brand); outline: 3px solid rgba(41,95,151,.16); }
.consultation-form button { border: 0; border-radius: 999px; cursor: pointer; font-family: inherit; margin-top: 24px; }
.consultation-form button:disabled { cursor: wait; opacity: .72; }
.form-note { color: #647789; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .06em; line-height: 1.5; margin: 17px 0 0; text-transform: uppercase; }
.form-status { color: #9b2c2c; font-size: 14px; font-weight: 700; line-height: 1.5; margin: 14px 0 0; }
.form-status.is-success { color: #246746; }
.service-page { background: #edf4f9; color: var(--navy); }
.service-page .site-header { background: rgba(7, 21, 34, calc(.32 + var(--header-progress, 0) * .62)); color: var(--white); }
.service-page .site-header.is-scrolled { box-shadow: 0 1px 0 rgba(220,233,246,.13); }
.service-page .menu-button span { background: var(--white); }
.service-page-hero { align-items: end; background: #071522; color: var(--white); display: flex; height: min(820px, 100svh); min-height: 620px; overflow: hidden; padding: 150px 5.3vw 72px; position: relative; }
.service-page-hero::before { background: var(--service-hero-image) center / cover no-repeat; content: ''; inset: 0; position: absolute; }
.service-page-hero::after { background: linear-gradient(90deg, rgba(5,14,24,.92) 0%, rgba(5,14,24,.72) 42%, rgba(5,14,24,.12) 100%), linear-gradient(0deg, rgba(5,14,24,.55), transparent 48%); content: ''; inset: 0; position: absolute; }
.service-page-hero-content { max-width: 820px; position: relative; z-index: 1; }
.service-page-eyebrow { color: #a9cce9; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .12em; margin: 0 0 23px; text-transform: uppercase; }
.service-page-hero h1 { font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: clamp(52px, 7vw, 108px); font-weight: 600; letter-spacing: -.07em; line-height: .88; margin: 0; max-width: 900px; }
.service-page-hero p { color: #dce9f6; font-size: 17px; line-height: 1.6; margin: 28px 0 0; max-width: 560px; }
.service-page-hero .primary-button { border-radius: 999px; display: inline-flex; margin-top: 33px; padding: 17px 25px; width: fit-content; }
.service-page-content { background: #f6f9fc; padding: 128px 5.3vw; position: relative; }
.service-page-content-inner { margin: 0; max-width: 1060px; }
.service-page-lead { color: #172e43; font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: clamp(31px, 4vw, 56px); font-weight: 500; letter-spacing: -.05em; line-height: 1.06; margin: 0; max-width: 970px; }
.service-page-detail { color: #395168; font-size: 17px; line-height: 1.7; margin: 42px 0 0; max-width: 560px; }
.service-page-offerings { border-top: 1px solid rgba(10,21,34,.17); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 60px 0 0; max-width: 700px; }
.service-page-offerings p { border-bottom: 1px solid rgba(10,21,34,.17); color: #203a52; font-size: 15px; font-weight: 700; margin: 0; padding: 19px 18px 19px 0; }
.service-page-offerings p:nth-child(odd) { border-right: 1px solid rgba(10,21,34,.17); }
.service-page-offerings p:nth-child(even) { padding-left: 18px; }
.service-page-cta { margin: 48px 0 0; max-width: 700px; }
.service-page-faq { background: #e6eef5; padding: 110px 5.3vw 128px; }
.service-page-faq-inner { margin: 0; max-width: 1060px; }
.service-page-faq h2 { font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: clamp(40px, 5vw, 72px); font-weight: 600; letter-spacing: -.06em; line-height: .92; margin: 0 0 50px; }
.faq-list { border-top: 1px solid rgba(10,21,34,.18); margin-left: 0; max-width: 760px; }
.faq-list details { border-bottom: 1px solid rgba(10,21,34,.18); padding: 21px 0; }
.faq-list summary { color: #172e43; cursor: pointer; font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: 19px; font-weight: 600; list-style: none; padding-right: 34px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--brand); content: '+'; font-size: 27px; font-weight: 400; position: absolute; right: 1px; top: -6px; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { color: #395168; font-size: 16px; line-height: 1.7; margin: 17px 34px 3px 0; max-width: 650px; }
.sr-only { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.menu-overlay { background: rgba(0, 0, 0, .53); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .28s ease; z-index: 9; }
.mobile-menu { background: var(--brand-pale); bottom: 0; color: var(--navy); display: flex; flex-direction: column; padding: 27px 30px 35px; position: fixed; right: 0; top: 0; transform: translateX(103%); transition: transform .38s cubic-bezier(.77, 0, .18, 1); width: min(88vw, 410px); z-index: 10; }
.menu-topline { align-items: center; border-bottom: 1px solid #b8bdb7; display: flex; font-family: 'DM Mono', monospace; font-size: 10px; justify-content: space-between; letter-spacing: .11em; padding-bottom: 19px; text-transform: uppercase; }
.close-button { background: none; border: 0; color: var(--navy); cursor: pointer; font-size: 32px; font-weight: 300; line-height: 18px; padding: 0; }
.mobile-menu nav { margin-top: 44px; }
.mobile-menu nav a { border-bottom: 1px solid #c9cec7; display: flex; font-family: 'Space Grotesk', Manrope, Arial, sans-serif; font-size: 35px; font-weight: 600; justify-content: space-between; letter-spacing: -.06em; padding: 18px 0; }
.mobile-menu nav span { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .05em; padding-top: 13px; }
.menu-cta { margin-top: auto; }
.mobile-menu > p { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .09em; margin: 22px 0 0; text-transform: uppercase; }
body.menu-open { overflow: hidden; }
body.menu-open .mobile-menu { transform: translateX(0); }
body.menu-open .menu-overlay { opacity: 1; pointer-events: auto; }

@media (max-width: 740px) {
  .site-header { height: 77px; padding: 0 24px; }
  .brand { width: 130px; }
  .desktop-nav, .header-cta, .header-consultation { display: none; }
  .menu-button { display: block; }
  .hero { height: 100svh; min-height: 650px; }
  body::before { background-size: 34px 34px; }
  .hero-orbit { height: 135vw; right: -54vw; top: -44vw; width: 135vw; }
  .hero-content { left: 24px; right: 24px; top: 46%; transform: translateY(-39%); }
  .hero-logo-frame { width: min(100%, 560px); }
  .hero-content .primary-button { margin-top: 21px; }
  .hero-phone { margin-top: 15px; }
  .hero-mechanics { bottom: 20px; font-size: 7px; left: 24px; right: 24px; }
  .hero-mechanics i { width: 16px; }
  .service-section, .about-section { min-height: max(600px, 85svh); padding: 100px 24px 42px; scroll-margin-top: 77px; }
  .services-overview { gap: 48px; }
  .services-intro { align-items: start; grid-template-columns: 1fr; }
  .service-grid { gap: 16px; grid-template-columns: 1fr; }
  .service-card { min-height: 225px; padding: 24px; }
  .service-section-content { display: block; }
  .service-copy { margin-left: 0; margin-top: 45px; max-width: 620px; }
  .service-copy::before { left: 0; top: -18px; width: 44px; }
  .service-copy > p { font-size: clamp(26px, 7.5vw, 35px); }
  .service-copy .service-detail, .capability-heading, .service-copy .section-link { margin-left: 0 !important; }
  .service-copy .service-detail { font-size: 15px; margin-top: 22px; }
  .capability-list { grid-template-columns: 1fr; margin-left: 0; }
  .capability-list li:nth-child(odd) { border-right: 0; padding-right: 0; }
  .capability-list li:nth-child(even) { padding-left: 0; }
  .section-label i { width: 40px; }
  .service-section h2, .about-section h2 { font-size: clamp(45px, 13vw, 76px); }
  .site-footer { padding: 60px 24px 22px; }
  .site-footer::before { left: 24px; right: 24px; }
  .footer-content { gap: 42px; grid-template-columns: 1fr; }
  .footer-brand img { max-width: 290px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 55px; }
  .service-page-hero { height: 88svh; min-height: 580px; padding: 130px 24px 52px; }
  .service-page-hero h1 { font-size: clamp(48px, 13vw, 76px); }
  .service-page-hero p { font-size: 16px; }
  .service-page-content { padding: 86px 24px; }
  .service-page-lead { font-size: clamp(31px, 9vw, 45px); }
  .service-page-detail { font-size: 16px; margin-left: 0; }
  .service-page-offerings { grid-template-columns: 1fr; margin-left: 0; }
  .service-page-offerings p:nth-child(odd) { border-right: 0; }
  .service-page-offerings p:nth-child(even) { padding-left: 0; }
  .service-page-cta { margin-left: 0; }
  .testimonials-section { min-height: auto; padding: 90px 0 70px; }
  .testimonials-intro { padding: 0 24px; }
  .testimonials-section h2 { margin-top: 60px; }
  .testimonial-reel { margin-top: 34px; padding: 18px 0; }
  .testimonial-reel-item { flex-basis: min(78vw, 390px); padding: 0 38px; }
  .testimonial-reel-item img { height: 92px; }
  .service-page-faq { padding: 80px 24px; }
  .service-page-faq h2 { margin-bottom: 35px; }
  .faq-list p { font-size: 15px; }
  .consultation-main { padding: 124px 24px 80px; }
  .consultation-layout { grid-template-columns: 1fr; }
  .consultation-copy { padding-top: 0; }
  .consultation-direct { margin-top: 38px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content .primary-button { animation: none; }
  .testimonial-track { animation: none; }
  .has-reveal .reveal-on-scroll h2, .has-reveal .reveal-on-scroll .service-copy { opacity: 1; transform: none; transition: none; }
}
