/* =========================================================
TRACKLINE STUDIOS
Premium Glassmorphism
style.css
========================================================= */

:root {
--bg: #04070c;
--bg-2: #080d15;
--text: #f5f8fc;
--text-soft: #aab5c5;
--text-muted: #687588;
--accent: #69d8ff;
--accent-2: #9c7cff;
--success: #5ce6a2;
--glass: rgba(255, 255, 255, 0.055);
--glass-hover: rgba(255, 255, 255, 0.085);
--border: rgba(255, 255, 255, 0.105);
--border-light: rgba(255, 255, 255, 0.17);
--radius-sm: 12px;
--radius-md: 20px;
--radius-lg: 28px;
--radius-xl: 38px;
--container: 1240px;
--ease: cubic-bezier(.2, .8, .2, 1);
}

/* =========================================================
RESET
========================================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  }

html {
scroll-behavior: smooth;
background: var(--bg);
}

body {
min-height: 100vh;
overflow-x: hidden;
color: var(--text);
background: radial-gradient(
circle at 50% -15%,
rgba(71, 188, 255, 0.09),
transparent 38%
), var(--bg);
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}

a {
color: inherit;
text-decoration: none;
}

button {
font: inherit;
}

::selection {
color: white;
background: rgba(105, 216, 255, 0.25);
}

/* =========================================================
BACKGROUND
========================================================= */

.background {
position: fixed;
inset: 0;
z-index: -10;
overflow: hidden;
pointer-events: none;
background: linear-gradient(
180deg,
#04070c 0%,
#050911 50%,
#03060a 100%
);
}

.background-gradient {
position: absolute;
inset: 0;
background:
radial-gradient(
circle at 15% 15%,
rgba(0, 174, 255, 0.13),
transparent 28%
),
radial-gradient(
circle at 85% 35%,
rgba(145, 83, 255, 0.1),
transparent 30%
),
radial-gradient(
circle at 50% 90%,
rgba(0, 111, 190, 0.08),
transparent 35%
);
}

.background-orb {
position: absolute;
width: 500px;
height: 500px;
border-radius: 50%;
filter: blur(110px);
opacity: 0.18;
animation: orbFloat 18s ease-in-out infinite alternate;
}

.background-orb-one {
left: -250px;
top: -150px;
background: #009dff;
}

.background-orb-two {
right: -250px;
top: 20%;
background: #814cff;
animation-delay: -6s;
}

.background-orb-three {
left: 25%;
bottom: -400px;
background: #0077bd;
animation-delay: -12s;
}

@keyframes orbFloat {

  
0% {
    transform: translate(0, 0) scale(1);
}

50% {
    transform: translate(40px, -25px) scale(1.08);
}

100% {
    transform: translate(-25px, 30px) scale(.95);
}
  

}

.background-grid {
position: absolute;
inset: 0;
opacity: .3;
background-image:
linear-gradient(
rgba(255,255,255,.025) 1px,
transparent 1px
),
linear-gradient(
90deg,
rgba(255,255,255,.025) 1px,
transparent 1px
);
background-size: 70px 70px;
mask-image: linear-gradient(
to bottom,
black,
transparent 80%
);
}

/* =========================================================
CURSOR GLOW
========================================================= */

.cursor-glow {
position: fixed;
z-index: -1;
width: 500px;
height: 500px;
left: var(--mouse-x, 50%);
top: var(--mouse-y, 50%);
transform: translate(-50%, -50%);
border-radius: 50%;
background: radial-gradient(
circle,
rgba(83, 208, 255, .065),
transparent 65%
);
pointer-events: none;
transition: left .12s linear, top .12s linear;
}

/* =========================================================
GLOBAL GLASS
========================================================= */

.glass-card {
background: linear-gradient(
135deg,
rgba(255,255,255,.075),
rgba(255,255,255,.025)
);
border: 1px solid var(--border);
box-shadow:
inset 0 1px 0 rgba(255,255,255,.055),
0 30px 90px rgba(0,0,0,.3);
backdrop-filter: blur(28px) saturate(145%);
-webkit-backdrop-filter: blur(28px) saturate(145%);
}

/* =========================================================
HEADER
========================================================= */

.site-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
padding: 18px 20px;
}

.glass-nav {
width: min(100%, var(--container));
min-height: 70px;
margin: auto;
display: flex;
align-items: center;
padding: 10px 12px 10px 18px;
border: 1px solid rgba(255,255,255,.1);
border-radius: 22px;
background: rgba(6,10,16,.62);
box-shadow:
0 20px 60px rgba(0,0,0,.3),
inset 0 1px 0 rgba(255,255,255,.06);
backdrop-filter: blur(25px) saturate(150%);
-webkit-backdrop-filter: blur(25px) saturate(150%);
}

/* =========================================================
BRAND
========================================================= */

.brand {
display: flex;
align-items: center;
gap: 10px;
min-width: max-content;
}

