@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/space-grotesk//SpaceGrotesk-VariableFont_wght.ttf') format('truetype-variations');
}

:root {
    color-scheme: dark;
    --sky-top: #0a0a0a;
    --sky-mid: #0f0f0f;
    --sky-deep: #1a1a1a;
    --glass: rgba(20, 20, 20, 0.62);
    --glass-strong: rgba(25, 25, 25, 0.86);
    --glass-border: rgba(100, 255, 150, 0.15);
    --glass-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
    --ink: #e8e8e8;
    --ink-soft: #a8a8a8;
    --aqua: #4dffaa;
    --aqua-deep: #00d866;
    --leaf: #83e78d;
    --sun: #f7ffd3;
    --line: rgba(77, 255, 170, 0.08);
    --line-strong: rgba(77, 255, 170, 0.35);
    --radius-xl: 20px;
    --radius-lg: 16px;
    --radius-md: 12px;
    --max-width: 1120px;
}

* {
    box-sizing: border-box;
    font-family: 'Space Grotesk', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--ink);
    line-height: 1.6;
    overflow-x: hidden;
    background: #000;
    position: relative;
}

.aero-scene {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: radial-gradient(ellipse at 25% 35%, #071a07 0%, #030d03 55%, #000 100%);
    overflow: hidden;
    pointer-events: none;
}

.aero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
}

.aero-orb1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 200, 80, 0.13) 0%, transparent 70%);
    top: -200px;
    left: -150px;
    animation: aero-drift-1 20s ease-in-out infinite;
}

.aero-orb2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 255, 100, 0.09) 0%, transparent 70%);
    bottom: -150px;
    right: -50px;
    animation: aero-drift-2 26s ease-in-out infinite;
}

@keyframes aero-drift-1 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(60px, 70px); }
}

@keyframes aero-drift-2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-50px, -60px); }
}

.ribbon {
    position: absolute;
    left: 0;
    right: 0;
    will-change: transform;
    pointer-events: none;
}

.r1 {
    height: 28px;
    top: 290px;
    background: radial-gradient(ellipse 55% 100% at 45% 50%, rgba(230, 255, 235, 0.92) 0%, rgba(80, 255, 130, 0.6) 25%, rgba(0, 200, 80, 0.25) 55%, transparent 100%);
    border-radius: 50%;
    filter: blur(0.6px);
    animation: wave-1 11s ease-in-out infinite;
    box-shadow: 0 0 18px 4px rgba(0, 230, 80, 0.18), 0 0 40px 8px rgba(0, 180, 60, 0.08);
}

.r1-shine {
    height: 7px;
    top: 286px;
    background: radial-gradient(ellipse 40% 100% at 45% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(200, 255, 210, 0.2) 50%, transparent 100%);
    border-radius: 50%;
    animation: wave-1 11s ease-in-out infinite;
}

.r2 {
    height: 36px;
    top: 360px;
    background: radial-gradient(ellipse 50% 100% at 50% 50%, rgba(210, 255, 225, 0.88) 0%, rgba(40, 220, 100, 0.55) 28%, rgba(0, 160, 60, 0.2) 58%, transparent 100%);
    border-radius: 50%;
    filter: blur(0.8px);
    animation: wave-2 15s ease-in-out infinite;
    box-shadow: 0 0 22px 5px rgba(0, 200, 70, 0.15), 0 0 50px 10px rgba(0, 150, 50, 0.06);
}

.r2-shine {
    height: 8px;
    top: 355px;
    background: radial-gradient(ellipse 38% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(180, 255, 200, 0.18) 50%, transparent 100%);
    border-radius: 50%;
    animation: wave-2 15s ease-in-out infinite;
}

.r3 {
    height: 18px;
    top: 220px;
    background: radial-gradient(ellipse 45% 100% at 40% 50%, rgba(180, 255, 210, 0.82) 0%, rgba(0, 200, 70, 0.45) 30%, rgba(0, 140, 50, 0.15) 60%, transparent 100%);
    border-radius: 50%;
    filter: blur(0.5px);
    animation: wave-3 19s ease-in-out infinite;
    box-shadow: 0 0 14px 3px rgba(0, 220, 80, 0.12);
}

.r3-shine {
    height: 5px;
    top: 217px;
    background: radial-gradient(ellipse 35% 100% at 40% 50%, rgba(255, 255, 255, 0.4) 0%, transparent 60%);
    border-radius: 50%;
    animation: wave-3 19s ease-in-out infinite;
}

