/* Basis-Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #002b27;
    font-family: InterTight, sans-serif;
    color: #ffffff;
}

::selection {
    background: #D0FF92;
    color: #002b27;
}

/* älteres Firefox */
::-moz-selection {
    background: #D0FF92;
    color: #002b27;
}

h1 {
    font-family: InterTight, sans-serif;
    font-size: 7vh;
}

.main-header {
    text-align: center;
}

@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/*Alert*/
.alertDanger,
.alertWarning,
.alertSuccess {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 12px 20px;
    border-radius: 0;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid;
    background-color: #fff;
}

/* Farbvarianten */
.alertDanger {
    border-color: #ff3838;
    background-color: #ff3838;
    color: #fff5f5;
}

.alertWarning {
    border-color: #e57300;
    background-color: #e57300;
    color: #fff3e0;
}

.alertSuccess {
    border-color: #D0FF92;
    background-color: #D0FF92;
    color: #002b27;
}

.alert-margin-top {
    margin-top: 20px;
}

/* =========================
     NAVIGATION & OVERLAY
   ========================= */

:root {
    --nav-h: 96px;
    --z-overlay: 1500;
    --z-nav: 2000;
    --z-toggle: 1600;
    --nav-bg: rgba(0, 43, 39, 0.85);
    --nav-border: rgba(208, 255, 146, 0.15);
    --nav-surface-a: .85;
    --nav-border-a: .15;
    --nav-blur: 8px;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: var(--z-nav);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 3rem;
}

/* Startzustand: transparent, weiche Übergänge */
.navbar {
    background: transparent;
    border-bottom: 1px solid transparent;
    transition:
            background-color 220ms ease,
            border-color 220ms ease,
            padding 220ms ease,
            transform 220ms ease;
}

/* Beim Scrollen aktiv */
.navbar.scrolled {
    background: rgba(0, 43, 39, var(--nav-surface-a));
    border-bottom: 1px solid rgba(208, 255, 146, var(--nav-border-a));
    backdrop-filter: blur(var(--nav-blur));
    -webkit-backdrop-filter: blur(var(--nav-blur));
    padding: 1rem 2.2rem;
    transform: translateY(-4px);
}

/* kleine Bildschirme feinjustieren */
@media (max-width: 768px) {
    .navbar.scrolled {
        padding: 0.8rem 1.2rem;
        transform: translateY(-2px);
    }
}

/* Für Nutzer mit reduzierten Animationen */
@media (prefers-reduced-motion: reduce) {
    .navbar,
    .navbar.scrolled {
        transition: none;
        transform: none;
    }
}

/* Wenn das Menü offen ist, Navbar nicht hochschieben/kompakt machen */
body.nav-open .navbar {
    transition: none !important;
}

/* Safety: Overlay soll immer den gesamten Viewport überdecken & scrollbar sein */
.overlay-menu {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: var(--z-overlay);
    background: rgba(0, 43, 39, 0.60);
    -webkit-backdrop-filter: saturate(1.1) blur(30px);
    backdrop-filter: saturate(1.1) blur(30px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    will-change: opacity;
}

/* Fallback, falls kein backdrop-filter unterstützt wird */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .overlay-menu { background: rgba(0, 43, 39, 0.78); }
}

/* Logo über das Overlay ziehen */
.nav-logo {
    position: relative;
    z-index: var(--z-toggle);
}
.nav-logo img {
    height: 55px;
    transition: transform 0.3s ease;
}

/* Burger (als Button, reset + Layout) */
.menu-toggle {
    position: relative;
    z-index: var(--z-toggle);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 24px;
    gap: 6px;
    cursor: pointer;

    /* Button-Reset */
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
}
.menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #D0FF92;
    border-radius: 3px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
/* X-Animation */
.menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
    transform-origin: center;
}
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
    transform-origin: center;
}

/* Overlay */

.overlay-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease, visibility 0s;
}

.overlay-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: clamp(2rem, 6vw, 6rem);
    padding-top: calc(var(--nav-h) + clamp(2rem, 6vw, 6rem));
}