.brand-mark {
position: relative;
width: 39px;
height: 39px;
display: grid;
place-items: center;
overflow: hidden;
border-radius: 12px;
background: linear-gradient(
135deg,
rgba(105,216,255,.2),
rgba(156,124,255,.15)
);
border: 1px solid rgba(255,255,255,.14);
box-shadow: 0 8px 30px rgba(71,195,255,.12);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
content: "";
position: absolute;
background: var(--accent);
border-radius: 99px;
}

.brand-mark::before {
width: 22px;
height: 3px;
transform: rotate(-35deg);
}

.brand-mark::after {
width: 14px;
height: 3px;
transform: rotate(35deg);
}

.brand-mark span {
width: 5px;
height: 5px;
background: white;
}

.brand-name {
font-size: .9rem;
font-weight: 800;
letter-spacing: .06em;
}

.brand-studios {
margin-left: -5px;
color: var(--text-muted);
font-size: .63rem;
font-weight: 700;
letter-spacing: .13em;
}

/* =========================================================
NAVIGATION
========================================================= */

.nav-links {
display: flex;
align-items: center;
gap: 4px;
margin-left: auto;
margin-right: 14px;
}

.nav-links a {
position: relative;
padding: 10px 13px;
border-radius: 11px;
color: var(--text-soft);
font-size: .82rem;
font-weight: 600;
transition: color .2s ease, background .2s ease;
}

.nav-links a:hover {
color: white;
background: rgba(255,255,255,.055);
}

.nav-action {
min-height: 44px;
display: inline-flex;
align-items: center;
gap: 8px;
padding: 0 16px;
border-radius: 13px;
color: #031018;
background: linear-gradient(
135deg,
#e2f9ff,
#69d8ff
);
font-size: .8rem;
font-weight: 800;
box-shadow: 0 10px 30px rgba(72,194,255,.18);
transition:
transform .3s var(--ease),
box-shadow .3s var(--ease);
}

.nav-action:hover {
transform: translateY(-2px);
box-shadow: 0 15px 40px rgba(72,194,255,.3);
}

.nav-arrow {
font-size: 1rem;
}

/* =========================================================
MOBILE MENU BUTTON
========================================================= */

.mobile-menu-button {
display: none;
width: 43px;
height: 43px;
margin-left: auto;
place-items: center;
border-radius: 12px;
border: 1px solid var(--border);
background: rgba(255,255,255,.05);
cursor: pointer;
}

.mobile-menu-button span {
position: absolute;
width: 19px;
height: 2px;
background: white;
border-radius: 2px;
transition: .25s ease;
}

.mobile-menu-button span:first-child {
transform: translateY(-4px);
}

.mobile-menu-button span:last-child {
transform: translateY(4px);
}

.mobile-menu-button.active span:first-child {
transform: rotate(45deg);
}

.mobile-menu-button.active span:last-child {
transform: rotate(-45deg);
}

/* =========================================================
MOBILE NAVIGATION
========================================================= */

.mobile-navigation {
display: none;
width: min(calc(100% - 40px), var(--container));
margin: 8px auto 0;
padding: 10px;
border-radius: 20px;
background: rgba(6,10,16,.85);
border: 1px solid var(--border);
box-shadow: 0 25px 70px rgba(0,0,0,.4);
backdrop-filter: blur(25px);
}

.mobile-navigation.open {
display: block;
}

.mobile-navigation a {
display: block;
padding: 13px 14px;
border-radius: 12px;
color: var(--text-soft);
font-size: .9rem;
font-weight: 600;
}

.mobile-navigation a:hover {
color: white;
background: rgba(255,255,255,.05);
}

/* =========================================================
GENERAL SECTIONS
========================================================= */

.section {
width: min(calc(100% - 40px), var(--container));
margin-inline: auto;
padding: 130px 0;
}

.eyebrow {
color: var(--accent);
font-size: .67rem;
font-weight: 800;
letter-spacing: .17em;
text-transform: uppercase;
}

/* =========================================================
HERO
========================================================= */

.hero {
position: relative;
min-height: 900px;
padding-top: 190px;
display: grid;
grid-template-columns:
minmax(0, 1fr)
minmax(400px, .8fr);
align-items: center;
gap: 80px;
}

.hero-content {
position: relative;
z-index: 2;
}

/* Status */

.status-pill {
width: fit-content;
display: flex;
align-items: center;
gap: 9px;
padding: 7px 11px;
border-radius: 999px;
color: #bdf9d9;
background: rgba(92,230,162,.055);
border: 1px solid rgba(92,230,162,.12);
font-size: .63rem;
font-weight: 800;
letter-spacing: .1em;
}

.status-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--success);
box-shadow:
0 0 0 4px rgba(92,230,162,.08),
0 0 15px rgba(92,230,162,.5);
}

/* Hero title */

.hero .eyebrow {
margin-top: 28px;
}

.hero h1 {
max-width: 800px;
margin-top: 17px;
font-size: clamp(4rem, 7.8vw, 7.5rem);
line-height: .88;
letter-spacing: -.075em;
font-weight: 800;
}