.r4 {
    height: 22px;
    top: 430px;
    background: radial-gradient(ellipse 52% 100% at 55% 50%, rgba(200, 255, 220, 0.78) 0%, rgba(30, 210, 90, 0.48) 30%, rgba(0, 160, 55, 0.18) 58%, transparent 100%);
    border-radius: 50%;
    filter: blur(0.6px);
    animation: wave-4 13s ease-in-out infinite;
    box-shadow: 0 0 16px 4px rgba(0, 210, 70, 0.13);
}

.r4-shine {
    height: 6px;
    top: 426px;
    background: radial-gradient(ellipse 38% 100% at 55% 50%, rgba(255, 255, 255, 0.42) 0%, transparent 60%);
    border-radius: 50%;
    animation: wave-4 13s ease-in-out infinite;
}

@keyframes wave-1 {
    0% { transform: translateY(0px) rotate(-4deg) scaleX(1.6); }
    25% { transform: translateY(18px) rotate(-5.5deg) scaleX(1.62); }
    50% { transform: translateY(8px) rotate(-3deg) scaleX(1.58); }
    75% { transform: translateY(22px) rotate(-6deg) scaleX(1.61); }
    100% { transform: translateY(0px) rotate(-4deg) scaleX(1.6); }
}

@keyframes wave-2 {
    0% { transform: translateY(0px) rotate(-6deg) scaleX(1.7); }
    30% { transform: translateY(-20px) rotate(-4.5deg) scaleX(1.68); }
    60% { transform: translateY(-8px) rotate(-7deg) scaleX(1.72); }
    100% { transform: translateY(0px) rotate(-6deg) scaleX(1.7); }
}

@keyframes wave-3 {
    0% { transform: translateY(0px) rotate(-2deg) scaleX(1.55); }
    35% { transform: translateY(14px) rotate(-3.5deg) scaleX(1.57); }
    70% { transform: translateY(5px) rotate(-1.5deg) scaleX(1.54); }
    100% { transform: translateY(0px) rotate(-2deg) scaleX(1.55); }
}

@keyframes wave-4 {
    0% { transform: translateY(0px) rotate(-7deg) scaleX(1.65); }
    40% { transform: translateY(-16px) rotate(-5deg) scaleX(1.67); }
    80% { transform: translateY(-6px) rotate(-8deg) scaleX(1.64); }
    100% { transform: translateY(0px) rotate(-7deg) scaleX(1.65); }
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header,
.site-footer,
.section {
    width: min(calc(100% - 32px), var(--max-width));
    margin-inline: auto;
}

main {
    position: relative;
    z-index: 1;
}

.site-header {
    position: sticky;
    top: 14px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 16px;
    margin-top: 16px;
    border: 1px solid rgba(77, 255, 170, 0.25);
    border-radius: 25px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, 0.02) 41%, rgba(255, 255, 255, 0.02) 59%, transparent 60%),
        linear-gradient(180deg, rgba(150, 255, 200, 0.005) 0%, transparent 30%);
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.12), inset 0 -2px 4px rgba(77, 255, 170, 0.15), 0 28px 90px rgba(0, 0, 0, 0.42), 0 0 40px rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(28px) saturate(180%);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    color: #4dffaa;
    border: 1px solid rgba(77, 255, 170, 0.4);
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.95), rgba(10, 10, 10, 0.92)), radial-gradient(circle at 35% 35%, rgba(77, 255, 170, 0.35), transparent 45%);
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.16), inset 0 -8px 12px rgba(77, 255, 170, 0.2), 0 0 24px rgba(77, 255, 170, 0.3);
}

.brand-text {
    font-size: 0.98rem;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-nav a {
    color: var(--ink-soft);
    font-size: 0.95rem;
    font-weight: 700;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 1px 4px rgba(0, 0, 0, 0.6);
    transition: color 180ms ease, text-shadow 180ms ease, box-shadow 180ms ease;
    position: relative;
    padding: 6px 12px;
    border-radius: 8px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--aqua);
    text-shadow: 0 1px 2px rgba(77, 255, 170, 0.6);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at center, rgba(77, 255, 170, 0.15), rgba(77, 255, 170, 0.05)),
        linear-gradient(180deg, rgba(150, 255, 200, 0.005) 0%, transparent 30%);
    box-shadow: inset 0 0 12px rgba(77, 255, 170, 0.2), 0 0 16px rgba(77, 255, 170, 0.25);
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(174, 234, 255, 0.22);
    border-radius: 999px;
    color: #dff8ff;
    background: linear-gradient(180deg, rgba(24, 44, 68, 0.92), rgba(10, 18, 30, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 20px rgba(0, 0, 0, 0.26);
}

.menu-toggle__line {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.section {
    padding: clamp(54px, 7vw, 92px) 0;
}

.hero {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 24px;
    min-height: auto;
    padding-top: 38px;
}

.hero-focus {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 24px;
    padding-top: 0;
}

.hero-copy,
.hero-panel,
.about-card,
.project-card {
    position: relative;
    border: 1px solid var(--glass-border);
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.86), rgba(18, 18, 18, 0.84)), linear-gradient(135deg, rgba(50, 120, 80, 0.05), rgba(30, 100, 60, 0.06));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(77, 255, 170, 0.08), 0 26px 70px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(22px) saturate(165%);
}

