/* ============================================
   WINESELECT — Charcoal + Bordeaux + Creme
   Playfair Display + Inter · kuratiert, leidenschaftlich
   ============================================ */

:root {
    --bg:           #F5F0E6;   /* Creme */
    --bg-alt:       #FCFAF4;   /* warmes Fast-Weiss */
    --bg-dark:      #141210;   /* tiefes Charcoal */
    --bg-deep:      #0C0B09;
    --surface:      #ECE3D2;   /* tieferes Beige */
    --ink:          #1C1814;
    --ink-soft:     #3C352D;
    --ink-muted:    #7C7264;
    --ink-light:    #B3A99B;
    --line:         #DCD2BF;
    --line-soft:    #E7DfCE;
    --accent:       #BC1F2E;   /* Markenrot */
    --accent-deep:  #7E1622;
    --accent-light: #D06B6B;   /* Rosé */

    --font-display: 'Playfair Display', Georgia, serif;
    --font-body:    'Inter', sans-serif;
}

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.08;
}
h2 { font-size: clamp(2.1rem, 4.8vw, 3.6rem); }
h2 em, h1 em {
    font-style: italic;
    font-weight: 500;
    color: var(--accent);
}
/* Italic-em-Safety — Playfair-Italic ragt rechts raus */
h1 em, h2 em, h3 em, h4 em, blockquote em {
    display: inline-block;
    padding-right: 0.1em;
}

body { background: var(--bg); }
section { padding: 7rem 0; }

.label {
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1.25rem;
}

/* === NAV — Boutique-Stil: zentriertes Logo ÜBER der Linkzeile (Desktop) === */
.nav { padding: 1.1rem 0; }
.nav.scrolled {
    background: rgba(245, 240, 230, 0.96);
    border-bottom-color: var(--line);
}
@media (min-width: 981px) {
    .nav-inner {
        flex-direction: column;
        justify-content: center;
        gap: 0.85rem;
        transition: gap 250ms ease;
    }
    .nav-logo { text-align: center; }
    .nav-links { gap: 2.5rem; }
    .nav-cta { margin-left: 0.5rem; padding: 0.55rem 1.3rem; }
    .nav.scrolled .nav-inner { gap: 0.5rem; }
    .nav.scrolled { padding: 0.7rem 0; }
}
.nav-logo { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; letter-spacing: 0; }
.nav-logo .logo-wine, .footer h4 .logo-wine { color: var(--accent); font-style: italic; }
.nav.over-dark:not(.scrolled) .nav-logo .logo-wine { color: var(--accent-light); }
.nav-links a {
    font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
}
.nav-cta { border-radius: 0; letter-spacing: 0.18em; }

