/* ============================================
   ANTIPASTO ETRUSCO — Toskana
   Terracotta + Olive + Creme + tiefes Braun
   Herzlich, authentisch, Genuss. Fraunces + Inter
   ============================================ */

:root {
    --bg:           #FAF5EC;
    --bg-alt:       #FFFDF8;
    --bg-dark:      #2E2218;
    --bg-deep:      #241A12;
    --surface:      #F0E6D4;
    --ink:          #2E2218;
    --ink-soft:     #4A3B2E;
    --ink-muted:    #8A7A66;
    --ink-light:    #B9AC9A;
    --line:         #E2D5BF;
    --line-soft:    #EDE3D1;
    --accent:       #1E7D2C;
    --accent-deep:  #14571E;
    --accent-light: #57AC5C;
    --olive:        #5C5A33;
    --olive-deep:   #45431F;

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

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--ink);
}
h1 { font-size: clamp(2.8rem, 7vw, 6rem); font-weight: 700; letter-spacing: -0.03em; }
h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h3 { font-size: clamp(1.3rem, 2.3vw, 1.75rem); }

/* Italic-em-Safety: Fraunces hat echtes Italic */
em, .italic {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    color: var(--accent);
}
h1 em, h2 em, h3 em, h4 em {
    display: inline-block;
    padding-right: 0.08em;
}

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

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

/* === INFO-BAR — Laden-Stil, schmale Zeile über der Nav === */
.info-bar {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 101;
    background: var(--olive);
    color: #F4F1E4;
    font-family: var(--font-body);
    font-size: 0.72rem; font-weight: 500;
    letter-spacing: 0.06em;
}
.info-bar-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1.5rem;
    height: 2.1rem;
}
.info-bar .ib-item { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.info-bar a { color: #F4F1E4; font-weight: 600; }
.info-bar a:hover { color: var(--accent-light); }
.info-bar .ib-sep { margin: 0 0.6rem; color: rgba(244, 241, 228, 0.5); }

/* === NAV === */
.nav { background: transparent; padding: 1.6rem 0; top: 2.1rem; }
.nav.scrolled {
    background: rgba(250, 245, 236, 0.96);
    border-bottom-color: var(--line);
}
.nav-logo { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; letter-spacing: -0.015em; }
.nav-logo .accent { color: var(--accent); }
.nav-links a { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; }
.nav-cta { border-radius: 0 !important; }

/* === HERO — Creme, Menükarten-Panel in Olive === */
.hero {
    background: var(--bg);
    color: var(--ink);
    height: 100vh;
    max-height: 100vh;
    min-height: 0;
    padding-top: 9rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.hero-bg, .hero-bg::after { display: none; }
.hero::before {
    content: '';
    position: absolute;
    left: -14rem; bottom: -16rem;
    width: 36rem; height: 36rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 125, 44, 0.12) 0%, transparent 70%);
    pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; width: 100%; padding: 0; }
.hero-grid {
    display: grid; grid-template-columns: 1.35fr 1fr;
    gap: 5rem; align-items: center;
}
.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 1rem;
    font-family: var(--font-body);
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.3em;
    text-transform: uppercase; color: var(--olive);
    margin-bottom: 2.25rem;
    opacity: 0;
    animation: fadeInLeft 0.9s cubic-bezier(0.22,0.61,0.36,1) 0.2s both;
}
.hero-eyebrow::before {
    content: ''; width: 44px; height: 2px; background: var(--accent);
}
.hero h1 { color: var(--ink); max-width: 14ch; margin-bottom: 1.5rem; }
.hero h1 .h1-line {
    display: block;
    opacity: 0;
    animation: fadeInUp 1.1s cubic-bezier(0.22,0.61,0.36,1) both;
}
.hero h1 .h1-line:nth-child(1) { animation-delay: 0.3s; }
.hero h1 .h1-line:nth-child(2) { animation-delay: 0.5s; }
.hero h1 .h1-line:nth-child(3) {
    animation-delay: 0.7s;
    font-family: var(--font-display); font-style: italic; font-weight: 500;
    color: var(--accent);
    font-size: 0.62em;
    padding-right: 0.1em;
}
.hero .lead {
    color: var(--ink-soft);
    font-size: 1.12rem;
    max-width: 50ch;
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1s both;
}
.hero-actions {
    display: flex; align-items: center; gap: 2.25rem; flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.3s both;
}
.hero-actions .btn {
    background: var(--accent); color: #FFFDF8;
    border-radius: 0;
    padding: 1.05rem 2.5rem;
    font-family: var(--font-body);
    font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700;
}
.hero-actions .btn:hover { background: var(--accent-deep); transform: none; }
.hero-actions .secondary {
    font-family: var(--font-body);
    font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
    font-weight: 600; color: var(--ink-soft);
    border-bottom: 1px solid var(--ink-soft); padding-bottom: 0.3rem;
}
.hero-actions .secondary:hover { color: var(--accent-deep); border-color: var(--accent-deep); }
.hero-footnote {
    display: flex; align-items: center; gap: 1rem;
    margin-top: 2.25rem; padding-top: 1.25rem;
    border-top: 1px solid var(--line);
    font-family: var(--font-body); font-size: 0.82rem;
    color: var(--ink-muted);
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22,0.61,0.36,1) 1.6s both;
}
.hero-footnote .hf-loc {
    font-family: var(--font-display); font-weight: 700;
    font-size: 0.95rem; color: var(--ink);
}
.hero-footnote .hf-divider { width: 1px; height: 18px; background: var(--line); }