.hero-copy::before,
.hero-panel::before,
.project-card::before,
.about-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 10%),
        linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, 0.02) 41%, rgba(255, 255, 255, 0.02) 59%, transparent 60%),
        linear-gradient(180deg, rgba(150, 255, 200, 0.005) 0%, transparent 15%);
}

.hero-copy {
    padding: clamp(28px, 4vw, 48px);
    border-radius: var(--radius-xl);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.hero-copy::after {
    content: "";
    position: absolute;
    inset: auto -10% -35% auto;
    width: 52%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77, 255, 170, 0.12) 0%, rgba(77, 255, 170, 0.04) 32%, transparent 68%);
    filter: blur(2px);
}

.hero-copy>* {
    position: relative;
    z-index: 1;
}

.hero-copy h1,
.section-heading h2 {
    margin: 0;
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-shadow: 0 0 8px rgba(0, 0, 0, 1), 0 2px 12px rgba(0, 0, 0, 0.95), 0 4px 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 0, 0, 0.8);
}

.hero-copy h1 {
    font-size: clamp(2rem, 4.2vw, 3.8rem);
    color: #f5f5f5;
}

.eyebrow {
    margin: 0 0 16px;
    color: #4dffaa;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.7);
}

.lede,
.section-heading p,
.about-card p,
.project-card p,
.panel-description {
    color: #a7bfd0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.95), 0 1px 6px rgba(0, 0, 0, 0.85), 0 2px 10px rgba(0, 0, 0, 0.75);
}

.lede {
    max-width: 58ch;
    margin: 24px 0 0;
    font-size: 1.08rem;
}

.hero-lede-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    align-items: start;
    gap: 18px;
    margin-top: 24px;
}

.hero-lede-row .lede {
    margin: 0;
    max-width: 62ch;
}

.contact-spotlight {
    margin-top: 0;
    padding: 16px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(77, 255, 170, 0.2);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, transparent 24%),
        linear-gradient(135deg, rgba(77, 255, 170, 0.07), rgba(77, 255, 170, 0.02));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 14px 30px rgba(0, 0, 0, 0.22);
}

.contact-spotlight__title {
    margin: 0;
    color: #dfffe9;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.contact-spotlight__email, .contact-spotlight__discord {
    margin: 8px 0 0;
    color: #cdebd9;
    font-size: 0.92rem;
    line-height: 1.4;
}

.contact-spotlight__email a {
    color: #edfff5;
    text-decoration: underline;
    text-decoration-color: rgba(77, 255, 170, 0.45);
    text-underline-offset: 2px;
}

.contact-spotlight__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.contact-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(77, 255, 170, 0.22);
    color: #cdebd9;
    font-size: 0.92rem;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.95), rgba(16, 16, 16, 0.95));
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.contact-chip:hover,
.contact-chip:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(77, 255, 170, 0.45);
    color: #edfff5;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26), 0 0 18px rgba(77, 255, 170, 0.22);
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(77, 255, 170, 0.25);
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
    overflow: hidden;
}

.button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 55%);
    opacity: 0.8;
    transition: opacity 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.28);
    border-color: rgba(77, 255, 170, 0.5);
}

.button:hover::before {
    opacity: 1;
}

.button>* {
    position: relative;
    z-index: 1;
}

.button--secondary {
    color: #d5d5d5;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0.95), rgba(18, 18, 18, 0.95));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 16px rgba(0, 0, 0, 0.26);
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 34px 0 0;
}

.stats div {
    padding: 18px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(77, 255, 170, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(18, 18, 18, 0.4) 10%),
        linear-gradient(180deg, rgba(150, 255, 200, 0.005) 0%, rgba(18, 18, 18, 0.4) 15%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: transform 180ms ease, border-color 180ms ease;
}

.stats div:hover {
    transform: translateY(-1px);
    border-color: rgba(77, 255, 170, 0.25);
}

.stats dt {
    font-size: clamp(1.3rem, 2.4vw, 1.85rem);
    font-weight: 900;
    color: #f0f0f0;
}

.stats dd {
    margin: 6px 0 0;
    color: var(--ink-soft);
    font-size: 0.94rem;
}

.hero-panel {
    padding: 28px;
    border-radius: var(--radius-xl);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    overflow: hidden;
}

.hero-panel::after {
    content: "";
    position: absolute;
    left: -12%;
    bottom: -12%;
    width: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77, 255, 170, 0.08) 0%, rgba(77, 255, 170, 0.03) 32%, transparent 70%);
}

