/* ==========================================================================
   Garten Kamil Frontend — "Organic Precision" Design System
   All selectors namespaced under .gk-landing
   ========================================================================== */

/* --- @font-face: Poppins local --- */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* --- Theme Override: break out of WP constrained layout --- */
.gk-landing,
.gk-landing.alignfull {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    position: relative;
    overflow-x: hidden;
}

/* Hide any theme/WP elements that shouldn't appear on the landing */
body:has(.gk-landing) {
    padding-top: 0 !important;
    margin-top: 0 !important;
    overflow-x: hidden !important;
}

body:has(.gk-landing) #wpadminbar {
    display: none !important;
}

/* Astra / block-theme overrides */
body:has(.gk-landing) .wp-site-blocks > header,
body:has(.gk-landing) .wp-site-blocks > footer,
body:has(.gk-landing) .entry-title,
body:has(.gk-landing) .wp-block-post-title {
    display: none !important;
}

body:has(.gk-landing) .wp-site-blocks,
body:has(.gk-landing) .wp-site-blocks > main,
body:has(.gk-landing) .wp-site-blocks > main > *,
body:has(.gk-landing) .wp-block-group,
body:has(.gk-landing) .wp-block-post-content,
body:has(.gk-landing) .is-layout-constrained {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

body:has(.gk-landing) .ast-article-single {
    padding: 0 !important;
}

body:has(.gk-landing) .entry-content > *:not(.gk-landing) {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
}

/* --- CSS Custom Properties --- */
.gk-landing {
    --gk-primary: rgb(100, 128, 57);
    --gk-primary-light: rgba(100, 128, 57, 0.12);
    --gk-primary-dark: rgb(68, 90, 38);
    --gk-secondary: rgb(81, 115, 68);
    --gk-accent: rgb(198, 167, 72);
    --gk-dark: #1a2e0a;
    --gk-dark-soft: #2a3d1a;
    --gk-light: #f5f9f0;
    --gk-lighter: #f9fbf7;
    --gk-white: #ffffff;
    --gk-text: #2c2c2c;
    --gk-text-light: #5a5a5a;
    --gk-text-muted: #888888;
    --gk-border: rgba(100, 128, 57, 0.15);
    --gk-radius: 12px;
    --gk-radius-lg: 20px;
    --gk-shadow: 0 4px 24px rgba(26, 46, 10, 0.08);
    --gk-shadow-lg: 0 12px 48px rgba(26, 46, 10, 0.12);
    --gk-shadow-hover: 0 8px 32px rgba(26, 46, 10, 0.16);
    --gk-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --gk-transition-fast: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --gk-max-width: 1200px;
    --gk-section-py: 5rem;
    --gk-section-px: 2rem;
}

/* --- Base Reset (scoped) --- */
.gk-landing,
.gk-landing *,
.gk-landing *::before,
.gk-landing *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.gk-landing {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--gk-text);
    background: var(--gk-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gk-landing img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gk-landing a {
    color: var(--gk-primary);
    text-decoration: none !important;
    transition: color var(--gk-transition-fast);
}

.gk-landing a:focus,
.gk-landing button:focus,
.gk-landing a:focus-visible,
.gk-landing button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Fix Astra scroll-to-top dashed outline on click */
body:has(.gk-landing) #ast-scroll-top,
body:has(.gk-landing) #ast-scroll-top:focus,
body:has(.gk-landing) #ast-scroll-top:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.gk-landing a:hover {
    color: var(--gk-primary-dark);
}

/* Ensure theme doesn't override link styles inside buttons */
.gk-landing .gk-btn {
    text-decoration: none !important;
}

/* --- Container --- */
.gk-container {
    max-width: var(--gk-max-width);
    margin: 0 auto;
    padding-left: var(--gk-section-px);
    padding-right: var(--gk-section-px);
}

.gk-container--narrow {
    max-width: 900px;
}

/* --- Typography --- */
.gk-landing h1,
.gk-landing h2,
.gk-landing h3,
.gk-landing h4 {
    color: var(--gk-dark);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.gk-landing h1 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 700;
}

.gk-landing h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 600;
}

