/*
Theme Name: The Agenzy
Theme URI: https://theagenzy.de
Author: The Agenzy
Description: Custom theme — Bold District Typography System
Version: 2.0
*/


/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    /* Farben — Bold District System */
    --black:      #111111;
    --white:      #ffffff;
    --pure-white: #ffffff;
    --sand:       #E8E0D5;
    --green:      #00BF63;
    --caramel:    #C9B99A;
    --muted:      #999999;
    --subtle:     #666666;

    /* Schriften */
    --serif:    'Cormorant Garamond', Georgia, serif;
    --sans:     'Helvetica Neue', Helvetica, Arial, sans-serif;
    --display:  'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    --header-height: 52px;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
    font-family: var(--sans);
    color: var(--black);
    background: var(--white);
    overflow-x: clip; /* clip statt hidden → bricht position:sticky nicht in Safari */
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ===== TICKER ===== */
.ticker-bar {
    background: var(--black);
    color: var(--white);
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    padding: 6px 0;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1100;
    transition: opacity 0.25s ease;
}

.ticker-bar.ticker-hidden {
    opacity: 0;
    pointer-events: none;
}

.ticker-track {
    display: inline-flex;
    align-items: center;
    animation: ticker 35s linear infinite;
}

.ticker-track span { padding: 0 40px; }

@keyframes ticker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ===== HEADER ===== */
.site-header {
    position: fixed;
    top: 26px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    transition: background 0.35s ease, top 0.2s ease;
}

.site-header.is-solid {
    background: var(--white);
    border-bottom: 1px solid var(--sand);
    top: 0;
}

.header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    height: var(--header-height);
    padding: 0 28px;
}

/* Navigation */
.nav-left { display: flex; align-items: center; gap: 22px; }

.nav-link {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--white);
    transition: opacity 0.2s;
}

.nav-link:hover { opacity: 1; color: var(--green) !important; }

.site-header.is-solid .nav-link,
.site-header.is-solid .nav-right-link { color: var(--black); }

/* Logo */
.site-logo {
    font-family: var(--sans);
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--black);
    transition: color 0.2s;
    white-space: nowrap;
}

/* Nav Right */
.nav-right { display: flex; align-items: center; justify-content: flex-end; }

.nav-right-link {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--white);
    transition: opacity 0.2s;
}

.nav-right-link:hover { opacity: 1; color: var(--green) !important; }

/* ===== HERO ===== */
.hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(17,17,17,0.15);
}

.hero-text-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 52px 80px;
    pointer-events: none;
    cursor: default;
}

.hero-text-content {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(32px, 3.8vw, 62px);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.0;
    max-width: 48%;
    transform-origin: left bottom;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), letter-spacing 0.65s ease;
    pointer-events: auto;
}

.hero-text-overlay:hover .hero-text-content {
    transform: scale(1.1);
    letter-spacing: 0.05em;
}

.hero-text-content p {
    margin: 0;
    padding: 0;
    line-height: 1.05;
}

.hero-text-content p + p {
    margin-top: 0.2em;
}

.hero-text {
    position: absolute;
    bottom: 48px;
    left: 44px;
    z-index: 10;
}

.hero-season { display: none; }
.hero-title  { display: none; }

.hero-cta {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    border-bottom: 1px solid rgba(250,248,244,0.5);
    padding-bottom: 3px;
    transition: opacity 0.2s;
}

.hero-cta:hover { opacity: 0.6; }

/* ===== WORDMARK STRIP — THE AGENZY gestreckt ===== */
.wordmark-strip {
    background: var(--black);
    color: var(--white);
    padding: 0;
    overflow: hidden;
    line-height: 1;
}

.wordmark-text {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 0.9;
    white-space: nowrap;
    text-align: center;
    color: var(--white);
    display: block;
    transform: scaleX(1.3);
    transform-origin: center center;
}

/* ===== SS27 SEASON BANNER — ben-and.com inspired ===== */
.ss-banner {
    background: #002d14;
    min-height: 42vh;
    padding: 36px 52px 24px;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    margin-top: 0;
    position: sticky;
    top: 0;
    z-index: 2;
    justify-content: space-between;
    overflow: hidden;
}

.ss-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    pointer-events: none;
    z-index: 0;
}

/* SS27 Hintergrundbild: GSAP übernimmt */
.reveal-img {
    transform: scale(1.08);
}
.reveal-img.visible {
    transform: scale(1);
}