/* Menükarten-Panel */
.hero-menu {
    background: var(--olive);
    color: #F4F1E4;
    padding: 2.75rem 2.75rem 3rem;
    position: relative;
    opacity: 0;
    animation: fadeInRight 1.2s cubic-bezier(0.22,0.61,0.36,1) 0.5s both;
}
.hero-menu::before {
    content: '';
    position: absolute; inset: 0.9rem;
    border: 1px solid rgba(244, 241, 228, 0.35);
    pointer-events: none;
}
.hero-menu .menu-title {
    font-family: var(--font-display); font-style: italic; font-weight: 500;
    font-size: 1.25rem;
    color: #F4F1E4;
    text-align: center;
    margin-bottom: 1.75rem;
    position: relative; z-index: 1;
}
.hero-menu ul { position: relative; z-index: 1; }
.hero-menu li {
    display: flex; align-items: baseline; gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(244, 241, 228, 0.18);
    font-family: var(--font-display);
    font-size: 1.1rem; font-weight: 500;
}
.hero-menu li:last-child { border-bottom: none; }
.hero-menu li .m-num {
    font-family: var(--font-body); font-size: 0.68rem; font-weight: 600;
    letter-spacing: 0.2em; color: var(--accent-light);
}

/* === MARQUEE === */
.marquee-strip {
    background: var(--bg-dark);
    color: var(--bg);
    padding: 1.9rem 0;
    overflow: hidden;
}
.marquee-track {
    display: flex; gap: 3.5rem; align-items: center;
    white-space: nowrap;
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.6vw, 2rem);
    font-weight: 600; letter-spacing: 0.01em;
    text-transform: uppercase;
    animation: marquee 30s linear infinite;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 3.5rem; }
.marquee-track .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--accent-light);
    flex-shrink: 0;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* === STORY — Gli Antipasti === */
.story-section { background: var(--bg-alt); }
.story-grid {
    display: grid; grid-template-columns: 1fr 1.2fr;
    gap: 5.5rem; align-items: start;
}
.story-aside {
    border-left: 3px solid var(--accent);
    padding: 0.5rem 0 0.5rem 2.5rem;
    position: sticky; top: 7rem;
}
.story-aside .big-claim {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    font-weight: 600; line-height: 1.25;
    color: var(--ink);
    margin-bottom: 1.5rem;
}
.story-aside p { font-size: 0.95rem; color: var(--ink-muted); line-height: 1.65; }
.story-content h2 { margin-bottom: 1.75rem; max-width: 18ch; }
.story-content p { font-size: 1.05rem; color: var(--ink-soft); line-height: 1.75; margin-bottom: 1.4rem; max-width: 60ch; }

