:root {
    --navy: #002060;
    --navy-mid: #0a2a4a;
    --navy-deep: #04111f;
    --blue: #0070c0;
    --blue-bright: #0070c0;
    --ink: #002060;
    --muted: #3a5470;
    --line: #cfdced;
    --paper: #e8eef6;
    --white: #ffffff;
    --accent: #c00000;
    --accent-deep: #9e0c24;
    --gold: #d4a800;
    --gold-bright: #e8c547;
    --soft: #dce6f2;
    --void: var(--navy);
    --blaze: var(--accent);
    --blaze-deep: var(--accent-deep);
    --volt: var(--gold);
    --steel: #0f2438;
    --orange: var(--accent);
    --orange-deep: var(--accent-deep);
    --brand: var(--accent);
    --radius: 14px;
    --shadow: 0 14px 36px rgba(0, 32, 96, 0.1);
    --glass: rgba(255, 255, 255, 0.12);
    --glass-strong: rgba(255, 255, 255, 0.18);
    --glass-border: rgba(255, 255, 255, 0.28);
    --glass-dark: rgba(0, 32, 96, 0.45);
    --blur: 18px;
    --display: "Cormorant Garamond", Georgia, serif;
    --body: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--body);
    color: var(--ink);
    background:
        radial-gradient(ellipse 70% 50% at 0% 0%, rgba(26, 79, 140, 0.12), transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 20%, rgba(200, 16, 46, 0.08), transparent 50%),
        radial-gradient(ellipse 60% 45% at 50% 100%, rgba(201, 162, 39, 0.08), transparent 55%),
        var(--paper);
    min-height: 100vh;
    line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-shell { overflow-x: hidden; }
.wrap { width: min(1140px, calc(100% - 2rem)); margin: 0 auto; }

.compare-bar {
    position: sticky;
    top: 0;
    z-index: 80;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
    padding: 0.55rem 1rem;
    background: rgba(4, 12, 20, 0.94);
    border-bottom: 1px solid rgba(201, 162, 39, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
}

.compare-bar-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-right: 0.35rem;
}

.compare-bar-link {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.compare-bar-link.is-active {
    background: #fff;
    color: #061a2e;
    border-color: #fff;
}

.compare-bar-link:hover {
    border-color: var(--gold);
    color: #fff;
}

.compare-bar-link.is-active:hover {
    color: #061a2e;
}

/* Nav */
.topbar {
    position: absolute;
    inset: 0 0 auto;
    z-index: 40;
    color: #fff;
}

.nav {
    display: block;
    padding: 1rem 0;
}

.nav-glass {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0.9rem 0.7rem 0.95rem;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06));
    border: 1px solid var(--glass-border);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.28);
    backdrop-filter: blur(var(--blur)) saturate(1.35);
    -webkit-backdrop-filter: blur(var(--blur)) saturate(1.35);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-family: var(--display);
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: -0.02em;
}

.brand-mark .mark {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: var(--accent);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.25);
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(255,255,255,0.86);
}

.nav-links a:hover { color: var(--gold); }

.lang-switch {
    display: inline-flex;
    gap: 0.15rem;
    padding: 0.18rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.lang-switch a {
    padding: 0.3rem 0.58rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
}

.lang-switch a.is-active {
    background: var(--accent);
    color: #fff;
}

.page-light .topbar {
    position: relative;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(6, 26, 46, 0.92), rgba(6, 26, 46, 0.82));
    border-bottom: 3px solid var(--accent);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
}

.page-light .nav-glass {
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
}

.page-light .brand-mark,
.page-light .nav-links { color: rgba(255,255,255,0.88); }
.page-light .nav-links a:hover { color: var(--gold); }
.page-light .lang-switch { background: rgba(255,255,255,0.1); }
.page-light .btn-ghost {
    color: #fff;
    border-color: rgba(255,255,255,0.35);
    background: transparent;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border: 0;
    border-radius: 10px;
    padding: 0.9rem 1.4rem;
    background: var(--accent);
    color: #fff;
    font-family: var(--display);
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.btn[hidden],
button[hidden] {
    display: none !important;
}

.btn:hover {
    background: var(--accent-deep);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(200, 16, 46, 0.35);
}

.btn-ghost {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.btn-ghost:hover {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold);
    transform: translateY(-2px);
    box-shadow: none;
}

.btn-navy { background: var(--navy); }
.btn-navy:hover {
    background: var(--navy-deep);
    box-shadow: 0 12px 26px rgba(6, 26, 46, 0.3);
}

/* Hero */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    align-items: end;
    color: #fff;
    isolation: isolate;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url("../images/hero-workshop.jpg") center/cover no-repeat;
    filter: contrast(1.08) saturate(1.08);
    animation: heroZoom 16s ease-out forwards;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-fx,
.hero-grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-fx {
    background:
        radial-gradient(ellipse 55% 45% at 78% 30%, rgba(200, 16, 46, 0.42), transparent 60%),
        radial-gradient(ellipse 40% 35% at 18% 70%, rgba(47, 111, 189, 0.28), transparent 55%);
    animation: fxPulse 7s ease-in-out infinite alternate;
}

.hero-fx::before {
    content: "";
    position: absolute;
    top: -20%;
    right: 8%;
    width: 2px;
    height: 140%;
    background: linear-gradient(180deg, transparent, rgba(232, 197, 71, 0.8), transparent);
    transform: rotate(18deg);
    filter: blur(1px);
    animation: beamSweep 8s ease-in-out infinite;
}

.hero-grain {
    opacity: 0.28;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(115deg, rgba(4, 17, 31, 0.93) 0%, rgba(10, 42, 74, 0.72) 40%, rgba(26, 79, 140, 0.45) 68%, rgba(200, 16, 46, 0.32) 100%),
        linear-gradient(180deg, rgba(4, 17, 31, 0.38) 0%, transparent 38%, rgba(4, 17, 31, 0.88) 100%);
}

.hero-shade::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--accent) 0 42%, var(--gold) 42% 62%, transparent 62%);
}

@keyframes heroZoom {
    from { transform: scale(1.07); }
    to { transform: scale(1); }
}

@keyframes fxPulse {
    from { opacity: 0.75; }
    to { opacity: 1; }
}

@keyframes beamSweep {
    0%, 100% { opacity: 0.25; transform: translateX(0) rotate(18deg); }
    50% { opacity: 0.9; transform: translateX(-40px) rotate(18deg); }
}