.ss-top,
.ss-bottom { position: relative; z-index: 1; }

.ss-top { flex: 1; }

.ss-headline {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(52px, 13vw, 190px);
    font-weight: 400;
    letter-spacing: -0.01em;
    color: var(--green);
    line-height: 0.85;
    display: block;
    margin-bottom: 48px;
}

.ss-dates p {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(14px, 1.8vw, 26px);
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--green);
    line-height: 1.7;
}

.ss-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid rgba(0,191,99,0.25);
    padding-top: 20px;
    margin-top: 48px;
}

.ss-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ss-scroll {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.12em;
    color: rgba(0,191,99,0.55);
    text-transform: uppercase;
}

.ss-tagline {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(12px, 1.1vw, 16px);
    letter-spacing: 0.14em;
    color: var(--green);
    text-transform: uppercase;
}

.ss-bottom-right {
    text-align: right;
    flex: 1;
}

.ss-bottom-right p {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(14px, 1.4vw, 20px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--green);
    line-height: 1.9;
}

.ss-termin-label {
    margin-bottom: 0;
    font-size: clamp(10px, 1vw, 14px);
    letter-spacing: 0.14em;
    opacity: 0.7;
}

.ss-termin-row {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
}

/* Calendly-Button-Spalte: ganz rechts */
.ss-termin-col.ss-col-calendly {
    margin-left: auto;
}

.ss-termin-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* auf Desktop: Telefon nur in eigenem Col, nicht inline */
.ss-phone-inline { display: none; }

.ss-calendly-btn {
    display: inline-block;
    font-family: var(--sans);
    font-size: clamp(9px, 0.9vw, 12px);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--black);
    background: var(--green);
    padding: 10px 22px;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 6px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.ss-calendly-btn:hover {
    background: #00a852;
    transform: translateY(-1px);
}

@media (max-width: 700px) {
    .ss-banner { padding: 28px 28px 20px; min-height: 36vh; }
    .ss-headline { font-size: clamp(40px, 18vw, 100px); }
    .ss-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
    .ss-bottom-right { text-align: left; }
}

/* ===== WEISSER SPACER ===== */
.white-spacer {
    background: var(--white);
    height: 80px;
}

/* ===== INFOS — braun, drei Spalten ===== */
.infos-section {
    background: #7B756D;
    color: var(--white);
    padding: 80px 52px 72px;
    border-radius: 0;
    margin-top: 0;
    position: sticky;
    top: 0;
    z-index: 3;
}

.infos-header {
    margin-bottom: 36px;
}

.infos-title {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 0.9;
    color: var(--white);
    margin-top: 12px;
}

.infos-divider {
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 48px;
}

.infos-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.infos-col-title {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 12px;
}

.infos-col-text {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.9;
    color: var(--white);
}

@media (max-width: 700px) {
    .infos-cols { grid-template-columns: 1fr; gap: 32px; }
    .infos-section { padding: 60px 28px; }
}

/* ===== ZITAT — gestreckt, volle Breite ===== */
.quote-section {
    padding: 48px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--white);
    overflow: hidden;
    border-bottom: 1px solid var(--sand);
}

.quote-eyebrow { display: none; }

.quote-text {
    font-family: var(--serif);
    font-size: 3vw;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.01em;
    line-height: 1;
    color: var(--black);
    white-space: nowrap;
    max-width: none;
    width: 100%;
    text-align: center;
    transform: scaleX(1.22);
    transform-origin: center center;
    margin-bottom: 20px;
}

.quote-author {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    font-style: normal;
}

/* ===== EDITORIAL DARK — Infos ===== */
.editorial-section {
    padding: 90px 52px;
}

.editorial-dark {
    background: var(--black);
    color: var(--white);
}

.editorial-warm {
    background: #7B756D;
    color: var(--white);
}

.editorial-warm .editorial-title { color: var(--white); }
.editorial-warm .editorial-body  { color: rgba(250,248,244,0.70); }
.editorial-warm .editorial-link  { color: var(--white); border-bottom-color: rgba(250,248,244,0.45); }
.editorial-warm .editorial-label { color: rgba(250,248,244,0.55); }

.editorial-inner { max-width: 860px; }

.editorial-label {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 18px;
    display: block;
}

