/* ============================================
   GET CHANGE DONE - Static HTML Version
   Based on WordPress/Elementor Original
   ============================================ */

/* --- Custom Fonts --- */
@font-face {
    font-family: 'Canela-Thin';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('assets/fonts/Canela-Thin-Web.woff2') format('woff2');
}

@font-face {
    font-family: 'PolySans-Slim';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('assets/fonts/PolySans-Slim.woff2') format('woff2');
}

/* --- CSS Variables (from Elementor Kit) --- */
:root {
    --color-primary: #02010A;
    --color-secondary: #F52F57;
    --color-text: #02010A;
    --color-accent: #724CF9;
    --color-purple: #CA7DF9;
    --color-yellow: #ECFE5A;
    --color-white: #FFFFFF;
    --color-gray: #BDBDBD;
    --color-bg: #FFFFFF;

    --font-primary: 'Canela-Thin', sans-serif;
    --font-secondary: 'PolySans-Slim', sans-serif;

    --container-max-width: 1140px;
}

/* --- Accessibility Utilities --- */
.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;
}

.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 9999;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 10px 20px;
    font-family: var(--font-secondary);
    text-decoration: none;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0;
}

/* --- Reset & Base --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-secondary);
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-text);
    background-color: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: var(--color-text);
    text-decoration: underline;
}

a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-family: var(--font-primary);
    font-size: 6em;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-primary);
}

h2 {
    font-family: var(--font-primary);
    font-size: 4em;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-primary);
}

.container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 15px;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
    position: relative;
    z-index: 100;
}

.header-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
}

.header-logo a {
    display: inline-block;
    text-decoration: none;
}

.header-logo img {
    width: 200px;
    height: auto;
}

.header-nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
}

.header-nav {
    display: flex;
    align-items: center;
}

.header-nav a {
    font-family: var(--font-secondary);
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2em;
    color: var(--color-primary);
    transition: color 0.3s;
}

.header-nav a:hover {
    color: var(--color-accent);
}

.nav-kontakt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-primary);
    border-radius: 50px;
    height: 40px;
    padding: 0 24px;
    line-height: 1.2;
    transition: background-color 0.3s, color 0.3s;
}

.nav-kontakt-label {
    position: relative;
    top: -1px;
}

.nav-kontakt:hover {
    background-color: var(--color-primary);
    color: var(--color-white) !important;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    margin: 100px 0;
}

.hero-section .container {
    height: 762px;
    display: flex;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    padding: 10px;
}

.hero-content h1 {
    font-family: var(--font-primary);
    font-size: 120px;
    font-weight: bold;
    line-height: 130px;
    color: var(--color-primary);
    width: 100%;
    margin-bottom: 20px;
}

.hero-bottom-row {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 25px 0;
}

.hero-description-col {
    width: 50%;
}

.hero-description {
    color: var(--color-gray);
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0;
}

/* ============================================
   ABOUT SECTION (Gradient Background)
   ============================================ */
.about-section {
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 58%, #FFFFFF 100%),
        url('assets/images/XcBDLywjPPdQBZR26NL88TMA-scaled.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%, cover;
    background-position: center top, center top;
    border-radius: 120px 0 0 0;
    padding: 150px 0;
    margin-top: 0;
}

.about-text-large p {
    font-family: var(--font-secondary);
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--color-primary);
    max-width: 800px;
    margin: 0 auto;
}

/* --- Spacer between about text and kollektiv text --- */
.about-spacer {
    height: 50px;
}

/* --- Kollektiv text (inside about section) --- */
.kollektiv-text {
    max-width: 800px;
    margin: 0 auto;
}

.kollektiv-text p {
    font-family: var(--font-secondary);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--color-primary);
}

/* ============================================
   LET'S MAKE A CHANGE SECTION
   ============================================ */
.change-section {
    margin-top: 150px;
    margin-bottom: 80px;
}

.change-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.change-left h2 {
    font-family: var(--font-primary);
    font-size: 120px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 24px;
}