.hero h1 span,
.section-heading h2 span,
.network-copy h2 span,
.development-content h2 span,
.about-heading h2 span,
.cta-card h2 span {
background: linear-gradient(
105deg,
#fff 5%,
#b9eaff 45%,
#69d8ff 70%,
#9c7cff
);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.hero-description {
max-width: 630px;
margin-top: 30px;
color: var(--text-soft);
font-size: 1.05rem;
line-height: 1.8;
}

/* Hero buttons */

.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 34px;
}

.button {
min-height: 53px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 0 20px;
border-radius: 15px;
font-size: .82rem;
font-weight: 800;
transition:
transform .3s var(--ease),
box-shadow .3s var(--ease),
background .3s ease;
}

.button-primary {
color: #031018;
background: linear-gradient(
135deg,
#e5faff,
#69d8ff
);
box-shadow: 0 12px 35px rgba(80,197,255,.2);
}

.button-primary:hover {
transform: translateY(-3px);
box-shadow: 0 18px 45px rgba(80,197,255,.3);
}

.button-secondary {
color: white;
background: rgba(255,255,255,.045);
border: 1px solid var(--border-light);
}

.button-secondary:hover {
transform: translateY(-3px);
background: rgba(255,255,255,.075);
}

.button-icon {
font-size: 1rem;
}

/* =========================================================
HERO SYSTEM CARD
========================================================= */

.hero-system-card {
position: relative;
padding: 25px;
border-radius: 30px;
transform:
perspective(1200px)
rotateY(-7deg)
rotateX(2deg);
transition: transform .5s var(--ease);
}

.hero-system-card:hover {
transform:
perspective(1200px)
rotateY(-2deg)
rotateX(1deg)
translateY(-5px);
}

.system-header {
display: flex;
align-items: center;
justify-content: space-between;
}

.system-label {
display: block;
color: var(--text-muted);
font-size: .6rem;
font-weight: 800;
letter-spacing: .13em;
}

.system-title {
display: block;
margin-top: 3px;
font-size: 1rem;
font-weight: 800;
}

.live-indicator {
padding: 6px 9px;
border-radius: 8px;
color: #bfffe0;
background: rgba(92,230,162,.06);
border: 1px solid rgba(92,230,162,.12);
font-size: .6rem;
font-weight: 800;
letter-spacing: .08em;
}

.system-divider {
height: 1px;
margin: 22px 0;
background: rgba(255,255,255,.08);
}

.system-stats {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 10px;
}

.system-stat {
padding: 17px 12px;
border-radius: 15px;
background: rgba(255,255,255,.035);
border: 1px solid rgba(255,255,255,.05);
}

.stat-value {
display: block;
font-size: 1.7rem;
font-weight: 800;
letter-spacing: -.05em;
}

.stat-label {
display: block;
margin-top: 2px;
color: var(--text-muted);
font-size: .57rem;
font-weight: 800;
letter-spacing: .07em;
}

.system-footer {
display: flex;
justify-content: space-between;
margin-top: 20px;
color: var(--text-muted);
font-size: .61rem;
font-weight: 700;
}

.system-operational {
color: var(--success);
}

/* =========================================================
HERO SCROLL
========================================================= */

.hero-scroll {
position: absolute;
left: 0;
bottom: 40px;
display: flex;
align-items: center;
gap: 14px;
color: var(--text-muted);
font-size: .57rem;
font-weight: 800;
letter-spacing: .14em;
}

.scroll-line {
width: 50px;
height: 1px;
background: linear-gradient(
90deg,
var(--accent),
transparent
);
}

/* =========================================================
SECTION HEADINGS
========================================================= */

.section-heading {
max-width: 720px;
margin-bottom: 55px;
}

.section-heading h2,
.network-copy h2,
.development-content h2,
.about-heading h2,
.cta-card h2 {
margin-top: 13px;
font-size: clamp(2.8rem, 5.3vw, 5rem);
line-height: .95;
letter-spacing: -.06em;
font-weight: 800;
}

.section-heading p:last-child {
margin-top: 20px;
color: var(--text-soft);
}

/* =========================================================
FEATURE GRID
========================================================= */

.feature-grid {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 15px;
}

.feature-card {
position: relative;
min-height: 390px;
padding: 28px;
overflow: hidden;
border-radius: 27px;
transition:
transform .4s var(--ease),
border-color .4s ease,
background .4s ease;
}

.feature-card::after {
content: "";
position: absolute;
width: 250px;
height: 250px;
right: -140px;
bottom: -140px;
border-radius: 50%;
background: rgba(105,216,255,.07);
filter: blur(25px);
transition: transform .5s var(--ease);
}

.feature-card:hover {
transform: translateY(-8px);
border-color: rgba(255,255,255,.19);
background: linear-gradient(
135deg,
rgba(255,255,255,.09),
rgba(255,255,255,.025)
);
}

.feature-card:hover::after {
transform: scale(1.4);
}