.editorial-title {
    font-family: var(--serif);
    font-size: clamp(44px, 7vw, 96px);
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: none;            /* Kein Uppercase bei Cormorant */
    line-height: 0.95;
    color: var(--white);
    margin-bottom: 36px;
    display: block;
}

.editorial-body {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.85;
    color: rgba(250,248,244,0.55);
    max-width: 420px;
    margin-bottom: 32px;
    display: block;
}

.editorial-link {
    display: inline-block;
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    border-bottom: 1px solid rgba(250,248,244,0.35);
    padding-bottom: 2px;
    transition: opacity 0.2s;
}

.editorial-link:hover { opacity: 0.55; }
.editorial-link-light { color: var(--white); }

/* ===== SPLIT — About ===== */
.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
}

.split-image {
    position: relative;
    overflow: hidden;
    min-height: 380px;
}

.split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.split-image:hover img { transform: scale(1.04); }

.split-image-label {
    position: absolute;
    bottom: 22px;
    left: 22px;
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: var(--white);
    background: rgba(17,17,17,0.45);
    padding: 5px 12px;
}

.split-text {
    background: var(--sand);
    padding: 72px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-eyebrow {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 16px;
}

.split-title {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--black);
    line-height: 0.9;
    margin-bottom: 24px;
}

.split-body {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.85;
    color: var(--subtle);
    max-width: 360px;
    margin-bottom: 32px;
}

/* Buttons — 1px border, kein Radius */
.btn {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid var(--black);
    color: var(--black);
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: all 0.22s;
    width: fit-content;
    border-radius: 0;
}

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

/* ===== LABELS ===== */
.labels-section {
    background: var(--black);
    color: var(--white);
    padding: 72px 52px 80px;
    border-radius: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.labels-header { margin-bottom: 52px; }

.labels-eyebrow {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
}

.section-title {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 0.9;
    color: var(--white);
}

/* 2-Spalten-Layout: Liste links, Galerie rechts */
.labels-body {
    display: grid;
    grid-template-columns: 1fr 44%;
    gap: 52px;
    align-items: start;
}

.labels-cat-block {
    margin-bottom: 32px;
}
.labels-cat-block:last-child { margin-bottom: 0; }

.labels-cat-title {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 4px;
}

.label-row {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    text-decoration: none;
    color: rgba(255,255,255,0.35);
    cursor: pointer;
    transition: color 0.35s ease, transform 0.25s ease;
}
.label-row:last-child { border-bottom: none; }

.label-row-name {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(16px, 1.7vw, 26px);
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.1;
}
.label-row:hover,
.label-row.is-active {
    color: var(--white);
    transform: translateX(6px);
}

.label-row-cby { color: rgba(0,191,99,0.35); }
.label-row-cby:hover { color: var(--green); }

.labels-gallery-col {
    position: sticky;
    top: 100px;
    height: 62vh;
    max-height: 580px;
    min-height: 360px;
}

.label-gallery-photo {
    position: absolute;
    overflow: hidden;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.55s ease, top 0.55s cubic-bezier(0.16,1,0.3,1),
                left 0.55s cubic-bezier(0.16,1,0.3,1),
                width 0.55s cubic-bezier(0.16,1,0.3,1),
                height 0.55s cubic-bezier(0.16,1,0.3,1);
    pointer-events: none;
    top: 0; left: 0; width: 100%; height: 100%;
}

.label-gallery-img {
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    background-color: rgba(255,255,255,0.04);
    transform: scale(1.04);
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.label-gallery-no-img { background-color: rgba(255,255,255,0.04); }

.label-gallery-photo.is-active {
    top: 0; left: 0;
    width: 62%; height: 100%;
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}
.label-gallery-photo.is-active .label-gallery-img { transform: scale(1); }

.label-gallery-photo.is-prev {
    top: 0; right: 0; left: auto;
    width: 35%; height: calc(50% - 4px);
    opacity: 0.6;
    z-index: 1;
}
.label-gallery-photo.is-next {
    bottom: 0; right: 0; top: auto; left: auto;
    width: 35%; height: calc(50% - 4px);
    opacity: 0.6;
    z-index: 1;
}

/* ===== STATS — ben-and.com inspired ===== */
.stats-section {
    background: var(--black);
    padding: 72px 52px;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    border-radius: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stats-item {
    padding: 32px 0;
    border-right: 1px solid #2a2a2a;
    text-align: center;
}

.stats-item:last-child { border-right: none; }

.stats-number {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(56px, 7vw, 108px);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 0.9;
    color: var(--white);
    text-transform: uppercase;
}

.stats-plus {
    font-size: 0.55em;
    vertical-align: super;
    letter-spacing: 0;
}

.stats-label {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 14px;
}

.stats-sublabel {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.10em;
    color: var(--white);
    margin-top: 6px;
    text-transform: uppercase;
}

@media (max-width: 700px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-item:nth-child(2) { border-right: none; }
    .stats-section { padding: 52px 28px; }
}

/* ===== INSIDE THE AGENZY BANNER ===== */
.inside-banner {
    background: var(--black);
    overflow: hidden;
    padding: 18px 0 14px;
    line-height: 1;
    border-top: 1px solid #1c1c1c;
}

.inside-text {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 5.5vw;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--white);
    line-height: 0.9;
    white-space: nowrap;
    display: block;
    text-align: center;
    transform: scaleX(1.85);
    transform-origin: center center;
}

/* ===== KONTAKT ===== */
.kontakt-section {
    background: var(--black);
    color: var(--white);
    padding: 64px 52px 56px;
    border-top: none;
    border-radius: 0;
    margin-top: 0;
    position: sticky;
    top: 0;
    z-index: 4;
}

.kontakt-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
}

.kontakt-divider {
    height: 1px;
    background: #7B756D;
    margin: 24px 0 40px;
}

.kontakt-heading {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1;
}

.kontakt-copy {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
}

.kontakt-grid {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    gap: 64px;
    align-items: start;
}

.kontakt-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.kontakt-name {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 16px;
}

.kontakt-link {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.9;
    transition: opacity 0.2s;
    margin-bottom: 2px;
}

.kontakt-link:hover { opacity: 0.65; }

.kontakt-arrow {
    font-size: inherit;
    color: var(--white);
}

.kontakt-social {
    margin-top: 24px;
}

.kontakt-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #555;
    border-radius: 50%;
    color: var(--white);
    text-decoration: none;
    transition: border-color 0.2s, opacity 0.2s;
}