.change-copy {
    font-family: var(--font-secondary);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--color-primary);
    margin-bottom: 0;
}

.change-right {
    display: flex;
    flex-direction: column;
    gap: 96px;
    align-items: flex-start;
}

.change-image img {
    width: 100%;
    max-width: 520px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 100px);
    gap: 16px;
}


/* ============================================
   FEEDBACK & ROADMAP SECTION
   ============================================ */
.feedback-section {
    margin-top: 50px;
    margin-bottom: 150px;
}

.feedback-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.feedback-text {
    flex: 0 0 40%;
}

.feedback-content-single .feedback-text {
    flex: 1;
    max-width: 900px;
}

.feedback-text h2 {
    font-family: var(--font-primary);
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.feedback-text p {
    font-family: var(--font-secondary);
    font-size: 1.125em;
    line-height: 1.25em;
}

/* ============================================
   CTA SECTION (Purple Gradient)
   ============================================ */
.cta-section {
    background-color: var(--color-bg);
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 58%, #FFFFFF 100%),
        url('assets/images/5RMSMztCBeHrRUDgQFZbEO0ZVU-scaled.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%, cover;
    background-position: center top, center top;
    border-radius: 0 120px 0 0;
    padding: 150px 0;
    margin-top: 150px;
}

.cta-section h2 {
    font-family: var(--font-primary);
    font-size: 108px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 40px;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.btn {
    font-family: var(--font-secondary);
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1em;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s;
}

.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 2px solid var(--color-primary);
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--color-primary);
}

.btn-outline {
    background-color: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.btn-outline:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.cta-info {
    max-width: 300px;
}

.cta-tagline {
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
}

.cta-description {
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
}

/* ============================================
   CONTENT PAGE (Impressum, Datenschutz, etc.)
   ============================================ */
.content-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 15px 80px;
}

.content-page h1 {
    font-family: var(--font-primary);
    font-size: 4em;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--color-primary);
    margin-bottom: 60px;
}

.content-page h2 {
    font-family: var(--font-secondary);
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--color-primary);
    margin-top: 2em;
    margin-bottom: 0.5em;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.content-page p {
    font-family: var(--font-secondary);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--color-text);
    margin-bottom: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.content-page h3 {
    font-family: var(--font-secondary);
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--color-primary);
    margin-top: 1.5em;
    margin-bottom: 0.4em;
}

.content-page ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.content-page ul li {
    font-family: var(--font-secondary);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--color-text);
    margin-bottom: 0.3em;
}

.content-page a {
    color: var(--color-accent);
    text-decoration: underline;
}

.content-page a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

/* ============================================
   FOOTER
   ============================================ */

.portrait-item {
    width: 100px;
    height: 100px;
    position: relative;
    transition: transform 0.35s ease;
}

.portrait-item img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.portrait-tooltip {
    position: absolute;
    left: var(--tooltip-x, 50%);
    top: var(--tooltip-y, 50%);
    transform: translate(-50%, -120%);
    background: #FFFFFF;
    color: #000000;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 999px;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.portrait-item:hover .portrait-tooltip {
    opacity: 1;
}

.site-footer {
    padding: 25px 0;
}

.footer-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.footer-logo img {
    width: 100px;
}

.footer-logo a {
    text-decoration: none;
}

.footer-nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

.footer-nav a {
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2em;
    color: var(--color-primary);
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: var(--color-accent);
}

/* ============================================
   RESPONSIVE - Tablet (max 1024px)
   ============================================ */
