:root {
    --color-forest: #163328;
    --color-forest-mid: #2d4a3e;
    --color-wine: #531a2b;
    --color-gold-muted: #695d46;
    --color-sand: #d4c4a8;
    --color-sand-light: #efdec1;
    --color-cream: #fbf9f6;
    --color-warm-gray: #f5f3f0;
    --color-text: #424844;
    --color-text-dark: #1b1c1a;
    --color-white: #ffffff;
    --color-green-light: #99b9a9;
    --color-cream-overlay: rgba(241, 224, 195, 0.3);
    --color-cream-overlay-light: rgba(241, 224, 195, 0.2);

    --font-serif: "Noto Serif", "Libre Baskerville", Georgia, serif;
    --font-sans: "Inter", -apple-system, sans-serif;
    --font-logo: "Sora", sans-serif;
    --font-script: "Dancing Script", cursive;
}

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

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

body {
    font-family: var(--font-sans);
    color: var(--color-text);
    background: var(--color-cream);
    line-height: 1.625;
    -webkit-font-smoothing: antialiased;
}

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

/* ─── NAVIGATION ─── */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background: rgba(245, 243, 240, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition:
        background 0.3s,
        box-shadow 0.3s;
}

.nav.scrolled {
    background: rgba(245, 243, 240, 0.97);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.nav-logo {
    font-family: var(--font-logo);
    font-size: 22px;
    color: var(--color-forest-mid);
    text-decoration: none;
    letter-spacing: 0.5px;
}

.nav-logo .bold {
    font-weight: 600;
}
.nav-logo .script {
    font-family: var(--font-script);
    font-weight: 700;
    font-size: 20px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

.nav-links a {
    font-family: var(--font-serif);
    font-size: 17px;
    color: rgba(45, 74, 62, 0.6);
    text-decoration: none;
    letter-spacing: -0.3px;
    transition: color 0.25s;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--color-forest);
}

.nav-links a.active {
    border-bottom: 1px solid rgba(45, 74, 62, 0.25);
    padding-bottom: 1px;
    font-style: italic;
    font-weight: 700;
}

.nav-cta-wrapper {
    display: flex;
    justify-content: flex-end;
}

.nav-cta,
.nav-links .nav-cta {
    background: var(--color-forest-mid);
    color: var(--color-white);
    font-family: var(--font-sans);
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 8px;
    letter-spacing: 0.35px;
    transition: background 0.25s;
    text-decoration: none;
    width: auto;
}

.nav-links .nav-cta {
    display: none;
}

.nav-cta:hover {
    background: var(--color-forest);
}

.nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
}

.nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-forest-mid);
    transition: transform 0.3s;
}

/* ─── HERO ─── */
.hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    max-height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url("/images/hero.jpg") center/cover no-repeat;
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 24px;
}

.hero-logo {
    width: 260px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 8px;
}

.hero-logo img {
    border-radius: 50%;
    backdrop-filter: blur(16px) saturate(1.2);
    box-shadow: inset 0px 0px 45px 12px rgba(255, 255, 255, 0.4);
}

.hero-logo-text {
    color: white;
    text-align: center;
    line-height: 1;
}

.hero-logo-off {
    font-family: var(--font-logo);
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1px;
}

.hero-logo-the {
    font-family: var(--font-script);
    font-weight: 700;
    font-size: 26px;
    position: absolute;
    right: 52px;
    top: 68px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hero-logo-menu {
    font-family: var(--font-logo);
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1.5px;
}

.hero-logo-slogan {
    font-family: var(--font-logo);
    font-size: 10px;
    letter-spacing: 0.9px;
    color: white;
    margin-top: 12px;
}

.hero h1 {
    font-family: var(--font-serif);
    font-size: clamp(42px, 5.5vw, 72px);
    font-weight: 400;
    color: white;
    letter-spacing: -1.5px;
    line-height: 1;
}

.hero-sub {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.88);
    max-width: 560px;
    line-height: 1.5;
}