.kontakt-icon:hover { opacity: 0.65; }

.kontakt-address-line {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.9;
}

.kontakt-legal {
    gap: 12px;
}

.kontakt-legal-link {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(12px, 1.1vw, 16px);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    display: block;
    line-height: 1.9;
    transition: opacity 0.2s;
}

.kontakt-legal-link:hover { opacity: 0.65; }

/* ===== COLLAB PAGE ===== */
.collab-hero {
    background: var(--black);
    color: var(--white);
    padding: 160px 60px 100px;
    min-height: 70vh;
    display: flex;
    align-items: flex-end;
}

.collab-hero-inner { max-width: 900px; }

.collab-eyebrow {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 28px;
}

.collab-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(48px, 9vw, 130px);
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 32px;
}

.collab-sub {
    font-family: var(--serif);
    font-size: clamp(18px, 2.2vw, 28px);
    font-style: italic;
    color: var(--caramel);
}

.collab-intro {
    background: var(--white);
    padding: 100px 60px;
    border-bottom: 1px solid var(--sand);
}

.collab-intro-inner { max-width: 820px; margin: 0 auto; text-align: center; }

.collab-intro-label {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 36px;
}

.collab-quote {
    font-family: var(--serif);
    font-size: clamp(24px, 3.5vw, 52px);
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    color: var(--black);
}

.collab-body-section {
    background: var(--sand);
    padding: 100px 60px;
}

.collab-body-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1100px;
    margin: 0 auto;
}

.collab-block-eyebrow {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--subtle);
    margin-bottom: 18px;
}

.collab-block-title {
    font-family: var(--serif);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
    color: var(--black);
}

.collab-block-text {
    font-family: var(--sans);
    font-size: 13px;
    line-height: 1.75;
    color: var(--subtle);
}