.gk-landing h3 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 600;
}

.gk-landing h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

.gk-landing p {
    font-size: 1.05rem;
    color: var(--gk-text-light);
    line-height: 1.8;
}

.gk-landing .gk-section-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gk-primary);
    background: var(--gk-primary-light);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.2rem;
}

/* --- Section Base --- */
.gk-section {
    padding: var(--gk-section-py) 0;
    position: relative;
}

/* Smooth scroll & offset for fixed header when navigating to anchors */
.gk-landing {
    scroll-behavior: smooth;
}

[id^="gk-"] {
    scroll-margin-top: 80px;
}

.gk-section--light {
    background: var(--gk-light);
    padding: calc(var(--gk-section-py) + 2rem) 0;
}

.gk-section--dark {
    background: var(--gk-dark);
    color: var(--gk-white);
}

/* --- Section with background image --- */
.gk-section--bgimage {
    position: relative;
    overflow: hidden;
}

.gk-section__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.gk-section__overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 46, 10, 0.82);
}

.gk-section__overlay--blue {
    background: rgba(10, 30, 50, 0.78);
}

.gk-section-label--light {
    background: rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.gk-section--dark h2,
.gk-section--dark h3,
.gk-section--dark h4 {
    color: var(--gk-white);
}

.gk-section--dark p {
    color: rgba(255, 255, 255, 0.8);
}

/* --- Buttons --- */
.gk-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 1rem 2.2rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease !important;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transform: translateY(0) !important;
    outline: none !important;
}

.gk-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

.gk-btn:hover::before {
    left: 100%;
}

.gk-btn--primary,
.gk-landing .gk-btn--primary,
.gk-landing a.gk-btn--primary {
    background: var(--gk-primary) !important;
    color: var(--gk-white) !important;
    box-shadow: 0 4px 16px rgba(100, 128, 57, 0.35);
}

.gk-btn--primary:hover,
.gk-landing .gk-btn--primary:hover,
.gk-landing a.gk-btn--primary:hover {
    background: var(--gk-primary-dark) !important;
    color: var(--gk-white) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(100, 128, 57, 0.45) !important;
}

.gk-btn--outline,
.gk-landing .gk-btn--outline,
.gk-landing a.gk-btn--outline {
    background: transparent !important;
    color: var(--gk-primary) !important;
    border: 2px solid var(--gk-primary);
}

.gk-btn--outline:hover,
.gk-landing .gk-btn--outline:hover,
.gk-landing a.gk-btn--outline:hover {
    background: var(--gk-primary) !important;
    color: var(--gk-white) !important;
    transform: translateY(-2px) !important;
}

.gk-btn--white,
.gk-landing .gk-btn--white,
.gk-landing a.gk-btn--white {
    background: var(--gk-white) !important;
    color: var(--gk-primary) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.gk-btn--white:hover,
.gk-landing .gk-btn--white:hover,
.gk-landing a.gk-btn--white:hover {
    color: var(--gk-primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2) !important;
}

.gk-btn svg {
    width: 18px;
    height: 18px;
    transition: transform var(--gk-transition-fast);
}

.gk-btn:hover svg {
    transform: translateX(3px);
}

/* --- Wave Dividers --- */
.gk-wave {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
}

.gk-wave--top {
    top: -1px;
}

.gk-wave--bottom {
    bottom: -1px;
}

.gk-wave svg {
    display: block;
    width: 100%;
    height: 60px;
}

/* ==========================================================================
   1. HEADER / NAV
   ========================================================================== */
.gk-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s ease,
                border-color 0.4s ease;
    border-bottom: 1px solid transparent;
    transform: translateY(-100%);
}

.gk-header.gk-header--visible {
    transform: translateY(0);
    border-bottom: 1px solid var(--gk-border);
    box-shadow: 0 1px 12px rgba(26, 46, 10, 0.06);
}

/* Static header for subpages — always visible, fixed at top */
.gk-header.gk-header--static,
.gk-header.gk-header--static.gk-header--visible {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(0) !important;
    border-bottom: 1px solid var(--gk-border);
    box-shadow: 0 1px 12px rgba(26, 46, 10, 0.06) !important;
}