/* === HERO — zentriert typografisch, Kellerdunkel === */
.hero {
    background:
        radial-gradient(ellipse 70% 55% at 50% 110%, rgba(188, 31, 46, 0.35) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 85% -10%, rgba(188, 31, 46, 0.12) 0%, transparent 60%),
        var(--bg-dark);
    color: var(--bg);
    height: 100vh;
    max-height: 100vh;
    min-height: 0;
    display: flex; align-items: center; justify-content: center;
    text-align: center;
    padding-top: 8.5rem; padding-bottom: 2rem;
    overflow: hidden;
}
.hero-inner-ws {
    position: relative; z-index: 2;
    max-width: 880px;
    padding: 0 2rem;
    display: flex; flex-direction: column; align-items: center;
}
.hero-eyebrow-ws {
    font-family: var(--font-body); font-size: 0.68rem; font-weight: 600;
    letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--accent-light);
    padding-bottom: 0.9rem; margin-bottom: 1.6rem;
    border-bottom: 1px solid rgba(245, 240, 230, 0.18);
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.22,0.61,0.36,1) 0.2s both;
}
.hero-godline {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.4vw, 1.7rem);
    color: rgba(245, 240, 230, 0.75);
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.22,0.61,0.36,1) 0.4s both;
}
.hero-godline em {
    font-style: italic; color: rgba(245, 240, 230, 0.85);
    display: inline-block; padding-right: 0.1em;
}
.hero h1.hero-brand {
    color: var(--bg);
    font-size: clamp(3.2rem, 8.5vw, 6.75rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.4rem;
    max-width: none;
}
.hero h1 .brand-line {
    display: block; font-style: normal; color: var(--bg);
    opacity: 0;
    animation: fadeInUp 1.1s cubic-bezier(0.22,0.61,0.36,1) 0.55s both;
}
.hero h1 .hl-wine { font-style: italic; color: var(--accent-light); padding-right: 0.06em; }
.hero h1 .brand-underline {
    display: block; width: 72px; height: 3px;
    background: var(--accent);
    margin: 1.2rem auto 0;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22,0.61,0.36,1) 0.95s both;
}
.hero .lead {
    color: rgba(245, 240, 230, 0.78);
    font-size: 1.05rem; line-height: 1.65;
    max-width: 52ch; margin-bottom: 1.9rem;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.25s both;
}
.hero .lead strong { color: var(--bg); font-weight: 600; }
.hero-actions {
    display: flex; gap: 2rem; align-items: center; justify-content: center;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.55s both;
}
.btn-hero {
    background: var(--accent); color: var(--bg);
    padding: 1.05rem 2.5rem;
    font-family: var(--font-body); font-size: 0.76rem; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
    transition: background 250ms ease;
}
.btn-hero:hover { background: var(--accent-deep); color: var(--bg); }
.hero-secondary {
    font-family: var(--font-body); font-size: 0.76rem; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: rgba(245, 240, 230, 0.85);
    border-bottom: 1px solid var(--accent-light);
    padding-bottom: 0.35rem;
}
.hero-secondary:hover { color: var(--accent-light); }
.hero-footnote {
    display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; justify-content: center;
    margin-top: 2.1rem; padding-top: 1.2rem;
    border-top: 1px solid rgba(245, 240, 230, 0.14);
    font-family: var(--font-body); font-size: 0.78rem;
    color: rgba(245, 240, 230, 0.55);
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.85s both;
}
.hero-footnote .hf-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

/* === REGIONEN-ZEILE — stille typografische Trennzeile auf dunklem Grund === */
.regions-line {
    background: var(--bg-deep);
    border-top: 1px solid rgba(188, 31, 46, 0.45);
    border-bottom: 1px solid rgba(188, 31, 46, 0.45);
    padding: 1.5rem 0;
}
.regions-inner {
    display: flex; align-items: center; justify-content: center;
    gap: 2.25rem; flex-wrap: wrap;
}
.regions-line .region {
    font-family: var(--font-display); font-style: italic; font-weight: 500;
    font-size: clamp(1.05rem, 1.8vw, 1.4rem);
    color: rgba(245, 240, 230, 0.72);
    letter-spacing: 0.04em;
    display: inline-block; padding-right: 0.08em;
}
.regions-line .r-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent-light); flex-shrink: 0; }

/* === PHILOSOPHIE === */
.philo-section { background: var(--bg); }
.philo-grid {
    display: grid; grid-template-columns: 1.25fr 1fr;
    gap: 5rem; align-items: center;
}
.philo-text h2 { color: var(--ink); margin-bottom: 1.75rem; }
.lead-philo {
    font-size: 1.12rem; line-height: 1.7; color: var(--ink-soft);
    margin-bottom: 1.25rem;
}
.philo-text p { margin-bottom: 1.25rem; }
.philo-text strong { color: var(--accent-deep); }
.link-arrow-ws {
    display: inline-block; margin-top: 0.75rem;
    font-family: var(--font-body); font-size: 0.76rem; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--accent);
    border-bottom: 1px solid var(--accent);
    padding-bottom: 0.4rem;
}
.link-arrow-ws:hover { color: var(--accent-deep); border-color: var(--accent-deep); }
.philo-figure {
    margin: 0;
    border: 1px solid var(--line);
    background: var(--bg-dark);
    padding: 1rem;
}
.philo-figure img { width: 100%; display: block; }
.philo-figure figcaption {
    font-family: var(--font-display); font-style: italic;
    font-size: 0.92rem; color: var(--bg);
    opacity: 0.75;
    padding: 0.9rem 0.25rem 0.1rem;
}