.feature-number {
position: absolute;
top: 23px;
right: 24px;
color: rgba(255,255,255,.045);
font-size: 4rem;
font-weight: 900;
line-height: 1;
}

.feature-icon {
width: 48px;
height: 48px;
display: grid;
place-items: center;
border-radius: 14px;
color: var(--accent);
background: rgba(105,216,255,.065);
border: 1px solid rgba(105,216,255,.11);
font-size: 1.1rem;
}

.feature-card h3 {
position: relative;
z-index: 2;
margin-top: 75px;
font-size: 1.3rem;
letter-spacing: -.03em;
}

.feature-card p {
position: relative;
z-index: 2;
margin-top: 10px;
color: var(--text-soft);
font-size: .87rem;
line-height: 1.7;
}

.feature-card a {
position: absolute;
left: 28px;
bottom: 28px;
z-index: 3;
color: white;
font-size: .76rem;
font-weight: 800;
}

.feature-card a span {
margin-left: 7px;
color: var(--accent);
transition: margin .25s ease;
}

.feature-card a:hover span {
margin-left: 12px;
}

/* =========================================================
NETWORK
========================================================= */

.network-layout {
display: grid;
grid-template-columns: .72fr 1.28fr;
align-items: center;
gap: 70px;
}

.network-copy > p:not(.eyebrow) {
max-width: 500px;
margin-top: 22px;
color: var(--text-soft);
line-height: 1.8;
}

.text-link {
display: inline-flex;
align-items: center;
gap: 9px;
margin-top: 28px;
color: white;
font-size: .78rem;
font-weight: 800;
}

.text-link span {
color: var(--accent);
}

/* Network display */

.network-display {
padding: 17px;
border-radius: 30px;
}

.network-topbar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 10px 18px;
}

.network-location {
display: block;
margin-top: 3px;
font-size: .82rem;
font-weight: 800;
}

.network-map {
position: relative;
height: 450px;
overflow: hidden;
border-radius: 22px;
background:
radial-gradient(
circle at 30% 30%,
rgba(105,216,255,.07),
transparent 30%
),
#070c13;
border: 1px solid rgba(255,255,255,.06);
}

.map-grid {
position: absolute;
inset: 0;
background-image:
linear-gradient(
rgba(255,255,255,.03) 1px,
transparent 1px
),
linear-gradient(
90deg,
rgba(255,255,255,.03) 1px,
transparent 1px
);
background-size: 40px 40px;
}

/* Rail lines */

.rail-line {
position: absolute;
height: 3px;
border-radius: 99px;
background: linear-gradient(
90deg,
rgba(105,216,255,.1),
var(--accent),
rgba(156,124,255,.6)
);
box-shadow: 0 0 20px rgba(105,216,255,.22);
}

.rail-line-one {
width: 78%;
left: 9%;
top: 42%;
transform: rotate(-18deg);
}

.rail-line-two {
width: 57%;
left: 25%;
top: 65%;
transform: rotate(28deg);
}

.rail-line-three {
width: 44%;
left: 13%;
top: 70%;
transform: rotate(-43deg);
opacity: .6;
}

/* Stations */

.station {
position: absolute;
width: 13px;
height: 13px;
border-radius: 50%;
background: white;
border: 3px solid var(--accent);
box-shadow:
0 0 0 5px rgba(105,216,255,.08),
0 0 25px rgba(105,216,255,.45);
}

.station-one {
left: 16%;
top: 48%;
}

.station-two {
left: 43%;
top: 38%;
}

.station-three {
right: 18%;
top: 27%;
}

.station-four {
right: 30%;
bottom: 20%;
}

.station-five {
left: 62%;
bottom: 30%;
}

/* Map labels */

.map-label {
position: absolute;
color: rgba(255,255,255,.48);
font-size: .58rem;
font-weight: 800;
letter-spacing: .08em;
}

.label-one {
left: 10%;
top: 53%;
}

.label-two {
left: 39%;
top: 31%;
}

.label-three {
right: 12%;
top: 20%;
}

.label-four {
right: 25%;
bottom: 13%;
}

/* Trains */

.map-train {
position: absolute;
width: 38px;
height: 38px;
display: grid;
place-items: center;
border-radius: 12px;
background: rgba(105,216,255,.1);
border: 1px solid rgba(105,216,255,.2);
box-shadow: 0 0 30px rgba(105,216,255,.12);
animation: trainMove 5s ease-in-out infinite alternate;
}

.map-train span {
width: 12px;
height: 7px;
border-radius: 3px;
background: var(--accent);
box-shadow: 0 0 12px var(--accent);
}

.train-one {
left: 30%;
top: 39%;
transform: rotate(-18deg);
}

.train-two {
right: 25%;
bottom: 26%;
animation-delay: -2s;
}

@keyframes trainMove {

  
from {
    transform: translate(0,0) rotate(-12deg);
}

to {
    transform: translate(14px,-8px) rotate(-12deg);
}
  

}