.gk-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 2rem;
    max-width: var(--gk-max-width);
    margin: 0 auto;
}

.gk-header__logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    flex-shrink: 0;
}

.gk-header__logo:hover {
    opacity: 0.85;
}

.gk-header__logo-img {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.gk-nav {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.gk-nav a {
    font-size: 0.88rem;
    font-weight: 500;
    color: #777;
    padding: 0.5rem 0.1rem;
    margin: 0 0.75rem;
    transition: color var(--gk-transition-fast);
    text-decoration: none;
    letter-spacing: 0.06em;
    white-space: nowrap;
    position: relative;
}

.gk-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gk-primary);
    border-radius: 1px;
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gk-nav a:hover {
    color: var(--gk-primary);
}

.gk-nav a:hover::after {
    width: 100%;
}

.gk-nav a:last-child {
    background: var(--gk-primary) !important;
    color: var(--gk-white) !important;
    font-weight: 600;
    padding: 0.5rem 1.4rem;
    border-radius: 50px;
    margin-left: 0.8rem;
    transform: translateY(0) !important;
    box-shadow: 0 4px 16px rgba(100, 128, 57, 0.35) !important;
    transition: background 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease !important;
    position: relative;
    overflow: hidden;
}

.gk-nav a:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

.gk-nav a:last-child:hover::before {
    left: 100%;
}

.gk-nav a:last-child::after {
    display: none;
}

.gk-nav a:last-child:hover {
    background: var(--gk-primary-dark) !important;
    color: var(--gk-white) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(100, 128, 57, 0.45) !important;
}

/* Social icons in header */
.gk-header__social {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-left: 0.8rem;
}

.gk-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #777;
    transition: all var(--gk-transition-fast);
}

.gk-social-link:hover {
    color: var(--gk-primary);
    background: var(--gk-primary-light);
}

.gk-social-link svg {
    width: 17px;
    height: 17px;
}

/* Footer social icons */
.gk-footer__social {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.2rem;
}

.gk-footer .gk-social-link {
    color: rgba(255, 255, 255, 0.5);
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gk-footer .gk-social-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.gk-footer .gk-social-link:hover {
    color: var(--gk-white);
    background: var(--gk-primary);
    border-color: var(--gk-primary);
}

/* Hamburger */
.gk-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
    z-index: 1001;
}

.gk-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--gk-dark);
    border-radius: 2px;
    transition: all var(--gk-transition-fast);
    transform-origin: center;
}

.gk-hamburger.gk-active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.gk-hamburger.gk-active span:nth-child(2) {
    opacity: 0;
}

.gk-hamburger.gk-active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ==========================================================================
   2. HERO
   ========================================================================== */
.gk-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--gk-dark);
}

.gk-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.gk-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(26, 46, 10, 0.8) 0%,
        rgba(26, 46, 10, 0.55) 40%,
        rgba(26, 46, 10, 0.45) 100%
    );
}

.gk-hero__content {
    position: relative;
    z-index: 3;
    max-width: var(--gk-max-width);
    margin: 0 auto;
    padding: 8rem 2rem 6rem;
}

.gk-hero h1 {
    color: var(--gk-white);
    margin-bottom: 1rem;
    max-width: 650px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.gk-hero h1 span {
    display: block;
    color: #c8e68a;
    -webkit-text-fill-color: #c8e68a;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.gk-hero__subtitle,
.gk-landing .gk-hero__subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.92) !important;
    margin-bottom: 2.5rem;
    max-width: 500px;
    font-weight: 400;
    text-shadow: 0 1px 10px rgba(0,0,0,0.3);
}

/* Decorative floating elements in hero */
.gk-hero__decor {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    background: var(--gk-primary);
    filter: blur(60px);
    pointer-events: none;
}

.gk-hero__decor--1 {
    width: 400px;
    height: 400px;
    top: 10%;
    right: 10%;
}

.gk-hero__decor--2 {
    width: 300px;
    height: 300px;
    bottom: 20%;
    left: 5%;
}

/* Hero bottom wave */
.gk-hero .gk-wave--bottom svg {
    fill: var(--gk-white);
}