.hero-inner {
    width: min(1140px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 7.2rem 0 4rem;
    max-width: 44rem;
}

/* STRATECH-style layout */
.hero--stratech {
    min-height: 78vh;
    min-height: 78dvh;
    align-items: center;
    padding-bottom: 7rem;
}

.hero--stratech .hero-shade {
    background:
        linear-gradient(115deg, rgba(4, 17, 31, 0.88) 0%, rgba(6, 26, 46, 0.55) 48%, rgba(6, 26, 46, 0.28) 100%),
        linear-gradient(180deg, rgba(4, 17, 31, 0.4) 0%, transparent 45%, rgba(4, 17, 31, 0.55) 100%);
}

.hero--stratech .hero-shade::after { display: none; }

.hero-inner--stratech {
    padding: 7.5rem 0 2rem;
    max-width: 40rem;
}

.nav--stratech .nav-links a.is-current {
    color: var(--gold-bright);
    box-shadow: inset 0 -2px 0 var(--gold);
}

.btn-nav-cta {
    padding: 0.48rem 1rem !important;
    font-size: 0.82rem !important;
    background: var(--blue-bright) !important;
    border-color: var(--blue-bright) !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.btn-nav-cta:hover {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
}

.st-services {
    position: relative;
    z-index: 4;
    margin-top: -5.5rem;
    padding-bottom: 1rem;
}

.st-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}

.st-service-card {
    display: grid;
    grid-template-rows: 170px auto;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 40px rgba(6, 26, 46, 0.18);
    border: 1px solid rgba(255,255,255,0.5);
}

.st-service-photo {
    background-position: center;
    background-size: cover;
}

.st-service-body {
    padding: 1.05rem 1.15rem 1.2rem;
    background: linear-gradient(180deg, var(--navy-mid), var(--navy-deep));
    color: #fff;
    display: grid;
    gap: 0.55rem;
}

.st-service-title {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: start;
}

.st-service-title h3 {
    margin: 0;
    font-family: var(--display);
    font-size: 1.05rem;
    line-height: 1.3;
}

.st-service-icon {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-family: var(--display);
    font-size: 0.75rem;
    font-weight: 800;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    color: var(--gold-bright);
}

.st-service-body p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 0.88rem;
    line-height: 1.45;
}

.st-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
    padding: 0.55rem 0.9rem;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    font-weight: 700;
    font-size: 0.84rem;
    text-decoration: none;
    width: fit-content;
}

.st-service-btn:hover {
    background: var(--accent);
    border-color: var(--accent);
}

.st-more-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
    margin-top: 1rem;
    padding-top: 0.25rem;
}

.st-more-cats a {
    color: var(--navy);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.st-more-cats a:hover {
    color: var(--accent);
    border-bottom-color: var(--accent);
}

.st-about {
    padding: clamp(3.2rem, 6vw, 5rem) 0;
    background: #fff;
}

.st-about-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 2rem;
    align-items: start;
}

.st-about h2 {
    margin: 0 0 1rem;
    font-family: var(--display);
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    color: var(--navy);
    letter-spacing: -0.03em;
}

.st-about-photo {
    min-height: 320px;
    border-radius: 16px;
    background:
        linear-gradient(160deg, rgba(6,26,46,0.2), rgba(200,16,46,0.15)),
        url("../images/gallery/04-stage.jpg") center/cover no-repeat;
    box-shadow: var(--shadow);
}

.st-expertise-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem 1.25rem;
    margin-bottom: 1.4rem;
}

.st-expertise-item {
    padding: 0.2rem 0;
}

.st-expertise-ico {
    display: inline-flex;
    margin-bottom: 0.4rem;
    font-family: var(--display);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--blue-bright);
}

.st-expertise-item h3 {
    margin: 0 0 0.35rem;
    font-family: var(--display);
    font-size: 1.02rem;
    color: var(--navy);
}

.st-expertise-item p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.st-featured {
    padding: clamp(3.2rem, 6vw, 4.8rem) 0;
    background: linear-gradient(180deg, #061a2e 0%, #0a2a4a 100%);
    color: #fff;
}

.st-featured-head {
    max-width: 36rem;
    margin-bottom: 1.6rem;
}

.st-featured-head h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    letter-spacing: -0.03em;
    color: #fff;
}

.st-featured-head p {
    margin: 0.7rem 0 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.6;
}

.st-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}

.st-featured-card {
    display: grid;
    grid-template-rows: 210px auto;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.12);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.st-featured-card:hover {
    transform: translateY(-4px);
    border-color: rgba(232, 197, 71, 0.45);
}

.st-featured-photo {
    overflow: hidden;
    background: #04111f;
}

.st-featured-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.st-featured-body {
    padding: 1rem 1.1rem 1.15rem;
    background: linear-gradient(180deg, #0a2a4a, #061a2e);
}

.st-featured-body h3 {
    margin: 0 0 0.35rem;
    font-family: var(--display);
    font-size: 1.05rem;
}

.st-featured-body p {
    margin: 0;
    color: rgba(255,255,255,0.68);
    font-size: 0.88rem;
    line-height: 1.45;
}

.st-featured-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.4rem;
}

/* ===== Arena x corporate competition hybrid ===== */
.hero--arena {
    position: relative;
}

