:root {
  --bg: #050914;
  --bg-soft: #09111f;
  --ink: #eef9f8;
  --muted: #8fa6af;
  --line: rgba(184, 255, 242, 0.12);
  --mint: #67f2cf;
  --cyan: #66c9ff;
  --blue: #6c8cff;
  --purple: #b98cff;
  --amber: #ffbd6e;
  --panel: rgba(10, 24, 39, 0.48);
  --panel-strong: rgba(8, 21, 35, 0.78);
  --radius: 24px;
  --max: 1240px;
  --header-h: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 70% 5%, rgba(43, 133, 151, 0.12), transparent 34rem),
    radial-gradient(circle at 12% 35%, rgba(70, 66, 155, 0.09), transparent 34rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: #03110d; background: var(--mint); }

.noise {
  position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed; z-index: 1; width: 34rem; height: 34rem; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(91, 239, 207, 0.075), transparent 68%);
  translate: -50% -50%; will-change: transform; transition: opacity .3s ease;
}
.aurora { position: fixed; width: 45rem; height: 45rem; border-radius: 50%; filter: blur(100px); pointer-events: none; opacity: .075; z-index: 0; }
.aurora-one { top: -20rem; right: -10rem; background: #4de9ce; animation: drift 15s ease-in-out infinite alternate; }
.aurora-two { bottom: 5rem; left: -22rem; background: #685fff; animation: drift 18s ease-in-out -4s infinite alternate-reverse; }
@keyframes drift { to { transform: translate3d(5rem, 8rem, 0) scale(1.18); } }

.page-loader { position: fixed; inset: 0; display: grid; place-content: center; place-items: center; gap: 20px; background: #040812; z-index: 200; transition: opacity .65s ease, visibility .65s ease; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
.page-loader p { margin: 0; color: var(--muted); font-size: 12px; letter-spacing: .19em; text-transform: uppercase; }
.loader-core { width: 54px; aspect-ratio: 1; border: 1px solid rgba(103,242,207,.2); border-top-color: var(--mint); border-radius: 50%; animation: spin 1s linear infinite; box-shadow: 0 0 35px rgba(103,242,207,.14); }
@keyframes spin { to { rotate: 1turn; } }

.site-header {
  position: fixed; inset: 0 0 auto; height: var(--header-h); z-index: 50;
  display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, height .35s ease;
}
.site-header.scrolled { height: 72px; background: rgba(5,9,20,.72); border-color: var(--line); backdrop-filter: blur(22px) saturate(140%); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 40px; aspect-ratio: 1; border-radius: 13px; font-weight: 900; font-size: 12px; letter-spacing: -.04em; color: #041411; background: linear-gradient(135deg, #d8fff7, var(--mint)); box-shadow: 0 0 30px rgba(103,242,207,.18); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: 13px; letter-spacing: .01em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { position: relative; color: #b8c8cd; font-size: 13px; font-weight: 650; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--mint); transition: right .25s ease; }
.nav-links a:hover { color: white; }
.nav-links a:hover::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 6px auto; background: white; transition: transform .3s ease; }

.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; position: relative; z-index: 2; }
.section-pad { padding-block: 130px; }
.hero { min-height: 100svh; padding-top: calc(var(--header-h) + 50px); display: grid; grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr); align-items: center; gap: 14px; }
.hero-copy { position: relative; z-index: 4; padding-bottom: 30px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: #a5b8bd; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(103,242,207,.08), 0 0 18px var(--mint); animation: breathe 2s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(.7); opacity: .6; } }
.hero h1 { margin: 24px 0 26px; font-size: clamp(52px, 6vw, 88px); line-height: .99; letter-spacing: -.068em; font-weight: 720; }
.gradient-text { color: transparent; background: linear-gradient(115deg, #fff 5%, #a2f7e5 42%, #77b7ff 77%, #ca9dff); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 22px; border-radius: 15px; font-size: 13px; font-weight: 800; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.button-primary { color: #02120f; background: linear-gradient(120deg, #c9fff3, var(--mint)); box-shadow: 0 12px 42px rgba(103,242,207,.16); }
.button-primary:hover { box-shadow: 0 16px 55px rgba(103,242,207,.27); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.025); backdrop-filter: blur(14px); }
.button-ghost:hover { border-color: rgba(103,242,207,.4); background: rgba(103,242,207,.05); }
.hero-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-metrics div { display: flex; gap: 10px; align-items: flex-start; }
.hero-metrics strong { color: #edfdfa; font-size: 25px; line-height: 1; letter-spacing: -.05em; }
.hero-metrics strong::after { content: "+"; color: var(--mint); font-size: 13px; margin-left: 2px; vertical-align: top; }
.hero-metrics div:nth-child(3) strong::after { content: ""; }
.hero-metrics span { color: #718891; font-size: 10px; line-height: 1.35; letter-spacing: .06em; text-transform: uppercase; }

.hero-visual { position: relative; height: min(760px, calc(100svh - 106px)); min-height: 590px; margin-right: -5vw; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 11% 1% 7% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(77,229,193,.07), transparent 62%); filter: blur(20px); z-index: -1; }
#globe-canvas { width: 100%; height: 100%; display: block; cursor: grab; outline: none; }
#globe-canvas:active { cursor: grabbing; }
.glass-panel, .crystal-card { border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.052), rgba(255,255,255,.018)); backdrop-filter: blur(22px) saturate(145%); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 28px 80px rgba(0,0,0,.14); }
.globe-hud { position: absolute; left: 12%; bottom: 9%; min-width: 230px; padding: 14px 16px; border-radius: 14px; pointer-events: none; }
.globe-hud div { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 750; letter-spacing: .06em; }
.globe-hud small { display: block; margin-top: 5px; color: var(--mint); font: 700 9px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; }
.live-indicator { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
.globe-legend { position: absolute; right: 8%; top: 16%; display: flex; gap: 8px; align-items: center; padding: 10px 13px; border-radius: 999px; pointer-events: none; color: #94a9b0; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.globe-legend i { width: 3px; height: 3px; border-radius: 50%; background: var(--mint); opacity: .6; }
.tech-tooltip { position: absolute; z-index: 9; width: 210px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(5,13,24,.86); box-shadow: 0 20px 60px rgba(0,0,0,.35); backdrop-filter: blur(18px); pointer-events: none; opacity: 0; transform: translate3d(12px,12px,0) scale(.96); transition: opacity .18s ease, transform .18s ease; }
.tech-tooltip.visible { opacity: 1; transform: translate3d(12px,12px,0) scale(1); }
.tech-tooltip strong { display: block; font-size: 12px; }
.tech-tooltip span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.globe-fallback { position: absolute; inset: 0; display: grid; place-items: center; z-index: -2; }
.fallback-earth { width: 42%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 32%, #319b98, #07374c 40%, #020a17 72%); box-shadow: inset -30px -20px 55px #01040b, 0 0 60px rgba(74,235,211,.18); animation: fallback-spin 12s linear infinite; }
.fallback-ring { position: absolute; width: 62%; height: 27%; border: 1px solid rgba(103,242,207,.2); border-radius: 50%; }
.ring-b { rotate: 55deg; }.ring-c { rotate: -55deg; }
@keyframes fallback-spin { to { transform: rotate(1turn); } }
.scroll-cue { position: absolute; bottom: 22px; left: 50%; translate: -50%; display: flex; align-items: center; gap: 10px; color: #647980; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.scroll-cue span { width: 30px; height: 1px; background: linear-gradient(90deg, var(--mint), transparent); animation: scroll-line 1.8s ease-in-out infinite; }
@keyframes scroll-line { 50% { width: 48px; } }

.marquee-wrap { position: relative; z-index: 2; overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.015); }
.marquee-track { display: flex; align-items: center; width: max-content; padding: 20px 0; animation: marquee 33s linear infinite; }
.marquee-track span { padding-inline: 24px; color: #9fb0b6; font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.marquee-track i { color: var(--mint); opacity: .5; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 70px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .deploy-intro h2, .contact-inner h2 { margin: 16px 0 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.05; letter-spacing: -.055em; font-weight: 700; }
.section-heading > p { max-width: 440px; margin: 0 0 5px; color: var(--muted); font-size: 15px; }
.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; perspective: 1100px; }
.crystal-card { position: relative; overflow: hidden; }
.crystal-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 25%, rgba(255,255,255,.07), transparent 63%); transform: translateX(-120%); transition: transform .9s ease; pointer-events: none; }
.crystal-card:hover::before { transform: translateX(120%); }
.expertise-card { min-height: 330px; padding: 34px; border-radius: var(--radius); transform-style: preserve-3d; transition: border-color .3s ease, box-shadow .3s ease; }
.expertise-card:hover { border-color: rgba(103,242,207,.26); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 35px 100px rgba(0,0,0,.23), 0 0 55px rgba(103,242,207,.04); }
.card-index { position: absolute; top: 30px; right: 32px; color: #50666d; font: 700 10px ui-monospace, monospace; }
.card-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(103,242,207,.18); border-radius: 16px; color: var(--mint); background: rgba(103,242,207,.05); box-shadow: inset 0 0 28px rgba(103,242,207,.04); font: 500 22px ui-monospace, monospace; transform: translateZ(20px); }
.expertise-card h3 { margin: 28px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.expertise-card p, .stack-card p { max-width: 580px; margin: 0; color: var(--muted); font-size: 14px; }
.chip-row, .case-stack { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.chip-row span, .case-stack span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #8da2a9; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,255,255,.018); }

.deploy-section { padding-top: 40px; }
.deploy-intro { max-width: 800px; margin-bottom: 46px; }
.pipeline { display: grid; grid-template-columns: repeat(5, 1fr); min-height: 275px; border-radius: var(--radius); padding: 28px 20px; isolation: isolate; }
.pipeline-progress { position: absolute; left: 10%; right: 10%; top: 107px; height: 1px; background: rgba(255,255,255,.08); z-index: -1; }
.pipeline-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #ff7c62, var(--mint), #57a7ff, #ae8cff, #ffbd6e); box-shadow: 0 0 14px currentColor; transition: width .7s cubic-bezier(.2,.8,.2,1); }
.pipeline-stage { position: relative; display: flex; flex-direction: column; align-items: center; padding: 5px 13px; text-align: center; opacity: .38; transition: opacity .4s ease, transform .4s ease; }
.pipeline-stage.active { opacity: 1; transform: translateY(-5px); }
.pipeline-stage b { align-self: flex-start; color: #5b6f76; font: 700 9px ui-monospace, monospace; }
.stage-symbol { display: grid; place-items: center; width: 70px; height: 70px; margin-top: 19px; border: 1px solid rgba(255,255,255,.12); border-radius: 23px; background: rgba(255,255,255,.025); font-size: 20px; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); transition: box-shadow .4s ease, border-color .4s ease; }
.pipeline-stage.active .stage-symbol { border-color: rgba(103,242,207,.38); box-shadow: 0 0 30px rgba(103,242,207,.12), inset 0 0 20px rgba(103,242,207,.06); }
.git-symbol { color: #ff7c62; }.ci-symbol { color: var(--mint); }.docker-symbol { color: #57a7ff; }.tf-symbol { color: #ae8cff; }.aws-symbol { color: #ffbd6e; }
.pipeline-stage h3 { margin: 19px 0 5px; font-size: 14px; }
.pipeline-stage p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.project-section { position: relative; background: linear-gradient(180deg, transparent, rgba(20,44,56,.25) 15%, rgba(11,26,40,.42) 70%, transparent); }
.case-study { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 690px; border-radius: 30px; }
.case-visual { position: relative; overflow: hidden; min-height: 640px; border-right: 1px solid var(--line); background: radial-gradient(circle at 50% 48%, rgba(70,226,197,.16), transparent 28%), linear-gradient(145deg, #06101d, #0b1c2b); }
.case-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(119,225,216,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(119,225,216,.04) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, #000, transparent 75%); }
.solar-grid { position: absolute; left: 5%; right: 5%; bottom: -8%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; transform: perspective(700px) rotateX(60deg) rotateZ(-13deg); transform-origin: bottom; }
.solar-grid span { aspect-ratio: 1.6; border: 1px solid rgba(103,242,207,.15); background: linear-gradient(135deg, rgba(62,210,209,.12), rgba(55,96,155,.06)); box-shadow: inset 0 0 16px rgba(74,237,208,.05); }
.architecture-core { position: absolute; left: 50%; top: 45%; width: 170px; aspect-ratio: 1; translate: -50% -50%; display: grid; place-content: center; text-align: center; border: 1px solid rgba(103,242,207,.27); border-radius: 50%; background: radial-gradient(circle, rgba(103,242,207,.12), rgba(8,22,36,.77) 64%); box-shadow: 0 0 80px rgba(103,242,207,.1), inset 0 0 45px rgba(103,242,207,.08); }
.architecture-core::before, .architecture-core::after { content: ""; position: absolute; border: 1px solid rgba(103,242,207,.12); border-radius: 50%; inset: -28px; animation: radar 3.2s ease-out infinite; }
.architecture-core::after { inset: -55px; animation-delay: 1.1s; }
@keyframes radar { 80%,100% { opacity: 0; transform: scale(1.22); } }
.architecture-core strong { font-size: 28px; letter-spacing: -.05em; }.architecture-core small { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.architecture-orbit { position: absolute; left: 50%; top: 45%; border: 1px solid rgba(103,242,207,.14); border-radius: 50%; transform: translate(-50%,-50%) rotateX(64deg) rotateZ(10deg); animation: orbit-rotate 10s linear infinite; }
.architecture-orbit i { position: absolute; left: 50%; top: -11px; display: grid; place-items: center; width: 43px; height: 23px; border: 1px solid var(--line); border-radius: 999px; color: var(--mint); background: #091723; font: 700 8px ui-monospace, monospace; transform: rotateZ(-10deg); }
.orbit-one { width: 330px; height: 330px; }.orbit-two { width: 460px; height: 460px; animation-duration: 15s; animation-direction: reverse; }
@keyframes orbit-rotate { to { transform: translate(-50%,-50%) rotateX(64deg) rotateZ(370deg); } }
.case-caption { position: absolute; left: 28px; bottom: 24px; color: #637a83; font: 700 9px ui-monospace, monospace; letter-spacing: .13em; text-transform: uppercase; }
.case-copy { padding: 47px; align-self: center; }
.case-meta { display: flex; justify-content: space-between; gap: 25px; color: var(--mint); font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.case-copy h3 { margin: 26px 0 18px; font-size: clamp(31px,3vw,45px); line-height: 1.08; letter-spacing: -.05em; }
.case-copy > p { margin: 0; color: var(--muted); font-size: 14px; }
.impact-list { display: grid; gap: 11px; margin-top: 29px; }
.impact-list div { display: grid; grid-template-columns: 30px 1fr; gap: 9px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.06); }
.impact-list span { color: var(--mint); font: 700 9px ui-monospace, monospace; }
.impact-list p { margin: 0; color: #b1c0c4; font-size: 12px; }

.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 214px; width: 1px; background: linear-gradient(var(--mint), rgba(103,242,207,.04)); }
.timeline-item { display: grid; grid-template-columns: 185px 58px 1fr; align-items: start; padding-bottom: 26px; }
.timeline-date { padding-top: 35px; color: #71868d; font: 700 9px ui-monospace, monospace; letter-spacing: .12em; }
.timeline-dot { position: relative; width: 10px; height: 10px; margin: 35px auto 0; border: 2px solid var(--mint); border-radius: 50%; background: var(--bg); box-shadow: 0 0 0 8px rgba(103,242,207,.04), 0 0 22px rgba(103,242,207,.18); }
.timeline-content { padding: 31px 34px; border-radius: 22px; }
.timeline-content > span, .stack-card > span, .education-strip > div > span { color: var(--mint); font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.timeline-content h3 { display: inline-block; margin: 0 10px 0 0; font-size: 25px; letter-spacing: -.04em; }.timeline-content h4 { margin: 5px 0 15px; color: #9bb0b6; font-size: 12px; font-weight: 600; }.timeline-content p { max-width: 780px; margin: 0; color: var(--muted); font-size: 13px; }

.stack-section { padding-top: 70px; }
.stack-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.stack-card { min-height: 235px; padding: 30px; border-radius: 22px; }
.stack-card h3 { margin: 14px 0 11px; font-size: 23px; letter-spacing: -.035em; }
.education-strip { display: grid; grid-template-columns: 1fr auto 1fr; gap: 50px; align-items: center; padding: 36px 40px; border-block: 1px solid var(--line); }
.education-strip > div:last-child { text-align: right; }
.education-strip h3 { margin: 8px 0 2px; font-size: 19px; }.education-strip p { margin: 0; color: var(--muted); font-size: 11px; }
.education-symbol { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--line); border-radius: 50%; color: var(--mint); box-shadow: inset 0 0 30px rgba(103,242,207,.06); }

.contact-section { position: relative; overflow: hidden; padding-top: 155px; }
.contact-glow { position: absolute; left: 50%; bottom: -33rem; width: 75rem; aspect-ratio: 1; translate: -50%; border-radius: 50%; background: radial-gradient(circle, rgba(74,235,211,.14), rgba(85,105,255,.06) 40%, transparent 68%); filter: blur(20px); }
.contact-inner { text-align: center; }
.contact-inner .section-kicker { justify-content: center; }
.contact-inner h2 { font-size: clamp(48px, 7vw, 90px); }
.contact-inner > p { max-width: 650px; margin: 30px auto 0; color: var(--muted); }
.contact-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 60px; }
.contact-link { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 150px; padding: 27px; border: 1px solid var(--line); border-radius: 21px; text-align: left; background: rgba(255,255,255,.023); backdrop-filter: blur(16px); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.contact-link:hover { border-color: rgba(103,242,207,.34); background: rgba(103,242,207,.04); }
.contact-link span { color: var(--mint); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.contact-link strong { margin-top: auto; font-size: 13px; }.contact-link b { position: absolute; right: 24px; top: 22px; font-size: 16px; font-weight: 400; }
.site-footer { min-height: 180px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #6e8289; font-size: 10px; }
.site-footer > div { display: flex; align-items: center; gap: 14px; }.site-footer p { margin: 0; }.site-footer a { color: #9fb2b8; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.2,.75,.2,1), transform .9s cubic-bezier(.2,.75,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-copy { max-width: 850px; }
  .hero-visual { height: 700px; margin: -40px -8vw 0; }
  .scroll-cue { display: none; }
  .case-study { grid-template-columns: 1fr; }.case-visual { min-height: 520px; border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 800px) {
  :root { --header-h: 72px; }
  .site-header { padding-inline: 22px; }
  .brand-copy { display: none; }
  .menu-toggle { display: block; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 24px; background: rgba(4,8,18,.95); backdrop-filter: blur(24px); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
  .nav-links.open { opacity: 1; visibility: visible; }.nav-links a { font-size: 22px; }
  .section-shell { width: min(calc(100% - 32px), var(--max)); }.section-pad { padding-block: 95px; }
  .hero { padding-top: 120px; }.hero h1 { font-size: clamp(46px, 13vw, 67px); }.hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .hero-visual { min-height: 560px; height: 620px; margin-inline: -22vw; }.globe-legend { display: none; }.globe-hud { left: 24%; bottom: 8%; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }.section-heading h2, .deploy-intro h2 { font-size: clamp(38px, 10vw, 57px); }
  .expertise-grid, .stack-grid { grid-template-columns: 1fr; }
  .pipeline { grid-template-columns: 1fr; gap: 8px; min-height: auto; }.pipeline-progress { left: 54px; top: 65px; bottom: 65px; width: 1px; height: auto; }.pipeline-progress span { width: 100% !important; height: 0; }.pipeline-stage { min-height: 92px; display: grid; grid-template-columns: 45px 64px 1fr; grid-template-rows: 1fr 1fr; gap: 0 14px; align-items: center; text-align: left; }.pipeline-stage b { grid-row: 1/3; align-self: center; }.stage-symbol { grid-row: 1/3; margin: 0; width: 58px; height: 58px; border-radius: 18px; }.pipeline-stage h3 { margin: 0; align-self: end; }.pipeline-stage p { align-self: start; }
  .timeline::before { left: 9px; }.timeline-item { grid-template-columns: 20px 1fr; gap: 12px; }.timeline-date { grid-column: 2; padding: 0 0 8px; }.timeline-dot { grid-column: 1; grid-row: 1/3; width: 9px; height: 9px; margin: 3px 0 0 5px; }.timeline-content { grid-column: 2; }
  .education-strip { grid-template-columns: 1fr; gap: 25px; }.education-strip > div:last-child { text-align: left; }.education-symbol { display: none; }
  .contact-actions { grid-template-columns: 1fr; }.contact-inner h2 { font-size: clamp(43px, 12vw, 68px); }.site-footer { min-height: 240px; flex-direction: column; justify-content: center; gap: 24px; text-align: center; }.site-footer > div { flex-direction: column; }
}
@media (max-width: 520px) {
  .hero-actions { flex-direction: column; }.button { width: 100%; }.hero-metrics { gap: 22px 10px; }.hero-visual { height: 510px; min-height: 510px; margin-inline: -40vw; }.globe-hud { left: 33%; min-width: 215px; }.expertise-card { min-height: auto; padding: 28px; }.case-copy { padding: 30px 24px; }.case-visual { min-height: 430px; }.orbit-one { width: 260px; height: 260px; }.orbit-two { width: 350px; height: 350px; }.architecture-core { width: 135px; }.timeline-content { padding: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cursor-glow { display: none; }
}

/* ========================================================================== 
   HERO V2 — DEVSECOPS COMMAND CENTER
   Royal blue · signal orange · white
   ========================================================================== */
.site-header {
  padding-inline: max(30px, calc((100vw - 1500px) / 2));
}
.brand-mark {
  color: #fff;
  background: radial-gradient(circle at 30% 24%, #6bb8ff, #1265ff 55%, #06359e 100%);
  border: 1px solid rgba(128, 190, 255, .72);
  box-shadow: 0 0 0 5px rgba(22, 103, 255, .08), 0 0 32px rgba(25, 115, 255, .45);
}
.brand-copy strong { font-size: 15px; color: #fff; }
.brand-copy small { color: #75a9ff; }
.nav-links a:not(.nav-cta)::after { background: #2587ff; box-shadow: 0 0 14px #2587ff; }
.nav-cta { border-color: rgba(37, 135, 255, .48); box-shadow: inset 0 0 24px rgba(37, 135, 255, .06); }
.nav-cta:hover { border-color: rgba(255, 138, 31, .75); }

.hero.section-shell {
  width: min(calc(100% - 64px), 1500px);
  min-height: 100svh;
  padding-top: calc(var(--header-h) + 28px);
  padding-bottom: 28px;
  grid-template-columns: minmax(470px, .78fr) minmax(680px, 1.22fr);
  gap: 22px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 5% -20vw -8%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 42%, rgba(15, 105, 255, .19), transparent 29rem),
    radial-gradient(circle at 81% 55%, rgba(255, 112, 19, .08), transparent 19rem),
    linear-gradient(90deg, rgba(2, 8, 24, .16), transparent 45%);
}
.hero-copy { padding: 30px 0 38px; }
.hero-identity { margin-bottom: 15px; }
.hero-identity span {
  display: block;
  color: #6598ed;
  font: 750 9px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .23em;
  text-transform: uppercase;
}
.hero-identity strong {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(58px, 5.15vw, 88px);
  line-height: .93;
  font-weight: 770;
  letter-spacing: -.07em;
  text-wrap: balance;
  text-shadow: 0 0 1px #fff, 0 18px 70px rgba(20, 98, 255, .19);
}
.eyebrow {
  min-height: 38px;
  color: #d4e3ff;
  font-size: 10px;
  letter-spacing: .16em;
  border-block: 1px solid rgba(56, 128, 255, .12);
}
.eyebrow i { width: 1px; height: 13px; background: rgba(255,255,255,.24); }
.status-dot {
  background: #ff8a1f;
  box-shadow: 0 0 0 6px rgba(255, 138, 31, .08), 0 0 22px rgba(255, 138, 31, .85);
}
.hero h1 {
  margin: 25px 0 24px;
  color: #fff;
  font-size: clamp(50px, 4.55vw, 76px);
  line-height: .99;
  letter-spacing: -.065em;
  font-weight: 730;
}
.word-blue {
  color: transparent;
  background: linear-gradient(120deg, #55b7ff, #176dff 55%, #1354d9);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 10px 24px rgba(21, 103, 255, .2));
}
.word-orange {
  color: transparent;
  background: linear-gradient(120deg, #fff 0 10%, #ffbd72 35%, #ff7a12 72%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 10px 26px rgba(255, 116, 18, .18));
}
.hero-lead { max-width: 560px; color: #9eb0cc; font-size: clamp(16px, 1.22vw, 19px); line-height: 1.62; }
.hero-actions { margin-top: 30px; }
.button { border-radius: 12px; min-height: 56px; }
.button-primary {
  color: white;
  border: 1px solid rgba(110, 178, 255, .65);
  background: linear-gradient(135deg, #087cff, #1659e8 70%, #0d42bc);
  box-shadow: 0 12px 42px rgba(17, 102, 255, .28), inset 0 1px 0 rgba(255,255,255,.25), 0 0 0 1px rgba(255, 133, 28, .1);
}
.button-primary:hover { box-shadow: 0 18px 60px rgba(17, 102, 255, .4), 0 0 22px rgba(255, 132, 30, .18); }
.button-ghost { border-color: rgba(255, 138, 31, .64); color: #fff; background: rgba(5, 13, 35, .7); box-shadow: inset 0 0 30px rgba(255, 129, 24, .03); }
.button-ghost:hover { border-color: #ff8a1f; background: rgba(255, 132, 24, .055); }
.hero-metrics { margin-top: 42px; padding-top: 25px; border-color: rgba(61, 122, 225, .24); gap: 16px; }
.hero-metrics strong { color: #fff; font-size: 29px; }
.hero-metrics strong::after { color: #ff8a1f; }
.hero-metrics span { color: #7890b5; }

.hero-visual {
  height: min(790px, calc(100svh - 106px));
  min-height: 680px;
  margin-right: -3.2vw;
  isolation: isolate;
}
.hero-visual::before {
  inset: 5% -1% 4%;
  border-radius: 42%;
  background: radial-gradient(circle, rgba(18, 101, 255, .13), rgba(13, 67, 165, .025) 48%, transparent 68%);
  filter: blur(8px);
}
.devops-command-center {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(56, 128, 255, .14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 43%, rgba(14, 93, 255, .08), transparent 33%),
    linear-gradient(145deg, rgba(4, 11, 30, .9), rgba(2, 7, 20, .55));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 40px 110px rgba(0,0,0,.28);
}
.devops-command-center::before,
.devops-command-center::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.devops-command-center::before {
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(52, 117, 226, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 117, 226, .055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 52% 48%, black, transparent 78%);
}
.devops-command-center::after {
  width: 720px;
  height: 720px;
  left: 50%;
  top: 48%;
  translate: -50% -50%;
  border: 1px solid rgba(38, 131, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(22, 109, 255, .018), 0 0 0 92px rgba(22, 109, 255, .012);
  animation: command-radar 7s linear infinite;
}
@keyframes command-radar { to { rotate: 1turn; } }
#globe-canvas { position: absolute; inset: 0; z-index: 1; }
.pipeline-map { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.flow-line { fill: none; stroke-width: 2; stroke-linecap: round; opacity: .66; }
.code-flow { stroke: #2388ff; stroke-dasharray: 5 7; filter: url(#pathGlowBlue); animation: flow-dash 8s linear infinite; }
.infra-flow { stroke: #63aaff; stroke-dasharray: 2 8; filter: url(#pathGlowBlue); animation: flow-dash 10s linear infinite reverse; }
.infra-deploy-flow, .deploy-flow, .services-flow { stroke: #ff8a1f; filter: url(#pathGlowOrange); stroke-dasharray: 8 8; animation: flow-dash 8s linear infinite; }
.alert-flow { stroke: #ff9a3d; filter: url(#pathGlowOrange); stroke-dasharray: 2 8; animation: flow-dash 5s linear infinite; }
@keyframes flow-dash { to { stroke-dashoffset: -120; } }
.path-pulse { filter: drop-shadow(0 0 8px currentColor); }
.path-pulse-blue { fill: #8dc6ff; color: #2588ff; }
.path-pulse-orange { fill: #ffd1a3; color: #ff8a1f; }
.delay-one { animation-delay: -1.2s; }
.delay-two { animation-delay: -2.3s; }

.flow-node,
.services-rack,
.monitor-card,
.alerts-card,
.globe-core-label,
.flow-legend {
  z-index: 4;
}
.flow-node {
  position: absolute;
  width: 118px;
  min-height: 91px;
  padding: 13px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(68, 137, 255, .42);
  border-radius: 15px;
  color: #fff;
  text-align: center;
  background: linear-gradient(145deg, rgba(13, 28, 67, .87), rgba(5, 12, 31, .82));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 12px 38px rgba(0,0,0,.32), 0 0 24px rgba(34, 121, 255, .08);
  backdrop-filter: blur(18px) saturate(135%);
  transform: translateZ(0);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.flow-node:hover,
.flow-node:focus-visible,
.flow-node.is-active {
  outline: none;
  transform: translateY(-5px) scale(1.025);
  border-color: rgba(93, 167, 255, .95);
  background: linear-gradient(145deg, rgba(19, 60, 139, .92), rgba(6, 17, 45, .9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 18px 50px rgba(0,0,0,.35), 0 0 34px rgba(28, 119, 255, .28);
}
.flow-node.is-orange,
.node-aws { border-color: rgba(255, 132, 31, .58); }
.node-aws.is-active,
.node-aws:hover,
.node-aws:focus-visible { border-color: #ff8a1f; box-shadow: 0 18px 50px rgba(0,0,0,.34), 0 0 34px rgba(255, 132, 31, .25); }
.node-step {
  position: absolute;
  left: -11px;
  top: -11px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(100, 170, 255, .65);
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, #1c73ef, #0b338b);
  box-shadow: 0 0 18px rgba(32, 120, 255, .44);
  font: 800 10px/1 ui-monospace, monospace;
}
.node-icon {
  width: 37px;
  height: 31px;
  display: grid;
  place-items: center;
  margin-bottom: 3px;
  color: #fff;
  font: 900 15px/1 ui-monospace, monospace;
  text-shadow: 0 0 13px currentColor;
}
.infinity-icon { font-size: 34px; color: #9fc9ff; }
.shield-icon { color: #7fb5ff; font-size: 25px; transform: rotate(45deg); }
.terraform-icon { color: #8970ff; }
.aws-icon { color: #fff; font-family: Arial, sans-serif; font-size: 20px; font-style: normal; text-decoration: underline; text-decoration-color: #ff8a1f; text-underline-offset: 5px; }
.flow-node strong { font-size: 12px; line-height: 1.2; }
.flow-node small { margin-top: 4px; color: #93a8ca; font-size: 8px; line-height: 1.35; }
.flow-node em { margin-top: 7px; padding: 2px 8px; border: 1px solid rgba(255, 138, 31, .48); border-radius: 999px; color: #ff9a3d; font: 750 7px/1.4 ui-monospace, monospace; letter-spacing: .08em; font-style: normal; }
.node-github { left: 12%; top: 4.2%; }
.node-cicd { left: 42.2%; top: 3.6%; }
.node-security { right: 7.5%; top: 5%; }
.node-terraform { left: 1.2%; top: 38%; }
.node-aws { right: 1.2%; top: 38.5%; }

.services-rack {
  position: absolute;
  left: 18%;
  right: 17%;
  bottom: 20.5%;
  min-height: 76px;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 17px;
  border-color: rgba(255, 137, 32, .42);
  background: linear-gradient(100deg, rgba(7, 19, 48, .92), rgba(20, 32, 66, .76), rgba(7, 17, 42, .92));
  box-shadow: 0 18px 60px rgba(0,0,0,.32), 0 0 28px rgba(255, 125, 22, .08), inset 0 1px 0 rgba(255,255,255,.08);
}
.services-rack > div { display: flex; align-items: center; gap: 7px; }
.services-rack > div b { display: grid; place-items: center; min-width: 29px; height: 29px; border-radius: 9px; color: #ff9b3c; background: rgba(255, 137, 31, .075); font: 850 13px/1 ui-monospace, monospace; text-shadow: 0 0 12px rgba(255, 132, 31, .8); }
.services-rack > div:nth-of-type(1) b { color: #90d04e; }
.services-rack > div:nth-of-type(3) b { color: #5b9cff; }
.services-rack small { color: #d7e3f7; font-size: 8px; line-height: 1.18; }
.services-rack > i { width: 19px; height: 1px; background: linear-gradient(90deg, #ff8a1f, transparent); box-shadow: 0 0 8px #ff8a1f; animation: rack-link 1.7s ease-in-out infinite alternate; }
@keyframes rack-link { to { opacity: .28; transform: scaleX(.7); } }

.monitor-card,
.alerts-card {
  position: absolute;
  bottom: 3.5%;
  min-height: 119px;
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(8, 21, 53, .9), rgba(4, 11, 29, .86));
}
.monitor-card { left: 8.5%; width: 235px; padding: 15px; }
.alerts-card { right: 4.5%; width: 257px; padding: 15px; }
.monitor-title { display: flex; align-items: center; gap: 10px; }
.monitor-title > b { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255, 85, 155, .42); border-radius: 11px; color: #ff4fa3; font: 850 11px/1 ui-monospace, monospace; box-shadow: inset 0 0 18px rgba(255, 57, 148, .06); }
.monitor-title span { display: flex; flex-direction: column; }
.monitor-title strong, .alert-title strong { font-size: 11px; }
.monitor-title small { color: #859bbd; font-size: 7.5px; }
.mini-dashboard { height: 48px; margin-top: 12px; padding: 7px 8px 4px; display: flex; align-items: end; gap: 6px; border: 1px solid rgba(63, 126, 229, .13); border-radius: 9px; background: rgba(1, 7, 20, .46); overflow: hidden; }
.mini-dashboard i { flex: 1; height: var(--bar, 35%); border-radius: 4px 4px 1px 1px; background: linear-gradient(#228aff, #15366f); box-shadow: 0 0 12px rgba(34, 138, 255, .25); transform-origin: bottom; animation: dashboard-bar 2.4s ease-in-out infinite alternate; }
.mini-dashboard i:nth-child(1) { --bar: 35%; animation-delay: -.4s; }.mini-dashboard i:nth-child(2) { --bar: 74%; animation-delay: -1.4s; }.mini-dashboard i:nth-child(3) { --bar: 48%; animation-delay: -.7s; }.mini-dashboard i:nth-child(4) { --bar: 90%; animation-delay: -1.8s; background: linear-gradient(#ff9c41,#8b3b0f); }.mini-dashboard i:nth-child(5) { --bar: 62%; animation-delay: -.2s; }.mini-dashboard i:nth-child(6) { --bar: 82%; animation-delay: -1.1s; }
@keyframes dashboard-bar { to { transform: scaleY(.45); opacity: .65; } }
.alert-title { display: flex; align-items: center; gap: 10px; }
.bell { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #ff8a1f; background: rgba(255, 132, 31, .09); box-shadow: 0 0 0 1px rgba(255, 132, 31, .3), 0 0 20px rgba(255, 132, 31, .22); animation: alert-bell 2.7s ease-in-out infinite; }
@keyframes alert-bell { 0%,72%,100% { transform: scale(1); } 79% { transform: scale(1.16); box-shadow: 0 0 0 8px rgba(255,132,31,0), 0 0 30px rgba(255,132,31,.38); } }
.alert-channels { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 15px; }
.alert-channels span { position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px; color: white; }
.alert-channels span:not(:last-child)::after { content: ""; position: absolute; top: 14px; right: -6px; width: 12px; border-top: 1px dotted rgba(255, 138, 31, .48); }
.alert-channels b { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(64, 130, 238, .25); border-radius: 9px; color: #f6f9ff; font: 850 10px/1 ui-monospace, monospace; background: rgba(255,255,255,.025); }
.alert-channels span:first-child b { color: #67d7ff; }
.alert-channels small { color: #8498b8; font-size: 7px; }

.globe-core-label {
  position: absolute;
  left: 50%;
  top: 57%;
  translate: -50% -50%;
  width: 174px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 12px 1fr;
  column-gap: 6px;
  border-radius: 12px;
  pointer-events: none;
  background: rgba(3, 10, 27, .66);
  border-color: rgba(50, 135, 255, .27);
  box-shadow: 0 0 34px rgba(21, 105, 255, .14), inset 0 1px 0 rgba(255,255,255,.08);
}
.globe-core-label .live-indicator { grid-row: 1 / 3; align-self: center; background: #ff8a1f; box-shadow: 0 0 14px #ff8a1f; }
.globe-core-label strong { color: white; font: 800 8px/1.2 ui-monospace, monospace; letter-spacing: .08em; }
.globe-core-label small { color: #64a9ff; font: 700 7px/1.5 ui-monospace, monospace; letter-spacing: .08em; }
.flow-legend {
  position: absolute;
  left: 20%;
  right: 15%;
  bottom: .6%;
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #8da1c2;
  font-size: 7px;
  background: rgba(3, 10, 26, .74);
}
.flow-legend span { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.flow-legend i { width: 20px; height: 1px; background: #2588ff; box-shadow: 0 0 7px #2588ff; }
.flow-legend .blue-dash-key { background: repeating-linear-gradient(90deg,#68aaff 0 3px,transparent 3px 6px); }
.flow-legend .orange-key { background: #ff8a1f; box-shadow: 0 0 7px #ff8a1f; }
.flow-legend .orange-dash-key { background: repeating-linear-gradient(90deg,#ff8a1f 0 3px,transparent 3px 6px); }
.tech-tooltip { border-color: rgba(55, 133, 255, .28); background: rgba(3, 10, 27, .9); }
.scroll-cue { color: #58729e; }
.scroll-cue span { background: linear-gradient(90deg, #247fff, #ff8a1f, transparent); }

/* Surface status pulse shared by Three.js pins and DOM nodes. */
.devops-command-center.pin-pulse .flow-node,
.devops-command-center.pin-pulse .services-rack,
.devops-command-center.pin-pulse .monitor-card,
.devops-command-center.pin-pulse .alerts-card {
  animation: system-pulse 1.05s ease-out;
}
@keyframes system-pulse {
  0% { filter: brightness(1); }
  30% { filter: brightness(1.28); }
  100% { filter: brightness(1); }
}

@media (max-width: 1320px) {
  .hero.section-shell { grid-template-columns: minmax(420px, .8fr) minmax(620px, 1.2fr); width: min(calc(100% - 44px), 1360px); }
  .hero-identity strong { font-size: clamp(54px, 5vw, 76px); }
  .hero h1 { font-size: clamp(47px, 4.45vw, 68px); }
  .flow-node { width: 108px; }
  .monitor-card { left: 5.5%; }.alerts-card { right: 2.5%; }
}

@media (max-width: 1100px) {
  .hero.section-shell { grid-template-columns: 1fr; padding-top: 132px; }
  .hero-copy { max-width: 880px; }
  .hero-identity strong { font-size: clamp(66px, 10vw, 94px); }
  .hero h1 { max-width: 820px; font-size: clamp(54px, 8vw, 80px); }
  .hero-visual { height: 780px; min-height: 780px; margin: 10px -3vw 0; }
}

@media (max-width: 800px) {
  .site-header { padding-inline: 20px; }
  .hero.section-shell { width: min(calc(100% - 28px), 1500px); padding-top: 108px; }
  .hero-copy { padding-top: 15px; }
  .hero-identity strong { font-size: clamp(54px, 16vw, 78px); }
  .hero h1 { font-size: clamp(46px, 13vw, 67px); }
  .hero-visual { height: 660px; min-height: 660px; margin-inline: -5vw; }
  .devops-command-center { border-radius: 24px; }
  .flow-node { width: 94px; min-height: 76px; padding: 10px 7px 8px; }
  .flow-node strong { font-size: 10px; }.flow-node small { font-size: 6.7px; }.node-icon { height: 24px; margin: 0; font-size: 12px; }.infinity-icon { font-size: 25px; }
  .node-step { width: 20px; height: 20px; font-size: 8px; }
  .node-github { left: 10%; }.node-cicd { left: 39.5%; }.node-security { right: 4%; }
  .node-terraform { left: 1%; top: 37%; }.node-aws { right: 1%; top: 37%; }
  .services-rack { left: 11%; right: 10%; bottom: 22%; gap: 7px; padding-inline: 10px; }
  .services-rack small { font-size: 6.7px; }.services-rack > div b { min-width: 24px; height: 24px; font-size: 10px; }.services-rack > i { width: 10px; }
  .monitor-card { left: 2.5%; width: 205px; }.alerts-card { right: 2.5%; width: 220px; }
  .flow-legend { display: none; }
}

@media (max-width: 620px) {
  .hero-identity span { font-size: 7.5px; }
  .hero-identity strong { font-size: clamp(49px, 16vw, 67px); }
  .eyebrow { flex-wrap: wrap; height: auto; padding-block: 9px; font-size: 8px; }
  .hero h1 { font-size: clamp(43px, 13vw, 59px); }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .hero-visual { height: 650px; min-height: 650px; margin-inline: -10vw; }
  .pipeline-map { opacity: .72; }
  .node-github { left: 9%; top: 4%; }.node-cicd { left: 39%; top: 4%; }.node-security { right: 3%; top: 4%; }
  .node-terraform { left: 2%; top: 37%; }.node-aws { right: 2%; top: 37%; }
  .services-rack { left: 7%; right: 7%; bottom: 23%; min-height: 68px; }
  .services-rack > div { flex-direction: column; text-align: center; gap: 2px; }
  .monitor-card { left: 3%; width: 45%; bottom: 3%; }.alerts-card { right: 3%; width: 45%; bottom: 3%; }
  .globe-core-label { width: 145px; }
}

@media (max-width: 470px) {
  .hero.section-shell { width: min(calc(100% - 22px), 1500px); }
  .hero-identity strong { font-size: 47px; }
  .hero h1 { font-size: 42px; }
  .hero-visual { height: 585px; min-height: 585px; margin-inline: -14vw; }
  .flow-node { width: 82px; min-height: 69px; border-radius: 12px; }
  .flow-node small { display: none; }
  .node-github { left: 9%; }.node-cicd { left: 39%; }.node-security { right: 3%; }
  .services-rack { grid-template-columns: repeat(7, auto); gap: 4px; padding: 9px 7px; }
  .services-rack > div b { min-width: 22px; height: 22px; }.services-rack > i { width: 6px; }.services-rack small { font-size: 5.8px; }
  .monitor-card, .alerts-card { min-height: 105px; padding: 11px; }
  .alert-title strong { font-size: 8.5px; }.alert-channels small { font-size: 6px; }
  .globe-core-label { top: 55%; }
}

@media (prefers-reduced-motion: reduce) {
  .devops-command-center::after,
  .flow-line,
  .services-rack > i,
  .mini-dashboard i,
  .bell,
  .devops-command-center.pin-pulse .flow-node,
  .devops-command-center.pin-pulse .services-rack,
  .devops-command-center.pin-pulse .monitor-card,
  .devops-command-center.pin-pulse .alerts-card {
    animation: none !important;
  }
  .path-pulse { display: none; }
}

/* ========================================================================== 
   HERO V3 — APPROVED PROTOTYPE REBUILD
   Exact visual artwork + lightweight animated DevSecOps overlays
   ========================================================================== */
:root {
  --hero-blue: #1678ff;
  --hero-blue-soft: #74b8ff;
  --hero-orange: #ff861c;
  --hero-white: #ffffff;
  --hero-navy: #020718;
}

body {
  background:
    radial-gradient(circle at 70% 12%, rgba(18, 95, 255, .16), transparent 31rem),
    radial-gradient(circle at 82% 48%, rgba(255, 119, 22, .055), transparent 24rem),
    radial-gradient(circle at 9% 37%, rgba(24, 91, 213, .11), transparent 31rem),
    #020716;
}
::selection { color: #fff; background: #176fff; }
.cursor-glow { background: radial-gradient(circle, rgba(38, 126, 255, .085), transparent 68%); }
.aurora-one { background: #126cff; opacity: .07; }
.aurora-two { background: #ff7b18; opacity: .035; }
.loader-core { border-color: rgba(46, 133, 255, .2); border-top-color: #2687ff; box-shadow: 0 0 38px rgba(38, 135, 255, .23); }

.site-header {
  height: 74px;
  padding-inline: max(40px, calc((100vw - 1600px) / 2));
  border-bottom-color: rgba(77, 133, 222, .16);
  background: linear-gradient(180deg, rgba(2,7,21,.82), rgba(2,7,21,.22));
  backdrop-filter: blur(12px) saturate(135%);
}
.site-header.scrolled { height: 68px; background: rgba(2,7,21,.82); border-color: rgba(77,133,222,.22); }
.brand-mark {
  color: #fff;
  background: radial-gradient(circle at 32% 25%, #76bdff, #176dff 55%, #073697 100%);
  border: 1px solid rgba(111, 180, 255, .78);
  box-shadow: 0 0 0 5px rgba(28, 113, 255, .08), 0 0 28px rgba(23, 111, 255, .48);
}
.brand-copy strong { color: #fff; font-size: 15px; }
.brand-copy small { color: #70a9ff; }
.nav-links a { color: #d9e4f4; }
.nav-links a:not(.nav-cta)::after { background: #2b8cff; box-shadow: 0 0 12px #2b8cff; }
.nav-cta { border-color: rgba(40, 132, 255, .62); background: rgba(16, 58, 122, .08); box-shadow: inset 0 0 24px rgba(33, 124, 255, .055), 0 0 0 1px rgba(255,255,255,.01); }
.nav-cta:hover { border-color: #ff861c; box-shadow: 0 0 25px rgba(255,134,28,.12); }

.hero.section-shell {
  width: min(calc(100% - 80px), 1600px);
  min-height: 100svh;
  padding-top: 92px;
  padding-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(505px, .84fr) minmax(800px, 1.16fr);
  align-items: center;
  gap: 0;
}
.hero.section-shell::before {
  content: "";
  position: absolute;
  inset: 0 -18vw -3%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 67% 47%, rgba(17, 102, 255, .18), transparent 31rem),
    radial-gradient(circle at 82% 43%, rgba(255, 126, 27, .055), transparent 20rem),
    linear-gradient(90deg, rgba(2,7,21,.85) 0%, rgba(2,7,21,.28) 46%, transparent 72%);
}
.hero-copy {
  z-index: 5;
  padding: 10px 24px 18px 0;
}
.hero-name {
  margin: 0 0 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(62, 126, 226, .24);
}
.hero-name span {
  display: block;
  width: max-content;
  max-width: 100%;
  color: #fff;
  font-size: clamp(58px, 5vw, 82px);
  line-height: .93;
  font-weight: 790;
  letter-spacing: -.065em;
  text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 20px 70px rgba(23, 101, 255, .2);
}
.eyebrow {
  min-height: 35px;
  color: #e7eefb;
  font-size: 10px;
  letter-spacing: .16em;
  border-bottom: 1px solid rgba(62,126,226,.2);
}
.eyebrow i { width: 1px; height: 13px; background: rgba(255,255,255,.32); }
.status-dot {
  background: #ff8a1f;
  box-shadow: 0 0 0 6px rgba(255,138,31,.075), 0 0 21px rgba(255,138,31,.9);
}
.hero h1 {
  margin: 25px 0 22px;
  color: #fff;
  font-size: clamp(51px, 4.35vw, 72px);
  line-height: .995;
  letter-spacing: -.062em;
  font-weight: 740;
}
.word-blue {
  color: transparent;
  background: linear-gradient(115deg, #4aaeff, #1f79ff 50%, #1056d9);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 10px 25px rgba(25, 111, 255, .28));
}
.word-orange {
  color: transparent;
  background: linear-gradient(110deg, #fff 0 6%, #ffd29d 30%, #ff8a1f 68%, #ff6910);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 10px 24px rgba(255, 124, 22, .2));
}
.hero-lead { max-width: 530px; color: #a8b9d3; font-size: clamp(16px, 1.16vw, 18px); line-height: 1.65; }
.hero-actions { margin-top: 30px; }
.button { min-height: 58px; padding-inline: 25px; border-radius: 12px; }
.button-primary {
  color: #fff;
  border: 1px solid rgba(126, 190, 255, .74);
  background: linear-gradient(135deg, #087dff, #1459ec 68%, #0a3ba7);
  box-shadow: 0 14px 42px rgba(17, 100, 255, .3), inset 0 1px 0 rgba(255,255,255,.29), 0 0 0 1px rgba(255, 133, 26, .09);
}
.button-primary:hover { box-shadow: 0 18px 58px rgba(17,100,255,.43), 0 0 25px rgba(255,133,26,.16); }
.button-ghost { color: #fff; border-color: rgba(255, 135, 29, .7); background: rgba(4,11,29,.68); box-shadow: inset 0 0 28px rgba(255,132,24,.025); }
.button-ghost:hover { border-color: #ff861c; background: rgba(255,132,24,.055); }
.hero-metrics { margin-top: 44px; padding-top: 25px; gap: 15px; border-color: rgba(64, 126, 224, .25); }
.hero-metrics strong { color: #fff; font-size: 30px; }
.hero-metrics strong::after { color: #ff861c; }
.hero-metrics span { color: #8298b9; font-size: 9.5px; }

.hero-visual {
  position: relative;
  height: min(850px, calc(100svh - 90px));
  min-height: 690px;
  margin: 0 -3vw 0 -1.3vw;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% 3% 6% 7%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 107, 255, .2), rgba(13, 62, 150, .04) 47%, transparent 70%);
  filter: blur(22px);
}
.command-center {
  position: absolute;
  inset: 0;
  overflow: visible;
  perspective: 1200px;
}
.command-center-depth {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .16s ease-out;
}
.command-center-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  filter: saturate(1.06) contrast(1.035) brightness(1.025) drop-shadow(0 35px 70px rgba(0,0,0,.2));
  -webkit-mask-image: radial-gradient(ellipse 98% 98% at 51% 48%, #000 78%, rgba(0,0,0,.88) 89%, transparent 100%);
  mask-image: radial-gradient(ellipse 98% 98% at 51% 48%, #000 78%, rgba(0,0,0,.88) 89%, transparent 100%);
}
.command-center-ambient {
  position: absolute;
  left: 17%; top: 15%;
  width: 68%; aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, transparent 48%, rgba(29,125,255,.15) 59%, transparent 68%),
    conic-gradient(from 0deg, transparent 0 14%, rgba(35,132,255,.18) 17%, transparent 21% 54%, rgba(255,133,27,.15) 58%, transparent 62%);
  filter: blur(2px);
  opacity: .72;
  animation: ambient-breathe 3.1s ease-in-out infinite;
}
@keyframes ambient-breathe { 50% { opacity: 1; transform: scale(1.018); } }
.globe-scan {
  position: absolute;
  left: 19.1%; top: 16.8%;
  width: 64%; aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(54, 144, 255, .22);
  box-shadow: inset 0 0 55px rgba(19, 107, 255, .07), 0 0 25px rgba(19,107,255,.08);
  animation: scan-spin 17s linear infinite;
}
.globe-scan::before, .globe-scan::after {
  content: "";
  position: absolute;
  inset: -5%;
  border: 1px dashed rgba(63,150,255,.18);
  border-radius: 50%;
}
.globe-scan::after { inset: 7%; border-color: rgba(255,138,31,.15); animation: scan-spin 11s linear infinite reverse; }
.globe-scan-two { width: 58%; left: 22%; top: 19.5%; transform: rotateX(68deg) rotateZ(18deg); opacity: .68; animation-duration: 13s; animation-direction: reverse; }
@keyframes scan-spin { to { rotate: 1turn; } }
.globe-sweep {
  position: absolute;
  left: 19%; top: 16.8%;
  width: 64%; aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: conic-gradient(from 20deg, transparent 0 82%, rgba(69,153,255,.04) 87%, rgba(70,156,255,.25) 92%, transparent 97%);
  -webkit-mask-image: radial-gradient(circle, transparent 0 57%, #000 59% 64%, transparent 67%);
  mask-image: radial-gradient(circle, transparent 0 57%, #000 59% 64%, transparent 67%);
  filter: drop-shadow(0 0 12px rgba(35,130,255,.75));
  animation: sweep-spin 6.5s linear infinite;
}
@keyframes sweep-spin { to { rotate: 1turn; } }
.command-motion { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.motion-path { fill: none; stroke-width: 1.6; stroke-linecap: round; opacity: .38; }
.motion-blue { stroke: #278bff; stroke-dasharray: 3 8; filter: url(#motionBlueGlow); animation: dash-stream 8s linear infinite; }
.motion-orange { stroke: #ff8a1f; stroke-dasharray: 7 8; filter: url(#motionOrangeGlow); animation: dash-stream 7s linear infinite; }
.motion-dotted { stroke-dasharray: 2 10; }
@keyframes dash-stream { to { stroke-dashoffset: -150; } }
.packet { filter: drop-shadow(0 0 8px #2b8cff); }
.packet-orange { filter: drop-shadow(0 0 9px #ff8a1f); }
.packet-delay-one { animation-delay: -1.35s; }
.packet-delay-two { animation-delay: -2.2s; }
.pin-layer { position: absolute; inset: 0; pointer-events: none; }
.pin-layer span {
  position: absolute;
  left: var(--x); top: var(--y);
  width: 4px; height: 4px;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
  background: var(--tone);
  box-shadow: 0 0 7px var(--tone), 0 0 15px var(--tone);
  animation: global-pin-pulse 2.65s cubic-bezier(.2,.8,.2,1) infinite;
}
.pin-layer span::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 19px; height: 19px;
  translate: -50% -50%;
  border: 1px solid var(--tone);
  border-radius: 50%;
  opacity: 0;
  animation: global-pin-ring 2.65s cubic-bezier(.15,.7,.25,1) infinite;
}
@keyframes global-pin-pulse { 0%,66%,100% { transform: scale(.72); opacity: .5; } 73% { transform: scale(1.8); opacity: 1; } 82% { transform: scale(1); opacity: .72; } }
@keyframes global-pin-ring { 0%,66% { transform: scale(.25); opacity: 0; } 72% { opacity: .7; } 92%,100% { transform: scale(1.8); opacity: 0; } }

.system-hotspot {
  position: absolute;
  z-index: 7;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  cursor: help;
  outline: none;
}
.system-hotspot::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid transparent;
  background: radial-gradient(circle at 50% 50%, rgba(42,135,255,.16), transparent 72%);
  opacity: 0;
  transform: scale(.94);
  transition: opacity .25s ease, transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.system-hotspot:hover::before,
.system-hotspot:focus-visible::before,
.system-hotspot.is-active::before {
  opacity: 1;
  transform: scale(1.03);
  border-color: rgba(70, 152, 255, .42);
  box-shadow: 0 0 24px rgba(35, 129, 255, .26), inset 0 0 24px rgba(35,129,255,.09);
}
.hotspot-terraform::before,
.hotspot-aws::before,
.hotspot-services::before,
.hotspot-cloudwatch::before,
.hotspot-alerts::before { background: radial-gradient(circle, rgba(255,133,27,.13), transparent 72%); }
.hotspot-terraform.is-active::before,
.hotspot-aws.is-active::before,
.hotspot-services.is-active::before,
.hotspot-cloudwatch.is-active::before,
.hotspot-alerts.is-active::before { border-color: rgba(255,139,42,.48); box-shadow: 0 0 25px rgba(255,133,27,.23), inset 0 0 25px rgba(255,133,27,.07); }
.hotspot-github { left: 19%; top: 2%; width: 15%; height: 15%; }
.hotspot-cicd { left: 41%; top: 1.5%; width: 23%; height: 16%; }
.hotspot-security { left: 69%; top: 2%; width: 17%; height: 16%; }
.hotspot-terraform { left: 1.5%; top: 22%; width: 17%; height: 25%; }
.hotspot-aws { right: 1%; top: 25%; width: 17%; height: 24%; }
.hotspot-services { left: 14%; top: 58%; width: 70%; height: 15%; }
.hotspot-cloudwatch { left: 10%; top: 73%; width: 31%; height: 20%; }
.hotspot-alerts { left: 56%; top: 73%; width: 34%; height: 20%; }
.operation-status {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 1.2%;
  translate: -50% 0;
  min-width: 228px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-color: rgba(55, 134, 255, .27);
  border-radius: 999px;
  background: rgba(2,8,24,.72);
  box-shadow: 0 0 30px rgba(23, 106, 255, .13), inset 0 1px 0 rgba(255,255,255,.07);
  pointer-events: none;
}
.operation-led { width: 7px; height: 7px; border-radius: 50%; background: #ff861c; box-shadow: 0 0 14px #ff861c; animation: operation-led 1.25s ease-in-out infinite; }
@keyframes operation-led { 50% { transform: scale(.72); opacity: .55; } }
.operation-status div { display: grid; }
.operation-status strong { color: #fff; font: 800 8px/1.2 ui-monospace, monospace; letter-spacing: .09em; }
.operation-status small { margin-top: 2px; color: #67aaff; font: 750 7px/1.35 ui-monospace, monospace; letter-spacing: .08em; }
.system-tooltip {
  position: absolute;
  z-index: 20;
  width: 248px;
  padding: 13px 15px;
  border: 1px solid rgba(58, 139, 255, .35);
  border-radius: 14px;
  color: #fff;
  background: rgba(3,10,28,.94);
  box-shadow: 0 20px 60px rgba(0,0,0,.45), 0 0 28px rgba(31,116,255,.12), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(18px) saturate(140%);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(8px,10px,0) scale(.96);
  transition: opacity .18s ease, transform .18s ease;
}
.system-tooltip.visible { opacity: 1; transform: translate3d(8px,10px,0) scale(1); }
.system-tooltip strong { display: block; color: #7fbdff; font-size: 12px; }
.system-tooltip span { display: block; margin-top: 5px; color: #a9bad3; font-size: 10px; line-height: 1.5; }
.scroll-cue { bottom: 12px; color: #6b81a4; }
.scroll-cue span { background: linear-gradient(90deg, #2184ff, #ff861c, transparent); }

@media (max-width: 1460px) {
  .hero.section-shell { width: min(calc(100% - 48px), 1450px); grid-template-columns: minmax(455px,.82fr) minmax(700px,1.18fr); }
  .hero-name span { font-size: clamp(55px,4.8vw,74px); }
  .hero h1 { font-size: clamp(48px,4.2vw,66px); }
  .hero-visual { min-height: 660px; }
}
@media (max-width: 1180px) {
  .hero.section-shell { grid-template-columns: 1fr; padding-top: 110px; }
  .hero-copy { max-width: 880px; padding-right: 0; }
  .hero-name span { font-size: clamp(66px,10vw,92px); }
  .hero h1 { max-width: 760px; font-size: clamp(55px,8vw,78px); }
  .hero-lead { max-width: 650px; }
  .hero-visual { width: min(100%, 900px); height: 850px; margin: 20px auto 0; }
}
@media (max-width: 800px) {
  .site-header { padding-inline: 20px; }
  .hero.section-shell { width: min(calc(100% - 26px), 1600px); padding-top: 100px; }
  .hero-name span { font-size: clamp(53px,15vw,74px); }
  .hero h1 { font-size: clamp(45px,12vw,64px); }
  .hero-metrics { grid-template-columns: repeat(2,1fr); }
  .hero-visual { height: 690px; min-height: 690px; width: 108%; margin-left: -4%; }
  .operation-status { min-width: 205px; bottom: 0; }
  .system-tooltip { width: min(235px, 72vw); }
}
@media (max-width: 560px) {
  .hero-copy { padding-top: 8px; }
  .hero-name span { font-size: clamp(48px,14.5vw,66px); }
  .eyebrow { flex-wrap: wrap; padding-block: 9px; font-size: 8px; }
  .hero h1 { font-size: clamp(42px,12.5vw,56px); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { height: 570px; min-height: 570px; width: 124%; margin-left: -12%; }
  .command-center-art { -webkit-mask-image: radial-gradient(ellipse 100% 98% at 51% 48%, #000 81%, transparent 100%); mask-image: radial-gradient(ellipse 100% 98% at 51% 48%, #000 81%, transparent 100%); }
  .operation-status { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .command-center-depth { transition: none; }
  .command-center-ambient,
  .globe-scan,
  .globe-scan::after,
  .globe-sweep,
  .motion-path,
  .pin-layer span,
  .pin-layer span::after,
  .operation-led { animation: none !important; }
  .packet { display: none; }
}
.operation-status { display: none !important; }