/* === SORTIMENT — dunkel === */
.sortiment-section { background: var(--bg-dark); color: var(--bg); }
.sortiment-head { max-width: 680px; margin-bottom: 3.5rem; }
.sortiment-head h2 { color: var(--bg); }
.sortiment-head h2 em { color: var(--accent-light); }
.sortiment-head p { color: rgba(245, 240, 230, 0.66); font-size: 1.05rem; margin-top: 1rem; }
/* Signature: horizontales Scroll-Snap-Regal — Karten hochformat wie Flaschen im Regal */
.sort-shelf {
    display: flex; gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid rgba(245, 240, 230, 0.22); /* Regalbrett */
    scrollbar-width: thin;
    scrollbar-color: var(--accent) rgba(245, 240, 230, 0.08);
    -webkit-overflow-scrolling: touch;
}
.sort-shelf::-webkit-scrollbar { height: 6px; }
.sort-shelf::-webkit-scrollbar-track { background: rgba(245, 240, 230, 0.08); }
.sort-shelf::-webkit-scrollbar-thumb { background: var(--accent); }
.sort-card {
    flex: 0 0 300px;
    min-height: 420px;
    scroll-snap-align: start;
    display: flex; flex-direction: column;
    border: 1px solid rgba(245, 240, 230, 0.16);
    padding: 2.5rem 2rem 2.5rem;
    background: rgba(245, 240, 230, 0.02);
    transition: border-color 300ms ease, background 300ms ease;
}
.sort-card:hover { border-color: var(--accent-light); background: rgba(188, 31, 46, 0.14); }
.sort-card p { margin-top: auto; }
.shelf-hint {
    margin-top: 1.1rem;
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: rgba(245, 240, 230, 0.45);
}
.shelf-hint .shelf-arrow { color: var(--accent-light); margin-right: 0.4rem; }
.sort-card .sort-num {
    font-family: var(--font-display); font-style: italic;
    font-size: 1.5rem; color: var(--accent-light);
    margin-bottom: 1.25rem;
}
.sort-card h3 { color: var(--bg); font-size: 1.5rem; margin-bottom: 0.9rem; }
.sort-card p { color: rgba(245, 240, 230, 0.7); font-size: 0.97rem; line-height: 1.65; }
.sortiment-ph { margin-top: 2.5rem; background: rgba(245, 240, 230, 0.06); color: rgba(245, 240, 230, 0.85); }
.sortiment-ph strong { color: var(--accent-light); }

/* === SERVICES === */
.services-ws { background: var(--surface); }
.services-head { margin-bottom: 3rem; }
.services-head h2 { color: var(--ink); }
.services-list-ws { border-top: 1px solid var(--ink); }
.service-row {
    display: grid; grid-template-columns: 110px 1fr;
    gap: 2.5rem; align-items: start;
    padding: 2.25rem 1rem 2.25rem 0.5rem;
    border-bottom: 1px solid var(--line);
    transition: padding-left 350ms cubic-bezier(0.22,0.61,0.36,1), background 350ms ease;
}
.service-row:hover { padding-left: 1.75rem; background: var(--bg-alt); }
.service-row .num {
    font-family: var(--font-display); font-style: italic;
    font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 500;
    color: var(--accent); line-height: 1;
}
.service-row h3 { font-size: 1.45rem; color: var(--ink); margin-bottom: 0.6rem; }
.service-row p { font-size: 0.98rem; color: var(--ink-soft); max-width: 64ch; }
.services-ws .placeholder-banner { margin-top: 2.5rem; background: var(--bg-alt); }

/* === IMPRESSIONEN === */
.impressionen-section { background: var(--bg-alt); }
.imp-head { margin-bottom: 3rem; }
.imp-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.imp-card { margin: 0; }
.imp-card img {
    width: 100%; display: block;
    border: 1px solid var(--line);
}
.imp-card figcaption {
    font-size: 0.86rem; color: var(--ink-muted);
    padding-top: 0.85rem; line-height: 1.5;
    font-style: italic;
    font-family: var(--font-display);
}