/* Scroll indicator */
.gk-hero__scroll {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gk-hero__scroll-line {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.gk-hero__scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    animation: gk-scroll-line 2s ease infinite;
}

@keyframes gk-scroll-line {
    0% { top: -100%; }
    100% { top: 100%; }
}

/* ==========================================================================
   3. INTRO — "Der perfekte Garten"
   ========================================================================== */
.gk-intro {
    text-align: center;
}

.gk-intro__text {
    max-width: 800px;
    margin: 0 auto 1.5rem;
}

.gk-intro__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 3.5rem 0;
}

.gk-intro__card {
    background: var(--gk-white);
    border: 1px solid var(--gk-border);
    border-radius: var(--gk-radius-lg);
    padding: 2.5rem 1.5rem;
    transition: all var(--gk-transition);
    position: relative;
    overflow: hidden;
}

.gk-intro__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gk-primary), var(--gk-secondary));
    opacity: 0;
    transition: opacity var(--gk-transition);
}

.gk-intro__card:hover {
    transform: translateY(-6px);
    box-shadow: var(--gk-shadow-hover);
    border-color: transparent;
}

.gk-intro__card:hover::before {
    opacity: 1;
}

.gk-intro__icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gk-primary);
    border-radius: 50%;
    color: var(--gk-white);
    box-shadow: 0 4px 16px rgba(100, 128, 57, 0.25);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gk-intro__card:hover .gk-intro__icon {
    background: var(--gk-secondary);
    color: var(--gk-white);
    transform: scale(1.15);
    box-shadow: 0 8px 28px rgba(100, 128, 57, 0.4);
}

.gk-intro__icon svg {
    width: 28px;
    height: 28px;
}

.gk-intro__icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gk-intro__card:hover .gk-intro__icon img {
    transform: scale(1.12);
}

.gk-intro__card h4 {
    margin-bottom: 0.5rem;
}

.gk-intro__card p {
    font-size: 0.92rem;
    color: var(--gk-text-muted);
}

/* ==========================================================================
   4. "Mehr Zeit" — Two column text + image
   ========================================================================== */
.gk-more-time {
    overflow: hidden;
}

.gk-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.gk-split--reverse {
    direction: rtl;
}

.gk-split--reverse > * {
    direction: ltr;
}

.gk-split__content h2 {
    margin-bottom: 1.5rem;
}

.gk-split__content p {
    margin-bottom: 1rem;
}

.gk-split__content p:last-of-type {
    margin-bottom: 0;
}

.gk-split__image {
    position: relative;
    border-radius: var(--gk-radius-lg);
    overflow: hidden;
    box-shadow: var(--gk-shadow-lg);
}

.gk-split__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gk-split__image:hover img {
    transform: scale(1.04);
}

/* Decorative accent behind image */
.gk-split__image::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--gk-radius-lg);
    border: 2px solid var(--gk-primary-light);
    pointer-events: none;
}

/* ==========================================================================
   5. "Gießen Sie noch …?"
   ========================================================================== */
/* Uses .gk-split with --reverse, no additional styles needed */

/* ==========================================================================
   6. "Gartenbewässerung" — Features with numbered items
   ========================================================================== */
.gk-irrigation {
    text-align: center;
}

.gk-irrigation__desc {
    max-width: 850px;
    margin: 0 auto 3rem;
}

.gk-irrigation__types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
    text-align: left;
}

.gk-type-card {
    display: flex;
    gap: 1.2rem;
    padding: 1.8rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: var(--gk-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all var(--gk-transition);
}

.gk-type-card:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.gk-type-card__num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gk-primary), var(--gk-secondary));
    color: var(--gk-white);
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 14px;
}

.gk-type-card h4 {
    margin-bottom: 0.4rem;
    color: #fff;
}

.gk-type-card p {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
}

.gk-irrigation__desc p {
    color: rgba(255, 255, 255, 0.85);
}

/* ==========================================================================
   7+8. SHOWCASE — 2×2 Card Grid (image top, text below)
   ========================================================================== */