.arena-stage-lights {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    height: 4px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.arena-stage-lights .is-red { background: #c8102e; box-shadow: 0 0 18px rgba(200, 16, 46, 0.65); }
.arena-stage-lights .is-orange { background: #e67a1f; box-shadow: 0 0 18px rgba(230, 122, 31, 0.55); }
.arena-stage-lights .is-yellow { background: #f0c14b; box-shadow: 0 0 18px rgba(240, 193, 75, 0.55); }
.arena-stage-lights .is-navy { background: #2f6fbd; box-shadow: 0 0 18px rgba(47, 111, 189, 0.45); }

.arena-live {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.85rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(200, 16, 46, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffe0e5;
}

.arena-live i {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #ff5a6e;
    box-shadow: 0 0 10px rgba(255, 90, 110, 0.9);
    animation: arenaPulse 1.4s ease-in-out infinite;
}

.hero--arena .hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.arena-board {
    position: relative;
    z-index: 5;
    margin-top: -1.5rem;
    margin-bottom: 0.5rem;
}

.arena-board-inner {
    display: grid;
    gap: 0.85rem;
    padding: 1rem 1.15rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #061a2e, #0a2a4a 60%, #123556);
    border: 1px solid rgba(240, 193, 75, 0.28);
    box-shadow: 0 16px 36px rgba(6, 26, 46, 0.22);
    color: #fff;
}

.arena-board-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    align-items: baseline;
}

.arena-board-label span {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.arena-board-label strong {
    color: #f0c14b;
    font-size: 0.88rem;
}

.arena-rounds {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.55rem;
}

.arena-rounds li {
    display: grid;
    gap: 0.25rem;
    padding: 0.7rem 0.75rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
}

.arena-rounds em {
    font-style: normal;
    font-family: var(--display);
    font-size: 0.75rem;
    font-weight: 800;
    color: #7eb0e0;
}

.arena-rounds .is-done {
    color: #fff;
}

.arena-rounds .is-done em { color: #f0c14b; }

.arena-rounds .is-active {
    color: #fff;
    background: linear-gradient(135deg, rgba(200, 16, 46, 0.35), rgba(230, 122, 31, 0.18));
    border-color: rgba(200, 16, 46, 0.4);
}

.arena-rounds .is-active em { color: #ff8a98; }

.arena-lanes {
    margin-top: 1.2rem;
}

.arena-lanes-head {
    margin-bottom: 1.15rem;
}

.arena-lanes-head h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.55rem, 3vw, 2rem);
    color: var(--navy);
}

.arena-lanes-head p:not(.arena-eyebrow) {
    margin: 0.35rem 0 0;
    color: var(--muted);
    max-width: 40rem;
}

.arena-eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e67a1f;
}

.arena-eyebrow--light {
    color: #f0c14b;
}

.arena-lane-meta {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.arena-lane-card {
    position: relative;
}

.arena-lane-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    z-index: 2;
}

.arena-lane-card--red::before { background: #c8102e; }
.arena-lane-card--orange::before { background: #e67a1f; }
.arena-lane-card--yellow::before { background: #f0c14b; }

.arena-ops .st-about-left h2,
.arena-ops .st-about-right h2 {
    margin-top: 0;
}

.arena-step {
    position: relative;
    padding-left: 0.15rem;
    border-left: 3px solid transparent;
    padding-left: 0.75rem;
}

.arena-step--red { border-left-color: #c8102e; }
.arena-step--orange { border-left-color: #e67a1f; }
.arena-step--yellow { border-left-color: #f0c14b; }
.arena-step--navy { border-left-color: #2f6fbd; }

.arena-moments .st-featured-cta .btn-ghost {
    margin-right: 0;
}

@keyframes arenaPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.85); }
}

@media (max-width: 900px) {
    .arena-rounds {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .arena-rounds {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .arena-live i { animation: none; }
}
    margin-top: 1.5rem;
}

.bridge-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.bridge-card {
    display: grid;
    grid-template-rows: 140px 1fr;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(255,255,255,0.65);
    box-shadow: 0 22px 48px rgba(6, 26, 46, 0.18);
    text-decoration: none;
    color: inherit;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bridge-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(6, 26, 46, 0.22);
}

.bridge-card-media {
    background:
        linear-gradient(180deg, transparent 20%, rgba(4,17,31,0.55)),
        var(--bridge-img) center/cover no-repeat;
}

.bridge-card-body {
    padding: 1.05rem 1.15rem 1.2rem;
    display: grid;
    gap: 0.35rem;
}

.bridge-code {
    font-family: var(--display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
}

.bridge-card h3 {
    margin: 0;
    font-family: var(--display);
    font-size: 1.12rem;
    line-height: 1.25;
    color: var(--navy);
}

.bridge-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.bridge-link {
    margin-top: 0.35rem;
    color: var(--blue-bright);
    font-weight: 700;
    font-size: 0.88rem;
}

.corp-about {
    padding: clamp(3rem, 6vw, 4.5rem) 0;
    background: #fff;
}

.corp-about-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 1.4rem;
    align-items: stretch;
}

.corp-about-media {
    min-height: 360px;
    border-radius: 22px;
    background:
        linear-gradient(160deg, rgba(6,26,46,0.35), rgba(200,16,46,0.2)),
        url("../images/gallery/04-stage.jpg") center/cover no-repeat;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}

.corp-about-copy h2 {
    margin: 0;
    color: var(--navy);
}

.corp-about-copy > p {
    margin: 0.85rem 0 0;
    color: var(--muted);
    line-height: 1.7;
    max-width: 36rem;
}

.corp-expertise {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.corp-expertise li {
    position: relative;
    padding: 0.7rem 0.9rem 0.7rem 2.4rem;
    border-radius: 12px;
    background: var(--soft);
    border: 1px solid var(--line);
    color: var(--navy);
    font-weight: 600;
    font-size: 0.95rem;
}

.corp-expertise li::before {
    content: "";
    position: absolute;
    left: 0.85rem;
    top: 50%;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--accent), var(--gold));
}

.btn-ghost-dark {
    background: transparent;
    color: var(--navy);
    border: 1px solid var(--line);
}

.btn-ghost-dark:hover {
    border-color: var(--navy);
    background: var(--navy);
    color: #fff;
}

.corp-dates {
    padding: clamp(2.5rem, 5vw, 3.8rem) 0;
    background: linear-gradient(180deg, #f4f6fa, #eef2f8);
}

.corp-dates-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.25rem;
    align-items: end;
    margin-bottom: 1.4rem;
}

.corp-dates-head .section-head,
.corp-dates-head > div:first-child {
    margin-bottom: 0;
    max-width: 28rem;
}

.corp-dates-head h2 {
    margin: 0;
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    color: var(--navy);
    letter-spacing: -0.03em;
}

.countdown-inline {
    display: grid;
    gap: 0.55rem;
    min-width: min(100%, 22rem);
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: linear-gradient(120deg, #061a2e, #123556);
    color: #fff;
    border: 1px solid rgba(201, 162, 39, 0.35);
}

.countdown-inline .countdown-label {
    font-size: 0.78rem;
}

.countdown-inline .countdown-units {
    gap: 0.45rem;
}

.countdown-inline .countdown-units div {
    min-width: 3.4rem;
    padding: 0.4rem 0.45rem;
    background: rgba(255,255,255,0.08);
}

.countdown-inline .countdown-units strong {
    font-size: 1.1rem;
}

.corp-dates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
}

.corp-date-card {
    padding: 1.25rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.corp-date-card span {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-family: var(--display);
    font-weight: 800;
    color: var(--accent);
    letter-spacing: 0.06em;
}

.corp-date-card strong {
    display: block;
    font-family: var(--display);
    color: var(--navy);
    margin-bottom: 0.35rem;
}

.corp-date-card p {
    margin: 0;
    color: var(--muted);
}

.corp-cta-band {
    padding: clamp(3rem, 6vw, 4.2rem) 0;
    background:
        radial-gradient(ellipse 50% 80% at 85% 20%, rgba(200,16,46,0.28), transparent 55%),
        linear-gradient(120deg, #04111f 0%, #0a2a4a 55%, #123556 100%);
    color: #fff;
}

.corp-cta-inner {
    max-width: 40rem;
}

.corp-cta-inner h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    letter-spacing: -0.03em;
    color: #fff;
}

.corp-cta-inner p {
    margin: 0.75rem 0 0;
    color: rgba(255,255,255,0.78);
    line-height: 1.65;
}

.corp-cta-partners {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.85rem;
    align-items: center;
    margin-top: 1.6rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.72);
    font-size: 0.86rem;
}

.corp-cta-partners span {
    font-family: var(--display);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    font-size: 0.72rem;
}

.corp-cta-partners em {
    font-style: normal;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.06);
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    backdrop-filter: blur(14px) saturate(1.3);
    -webkit-backdrop-filter: blur(14px) saturate(1.3);
    font-family: var(--display);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-bright);
    animation: rise 0.7s ease both;
}

.hero-kicker::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.25);
}

.hero-brand {
    margin: 0;
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(2.8rem, 7.2vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: none;
    animation: rise 0.8s ease both;
}

.hero-brand .brand-accent {
    display: block;
    background: linear-gradient(100deg, #f5e6a8 0%, var(--gold) 40%, #fff8d6 70%, var(--gold-bright) 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rise 0.85s ease 0.04s both, goldShimmer 4.5s linear infinite;
}

@keyframes goldShimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.hero-lead {
    margin: 1.1rem 0 0;
    font-size: clamp(1.05rem, 1.9vw, 1.2rem);
    line-height: 1.55;
    color: rgba(255,255,255,0.9);
    max-width: 34rem;
    border-left: 3px solid var(--accent);
    padding-left: 1rem;
    animation: rise 0.9s ease 0.05s both;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.65rem;
    animation: rise 1s ease 0.1s both;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.45rem;
    animation: rise 1.05s ease 0.14s both;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.48rem 0.9rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.26);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
    backdrop-filter: blur(12px) saturate(1.25);
    -webkit-backdrop-filter: blur(12px) saturate(1.25);
    font-family: var(--display);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@keyframes rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Partners */
.partners {
    background: linear-gradient(180deg, rgba(6, 26, 46, 0.92), rgba(6, 26, 46, 0.88));
    border-bottom: 0;
    padding: 1.1rem 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.partners-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.2rem;
    align-items: center;
    justify-content: space-between;
}

.partners-label {
    color: var(--gold);
    font-family: var(--display);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.partner-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.partner-pill {
    padding: 0.48rem 0.9rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.86);
    font-family: var(--display);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}

/* Sections */
.section { padding: clamp(3.1rem, 5.8vw, 4.6rem) 0; }

.section-head {
    margin-bottom: 1.7rem;
    max-width: 40rem;
}

.section-eyebrow {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: var(--accent);
    font-family: var(--display);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section h2,
.page-title {
    margin: 0;
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-transform: none;
    color: var(--navy);
}

.section .sub,
.page-sub {
    margin: 0.65rem 0 0;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.6;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

/* Bento board */
.bento-board {
    margin: 1.5rem 0 2rem;
    padding: clamp(1rem, 2.5vw, 1.4rem);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.45));
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow:
        0 20px 50px rgba(6, 26, 46, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.bento-section {
    padding: clamp(1.6rem, 3vw, 2.4rem) 0.35rem;
}

.bento-section + .bento-section {
    border-top: 1px solid rgba(6, 26, 46, 0.06);
}

.bento {
    display: grid;
    gap: 0.85rem;
}

.bento-cell {
    border-radius: 24px;
}

/* Timeline bento */
.timeline {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 0.85rem;
}

.time-card {
    background: linear-gradient(165deg, #ffffff 0%, #f4f7fb 100%);
    border: 1px solid rgba(6, 26, 46, 0.06);
    border-radius: 24px;
    padding: 1.45rem 1.35rem;
    box-shadow: 0 10px 28px rgba(6, 26, 46, 0.06);
    position: relative;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.time-card--wide {
    background:
        radial-gradient(circle at 90% 10%, rgba(200, 16, 46, 0.1), transparent 45%),
        linear-gradient(165deg, #ffffff 0%, #f7f9fc 100%);
}

.time-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--gold));
}

.time-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(6, 26, 46, 0.12);
}

.time-step {
    font-family: var(--display);
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    color: var(--accent);
    margin-bottom: 0.8rem;
}

.time-icon { display: none; }

.time-card strong {
    display: block;
    font-family: var(--display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin-bottom: 0.35rem;
    color: var(--navy);
}

.time-card span {
    color: var(--muted);
    font-weight: 600;
    font-size: 0.95rem;
}

/* Categories bento */
#categories {
    position: relative;
}

#categories::before { display: none; }

#categories .section-head,
#categories .cat-grid {
    position: relative;
    z-index: 1;
}

.cat-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 0.85rem;
}

.cat-card {
    grid-column: span 4;
    min-height: 220px;
    padding: 1.4rem;
    border-radius: 24px;
    background:
        linear-gradient(155deg, rgba(255,255,255,0.14), rgba(255,255,255,0.03)),
        linear-gradient(165deg, rgba(18, 53, 86, 0.9) 0%, rgba(6, 26, 46, 0.94) 100%);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.16);
    border-top: 0;
    box-shadow: 0 12px 30px rgba(6, 26, 46, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform;
    backdrop-filter: blur(14px) saturate(1.25);
    -webkit-backdrop-filter: blur(14px) saturate(1.25);
}

.cat-card::after {
    content: "";
    position: absolute;
    width: 8rem;
    height: 8rem;
    right: -2rem;
    bottom: -2.5rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 16, 46, 0.22), transparent 70%);
    pointer-events: none;
}

.cat-card--b1 { grid-column: span 7; min-height: 250px; border-top: 3px solid var(--accent); }
.cat-card--b2 { grid-column: span 5; min-height: 250px; border-top: 3px solid var(--gold); }
.cat-card--b3 { grid-column: span 4; border-top: 3px solid var(--blue-bright); }
.cat-card--b4 { grid-column: span 4; border-top: 3px solid var(--accent); }
.cat-card--b5 { grid-column: span 4; border-top: 3px solid var(--navy-mid); }

.cat-card:nth-child(1),
.cat-card:nth-child(2),
.cat-card:nth-child(3),
.cat-card:nth-child(4),
.cat-card:nth-child(5) {
    aspect-ratio: auto;
}

.cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(6, 26, 46, 0.22);
    border-color: rgba(255,255,255,0.22);
}

.cat-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.cat-icon {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.12);
    color: var(--gold);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cat-code {
    font-family: var(--display);
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: -0.04em;
    color: rgba(255,255,255,0.16);
    line-height: 1;
}

.cat-card h3 {
    margin: 1rem 0 0.4rem;
    font-family: var(--display);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.22;
    text-transform: none;
    color: #fff;
    position: relative;
    z-index: 1;
}

.cat-card p {
    margin: 0;
    color: rgba(255,255,255,0.65);
    font-size: 0.9rem;
    line-height: 1.45;
    position: relative;
    z-index: 1;
}

.cat-card .go {
    margin-top: 1.1rem;
    font-family: var(--display);
    font-weight: 700;
    font-size: 0.84rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gold);
    position: relative;
    z-index: 1;
}

.cat-card:hover .go { color: #fff; }

/* About */
.about-split {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0.85rem;
    align-items: stretch;
}

.about-copy {
    background:
        linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02)),
        radial-gradient(circle at 92% 8%, rgba(200, 16, 46, 0.32), transparent 42%),
        radial-gradient(circle at 10% 90%, rgba(47, 111, 189, 0.22), transparent 40%),
        linear-gradient(145deg, rgba(10, 42, 74, 0.92) 0%, rgba(4, 17, 31, 0.94) 100%);
    color: #fff;
    border-radius: 28px;
    padding: clamp(1.7rem, 3.5vw, 2.6rem);
    display: grid;
    align-content: center;
    gap: 0.9rem;
    min-height: 370px;
    box-shadow:
        var(--shadow),
        inset 0 1px 0 rgba(255,255,255,0.22);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(18px) saturate(1.3);
    -webkit-backdrop-filter: blur(18px) saturate(1.3);
}

.about-copy .section-eyebrow { color: var(--gold); }
.about-copy h2 { color: #fff; margin: 0; }

.about-copy p {
    margin: 0;
    color: rgba(255,255,255,0.84);
    font-size: 1.04rem;
    line-height: 1.7;
    max-width: 34rem;
}

.about-visual {
    border-radius: 28px;
    min-height: 370px;
    background:
        linear-gradient(160deg, rgba(6,26,46,0.4), rgba(26,79,140,0.25), rgba(200,16,46,0.22)),
        url("../images/section-skills.jpg") center/cover no-repeat;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255,255,255,0.2);
}

/* Gallery arena */
.gallery-arena {
    position: relative;
    margin: 1.5rem 0 0.5rem;
    padding: clamp(3rem, 6vw, 4.8rem) 0 clamp(3.4rem, 6vw, 5rem);
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 60% at 15% 20%, rgba(200, 16, 46, 0.28), transparent 55%),
        radial-gradient(ellipse 55% 50% at 90% 80%, rgba(201, 162, 39, 0.18), transparent 50%),
        linear-gradient(180deg, #04111f 0%, #061a2e 45%, #0a2a4a 100%);
    color: #fff;
}

.gallery-aura {
    position: absolute;
    inset: -20% -10%;
    background:
        conic-gradient(from 210deg at 50% 50%, rgba(200,16,46,0.12), transparent 30%, rgba(47,111,189,0.15), transparent 65%, rgba(201,162,39,0.12), transparent);
    animation: galleryAura 18s linear infinite;
    pointer-events: none;
}

@keyframes galleryAura {
    to { transform: rotate(360deg); }
}

.gallery-head .section-eyebrow { color: var(--gold); }
.gallery-head h2 { color: #fff; }
.gallery-head .sub { color: rgba(255,255,255,0.72); max-width: 36rem; }

.gallery-mosaic {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(140px, 18vw);
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.gallery-tile {
    position: relative;
    display: block;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    background: #0a1f33;
    grid-column: span 4;
    grid-row: span 2;
    isolation: isolate;
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.45s ease;
}

.gallery-tile--hero {
    grid-column: span 8;
    grid-row: span 3;
}

.gallery-tile--wide {
    grid-column: span 8;
    grid-row: span 2;
}

.gallery-tile--tall {
    grid-column: span 4;
    grid-row: span 3;
}

.gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.gallery-tile-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(4, 17, 31, 0.82) 100%);
    pointer-events: none;
}

.gallery-tile-meta {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    display: grid;
    gap: 0.25rem;
    text-align: left;
    transform: translateY(6px);
    transition: transform 0.4s ease;
}

.gallery-tile-meta strong {
    font-family: var(--display);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    letter-spacing: -0.02em;
    text-shadow: 0 2px 12px rgba(0,0,0,0.45);
}

.gallery-tile-meta em {
    font-style: normal;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.78);
    max-width: 28ch;
}