.network-footer {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 10px 4px;
color: var(--text-muted);
font-size: .61rem;
font-weight: 700;
}

.network-footer strong {
color: var(--accent);
font-size: .75rem;
}

/* =========================================================
DEVELOPMENT
========================================================= */

.development-panel {
position: relative;
min-height: 520px;
display: grid;
grid-template-columns: 1fr .8fr;
align-items: center;
overflow: hidden;
padding: 70px;
border-radius: 38px;
}

.development-content {
position: relative;
z-index: 2;
}

.development-content > p:not(.eyebrow) {
max-width: 560px;
margin-top: 22px;
color: var(--text-soft);
line-height: 1.8;
}

/* Progress */

.development-status {
max-width: 530px;
margin-top: 40px;
}

.progress-header {
display: flex;
justify-content: space-between;
margin-bottom: 9px;
color: var(--text-muted);
font-size: .6rem;
font-weight: 800;
letter-spacing: .1em;
}

.progress-header strong {
color: var(--accent);
}

.progress-bar {
width: 100%;
height: 5px;
overflow: hidden;
border-radius: 999px;
background: rgba(255,255,255,.06);
}

.progress-fill {
display: block;
width: 0;
height: 100%;
border-radius: inherit;
background: linear-gradient(
90deg,
#54cfff,
#9c7cff
);
box-shadow: 0 0 15px rgba(105,216,255,.4);
transition: width 1.4s cubic-bezier(.2,.8,.2,1);
}

/* Tags */

.development-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 22px;
}

.development-tags span {
padding: 7px 10px;
border-radius: 8px;
color: var(--text-soft);
background: rgba(255,255,255,.035);
border: 1px solid rgba(255,255,255,.06);
font-size: .62rem;
font-weight: 700;
}

/* Development visual */

.development-visual {
position: relative;
height: 390px;
display: grid;
place-items: center;
}

.visual-orb {
position: absolute;
width: 260px;
height: 260px;
border-radius: 50%;
background: radial-gradient(
circle,
rgba(105,216,255,.13),
transparent 67%
);
filter: blur(4px);
}

.visual-ring {
position: absolute;
border-radius: 50%;
border: 1px solid rgba(105,216,255,.17);
}

.visual-ring-one {
width: 260px;
height: 260px;
animation: ringRotate 15s linear infinite;
}

.visual-ring-two {
width: 185px;
height: 185px;
border-color: rgba(156,124,255,.2);
animation: ringRotate 10s linear infinite reverse;
}

@keyframes ringRotate {

  
to {
    transform: rotate(360deg);
}
  

}

.visual-core {
position: relative;
width: 105px;
height: 105px;
display: grid;
place-items: center;
border-radius: 30px;
background: linear-gradient(
135deg,
rgba(105,216,255,.18),
rgba(156,124,255,.13)
);
border: 1px solid rgba(255,255,255,.17);
box-shadow:
0 30px 70px rgba(0,0,0,.4),
inset 0 1px 0 rgba(255,255,255,.1);
backdrop-filter: blur(20px);
}

.visual-core span {
font-size: 1.5rem;
font-weight: 900;
letter-spacing: -.08em;
}

/* =========================================================
ABOUT
========================================================= */

.about-grid {
display: grid;
grid-template-columns: .8fr 1.2fr;
gap: 100px;
}

.about-content {
max-width: 700px;
}

.about-content p {
color: var(--text-soft);
line-height: 1.8;
}

.about-content .large-copy {
color: white;
font-size: 1.5rem;
line-height: 1.4;
letter-spacing: -.025em;
}

.about-content .large-copy + p {
margin-top: 18px;
}

/* Values */

.about-values {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 10px;
margin-top: 35px;
}

.about-values div {
padding: 18px;
border-radius: 17px;
background: rgba(255,255,255,.035);
border: 1px solid rgba(255,255,255,.06);
}

.about-values strong {
display: block;
color: var(--accent);
font-size: .62rem;
}

.about-values span {
display: block;
margin-top: 6px;
font-size: .75rem;
font-weight: 700;
}

/* =========================================================
CTA
========================================================= */

.cta-section {
padding-top: 70px;
padding-bottom: 160px;
}

.cta-card {
position: relative;
overflow: hidden;
padding: 100px 40px;
text-align: center;
border-radius: 38px;
}

.cta-glow {
position: absolute;
width: 600px;
height: 600px;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
border-radius: 50%;
background: radial-gradient(
circle,
rgba(105,216,255,.09),
transparent 68%
);
pointer-events: none;
}

.cta-card > *:not(.cta-glow) {
position: relative;
z-index: 2;
}

/* CTA description spacing */

.cta-content > p:not(.eyebrow) {
margin-top: 28px;
color: var(--text-soft);
}

.cta-card .button {
margin-top: 30px;
}

/* =========================================================
FOOTER
========================================================= */

.site-footer {
width: min(calc(100% - 40px), var(--container));
margin: auto;
padding: 40px 0 25px;
border-top: 1px solid rgba(255,255,255,.07);
}