.gk-showcase__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.gk-showcase__card {
    border-radius: var(--gk-radius-lg);
    overflow: hidden;
    background: var(--gk-white);
    box-shadow: 0 4px 24px rgba(26, 46, 10, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gk-showcase__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(26, 46, 10, 0.13);
}

.gk-showcase__img {
    overflow: hidden;
    height: 260px;
}

.gk-showcase__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gk-showcase__card:hover .gk-showcase__img img {
    transform: scale(1.05);
}

.gk-showcase__body {
    padding: 2rem 2.2rem 2.5rem;
}

.gk-showcase__body h3 {
    color: var(--gk-dark);
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 1rem;
}

.gk-showcase__body p {
    color: var(--gk-text-light);
    font-size: 0.92rem;
    line-height: 1.75;
    margin-bottom: 0.8rem;
}

.gk-showcase__body p:last-child {
    margin-bottom: 0;
}

.gk-showcase__body ul {
    margin: 0.5rem 0 1rem;
    padding-left: 1.3rem;
}

.gk-showcase__body li {
    color: var(--gk-text-light);
    font-size: 0.92rem;
    line-height: 1.75;
    margin-bottom: 0.2rem;
}

/* ==========================================================================
   9. MOWER — Dark section with video
   ========================================================================== */

/* ==========================================================================
   9. MÄHROBOTER
   ========================================================================== */
.gk-mower {
    background: var(--gk-dark);
    padding: calc(var(--gk-section-py) + 2rem) 0;
}

.gk-mower.gk-mower--light {
    background: var(--gk-white);
}

.gk-mower--light .gk-mower__text h2 {
    color: var(--gk-dark);
}

.gk-mower--light .gk-mower__text p {
    color: var(--gk-text-light);
}

.gk-mower--light .gk-mower__text .gk-section-label {
    background: rgba(100, 128, 57, 0.1);
    color: var(--gk-primary);
}

.gk-mower--light .gk-btn--white {
    background: var(--gk-primary);
    color: var(--gk-white);
    border-color: var(--gk-primary);
}

.gk-mower--light .gk-btn--white:hover {
    background: var(--gk-primary-dark);
    border-color: var(--gk-primary-dark);
}

.gk-mower__content {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 4rem;
    align-items: center;
}

.gk-mower__text h2 {
    color: var(--gk-white);
    margin-bottom: 1.5rem;
}

.gk-mower__text p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
}

.gk-mower__text .gk-section-label {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
}

.gk-mower__video {
    border-radius: var(--gk-radius-lg);
    overflow: hidden;
    box-shadow: var(--gk-shadow-lg);
}

.gk-mower__video video {
    width: 100%;
    display: block;
    object-fit: cover;
}

.gk-mower__brands {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid var(--gk-border);
    flex-wrap: wrap;
}

.gk-mower__brands img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.5);
    transition: all var(--gk-transition);
}

.gk-mower__brands img:hover {
    filter: grayscale(0%) opacity(1);
}

/* ==========================================================================
   10. POOL — 3 steps
   ========================================================================== */
.gk-pool {
    text-align: center;
    overflow: hidden;
}

.gk-pool__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    text-align: left;
    margin-bottom: 4rem;
}

.gk-pool__header-text h2 {
    margin-bottom: 1.5rem;
}

.gk-pool__header-image {
    border-radius: var(--gk-radius-lg);
    overflow: hidden;
    box-shadow: var(--gk-shadow-lg);
}

.gk-pool__header-image img {
    width: 100%;
    object-fit: cover;
}

.gk-pool__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    position: relative;
}

/* Connecting line behind steps — hidden when glass style */
.gk-pool__steps::before {
    display: none;
}

.gk-pool__step {
    position: relative;
    padding: 0 1rem;
}

.gk-pool__step--glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--gk-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 2rem 1.5rem;
    text-align: center;
}

.gk-pool__step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gk-white);
    border: 2px solid var(--gk-primary);
    border-radius: 50%;
    color: var(--gk-primary);
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    transition: all var(--gk-transition);
}