.gallery-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
    pointer-events: none;
}

.gallery-tile:hover,
.gallery-tile:focus-visible {
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(232, 197, 71, 0.55);
    box-shadow: 0 24px 50px rgba(0,0,0,0.38), 0 0 0 1px rgba(232,197,71,0.2);
    outline: none;
}

.gallery-tile:hover img,
.gallery-tile:focus-visible img {
    transform: scale(1.12);
}

.gallery-tile:hover .gallery-tile-meta,
.gallery-tile:focus-visible .gallery-tile-meta {
    transform: translateY(0);
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(4, 17, 31, 0.88);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
}

.gallery-lightbox[hidden] { display: none !important; }

.gallery-lightbox-figure {
    margin: 0;
    max-width: min(1100px, 100%);
    width: 100%;
    display: grid;
    gap: 0.85rem;
    justify-items: center;
}

.gallery-lightbox-figure img {
    max-width: 100%;
    max-height: min(72vh, 820px);
    width: auto;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 30px 80px rgba(0,0,0,0.45);
    object-fit: contain;
    background: #04111f;
}

.gallery-lightbox-figure figcaption {
    display: grid;
    gap: 0.2rem;
    text-align: center;
    color: #fff;
}

.gallery-lightbox-figure strong {
    font-family: var(--display);
    font-size: 1.25rem;
}