.footer-inner {
display: flex;
justify-content: space-between;
gap: 50px;
}

.footer-brand > p {
margin-top: 12px;
color: var(--text-muted);
font-size: .72rem;
}

.footer-links {
display: flex;
gap: 90px;
}

.footer-links > div {
display: flex;
flex-direction: column;
gap: 8px;
}

.footer-heading {
margin-bottom: 4px;
color: var(--text-muted);
font-size: .58rem;
font-weight: 800;
letter-spacing: .13em;
}

.footer-links a {
color: var(--text-soft);
font-size: .72rem;
transition: color .2s ease;
}

.footer-links a:hover {
color: white;
}

.footer-bottom {
display: flex;
justify-content: space-between;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid rgba(255,255,255,.05);
color: var(--text-muted);
font-size: .62rem;
}

/* =========================================================
REVEAL ANIMATION
========================================================= */

.reveal {
opacity: 1;
transform: translateY(0);
transition: opacity .8s ease, transform .8s var(--ease);
}

.reveal.visible {
opacity: 1;
transform: translateY(0);
}

/* =========================================================
SCROLLBAR
========================================================= */

::-webkit-scrollbar {
width: 9px;
}

::-webkit-scrollbar-track {
background: #04070c;
}

::-webkit-scrollbar-thumb {
background: rgba(255,255,255,.12);
border-radius: 99px;
border: 2px solid #04070c;
}

::-webkit-scrollbar-thumb:hover {
background: rgba(255,255,255,.2);
}

/* =========================================================
TABLET
========================================================= */

@media (max-width: 1000px) {

  
.hero {
    grid-template-columns: 1fr;
    gap: 60px;
    min-height: auto;
    padding-top: 150px;
}

.hero-system-card {
    width: min(100%, 650px);
    margin-inline: auto;
}

.network-layout {
    grid-template-columns: 1fr;
    gap: 45px;
}

.network-copy {
    max-width: 700px;
}

.development-panel {
    grid-template-columns: 1fr;
    padding: 55px;
}

.development-visual {
    height: 300px;
}

.about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
}
  

}

/* =========================================================
MOBILE
========================================================= */

@media (max-width: 760px) {

  
.site-header {
    padding: 10px;
}

.glass-nav {
    min-height: 60px;
    padding: 8px 9px 8px 14px;
}

.nav-links,
.nav-action {
    display: none;
}

.mobile-menu-button {
    display: grid;
}

.section {
    width: min(calc(100% - 28px), var(--container));
    padding: 90px 0;
}

.hero {
    padding-top: 125px;
}

.hero h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
}

.hero-description {
    font-size: .92rem;
}

.hero-actions {
    flex-direction: column;
}

.button {
    width: 100%;
}

.feature-grid {
    grid-template-columns: 1fr;
}

.feature-card {
    min-height: 340px;
}

.network-map {
    height: 350px;
}

.development-panel {
    padding: 35px 25px;
}

.about-values {
    grid-template-columns: 1fr;
}

.cta-card {
    padding: 75px 22px;
}

.footer-inner {
    flex-direction: column;
}

.footer-links {
    gap: 55px;
}

.footer-bottom {
    flex-direction: column;
    gap: 8px;
}
  

}

/* =========================================================
SMALL PHONES
========================================================= */

@media (max-width: 480px) {

  
.brand-studios {
    display: none;
}

.hero h1 {
    font-size: 3.3rem;
}

.hero-system-card {
    padding: 18px;
    border-radius: 25px;
}

.system-stats {
    gap: 6px;
}

.system-stat {
    padding: 14px 8px;
}

.stat-value {
    font-size: 1.4rem;
}

.network-display {
    padding: 10px;
    border-radius: 24px;
}

.network-map {
    height: 300px;
    border-radius: 18px;
}

.development-panel {
    border-radius: 28px;
}

.cta-card {
    border-radius: 28px;
}

.footer-links {
    gap: 30px;
}
  

}

/* =========================================================
MOBILE LANDSCAPE
========================================================= */

@media (max-width: 900px) and (orientation: landscape) {

  
.site-header {
    padding: 7px 10px;
}

.glass-nav {
    min-height: 54px;
}

.hero {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 105px;
}

.hero h1 {
    font-size: clamp(2.7rem, 7vw, 4.4rem);
}

.hero-description {
    font-size: .78rem;
    line-height: 1.5;
}

.hero-actions {
    flex-direction: row;
}

.button {
    width: auto;
}

.hero-system-card {
    transform: none;
}

.system-stats {
    grid-template-columns: repeat(3,1fr);
}

.network-map {
    height: 320px;
}

.development-panel {
    min-height: auto;
}

.development-visual {
    height: 260px;
}

.cta-card {
    padding: 60px 30px;
}
  

}

/* =========================================================
REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  
html {
    scroll-behavior: auto;
}

*,
*::before,
*::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
}

.reveal {
    opacity: 1;
    transform: none;
}
  

}

  css
/* =========================================================
   NETWORK PAGE
   ========================================================= */