.gk-pool__step--glass .gk-pool__step-icon {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.gk-pool__step:hover .gk-pool__step-icon {
    background: var(--gk-primary);
    color: var(--gk-white);
    transform: scale(1.15);
    box-shadow: 0 8px 24px rgba(100, 128, 57, 0.3);
}

.gk-pool__step--glass:hover .gk-pool__step-icon {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    transform: scale(1.15);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.15);
}

.gk-pool__step-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gk-pool__step:hover .gk-pool__step-icon img {
    transform: scale(1.1);
}

.gk-pool__step h3 {
    color: var(--gk-primary);
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.gk-pool__step--glass h3 {
    color: #fff;
}

.gk-pool__step p {
    font-size: 0.95rem;
}

.gk-pool__step--glass p {
    color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   11. REVIEWS — Google Bewertungen
   ========================================================================== */
.gk-reviews .gk-container {
    max-width: 1400px;
}

/* ==========================================================================
   12. ABOUT — "Garten ist meine Leidenschaft"
   ========================================================================== */
.gk-about {
    text-align: center;
    overflow: hidden;
}

.gk-about__quote {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    color: var(--gk-dark);
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}

.gk-about__quote::before,
.gk-about__quote::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 40px;
    background: var(--gk-primary);
    opacity: 0.1;
    border-radius: 4px;
}

.gk-about__quote::before {
    top: -15px;
    left: -30px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z'/%3E%3C/svg%3E");
    mask-size: contain;
    -webkit-mask-size: contain;
}

.gk-about__quote::after {
    bottom: -15px;
    right: -30px;
    transform: rotate(180deg);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 01-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z'/%3E%3C/svg%3E");
    mask-size: contain;
    -webkit-mask-size: contain;
}

.gk-about__inner {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 3rem;
    align-items: center;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.gk-about__photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--gk-primary-light);
    box-shadow: var(--gk-shadow-lg);
}

.gk-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.gk-about__bio p {
    margin-bottom: 1rem;
}

.gk-about__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gk-border);
}

.gk-about__contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--gk-text);
}

.gk-about__contact-item svg {
    width: 18px;
    height: 18px;
    color: var(--gk-primary);
}

/* ==========================================================================
   12. FOOTER
   ========================================================================== */
.gk-footer {
    background: var(--gk-dark);
    color: rgba(255, 255, 255, 0.7);
    padding: 8rem 0 5rem;
    margin-bottom: 0 !important;
    position: relative;
}

.gk-footer__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
}

.gk-footer h4 {
    color: var(--gk-white);
    font-size: 1rem;
    margin-bottom: 1.2rem;
}

.gk-footer p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

.gk-footer a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    transition: color var(--gk-transition-fast);
    display: inline-block;
    padding: 0.15rem 0;
}

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

.gk-footer__links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.gk-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
}

.gk-footer__contact-item svg {
    width: 16px;
    height: 16px;
    color: var(--gk-primary);
    flex-shrink: 0;
}

.gk-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}

/* Static header styles moved next to .gk-header base rules */

/* ==========================================================================
   PAGE CONTENT (legal pages, etc.)
   ========================================================================== */
.gk-page-content {
    padding: 4rem 0 5rem;
    padding-top: calc(4rem + 70px); /* extra space for fixed header */
    min-height: 60vh;
}

.gk-page-content--animate {
    animation: gk-page-fade-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes gk-page-fade-in {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gk-page-content h1 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: var(--gk-dark);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--gk-primary-light);
}

.gk-page-content h1:not(:first-child) {
    margin-top: 4rem;
}

.gk-page-content h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gk-dark);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.gk-page-content h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--gk-dark-soft);
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

.gk-page-content p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--gk-text-light);
    line-height: 1.8;
}

.gk-page-content a {
    color: var(--gk-primary);
    text-decoration: underline !important;
}

.gk-page-content a:hover {
    color: var(--gk-primary-dark);
}

.gk-page-content ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.gk-page-content li {
    font-size: 1rem;
    color: var(--gk-text-light);
    line-height: 1.8;
    margin-bottom: 0.3rem;
}

.gk-page-content hr {
    border: none;
    border-top: 2px solid var(--gk-primary-light);
    margin: 4rem 0;
}