.gallery-lightbox-figure span {
    color: rgba(255,255,255,0.72);
    font-size: 0.95rem;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
    position: absolute;
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 999px;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.gallery-lightbox-close {
    top: 1rem;
    right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.5rem;
    line-height: 1;
}

.gallery-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.7rem;
    line-height: 1;
}

.gallery-lightbox-prev { left: 1rem; }
.gallery-lightbox-next { right: 1rem; }

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
    background: rgba(201, 162, 39, 0.28);
    border-color: rgba(232, 197, 71, 0.65);
}

body.gallery-lock { overflow: hidden; }

body.page-gallery .page-main {
    padding: 0;
    max-width: none;
}

.gallery-arena--page {
    margin: 0;
    min-height: calc(100vh - 8rem);
}

.gallery-arena--teaser .gallery-mosaic {
    max-height: none;
}

.gallery-more {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.btn-gold {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold);
}

.btn-gold:hover {
    background: var(--gold-bright);
    border-color: var(--gold-bright);
    color: var(--navy);
}

.countdown-band {
    padding: 1.1rem 0;
    background: linear-gradient(90deg, rgba(6,26,46,0.96), rgba(26,79,140,0.9));
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(201,162,39,0.35);
}

.countdown-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #fff;
}

.countdown-label {
    font-family: var(--display);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--gold-bright);
}