/* === MANIFESTO === */
.manifesto-ws {
    background: var(--bg-dark);
    padding: 9rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.manifesto-ws::before {
    content: '«';
    position: absolute; top: 1rem; left: 50%; transform: translateX(-50%);
    font-family: var(--font-display);
    font-size: 16rem; line-height: 1;
    color: var(--accent);
    opacity: 0.4;
    pointer-events: none;
}
.manifesto-ws blockquote {
    position: relative; z-index: 1;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4.2vw, 3.2rem);
    font-weight: 500; line-height: 1.3;
    color: var(--bg);
    max-width: 26ch; margin: 0 auto;
}
.manifesto-ws blockquote em { font-style: italic; color: var(--accent-light); }
.manifesto-ws cite {
    display: block; margin-top: 2.5rem;
    font-family: var(--font-body); font-style: normal;
    font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase;
    color: rgba(245, 240, 230, 0.5); font-weight: 600;
}

/* === KONTAKT + FINALE — EINE dunkle Bordeaux-Section === */
.contact-ws {
    background:
        radial-gradient(ellipse 60% 50% at 85% 0%, rgba(245, 240, 230, 0.06) 0%, transparent 60%),
        var(--accent-deep);
    color: var(--bg);
}
.contact-ws .label { color: var(--accent-light); }
.contact-grid-ws {
    display: grid; grid-template-columns: 1fr 1.1fr;
    gap: 5rem; align-items: stretch;
}
.contact-info-ws h2 { color: var(--bg); margin-bottom: 1.25rem; }
.contact-info-ws h2 em { color: var(--accent-light); }
.contact-lead { font-size: 1.05rem; color: rgba(245, 240, 230, 0.78); max-width: 44ch; margin-bottom: 1.5rem; }
.contact-rows { border-top: 1px solid rgba(245, 240, 230, 0.25); }
.contact-row {
    display: grid; grid-template-columns: 160px 1fr;
    gap: 2rem; padding: 1.35rem 0;
    border-bottom: 1px solid rgba(245, 240, 230, 0.18);
    align-items: baseline;
}
.contact-row .c-label {
    font-family: var(--font-body); font-size: 0.7rem;
    letter-spacing: 0.26em; text-transform: uppercase;
    color: rgba(245, 240, 230, 0.55); font-weight: 600;
}
.contact-row .c-value {
    font-family: var(--font-display);
    font-size: 1.25rem; color: var(--bg); font-weight: 600;
    line-height: 1.4;
    overflow-wrap: anywhere;
}
.contact-row a:hover { color: var(--accent-light); }
.contact-ph-ws {
    background: rgba(245, 240, 230, 0.08);
    color: rgba(245, 240, 230, 0.85);
    border-left-color: var(--accent-light);
}
.contact-ph-ws strong { color: var(--accent-light); }
.contact-map-ws {
    min-height: 460px;
    background: var(--bg-dark);
    border: 1px solid rgba(245, 240, 230, 0.2);
    overflow: hidden;
}
.contact-map-ws iframe {
    width: 100%; height: 100%; border: 0;
    filter: grayscale(0.85) contrast(1.08) brightness(1.03);
}
.contact-finale {
    margin-top: 4.5rem; padding-top: 3.5rem;
    border-top: 1px solid rgba(245, 240, 230, 0.25);
    text-align: center;
}
.contact-finale .finale-line {
    color: var(--bg);
    font-size: clamp(1.7rem, 3.6vw, 2.7rem);
    max-width: 24ch; margin: 0 auto 1rem;
}
.contact-finale .finale-line em { color: var(--accent-light); }
.contact-finale p { color: rgba(245, 240, 230, 0.78); max-width: 46ch; margin: 0 auto 2.25rem; }
.fc-actions { display: flex; gap: 2rem; align-items: center; justify-content: center; flex-wrap: wrap; }
.btn-cta-primary {
    background: var(--bg); color: var(--accent-deep);
    padding: 1.1rem 2.6rem;
    font-family: var(--font-body); font-size: 0.8rem; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    transition: background 250ms ease, color 250ms ease;
}
.btn-cta-primary:hover { background: var(--bg-dark); color: var(--bg); }
.btn-cta-secondary {
    font-family: var(--font-body); font-size: 0.8rem; font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--bg);
    border-bottom: 1px solid rgba(245, 240, 230, 0.6);
    padding-bottom: 0.35rem;
}
.btn-cta-secondary:hover { color: var(--accent-light); border-color: var(--accent-light); }

