:root {
  --bg: #03101f;
  --bg-2: #071a33;
  --panel: rgba(7, 26, 51, .78);
  --panel-solid: #0a2342;
  --blue: #0788ff;
  --blue-2: #16b4ff;
  --blue-3: #4ad0ff;
  --white: #f8fbff;
  --muted: #aac0d7;
  --line: rgba(129, 194, 255, .2);
  --shadow: 0 24px 80px rgba(0, 0, 0, .32);
  --radius: 26px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(9, 136, 255, .10), transparent 34%),
    linear-gradient(180deg, #041321 0%, #03101f 48%, #06162b 100%);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; }
.page-glow { position: fixed; pointer-events: none; filter: blur(80px); opacity: .18; z-index: -1; border-radius: 50%; }
.page-glow--one { width: 480px; height: 480px; top: 20%; left: -220px; background: var(--blue); }
.page-glow--two { width: 520px; height: 520px; right: -280px; bottom: 8%; background: var(--blue-3); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(2, 12, 25, .72);
  border-bottom: 1px solid rgba(117, 191, 255, .14);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(2, 12, 25, .92); box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-logo-wrap { width: 104px; padding: 5px; border-radius: 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); }
.brand-logo { width: 100%; height: 43px; object-fit: cover; border-radius: 8px; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { letter-spacing: .14em; font-size: .86rem; }
.brand-copy small { color: var(--muted); font-size: .72rem; white-space: nowrap; }
.main-nav { display: flex; gap: 8px; align-items: center; }
.main-nav a { color: #c7d9eb; font-size: .94rem; padding: 10px 14px; border-radius: 999px; transition: .2s ease; }
.main-nav a:hover, .main-nav a.active { color: white; background: rgba(28, 155, 255, .12); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 12px; padding: 11px 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; border-radius: 2px; transition: .2s ease; }

.hero { min-height: 100svh; display: grid; align-items: center; padding: 145px 0 92px; overflow: hidden; }
.hero::before { content:""; position: absolute; inset: 0; background-image: linear-gradient(rgba(32, 160, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(32, 160, 255, .055) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #9ed9ff; font-size: .78rem; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-2); box-shadow: 0 0 18px var(--blue-2); }
.hero h1 { margin: 20px 0 18px; max-width: 720px; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(3.15rem, 7.1vw, 6.6rem); line-height: .93; text-transform: uppercase; letter-spacing: -.035em; font-weight: 500; }
.hero h1 span { color: var(--blue-2); text-shadow: 0 0 32px rgba(22, 180, 255, .14); }
.hero-name { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2vw, 1.95rem); font-style: italic; color: #e8f4ff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border-radius: 13px; border: 1px solid transparent; font-weight: 700; font-size: .92rem; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), #00a9ff); color: white; box-shadow: 0 14px 34px rgba(0, 137, 255, .24); }
.btn-primary:hover { box-shadow: 0 18px 40px rgba(0, 137, 255, .34); }
.btn-secondary { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: #eaf6ff; }
.btn-secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(97,187,255,.4); }
.quick-contact { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 28px; }
.quick-contact a { display: grid; gap: 4px; color: white; font-size: .96rem; }
.quick-contact span { color: #7292af; font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; }

.hero-visual { min-height: 530px; display: grid; place-items: center; }
.visual-frame { position: relative; width: min(100%, 500px); aspect-ratio: .9; border-radius: 44px; overflow: hidden; border: 1px solid rgba(123, 198, 255, .17); background: linear-gradient(145deg, rgba(5, 30, 57, .98), rgba(5, 14, 27, .98)); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.visual-frame::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 30% 28%, rgba(24, 160, 255, .25), transparent 35%), repeating-linear-gradient(135deg, transparent 0 18px, rgba(59, 181, 255, .035) 18px 19px); }
.stripe { position: absolute; width: 145%; height: 56px; right: -45%; transform: rotate(-28deg); border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.2); }
.stripe--one { top: 18%; background: linear-gradient(90deg, #0273d4, #55d3ff, #0b85ea); }
.stripe--two { top: 35%; right: -35%; background: linear-gradient(90deg, rgba(4, 78, 150, .3), #d7f7ff, #0582e6); }
.stripe--three { top: 52%; background: linear-gradient(90deg, #0b74c9, #1aa3ff, rgba(255,255,255,.72)); }
.visual-card { position: absolute; left: 8%; right: 8%; bottom: 8%; padding: 24px; border-radius: 22px; background: rgba(2, 12, 25, .76); backdrop-filter: blur(12px); border: 1px solid rgba(160, 215, 255, .18); }
.visual-logo { width: 150px; height: 64px; object-fit: cover; border-radius: 12px; margin-bottom: 18px; }
.visual-card p { margin: 0; font-family: Georgia, serif; font-size: 1.3rem; font-style: italic; }
.visual-rule { height: 1px; margin: 18px 0; background: linear-gradient(90deg, var(--blue-2), transparent); }
.visual-card small { color: #9cc7e7; letter-spacing: .11em; line-height: 1.7; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; width: 26px; height: 44px; margin-left: -13px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; display: grid; place-items: start center; padding-top: 8px; }
.scroll-cue span { width: 4px; height: 8px; border-radius: 8px; background: var(--blue-2); animation: scrollCue 1.6s infinite; }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: .2; } 40% { opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } }

.services { padding: 120px 0; }
.section-heading { max-width: 720px; }
.section-heading h2, .contact-copy h2, .cta h2 { margin: 18px 0 12px; font-size: clamp(2.1rem, 4.6vw, 4rem); line-height: 1.04; letter-spacing: -.04em; }
.section-heading p { color: var(--muted); margin: 0; font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.service-card { position: relative; min-height: 320px; padding: 30px; border-radius: var(--radius); background: linear-gradient(145deg, rgba(13, 44, 78, .72), rgba(4, 18, 34, .94)); border: 1px solid rgba(107, 190, 255, .14); overflow: hidden; box-shadow: 0 20px 70px rgba(0,0,0,.18); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card::before { content:""; position:absolute; width:160px; height:160px; border-radius:50%; background:rgba(0,149,255,.12); filter:blur(30px); top:-80px; right:-60px; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(55, 177, 255, .48); box-shadow: 0 28px 80px rgba(0, 83, 145, .18); }
.service-index { position:absolute; right:24px; top:20px; color:rgba(160,210,247,.3); font-size:2.1rem; font-weight:700; letter-spacing:-.06em; }
.service-icon { width: 58px; height: 58px; display:grid; place-items:center; border-radius:18px; background:rgba(0,139,255,.13); border:1px solid rgba(49,176,255,.25); }
.service-icon svg { width: 29px; height:29px; fill:none; stroke:var(--blue-3); stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.service-card h3 { margin: 72px 0 22px; font-size: 1.65rem; max-width: 230px; }
.service-line { height: 2px; width: 52px; background: linear-gradient(90deg, var(--blue-2), transparent); transition: width .3s ease; }
.service-card:hover .service-line { width: 100%; }

.identity-band { overflow: hidden; background: linear-gradient(110deg, #051425 0%, #073563 48%, #087ddb 100%); border-block: 1px solid rgba(151,215,255,.18); }
.identity-content { min-height: 250px; display: grid; grid-template-columns: 250px 1fr; gap: 54px; align-items: center; position:relative; z-index:2; }
.identity-logo { padding: 10px; border-radius: 20px; border: 1px solid rgba(255,255,255,.16); background: rgba(0,0,0,.16); }
.identity-logo img { width:100%; height:94px; object-fit:cover; border-radius:13px; }
.identity-content p { margin:0 0 12px; font-family:Georgia,serif; font-size:clamp(1.2rem,2.2vw,1.9rem); font-style:italic; }
.identity-content h2 { margin:0; max-width:760px; font-size:clamp(1.7rem,3vw,2.7rem); line-height:1.1; }
.identity-content h2 span { color:#8fddff; }
.band-lines i { position:absolute; display:block; width:80%; height:70px; right:-35%; transform:rotate(-22deg); background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent); }
.band-lines i:nth-child(1){top:-10px}.band-lines i:nth-child(2){top:75px}.band-lines i:nth-child(3){top:160px}

.contact { padding: 120px 0; }
.contact-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 7vw, 90px); align-items:center; }
.contact-name { margin:0 0 34px; color:#c6dff3; font-family:Georgia,serif; font-style:italic; font-size:1.3rem; }
.contact-list { display:grid; gap:12px; }
.contact-item { position:relative; display:grid; grid-template-columns:115px 1fr 34px; align-items:center; gap:16px; padding:20px 18px; border-radius:18px; border:1px solid rgba(91,179,245,.15); background:rgba(7,31,57,.5); transition:.25s ease; }
.contact-item:hover { border-color:rgba(58,175,255,.45); background:rgba(9,48,84,.68); transform:translateX(4px); }
.contact-kicker { color:#7d9bb7; font-size:.72rem; text-transform:uppercase; letter-spacing:.13em; }
.contact-item strong { font-size:clamp(.9rem,1.8vw,1.08rem); word-break:break-word; }
.contact-arrow { color:var(--blue-3); font-size:1.2rem; justify-self:end; }

.digital-card-wrap { perspective: 1200px; }
.digital-card { position:relative; min-height:390px; padding:34px; border-radius:32px; overflow:hidden; background:linear-gradient(145deg,#03294d,#086fb9 58%,#052446); border:1px solid rgba(255,255,255,.2); box-shadow:0 32px 90px rgba(0,0,0,.32); transform:rotateY(-3deg) rotateX(1deg); }
.digital-card::before { content:""; position:absolute; inset:0; background:linear-gradient(125deg,transparent 0 38%,rgba(255,255,255,.08) 38% 40%,transparent 40% 46%,rgba(40,196,255,.28) 46% 56%,transparent 56%); }
.digital-shine { position:absolute; width:240px; height:240px; border-radius:50%; background:rgba(120,213,255,.18); filter:blur(38px); top:-130px; left:18%; }
.digital-top,.digital-middle,.digital-bottom { position:relative; z-index:2; }
.digital-top { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; }
.digital-top img { width:140px; height:62px; object-fit:cover; border-radius:12px; border:1px solid rgba(255,255,255,.15); }
.digital-top span { font-size:.86rem; letter-spacing:.2em; color:#ccecff; }
.digital-middle { margin-top:58px; padding:22px; background:rgba(1,11,21,.52); border:1px solid rgba(255,255,255,.15); border-radius:18px; backdrop-filter:blur(8px); }
.digital-middle h3 { margin:0 0 12px; font-family:Georgia,serif; font-style:italic; font-size:1.55rem; }
.digital-middle p { margin:0; font-size:.8rem; line-height:1.7; letter-spacing:.11em; color:#bfe6ff; }
.digital-bottom { margin-top:28px; }
.digital-bottom p { margin:5px 0; font-weight:700; }
.digital-bottom p span { color:#97d8ff; font-size:.72rem; margin-right:4px; }
.digital-bottom a { display:inline-block; margin-top:12px; color:white; font-family:Georgia,serif; font-size:1.05rem; }

.cta { padding: 0 0 110px; }
.cta-card { display:flex; align-items:center; justify-content:space-between; gap:36px; padding:44px; border-radius:30px; background:linear-gradient(120deg,#0786ee,#0b5ba1 64%,#082542); border:1px solid rgba(255,255,255,.18); box-shadow:0 26px 80px rgba(0,70,135,.24); }
.cta-card > div:first-child { max-width:660px; }
.cta-card > div:first-child > span { letter-spacing:.18em; font-size:.8rem; color:#d7f2ff; }
.cta h2 { margin:10px 0 10px; font-size:clamp(2rem,4vw,3.2rem); }
.cta p { margin:0; font-family:Georgia,serif; font-style:italic; }
.cta-actions { min-width:min(100%,240px); display:grid; gap:10px; }
.btn-light { background:white; color:#05345d; }
.btn-outline-light { border-color:rgba(255,255,255,.38); color:white; background:rgba(255,255,255,.06); }
.btn-outline-light:hover { background:rgba(255,255,255,.14); }

.site-footer { padding: 38px 0; border-top:1px solid rgba(112,190,248,.12); background:#020b15; }
.footer-grid { display:grid; grid-template-columns:1fr auto auto; gap:32px; align-items:center; }
.footer-brand { display:flex; gap:14px; align-items:center; }
.footer-brand img { width:112px; height:50px; object-fit:cover; border-radius:9px; }
.footer-brand p { margin:0; color:#bed6ea; font-family:Georgia,serif; font-style:italic; }
.footer-copy { color:#7897b4; font-size:.82rem; line-height:1.6; text-align:right; }
.footer-copy p { margin:2px 0; }
.footer-copy a:hover { color:white; }
.back-top { width:44px; height:44px; border-radius:14px; display:grid; place-items:center; border:1px solid var(--line); color:var(--blue-3); background:rgba(255,255,255,.03); }

/* Progressive enhancement: the page stays fully visible even if JavaScript is blocked or fails to load. */
.reveal { opacity:1; transform:none; }
.js .reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity:1; transform:translateY(0); }

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

@media (max-width: 980px) {
  .hero-grid, .contact-grid { grid-template-columns:1fr; }
  .hero { padding-top:130px; }
  .hero-copy { max-width:760px; }
  .hero-visual { min-height:470px; }
  .visual-frame { max-width:520px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:220px; }
  .service-card h3 { margin-top:45px; }
  .identity-content { grid-template-columns:200px 1fr; gap:32px; }
  .cta-card { flex-direction:column; align-items:flex-start; }
  .cta-actions { width:100%; grid-template-columns:repeat(3,1fr); }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .header-inner { min-height:72px; }
  .brand-copy small { display:none; }
  .brand-logo-wrap { width:92px; }
  .menu-toggle { display:block; }
  .main-nav { position:absolute; top:calc(100% + 8px); left:14px; right:14px; display:grid; padding:12px; border:1px solid rgba(114,190,247,.16); border-radius:18px; background:rgba(2,14,27,.97); box-shadow:0 18px 50px rgba(0,0,0,.32); opacity:0; visibility:hidden; transform:translateY(-8px); transition:.2s ease; }
  .main-nav.open { opacity:1; visibility:visible; transform:translateY(0); }
  .main-nav a { padding:13px 14px; }
  .menu-toggle.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity:0; }
  .menu-toggle.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .hero { min-height:auto; padding:120px 0 82px; }
  .hero h1 { font-size:clamp(3rem,15vw,5.3rem); }
  .hero-actions .btn { flex:1; min-width:140px; }
  .quick-contact { gap:18px; }
  .hero-visual { min-height:420px; }
  .visual-frame { width:min(100%,420px); border-radius:30px; }
  .services, .contact { padding:88px 0; }
  .identity-content { min-height:320px; grid-template-columns:1fr; padding-block:44px; gap:24px; }
  .identity-logo { width:210px; }
  .contact-item { grid-template-columns:86px 1fr 24px; padding:18px 14px; gap:10px; }
  .digital-card { min-height:370px; padding:26px; transform:none; }
  .digital-middle { margin-top:48px; }
  .cta { padding-bottom:78px; }
  .cta-card { padding:32px 22px; }
  .cta-actions { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr auto; }
  .footer-copy { grid-column:1 / -1; grid-row:2; text-align:left; }
}

@media (max-width: 480px) {
  .brand-copy strong { font-size:.76rem; }
  .hero-name { font-size:1.18rem; }
  .hero-visual { min-height:340px; }
  .visual-frame { max-width:330px; }
  .visual-card { padding:18px; }
  .visual-logo { width:124px; height:54px; }
  .visual-card p { font-size:1.05rem; }
  .identity-logo { width:180px; }
  .contact-item { grid-template-columns:1fr 24px; }
  .contact-kicker { grid-column:1; }
  .contact-item strong { grid-column:1; }
  .contact-arrow { grid-column:2; grid-row:1 / span 2; }
  .digital-card { min-height:395px; }
  .digital-top img { width:120px; height:52px; }
  .digital-middle h3 { font-size:1.3rem; }
  .digital-bottom a { font-size:.9rem; word-break:break-word; }
  .footer-brand { align-items:flex-start; flex-direction:column; }
}