.network-hero {
    min-height: 900px;
}

.network-visual {
    position: relative;
    overflow: hidden;
    min-height: 540px;
    padding: 28px;
    border-radius: 32px;
}

    .network-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at 50% 50%, rgba(105, 216, 255, 0.08), transparent 58% );
        pointer-events: none;
    }

.network-visual-header {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

    .network-visual-header > div {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

.visual-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: var(--text-muted);
}

.network-visual-header strong {
    font-size: 1rem;
    letter-spacing: 0.08em;
}

.live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(92, 230, 162, 0.2);
    border-radius: 999px;
    background: rgba(92, 230, 162, 0.06);
    color: var(--success);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

    .live-indicator span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--success);
        box-shadow: 0 0 14px rgba(92, 230, 162, 0.8);
    }


/* Network map */

.network-map {
    position: relative;
    width: 100%;
    height: 390px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient( rgba(255, 255, 255, 0.025) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px ), rgba(0, 0, 0, 0.14);
    background-size: 32px 32px;
}

    .network-map::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at 50% 50%, transparent 20%, rgba(4, 7, 12, 0.28) 100% );
        pointer-events: none;
    }


/* Railway lines */

.map-line {
    position: absolute;
    height: 2px;
    transform-origin: left center;
    background: linear-gradient( 90deg, rgba(105, 216, 255, 0.15), rgba(105, 216, 255, 0.8), rgba(156, 124, 255, 0.45) );
    box-shadow: 0 0 12px rgba(105, 216, 255, 0.16);
    opacity: 0.8;
}

.line-main {
    width: 72%;
    left: 14%;
    top: 54%;
    transform: rotate(-8deg);
}

.line-north {
    width: 47%;
    left: 45%;
    top: 51%;
    transform: rotate(-62deg);
}

.line-west {
    width: 42%;
    left: 25%;
    top: 57%;
    transform: rotate(165deg);
}

.line-south {
    width: 43%;
    left: 49%;
    top: 58%;
    transform: rotate(65deg);
}


/* Map nodes */

.map-node {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-soft);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

    .map-node span {
        display: block;
        width: 9px;
        height: 9px;
        border: 2px solid var(--accent);
        border-radius: 50%;
        background: var(--bg);
        box-shadow: 0 0 0 4px rgba(105, 216, 255, 0.08), 0 0 18px rgba(105, 216, 255, 0.55);
    }

.node-sydney {
    left: 49%;
    top: 51%;
}

.node-newcastle {
    right: 12%;
    top: 29%;
}

.node-dungog {
    right: 17%;
    top: 10%;
}

.node-central {
    left: 17%;
    top: 69%;
}

.node-west {
    left: 8%;
    top: 38%;
}


/* Moving train indicators */

.map-train {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(105, 216, 255, 0.4);
    border-radius: 8px;
    background: rgba(105, 216, 255, 0.08);
    color: var(--accent);
    box-shadow: 0 0 18px rgba(105, 216, 255, 0.15);
    animation: networkTrain 8s linear infinite;
}

    .map-train span {
        font-size: 0.65rem;
    }

.train-one {
    left: 25%;
    top: 51%;
}

.train-two {
    left: 63%;
    top: 47%;
    animation-delay: 3s;
}

@keyframes networkTrain {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform: translateX(100px);
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(220px);
        opacity: 0;
    }
}


/* Network visual footer */