.collab-cta-section {
    background: var(--white);
    padding: 72px 60px;
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.collab-cta-link {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    background: var(--black);
    padding: 14px 28px;
    transition: opacity 0.2s;
    text-decoration: none;
}

.collab-cta-link:hover { opacity: 0.7; }

.collab-cta-link--outline {
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
}

/* ===== REVEAL ANIMATIONS ===== */
/* GSAP übernimmt alle reveal-Animationen — kein CSS-Transition nötig */
.reveal {
    opacity: 0;
    transform: translateY(24px);
}
.reveal-big {
    opacity: 0;
}

/* Word-Split — wie ba-appear bei Ben & */
.split-outer {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    line-height: inherit;
}
.split-inner {
    display: inline-block;
    will-change: transform;
}

/* ===== ABOUT SECTION — INSIDE THE AGENZY ===== */
.about-section {
    background: var(--black);
    color: var(--white);
    display: flex;
    flex-direction: column;
    border-radius: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-body {
    display: grid;
    grid-template-columns: 54% 46%;
    padding: 80px 0 100px 52px;
    gap: 48px;
    align-items: start;
}

.about-eyebrow {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 12px;
}

.about-title {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(36px, 4.5vw, 68px);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1;
    margin-bottom: 40px;
}

.about-left {
    padding-top: 6px;
}

.about-manifesto {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(28px, 3.2vw, 54px);
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    line-height: 1.05;
    color: var(--white);
    margin-bottom: 16px;
}

.about-manifesto:last-child { margin-bottom: 0; }

.about-right {
    padding-top: 6px;
}

.about-facts-label {
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-arrow-down {
    color: var(--white);
    font-size: 18px;
    line-height: 1;
}

.about-facts-list {
    list-style: none;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 40px;
}

.about-facts-list li {
    font-family: var(--sans);
    font-size: clamp(13px, 1.3vw, 18px);
    font-weight: 400;
    color: var(--white);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    line-height: 1.3;
}

/* 3 einzelne Fotos — jedes animiert individuell beim Scrollen */
/* About-Fotos: Wrapper für Parallax, inneres Div für Reveal-Animation */
.about-photos {
    position: relative;
    height: 580px;
}

/* Parallax-Wrapper: absolut positioniert, kein Transition (parallax braucht instant update) */
.about-photo-wrap {
    position: absolute;
}
.about-wrap-main { top: 0;   left: 0%;  width: 70%; height: 78%; z-index: 1; }
.about-wrap-sm1  { top: 36%; right: 3%; width: 32%; height: 52%; z-index: 2; }
.about-wrap-sm2  { bottom:0; left: 10%; width: 40%; height: 34%; z-index: 3; }

/* Handy-Variante nur auf Mobile sichtbar */
.about-photo-mobile { display: none; }
@media (max-width: 640px) {
    .about-photo-desktop { display: none; }
    .about-photo-mobile  { display: block; }
}

/* Inneres Foto-Div: füllt Wrapper, handled Reveal-Animation */
.about-photo {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 30%;
    overflow: hidden;
}

/* GSAP übernimmt About-Photo Animationen */
.about-photo.reveal {
    opacity: 0;
    transform: translateY(50px) scale(0.96);
}

@media (max-width: 900px) {
    /* Desktop-Layout beibehalten — nur Abstände anpassen */
    .about-body {
        grid-template-columns: 54% 46%;
        padding: 52px 0 72px 28px;
        gap: 28px;
    }
    .about-manifesto { font-size: clamp(14px, 3.5vw, 22px); }
    .about-photos { height: 420px; }
    .labels-section  { padding: 52px 28px 72px; }
}

/* ===== TERMINBUCHUNG ===== */
.booking-section {
    background: var(--black);
    padding: 80px 52px 100px;
    border-top: 1px solid #1a1a1a;
}

.booking-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.booking-eyebrow {
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green);
}

.booking-title {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--white);
    line-height: 1;
    margin: 0;
}

.booking-popup-btn {
    display: inline-block;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--black);
    background: var(--green);
    padding: 16px 44px;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.booking-popup-btn:hover {
    background: #00a852;
    transform: translateY(-2px);
}

/* ===== FOOTER ===== */
.site-footer {
    background: var(--black);
    overflow: hidden;
    border-top: none;
    min-height: 100vh;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-copy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px 28px;
    font-family: var(--sans);
    font-size: 8px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
}

.footer-legal {
    display: flex;
    gap: 28px;
}

.footer-legal a {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-legal a:hover { color: var(--white); }

.footer-wordmark {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 23.2vw;
    font-weight: 400;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: var(--white);
    line-height: 0.82;
    display: block;
    width: 100%;
    text-align: center;
    user-select: none;
    transform: scaleX(1.12);
    transform-origin: center center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .label-row-name { font-size: clamp(32px, 5vw, 72px); }
}

@media (max-width: 900px) {
    .header-inner { padding: 0 18px; }
    .nav-left { gap: 14px; }
    .split-section { grid-template-columns: 1fr; }
    .split-text { padding: 56px 32px; }
    .editorial-section { padding: 72px 32px; }
    .quote-section { padding: 80px 28px; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .wordmark-text { font-size: 16vw; }
}

@media (max-width: 640px) {
    .nav-left { display: none; }

    .footer-inner { grid-template-columns: 1fr; }
    .hero-text { left: 22px; bottom: 36px; }
    .wordmark-text { font-size: 18vw; }
}

/* =============================================
   INTRO POPUP
   ============================================= */
.intro-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: var(--black);
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.intro-popup-inner {
    text-align: center;
    padding: 2rem 6vw;
    max-width: 900px;
    width: 100%;
}
.intro-popup-lines {
    margin-bottom: 0;
}
.intro-line {
    opacity: 0;
}
.intro-z {
    display: inline;
    transition: color 0.3s ease;
}
.intro-popup-inner:has(.intro-popup-close:hover) .intro-z {
    color: #00c05a;
}
.intro-line--big {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(1.6rem, 3.2vw, 3rem);
    color: var(--white);
    letter-spacing: 0.03em;
    line-height: 0.95;
    margin: 0;
}
.intro-line--sub {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1.6rem, 3.2vw, 3rem);
    color: var(--white);
    letter-spacing: 0.03em;
    line-height: 0.95;
    margin: 0;
}
.intro-popup-close {
    display: inline-block;
    margin-top: 3.5rem;
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    color: var(--white);
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0.85rem 2.8rem;
    cursor: pointer;
    opacity: 0;
    transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.intro-popup-close:hover,
.intro-popup-close:active {
    border-color: #00c05a;
    color: #00c05a;
    background: none;
}

/* =============================================
   COOKIE BANNER
   ============================================= */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    background: var(--black);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.1rem 2.5rem;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    border-top: 1px solid rgba(255,255,255,0.12);
}
.cookie-banner.is-visible {
    transform: translateY(0);
}
.cookie-banner__text {
    font-family: var(--sans);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0;
    color: rgba(255,255,255,0.75);
}
.cookie-banner__text a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.cookie-banner__btn {
    flex-shrink: 0;
    font-family: var(--sans);
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--white);
    background: none;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 0.65rem 1.8rem;
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease;
    white-space: nowrap;
}
.cookie-banner__btn:hover {
    border-color: var(--white);
    background: rgba(255,255,255,0.06);
}

/* =============================================
   LEGAL PAGES (Impressum / Datenschutz)
   ============================================= */
.legal-page {
    background: var(--black);
    color: var(--white);
    min-height: 100vh;
    padding: 8rem 0 6rem;
}
.legal-container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 52px;
}
.legal-title {
    font-family: 'Bebas Neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: clamp(3rem, 6vw, 6rem);
    letter-spacing: 0.03em;
    color: var(--white);
    margin: 0 0 2.5rem;
    line-height: 0.9;
}
.legal-content h2 {
    font-family: var(--sans) !important;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin: 3.5rem 0 1rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.legal-content h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.legal-content p,
.legal-content ul,
.legal-content ol {
    font-family: var(--sans) !important;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255,255,255,0.75);
    margin: 0 0 0.9rem;
}

