/* =========================================
   PREMIUM RESTAURANT — Global Design System
   =========================================
   Materialpalette:
   Rauchschwarz    #1c1917
   Gerösteter Kakao #2a1f1a
   Rohleinen       #f6f1ec
   Champagner      #e8dfd5
   Messing         #a3805d
   Getrocknete Feige #8b3a3a
   Tonerde         #78706a
   Thymian         #4a5340
   ========================================= */

:root {
    --color-smoke: #1c1917;
    --color-cocoa: #2a1f1a;
    --color-linen: #faf8f5;
    --color-champagne: #f0ebe4;
    --color-brass: #9a7b54;
    --color-fig: #8b3a3a;
    --color-clay: #8a827c;
    --color-thyme: #4a5340;
    --color-text: #3d3834;
    --color-white: #ffffff;

    --font-display: 'DM Serif Display', serif;
    --font-body: 'Source Serif 4', 'Georgia', serif;
    --font-ui: 'Inter', -apple-system, sans-serif;

    --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition: 400ms var(--ease);
}


/* ==================
   BASE
   ================== */

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}

body {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.8;
    color: var(--color-text);
    background: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.01em;
}

::selection {
    background: rgba(163, 128, 93, 0.2);
    color: var(--color-smoke);
}

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


/* ==================
   TYPOGRAPHY
   ================== */

h1, h2, h3 {
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 1.15;
    color: var(--color-smoke);
}

h1 { font-size: 44px; letter-spacing: 0.015em; margin-bottom: 28px; }
h2 { font-size: 32px; letter-spacing: 0.015em; margin-bottom: 24px; }
h3 { font-family: var(--font-body); font-weight: 600; font-size: 22px; margin-bottom: 16px; letter-spacing: 0.01em; }

@media (max-width: 768px) {
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 19px; }
}

p {
    margin-bottom: 1.2em;
    max-width: 65ch;
}

a {
    color: var(--color-brass);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color var(--transition);
}

a:hover {
    color: var(--color-smoke);
}


/* ==================
   ELEMENTOR OVERRIDES
   ================== */

.elementor-section {
    padding-left: 0;
    padding-right: 0;
}

.elementor-widget-text-editor {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    color: var(--color-text);
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--font-display);
    font-weight: 400;
}


/* ==================
   LAYOUT UTILITIES
   ================== */

.pr-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

@media (max-width: 768px) {
    .pr-container { padding: 0 24px; }
}

.pr-section {
    padding: 80px 0;
}

.pr-section--sm {
    padding: 48px 0;
}

.pr-section--lg {
    padding: 120px 0;
}

@media (max-width: 768px) {
    .pr-section { padding: 56px 0; }
    .pr-section--lg { padding: 72px 0; }
}

.pr-section--dark {
    background: var(--color-smoke);
    color: var(--color-linen);
}

.pr-section--dark h1,
.pr-section--dark h2,
.pr-section--dark h3 {
    color: var(--color-linen);
}

.pr-section--champagne {
    background: var(--color-champagne);
}

.pr-section--linen {
    background: var(--color-linen);
}

.pr-text-center { text-align: center; }

.pr-narrow { max-width: 600px; margin-left: auto; margin-right: auto; }


/* ==================
   HERO
   ================== */

.psn-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--color-smoke);
    overflow: hidden;
}

@media (max-width: 768px) {
    .psn-hero { min-height: 75vh; }
}

.psn-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.45;
}

.psn-hero__content {
    position: relative;
    z-index: 2;
    padding: 40px;
    max-width: 700px;
}

.psn-hero__claim {
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 400;
    color: var(--color-linen);
    letter-spacing: 0.02em;
    line-height: 1.15;
    margin: 0;
}

@media (max-width: 768px) {
    .psn-hero__claim { font-size: 34px; }
}

.psn-hero__sub {
    font-family: var(--font-body);
    font-size: 17px;
    color: var(--color-clay);
    margin-top: 20px;
    letter-spacing: 0.01em;
}


/* ==================
   LABEL (kleine Übertitel)
   ================== */

.pr-label {
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-clay);
    margin-bottom: 12px;
    display: block;
}

.pr-section--dark .pr-label {
    color: var(--color-brass);
}


/* ==================
   THREE PILLARS (Restaurant / Catering / Private Cooking)
   ================== */

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

@media (max-width: 768px) {
    .pr-pillars { grid-template-columns: 1fr; gap: 24px; }
}

.pr-pillar {
    padding: 40px 32px;
    border: 1px solid rgba(163, 128, 93, 0.12);
    transition: all var(--transition);
    background: var(--color-white);
}

.pr-pillar:hover {
    border-color: rgba(163, 128, 93, 0.35);
    box-shadow: 0 8px 32px rgba(28, 25, 23, 0.04);
}

.pr-pillar__title {
    font-family: var(--font-display);
    font-size: 24px;
    color: var(--color-smoke);
    margin-bottom: 12px;
}

.pr-pillar__text {
    font-size: 15px;
    color: var(--color-text);
    margin-bottom: 16px;
    line-height: 1.65;
}