/* === FOOTER === */
.footer {
    background: var(--bg-alt);
    color: var(--ink-soft);
    border-top: 1px solid var(--line);
}
.footer-grid { grid-template-columns: 2fr 1fr 1fr; }
.footer h4 { color: var(--ink); font-size: 1.7rem; font-weight: 700; }
.footer h5 { color: var(--ink-muted); }
.footer p { color: var(--ink-muted); }
.footer ul li { color: var(--ink-soft); font-size: 0.92rem; }
.footer ul a { color: var(--ink-soft); }
.footer ul a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); color: var(--ink-muted); }
.footer-bottom a { color: var(--ink-muted); }
.footer-bottom a:hover { color: var(--accent); }

/* === PLACEHOLDER === */
.placeholder-banner { background: var(--bg-alt); border-left-color: var(--accent); }

/* === ANIMATIONS === */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.reveal { transition-duration: 900ms; }

/* === RESPONSIVE === */
/* Kurze Desktop-Viewports (z.B. 1280×800): Hero-Inhalt kompakter */
@media (min-width: 981px) and (max-height: 860px) {
    .hero { padding-top: 7.5rem; }
    .hero h1.hero-brand { font-size: clamp(3rem, 7.5vw, 5.5rem); margin-bottom: 1.1rem; }
    .hero-godline { font-size: clamp(1.05rem, 2vw, 1.4rem); margin-bottom: 0.7rem; }
    .hero-eyebrow-ws { margin-bottom: 1.2rem; padding-bottom: 0.7rem; }
    .hero .lead { font-size: 1rem; margin-bottom: 1.5rem; }
    .hero-footnote { margin-top: 1.5rem; padding-top: 1rem; }
}
@media (max-width: 1180px) {
    .philo-grid, .contact-grid-ws { gap: 3.5rem; }
}
@media (max-width: 980px) {
    section { padding: 5rem 0; }
    .hero { height: auto; max-height: none; min-height: 0; padding-top: 7rem; padding-bottom: 3.5rem; }
    .philo-grid { grid-template-columns: 1fr; gap: 3rem; }
    .philo-figure img { max-height: 320px; object-fit: cover; width: 100%; }
    .imp-card img { max-height: 320px; object-fit: cover; width: 100%; }
    .sort-card { flex-basis: 270px; min-height: 380px; }
    .imp-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
    .contact-grid-ws { grid-template-columns: 1fr; gap: 3rem; }
    .contact-map-ws { min-height: 340px; }
    .service-row { grid-template-columns: 70px 1fr; gap: 1.5rem; }
    .regions-inner { gap: 1.5rem; }
    .manifesto-ws { padding: 6rem 0; }
    .manifesto-ws::before { font-size: 10rem; }
}
@media (max-width: 560px) {
    section { padding: 4.5rem 0; }
    .hero { padding-top: 6rem; }
    .hero h1.hero-brand { font-size: clamp(2.6rem, 13vw, 3.4rem); }
    .hero-actions { flex-direction: column; gap: 1.25rem; }
    .hero-actions .btn-hero, .fc-actions .btn-cta-primary { width: 100%; max-width: 320px; text-align: center; justify-content: center; }
    .hero-footnote { gap: 0.75rem; font-size: 0.72rem; }
    .regions-line { padding: 1.1rem 0; }
    .regions-line .region { font-size: 0.95rem; }
    .regions-inner { gap: 1rem; }
    .philo-figure img, .imp-card img { max-height: 240px; }
    .sort-card { flex-basis: 82vw; min-height: 340px; padding: 2rem 1.5rem; }
    .fc-actions { flex-direction: column; gap: 1.5rem; }
    .contact-finale { margin-top: 3.25rem; padding-top: 2.5rem; }
    .contact-row { grid-template-columns: 1fr; gap: 0.35rem; }
    .service-row { grid-template-columns: 1fr; gap: 0.75rem; }
    .service-row .num { font-size: 1.8rem; }
}
