:root {
  --bg: #050b18;
  --panel: #0a1428;
  --panel-2: #0e1d38;
  --text: #f7fbff;
  --muted: #a8b7cb;
  --line: rgba(105,184,255,.17);
  --accent: #168bff;
  --accent-2: #5cc8ff;
  --max: 1180px;
  --header: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: clamp(82px, 9vw, 140px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--text); color: var(--bg); border-radius: 6px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header); display: flex; align-items: center; justify-content: space-between; padding: 0 max(20px, calc((100vw - var(--max))/2)); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(5,11,24,.9); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: auto; height: 64px; object-fit: contain; filter: drop-shadow(0 8px 22px rgba(16,118,255,.25)); }
.brand-footer .brand-logo { height: 96px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .92rem; font-weight: 600; }
.main-nav a:not(.nav-cta) { color: #ddd; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--accent); }
.nav-cta { padding: 10px 18px; border: 1px solid var(--accent); color: var(--text); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 850px; height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0 0 0 auto; width: 58%; height: 100%; object-fit: cover; object-position: center 36%; }
.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #050b18 0%, rgba(5,11,24,.97) 38%, rgba(5,11,24,.42) 66%, rgba(5,11,24,.14) 100%), linear-gradient(0deg, rgba(5,11,24,.94) 0%, transparent 44%); }
.hero-content { position: relative; z-index: 2; padding-top: 60px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--accent); font-size: .78rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 42px; height: 2px; background: var(--accent); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: -.015em; }
h1 { margin-bottom: 28px; max-width: 780px; font-size: clamp(4.25rem, 9vw, 8.6rem); line-height: .92; }
h1 em { color: transparent; -webkit-text-stroke: 2px var(--accent); font-style: normal; }
.hero-copy { max-width: 630px; margin: 0 0 38px; color: #d2deed; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 24px; border: 0; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #031025; box-shadow: 0 12px 30px rgba(22,139,255,.28); }
.button-primary:hover { background: var(--accent-2); }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.hero-facts { position: absolute; z-index: 2; inset: auto 0 34px; display: flex; gap: 0; }
.hero-facts > div { display: flex; flex-direction: column; min-width: 210px; padding: 5px 35px; border-left: 1px solid var(--line); }
.hero-facts > div:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color: var(--text); font-size: 1.6rem; text-transform: uppercase; }
.hero-facts span { color: var(--muted); font-size: .8rem; }

h2 { margin-bottom: 25px; font-size: clamp(2.5rem, 5vw, 5rem); }
.intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: start; }
.intro h2 { margin: 0; }
.intro-copy { padding-top: 38px; color: var(--muted); font-size: 1.08rem; }
.intro-copy p:first-child { color: var(--text); }