.btn-primary {
    display: inline-block;
    background: var(--color-white);
    color: var(--color-forest);
    font-family: var(--font-serif);
    font-size: 17px;
    padding: 14px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* ─── SECTION DEFAULTS ─── */
section {
    padding: 96px 80px;
}

.section-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.section-label {
    font-family: var(--font-serif);
    font-size: 19px;
    color: var(--color-gold-muted);
    margin-bottom: 16px;
    font-style: italic;
}

.section-title {
    font-family: var(--font-serif);
    font-size: clamp(34px, 3.5vw, 48px);
    font-weight: 400;
    color: var(--color-forest);
    line-height: 1.05;
    letter-spacing: -0.5px;
}

.section-title-center {
    text-align: center;
}

.divider-line {
    width: 96px;
    height: 4px;
    background: var(--color-wine);
    margin: 16px auto 0;
}

/* ─── ÜBER UNS ─── */
.about {
    background: var(--color-warm-gray);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.about-image-wrap {
    position: relative;
}

.about-image-main {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 12px;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.about-image-small {
    position: absolute;
    bottom: -32px;
    right: -32px;
    width: 220px;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    border: 8px solid var(--color-warm-gray);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-text p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--color-text);
}

.about-signature {
    font-family: var(--font-serif);
    font-size: 28px;
    color: var(--color-forest-mid);
    padding-top: 12px;
    font-style: italic;
}

/* ─── ANGEBOT ─── */
.services {
    background: var(--color-cream-overlay);
}

.services-header {
    text-align: center;
    margin-bottom: 64px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.card {
    background: var(--color-white);
    border-radius: 12px;
    padding: 32px 28px 56px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.25s,
        box-shadow 0.25s;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
    color: var(--color-forest-mid);
}

.card h3 {
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 400;
    color: var(--color-forest);
    margin-bottom: 12px;
    line-height: 1.3;
}

.card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-text);
}

/* ─── USP ─── */
.usp {
    background: var(--color-forest-mid);
    color: white;
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.usp-item-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    opacity: 0.9;
}

.usp-item h3 {
    font-family: var(--font-serif);
    font-size: 23px;
    font-weight: 400;
    color: white;
    margin-bottom: 12px;
}

.usp-item p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-green-light);
}

/* ─── EVENTS ─── */
.events {
    background: var(--color-cream);
}

.event-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: center;
}

.event-row + .event-row {
    margin-top: 128px;
}

.event-row.reverse .event-text {
    order: -1;
}

.event-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.event-text .section-label {
    font-size: 17px;
}

.event-text h3 {
    font-family: var(--font-serif);
    font-size: 34px;
    font-weight: 400;
    color: var(--color-forest);
    line-height: 1.15;
    margin-bottom: 20px;
}

.event-text p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--color-text);
}

.event-meta {
    margin-top: 24px;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: rgba(22, 51, 40, 0.4);
}

.event-price {
    margin-top: 8px;
    font-family: var(--font-serif);
    font-size: 18px;
    color: var(--color-gold-muted);
    font-style: italic;
}

/* ─── PRICING ─── */
.pricing {
    background: var(--color-warm-gray);
}

.pricing-header {
    text-align: center;
    margin-bottom: 64px;
}

.pricing-sub {
    font-style: italic;
    font-size: 15px;
    color: var(--color-text);
    margin-top: 12px;
    text-align: center;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.pricing-card {
    background: var(--color-white);
    border-radius: 12px;
    padding: 40px;
    border-bottom: 4px solid var(--color-sand-light);
    transition: transform 0.25s;
}

.pricing-card:hover {
    transform: translateY(-3px);
}

.pricing-card.featured {
    background: var(--color-forest-mid);
    color: white;
    border-bottom-color: transparent;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.pricing-card-name {
    font-family: var(--font-serif);
    font-size: 19px;
    color: var(--color-text-dark);
    margin-bottom: 8px;
}

.pricing-card.featured .pricing-card-name {
    color: var(--color-sand-light);
}

.pricing-card-price {
    font-family: var(--font-serif);
    font-size: 28px;
    color: var(--color-forest);
    margin-bottom: 4px;
}

.pricing-card-price span {
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--color-text);
}

.pricing-card.featured .pricing-card-price {
    color: white;
}

.pricing-card.featured .pricing-card-price span {
    color: var(--color-green-light);
}

.pricing-features {
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pricing-features li {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text);
}

.pricing-card.featured .pricing-features li {
    color: white;
}

.pricing-features li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath d='M1 3.5L3.5 6L9 1' stroke='%232d4a3e' stroke-width='1.5' fill='none'/%3E%3C/svg%3E")
        no-repeat center;
    flex-shrink: 0;
}