.gk-page-content strong {
    color: var(--gk-dark);
    font-weight: 600;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
.gk-animate {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gk-animate--left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gk-animate--right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gk-animate--scale {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gk-visible {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}

/* Stagger delays via inline --gk-delay */
.gk-animate[style*="--gk-delay"],
.gk-animate--left[style*="--gk-delay"],
.gk-animate--right[style*="--gk-delay"],
.gk-animate--scale[style*="--gk-delay"] {
    transition-delay: var(--gk-delay, 0s);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
    .gk-landing {
        --gk-section-py: 4rem;
    }

    .gk-intro__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gk-split {
        gap: 3rem;
    }

    .gk-irrigation__types {
        grid-template-columns: 1fr;
    }

    .gk-pool__header {
        gap: 2.5rem;
    }
}

@media (max-width: 768px) {
    .gk-landing {
        --gk-section-py: 4rem;
        --gk-section-px: 1.2rem;
    }

    /* Hide header social on mobile */
    .gk-header__social {
        display: none;
    }

    /* Nav mobile */
    .gk-hamburger {
        display: flex;
    }

    .gk-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--gk-white);
        flex-direction: column;
        padding: 5rem 2rem 2rem;
        gap: 0.5rem;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
        transition: right var(--gk-transition);
        z-index: 999;
    }

    .gk-nav.gk-nav--open {
        right: 0;
    }

    .gk-nav a {
        font-size: 0.95rem;
        padding: 0.8rem 1rem;
        width: 100%;
    }

    .gk-nav a:last-child {
        margin-left: 0;
        margin-top: 0.5rem;
        text-align: center;
        justify-content: center;
    }

    /* Mobile overlay */
    .gk-nav-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 998;
    }

    .gk-nav-overlay.gk-active {
        display: block;
    }

    /* Hero */
    .gk-hero {
        min-height: 85vh;
    }

    .gk-hero__content {
        padding: 7rem 1.5rem 5rem;
    }

    .gk-hero__scroll {
        display: none;
    }

    /* Grids to single column */
    .gk-split,
    .gk-split--reverse,
    .gk-mower__content,
    .gk-pool__header,
    .gk-footer__inner,
    .gk-showcase__grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .gk-showcase__card {
        min-height: 320px;
    }

    .gk-split--reverse {
        direction: ltr;
    }

    /* --- Center everything on mobile --- */
    .gk-split__content,
    .gk-mower__text,
    .gk-pool__header-text {
        text-align: center;
    }

    .gk-split__content .gk-btn,
    .gk-mower__text .gk-btn,
    .gk-pool__header-text .gk-btn {
        display: inline-flex;
        justify-content: center;
    }

    .gk-hero {
        text-align: center;
    }

    .gk-hero h1,
    .gk-hero__subtitle {
        max-width: 100%;
    }

    .gk-hero__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gk-intro__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .gk-intro__card {
        padding: 1.8rem 1.2rem;
    }

    .gk-irrigation {
        text-align: center;
    }

    .gk-type-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .gk-pool__steps {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .gk-pool__steps::before {
        display: none;
    }

    .gk-about__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .gk-about__photo {
        margin: 0 auto;
        width: 200px;
        height: 200px;
    }

    .gk-about__contact {
        justify-content: center;
    }

    .gk-footer__inner > div {
        text-align: center;
    }

    .gk-footer__social {
        justify-content: center;
    }

    .gk-footer__links {
        align-items: center;
    }

    .gk-footer__contact-item {
        justify-content: center;
    }

    .gk-footer__bottom {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }

    /* Disable parallax on mobile */
    .gk-hero__bg {
        background-attachment: scroll !important;
    }
}

@media (max-width: 480px) {
    .gk-landing {
        --gk-section-py: 3rem;
    }

    .gk-landing h1 {
        font-size: 2rem;
    }

    .gk-landing h2 {
        font-size: 1.6rem;
    }

    .gk-btn {
        padding: 0.85rem 1.8rem;
        font-size: 0.9rem;
    }

    .gk-about__contact {
        flex-direction: column;
        align-items: center;
    }

    .gk-hero__content {
        padding: 6rem 1.2rem 4rem;
    }
}
