:root{
  --blue:#4b7397;
  --blue-dark:#3f617f;
  --ink:#303030;
  --text:#878787;
  --muted:#adb0b6;
  --soft:#f4f4f4;
  --footer:#131313;
  --event:#6a6a6a;
  --white:#fff;
  --content:1250px;
  --nav-height:76px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;color:var(--text);background:#fff;font-family:"Mulish","Open Sans",Arial,sans-serif;font-size:14px;font-weight:300;line-height:25px;overflow-x:hidden}
body.popup-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.content-width{width:min(calc(100% - 60px),var(--content));margin:0 auto}
.content-width.narrow{max-width:1250px}
.section-white{background:#fff}
.section-soft{background:var(--soft)}

/* Header */
.site-header{position:absolute;z-index:50;top:0;left:0;width:100%;color:#fff;transition:.3s ease}
.topbar{height:34px;background:rgba(97,97,97,.72);font-family:"Open Sans",sans-serif;font-size:13px}
.topbar-inner{width:min(calc(100% - 60px),1250px);height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-contact{display:flex;align-items:center;gap:25px;white-space:nowrap}
.topbar-contact a:hover{color:#d8e5f0}
.mini-icon{margin-right:5px;font-size:15px}
.topbar-social{display:flex;gap:6px}
.topbar-social a,.footer-social a{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;line-height:1}
.main-nav{height:86px;background:rgba(0,0,0,.08);transition:.3s ease}
.nav-inner{width:min(calc(100% - 60px),1250px);height:100%;margin:auto;position:relative;display:flex;align-items:center;justify-content:center}
.site-logo{position:absolute;left:0;top:50%;width:118px;transform:translateY(-50%);opacity:0;pointer-events:none;transition:.3s ease}
.site-logo img{width:100%;height:auto}
.main-menu{display:flex;align-items:center;justify-content:center;gap:30px;font-family:"Mulish",sans-serif;font-size:15px;font-weight:300}
.main-menu a{position:relative;padding:8px 0;color:#fff;transition:.2s ease}
.main-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--blue);transition:.25s ease}
.main-menu a:hover:after,.main-menu a.active:after{right:0}
.main-menu a.active{color:var(--blue)}
.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span{display:block;width:27px;height:2px;background:#fff;margin:5px 0}
.site-header.is-sticky{position:fixed;top:0;box-shadow:0 2px 10px rgba(0,0,0,.16)}
.site-header.is-sticky .topbar{display:none}
.site-header.is-sticky .main-nav{height:70px;background:rgba(19,19,19,.96)}
.site-header.is-sticky .site-logo{opacity:1;pointer-events:auto}
.site-header.is-sticky .main-menu{font-size:15px;gap:30px}

/* Hero */
.hero{position:relative;height:100vh;min-height:600px;background:#000 url('../images/hero.webp') center center/cover no-repeat;color:#fff;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.28) 0%,rgba(0,0,0,.08) 48%,rgba(0,0,0,0) 72%)}
.hero-inner{position:relative;z-index:2;width:min(calc(100% - 60px),1240px);height:100%;margin:auto;display:flex;align-items:center}
.hero-copy{width:560px;margin-top:72px}
.hero-title{font-family:"Castoro","Times New Roman",serif;font-size:100px;line-height:60px;letter-spacing:1px;color:#fff;font-weight:400}
.hero-script{margin:35px 0 0;color:var(--blue);font-family:"Poiret One",sans-serif;font-size:53px;font-weight:400;line-height:60px;letter-spacing:1px}
.hero-subtitle{font-family:Arial,Helvetica,sans-serif;font-size:30px;line-height:80px;letter-spacing:3px;color:#fff;font-weight:400}
.outline-button{display:inline-flex;margin-top:55px;min-width:170px;height:42px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.35);color:var(--blue);font-family:"Open Sans",sans-serif;font-size:17px;font-weight:300;line-height:40px;letter-spacing:1px;transition:.25s ease}
.outline-button:hover{background:var(--blue);border-color:var(--blue);color:#fff}

/* Common headings */
.section-heading{text-align:center;margin:0 auto 70px}
.script-heading{font-family:"Great Vibes",cursive;color:var(--blue);font-size:60px;line-height:65px;font-weight:400}
.script-heading.small{font-size:40px;line-height:45px}
.script-heading.left{text-align:left}
.section-heading h2,.intro-copy h2{margin:5px 0 0;color:var(--ink);font-family:"Poppins",sans-serif;font-size:50px;line-height:55px;font-weight:400}
.heading-divider,.small-divider{display:flex;align-items:center;justify-content:center;gap:7px;margin:15px auto 0;color:var(--blue)}
.heading-divider span{width:35px;height:1px;background:var(--blue)}
.heading-divider b{font-size:7px;font-weight:400}
.small-divider{margin:6px auto 18px}
.small-divider span{width:22px;height:1px;background:var(--blue)}
.small-divider b{font-size:6px}

/* Intro */
.intro-section{padding:70px 0 40px}
.intro-grid{max-width:1250px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intro-collage{height:405px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:15px}
.intro-img{width:100%;height:100%;object-fit:cover}
.intro-img-a{grid-column:1;grid-row:1}
.intro-img-b{grid-column:1;grid-row:2}
.intro-img-c{grid-column:2;grid-row:1/3}
.intro-copy .script-heading{font-size:40px;line-height:45px}
.intro-copy h2{font-family:"Playfair Display",serif;font-size:35px;line-height:40px;margin-top:0;font-weight:400}
.intro-copy p{margin:0 0 14px;color:#878787;font-size:14px;line-height:25px}
.button-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:20px}
.blue-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:12px 25px 11px;background:var(--blue);border:1px solid var(--blue);color:#fff;font-family:"Mulish",sans-serif;font-size:14px;font-weight:700;line-height:1.15;letter-spacing:0;transition:.22s ease}
.blue-button:hover{background:var(--blue-dark);border-color:var(--blue-dark)}

/* Menu */
.menu-section{padding:80px 0 80px}
.menu-section .section-heading{margin-bottom:70px}
.seasonal-grid{max-width:1190px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:440px;gap:60px}
.seasonal-image{background:url('../images/seasonal.webp') center/cover no-repeat;min-height:440px}
.seasonal-card{background:#fff;padding:45px 40px 15px}
.seasonal-card h3{margin:0;text-align:center;color:#303030;font-family:"Poppins",sans-serif;font-size:35px;line-height:40px;font-weight:400}
.classic-item{padding:16px 0;border-bottom:1px dashed rgba(34,34,34,.15)}
.classic-item:last-child{border-bottom:0}
.classic-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;color:#2d2d2d;font-family:"Raleway",sans-serif;font-size:17px;line-height:22px}
.classic-head strong{font-weight:600}
.classic-head span{color:var(--blue);font-weight:600;white-space:nowrap}
.classic-de{margin-top:8px;color:#8a8a8a;font-family:"Raleway",sans-serif;font-size:14px;line-height:22px}
.classic-en{margin-top:8px;color:#9b9b9b;font-family:"Raleway",sans-serif;font-size:13px;line-height:22px;font-style:italic}
.lunch-heading{margin-top:90px!important;margin-bottom:20px!important}
.lunch-heading .script-heading{font-size:40px;line-height:45px}
.lunch-heading h2{font-size:35px;line-height:40px}
.lunch-time{font-family:"Poppins",sans-serif;font-size:14px;line-height:24px;font-weight:500;color:#bfbfbf;margin-top:5px;letter-spacing:0}
.weekly-menu-grid{max-width:1100px;margin:50px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 42px;font-family:"Raleway",sans-serif}
.weekly-menu-item{padding-top:18px;border-top:1px dashed rgba(0,0,0,.18)}
.weekly-menu-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.weekly-menu-head h3{margin:0;color:#2d2d2d;font-size:17px;line-height:22px;font-weight:600}
.weekly-menu-head span{color:#496f93;font-size:14px;line-height:22px;font-weight:600;white-space:nowrap}
.weekly-menu-item p{margin:0}
.menu-de{margin-top:8px!important;color:#8a8a8a;font-size:14px;line-height:22px}
.menu-en{margin-top:12px!important;color:#9b9b9b;font-size:13px;line-height:22px;font-style:italic}
.center-button{text-align:center;margin-top:50px}

/* Events */
.events-section{padding:80px 0 90px;background:#666;color:#fff}
.section-heading.light h2{color:#fff;font-size:50px;line-height:55px}
.events-section .section-heading{margin-bottom:70px}
.event-slider{position:relative;max-width:1170px;margin:auto}
.event-slide{display:none;grid-template-columns:1fr 1fr;background:#fff;min-height:430px;color:var(--text)}
.event-slide.is-active{display:grid}
.event-media{background:#111;display:flex;flex-direction:column;justify-content:center;min-height:430px;overflow:hidden}
.event-media video,.event-media>img{width:100%;height:100%;min-height:430px;object-fit:cover}
.event-media audio{width:calc(100% - 30px);margin:-58px auto 18px;position:relative;z-index:2}
.event-copy{padding:45px 40px}
.event-copy .script-heading{font-size:40px;line-height:45px}
.event-copy h3{margin:0;color:#303030;font-family:"Poppins",sans-serif;font-size:35px;font-weight:400;line-height:40px}
.event-copy h4{margin:12px 0 18px;color:#555;font-family:"Poppins",sans-serif;font-size:14px;line-height:24px;font-weight:500}
.event-copy p{margin:0;color:#878787;font-size:14px;line-height:25px}
.slider-arrow{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:31px;height:31px;border:0;background:var(--blue);color:#fff;font-size:27px;line-height:1;border-radius:0;display:grid;place-items:center;padding:0}
.slider-arrow.prev{left:-31px}
.slider-arrow.next{right:-31px}
.slider-arrow:hover{background:var(--blue-dark)}

/* Gallery */
.gallery-section{padding:80px 0 60px}
.gallery-section .section-heading{margin-bottom:70px}
.gallery-grid{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.gallery-item{height:auto;aspect-ratio:363.33 / 242.34;overflow:hidden;background:#eee}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,opacity .3s ease}
.gallery-item:hover img{transform:scale(1.035);opacity:.9}

/* Reviews */
.reviews-section{padding:80px 0 80px;min-height:520px}
.reviews-section .section-heading{margin-bottom:70px}
.review-slider{position:relative;min-height:300px;max-width:1100px;margin:auto}
.review-slide{display:none;text-align:center;max-width:833px;margin:0 auto;color:#8c8c8c}
.review-slide.is-active{display:flex;flex-direction:column;align-items:center}
.review-source{width:auto;max-width:82px;height:55px;object-fit:contain;margin-bottom:21px}
.review-slide p{margin:0 auto;max-width:833px;font-size:18px;line-height:30px;font-style:italic}
.rating{width:100px;height:auto;margin:15px auto 8px}
.review-slide strong{font-size:18px;line-height:24px;color:#757f89}
.review-slide>span{font-size:14px;line-height:24px;color:#757f89;font-weight:700}
.review-slider .slider-arrow{top:40%}
.review-slider .slider-arrow.prev{left:0}
.review-slider .slider-arrow.next{right:0}
.slider-dots{display:flex;justify-content:center;gap:9px;margin-top:55px}
.slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#aaa}
.slider-dots button.is-active{background:#555}

/* Map */
.map-section{padding:90px 0 60px}
.map-section .section-heading{margin-bottom:50px}
.map-section .section-heading h2{font-size:45px;line-height:50px}
.map-frame{max-width:1250px;height:500px;margin:auto;overflow:hidden;background:#e7e7e7}
.map-frame iframe{width:100%;height:100%;border:0}

/* Reservation */
.reservation-section{padding:80px 0 100px}
.reservation-section .section-heading{margin-bottom:70px}
.reservation-grid{max-width:1190px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:stretch}
.reservation-image{min-height:520px;background:url('../images/reservation.webp') center/cover no-repeat}
.reservation-card{background:#fff;padding:40px 40px 24px}
.reservation-card form{display:grid;gap:12px}
.reservation-card label{display:grid;gap:5px;color:#878787;font-size:14px;line-height:22px}
.reservation-card input,.reservation-card select{width:100%;height:40px;border:1px solid rgba(173,176,182,.3);border-radius:0;background:#fcfcfc;color:#787d85;padding:5px 12px;outline:none}
.reservation-card input:focus,.reservation-card select:focus{border-color:var(--blue)}
.form-submit{justify-self:start;margin-top:4px;border:0}
.form-status{font-size:12px;min-height:20px}
.form-status.success{color:#2f7653}.form-status.error{color:#9b3434}
.reservation-note{font-size:14px;line-height:22px;margin:15px 0 0;color:#9a9a9a}
.hp-field{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Footer */
.footer{background:var(--footer);color:#a0a0a0;padding-top:30px;font-size:13px;line-height:22px}
.footer-grid{max-width:1040px;display:grid;grid-template-columns:repeat(3,1fr);gap:70px}
.footer h3{margin:0;color:#a0a0a0;font-family:"Poppins",sans-serif;font-size:13px;line-height:22px;font-weight:400}
.footer-line{width:85%;height:1px;background:#8a8a8a;margin:9px 0 10px}
.footer p{margin:0;line-height:1.7}
.footer a:hover{color:#fff}
.footer-social{display:flex;justify-content:center;gap:7px;margin:22px 0 12px}
.footer-social a{width:25px;height:25px;background:#f7f7f7;color:var(--blue)}
.footer-copy{text-align:center;padding:5px 0 21px;font-family:"Poppins",sans-serif;font-size:13px;line-height:22px}
.bottom-bar{min-height:40px;background:var(--blue);display:flex;align-items:center;justify-content:center;gap:17px;color:#fff;font-size:11px}

/* Popup */
.event-popup{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:22px}
.event-popup[hidden]{display:none}
.popup-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72)}
.popup-dialog{position:relative;z-index:2;width:min(760px,calc(100vw - 44px));max-height:90vh;border:5px solid var(--blue);border-radius:38px;overflow:hidden;background:#fff;box-shadow:0 22px 70px rgba(0,0,0,.35)}
.popup-dialog img{width:100%;max-height:calc(90vh - 10px);object-fit:contain;background:#fff}
.popup-close{position:absolute;z-index:4;top:10px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:var(--blue);color:#fff;font-size:28px;line-height:1;box-shadow:0 3px 12px rgba(0,0,0,.25)}

/* Lightbox */
.lightbox{position:fixed;z-index:1100;inset:0;background:rgba(0,0,0,.9);display:grid;place-items:center;padding:42px}
.lightbox[hidden]{display:none}
.lightbox img{max-width:min(1100px,92vw);max-height:88vh;object-fit:contain}
.lightbox-close{position:absolute;right:24px;top:18px;border:0;background:none;color:#fff;font-size:45px}

/* Phase 2 placeholders */
.placeholder-page{min-height:100vh;background:#f4f4f4;padding:150px 30px 80px;text-align:center;color:#555}
.placeholder-card{max-width:760px;margin:auto;background:#fff;padding:50px;box-shadow:0 12px 40px rgba(0,0,0,.06)}
.placeholder-card img{width:170px;margin:0 auto 30px;background:#111;padding:15px}
.placeholder-card h1{font-family:"Poppins",sans-serif;color:#303030;font-weight:500}
.placeholder-card a{color:var(--blue);font-weight:700}

@media (max-width:1280px){
  .topbar-inner,.nav-inner,.hero-inner{width:calc(100% - 60px)}
  .main-menu{gap:22px;font-size:14px}
  .site-header.is-sticky .main-menu{gap:22px}
  .event-slider{max-width:1080px}
}

@media (max-width:992px){
  .topbar-contact{gap:12px;font-size:11px}
  .main-nav{height:70px;background:rgba(19,19,19,.72)}
  .nav-inner{justify-content:space-between}
  .site-logo{position:static;transform:none;opacity:1;pointer-events:auto;width:110px}
  .menu-toggle{display:block}
  .main-menu{position:absolute;top:70px;right:-20px;width:290px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:15px 25px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.18)}
  .main-menu.is-open{display:flex}
  .main-menu a{color:#111;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.08);font-size:14px}
  .main-menu a:last-child{border-bottom:0}
  .site-header.is-sticky .main-menu{font-size:14px;gap:0;top:70px}
  .hero,.hero-inner{min-height:600px;height:100vh}
  .hero-copy{margin-top:70px}
  .hero-title{font-size:72px;line-height:72px}.hero-script{font-size:50px;line-height:56px}.hero-subtitle{font-size:28px;line-height:54px}
  .intro-grid{grid-template-columns:1fr 1fr;gap:40px}
  .button-row{gap:10px}
}

@media (max-width:778px){
  .content-width{width:min(calc(100% - 34px),var(--content))}
  .topbar{display:none}
  .site-header{position:absolute}
  .main-nav{height:70px;background:rgba(19,19,19,.82)}
  .nav-inner{width:calc(100% - 34px)}
  .main-menu{right:-17px}
  .hero,.hero-inner{height:600px;min-height:600px}
  .hero{background-position:61% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.6),rgba(0,0,0,.05))}
  .hero-inner{width:calc(100% - 34px)}
  .hero-copy{width:72%;margin-top:75px}
  .hero-title{font-size:50px;line-height:55px}
  .hero-script{font-size:32px;line-height:55px;margin-top:12px}
  .hero-subtitle{font-size:18px;line-height:55px;letter-spacing:3px}
  .outline-button{margin-top:55px}
  .intro-section{padding:55px 0}
  .intro-grid{grid-template-columns:1fr;gap:35px}
  .intro-collage{height:380px;max-width:560px;margin:auto;width:100%}
  .intro-copy{text-align:center}
  .script-heading.left{text-align:center}
  .intro-copy p{text-align:left;font-size:13px}
  .button-row{justify-content:center}
  .section-heading h2{font-size:35px;line-height:40px}
  .intro-copy h2{font-size:35px;line-height:40px}
  .script-heading{font-size:40px;line-height:45px}
  .seasonal-grid{grid-template-columns:1fr;gap:0;max-width:700px}
  .seasonal-image{min-height:340px}
  .seasonal-card{padding:30px 28px}
  .weekly-menu-grid{grid-template-columns:1fr;max-width:700px}
  .event-slide,.event-slide.is-active{grid-template-columns:1fr}
  .event-slider{max-width:700px;padding:0 18px}
  .event-media{min-height:330px}
  .event-copy{padding:27px 28px 32px}
  .slider-arrow.prev{left:-2px}.slider-arrow.next{right:-2px}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .review-slider{padding:0 34px}
  .review-slider .slider-arrow.prev{left:0}.review-slider .slider-arrow.next{right:0}
  .map-frame{height:420px}
  .reservation-grid{grid-template-columns:1fr;max-width:700px}
  .reservation-image{min-height:420px}
  .footer-grid{grid-template-columns:1fr;gap:25px}
  .footer-line{width:180px}
}

@media (max-width:520px){
  .site-logo{width:95px}
  .hero,.hero-inner{height:600px;min-height:600px}
  .hero{background-position:64% center}
  .hero-copy{width:87%;margin-top:55px}
  .hero-title{font-size:35px;line-height:55px}
  .hero-script{font-size:32px;line-height:55px}
  .hero-subtitle{font-size:18px;line-height:55px}
  .outline-button{margin-top:38px;min-width:135px}
  .intro-collage{height:300px;gap:9px}
  .script-heading{font-size:40px;line-height:45px}.script-heading.small{font-size:40px;line-height:45px}
  .intro-copy .script-heading{font-size:40px;line-height:45px}
  .intro-copy h2{font-size:32px;line-height:38px}.section-heading h2{font-size:35px;line-height:40px}
  .button-row{display:grid;grid-template-columns:1fr;gap:8px}.blue-button{width:100%}
  .menu-section{padding:58px 0 50px}
  .seasonal-image{min-height:280px}
  .classic-head{font-size:15px;line-height:21px}
  .weekly-menu-head h3{font-size:16px;line-height:22px}
  .event-slider{padding:0 12px}
  .event-copy{padding:24px 22px 28px}
  .event-copy h3{font-size:30px;line-height:36px}
  .gallery-grid{gap:12px}
  .reviews-section{min-height:475px}
  .review-slider{padding:0 28px}.review-slide p{font-size:14px;line-height:24px}
  .slider-dots{margin-top:35px}
  .map-frame{height:310px}
  .reservation-image{min-height:310px}
  .reservation-card{padding:27px 22px 22px}
  .form-submit{width:auto}
  .popup-dialog{border-radius:24px;border-width:4px}
  .popup-close{top:7px;right:7px;width:34px;height:34px}
}

/* v1.3 desktop alignment with the original The7 layout */
@media (min-width:993px){
  .main-nav{height:100px}
  .nav-inner{width:min(calc(100% - 40px),1250px)}
  .site-logo{width:180px;height:68px}
  .site-logo img{width:180px;height:68px;object-fit:contain}
  .main-menu{gap:34px;font-size:15px}
  .site-header.is-sticky .main-nav{height:88px}
  .site-header.is-sticky .site-logo{width:180px;height:68px}
  .site-header.is-sticky .main-menu{gap:34px;font-size:15px}
}

.event-slider{max-width:1250px}
.event-slide{min-height:500px}
.event-media{min-height:500px}
.event-media video,.event-media>img{min-height:500px}
.event-copy{padding:48px 48px 40px;display:flex;flex-direction:column;align-items:flex-start}
.event-copy p{width:100%}
.event-audio-player{display:block;width:100%;margin-top:46px;accent-color:var(--blue)}
.event-type-audio .event-media{background:#111}
.event-type-audio .event-media>img{object-fit:cover}

.footer{padding-top:55px;font-size:14px;line-height:23px}
.footer-grid{max-width:900px;grid-template-columns:repeat(3,minmax(0,1fr));gap:95px}
.footer h3{font-size:14px;line-height:24px}
.footer-line{width:100%;margin:10px 0 13px;background:#a9a9a9}
.footer p{line-height:1.55}
.footer p a{color:var(--blue)}
.footer p a:hover{color:#6e98bd}
.footer-social{margin:40px 0 28px}
.footer-social a{width:37px;height:37px;font-size:17px}
.footer-copy{padding:7px 0 35px;font-size:13px}
.bottom-bar{min-height:46px}
.bottom-bar a{color:#fff}

@media (min-width:993px) and (max-width:1280px){
  .nav-inner{width:calc(100% - 40px)}
  .event-slider{max-width:calc(100% - 40px)}
}

@media (min-width:993px){
  .footer-grid{max-width:900px;grid-template-columns:200px 200px 310px;gap:95px}
  .footer-line{width:200px}
  .footer-grid>div:nth-child(3) p{white-space:nowrap}
}

@media (max-width:992px){
  .event-audio-player{width:100%;margin-top:30px}
}

@media (max-width:778px){
  .event-slide{min-height:0}
  .event-media,.event-media video,.event-media>img{min-height:330px}
  .footer{padding-top:38px}
  .footer-social{margin:25px 0 18px}
  .footer-copy{padding-bottom:24px}
}


/* v1.4 Event-Slider wie im Original: weisser Innenrahmen, Abstand und schlanker Audio-Player */
.event-slider{max-width:1250px}
.event-slide{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:50px;align-items:start;min-height:0;padding:50px;background:#fff}
.event-media{align-self:start;min-height:0;background:#111;overflow:hidden}
.event-media video,.event-media>img{display:block;width:100%;height:auto;min-height:0;aspect-ratio:1.27/1;object-fit:cover}
.event-copy{padding:0;min-width:0;align-self:start}
.event-copy .script-heading{font-size:50px;line-height:55px;margin-top:-6px}
.event-copy h3{font-size:40px;line-height:47px}
.event-copy h4{margin:20px 0 22px;font-size:17px;line-height:26px;font-weight:500;color:#3f3f3f}
.event-copy p{font-size:16px;line-height:25px;color:#929292}
.slider-arrow{width:50px;height:50px;font-size:38px}
.slider-arrow.prev{left:-25px}
.slider-arrow.next{right:-25px}

.dono-audio-player{width:100%;margin-top:38px;display:grid;grid-template-columns:32px minmax(120px,1fr) auto 30px 92px 30px;align-items:center;gap:12px;color:#506074}
.dono-audio-player audio{display:none}
.audio-control{width:30px;height:30px;padding:0;border:0;background:transparent;color:#506074;display:grid;place-items:center}
.audio-control:hover{color:var(--blue)}
.audio-icon{width:24px;height:24px;fill:currentColor;display:block}
.icon-pause{display:none}
.dono-audio-player.is-playing .icon-play{display:none}
.dono-audio-player.is-playing .icon-pause{display:block}
.dono-audio-player.is-muted .audio-mute{opacity:.45}
.audio-progress,.audio-volume{-webkit-appearance:none;appearance:none;width:100%;height:4px;border:0;border-radius:4px;background:#cfd4da;outline:none;cursor:pointer}
.audio-volume{background:#566476}
.audio-progress::-webkit-slider-thumb,.audio-volume::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border:1px solid #bcc3ca;border-radius:50%;background:#fff;box-shadow:none}
.audio-progress::-moz-range-thumb,.audio-volume::-moz-range-thumb{width:18px;height:18px;border:1px solid #bcc3ca;border-radius:50%;background:#fff;box-shadow:none}
.audio-progress::-moz-range-track{height:4px;border-radius:4px;background:#cfd4da}
.audio-volume::-moz-range-track{height:4px;border-radius:4px;background:#566476}
.audio-duration{min-width:44px;color:#506074;font-family:"Open Sans",sans-serif;font-size:15px;white-space:nowrap}
.audio-settings .audio-icon{width:22px;height:22px}

@media (max-width:1280px) and (min-width:993px){
  .event-slider{max-width:calc(100% - 70px)}
  .event-slide{padding:42px;gap:42px}
}
@media (max-width:992px){
  .event-slide{padding:34px;gap:34px}
  .event-copy .script-heading{font-size:44px;line-height:49px}
  .event-copy h3{font-size:34px;line-height:40px}
  .dono-audio-player{grid-template-columns:30px minmax(100px,1fr) auto 28px 70px 28px;gap:9px;margin-top:28px}
}
@media (max-width:778px){
  .event-slide,.event-slide.is-active{grid-template-columns:1fr;padding:24px;gap:28px}
  .event-media video,.event-media>img{aspect-ratio:1.27/1}
  .slider-arrow{width:42px;height:42px;font-size:32px}
  .slider-arrow.prev{left:-3px}
  .slider-arrow.next{right:-3px}
}
@media (max-width:520px){
  .dono-audio-player{grid-template-columns:30px minmax(80px,1fr) auto 28px;gap:8px}
  .audio-volume,.audio-settings{display:none}
  .event-copy p{font-size:14px;line-height:23px}
}

/* v1.4.2 Detailabgleich mit der bestehenden DON'O-Seite */

/* Der originale Slider ist als Fullscreen-Slider angelegt, hat im Desktop-Raster
   aber eine Referenzhoehe von 868 px. Auf hohen Desktop-Fenstern wird der Hero
   deshalb nicht mehr ueber diese Referenz hinaus vergroessert. */
@media (min-width:993px){
  .hero,
  .hero-inner{
    height:min(100vh,868px);
    min-height:600px;
  }
}

/* Im Original hat der erste Inhaltsblock oben und unten denselben Aussenabstand. */
@media (min-width:779px){
  .intro-section{padding:70px 0}
}

/* Events: etwas schmalerer weisser Innenrahmen und kompakterer Spaltenabstand. */
@media (min-width:993px){
  .event-slide{
    padding:40px;
    gap:40px;
  }
}

/* Bild/Song behalten das fast quadratische Originalformat. */
.event-type-image .event-media>img,
.event-type-audio .event-media>img{
  aspect-ratio:1.27/1;
  object-fit:cover;
}

/* Das Take-The-55-Video ist 848x480. Es wird nicht in das Bildformat gezwungen,
   sondern sauber im echten 16:9-Format dargestellt. */
.event-type-video .event-media{
  aspect-ratio:848/480;
  background:#000;
  justify-content:center;
}
.event-type-video .event-media video{
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  aspect-ratio:848/480;
  object-fit:contain;
  background:#000;
}

@media (max-width:1280px) and (min-width:993px){
  .event-slide{
    padding:36px;
    gap:36px;
  }
}

@media (max-width:778px){
  .event-type-video .event-media,
  .event-type-video .event-media video{
    aspect-ratio:16/9;
    min-height:0;
  }
}

/* v1.4.3 Events: gleicher Rahmen fuer alle Slides + echter horizontaler Carousel-Effekt.
   Das Original nutzt einen 1-Slide-Carousel mit 600 ms Wechselzeit. */
.event-slider{
  position:relative;
  max-width:1250px;
  margin-inline:auto;
}
.event-viewport{
  width:100%;
  overflow:hidden;
}
.event-track{
  display:flex;
  align-items:stretch;
  width:100%;
  will-change:transform;
  transform:translate3d(0,0,0);
}
.event-track.is-animated{
  transition:transform 600ms ease;
}
.event-track .event-slide{
  display:grid !important;
  flex:0 0 100%;
  width:100%;
  min-width:0;
  box-sizing:border-box;
  align-items:center;
  align-self:stretch;
  min-height:0;
}
.event-track .event-media,
.event-track .event-copy{
  align-self:center;
}
.event-track .event-slide[aria-hidden="true"]{
  visibility:visible;
}
.event-track .event-slide.is-carousel-clone{
  pointer-events:none;
}

/* Der hoechste Inhalt bestimmt die Track-Hoehe. Durch align-items:stretch haben
   danach Bild-, Video- und Audio-Karten exakt dieselbe weisse Fensterhoehe. */
@media (min-width:993px){
  .event-track .event-slide{
    padding:40px;
    gap:40px;
  }
}
@media (max-width:1280px) and (min-width:993px){
  .event-track .event-slide{
    padding:36px;
    gap:36px;
  }
}
@media (max-width:992px){
  .event-track .event-slide{
    padding:34px;
    gap:34px;
  }
}
@media (max-width:778px){
  .event-track .event-slide{
    grid-template-columns:1fr;
    padding:24px;
    gap:28px;
  }
}

/* v1.5.12 Besuchermeinungen kompakter: nur vertikale Abstaende reduziert */
@media (min-width:779px){
  .reviews-section{
    padding:55px 0 50px;
    min-height:0;
  }
  .reviews-section .section-heading{
    margin-bottom:42px;
  }
  .review-slider{
    min-height:255px;
  }
  .review-source{
    margin-bottom:12px;
  }
  .slider-dots{
    margin-top:30px;
  }
}

/* v1.5.13 Reservationsformular: Placeholder etwas heller */
.reservation-card input::placeholder{
  color:#b8bcc2;
  opacity:1;
}

/* Browser-Hinweis im leeren Datumsfeld ebenfalls heller */
.reservation-card input[type="date"]:invalid::-webkit-datetime-edit{
  color:#b8bcc2;
}

/* v1.5.14 Desktop-Navigation rechtsbuendig innerhalb der Content-Breite */
@media (min-width:993px){
  .nav-inner{
    justify-content:flex-end;
  }
  .main-menu{
    margin-left:auto;
  }
}

/* v1.5.15 Intro: etwas mehr Abstand zwischen Titel und erstem Absatz */
.intro-copy h2{
  margin-bottom:10px;
}

/* v1.5.16 Intro Desktop: Buttonreihe an Unterkante der Bilder ausrichten */
@media (min-width:779px){
  .intro-grid{
    align-items:stretch;
  }
  .intro-copy{
    display:flex;
    flex-direction:column;
    padding-top:24px;
  }
  .intro-copy .button-row{
    margin-top:auto;
  }
}

/* v1.5.17 Reservationshinweis: Schriftgroesse wie in der Referenzansicht */
.reservation-note{
  font-size:16px;
  line-height:24px;
}

/* v1.5.18 Desktop-Abgleich mit Referenzseite:
   Sticky-Header und Reservationsraster auf dieselbe 1170px-Achse setzen. */
@media (min-width:993px){
  .nav-inner{
    width:min(calc(100% - 40px),1170px);
  }

  .site-header.is-sticky .main-nav{
    height:70px;
  }

  .reservation-grid{
    max-width:1170px;
  }
}

/* v1.5.19 Desktop-Abgleich weiterer Hauptbereiche mit der 1170px-Referenzachse:
   Intro ("Endecke uns"), Veranstaltungen und Google-Maps-Karte. */
@media (min-width:993px){
  .intro-grid,
  .event-slider,
  .map-frame{
    max-width:1170px;
  }
}

/* v1.5.20 Klassiker/Saisonale Gerichte:
   Desktop-Raster auf dieselbe 1170px-Referenzachse wie Navigation,
   Intro, Veranstaltungen, Anfahrt und Reservation setzen. */
@media (min-width:993px){
  .seasonal-grid{
    max-width:1170px;
  }
}

/* v1.5.21 Einblicke + Besuchermeinungen:
   dieselbe 1170px-Desktopachse wie Navigation, Intro, Klassiker,
   Veranstaltungen, Anfahrt und Reservation. */
@media (min-width:993px){
  .gallery-section .content-width.narrow,
  .reviews-section .content-width.narrow{
    max-width:1170px;
  }

  .gallery-grid{
    max-width:1170px;
  }

  .review-slider{
    max-width:1170px;
  }

  /* Rezensionstext etwas breiter, ohne Schriftgroesse oder Typografie zu aendern. */
  .review-slide,
  .review-slide p{
    max-width:1000px;
  }
}

/* v1.5.22 Mobile-Abgleich mit der bisherigen DON'O-Seite:
   - im mobilen Kopf nur Hamburger, kein zusaetzliches Logo
   - Hero wieder bildschirmhoch statt auf 600px begrenzt
   - bestehende mobilen Inhaltsbreiten bleiben unveraendert */
@media (max-width:778px){
  .site-logo,
  .site-header.is-sticky .site-logo{
    display:none;
  }

  .nav-inner{
    justify-content:flex-end;
  }

  .hero,
  .hero-inner{
    height:100vh;
    height:100svh;
    min-height:600px;
  }
}

/* Kleine Smartphones ebenfalls bildschirmhoch halten. */
@media (max-width:520px){
  .hero,
  .hero-inner{
    height:100vh;
    height:100svh;
    min-height:600px;
  }
}


/* v1.5.23 Speisekarte.php --------------------------------------------------- */
.menu-page-body{background:#fff}
.menu-page-header{position:fixed;top:0;left:0;width:100%;background:rgba(19,19,19,.98);box-shadow:0 2px 10px rgba(0,0,0,.12)}
.menu-page-header .main-nav{height:70px;background:rgba(19,19,19,.98)}
.menu-page-header .site-logo{opacity:1;pointer-events:auto;width:180px;height:68px}
.menu-page-header .site-logo img{width:180px;height:68px;object-fit:contain}
.menu-page-main{padding-top:70px}
.menu-page-width{max-width:1170px}

.menu-page-feature{padding:95px 0 90px}
.menu-page-heading{margin-bottom:60px}
.menu-page-heading h1,
.menu-page-heading h2{margin:5px 0 0;color:var(--ink);font-family:"Poppins",sans-serif;font-size:35px;line-height:40px;font-weight:400;text-transform:none}
.menu-page-heading .script-heading{font-size:40px;line-height:45px}

.menu-page-feature-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:60px;align-items:stretch}
.menu-page-feature-image{min-height:510px;background:url('../images/intro-food.webp') center center/cover no-repeat}
.menu-page-feature-card{background:#f4f4f4;padding:45px 40px 18px}
.menu-page-card-heading{text-align:center;margin-bottom:20px}
.menu-page-card-heading h2{margin:0;color:#303030;font-family:"Poppins",sans-serif;font-size:35px;line-height:40px;font-weight:400}

.menu-page-item{padding:16px 0;border-top:1px dashed rgba(34,34,34,.15);font-family:"Raleway",sans-serif}
.menu-page-item:first-of-type{border-top:0}
.menu-page-item-row{display:flex;justify-content:space-between;gap:22px;align-items:flex-start}
.menu-page-item-copy{min-width:0}
.menu-page-item h3{margin:0 0 8px;color:#2d2d2d;font-family:"Raleway",sans-serif;font-size:17px;line-height:22px;font-weight:600}
.menu-page-item p{margin:0}
.menu-page-de{color:#8a8a8a;font-size:14px;line-height:22px}
.menu-page-en{margin-top:8px!important;color:#9b9b9b;font-size:13px;line-height:22px;font-style:italic}
.menu-page-price{flex:0 0 auto;color:var(--blue);font-size:17px;line-height:22px;font-weight:600;text-align:right;white-space:nowrap}
.menu-page-price span{display:block}

.menu-page-list-section{padding:80px 0 90px}
.menu-page-list-section .menu-page-heading{margin-bottom:45px}
.menu-page-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:60px;align-items:start}
.menu-page-columns .menu-page-item{break-inside:avoid}
.menu-page-list-section .menu-page-price{color:var(--blue)}

.menu-page-mains{position:relative;padding:80px 0 90px;background:#222 url('https://www.donobasel.ch/wp-content/uploads/2026/03/Food_8-1.webp') center/cover no-repeat;color:#fff;overflow:hidden}
.menu-page-mains-overlay{position:absolute;inset:0;background:rgba(17,17,17,.68)}
.menu-page-mains-inner{position:relative;z-index:2}
.menu-page-heading-light .script-heading{color:var(--blue)}
.menu-page-heading-light h2{color:#fff}
.menu-page-columns-dark .menu-page-item{border-top-color:rgba(255,255,255,.3)}
.menu-page-item-dark h3{color:#fff}
.menu-page-item-dark .menu-page-de,
.menu-page-item-dark .menu-page-en{color:rgba(255,255,255,.62)}
.menu-page-item-dark .menu-page-price{color:var(--blue)}

.menu-page-good{padding:70px 0 75px;text-align:center}
.menu-page-good .script-heading{color:var(--blue);font-size:40px;line-height:45px}

@media (min-width:993px){
  .menu-page-header .nav-inner{width:min(calc(100% - 40px),1170px)}
}

@media (max-width:992px){
  .menu-page-header .main-nav{height:70px}
  .menu-page-feature{padding-top:75px}
  .menu-page-feature-grid{gap:35px}
  .menu-page-feature-card{padding:35px 30px 18px}
  .menu-page-columns{column-gap:36px}
}

@media (max-width:778px){
  .menu-page-header .site-logo{display:none}
  .menu-page-main{padding-top:70px}
  .menu-page-feature{padding:55px 0 60px}
  .menu-page-heading{margin-bottom:42px}
  .menu-page-feature-grid{grid-template-columns:1fr;gap:0;max-width:700px;margin:auto}
  .menu-page-feature-image{min-height:360px}
  .menu-page-feature-card{padding:32px 28px 18px}
  .menu-page-card-heading h2{font-size:30px;line-height:36px}
  .menu-page-columns{grid-template-columns:1fr;gap:0;max-width:700px;margin:auto}
  .menu-page-list-section{padding:60px 0 65px}
  .menu-page-mains{padding:60px 0 65px;background-attachment:scroll}
  .menu-page-good{padding:50px 0 55px}
}

@media (max-width:520px){
  .menu-page-feature{padding-top:45px}
  .menu-page-heading{margin-bottom:34px}
  .menu-page-heading h1,
  .menu-page-heading h2{font-size:30px;line-height:36px}
  .menu-page-heading .script-heading{font-size:36px;line-height:41px}
  .menu-page-feature-image{min-height:280px}
  .menu-page-feature-card{padding:28px 22px 12px}
  .menu-page-item{padding:15px 0}
  .menu-page-item-row{gap:12px}
  .menu-page-item h3{font-size:15px;line-height:20px}
  .menu-page-de{font-size:13px;line-height:20px}
  .menu-page-en{font-size:12px;line-height:19px}
  .menu-page-price{font-size:14px;line-height:20px}
}

/* v1.5.23 Impressum – Glass Design */
.legal-page{
  position:relative;
  min-height:100vh;
  padding:165px 0 90px;
  overflow:hidden;
  background:
    linear-gradient(rgba(11,16,20,.72),rgba(11,16,20,.82)),
    url('../images/hero.webp') center/cover fixed no-repeat;
  color:#eef2f5;
}
.legal-page:before,
.legal-page:after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter:blur(10px);
  pointer-events:none;
  opacity:.42;
}
.legal-page:before{
  width:420px;
  height:420px;
  left:-110px;
  top:220px;
  background:rgba(75,115,151,.28);
}
.legal-page:after{
  width:360px;
  height:360px;
  right:-90px;
  bottom:120px;
  background:rgba(255,255,255,.08);
}
.legal-wrap{
  position:relative;
  z-index:2;
  max-width:1170px;
  margin:0 auto;
}
.legal-heading{
  text-align:center;
  margin-bottom:50px;
}
.legal-heading .script-heading{
  font-size:46px;
  line-height:52px;
  color:var(--blue);
}
.legal-heading h1{
  margin:4px 0 0;
  color:#fff;
  font-family:"Poppins",sans-serif;
  font-size:44px;
  line-height:50px;
  font-weight:400;
  letter-spacing:.4px;
}
.legal-heading .heading-divider{
  margin-top:16px;
}
.legal-glass{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.legal-card{
  padding:30px 32px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
  box-shadow:0 20px 55px rgba(0,0,0,.22);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}
.legal-card.wide{
  grid-column:1/-1;
}
.legal-card h2{
  margin:0 0 14px;
  color:#fff;
  font-family:"Poppins",sans-serif;
  font-size:20px;
  line-height:28px;
  font-weight:500;
}
.legal-card p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:25px;
}
.legal-card p + p{
  margin-top:14px;
}
.legal-card a{
  color:#8db5d8;
}
.legal-card a:hover{
  color:#fff;
}
.legal-credit-list{
  margin-top:10px;
  color:rgba(255,255,255,.78);
}
.legal-credit-list div{
  line-height:25px;
}
.legal-company{
  color:#fff;
  font-weight:600;
}
.legal-note{
  margin-top:24px;
  text-align:center;
  color:rgba(255,255,255,.58);
  font-size:12px;
}

@media (max-width:992px){
  .legal-page{
    padding-top:125px;
    background-attachment:scroll;
  }
  .legal-wrap{
    width:min(calc(100% - 50px),1170px);
  }
  .legal-heading h1{
    font-size:38px;
    line-height:44px;
  }
}

@media (max-width:778px){
  .legal-page{
    padding:110px 0 60px;
  }
  .legal-wrap{
    width:calc(100% - 34px);
  }
  .legal-glass{
    grid-template-columns:1fr;
    gap:16px;
  }
  .legal-card,
  .legal-card.wide{
    grid-column:auto;
    padding:24px 22px;
  }
  .legal-heading{
    margin-bottom:34px;
  }
  .legal-heading .script-heading{
    font-size:40px;
    line-height:45px;
  }
  .legal-heading h1{
    font-size:34px;
    line-height:40px;
  }
}

@media (max-width:520px){
  .legal-page{
    padding-top:100px;
  }
  .legal-card{
    padding:21px 18px;
  }
  .legal-card h2{
    font-size:18px;
    line-height:25px;
  }
  .legal-card p,
  .legal-credit-list div{
    font-size:13px;
    line-height:23px;
  }
}

/* v1.5.24 Datenschutzerklaerung – DON'O Glass Design */
.privacy-page{
  position:relative;
  min-height:100vh;
  padding:145px 0 90px;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%,rgba(75,115,151,.23),transparent 30%),
    radial-gradient(circle at 88% 24%,rgba(75,115,151,.15),transparent 32%),
    linear-gradient(145deg,#07101d 0%,#0b1424 48%,#09111d 100%);
  color:#edf2f6;
}
.privacy-page:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(4,9,15,.86),rgba(4,9,15,.91)),
    url('../images/hero.webp') center top/cover fixed no-repeat;
  opacity:.36;
}
.privacy-wrap{
  position:relative;
  z-index:2;
  width:min(calc(100% - 60px),1170px);
  margin:0 auto;
}
.privacy-hero{
  padding:14px 4px 34px;
  border-bottom:1px solid rgba(255,255,255,.16);
  margin-bottom:28px;
}
.privacy-kicker{
  margin:0 0 5px;
  color:var(--blue);
  font-family:"Great Vibes",cursive;
  font-size:44px;
  line-height:48px;
  font-weight:400;
}
.privacy-hero h1{
  margin:0;
  color:#fff;
  font-family:"Poppins",sans-serif;
  font-size:48px;
  line-height:54px;
  font-weight:500;
  letter-spacing:-1px;
}
.privacy-intro{
  max-width:900px;
  margin:13px 0 0;
  color:rgba(255,255,255,.67);
  font-size:14px;
  line-height:24px;
}
.privacy-updated{
  margin-top:10px;
  color:rgba(255,255,255,.42);
  font-size:11px;
  letter-spacing:.4px;
  text-transform:uppercase;
}
.privacy-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}
.privacy-card{
  grid-column:span 6;
  position:relative;
  min-width:0;
  padding:26px 28px 27px;
  border:1px solid rgba(104,148,190,.25);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(21,39,68,.78),rgba(8,21,39,.77));
  box-shadow:0 18px 48px rgba(0,0,0,.22);
  -webkit-backdrop-filter:blur(15px);
  backdrop-filter:blur(15px);
}
.privacy-card.wide{
  grid-column:1/-1;
}
.privacy-card.third{
  grid-column:span 4;
}
.privacy-card-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.privacy-icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(112,154,255,.38);
  border-radius:9px;
  background:rgba(75,115,151,.17);
  color:#9bc2e6;
  font-family:"Poppins",sans-serif;
  font-size:12px;
  line-height:1;
  font-weight:500;
}
.privacy-label{
  margin:0 0 1px;
  color:#6e98bd;
  font-family:"Poppins",sans-serif;
  font-size:9px;
  line-height:13px;
  font-weight:600;
  letter-spacing:1.25px;
  text-transform:uppercase;
}
.privacy-card h2{
  margin:0;
  color:#fff;
  font-family:"Poppins",sans-serif;
  font-size:18px;
  line-height:25px;
  font-weight:500;
}
.privacy-card h3{
  margin:18px 0 7px;
  color:#eaf1f7;
  font-family:"Poppins",sans-serif;
  font-size:14px;
  line-height:22px;
  font-weight:500;
}
.privacy-card p{
  margin:0;
  color:rgba(235,241,247,.70);
  font-size:13px;
  line-height:22px;
}
.privacy-card p + p{
  margin-top:11px;
}
.privacy-card ul{
  margin:10px 0 0;
  padding-left:18px;
  color:rgba(235,241,247,.70);
  font-size:13px;
  line-height:22px;
}
.privacy-card li + li{
  margin-top:4px;
}
.privacy-card strong{
  color:#f6f9fb;
  font-weight:600;
}
.privacy-card a{
  color:#80acd2;
  text-decoration:none;
}
.privacy-card a:hover{
  color:#fff;
}
.privacy-contact{
  display:grid;
  grid-template-columns:1fr;
  gap:7px;
  margin-top:16px;
}
.privacy-contact-row{
  display:grid;
  grid-template-columns:115px minmax(0,1fr);
  gap:10px;
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:7px;
  background:rgba(0,0,0,.18);
}
.privacy-contact-row span:first-child{
  color:rgba(255,255,255,.42);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.5px;
}
.privacy-contact-row span:last-child,
.privacy-contact-row a{
  color:rgba(255,255,255,.80);
  overflow-wrap:anywhere;
}
.privacy-section-link{
  display:inline-flex;
  margin-top:14px;
  align-items:center;
  gap:7px;
  color:#80acd2;
  font-size:12px;
  font-weight:600;
}
.privacy-section-link:after{
  content:"↗";
  font-size:12px;
}

@media (max-width:992px){
  .privacy-page{
    padding-top:115px;
  }
  .privacy-wrap{
    width:min(calc(100% - 44px),1170px);
  }
  .privacy-card,
  .privacy-card.third{
    grid-column:span 6;
  }
  .privacy-hero h1{
    font-size:42px;
    line-height:48px;
  }
}

@media (max-width:778px){
  .privacy-page{
    padding:92px 0 55px;
  }
  .privacy-page:before{
    background-attachment:scroll;
  }
  .privacy-wrap{
    width:calc(100% - 28px);
  }
  .privacy-hero{
    padding:8px 4px 25px;
    margin-bottom:18px;
  }
  .privacy-kicker{
    font-size:38px;
    line-height:42px;
  }
  .privacy-hero h1{
    font-size:35px;
    line-height:41px;
  }
  .privacy-intro{
    font-size:13px;
    line-height:22px;
  }
  .privacy-grid{
    grid-template-columns:1fr;
    gap:13px;
  }
  .privacy-card,
  .privacy-card.wide,
  .privacy-card.third{
    grid-column:1;
    padding:22px 20px 23px;
    border-radius:10px;
  }
  .privacy-card p,
  .privacy-card ul{
    font-size:12px;
    line-height:21px;
  }
  .privacy-contact-row{
    grid-template-columns:1fr;
    gap:2px;
  }
}

@media (max-width:520px){
  .privacy-page{
    padding-top:88px;
  }
  .privacy-wrap{
    width:calc(100% - 22px);
  }
  .privacy-card{
    padding:20px 17px 21px;
  }
  .privacy-card-head{
    align-items:flex-start;
  }
}

/* v1.5.25 Rechtliche Seiten – DON'O Glass Palette + Icon Cards + kompakter Legal-Footer */

/* Datenschutz: dieselbe Farbwelt wie das Impressum, nicht das blaue Referenzdesign. */
.privacy-page{
  background:
    linear-gradient(rgba(11,16,20,.72),rgba(11,16,20,.84)),
    url('../images/hero.webp') center/cover fixed no-repeat;
}
.privacy-page:before{
  display:none;
}
.privacy-card{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
  box-shadow:0 20px 55px rgba(0,0,0,.22);
}
.privacy-card:hover{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.115);
}
.privacy-label{
  color:var(--blue);
}
.privacy-icon{
  border-color:rgba(255,255,255,.20);
  background:rgba(255,255,255,.08);
  color:var(--blue);
}
.privacy-icon svg{
  display:block;
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.privacy-contact-row{
  border-color:rgba(255,255,255,.11);
  background:rgba(255,255,255,.045);
}
.privacy-section-link{
  color:#8db5d8;
}
.privacy-section-link:hover{
  color:#fff;
}

/* Kleiner Glass-Footer für Impressum + Datenschutz. */
.legal-mini-footer{
  margin:0;
  padding:0 30px 30px;
  background:#0b1014;
  color:rgba(255,255,255,.62);
}
.legal-mini-footer-inner{
  width:min(100%,1170px);
  margin:0 auto;
  padding:34px 24px 31px;
  text-align:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:rgba(255,255,255,.08);
  box-shadow:0 18px 48px rgba(0,0,0,.20);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}
.legal-mini-footer-copy{
  margin-bottom:17px;
  font-family:"Poppins",sans-serif;
  font-size:13px;
  line-height:22px;
  color:rgba(255,255,255,.58);
}
.legal-mini-footer-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:13px;
  font-family:"Mulish",sans-serif;
  font-size:12px;
  line-height:20px;
}
.legal-mini-footer-nav a{
  color:rgba(255,255,255,.78);
  transition:.2s ease;
}
.legal-mini-footer-nav a:hover,
.legal-mini-footer-nav a.active{
  color:var(--blue);
}
.legal-mini-footer-nav span{
  color:rgba(255,255,255,.25);
}

@media (max-width:778px){
  .privacy-page{
    background-attachment:scroll;
  }
  .legal-mini-footer{
    padding:0 17px 17px;
  }
  .legal-mini-footer-inner{
    padding:27px 17px 25px;
    border-radius:17px;
  }
  .legal-mini-footer-copy{
    font-size:12px;
    margin-bottom:14px;
  }
  .legal-mini-footer-nav{
    gap:9px;
    font-size:11px;
  }
}

/* v1.5.26 Rechtliche Seiten – einheitlicher Radius */
:root{
  --legal-radius:12px;
}

/* Alle abgerundeten Elemente auf Impressum und Datenschutz verwenden denselben Radius. */
.legal-card,
.privacy-card,
.legal-mini-footer-inner,
.privacy-icon,
.privacy-contact-row,

/* Vorherige Sonderradien auf Mobile neutralisieren. */
@media (max-width:778px){
  .legal-mini-footer-inner,
  .privacy-card{
    border-radius:var(--legal-radius);
  }
}

@media (max-width:520px){
  .legal-card,
  .privacy-card,
  .legal-mini-footer-inner,
  .privacy-icon,
  .privacy-contact-row,
  .privacy-note{
    border-radius:var(--legal-radius);
  }
}

/* v1.5.28 Impressum + Datenschutz – identische Rundungen */
.legal-page .legal-card,
.privacy-page .privacy-card,
.legal-mini-footer .legal-mini-footer-inner,
.privacy-page .privacy-icon,
.privacy-page .privacy-contact-row,

/* Der Footer soll exakt denselben Radius wie die Karten haben. */
.legal-mini-footer .legal-mini-footer-inner{
  border-radius:12px !important;
}


/* v1.5.30 Header- und Social-Icons ----------------------------------------- */
.topbar-contact{
  gap:24px;
}
.contact-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width:0;
  color:#f1f5f8;
  line-height:1;
  transition:color .2s ease,opacity .2s ease;
}
a.contact-item:hover{
  color:#fff;
}
.contact-item .contact-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  fill:none;
  stroke:#a9c5dc;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
a.contact-item:hover .contact-icon{
  stroke:#d8e8f5;
}
.contact-separator{
  display:inline-block;
  margin:0 5px;
  color:rgba(255,255,255,.44);
}
.mini-icon{display:none}

.topbar-social,
.footer-social{
  display:flex;
  align-items:center;
}
.topbar-social{gap:5px}
.footer-social{
  justify-content:center;
  gap:13px;
  margin:36px 0 24px;
}
.topbar-social .social-link,
.footer-social .social-link{
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:10px;
  background:transparent !important;
  box-shadow:none;
  line-height:1;
  transition:background .2s ease,transform .2s ease,filter .2s ease,box-shadow .2s ease;
}
.topbar-social .social-link{
  width:28px;
  height:28px;
}
.footer-social .social-link{
  width:40px;
  height:40px;
}
.social-link .social-icon{
  display:block;
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-social .social-icon{
  width:22px;
  height:22px;
}
.social-link--facebook{color:#1877f2 !important}
.social-link--instagram{color:#e4405f !important}
.social-link--youtube{color:#ff0033 !important}
.social-link--spotify{color:#1ed760 !important}
.topbar-social .social-link:hover,
.footer-social .social-link:hover{
  background:rgba(75,115,151,.18) !important;
  transform:translateY(-1px);
  filter:brightness(1.08);
  box-shadow:0 0 0 1px rgba(122,158,190,.14),0 7px 18px rgba(0,0,0,.18);
}
.topbar-social .social-link:focus-visible,
.footer-social .social-link:focus-visible,
.contact-item:focus-visible{
  outline:2px solid #7fa6c8;
  outline-offset:3px;
}

/* Speisekarte zeigt auf Desktop dieselbe Kontaktzeile wie die Startseite. */
@media (min-width:779px){
  .menu-page-header .topbar{display:block}
  .menu-page-main{padding-top:104px}
}

@media (max-width:992px) and (min-width:779px){
  .topbar-contact{gap:12px}
  .contact-item{gap:5px}
  .contact-item .contact-icon{width:14px;height:14px;flex-basis:14px}
  .contact-separator{margin:0 2px}
}

@media (max-width:778px){
  .footer-social{gap:10px;margin:27px 0 20px}
  .footer-social .social-link{width:38px;height:38px}
  .footer-social .social-icon{width:21px;height:21px}
}

/* v1.5.31 Desktop-Header: mehr Luft fuer das DON'O Logo ------------------ */
@media (min-width:993px){
  /* Der normale Desktop-Balken bekommt etwas mehr Hoehe. */
  .main-nav{
    height:110px;
  }

  /* Beim Scrollen bleibt das Logo gross, hat aber sichtbar mehr Luft oben/unten. */
  .site-header.is-sticky .main-nav{
    height:104px;
  }

  /* Speisekarte nutzt einen festen Header und bekommt dieselbe grosszuegige Hoehe. */
  .menu-page-header .main-nav{
    height:104px;
  }

  /* Topbar ca. 34px + 104px Navigation. */
  .menu-page-main{
    padding-top:138px;
  }
}

/* v1.5.32 Footer Social Buttons im DON'O Look ----------------------------- */
.footer-social{
  width:min(calc(100% - 40px),760px);
  margin:38px auto 28px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.footer-social .social-link--button{
  width:100%;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 20px;
  border:1px solid rgba(104,139,171,.28);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(26,45,70,.58),rgba(17,31,49,.74)) !important;
  color:#dbe5ee !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 10px 28px rgba(0,0,0,.12);
  transition:border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.footer-social .social-link--button .social-icon{
  width:21px;
  height:21px;
  flex:0 0 21px;
  color:inherit;
  transition:color .22s ease,filter .22s ease,transform .22s ease;
}
.footer-social .social-link--button .social-label{
  font-family:"Mulish",Arial,sans-serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:0;
  line-height:1;
  color:inherit;
  transition:color .22s ease;
}

/* Neutral im Ruhezustand, Markenfarbe erst bei Interaktion. */
.footer-social .social-link--facebook,
.footer-social .social-link--instagram,
.footer-social .social-link--youtube{
  color:#dbe5ee !important;
}

.footer-social .social-link--facebook:hover,
.footer-social .social-link--facebook:focus,
.footer-social .social-link--facebook:active{
  color:#1877f2 !important;
  border-color:rgba(24,119,242,.46);
  background:linear-gradient(180deg,rgba(24,119,242,.095),rgba(17,31,49,.78)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 0 0 1px rgba(24,119,242,.06),0 0 28px rgba(24,119,242,.22),0 14px 34px rgba(0,0,0,.18);
}
.footer-social .social-link--facebook:hover .social-icon,
.footer-social .social-link--facebook:focus .social-icon,
.footer-social .social-link--facebook:active .social-icon{
  filter:drop-shadow(0 0 7px rgba(24,119,242,.72));
}

.footer-social .social-link--instagram:hover,
.footer-social .social-link--instagram:focus,
.footer-social .social-link--instagram:active{
  color:#ff2d82 !important;
  border-color:rgba(225,48,108,.48);
  background:linear-gradient(180deg,rgba(193,53,132,.11),rgba(17,31,49,.78)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 0 0 1px rgba(225,48,108,.055),-10px 0 26px rgba(131,58,180,.12),10px 0 26px rgba(253,29,29,.10),0 0 31px rgba(225,48,108,.26),0 14px 34px rgba(0,0,0,.18);
}
.footer-social .social-link--instagram:hover .social-icon,
.footer-social .social-link--instagram:focus .social-icon,
.footer-social .social-link--instagram:active .social-icon{
  color:#ff2d82 !important;
  filter:drop-shadow(-2px 0 4px rgba(131,58,180,.62)) drop-shadow(2px 0 5px rgba(253,29,29,.48)) drop-shadow(0 0 8px rgba(252,175,69,.34));
}

.footer-social .social-link--youtube:hover,
.footer-social .social-link--youtube:focus,
.footer-social .social-link--youtube:active{
  color:#ff0033 !important;
  border-color:rgba(255,0,51,.44);
  background:linear-gradient(180deg,rgba(255,0,51,.09),rgba(17,31,49,.78)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 0 0 1px rgba(255,0,51,.055),0 0 29px rgba(255,0,51,.22),0 14px 34px rgba(0,0,0,.18);
}
.footer-social .social-link--youtube:hover .social-icon,
.footer-social .social-link--youtube:focus .social-icon,
.footer-social .social-link--youtube:active .social-icon{
  filter:drop-shadow(0 0 7px rgba(255,0,51,.68));
}

.footer-social .social-link--button:hover{
  transform:translateY(-2px);
}
.footer-social .social-link--button:active{
  transform:translateY(0) scale(.985);
}
.footer-social .social-link--button:focus{
  outline:none;
}
.footer-social .social-link--button:focus-visible{
  outline:2px solid rgba(127,166,200,.72);
  outline-offset:3px;
}

/* Oben bleiben die Social Links bewusst kompakte Icons. */
.topbar-social .social-link--facebook{color:#1877f2 !important}
.topbar-social .social-link--instagram{color:#e4405f !important}
.topbar-social .social-link--youtube{color:#ff0033 !important}

@media (max-width:778px){
  .footer-social{
    width:min(calc(100% - 34px),520px);
    grid-template-columns:1fr;
    gap:10px;
    margin:28px auto 22px;
  }
  .footer-social .social-link--button{
    height:54px;
    border-radius:14px;
  }
}

/* v1.5.33 Social Media: kompakter, dezenter + Header weiss --------------- */
/* Header: alle Social-Logos im Ruhezustand weiss. Markenfarbe erst bei Hover. */
.topbar-social .social-link--facebook,
.topbar-social .social-link--instagram,
.topbar-social .social-link--youtube{
  color:rgba(255,255,255,.92) !important;
  background:transparent !important;
  box-shadow:none !important;
}
.topbar-social .social-link{
  width:27px;
  height:27px;
  border-radius:9px;
}
.topbar-social .social-icon{
  width:17px;
  height:17px;
}
.topbar-social .social-link--facebook:hover,
.topbar-social .social-link--facebook:focus-visible{
  color:#1877f2 !important;
  background:rgba(24,119,242,.10) !important;
  box-shadow:0 0 16px rgba(24,119,242,.30) !important;
  filter:none;
}
.topbar-social .social-link--instagram:hover,
.topbar-social .social-link--instagram:focus-visible{
  color:#f02b70 !important;
  background:rgba(225,48,108,.10) !important;
  box-shadow:-4px 0 13px rgba(131,58,180,.16),4px 0 13px rgba(253,29,29,.14),0 0 17px rgba(225,48,108,.28) !important;
  filter:none;
}
.topbar-social .social-link--youtube:hover,
.topbar-social .social-link--youtube:focus-visible{
  color:#ff0033 !important;
  background:rgba(255,0,51,.09) !important;
  box-shadow:0 0 16px rgba(255,0,51,.28) !important;
  filter:none;
}

/* Footer: gleiche Idee wie zuvor, aber deutlich kleiner und ruhiger. */
.footer-social{
  width:min(calc(100% - 40px),600px);
  margin:30px auto 24px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.footer-social .social-link--button{
  height:46px;
  gap:9px;
  padding:0 14px;
  border-radius:12px;
  border-color:rgba(104,139,171,.21);
  background:linear-gradient(180deg,rgba(28,46,68,.38),rgba(17,31,49,.48)) !important;
  color:rgba(224,232,239,.88) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018),0 6px 18px rgba(0,0,0,.08);
}
.footer-social .social-link--button .social-icon{
  width:18px;
  height:18px;
  flex-basis:18px;
}
.footer-social .social-link--button .social-label{
  font-size:13px;
  font-weight:600;
}
.footer-social .social-link--button:hover{
  transform:translateY(-1px);
}
.footer-social .social-link--facebook:hover,
.footer-social .social-link--facebook:focus-visible{
  color:#1877f2 !important;
  border-color:rgba(24,119,242,.38);
  background:linear-gradient(180deg,rgba(24,119,242,.07),rgba(17,31,49,.54)) !important;
  box-shadow:0 0 20px rgba(24,119,242,.17),0 8px 20px rgba(0,0,0,.10);
}
.footer-social .social-link--instagram:hover,
.footer-social .social-link--instagram:focus-visible{
  color:#f02b70 !important;
  border-color:rgba(225,48,108,.39);
  background:linear-gradient(180deg,rgba(193,53,132,.075),rgba(17,31,49,.54)) !important;
  box-shadow:-7px 0 20px rgba(131,58,180,.08),7px 0 20px rgba(253,29,29,.07),0 0 22px rgba(225,48,108,.18),0 8px 20px rgba(0,0,0,.10);
}
.footer-social .social-link--youtube:hover,
.footer-social .social-link--youtube:focus-visible{
  color:#ff0033 !important;
  border-color:rgba(255,0,51,.36);
  background:linear-gradient(180deg,rgba(255,0,51,.065),rgba(17,31,49,.54)) !important;
  box-shadow:0 0 20px rgba(255,0,51,.17),0 8px 20px rgba(0,0,0,.10);
}

@media (max-width:778px){
  .footer-social{
    width:min(calc(100% - 34px),430px);
    grid-template-columns:1fr;
    gap:8px;
    margin:24px auto 20px;
  }
  .footer-social .social-link--button{
    height:44px;
    border-radius:11px;
  }
}

/* v1.5.34 Social Media: noch kompakter ------------------------------------ */
.topbar-social .social-link{
  width:24px;
  height:24px;
  border-radius:8px;
}
.topbar-social .social-icon{
  width:15px;
  height:15px;
}
.topbar-social{gap:4px}

.footer-social{
  width:min(calc(100% - 40px),480px);
  margin:24px auto 20px;
  gap:8px;
}
.footer-social .social-link--button{
  height:38px;
  gap:7px;
  padding:0 11px;
  border-radius:10px;
}
.footer-social .social-link--button .social-icon{
  width:15px;
  height:15px;
  flex-basis:15px;
}
.footer-social .social-link--button .social-label{
  font-size:12px;
  font-weight:600;
}

@media (max-width:778px){
  .footer-social{
    width:min(calc(100% - 34px),360px);
    gap:7px;
    margin:20px auto 18px;
  }
  .footer-social .social-link--button{
    height:38px;
    border-radius:10px;
  }
}

/* v1.5.35 Social Media: nochmals etwas kleiner ----------------------------- */
.topbar-social .social-link{
  width:22px;
  height:22px;
  border-radius:7px;
}
.topbar-social .social-icon{
  width:14px;
  height:14px;
}
.topbar-social{gap:3px}

.footer-social{
  width:min(calc(100% - 40px),430px);
  margin:22px auto 18px;
  gap:6px;
}
.footer-social .social-link--button{
  height:34px;
  gap:6px;
  padding:0 9px;
  border-radius:9px;
}
.footer-social .social-link--button .social-icon{
  width:14px;
  height:14px;
  flex-basis:14px;
}
.footer-social .social-link--button .social-label{
  font-size:11px;
  font-weight:600;
}

@media (max-width:778px){
  .footer-social{
    width:min(calc(100% - 34px),330px);
    gap:6px;
    margin:18px auto 16px;
  }
  .footer-social .social-link--button{
    height:34px;
    border-radius:9px;
  }
}

/* v1.5.36 Footer Social: kompakte Deschawue-Proportion ---------------------- */
@media (min-width:779px){
  .footer-social{
    width:auto;
    max-width:none;
    display:grid;
    grid-template-columns:repeat(3,128px);
    justify-content:center;
    gap:10px;
    margin:22px auto 18px;
  }
  .footer-social .social-link--button{
    width:128px;
    height:34px;
    padding:0 9px;
    gap:6px;
    border-radius:9px;
  }
  .footer-social .social-link--button .social-icon{
    width:14px;
    height:14px;
    flex-basis:14px;
  }
  .footer-social .social-link--button .social-label{
    font-size:11px;
    font-weight:600;
  }
}

@media (max-width:778px){
  .footer-social{
    width:128px;
    grid-template-columns:128px;
    justify-content:center;
    gap:7px;
  }
  .footer-social .social-link--button{
    width:128px;
  }
}


/* v1.5.31 Footer: Cookie-Einstellungen auf allen Seiten; mobil kurz als Cookie */
.footer-cookie-mobile{display:none}
@media (max-width:520px){
  .footer-cookie-full{display:none}
  .footer-cookie-mobile{display:inline}
}


/* v1.5.30 – DON'O Cookie Consent */
.cookie-consent-root{
  --cookie-radius:12px;
  position:fixed;
  inset:0;
  z-index:10050;
  pointer-events:none;
}
.cookie-consent-root[hidden],
.cookie-banner[hidden],
.cookie-modal-backdrop[hidden]{display:none!important}
.cookie-banner{
  position:absolute;
  left:50%;
  bottom:22px;
  width:min(1170px,calc(100% - 34px));
  transform:translateX(-50%);
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:20px 21px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:var(--cookie-radius);
  background:rgba(18,22,25,.92);
  color:#eef2f5;
  box-shadow:0 24px 70px rgba(0,0,0,.38);
  -webkit-backdrop-filter:blur(20px);
  backdrop-filter:blur(20px);
  pointer-events:auto;
}
.cookie-banner-icon{
  width:44px;height:44px;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:var(--cookie-radius);
  background:rgba(255,255,255,.06);
  color:var(--blue);
}
.cookie-banner-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cookie-eyebrow{margin:0 0 4px;color:var(--blue);font-family:"Poppins",sans-serif;font-size:9px;line-height:13px;font-weight:600;letter-spacing:1.25px}
.cookie-banner h2,.cookie-modal h2{margin:0;color:#fff;font-family:"Poppins",sans-serif;font-weight:500}
.cookie-banner h2{font-size:17px;line-height:23px}
.cookie-banner p{margin:5px 0 0;max-width:720px;color:rgba(255,255,255,.66);font-size:12px;line-height:19px}
.cookie-banner a,.cookie-modal a{color:#8db5d8}
.cookie-banner-actions,.cookie-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.cookie-button{
  min-height:40px;padding:9px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.15);
  font-family:"Mulish",sans-serif;font-size:11px;font-weight:600;cursor:pointer;transition:.18s ease
}
.cookie-button.primary{background:var(--blue);border-color:var(--blue);color:#fff}
.cookie-button.primary:hover{filter:brightness(1.08)}
.cookie-button.ghost{background:rgba(255,255,255,.035);color:#e5e9ec}
.cookie-button.ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25)}
.cookie-modal-backdrop{
  position:absolute;inset:0;display:grid;place-items:center;padding:20px;
  background:rgba(0,0,0,.66);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto
}
.cookie-modal{
  width:min(620px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;
  padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:var(--cookie-radius);
  background:rgba(22,26,29,.97);color:#eef2f5;box-shadow:0 30px 100px rgba(0,0,0,.52)
}
.cookie-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.10)}
.cookie-modal h2{font-size:22px;line-height:28px}
.cookie-modal-close{border:0;background:transparent;color:rgba(255,255,255,.62);font-size:28px;line-height:1;cursor:pointer;padding:0 2px}
.cookie-modal-close:hover{color:#fff}
.cookie-modal-intro{margin:17px 0;color:rgba(255,255,255,.62);font-size:12px;line-height:20px}
.cookie-category-list{display:grid;gap:10px}
.cookie-category{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:15px;align-items:center;
  padding:15px;border:1px solid rgba(255,255,255,.11);border-radius:var(--cookie-radius);background:rgba(255,255,255,.035)
}
.cookie-category>div{display:grid;gap:4px}
.cookie-category strong{font-family:"Poppins",sans-serif;color:#f5f6f7;font-size:13px;font-weight:500}
.cookie-category span{color:rgba(255,255,255,.55);font-size:11px;line-height:18px}
.cookie-switch{position:relative;display:inline-flex;align-items:center}
.cookie-switch input{position:absolute;opacity:0;pointer-events:none}
.cookie-switch>span{position:relative;width:40px;height:23px;border-radius:99px;background:#333c42;border:1px solid rgba(255,255,255,.12);transition:.2s ease}
.cookie-switch>span:after{content:"";position:absolute;width:17px;height:17px;left:2px;top:2px;border-radius:50%;background:#89939b;transition:.2s ease}
.cookie-switch input:checked+span{background:rgba(75,115,151,.75);border-color:rgba(75,115,151,.9)}
.cookie-switch input:checked+span:after{left:19px;background:#fff}
.cookie-switch.is-locked{opacity:.75}
.cookie-modal-links{display:flex;gap:8px;margin:16px 0;color:rgba(255,255,255,.38);font-size:11px}
.cookie-modal-actions{padding-top:16px;border-top:1px solid rgba(255,255,255,.10)}
body.cookie-modal-open{overflow:hidden}

/* External media placeholder (Google Maps etc.) */
[data-consent-media]{position:relative;overflow:hidden}
[data-consent-media] iframe[data-consent-src]{background:#111}
[data-consent-media]:not(.is-consented) iframe[data-consent-src]{visibility:hidden}
[data-consent-media].is-consented .consent-media-placeholder{display:none}
.consent-media-placeholder{
  position:absolute;inset:0;z-index:2;display:grid;place-items:center;padding:28px;text-align:center;
  background:
    linear-gradient(rgba(19,19,19,.84),rgba(19,19,19,.84)),
    radial-gradient(circle at 50% 40%,rgba(75,115,151,.26),transparent 48%);
}
.consent-media-box{max-width:520px;padding:24px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(255,255,255,.07);-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}
.consent-media-box svg{width:27px;height:27px;margin-bottom:8px;fill:none;stroke:var(--blue);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.consent-media-box strong{display:block;margin-bottom:7px;color:#fff;font-family:"Poppins",sans-serif;font-size:16px;font-weight:500}
.consent-media-box p{margin:0 0 15px;color:rgba(255,255,255,.65);font-size:12px;line-height:19px}

@media(max-width:900px){
  .cookie-banner{grid-template-columns:44px minmax(0,1fr);bottom:14px}
  .cookie-banner-actions{grid-column:1/-1;justify-content:flex-end}
}
@media(max-width:620px){
  .cookie-banner{width:calc(100% - 22px);grid-template-columns:1fr;gap:11px;padding:17px;bottom:11px}
  .cookie-banner-icon{display:none}
  .cookie-banner-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .cookie-banner-actions .cookie-button.primary{grid-column:1/-1;grid-row:1}
  .cookie-button{width:100%}
  .cookie-modal-backdrop{padding:11px}
  .cookie-modal{padding:18px;max-height:calc(100vh - 22px)}
  .cookie-modal-actions{display:grid;grid-template-columns:1fr}
  .cookie-category{padding:13px}
}

/* v1.5.31 – Cookie Consent in Weiss */
.cookie-banner{
  background:rgba(255,255,255,.97);
  color:#303030;
  border-color:rgba(75,115,151,.22);
  box-shadow:0 24px 70px rgba(0,0,0,.22);
}
.cookie-banner-icon{
  background:rgba(75,115,151,.08);
  border-color:rgba(75,115,151,.18);
}
.cookie-banner h2,
.cookie-modal h2{
  color:#303030;
}
.cookie-banner p{
  color:#777f86;
}
.cookie-banner a,
.cookie-modal a{
  color:var(--blue);
}
.cookie-button.ghost{
  background:#f5f6f7;
  border-color:#d9dde0;
  color:#42484d;
}
.cookie-button.ghost:hover{
  background:#eceff1;
  border-color:#c9ced2;
}
.cookie-modal{
  background:rgba(255,255,255,.985);
  color:#303030;
  border-color:rgba(75,115,151,.22);
  box-shadow:0 30px 100px rgba(0,0,0,.28);
}
.cookie-modal-head{
  border-bottom-color:#e3e6e8;
}
.cookie-modal-close{
  color:#7a8288;
}
.cookie-modal-close:hover{
  color:#303030;
}
.cookie-modal-intro{
  color:#727a80;
}
.cookie-category{
  border-color:#e0e4e7;
  background:#f7f8f9;
}
.cookie-category strong{
  color:#303030;
}
.cookie-category span{
  color:#777f86;
}
.cookie-switch>span{
  background:#d7dce0;
  border-color:#c8cdd1;
}
.cookie-switch>span:after{
  background:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,.18);
}
.cookie-modal-links{
  color:#8a9298;
}
.cookie-modal-actions{
  border-top-color:#e3e6e8;
}