/* Legal pages: header always dark with white text */
body.is-legal-page .site-logo { color: var(--white) !important; }
body.is-legal-page .site-header.is-solid {
    background: rgba(17,17,17,0.97);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
body.is-legal-page .site-header.is-solid .nav-link,
body.is-legal-page .site-header.is-solid .nav-right-link { color: var(--white) !important; }
body.is-legal-page .site-header.is-solid .nav-toggle-bar { background: var(--white) !important; }
.legal-content ul,
.legal-content ol { padding-left: 1.2rem; }
.legal-content li { margin-bottom: 0.4rem; }
.legal-content a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 0.7;
}
.legal-content a:hover { opacity: 1; }
.legal-back {
    display: inline-block;
    margin-top: 4rem;
    font-family: var(--sans);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 3px;
    transition: color 0.2s, border-color 0.2s;
}
.legal-back:hover {
    color: var(--white);
    border-color: var(--white);
}

/* =============================================
   MOBILE NAVIGATION
   ============================================= */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 1001;
}
.nav-toggle-bar {
    display: block;
    width: 22px;
    height: 1px;
    background: var(--white);
    transition: transform 0.35s ease, opacity 0.25s ease;
    transform-origin: center center;
}
.site-header.is-solid .nav-toggle-bar { background: var(--black); }
.nav-toggle.is-open .nav-toggle-bar:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle.is-open .nav-toggle-bar:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

