:root {
  --bg: #080a2a;
  --bg-elevated: #0d1236;
  --bg-soft: #11183d;
  --text: #f5f8ff;
  --muted: #a8b2c3;
  --line: rgba(174, 207, 255, .14);
  --accent: #00aeff;
  --accent-deep: #0088ff;
  --accent-soft: rgba(0,174,255,.12);
  --silver: #636972;

  --shell: 1180px;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--accent); color: #050726; padding: 10px 14px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }
.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; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(8,10,42,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo-mark { width:46px; height:46px; object-fit:contain; filter:drop-shadow(0 8px 16px rgba(0,0,0,.22)); }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand-copy strong { letter-spacing: .2em; font-size: 14px; }
.brand-copy small { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { font-size: 14px; color: var(--muted); transition: color .2s ease; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--text); }
.site-nav a[aria-current='page'] { position: relative; }
.site-nav a[aria-current='page']::after { content:''; position:absolute; left:0; right:0; bottom:-12px; margin:auto; width:5px; height:5px; border-radius:50%; background:var(--accent); }
.nav-toggle { display:none; background:none; color:var(--text); border:0; width:42px; height:42px; }
.nav-toggle > span:not(.sr-only) { display:block; width:22px; height:1px; background:currentColor; margin:6px auto; }
.hero { position: relative; overflow:hidden; min-height: 700px; display: grid; align-items: center; border-bottom: 1px solid var(--line); }
.hero::before { content:''; position:absolute; width:620px; height:620px; right:-180px; top:-120px; border-radius:50%; background:radial-gradient(circle, rgba(0,174,255,.18), transparent 68%); filter: blur(4px); }
.hero-grid-overlay { position:absolute; inset:0; opacity:.18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, black 30%, black 100%); }
.hero-inner { position:relative; padding-block: 92px; }
.hero-layout { display:grid; grid-template-columns:minmax(0,1.32fr) minmax(300px,.68fr); gap:58px; align-items:center; }
.hero-copy { min-width:0; }
.hero-brand { position:relative; display:grid; justify-items:center; align-content:center; min-height:500px; padding:34px 18px 20px; isolation:isolate; }
.hero-brand::before { content:''; position:absolute; inset:10% 7%; border:1px solid rgba(0,174,255,.18); border-radius:50%; z-index:-2; }
.hero-brand-glow { position:absolute; width:82%; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle, rgba(0,174,255,.18), rgba(0,136,255,.06) 45%, transparent 70%); z-index:-1; filter:blur(3px); }
.hero-brand img { display:block; width:min(100%,460px); height:auto; filter:drop-shadow(0 28px 44px rgba(0,0,0,.30)); }
.hero-brand > span { margin-top:-6px; color:#b9c8de; font-size:12px; font-weight:800; letter-spacing:.34em; text-transform:uppercase; }
.eyebrow, .section-kicker { font-size: 12px; line-height:1.2; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); font-weight:700; }
.eyebrow { display:flex; gap:10px; align-items:center; margin-bottom:26px; }
.eyebrow span { width:32px; height:1px; background:var(--accent); }
.section-kicker.accent { color: var(--accent); }
h1,h2,h3 { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; margin:0; line-height:1.07; letter-spacing:-.04em; }
h1 { font-size: clamp(48px, 7vw, 92px); max-width: 1000px; font-weight:600; }
h1 em, h2 em { font-style: normal; color: var(--accent); }
.hero-lede { max-width: 710px; font-size: clamp(18px, 2vw, 23px); color: #c5cee0; margin: 30px 0 0; line-height:1.55; }
.hero-actions { display:flex; gap:14px; margin-top:38px; flex-wrap:wrap; }
.button { display:inline-flex; justify-content:center; align-items:center; min-height:50px; padding: 0 20px; border-radius:10px; font-size:14px; font-weight:700; letter-spacing:.01em; border:1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background:var(--accent); color:#050726; }
.button.primary:hover { background:#48c4ff; }
.button.ghost { border-color:var(--line); background:rgba(255,255,255,.02); }
.button.ghost:hover { border-color:rgba(255,255,255,.32); }
.hero-note { margin-top:42px; display:flex; align-items:center; flex-wrap:wrap; gap:8px; color:var(--muted); font-size:13px; }
.hero-note strong { color:var(--text); }
.status-dot { width:8px; height:8px; border-radius:50%; background:var(--accent); box-shadow:0 0 0 5px rgba(0,174,255,.10); flex:0 0 auto; }
.section { padding: 110px 0; border-bottom:1px solid var(--line); }
.split-heading { display:grid; grid-template-columns: .9fr 1.1fr; gap:90px; align-items:start; }
.split-heading h2, .section-heading-row h2, .principles-section h2, .cta-card h2 { font-size:clamp(36px,4.5vw,60px); margin-top:16px; font-weight:600; }
.prose-large { font-size:clamp(18px,2vw,23px); line-height:1.6; color:#cad2e1; }
.prose-large p { margin-top:0; }
.prose-large p + p { margin-top:22px; }
.services-section { background:#0b0f31; }
.section-heading-row { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:48px; }
.text-link { color:var(--accent); font-size:14px; font-weight:600; }
.text-link span { margin-left:8px; }
.service-grid { display:grid; grid-template-columns:repeat(2,1fr); border-left:1px solid var(--line); border-top:1px solid var(--line); }
.service-card { min-height:320px; padding:34px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); transition:background .25s ease, transform .25s ease; }
.service-card:hover { background:rgba(0,174,255,.055); }
.service-card h3 { font-size:30px; margin-top:0; font-weight:600; }
.service-card p { max-width:480px; color:var(--muted); }
.card-link { display:block; margin-top:34px; font-size:13px; color:#d5dde2; }
.after-hours-section { background:linear-gradient(135deg,#080b2b,#101945); }
.after-hours-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:center; }
.after-hours-grid h2 { font-size:clamp(52px,7vw,86px); margin:16px 0 28px; font-weight:600; }
.after-hours-grid > div:last-child > p:not(.prose-large) { color:var(--muted); max-width:680px; }
.hours-visual { min-height:440px; position:relative; display:grid; place-items:center; }
.clock-ring { width:min(72vw,340px); aspect-ratio:1; border:1px solid rgba(0,174,255,.34); border-radius:50%; position:relative; box-shadow:0 0 80px rgba(0,174,255,.08) inset; }
.clock-ring::before, .clock-ring::after { content:''; position:absolute; background:rgba(255,255,255,.12); }
.clock-ring::before { left:50%; top:0; bottom:0; width:1px; }
.clock-ring::after { top:50%; left:0; right:0; height:1px; }
.clock-hand { position:absolute; left:50%; top:50%; transform-origin:left center; height:2px; background:var(--accent); }
.clock-hand.one { width:104px; transform:rotate(14deg); }
.clock-hand.two { width:78px; transform:rotate(126deg); opacity:.7; }
.clock-center { position:absolute; width:11px; height:11px; border-radius:50%; background:var(--accent); left:calc(50% - 5px); top:calc(50% - 5px); box-shadow:0 0 0 9px rgba(0,174,255,.11); }
.callout { margin-top:28px; border-left:2px solid var(--accent); background:var(--accent-soft); padding:18px 20px; color:#bdc8cf; font-size:14px; }
.callout strong { color:var(--text); }
.principles-section h2 { max-width:800px; margin-bottom:58px; }
.principle-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:1px solid var(--line); }
.principle-grid > div { padding:30px 28px 12px 0; border-right:1px solid var(--line); min-height:180px; }
.principle-grid > div:not(:first-child) { padding-left:28px; }
.principle-grid > div:last-child { border-right:0; }
.principle-grid h3 { margin:0 0 10px; font-size:26px; }
.principle-grid p { color:var(--muted); font-size:14px; }
.cta-section { background:#0b0f31; }
.cta-card { background:var(--bg-soft); border:1px solid var(--line); border-radius:var(--radius); padding:52px; display:flex; align-items:end; justify-content:space-between; gap:40px; }
.cta-card h2 { max-width:760px; font-size:clamp(34px,4vw,52px); }
.page-hero { padding:130px 0 100px; border-bottom:1px solid var(--line); position:relative; overflow:hidden; }
.page-hero::after { content:''; position:absolute; width:500px; height:500px; right:-140px; bottom:-250px; border-radius:50%; background:radial-gradient(circle,rgba(0,174,255,.13),transparent 70%); }
.page-hero h1 { font-size:clamp(48px,6vw,78px); margin:18px 0 30px; }
.page-hero p { max-width:780px; color:#c1cbdd; font-size:20px; }
.service-detail-list { display:grid; }
.service-detail { display:grid; grid-template-columns:280px 1fr; gap:70px; padding:75px 0; border-bottom:1px solid var(--line); }
.service-detail:first-child { padding-top:0; }
.service-detail:last-child { border-bottom:0; padding-bottom:0; }
.service-index { color:var(--accent); font-size:11px; font-weight:700; letter-spacing:.15em; padding-top:8px; }
.service-detail h2 { font-size:clamp(36px,4.5vw,58px); margin-bottom:22px; }
.service-detail p:not(.prose-large) { color:var(--muted); max-width:760px; }
.service-detail ul { display:grid; grid-template-columns:repeat(2,1fr); gap:12px 24px; list-style:none; padding:0; margin:32px 0 0; }
.service-detail li { position:relative; padding:12px 0 12px 22px; border-top:1px solid var(--line); color:#d2d9e6; font-size:14px; }
.service-detail li::before { content:'+'; position:absolute; left:0; color:var(--accent); }
.fine-print { margin-top:26px; color:#8e9bb0; font-size:12px; max-width:760px; }
.values-band { background:#0b0f31; }
.metric-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.metric-grid > div { border-top:1px solid var(--line); padding-top:22px; }
.metric-grid strong { display:block; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size:21px; margin-bottom:8px; }
.metric-grid span { color:var(--muted); font-size:13px; }
.contact-grid { display:grid; grid-template-columns:1fr .8fr; gap:90px; }
.contact-grid h2 { font-size:clamp(36px,4vw,54px); }
.contact-grid > div:first-child > p { color:var(--muted); font-size:18px; max-width:660px; }
.availability-box { margin-top:42px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:24px 0; display:flex; gap:18px; align-items:flex-start; }
.availability-box strong { font-size:15px; }
.availability-box p { color:var(--muted); margin:6px 0 0; font-size:14px; }
.contact-card { background:var(--bg-soft); border:1px solid var(--line); padding:38px; border-radius:var(--radius); }
.contact-card h3 { font-size:28px; margin:18px 0 12px; }
.contact-card p { color:var(--muted); }
.contact-card code { color:var(--accent); }
.contact-email { display:block; margin:18px 0 8px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size:clamp(24px,3vw,34px); color:var(--accent); overflow-wrap:anywhere; }
.contact-rule { height:1px; background:var(--line); margin:30px 0; }
.small { font-size:12px; }
.site-footer { padding:58px 0; }
.footer-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; }
.footer-lockup { display:flex; align-items:center; gap:14px; margin-bottom:12px; }
.footer-lockup img { width:48px; height:48px; object-fit:contain; }
.footer-brand { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight:700; letter-spacing:.12em; font-size:14px; }
.footer-brand span { color:var(--muted); font-weight:500; }
.site-footer p { color:var(--muted); max-width:540px; font-size:13px; }
.footer-meta { justify-self:end; max-width:510px; }
.footer-meta strong { color:var(--text); }
.copyright { margin-top:26px; }
@media (max-width: 900px) {
  .site-nav { position:absolute; top:78px; left:0; right:0; display:none; flex-direction:column; align-items:stretch; gap:0; padding:8px 20px 22px; background:#080a2a; border-bottom:1px solid var(--line); }
  .site-nav[data-open] { display:flex; }
  .site-nav a { padding:16px 0; border-bottom:1px solid var(--line); }
  .site-nav a[aria-current='page']::after { display:none; }
  .nav-toggle { display:block; }
  .hero { min-height:640px; }
  .hero-layout { grid-template-columns:1fr; gap:18px; }
  .hero-brand { min-height:390px; max-width:560px; width:100%; margin:0 auto; }
  .hero-brand img { width:min(82%,420px); }
  .split-heading,.after-hours-grid,.contact-grid { grid-template-columns:1fr; gap:48px; }
  .service-detail { grid-template-columns:1fr; gap:20px; }
  .principle-grid,.metric-grid { grid-template-columns:repeat(2,1fr); }
  .principle-grid > div:nth-child(2) { border-right:0; }
  .hours-visual { order:2; min-height:370px; }
  .cta-card { align-items:flex-start; flex-direction:column; }
  .footer-grid { grid-template-columns:1fr; gap:26px; }
  .footer-meta { justify-self:start; }
}
@media (max-width: 640px) {
  .shell { width:min(calc(100% - 30px),var(--shell)); }
  .header-inner { height:70px; }
  .site-nav { top:70px; }
  .brand-copy small { display:none; }
  .hero { min-height:auto; }
  .hero-inner { padding-block:78px 68px; }
  .hero-brand { min-height:310px; padding-top:12px; }
  .hero-brand::before { inset:9% 16%; }
  .hero-brand img { width:min(78%,330px); }
  .hero-brand > span { font-size:9px; letter-spacing:.24em; }
  .hero-grid-overlay { background-size:48px 48px; }
  .hero-lede { font-size:18px; }
  .hero-actions .button { width:100%; }
  .section { padding:78px 0; }
  .section-heading-row { align-items:flex-start; flex-direction:column; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:280px; padding:28px; }
    .principle-grid,.metric-grid { grid-template-columns:1fr; }
  .principle-grid > div { border-right:0; border-bottom:1px solid var(--line); padding:28px 0 !important; min-height:auto; }
  .service-detail ul { grid-template-columns:1fr; }
  .page-hero { padding:92px 0 76px; }
  .cta-card { padding:30px; }
  .contact-card { padding:28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; transition-duration:.01ms !important; }
}