/* Menü-Liste */
.overlay-nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2.5vh, 2rem);
    margin: 0;
    padding: 0;
}
.overlay-nav a {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-family: InterTight, sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 8vw, 7vh);
    line-height: 1.1;
    letter-spacing: -0.02em;
    transition: color 0.2s ease;
}

/* Unterstreichungseffekt */
.overlay-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 3px;
    background-color: #D0FF92;
    transition: width 0.2s ease;
}

/* Hover/Fokus-Effekt */
.overlay-nav a:hover,
.overlay-nav a:focus {
    color: #D0FF92;
}

.overlay-nav a:hover::after,
.overlay-nav a:focus::after {
    width: 100%;
}

/* Body-Scroll sperren, wenn Overlay offen */
body.nav-open {
    overflow: hidden;
    --nav-surface-a: 0;
    --nav-border-a: 0;
    --nav-blur: 0;
}

body.nav-open .navbar {
    transition:
        background-color 0.4s ease,
        border-bottom-color 0.4s ease,
        backdrop-filter 0.4s ease,
        -webkit-backdrop-filter 0.4s ease !important;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .navbar { padding: 1rem 1.5rem; }
    .nav-logo img { height: 44px; }
}

/*Starting page*/

.neon-text {
    color: #D0FF92;
}

@media (max-width: 1024px) {
    .projects-slider {
        margin-top: clamp(2.5rem, 7vw, 6rem);
    }
}

/* =========================
   PROJECTS SLIDER – CASE STUDY STYLE
   ========================= */

.projects-slider {
    width: 100%;
    max-width: 1800px;
    margin: clamp(3rem, 6vw, 8rem) auto;
    padding: 0;
    overflow: hidden;
}

/* Bühne */
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    background: #002b27;
}

/* Container für alle Slides (horizontales Layout) */
.slides {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.6s ease;
    will-change: transform;
    width: 100%;
}

/* Slide Layout: Text links – Bild rechts */
.slide {
    display: grid;
    flex: 0 0 100%;
    grid-template-columns: 1fr 1.3fr;
    align-items: stretch;
    min-height: clamp(500px, 80vh, 850px);
    transition: transform .5s ease;
}

@media (max-width: 1024px) {
    .slide {
        grid-template-columns: 1fr;
        min-height: 80vh;
    }
}

/* --- TEXTBEREICH --- */
.slide-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 6vw, 7rem);
    background: #002b27;
    color: #fff;
}

.slide-title {
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.slide-title span {
    color: #D0FF92;
}

.slide-text {
    font-size: clamp(1.1rem, 1.6vw, 1.4rem);
    line-height: 1.6;
    color: #e9fdf0;
    margin-bottom: 2.5rem;
    max-width: 600px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 0;
    letter-spacing: 0.03em;
    padding: 1rem 2.5rem;
    border: 1px solid #D0FF92;
    background: #D0FF92;
    color: #002b27;
    text-decoration: none;
    transition: all 0.25s ease;
}
.btn:hover {
    background: transparent;
    color: #D0FF92;
}

@media (min-width: 768px) {
    .btn:active {
        transform: scale(0.95);
    }
}

/* --- BILDBEREICH --- */
.slide-media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    filter: brightness(0.75);
}

/* --- NAVIGATION --- */
.slider-arrow {
    position: absolute;
    top: calc(50% - 40px);
    transform: translateY(-50%);
    z-index: 10;
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #D0FF92;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.65);
    transform: translateY(-50%) scale(1.05);
}
.slider-arrow.prev { left: 0; }
.slider-arrow.next { right: 0; }

/* --- DOTS --- */
.slider-dots {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    padding: 1.5rem 0;
}
.slider-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.3);
    cursor: pointer;
    transition: all 0.3s ease;
}
.slider-dots button[aria-current="true"] {
    background: #D0FF92;
    transform: scale(1.3);
}

/* =========================
   SERVICES BANNER – LEISTUNGEN
   ========================= */