/* === SORTIMENT === */
.sortiment-section { background: var(--bg); }
.sortiment-head {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: end;
    margin-bottom: 3.5rem;
}
.sortiment-head p { font-size: 1.05rem; color: var(--ink-soft); }
/* Signature: "La Carta"-Panel — Speisekarten-Karte im Papier-Look */
.carta-panel {
    background: var(--bg-alt);
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(46, 34, 24, 0.07);
    padding: 3.5rem 3.5rem 3rem;
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.carta-panel::before {
    content: '';
    position: absolute; inset: 1rem;
    border: 1px solid var(--line);
    pointer-events: none;
}
.carta-head {
    position: relative; z-index: 1;
    text-align: center;
    padding-bottom: 2.25rem; margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--line);
}
.carta-title {
    display: block;
    font-family: var(--font-display); font-style: italic; font-weight: 500;
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    color: var(--accent);
    padding-right: 0.08em; /* Italic-Safety */
}
.carta-sub {
    display: block; margin-top: 0.7rem;
    font-family: var(--font-body); font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--ink-muted);
}
.carta-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0 4rem;
}
.carta-item {
    padding: 1.75rem 0;
    border-bottom: 1px solid var(--line-soft);
}
.carta-item:nth-last-child(-n+2) { border-bottom: none; }
.carta-item .s-num {
    font-family: var(--font-display); font-style: italic;
    font-size: 0.95rem; font-weight: 500;
    color: var(--accent);
    display: block; margin-bottom: 0.7rem;
    padding-right: 0.08em;
}
.carta-item h3 { margin-bottom: 0.6rem; font-size: clamp(1.2rem, 1.9vw, 1.45rem); }
.carta-item p { font-size: 0.93rem; color: var(--ink-muted); line-height: 1.6; }

/* === QUALITÄT — Olive, dunkel === */
.quality-section {
    background: var(--olive);
    color: #F4F1E4;
}
.quality-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 5rem; align-items: center;
}
.quality-content .label { color: var(--accent-light); }
.quality-content h2 { color: #F4F1E4; margin-bottom: 1.5rem; }
.quality-content h2 em { color: #F4F1E4; opacity: 0.95; }
.quality-content p { color: rgba(244, 241, 228, 0.78); font-size: 1.05rem; line-height: 1.7; margin-bottom: 1.25rem; }
.quality-facts { border-top: 1px solid rgba(244, 241, 228, 0.25); }
.quality-facts li {
    display: grid; grid-template-columns: 64px 1fr;
    gap: 1.5rem; align-items: start;
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(244, 241, 228, 0.18);
}
.quality-facts li .qf-mark {
    font-family: var(--font-display); font-style: italic;
    font-size: 1.6rem; font-weight: 500;
    color: var(--accent-light);
    line-height: 1;
}
.quality-facts li strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.2rem; font-weight: 600;
    color: #F4F1E4;
    margin-bottom: 0.4rem;
}
.quality-facts li p { font-size: 0.93rem; color: rgba(244, 241, 228, 0.72); line-height: 1.6; }

/* === MANIFESTO === */
.manifesto {
    background: var(--surface);
    padding: 9rem 0;
    text-align: center;
}
.manifesto .label { margin-bottom: 2rem; }
.manifesto blockquote {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 4.3vw, 3.25rem);
    font-weight: 600; line-height: 1.22;
    letter-spacing: -0.02em;
    max-width: 28ch; margin: 0 auto 2.5rem;
    color: var(--ink);
}
.manifesto cite {
    font-family: var(--font-body); font-style: normal;
    font-size: 0.74rem; letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--ink-muted); font-weight: 600;
}