.countdown-units {
    display: flex;
    gap: 0.7rem;
}

.countdown-units div {
    min-width: 4.2rem;
    padding: 0.55rem 0.65rem;
    border-radius: 12px;
    text-align: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
}

.countdown-units strong {
    display: block;
    font-family: var(--display);
    font-size: 1.35rem;
    line-height: 1.1;
}

.countdown-units span {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.info-strip {
    padding: 0.95rem 0;
    background: rgba(255,255,255,0.72);
    border-bottom: 1px solid var(--line);
}

.info-strip-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.25rem;
}

.info-strip-label {
    font-family: var(--display);
    font-weight: 700;
    color: var(--navy);
}

.info-strip-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.info-strip-links a {
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--navy);
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none;
}

.info-strip-links a:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.programme-list {
    display: grid;
    gap: 0.85rem;
    max-width: 52rem;
}

.programme-item {
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

.programme-when {
    display: grid;
    gap: 0.25rem;
    align-content: start;
}

.programme-when strong {
    font-family: var(--display);
    color: var(--accent);
}

.programme-when span {
    color: var(--muted);
    font-size: 0.9rem;
}

.programme-body h3 {
    margin: 0 0 0.35rem;
    font-family: var(--display);
    font-size: 1.15rem;
}

.programme-body p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.faq-list {
    display: grid;
    gap: 0.7rem;
    max-width: 48rem;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    padding: 0.2rem 1rem;
    box-shadow: var(--shadow);
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 0.95rem 0;
    font-family: var(--display);
    font-weight: 700;
    color: var(--navy);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item[open] summary { color: var(--accent); }

.faq-answer {
    padding: 0 0 1rem;
    color: var(--muted);
    line-height: 1.7;
}

.guide-list {
    display: grid;
    gap: 0.8rem;
    max-width: 48rem;
}

.guide-card {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1.1rem 1.2rem;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: #fff;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--shadow);
}

.guide-card strong {
    display: block;
    font-family: var(--display);
    margin-bottom: 0.25rem;
}

.guide-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.guide-card span {
    color: var(--accent);
    font-weight: 700;
    white-space: nowrap;
}

.guide-card:hover {
    border-color: rgba(200,16,46,0.35);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 1rem;
}

.contact-card {
    padding: 1.3rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

.contact-card h3 {
    margin: 0 0 0.8rem;
    font-family: var(--display);
}

.contact-card p {
    margin: 0 0 0.55rem;
    color: var(--muted);
    line-height: 1.55;
}

.contact-map {
    min-height: 320px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
}

@media (max-width: 900px) {
    .programme-item { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
}

/* Shared */
.grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 1.15rem;
    box-shadow: var(--shadow);
}

.card h3 {
    margin: 0 0 0.4rem;
    font-family: var(--display);
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: var(--navy);
}

.meta { color: var(--muted); font-size: 0.94rem; line-height: 1.5; }

.tag {
    display: inline-block;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(200, 16, 46, 0.12);
    color: var(--accent-deep);
    font-family: var(--display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.flash {
    padding: 0.9rem 1rem;
    margin: 1rem 0;
    border-radius: 12px;
    background: #e8f7ef;
    border: 1px solid #b7e0c8;
}

.flash.error {
    background: #fff1ec;
    border-color: #ffd0bf;
}

.form { display: grid; gap: 1rem; max-width: 860px; }
.form--corporate { gap: 1.15rem; max-width: 920px; }
.form-row { display: grid; gap: 0.4rem; }
.form-row.two { grid-template-columns: 1fr 1fr; gap: 1rem; }
label { font-weight: 700; font-size: 0.9rem; color: var(--navy); }

input, select, textarea {
    width: 100%;
    padding: 0.85rem 0.95rem;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--ink);
    font: inherit;
}

input:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: var(--blue-bright);
    box-shadow: 0 0 0 4px rgba(47, 111, 189, 0.14);
}

textarea { min-height: 120px; resize: vertical; }

.form-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.55rem;
    margin-bottom: 1.35rem;
}

.form-step {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.8rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.form-step:hover {
    border-color: rgba(26, 79, 140, 0.28);
    color: var(--navy);
}

.form-step.is-done {
    border-color: rgba(26, 79, 140, 0.22);
    color: var(--navy);
}

.form-step.is-done em {
    background: rgba(26, 79, 140, 0.12);
    color: var(--navy);
}

.form-step em {
    font-style: normal;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--soft);
    color: var(--navy);
    font-family: var(--display);
    font-size: 0.75rem;
}

.form-step.is-active {
    border-color: rgba(26, 79, 140, 0.35);
    color: var(--navy);
}

.form-step.is-active em {
    background: linear-gradient(135deg, var(--navy-mid), var(--blue-bright));
    color: #fff;
}

.form-section {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
}

.form-section[hidden] {
    display: none !important;
}

.form-section.is-wizard-active {
    animation: wizardPanelIn 0.35s ease both;
}

@keyframes wizardPanelIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .form-section.is-wizard-active {
        animation: none;
    }
}

.wizard-summary {
    display: grid;
    gap: 0.55rem;
    padding: 0.95rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #f7f9fc, #eef3f9);
}

.wizard-summary-row {
    display: grid;
    grid-template-columns: minmax(7rem, 32%) 1fr;
    gap: 0.65rem;
    align-items: start;
    font-size: 0.9rem;
}

.wizard-summary-row span {
    color: var(--muted);
    font-weight: 600;
}

.wizard-summary-row strong {
    color: var(--navy);
    font-weight: 700;
    word-break: break-word;
}

.form-section-head {
    display: flex;
    gap: 0.9rem;
    align-items: start;
    padding: 1rem 1.2rem;
    background: linear-gradient(180deg, #f7f9fc, #eef3f9);
    border-bottom: 1px solid var(--line);
}

.form-section-head > span {
    font-family: var(--display);
    font-weight: 800;
    color: var(--accent);
    letter-spacing: 0.04em;
}

.form-section-head h3 {
    margin: 0;
    font-family: var(--display);
    font-size: 1.05rem;
    color: var(--navy);
}

.form-section-head p {
    margin: 0.25rem 0 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.form-section-body {
    display: grid;
    gap: 0.95rem;
    padding: 1.15rem 1.2rem 1.25rem;
}

.member-block {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1rem;
    display: grid;
    gap: 0.8rem;
    background: #fbfcfe;
}

.wizard-subhead {
    display: grid;
    gap: 0.2rem;
    padding: 0.35rem 0 0.15rem;
}

.wizard-subhead + .wizard-subhead,
.btn-ghost-dark + .wizard-subhead {
    margin-top: 0.85rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.wizard-subhead h4 {
    margin: 0;
    font-family: var(--display);
    font-size: 1.05rem;
    color: var(--navy);
}

.wizard-subhead p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.member-block--mentor {
    background: #fff8e6;
    border-color: rgba(212, 168, 0, 0.42);
}

.member-block--foldable {
    padding: 0;
    overflow: hidden;
}

.member-block-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    cursor: pointer;
    list-style: none;
    background: #f7f9fc;
    border-bottom: 1px solid transparent;
}

.member-block--foldable[open] .member-block-summary {
    border-bottom-color: var(--line);
}

.member-block-summary::-webkit-details-marker {
    display: none;
}

.member-block-summary strong {
    color: var(--navy);
    font-family: var(--display);
}

.member-block-summary span {
    margin-left: auto;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--muted);
}

.member-block-body {
    padding: 0.85rem 1rem 1rem;
}

.wizard-mobile-progress {
    display: none;
    margin: 0;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--navy);
}

.member-block-head {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
}

.member-block-head strong {
    font-family: var(--display);
    color: var(--navy);
}

.check-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.86rem;
    color: var(--muted);
}