.network-visual-footer {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 18px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

    .network-visual-footer div {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .network-visual-footer span {
        color: var(--text-muted);
        font-size: 0.62rem;
        font-weight: 800;
        letter-spacing: 0.16em;
    }

    .network-visual-footer strong {
        color: var(--text-soft);
        font-size: 0.72rem;
        letter-spacing: 0.04em;
    }


/* =========================================================
   NETWORK CORRIDORS
   ========================================================= */

.network-corridors {
    display: grid;
    gap: 18px;
}

.network-corridor {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 32px;
    border-radius: 28px;
    transition: transform 0.35s var(--ease), border-color 0.35s ease, background 0.35s ease;
}

    .network-corridor:hover {
        transform: translateY(-4px);
        border-color: var(--border-light);
        background: var(--glass-hover);
    }

.corridor-number {
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.corridor-content {
    min-width: 0;
}

.corridor-region {
    display: block;
    margin-bottom: 8px;
    color: var(--accent);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.corridor-content h3 {
    margin: 0 0 10px;
    font-size: 1.35rem;
}

.corridor-content p {
    max-width: 720px;
    margin: 0;
    color: var(--text-soft);
    line-height: 1.7;
}

.corridor-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

    .corridor-tags span {
        padding: 6px 9px;
        border: 1px solid var(--border);
        border-radius: 999px;
        color: var(--text-muted);
        font-size: 0.58rem;
        font-weight: 800;
        letter-spacing: 0.1em;
    }

.corridor-arrow {
    color: var(--accent);
    font-size: 1.5rem;
    transition: transform 0.3s var(--ease);
}

.network-corridor:hover .corridor-arrow {
    transform: translateX(5px);
}


/* =========================================================
   NETWORK SYSTEMS
   ========================================================= */

.network-systems {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 70px;
    padding: 60px;
    border-radius: 34px;
}

.network-systems-heading h2 {
    margin: 10px 0 18px;
}

.network-systems-heading > p:last-child {
    max-width: 440px;
    margin: 0;
    color: var(--text-soft);
    line-height: 1.75;
}

.systems-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.network-system {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.025);
    transition: transform 0.3s var(--ease), border-color 0.3s ease, background 0.3s ease;
}

    .network-system:hover {
        transform: translateY(-3px);
        border-color: var(--border-light);
        background: rgba(255, 255, 255, 0.045);
    }

.system-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(105, 216, 255, 0.2);
    border-radius: 10px;
    background: rgba(105, 216, 255, 0.06);
    color: var(--accent);
    font-size: 0.9rem;
}

.network-system strong {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.network-system p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.75rem;
    line-height: 1.5;
}


/* =========================================================
   NETWORK DEVELOPMENT
   ========================================================= */

.network-development {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    padding: 65px;
    border-radius: 34px;
}

.network-development-content h2 {
    margin: 10px 0 18px;
}

.network-development-content > p:not(.eyebrow) {
    max-width: 650px;
    margin: 0;
    color: var(--text-soft);
    line-height: 1.75;
}

.network-development-content .hero-actions {
    margin-top: 30px;
}

.network-development-status {
    display: grid;
    gap: 12px;
}

.status-card {
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.025);
}

.status-card-label {
    display: block;
    margin-bottom: 7px;
    color: var(--text-muted);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.status-card strong {
    display: block;
    margin-bottom: 14px;
    color: var(--accent);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
}

.status-card-bar {
    width: 100%;
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
}

    .status-card-bar span {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient( 90deg, var(--accent), var(--accent-2) );
        box-shadow: 0 0 12px rgba(105, 216, 255, 0.35);
    }


/* =========================================================
   NETWORK RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

    .network-hero {
        min-height: auto;
    }

    .network-systems {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .network-development {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}


@media (max-width: 760px) {

    .network-visual {
        min-height: 500px;
        padding: 20px;
    }

    .network-map {
        height: 350px;
    }

    .network-visual-footer {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .network-corridor {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 25px;
    }

    .corridor-arrow {
        display: none;
    }

    .network-systems {
        padding: 35px 25px;
        border-radius: 28px;
    }

    .systems-grid {
        grid-template-columns: 1fr;
    }

    .network-development {
        padding: 35px 25px;
        border-radius: 28px;
    }
}


@media (max-width: 480px) {

    .network-visual-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .live-indicator {
        align-self: flex-start;
    }

    .network-map {
        height: 320px;
    }

    .map-node {
        font-size: 0.58rem;
    }

    .node-west {
        left: 4%;
    }

    .node-central {
        left: 10%;
    }

    .node-newcastle {
        right: 5%;
    }

    .node-dungog {
        right: 8%;
    }

    .network-development-status {
        gap: 10px;
    }
}


/* =========================================================
   NETWORK LANDSCAPE MOBILE
   ========================================================= */

@media (max-width: 900px) and (orientation: landscape) {

    .network-hero {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    }

    .network-visual {
        min-height: 440px;
    }

    .network-map {
        height: 310px;
    }
}

.empty-projects {
    margin-top: 50px;
    padding: 65px 40px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    background: var(--glass);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

    .empty-projects h2 {
        margin: 12px 0 18px;
        font-size: clamp(2rem, 4vw, 3.4rem);
        letter-spacing: -0.04em;
    }

    .empty-projects p:not(.eyebrow) {
        max-width: 620px;
        margin: 0 auto;
        color: var(--text-soft);
        line-height: 1.7;
    }

@media (max-width: 760px) {
    .empty-projects {
        padding: 50px 24px;
    }
}

.about-principles {
    padding: 50px;
    display: grid;
    gap: 0;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.about-principle {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid var(--border);
}

    .about-principle:first-child {
        padding-top: 0;
    }

    .about-principle:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .about-principle h3 {
        margin-bottom: 8px;
        font-size: 1.35rem;
    }

    .about-principle p {
        max-width: 700px;
        color: var(--text-soft);
        line-height: 1.7;
    }

.about-focus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    padding: 70px;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

    .about-focus h2 {
        margin-top: 10px;
        font-size: clamp(2.4rem, 5vw, 4.5rem);
        letter-spacing: -0.04em;
    }

    .about-focus > p {
        color: var(--text-soft);
        line-height: 1.8;
        font-size: 1.05rem;
    }

@media (max-width: 1000px) {
    .about-focus {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 50px;
    }
}

@media (max-width: 760px) {
    .about-principles {
        padding: 30px;
    }

    ```
    .about-principle {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .about-focus {
        padding: 35px 25px;
    }

    ```
}