@media (max-width: 1024px) {
    :root {
        --container-max-width: 1024px;
    }

    h1 {
        font-size: 4.5em;
        line-height: 1.2em;
    }

    h2 {
        font-size: 3em;
    }

    .hero-section .container {
        height: auto;
        min-height: 500px;
    }

    .hero-content h1 {
        font-size: 90px;
        line-height: 1.2em;
    }

    .hero-description-col {
        width: 100%;
    }

    .about-section {
        background-size: 100% 100%, cover;
        padding: 100px 15px;
    }

    .change-section {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .change-layout {
        gap: 36px;
    }

    .change-left h2 {
        font-size: 90px;
    }

    .team-grid {
        grid-template-columns: repeat(4, 100px);
    }

    .feedback-section {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .footer-logo img {
        text-align: center;
    }

    /* Content Page Tablet */
    .content-page {
        padding: 80px 15px 60px;
    }

    .content-page h1 {
        font-size: 3em;
    }
}

/* ============================================
   RESPONSIVE - Mobile (max 767px)
   ============================================ */
@media (max-width: 767px) {
    :root {
        --container-max-width: 100%;
    }

    h1 {
        font-size: 3em;
        line-height: 1.2em;
    }

    h2 {
        font-size: 2em;
        line-height: 1.2em;
    }

    /* Header Mobile */
    .header-container {
        align-items: center;
    }

    .header-nav {
        display: block;
    }

    .header-nav ul {
        gap: 0;
    }

    .header-nav a {
        font-size: 16px;
    }

    .header-logo img {
        width: 140px;
    }

    .nav-kontakt {
        height: 36px;
        padding: 0 14px;
    }

    /* Hero Mobile */
    .hero-section {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .hero-section .container {
        height: auto;
        min-height: 50vh;
    }

    .hero-content {
        padding-top: 50px;
    }

    .hero-content h1 {
        font-size: 53px;
        line-height: 1em;
    }

    .hero-description-col {
        width: 100%;
    }

    /* About Mobile */
    .about-section {
        border-radius: 120px 0 0 0;
        padding: 80px 15px;
        min-height: 100vh;
    }

    .about-text-large {
        padding: 20px 0;
    }

    .about-text-large p {
        font-size: 30px;
        line-height: 1.2em;
    }

    /* Kollektiv Mobile (inside about section) */
    .kollektiv-text p {
        font-size: 22px;
    }

    /* Change Section Mobile */
    .change-layout {
        display: flex;
        flex-direction: column;
        gap: 36px;
    }

    .change-right {
        display: contents;
    }

    .change-left {
        text-align: left;
        order: 2;
    }

    .change-left h2 {
        font-size: 32px;
        line-height: 1.2em;
    }

    .change-copy {
        font-size: 22px;
    }

    .change-image img {
        width: 100%;
        max-width: 100%;
    }

    .change-section {
        margin-top: 0;
        padding-top: 60px;
        margin-bottom: 50px;
    }

    .change-right {
        width: 100%;
        gap: 22px;
    }

    .change-image {
        order: 1;
    }

    .team-grid {
        order: 3;
    }

    .team-grid {
        grid-template-columns: repeat(4, 100px);
        gap: 12px;
        justify-content: center;
        justify-items: center;
        margin: 0 auto;
    }

    .portrait-item {
        width: 100px;
        height: 100px;
    }

    .portrait-tooltip {
        font-size: 12px;
        padding: 5px 9px;
    }

    /* CTA Mobile */
    .cta-section {
        border-radius: 0 120px 0 0;
        padding: 80px 15px;
        margin-top: 80px;
    }

    .cta-section h2 {
        font-size: 3em;
        margin-bottom: 60px;
    }

    .cta-content {
        flex-direction: column;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
        margin-top: 18px;
    }

    .btn {
        text-align: center;
    }

    /* Content Page Mobile */
    .content-page {
        padding: 60px 15px 40px;
    }

    .content-page h1 {
        font-size: 2.5em;
        margin-bottom: 40px;
    }

    /* Footer Mobile */
    .footer-container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-logo img {
        width: 70%;
        max-width: 200px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .portrait-item {
        transition: none;
    }


    .portrait-tooltip {
        transition: none;
    }
}

@media (max-width: 360px) {
    .header-logo img {
        width: 120px;
    }

    .header-nav a {
        font-size: 15px;
    }

    .nav-kontakt {
        height: 34px;
        padding: 0 12px;
    }
}