/* === KONTAKT === */
.contact-section { background: var(--bg-alt); }
.contact-grid { grid-template-columns: 1fr 1.15fr; align-items: stretch; }
.contact-info-block h2 { margin-bottom: 1.5rem; }
.contact-lead { font-size: 1.02rem; color: var(--ink-soft); max-width: 44ch; margin-bottom: 2rem; }
.contact-rows { border-top: 1px solid var(--line); }
.contact-row {
    display: grid; grid-template-columns: 150px 1fr;
    gap: 2rem; padding: 1.4rem 0;
    border-bottom: 1px solid var(--line);
    align-items: baseline;
}
.contact-row .label-sm {
    font-family: var(--font-body);
    font-size: 0.7rem; letter-spacing: 0.26em; text-transform: uppercase;
    color: var(--ink-muted); font-weight: 600;
}
.contact-row .value {
    font-family: var(--font-display);
    font-size: 1.3rem; color: var(--ink); font-weight: 600;
    line-height: 1.4;
    overflow-wrap: anywhere;
}
.contact-row .value a:hover { color: var(--accent-deep); }
.contact-map {
    aspect-ratio: auto; min-height: 460px;
    border-radius: 0; background: var(--surface);
}
.contact-map iframe { filter: grayscale(0.85) contrast(1.08); }

/* Öffnungszeiten-Karte — prominent, Papier-Look */
.hours-card {
    margin-top: 3.5rem;
    background: var(--surface);
    border: 1px solid var(--line);
    padding: 2.75rem 3rem 2.5rem;
    position: relative;
}
.hours-card::before {
    content: '';
    position: absolute; inset: 0.8rem;
    border: 1px solid var(--line);
    pointer-events: none;
}
.hours-card .hc-title {
    position: relative; z-index: 1;
    font-family: var(--font-display); font-style: italic; font-weight: 500;
    font-size: 1.6rem;
    color: var(--accent);
    margin-bottom: 1.75rem;
    padding-right: 0.08em;
}
.hc-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}
.hc-block .hc-label {
    display: block;
    font-family: var(--font-body); font-size: 0.68rem; font-weight: 600;
    letter-spacing: 0.26em; text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 0.7rem;
}
.hc-block p {
    font-family: var(--font-display);
    font-size: 1.08rem; font-weight: 500;
    color: var(--ink); line-height: 1.5;
}
.hc-block .hc-pending {
    font-family: var(--font-body);
    font-size: 0.9rem; font-weight: 400;
    color: var(--ink-muted);
    border-left: 3px solid var(--accent);
    padding-left: 1rem;
}

/* === FINAL CTA === */
.final-cta {
    background: var(--accent);
    color: #FFFDF8;
    padding: 7.5rem 0;
    text-align: center;
}
.final-cta .label { color: rgba(255, 253, 248, 0.78); }
.final-cta h2 {
    color: #FFFDF8; max-width: 22ch;
    margin: 0 auto 1.5rem;
    padding-right: 0.3em;
}
.final-cta h2 em {
    color: #FFFDF8; opacity: 0.93;
    display: inline-block; padding-right: 0.2em;
}
.final-cta .lead {
    color: rgba(255, 253, 248, 0.88);
    max-width: 48ch; margin: 0 auto 2.75rem;
}
.final-cta .btn-row { display: flex; gap: 1.25rem; justify-content: center; flex-wrap: wrap; }
.final-cta .btn-call {
    background: #FFFDF8; color: var(--accent-deep);
    padding: 1.1rem 2.6rem;
    font-family: var(--font-body);
    font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700;
    transition: background 250ms, color 250ms;
}
.final-cta .btn-call:hover { background: var(--bg-dark); color: #FFFDF8; }
.final-cta .btn-mail {
    border: 1px solid rgba(255, 253, 248, 0.6); color: #FFFDF8;
    padding: 1.1rem 2.6rem;
    font-family: var(--font-body);
    font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
    transition: all 250ms;
}
.final-cta .btn-mail:hover { background: #FFFDF8; color: var(--accent-deep); border-color: #FFFDF8; }

/* === FOOTER === */
.footer { background: var(--bg); color: var(--ink-soft); border-top: 1px solid var(--line); padding: 4.5rem 0 2rem; }
.footer-grid { grid-template-columns: 2fr 1fr 1fr; padding-bottom: 2.5rem; }
.footer h4 { color: var(--ink); font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; }
.footer h4 .accent { color: var(--accent); }
.footer h5 { color: var(--ink-muted); letter-spacing: 0.26em; }
.footer p { color: var(--ink-muted); }
.footer ul li { color: var(--ink-soft); font-size: 0.92rem; padding: 0.35rem 0; }
.footer ul a { color: var(--ink-soft); }
.footer ul a:hover { color: var(--accent-deep); }
.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-deep); }