.hero-panel>* {
    position: relative;
    z-index: 1;
}

.panel-label {
    margin: 0;
    color: #4dffaa;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.7);
}

.panel-header {
    margin-bottom: 16px;
}

.panel-title {
    margin: 8px 0 0;
    color: #f0f0f0;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.2;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1), 0 2px 10px rgba(0, 0, 0, 0.95), 0 4px 16px rgba(0, 0, 0, 0.9);
}

.panel-description {
    margin: 0 0 20px;
    color: #d5d5d5;
    font-size: 1rem;
    line-height: 1.5;
}

.signal-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.signal-item {
    color: #a8a8a8;
    font-size: 0.92rem;
}

.signal-list li,
.project-meta li {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.signal-list li::before,
.project-meta li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #4dffaa, #00b851);
    box-shadow: 0 0 16px rgba(77, 255, 170, 0.35);
    flex: 0 0 auto;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.section-heading h2 {
    font-size: clamp(2rem, 5vw, 3.8rem);
    color: #f5f5f5;
}

.section-heading p {
    margin: 18px 0 0;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.project-card {
    padding: 24px;
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform 180ms ease, border-color 200ms ease, box-shadow 200ms ease;
    overflow: hidden;
}

.project-card:hover {
    transform: translateY(-4px);
    border-color: var(--line-strong);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.project-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 22px;
    background: linear-gradient(180deg, transparent, rgba(77, 255, 170, 0.08));
    pointer-events: none;
}

.project-card--featured {
    grid-row: span 2;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.96), rgba(18, 18, 18, 0.94)), radial-gradient(circle at top right, rgba(77, 255, 170, 0.1), transparent 38%);
}

.project-card__top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.project-tag,
.project-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(77, 255, 170, 0.15);
    font-size: 0.8rem;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.project-tag {
    color: #d5d5d5;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0.96), rgba(22, 22, 22, 0.96));
}

.project-status {
    color: #aef7c6;
    background: linear-gradient(180deg, rgba(18, 56, 33, 0.95), rgba(10, 26, 16, 0.95));
}

.project-card h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #f0f0f0;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1), 0 2px 10px rgba(0, 0, 0, 0.95), 0 4px 14px rgba(0, 0, 0, 0.9);
}

.project-card p,
.about-card p {
    margin: 0;
}

.project-leadership {
    margin: 12px 0 0;
    padding: 12px;
    border-left: 3px solid rgba(77, 255, 170, 0.3);
    background: rgba(77, 255, 170, 0.03);
    color: #d5d5d5;
    font-size: 0.95rem;
    font-style: italic;
}

.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0;
    margin: auto 0 0;
    list-style: none;
    color: #a8a8a8;
    font-size: 0.92rem;
}

.project-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.about-card {
    padding: clamp(24px, 4vw, 34px);
    border-radius: var(--radius-xl);
    display: grid;
    gap: 18px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-card:hover {
    transform: translateY(-2px);
    border-color: var(--line-strong);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.site-footer {
    position: relative;
    z-index: 1;
    padding: 0 0 48px;
    color: var(--ink-soft);
    font-size: 0.92rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.7);
}

@media (max-width: 980px) {

    .hero {
        grid-template-columns: 1fr;
        display: grid;
    }

    .hero {
        min-height: auto;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .project-card--featured {
        grid-row: auto;
    }

}

@media (max-width: 780px) {
    .site-header {
        border-radius: 24px;
        padding: 12px 14px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 14px);
        right: 0;
        left: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        margin-inline: 16px;
        border: 1px solid rgba(77, 255, 170, 0.12);
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(25, 25, 25, 0.98), rgba(15, 15, 15, 0.98));
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .site-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav a {
        padding: 14px 12px;
        border-radius: 16px;
    }

    .site-nav a:hover,
    .site-nav a:focus-visible {
        background: rgba(77, 255, 170, 0.06);
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .hero-lede-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .contact-spotlight__actions {
        flex-direction: column;
    }

    .button {
        width: 100%;
    }
}

@media (max-width: 560px) {

    .site-header,
    .section,
    .site-footer {
        width: min(calc(100% - 20px), var(--max-width));
    }

    .hero-copy,
    .hero-panel,
    .project-card,
    .about-card {
        padding: 20px;
    }

    .section-heading h2 {
        font-size: clamp(1.8rem, 9vw, 2.8rem);
    }
}