.check-inline input,
.check-card input {
    width: auto;
}

.check-card {
    display: flex;
    gap: 0.7rem;
    align-items: start;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #f7f9fc;
    font-weight: 600;
    color: var(--navy);
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
    padding-top: 0.35rem;
}

.form-actions--wizard {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.form-actions-end {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-left: auto;
}

.detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
}

.detail-card {
    padding: 1.15rem;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

.detail-card h3 {
    margin: 0 0 0.45rem;
    font-family: var(--display);
    font-size: 1.05rem;
    color: var(--navy);
}

.detail-card--alert {
    margin-top: 0.9rem;
    border-color: #ffd0bf;
    background: #fff8f5;
}

.detail-block {
    margin-top: 1.6rem;
}

.detail-block h2 {
    margin: 0 0 0.85rem;
    font-family: var(--display);
    font-size: 1.35rem;
    color: var(--navy);
}

.table-panel {
    overflow: auto;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

.corp-table {
    margin: 0;
}

.corp-table th {
    background: var(--navy);
}

.table-actions {
    display: flex;
    gap: 0.75rem;
    white-space: nowrap;
}

.table-actions a {
    color: var(--accent);
    font-weight: 700;
    text-decoration: none;
}

.table-actions a:hover { color: var(--navy); }

.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 1rem 0 1.5rem;
}

.step {
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: var(--soft);
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.step.active {
    background: var(--accent);
    color: #fff;
}

@media (max-width: 900px) {
    .detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .form-steps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.35rem;
        margin-bottom: 0.75rem;
    }

    .wizard-mobile-progress {
        display: block;
        grid-column: 1 / -1;
        margin-bottom: 0.15rem;
    }

    .form-step {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.45rem 0.2rem;
        font-size: 0;
        gap: 0.2rem;
    }

    .form-step em {
        font-size: 0.72rem;
        width: 1.65rem;
        height: 1.65rem;
    }

    .form-actions--wizard {
        position: sticky;
        bottom: calc(var(--portal-bottom-nav-h, 0px) + env(safe-area-inset-bottom, 0px));
        z-index: 40;
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        margin-top: 0.5rem;
        padding: 0.75rem 0 0.85rem;
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid var(--line);
        backdrop-filter: blur(8px);
    }

    .form-actions--wizard > [data-wizard-prev] {
        width: 100%;
        min-height: 44px;
    }

    .form-actions-end {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
        width: 100%;
        margin-left: 0;
    }

    .form-actions-end .btn {
        min-height: 44px;
        width: 100%;
        padding-left: 0.65rem;
        padding-right: 0.65rem;
        font-size: 0.82rem;
    }

    .form-actions-end [data-wizard-submit] {
        grid-column: 1 / -1;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

th, td {
    text-align: left;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid var(--line);
    font-size: 0.95rem;
}

th {
    background: var(--navy);
    font-family: var(--display);
    font-weight: 700;
    color: #fff;
}

.page-banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 2.6rem 0 2.4rem;
    margin-bottom: 0.25rem;
}

.page-banner-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 90% 10%, rgba(200,16,46,0.28), transparent 55%),
        linear-gradient(115deg, #04111f 0%, #0a2a4a 55%, #123556 100%);
}

.page-banner-inner {
    position: relative;
    z-index: 1;
    max-width: 40rem;
}

.page-banner-eyebrow {
    color: var(--gold-bright) !important;
}

.page-banner h1 {
    margin: 0;
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.page-banner p {
    margin: 0.75rem 0 0;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.7;
}

.section--tight {
    padding-top: 1.6rem;
}

.content-panel,
.auth-panel {
    max-width: 42rem;
    padding: 1.4rem 1.5rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.auth-panel { max-width: 32rem; }

.auth-panel a,
.content-panel a {
    color: var(--accent);
    font-weight: 700;
}

.auth-admin-hint {
    margin-top: 1.2rem !important;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.rules-list {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--muted);
    line-height: 1.85;
}

.panel-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
}

.footer-cta {
    padding: 2.6rem 0;
    background:
        radial-gradient(ellipse 45% 80% at 85% 30%, rgba(200,16,46,0.22), transparent 55%),
        linear-gradient(120deg, #04111f, #0a2a4a 60%, #123556);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-cta-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.4rem 2rem;
    align-items: center;
}

.footer-cta h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.45rem, 2.8vw, 1.85rem);
    letter-spacing: -0.03em;
    color: #fff;
}

.footer-cta p {
    margin: 0.5rem 0 0;
    color: rgba(255,255,255,0.68);
    max-width: 34rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer {
    position: relative;
    background:
        radial-gradient(ellipse 50% 60% at 0% 0%, rgba(47, 111, 189, 0.16), transparent 55%),
        linear-gradient(180deg, #061a2e 0%, var(--navy-deep) 100%);
    color: rgba(255, 255, 255, 0.72);
    padding: 0 0 1.35rem;
    margin-top: 0;
}

.footer-accent {
    height: 3px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--gold) 42%, var(--blue-bright) 100%);
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(15rem, 1.45fr) repeat(3, minmax(8.5rem, 1fr));
    gap: 2.4rem 2rem;
    padding: 2.8rem 0 2.2rem;
    align-items: start;
}

.footer-brand-block {
    max-width: 22rem;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    margin-bottom: 1rem;
}

.footer-brand .mark {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, var(--accent) 0%, var(--accent-deep) 100%);
    color: #fff;
    font-family: var(--display);
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 20px rgba(200, 16, 46, 0.28);
    flex-shrink: 0;
}