.services { background: #edf5ff; color: #08152b; }
.services .section-kicker, .references .section-kicker { color: #126ee6; }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 8vw; align-items: end; margin-bottom: 55px; }
.section-heading h2 { margin: 0; }
.section-heading > p { margin: 0 0 8px; color: #526783; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 500px; padding: 34px 32px; border: 1px solid #c7d8ed; background: rgba(255,255,255,.5); }
.service-card-featured { background: #07142a; color: var(--text); border-color: #168bff; box-shadow: 0 25px 60px rgba(13,75,145,.2); transform: translateY(-14px); }
.service-number { position: absolute; right: 28px; top: 25px; color: #7086a2; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: .85rem; }
.service-icon { display: grid; place-items: center; width: 55px; height: 55px; margin: 35px 0 65px; border: 1px solid currentColor; border-radius: 50%; color: var(--accent); font-size: 1.45rem; }
.service-card h3 { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 2rem; text-transform: uppercase; }
.service-card p { min-height: 88px; color: #526783; }
.service-card-featured p { color: #a8b7cb; }
.service-card ul { margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid currentColor; list-style: none; font-size: .9rem; }
.service-card li { margin: 8px 0; }
.service-card li::before { content: '—'; margin-right: 10px; color: var(--accent); }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.about-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.about-visual::before { content: ''; position: absolute; inset: 7%; background: radial-gradient(circle, rgba(22,139,255,.24), transparent 63%); filter: blur(15px); }
.vinyl { position: relative; z-index: 2; width: 260px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: repeating-radial-gradient(circle, #09152b 0 5px, #12284b 6px 7px, #050c1a 8px 11px); box-shadow: 0 30px 80px #000; }
.vinyl::after { content: ''; position: absolute; inset: 37%; border-radius: 50%; background: var(--accent); box-shadow: inset 0 0 0 5px rgba(0,0,0,.18); }
.vinyl span, .vinyl small { position: relative; z-index: 1; color: #031025; }
.vinyl span { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 2.8rem; line-height: 1; }
.vinyl small { font-size: .55rem; font-weight: 700; line-height: 1.1; text-transform: uppercase; }
.pulse-ring { position: absolute; border: 1px solid rgba(22,139,255,.34); border-radius: 50%; }
.ring-one { width: 370px; height: 370px; }
.ring-two { width: 490px; height: 490px; }
.about-visual > p { position: absolute; z-index: 3; left: 0; bottom: 25px; margin: 0; padding-left: 18px; border-left: 3px solid var(--accent); color: var(--muted); font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.about-visual > p strong { color: var(--text); }
.about-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.05rem; }
.strengths { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 35px; }
.strengths span { padding: 9px 13px; border: 1px solid var(--line); color: #d7e8ff; font-size: .83rem; }

.process { border-block: 1px solid var(--line); background: #071122; }
.process .section-heading { grid-template-columns: 1fr; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--accent); font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; }
.process-list div { display: grid; grid-template-columns: .45fr 1fr; gap: 8vw; }
.process-list h3 { margin: 0; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 1.7rem; text-transform: uppercase; }
.process-list p { max-width: 590px; margin: 0; color: var(--muted); }

.references { background: #edf5ff; color: #08152b; text-align: center; }
.references h2 { max-width: 900px; margin: 0 auto 55px; }
.logo-wall { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c6d8ed; border-left: 1px solid #c6d8ed; }
.logo-wall span { display: grid; place-items: center; min-height: 115px; padding: 20px; border-right: 1px solid #c6d8ed; border-bottom: 1px solid #c6d8ed; color: #395777; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: .05em; }
.reference-note { margin: 25px 0 0; color: #637995; font-size: .76rem; }

.contact { background: #09152b; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.contact-copy { position: sticky; top: 120px; align-self: start; }
.contact-copy > p:not(.section-kicker) { color: var(--muted); }
.contact-points { margin-top: 42px; }
.contact-points > div { display: flex; gap: 16px; margin: 20px 0; }
.contact-points span { display: grid; flex: 0 0 26px; place-items: center; width: 26px; height: 26px; margin-top: 3px; border-radius: 50%; background: rgba(22,139,255,.15); color: var(--accent); }
.direct-contact { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.direct-contact a { padding: 10px 14px; border: 1px solid var(--accent); color: #d9edff; font-weight: 700; }
.contact-points p { margin: 0; color: var(--muted); font-size: .9rem; }
.contact-points strong { color: var(--text); }
.inquiry-form { padding: clamp(25px, 4vw, 45px); background: #edf5ff; color: #08152b; box-shadow: 0 25px 70px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: block; margin-bottom: 18px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; margin-top: 8px; padding: 13px 0; border: 0; border-bottom: 1px solid #8ca8c8; border-radius: 0; outline: none; background: transparent; color: #08152b; font-size: 1rem; text-transform: none; letter-spacing: normal; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--accent); box-shadow: 0 2px 0 var(--accent); }
.checkbox { display: flex !important; align-items: flex-start; gap: 12px; color: #526783; font-size: .75rem !important; font-weight: 500 !important; text-transform: none !important; letter-spacing: 0 !important; }
.checkbox input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--accent); }
.form-submit { width: 100%; margin-top: 8px; }
.form-hint { margin: 14px 0 0; color: #637995; font-size: .72rem; text-align: center; }
.form-status { min-height: 24px; margin-top: 12px; color: #0d579f; font-size: .85rem; font-weight: 600; text-align: center; }
.inquiry-form .invalid { border-color: #b42525; }

.site-footer { padding: 55px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 65px; align-items: center; }
.footer-grid > div:first-child p { margin: 8px 0 0; color: var(--muted); font-size: .78rem; }
.footer-grid > div:first-child .footer-contact { margin-top: 18px; font-size: .86rem; line-height: 1.8; }
.footer-contact a:hover { color: var(--accent); }
.footer-links, .footer-legal { display: flex; gap: 24px; font-size: .83rem; color: var(--muted); }
.footer-legal { flex-direction: column; gap: 3px; }
.footer-legal button { padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.footer-links a:hover, .footer-legal button:hover { color: var(--accent); }

.legal-modal { width: min(620px, calc(100% - 32px)); padding: 28px; border: 1px solid var(--line); background: #0b1930; color: var(--text); box-shadow: 0 30px 100px rgba(0,0,0,.7); }
.legal-modal::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.modal-head h2 { font-size: 2rem; }
.modal-head button { width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; font-size: 1.5rem; cursor: pointer; }
.legal-modal p { color: var(--muted); }

@media (max-width: 900px) {
  :root { --header: 68px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: var(--header) 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 20px 28px; background: rgba(5,11,24,.98); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 4px; }
  .nav-cta { margin-top: 10px; text-align: center; }
  .hero { min-height: 780px; }
  .hero-image { width: 72%; object-position: center 34%; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,11,24,.98), rgba(5,11,24,.58)), linear-gradient(0deg, rgba(5,11,24,.98), transparent 58%); }
  .hero-facts > div { min-width: auto; padding: 5px 20px; }
  .intro, .section-heading, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .intro-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card-featured { transform: none; }
  .service-icon { margin-bottom: 35px; }
  .service-card p { min-height: 0; }
  .about-visual { min-height: 480px; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 75px 0; }
  h1 { font-size: clamp(3.5rem, 18vw, 5rem); }
  h1 em { -webkit-text-stroke-width: 1.5px; }
  h2 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .hero { min-height: 760px; height: 100svh; }
  .hero-image { width: 100%; object-position: center 30%; opacity: .74; }
  .hero-content { padding-top: 15px; }
  .hero-copy { max-width: 95%; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .text-link { align-self: flex-start; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); bottom: 20px; }
  .hero-facts > div { padding: 0 10px; }
  .hero-facts strong { font-size: 1rem; }
  .hero-facts span { font-size: .63rem; line-height: 1.25; }
  .process-list li { grid-template-columns: 45px 1fr; }
  .process-list div { grid-template-columns: 1fr; gap: 10px; }
  .about-visual { min-height: 400px; }
  .vinyl { width: 210px; }
  .ring-one { width: 285px; height: 285px; }
  .ring-two { width: 360px; height: 360px; }
  .about-visual > p { left: 10px; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
  .logo-wall span { min-height: 90px; font-size: 1rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-legal { grid-column: auto; }
}

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