.pr-pillar__link {
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-brass);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap var(--transition);
}

.pr-pillar__link:hover {
    gap: 12px;
    color: var(--color-smoke);
}

.pr-pillar__link::after {
    content: '→';
}


/* ==================
   ATMOSPHERE IMAGE BREAK
   ================== */

.pr-atmo {
    position: relative;
    height: 50vh;
    min-height: 360px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-atmo__img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pr-atmo__overlay {
    position: absolute;
    inset: 0;
    background: rgba(28, 25, 23, 0.5);
}

.pr-atmo__quote {
    position: relative;
    z-index: 2;
    font-family: var(--font-display);
    font-size: 24px;
    font-style: italic;
    color: var(--color-linen);
    max-width: 550px;
    text-align: center;
    padding: 0 24px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .pr-atmo__quote { font-size: 19px; }
}


/* ==================
   TAGS (Events: Hochzeit · Firmenabend · ...)
   ================== */

.pr-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 20px 0;
}

.pr-tag {
    display: inline-block;
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-clay);
    padding: 8px 16px;
    border: 1px solid rgba(163, 128, 93, 0.25);
    background: transparent;
}

.pr-section--dark .pr-tag {
    color: var(--color-champagne);
    border-color: rgba(163, 128, 93, 0.25);
}


/* ==================
   BLOCKQUOTE / ZITAT
   ================== */

.premium-quote {
    margin: 40px 0;
    padding: 0;
    border: none;
    text-align: center;
}

.premium-quote__text {
    font-family: var(--font-display);
    font-size: 24px;
    font-style: italic;
    color: var(--color-smoke);
    line-height: 1.4;
    max-width: 550px;
    margin: 0 auto 12px;
}

.pr-section--dark .premium-quote__text {
    color: var(--color-linen);
}

.premium-quote__author {
    font-family: var(--font-ui);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-clay);
    font-style: normal;
}


/* ==================
   GALLERY BAND (horizontal scroll)
   ================== */

.premium-gallery-band {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 40px 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--color-brass) transparent;
}

.premium-gallery-band::-webkit-scrollbar {
    height: 4px;
}

.premium-gallery-band::-webkit-scrollbar-track {
    background: transparent;
}

.premium-gallery-band::-webkit-scrollbar-thumb {
    background: var(--color-brass);
    border-radius: 2px;
}

.premium-gallery-band__item {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.premium-gallery-band__img {
    height: 380px;
    width: auto;
    object-fit: cover;
    display: block;
}

/* Remove WP attachment page links and overlay icons on gallery images */
.premium-gallery-band__item a {
    text-decoration: none;
    display: block;
    position: relative;
}

.premium-gallery-band__item figcaption,
.premium-gallery-band__item .wp-caption-text,
.premium-gallery-band__item .gallery-caption {
    display: none;
}

/* Hide any zoom/magnifier overlays from plugins */
.premium-gallery-band__item::after,
.premium-gallery-band__item a::after {
    display: none !important;
}

@media (max-width: 768px) {
    .premium-gallery-band { padding: 0 24px 16px; }
    .premium-gallery-band__img { height: 260px; }
}


/* ==================
   CTA BLOCK
   ================== */

.premium-cta {
    text-align: center;
    padding: 80px 40px;
}

.premium-cta--dark {
    background: var(--color-smoke);
    color: var(--color-linen);
}

.premium-cta__headline {
    font-family: var(--font-display);
    font-size: 32px;
    color: var(--color-linen);
    margin-bottom: 16px;
}

.premium-cta__text {
    font-family: var(--font-body);
    font-size: 17px;
    color: var(--color-clay);
    max-width: 500px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.premium-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.premium-cta__button {
    display: inline-block;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-white);
    background: var(--color-brass);
    text-decoration: none;
    padding: 18px 48px;
    transition: all var(--transition);
}

.premium-cta__button:hover {
    background: var(--color-smoke);
    color: var(--color-white);
}

.premium-cta__phone {
    font-family: var(--font-ui);
    font-size: 14px;
    color: var(--color-clay);
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: color var(--transition);
}

.premium-cta__phone:hover {
    color: var(--color-linen);
}


/* ==================
   BUTTONS (global)
   ================== */

.pr-btn {
    display: inline-block;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 36px;
    transition: all var(--transition);
    cursor: pointer;
    border: none;
}

.pr-btn--primary {
    background: var(--color-fig);
    color: var(--color-linen);
}

.pr-btn--primary:hover {
    background: #a44a4a;
    color: var(--color-linen);
}

.pr-btn--outline {
    background: transparent;
    color: var(--color-brass);
    border: 1px solid var(--color-brass);
}

.pr-btn--outline:hover {
    background: var(--color-brass);
    color: var(--color-linen);
}


/* ==================
   FAQ (Fließtext-Stil)
   ================== */

.pr-faq__item {
    margin-bottom: 32px;
}

.pr-faq__question {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 18px;
    color: var(--color-smoke);
    margin-bottom: 8px;
}

.pr-faq__answer {
    font-size: 16px;
    color: var(--color-text);
    line-height: 1.7;
    max-width: 60ch;
}


/* ==================
   FOOTER
   ================== */

.pr-footer {
    background: var(--color-smoke);
    color: var(--color-clay);
    padding: 56px 40px 32px;
}

.pr-footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto 40px;
}