.pricing-card.featured .pricing-features li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath d='M1 3.5L3.5 6L9 1' stroke='%2399b9a9' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
}

.pricing-note {
    text-align: center;
    margin-top: 32px;
    font-size: 13px;
    color: rgba(66, 72, 68, 0.6);
}

.pricing-trust {
    text-align: center;
    margin-top: 12px;
    font-size: 15px;
    font-style: italic;
    color: var(--color-text);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ─── CONTACT ─── */
.contact {
    background: var(--color-cream);
}

.contact-box {
    max-width: 896px;
    margin: 0 auto;
    background: var(--color-cream-overlay-light);
    border-radius: 12px;
    padding: 64px;
}

.contact-header {
    text-align: center;
    margin-bottom: 48px;
}

.contact-header h2 {
    font-family: var(--font-serif);
    font-size: 34px;
    font-weight: 400;
    color: var(--color-forest);
    margin-bottom: 12px;
}

.contact-header p {
    font-size: 15px;
    color: var(--color-text);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-group.full {
    grid-column: 1 / -1;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: rgba(22, 51, 40, 0.6);
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 14px 16px;
    background: #eae8e5;
    border: none;
    border-radius: 0;
    font-family: var(--font-sans);
    font-size: 17px;
    color: var(--color-text-dark);
    transition: background 0.2s;
    outline: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(66, 72, 68, 0.4);
    font-style: italic;
}

.form-input:focus,
.form-textarea:focus {
    background: #e2dfdb;
}

.form-textarea {
    resize: vertical;
    min-height: 130px;
}

.form-submit {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 24px;
}

.btn-wine {
    display: inline-block;
    background: var(--color-wine);
    color: white;
    font-family: var(--font-serif);
    font-size: 19px;
    padding: 16px 48px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transition:
        background 0.25s,
        transform 0.2s;
}

.btn-wine:hover {
    background: #3f1220;
    transform: translateY(-2px);
}

/* ─── FOOTER ─── */
.footer {
    background: var(--color-forest);
    padding: 48px 48px 56px;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 8px;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-brand {
    font-family: var(--font-serif);
    font-size: 19px;
    color: #d5c5a9;
}

.footer-links {
    display: flex;
    gap: 40px;
    list-style: none;
}

.footer-links a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: rgba(251, 249, 246, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: rgba(251, 249, 246, 0.9);
}

.footer-copy {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: rgba(251, 249, 246, 0.4);
}

.footer-copy-br {
    display: none;
}

/* ─── ANIMATIONS ─── */
.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
    section {
        padding: 72px 40px;
    }
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pricing-card:last-child {
        grid-column: 1 / -1;
        max-width: 400px;
        margin: 0 auto;
    }
    .usp-grid {
        gap: 32px;
    }
    .event-row {
        gap: 48px;
    }
}

@media (max-width: 768px) {
    section {
        padding: 64px 24px;
    }
    .nav {
        padding: 16px 24px;
        grid-template-columns: 1fr auto;
    }

    .nav-cta-wrapper {
        display: none;
    }

    .nav-links {
        display: none;
    }

    .nav-links .nav-cta {
        display: inline-block;
    }

    .nav-hamburger {
        display: flex;
        align-self: flex-end;
    }

    .nav-links.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--color-warm-gray);
        padding: 24px;
        gap: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .hero {
        min-height: 600px;
    }
    .hero h1 {
        font-size: 38px;
    }
    .hero-sub {
        font-size: 16px;
    }
    .hero-logo {
        width: 180px;
        height: 180px;
    }
    .hero-logo-off,
    .hero-logo-menu {
        font-size: 32px;
    }
    .hero-logo-the {
        font-size: 22px;
        right: 42px;
        top: 56px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .about-image-small {
        width: 160px;
        height: 160px;
        bottom: -20px;
        right: -12px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }
    .usp-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .event-row {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .event-row.reverse .event-text {
        order: 0;
    }
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .pricing-card:last-child {
        max-width: none;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }
    .contact-box {
        padding: 40px 24px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .footer-copy {
        text-align: center;
    }
    .footer-copy-br {
        display: block;
    }
}