.services-banner {
    background: #D0FF92;   /* Neon-Banner */
    color: #002b27;
    padding: clamp(4rem, 8vw, 8rem) 5vw;
    text-align: center;
}

.services-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.services-title {
    font-family: InterTight, sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 6vw, 3.5rem);
    letter-spacing: -0.02em;
    margin-bottom: clamp(3rem, 5vw, 5rem);
}

/* GRID für 3 Services */
.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max(320px, 30%), 1fr));
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Boxen */
.service {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #002b27;
    color: #D0FF92;
    border: 2px solid #0f3c37;
    padding: 3rem 2rem;
    text-align: left;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

/* Icon */
.service-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.service-icon img,
.service-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Titel */
.service-title {
    font-weight: 800;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    letter-spacing: -0.01em;
}

/* Text */
.service-text {
    color: #e9fdf0;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .service {
        text-align: center;
    }
    .service-icon {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .service:hover {
        transform: translateY(-6px);
        border-color: #002b27;
    }
}

/* =========================
   TESTIMONIALS – KUNDENSTIMMEN
   ========================= */
.testimonials {
    padding: clamp(4rem, 8vw, 8rem) 5vw;
    background: #002b27;
    color: #ffffff;
}

.testimonials-inner {
    max-width: 1600px;
    margin: 0 auto;
}

.testimonials-title {
    font-family: InterTight, sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: clamp(1.8rem, 5vw, 3rem);
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

/* Grid für zwei Bewertungen */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: clamp(2rem, 5vw, 6rem);
    align-items: start;
}

@media (max-width: 900px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Karte/Block – ohne Radius, mit dunklem Rand */
.testimonial {
    margin: 0;
    border: 2px solid #0f3c37;
    padding: clamp(1.5rem, 3vw, 2rem);
    background: #00231f;
}

/* Zitat */
.testimonial-quote {
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.7;
    color: #e9fdf0;
    font-weight: 500;
    position: relative;
    margin: 0 0 1.25rem 0;
}

/* Absender */
.testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 0.95rem;
    color: #bfeccd;
}
.testimonial-meta strong {
    color: #D0FF92;
    font-weight: 700;
}

/* CTA mittig */
.testimonials-cta {
    display: flex;
    justify-content: center;
    margin-top: clamp(2.5rem, 6vw, 4rem);
}

/* =========================
      CTA – NEON VARIANTE
   ========================= */
.cta--neon {
    position: relative;
    padding: clamp(4rem, 8vw, 8rem) 5vw;
    background: linear-gradient(180deg, #D0FF92 0%, #c9ff86 100%);
    color: #002b27;
    border-top: 2px solid rgba(0, 43, 39, 0.25);
    border-bottom: 2px solid rgba(0, 43, 39, 0.25);
    box-shadow:
            inset 0 0 0 1px rgba(0, 43, 39, 0.06),
            0 12px 40px rgba(208, 255, 146, 0.25);
}

.cta--neon .cta-inner {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.cta--neon .cta-title {
    font-family: InterTight, sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 6vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 1rem 0;
    color: #002b27;
}

.cta--neon .cta-highlight {
    display: block;
    margin-top: 0.3rem;
    color: #003a34;
}

.cta--neon .cta-text {
    max-width: 820px;
    margin: 0.75rem auto 2.2rem;
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.7;
    color: #003a34;
}

.cta--neon .cta-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Button-Overrides nur innerhalb der Neon-CTA */
.cta--neon .btn {
    background: #002b27;
    border-color: #002b27;
    color: #D0FF92;
}
.cta--neon .btn:hover {
    background: transparent;
    color: #002b27;
    border-color: #002b27;
}

.cta--neon .btn.btn--ghost {
    background: transparent;
    color: #002b27;
    border-color: #002b27;
}
.cta--neon .btn.btn--ghost:hover {
    background: #002b27;
    color: #D0FF92;
}

.cta--neon .btn:focus-visible {
    outline: 3px solid #002b27;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .cta--neon { box-shadow: none; }
}

/* CTA: Block-Highlight wie im Screenshot */
.cta--neon .like-selection {
    background: #002b27;
    color: #D0FF92;
    display: inline;
    padding: .0em .15em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 0.95;
}

/* =========================
           FOOTER
   ========================= */
.site-footer {
    background: #002b27;
    color: #e9fdf0;
    border-top: 2px solid #0f3c37;
    padding: clamp(3rem, 6vw, 5rem) 5vw;
}

.site-footer a { color: #D0FF92; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }

.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
}

/* Brand */
.footer-logo {
    display: inline-block;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    color: #D0FF92;
}
.footer-tagline {
    margin-top: .6rem;
    max-width: 42ch;
    color: #cfeee0;
}

/* Spaltentitel + Listen */
.footer-title {
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
    margin: 0 0 .8rem 0;
    color: #D0FF92;
}
.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .5rem;
}
.footer-link { color: #D0FF92; }
.footer-list a { color: #bfeccd; }
.footer-list a:hover { color: #D0FF92; }

/* Rechtliches */
.footer-legal {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    color: #bfeccd;
}
.footer-legal a { color: #bfeccd; }
.footer-legal a:hover { color: #D0FF92; }

/* Bottom-Bar */
.footer-bottom {
    max-width: 1400px;
    margin: clamp(2rem, 4vw, 3rem) auto 0;
    padding-top: 1.2rem;
    border-top: 1px solid #0f3c37;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #bfeccd;
}
.to-top {
    display: inline-block;
    font-weight: 500;
    border: 1px solid #D0FF92;
    padding: .5rem .9rem;
    line-height: 1;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.to-top:hover {
    background: #D0FF92;
    color: #002b27;
    transform: translateY(-2px);
}

/* Fokus gut sichtbar */
.site-footer a:focus-visible,
.to-top:focus-visible {
    outline: 3px solid #D0FF92;
    outline-offset: 2px;
}

/* Responsive */
@media (max-width: 960px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .footer-inner {
        grid-template-columns: 1fr;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =========================
         CONTACT PAGE
   ========================= */

/* Kopfbereich*/
.contact-hero {
    position: relative;
    background:
            radial-gradient(60% 80% at 20% 0%, rgba(208,255,146,0.10) 0%, rgba(208,255,146,0.00) 60%),
            #002b27;
    padding: clamp(3rem, 7vw, 6rem) 5vw clamp(2rem, 4vw, 3rem);
    color: #fff;
    padding-top: calc(clamp(3rem, 7vw, 6rem) + var(--nav-h));
}
.contact-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.contact-hero__title {
    font-family: InterTight, sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: clamp(2.2rem, 6vw, 3.6rem);
    margin: 0 0 .6rem 0;
}
.contact-hero__text {
    max-width: 60ch;
    color: #cfeee0;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.7;
}

/* Layout */
.contact {
    background: transparent;
    margin-top: clamp(-280px, -10vw, -80px);
    padding: clamp(2rem, 6vw, 5rem) 5vw clamp(3rem, 7vw, 6rem);
    position: relative;
    z-index: 2;
}

.contact__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    /* final gewünscht: linke Spalte breiter */
    grid-template-columns: 1.5fr 1fr;
    gap: clamp(1.25rem, 4vw, 3.5rem);
}
@media (max-width: 980px) {
    .contact__inner {
        grid-template-columns: 1fr;
    }
}

/* Aside (Basis) */
.contact__aside-title {
    color: #D0FF92;
    font-weight: 800;
    margin: 0 0 .6rem 0;
}
.contact__bullets {
    margin: 0 0 1rem 1.2rem;
    color: #e9fdf0;
    line-height: 1.7;
}
.contact__meta p { margin: .3rem 0; }
.contact__meta a { color: #D0FF92; text-decoration: none; }
.contact__meta a:hover { text-decoration: underline; }

/* Card/Form */
.contact__form-card {
    background: #00231f;
    border: 2px solid #0f3c37;
    padding: clamp(1.25rem, 3vw, 2rem);
}

/* Formular-Grundlagen */
.form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 1rem 1.2rem;
}
.form__field--full {
    grid-column: 1 / -1;
}
.form__label {
    display: inline-block;
    margin: 0 0 .35rem 0;
    font-weight: 700;
    color: #D0FF92;
}
.form__control {
    width: 100%;
    padding: .9rem 1rem;
    border: 1.5px solid #0f3c37;
    background: #001f1c;
    color: #fff;
    border-radius: 0;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form__control::placeholder { color: rgba(255,255,255,0.45); }
.form__control:focus {
    border-color: #D0FF92;
    box-shadow: 0 0 0 3px rgba(208,255,146,0.25);
    background: #00231f;
}
textarea.form__control {
    min-height: 160px;
    resize: vertical;
}

/* DSGVO-Link im Kontaktformular */
.form__consent a {
    color: #D0FF92;
    text-decoration: none;
    transition: none;
}

.form__consent a:hover,
.form__consent a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0;
}

/* Select Angle */
select.form__control {
    appearance: none;
    background-image:
            linear-gradient(45deg, transparent 50%, #D0FF92 50%),
            linear-gradient(135deg, #D0FF92 50%, transparent 50%),
            linear-gradient(to right, #0f3c37, #0f3c37);
    background-position:
            calc(100% - 18px) calc(50% - 3px),
            calc(100% - 10px) calc(50% - 3px),
            calc(100% - 2.2rem) 50%;
    background-size: 8px 8px, 8px 8px, 1px 65%;
    background-repeat: no-repeat;
}

/* Checkbox / DSGVO */
.checkbox {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: .6rem;
    align-items: start;
    color: #e9fdf0;
}
.checkbox input[type="checkbox"] {
    accent-color: #D0FF92;
    width: 18px;
    height: 18px;
    margin-top: .25rem;
}

/* Inline-Fehlermeldungen */
.form__msg {
    margin-top: .4rem;
    min-height: 1.1rem;
    font-size: .95rem;
    color: #ff8a8a;
}

/* Aktionen */
.form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1rem;
}

/* Honeypot verstecken, aber für Screenreader unsichtbar halten */
.hp {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Mobile Tweaks */
@media (max-width: 640px) {
    .form__grid { grid-template-columns: 1fr; }
}



/* =========================
   CONTACT – BIG HEADER + GRID
   ========================= */

/* feines Linienraster im Hintergrund */
.bg-grid {
    position: relative;
    overflow: hidden;
}
.bg-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background:
        /* horizontale Linien */
            repeating-linear-gradient(
                    to bottom,
                    transparent 0,
                    transparent 58px,
                    rgba(208,255,146,0.25) 59px,
                    transparent 60px
            ),
                /* vertikale Linien */
            repeating-linear-gradient(
                    to right,
                    transparent 0,
                    transparent 58px,
                    rgba(208,255,146,0.22) 59px,
                    transparent 60px
            );
    pointer-events: none;
}

/* größerer, markanter Header – nur die Abweichungen */
.contact-hero--big {
    background:
            radial-gradient(60% 80% at 18% 0%, rgba(208,255,146,0.12) 0%, rgba(208,255,146,0.00) 60%),
            #002b27;
    padding: calc(clamp(3.5rem, 8vw, 7rem) + var(--nav-h)) 5vw clamp(2.5rem, 6vw, 4rem);
}
.contact-hero--big .contact-hero__inner {
    max-width: 1400px;
    margin: 0 auto;
}
.contact-hero--big .contact-hero__title {
    line-height: 1.05;
    margin: 0 0 .8rem 0;
    font-size: clamp(2.4rem, 6.8vw, 4.2rem);
}
.contact-hero__highlight {
    display: block;
    color: #D0FF92;
}
.contact-hero--big .contact-hero__text {
    max-width: 70ch;
    color: #cfeee0;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.7;
}

/* =========================
   NEON ASIDE CARD (linke Spalte)
   ========================= */
.aside-card {
    background: #D0FF92;
    color: #002b27;
    border: 2px solid rgba(0, 43, 39, 0.3);
    padding: clamp(1.5rem, 3.5vw, 2rem);
    display: grid;
    gap: 1rem;
    align-content: start;
    position: sticky;
    top: clamp(80px, 10vh, 120px);
    box-shadow: 0 16px 48px rgba(208,255,146,0.28);
}
.aside-card a { color: #003a34; text-decoration: underline; }
.aside-card a:hover { text-decoration: none; }

/* Header + Avatar (konsolidiert) */
.aside-card__header {
    display: grid;
    grid-template-columns: 88px 1fr; /* final größer */
    gap: 1.1rem;
    align-items: center;
}
.aside-avatar {
    width: 88px;
    height: 88px;
    background: rgba(0,43,39,0.06);
    border: 2px solid rgba(0,43,39,0.35);
    display: grid;
    place-items: center;
    font-weight: 900;
    overflow: hidden;
}
.aside-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.aside-initials { color: #003a34; }

.aside-title { line-height: 1.25; }
.aside-title strong { font-weight: 900; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.aside-title span { opacity: .85; }

.aside-list {
    list-style: none;
    padding: 0;
    margin: .2rem 0 0 0;
    display: grid;
    gap: .5rem; /* etwas mehr Luft */
    font-weight: 700;
}
.aside-note {
    font-size: .98rem;
    line-height: 1.6;
    color: #003a34;
    background: rgba(0, 43, 39, 0.06);
    border: 1px solid rgba(0, 43, 39, 0.15);
    padding: .75rem .9rem;
    margin-top: .25rem;
}
.aside-social { display: flex; gap: .6rem; }

/* Mobile: Sticky aus, Avatar kleiner */
@media (max-width: 980px) {
    .aside-card { position: static; }
    .aside-card__header { grid-template-columns: 72px 1fr; }
    .aside-avatar { width: 72px; height: 72px; }
}

/* ---------- Ghost-Button global (wie "Direkt per E-Mail") ---------- */
.btn--ghost {
    background: transparent;
    color: #D0FF92;
    border-color: #D0FF92;
}
.btn--ghost:hover {
    background: #D0FF92;
    color: #002b27;
    cursor: pointer;
}

.btn--arrow {
    position: relative;
    padding-right: 3.8rem;
}
.btn--arrow::after {
    content: "›";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3rem;
    display: grid;
    place-items: center;
    border-left: 1px solid currentColor;
    transition: transform .2s ease;
}
.btn--arrow:hover::after { transform: translateX(2px); }
/* Tastatur-Fokus gut sichtbar */
.btn--ghost:focus-visible {
    outline: 3px solid #D0FF92;
    outline-offset: 2px;
}

/* =========================
   PROFILBOX (linke grüne Spalte)
   ========================= */
.aside-card--profile {
    min-height: 540px;
    padding: clamp(1.75rem, 3.8vw, 2.4rem);
}

/* großes, rundes Profil mit Name/Claim rechts daneben */
.aside-profile {
    display: grid;
    grid-template-columns: 148px 1fr;
    align-items: center;
    gap: 1.2rem;
    margin: 0 0 1rem 0;
}
.aside-profile__img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 2px solid rgba(0, 43, 39, 0.35);
    box-shadow: 0 10px 24px rgba(0, 43, 39, 0.25);
    background: rgba(0,43,39,0.06);
}
.aside-profile__name {
    font-weight: 900;
    font-size: clamp(1.35rem, 2.6vw, 1.8rem);
    line-height: 1.1;
    color: #002b27;
}
.aside-profile__role {
    margin-top: .25rem;
    color: #003a34;
    font-weight: 700;
}

/* kurzer Teasertext */
.aside-about {
    margin: .4rem 0 1rem 0;
    color: #003a34;
    line-height: 1.6;
    font-weight: 600;
}

/* Kontaktzeilen mit Trennern */
.aside-list--lined {
    margin-top: .3rem;
    padding-top: .6rem;
    border-top: 1px solid rgba(0, 43, 39, 0.18);
}
.aside-list--lined li {
    padding: .6rem 0;
    border-bottom: 1px solid rgba(0, 43, 39, 0.12);
}
.aside-list--lined li:last-child { border-bottom: 0; }

/* LinkedIn in der Aside-Liste */
.aside-list--lined .social-link {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-weight: 800;
    text-decoration: none;
    color: #003a34;
}
.aside-list--lined .social-link:hover { text-decoration: underline; }
.aside-list--lined .social-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    fill: currentColor;
}

/* Responsiv: Foto etwas kleiner, Layout einspaltig */
@media (max-width: 980px) {
    .aside-card--profile { min-height: unset; }
    .aside-profile {
        grid-template-columns: 96px 1fr;
        gap: .9rem;
    }
    .aside-profile__img { width: 96px; height: 96px; }
}

/* optional für reine Screenreader-Texte */
.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* =========================
   PROJECTS – HERO
   ========================= */
.hero {
    background:
            radial-gradient(60% 80% at 18% 0%, rgba(208,255,146,0.12) 0%, rgba(208,255,146,0.00) 60%),
            #002b27;
    padding: calc(clamp(3.5rem, 8vw, 7rem) + var(--nav-h)) 5vw clamp(2.5rem, 6vw, 4rem);
    color: #fff;
}
.hero__inner {
    max-width: 1400px;
    margin: 0 auto;
}
.hero__title {
    font-family: InterTight, sans-serif;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-size: clamp(2rem, 5.6vw, 4rem);
    margin: 0 0 .6rem 0;
}

.main__title {
    font-size: clamp(2rem, 6.6vw, 6rem);
}

.hero__highlight {
    display: block;
    color: #D0FF92;
}
.hero__text {
    max-width: 70ch;
    color: #cfeee0;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.7;
    margin-top: .4rem;
}

/* =========================
   PROJECTS – GRID & CARDS
   ========================= */
.projects-section {
    padding: clamp(2rem, 6vw, 5rem) 5vw clamp(3rem, 7vw, 6rem);
}

/* Max. 4 Karten pro Reihe, responsive nach unten */
.projects-grid {
    display: grid;
    gap: clamp(1rem, 3vw, 2rem);
    max-width: 1600px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(max(280px, 25%), 1fr));
}

.project-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    background: #00231f;
    border: 2px solid #0f3c37;
    color: #fff;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.project-card:hover {
    z-index: 3;
    transform: translateY(-4px);
    border-color: #D0FF92;
}

.project-thumb {
    display: block;
    overflow: hidden;
    background: #001f1c;
}
.project-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    filter: brightness(0.9);
    transition: transform .4s ease, filter .4s ease;
}

@media (min-width: 768px) {
    .project-card:hover .project-thumb img {
        transform: scale(1.03);
        filter: brightness(0.95);
    }
}

.project-body {
    display: grid;
    gap: .75rem;
    padding: 1.1rem 1.1rem 1.3rem;
}

.project-meta {
    display: flex;
    gap: .4rem;
    flex-wrap: wrap;
}
.project-cat {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    border: 1px solid #0f3c37;
    background: #001f1c;
    color: #D0FF92;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .01em;
}

.project-title {
    margin: 0;
    font-weight: 800;
    font-size: 1.25rem;
}
.project-title a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease, filter .3s ease;
}

@media (min-width: 768px) {
    .project-title a:hover { color: #D0FF92; }
}

.project-teaser {
    color: #e9fdf0;
    font-size: 1rem;
    line-height: 1.6;
}

.project-actions {
    display: flex;
    gap: .6rem;
    margin-top: .3rem;
    flex-wrap: wrap;
}

/* Safety: Keine horizontale Scrollbar aus dem Grid heraus */
.projects-grid,
.project-thumb img {
    max-width: 100%;
    overflow: visible;
}