/* === PLACEHOLDER === */
.placeholder-banner {
    background: var(--surface);
    border-left: 3px solid var(--accent);
    border-radius: 0;
    margin-top: 2.5rem;
}
.placeholder-banner strong { color: var(--accent-deep); }
.contact-section .placeholder-banner, .story-section .placeholder-banner { background: var(--bg); }
.quality-section .placeholder-banner {
    background: rgba(244, 241, 228, 0.1);
    color: rgba(244, 241, 228, 0.85);
    border-left-color: var(--accent-light);
}
.quality-section .placeholder-banner strong { color: var(--accent-light); }

/* === ANIMATIONS === */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 900ms cubic-bezier(0.22,0.61,0.36,1), transform 900ms cubic-bezier(0.22,0.61,0.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* === RESPONSIVE === */
/* Kurze Desktop-Viewports (z.B. 1280×800): Hero kompakter */
@media (min-width: 981px) and (max-height: 860px) {
    .hero { padding-top: 8rem; padding-bottom: 2rem; }
    .hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.6rem); margin-bottom: 1.2rem; }
    .hero-eyebrow { margin-bottom: 1.5rem; }
    .hero .lead { font-size: 1.02rem; margin-bottom: 1.8rem; }
    .hero-footnote { margin-top: 1.6rem; padding-top: 1rem; }
    .hero-menu { padding: 2.1rem 2.25rem 2.25rem; }
    .hero-menu li { padding: 0.6rem 0; font-size: 1rem; }
    .hero-menu .menu-title { margin-bottom: 1.25rem; font-size: 1.1rem; }
}
@media (max-width: 1180px) {
    .hero-grid { gap: 3rem; }
    .story-grid, .quality-grid { gap: 3.5rem; }
}
@media (max-width: 980px) {
    section { padding: 5rem 0; }
    .info-bar .ib-right { display: none; }
    .hero { height: auto; max-height: none; min-height: 0; padding-top: 8rem; padding-bottom: 2.5rem; }
    .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
    .hero-menu { max-width: 460px; }
    .story-grid { grid-template-columns: 1fr; gap: 3rem; }
    .story-aside { position: static; padding-left: 1.75rem; }
    .sortiment-head { grid-template-columns: 1fr; gap: 1.5rem; }
    .carta-panel { padding: 2.5rem 2rem 2rem; }
    .carta-grid { grid-template-columns: 1fr; gap: 0; }
    .carta-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
    .carta-item:last-child { border-bottom: none; }
    .quality-grid { grid-template-columns: 1fr; gap: 3rem; }
    .contact-map { min-height: 360px; }
    .hc-grid { grid-template-columns: 1fr; gap: 1.75rem; }
    .marquee-track { font-size: 1.2rem; gap: 2rem; animation-duration: 4s; }
    .marquee-track span { gap: 2rem; }
}
@media (max-width: 560px) {
    section { padding: 4.5rem 0; }
    .marquee-track { animation-duration: 3s; }
    .info-bar { font-size: 0.66rem; }
    .hero { padding-top: 7.5rem; }
    .hero h1 { font-size: clamp(2.2rem, 9.5vw, 3rem); }
    .hero-actions { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
    .hero-actions .btn { width: 100%; max-width: 320px; justify-content: center; }
    .hero-menu { padding: 2rem 1.75rem 2.25rem; }
    .carta-panel { padding: 2rem 1.4rem 1.5rem; }
    .carta-panel::before { inset: 0.6rem; }
    .hours-card { padding: 2rem 1.5rem 1.75rem; }
    .contact-row { grid-template-columns: 1fr; gap: 0.35rem; }
    .final-cta .btn-row { flex-direction: column; align-items: center; }
    .final-cta .btn-call, .final-cta .btn-mail { width: 100%; max-width: 320px; text-align: center; }
    .hero-footnote { flex-wrap: wrap; gap: 0.6rem; }
}