/* Mobile Nav Dropdown */
.mobile-nav {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 900;
    background: var(--white);
    border-top: 1px solid var(--sand);
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
}
.mobile-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}
.mobile-nav-links {
    display: flex;
    flex-direction: column;
    padding: 8px 0 12px;
}
.mobile-nav-link {
    font-family: var(--sans);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
    display: block;
    padding: 13px 24px;
    border-bottom: 1px solid var(--sand);
    transition: background 0.15s;
}
.mobile-nav-link:last-child { border-bottom: none; }
.mobile-nav-link:active { background: var(--sand); }
.mobile-nav-link--sub {
    color: var(--muted);
    margin-top: 4px;
}

/* =============================================
   MOBILE BREAKPOINTS (alle Sections)
   ============================================= */
@media (max-width: 640px) {

    /* Nav Toggle sichtbar, Bold District nur in Dropdown, Toggle ganz rechts */
    .nav-toggle { display: flex; grid-column: 3; justify-self: end; }
    .site-logo  { grid-column: 2; justify-self: center; }
    .mobile-nav { display: block; }
    .nav-right { display: none; }

    /* Kontakt */
    .kontakt-section { padding: 52px 24px 48px; }
    .kontakt-top { flex-direction: column; align-items: flex-start; gap: 6px; margin-bottom: 36px; }
    .kontakt-grid { grid-template-columns: 1fr; gap: 36px; }

    /* Infos */
    .infos-section { padding: 52px 24px 60px; }

    /* About: single column, Fotos unten, Parallax deaktivieren */
    .about-body {
        grid-template-columns: 1fr;
        padding: 48px 0 0 24px;
        gap: 0;
    }
    .about-right { overflow: hidden; }
    .about-photos { height: 100vw; margin-right: 0; overflow: hidden; }
    .about-photo-wrap { transform: none !important; }

    /* SS Banner: Telefon direkt unter Mail, Pfeile bündig */
    .ss-banner { padding: 24px 24px 18px; }
    .ss-phone-inline { display: block; }
    .ss-termin-phone-col { display: none; }
    .ss-termin-row { flex-wrap: wrap; gap: 16px 32px; }
    .ss-col-calendly { margin-left: 0; }
    .ss-termin-col p { white-space: nowrap; }

    /* Labels: 2 Spalten — Liste links, Foto rechts */
    .labels-section { padding: 48px 24px 64px; }
    .labels-body { grid-template-columns: 1fr 44%; gap: 20px; }
    .labels-gallery-col {
        position: sticky;
        top: calc(50vh - 27.5vw);
        height: 55vw;
        min-height: 220px;
        max-height: 360px;
    }
    .label-gallery-photo.is-active { width: 60%; height: 100%; left: 0; top: 0; }
    .label-gallery-photo.is-prev { display: block; width: 37%; height: calc(50% - 3px); }
    .label-gallery-photo.is-next { display: block; width: 37%; height: calc(50% - 3px); }

    /* Stats */
    .stats-section { padding: 48px 24px; }
    .stats-num { font-size: clamp(52px, 18vw, 90px); }

    /* Intro Popup */
    .intro-popup-inner { padding: 2rem 5vw; }
    .intro-line--big,
    .intro-line--sub { font-size: clamp(1.3rem, 5.5vw, 2rem); }
    .intro-popup-close { margin-top: 2.5rem; font-size: 0.9rem; padding: 0.8rem 2rem; }

    /* Cookie Banner */
    .cookie-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.4rem 1.5rem;
    }

    /* Legal Pages */
    .legal-page { padding: 5.5rem 0 3rem; }
    .legal-container { padding: 0 1.5rem; }

    /* Footer */
    .footer-legal { padding: 32px 24px 16px; gap: 20px; }
}