.footer-brand-text {
    display: grid;
    gap: 0.12rem;
    line-height: 1.15;
}

.footer-brand-text strong {
    margin: 0;
    color: #fff;
    font-family: var(--display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.footer-brand-text small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-note {
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
    line-height: 1.65;
}

.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.footer-contact li {
    display: grid;
    gap: 0.15rem;
}

.footer-contact span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(232, 197, 71, 0.85);
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.footer-contact a:hover {
    color: var(--gold-bright);
}

.footer-col h3 {
    margin: 0 0 1rem;
    color: #fff;
    font-family: var(--display);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.footer-col a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.18s ease, padding-left 0.18s ease;
}

.footer-col a:hover {
    color: #fff;
    padding-left: 0.2rem;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 0 0.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copy {
    margin: 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
}

.footer-partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.85rem;
}

.footer-partners > span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.footer-partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.footer-partners li {
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-gallery .gallery-arena--nohead {
    margin-top: 0;
    padding-top: 1.5rem;
}

html { scroll-behavior: smooth; }

.page-main { padding-bottom: 1rem; }
.inner-page { padding-top: 1.35rem; padding-bottom: 2rem; }

/* Wow marquee */
.wow-marquee {
    background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 28%, var(--accent) 62%, var(--gold) 100%);
    color: #fff;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 32s linear infinite;
}

.marquee-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0.85rem 0;
    white-space: nowrap;
    font-family: var(--display);
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.marquee-group span {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
}

.marquee-group span::after {
    content: "◆";
    color: rgba(255,255,255,0.55);
    font-size: 0.65rem;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.wow-marquee:hover .marquee-track {
    animation-play-state: paused;
}

/* Scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-in {
    opacity: 1;
    transform: none;
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

@media (max-width: 900px) {
    .bento-board { border-radius: 24px; padding: 0.85rem; }
    .timeline { grid-template-columns: 1fr; }
    .cat-card,
    .cat-card--b1,
    .cat-card--b2,
    .cat-card--b3,
    .cat-card--b4,
    .cat-card--b5,
    .cat-card:nth-child(n) {
        grid-column: span 6;
        min-height: 210px;
    }
    .about-split { grid-template-columns: 1fr; }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 1.5rem;
    }

    .footer-brand-block {
        grid-column: 1 / -1;
        max-width: none;
    }
    .about-visual { min-height: 240px; }
    .gallery-mosaic {
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: minmax(160px, 28vw);
    }
    .gallery-tile,
    .gallery-tile--hero,
    .gallery-tile--wide,
    .gallery-tile--tall {
        grid-column: span 6;
        grid-row: span 2;
    }
    .gallery-tile--hero { grid-row: span 3; }
    .bridge-grid,
    .corp-about-grid,
    .corp-dates-grid,
    .st-services-grid,
    .st-about-grid,
    .st-expertise-grid,
    .st-featured-grid {
        grid-template-columns: 1fr;
    }
    .hero--stratech {
        min-height: 70vh;
        padding-bottom: 5rem;
    }
    .st-services { margin-top: -3.2rem; }
}

@media (max-width: 700px) {
    .form-row.two { grid-template-columns: 1fr; }
    .nav-glass {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-main {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        padding: 2.2rem 0 1.75rem;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-col a:hover {
        padding-left: 0;
    }
    .cat-card,
    .cat-card--b1,
    .cat-card--b2,
    .cat-card--b3,
    .cat-card--b4,
    .cat-card--b5,
    .cat-card:nth-child(n) {
        grid-column: span 12;
        min-height: 200px;
    }
    .hero-inner { padding: 6.5rem 0 3.2rem; }
    .partners-row { justify-content: flex-start; }
    .marquee-group { font-size: 0.78rem; gap: 1.1rem; }
    .gallery-mosaic {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }
    .gallery-tile,
    .gallery-tile--hero,
    .gallery-tile--wide,
    .gallery-tile--tall {
        grid-column: auto;
        grid-row: auto;
        min-height: 220px;
    }
    .gallery-lightbox-nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-media,
    .hero-fx,
    .hero-fx::before,
    .hero-brand .brand-accent,
    .marquee-track,
    .reveal,
    .gallery-aura,
    .gallery-tile,
    .gallery-tile img {
        animation: none !important;
        transition: none !important;
    }
    .reveal { opacity: 1; transform: none; }
    .hero-media { filter: none; transform: none; }
    .gallery-tile img { transform: none; }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .nav-glass,
    .chip,
    .hero-kicker,
    .cat-card,
    .time-card,
    .about-copy,
    .partner-pill,
    .btn-ghost {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .nav-glass { background: rgba(6, 26, 46, 0.82); }
    .cat-card { background: linear-gradient(165deg, #123556 0%, #061a2e 100%); }
    .time-card { background: rgba(255,255,255,0.94); }
}