@media (max-width: 768px) {
    .pr-footer__grid { grid-template-columns: 1fr; gap: 32px; }
    .pr-footer { padding: 40px 24px 24px; }
}

.pr-footer__title {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--color-linen);
    margin-bottom: 16px;
}

.pr-footer p,
.pr-footer a {
    font-family: var(--font-ui);
    font-size: 14px;
    color: var(--color-clay);
    line-height: 1.6;
    margin-bottom: 4px;
}

.pr-footer a {
    text-decoration: none;
    transition: color var(--transition);
}

.pr-footer a:hover {
    color: var(--color-linen);
}

.pr-footer__bottom {
    border-top: 1px solid rgba(163, 128, 93, 0.1);
    padding-top: 24px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.pr-footer__legal {
    font-family: var(--font-ui);
    font-size: 12px;
    color: rgba(120, 112, 106, 0.6);
}

.pr-footer__legal a {
    font-size: 12px;
    color: rgba(120, 112, 106, 0.6);
    margin: 0 12px;
}


/* ==================
   COOKIE NOTICE
   ================== */

.premium-cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: var(--color-smoke);
    border-top: 1px solid rgba(163, 128, 93, 0.15);
    padding: 16px 24px;
}

@media (min-width: 1025px) {
    .premium-cookie-notice { left: 60px; }
}

.premium-cookie-notice__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.premium-cookie-notice p {
    font-family: var(--font-ui);
    font-size: 13px;
    color: var(--color-clay);
    margin: 0;
    max-width: none;
}

.premium-cookie-notice__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.premium-cookie-notice__btn {
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-linen);
    background: var(--color-brass);
    border: none;
    padding: 10px 24px;
    cursor: pointer;
    transition: background var(--transition);
}

.premium-cookie-notice__btn:hover {
    background: #8a6c4d;
}

.premium-cookie-notice__link {
    font-family: var(--font-ui);
    font-size: 12px;
    color: var(--color-clay);
}


/* ==================
   ELEMENTOR RESPONSIVE FIXES
   ================== */

@media (min-width: 1025px) {
    .elementor-section.elementor-section-full_width > .elementor-container {
        max-width: 100%;
    }
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

/* Hide default Hello Elementor header & footer */
.site-header,
#site-header,
.site-footer,
#site-footer {
    display: none !important;
}

/* ==================
   INLINE STYLE OVERRIDES (Mobile)
   Pages use inline styles with fixed px — override for mobile
   ================== */

@media (max-width: 768px) {
    [style*="font-size:52px"],
    [style*="font-size: 52px"] {
        font-size: 32px !important;
    }
    [style*="font-size:42px"],
    [style*="font-size: 42px"] {
        font-size: 28px !important;
    }
    [style*="font-size:36px"],
    [style*="font-size: 36px"] {
        font-size: 26px !important;
    }
    [style*="font-size:30px"],
    [style*="font-size: 30px"] {
        font-size: 24px !important;
    }
    [style*="font-size:24px"],
    [style*="font-size: 24px"] {
        font-size: 20px !important;
    }
    [style*="padding:100px"],
    [style*="padding: 100px"] {
        padding-top: 72px !important;
        padding-bottom: 40px !important;
    }
    [style*="padding:80px 0"],
    [style*="padding: 80px 0"] {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
    [style*="padding:60px 0"],
    [style*="padding: 60px 0"] {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    [style*="padding:0 40px"],
    [style*="padding: 0 40px"] {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    [style*="max-width:1100px"] {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    [style*="max-width:650px"] {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    [style*="grid-template-columns:repeat(3"] {
        grid-template-columns: 1fr !important;
    }
    [style*="min-height:90vh"] {
        min-height: 70vh !important;
    }
}

/* ==================
   PAGE CONTENT POLISH
   ================== */

.entry-content,
.page-content,
.elementor-widget-theme-post-content {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    color: var(--color-text);
}

.entry-content > div:first-child,
.page-content > div:first-child,
.elementor-widget-theme-post-content > div > div:first-child {
    margin-top: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.page-content h1,
.page-content h2,
.page-content h3 {
    font-family: var(--font-display);
    font-weight: 400;
}

.entry-content ul,
.page-content ul {
    padding-left: 20px;
}

.entry-content a,
.page-content a {
    color: var(--color-brass);
    text-decoration-color: rgba(163, 128, 93, 0.3);
}

/* Remove default WP margins on page content */
.site-main > article {
    margin: 0;
    padding: 0;
}

.site-main {
    margin: 0;
    padding: 0;
}

/* Elementor page content - remove wrapper margins */
.elementor-location-single .elementor-element {
    margin: 0;
    padding: 0;
}

/* ==================
   BODY LEFT OFFSET (Desktop sidebar)
   ================== */

@media (min-width: 1025px) {
    body {
        padding-left: 60px;
    }
}
