/* ============================================================
   Villa Salzweg Kiosk — Styles
   Tokens 1:1 aus der Homepage (tokens.css), Fonts selbst gehostet.
   Ziel: Tablet 10–11" quer (1280×800), Couch-Ansicht am Handy.
   ============================================================ */
:root {
  --radius-sm: 8px; --radius: 12px; --radius-lg: 16px; --radius-pill: 999px;
  --waldgruen: #034A38; --waldgruen-light: #065a45; --salbeigruen: #95AFA4;
  --weinrot: #921519; --weinrot-hover: #a91a1e; --altrosa: #DCB4AA; --cream: #FAF8F5;
  --gold: #C8A951; --gold-dark: #b58c3d; --dark: #1a1a1a; --white: #fff;
  --text-body: #555; --text-muted: #707070;
  --shadow-card: 0 1px 2px rgba(3,74,56,.04), 0 8px 24px rgba(3,74,56,.06);
  --shadow-card-hover: 0 2px 4px rgba(3,74,56,.06), 0 16px 40px rgba(3,74,56,.12);
  --font-heading: 'Oswald', sans-serif; --font-body: 'Work Sans', sans-serif; --font-script: 'Sacramento', cursive;
  --ease-base: 250ms;
  --touch: 56px;
}
@font-face { font-family:'Oswald'; font-weight:300; font-display:swap; src:url('fonts/oswald-300-latin.woff2') format('woff2'); }
@font-face { font-family:'Oswald'; font-weight:400; font-display:swap; src:url('fonts/oswald-400-latin.woff2') format('woff2'); }
@font-face { font-family:'Oswald'; font-weight:500; font-display:swap; src:url('fonts/oswald-500-latin.woff2') format('woff2'); }
@font-face { font-family:'Oswald'; font-weight:600; font-display:swap; src:url('fonts/oswald-600-latin.woff2') format('woff2'); }
@font-face { font-family:'Oswald'; font-weight:700; font-display:swap; src:url('fonts/oswald-700-latin.woff2') format('woff2'); }
@font-face { font-family:'Sacramento'; font-weight:400; font-display:swap; src:url('fonts/sacramento-400-latin.woff2') format('woff2'); }
@font-face { font-family:'Work Sans'; font-weight:300; font-display:swap; src:url('fonts/worksans-300-latin.woff2') format('woff2'); }
@font-face { font-family:'Work Sans'; font-weight:400; font-display:swap; src:url('fonts/worksans-400-latin.woff2') format('woff2'); }
@font-face { font-family:'Work Sans'; font-weight:500; font-display:swap; src:url('fonts/worksans-500-latin.woff2') format('woff2'); }
@font-face { font-family:'Work Sans'; font-weight:600; font-display:swap; src:url('fonts/worksans-600-latin.woff2') format('woff2'); }

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { margin: 0; height: 100%; }
body { font-family: var(--font-body); color: var(--text-body); background: var(--cream); font-size: 18px; line-height: 1.55; overflow-x: hidden; -webkit-user-select: none; user-select: none; }
[hidden] { display: none !important; }
h1, h2, h3 { font-family: var(--font-heading); color: var(--waldgruen); text-transform: uppercase; letter-spacing: 1.5px; margin: 0; }
h2 { font-size: 30px; font-weight: 500; }
h3 { font-size: 22px; font-weight: 500; }
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ico { width: 22px; height: 22px; flex: none; } .ico-lg { width: 34px; height: 34px; }
.kicker { font-family: var(--font-heading); font-size: 14px; letter-spacing: 3px; text-transform: uppercase; color: var(--weinrot); margin-bottom: 6px; }
.sub { color: var(--text-muted); margin: 6px 0 18px; font-size: 17px; }
.logo { height: 124px; width: auto; filter: drop-shadow(0 2px 8px rgba(0,0,0,.4)); }

/* ── Sprachwahl ── */
.lang-switch { display: inline-flex; border: 1.5px solid rgba(255,255,255,.7); border-radius: var(--radius-pill); padding: 4px; backdrop-filter: blur(6px); background: rgba(0,0,0,.18); }
.lang-switch button { font-family: var(--font-heading); font-size: 16px; letter-spacing: 1.5px; color: #fff; background: transparent; border: 0; border-radius: var(--radius-pill); padding: 8px 18px; min-height: 40px; cursor: pointer; }
.lang-switch button.on { background: #fff; color: var(--waldgruen); }

/* ── Slideshow (Ken Burns) ── */
.rest-slides, .hero-slides { position: absolute; inset: 0; overflow: hidden; background: var(--waldgruen); }
.slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.6s ease; }
.slide.on { opacity: 1; animation: kenburns 14s ease-in-out forwards; }
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.12); } }

/* ═══════════ RUHEBILDSCHIRM ═══════════ */
.rest { position: fixed; inset: 0; color: #fff; overflow: hidden; }
.rest-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,.12) 70%, rgba(0,0,0,.45) 100%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 35%); }
.rest-top { position: absolute; top: 28px; left: 36px; right: 36px; display: flex; justify-content: space-between; align-items: flex-start; z-index: 2; }
.rest-top-right { display: flex; align-items: flex-start; gap: 18px; margin-top: 8px; }
.apt-symbol { width: 164px; height: 164px; border-radius: var(--radius-lg); background: rgba(255,255,255,.92); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.apt-symbol { overflow: hidden; } .apt-symbol img { width: 148px; height: 148px; object-fit: contain; display: block; }
.rest-body { position: absolute; left: 36px; right: 36px; top: 200px; bottom: 96px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; z-index: 2; }
.rest-left { display: flex; flex-direction: column; justify-content: flex-end; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.rest-greeting { font-family: var(--font-script); color: var(--gold); font-size: clamp(40px, 5.2vw, 66px); line-height: 1.05; margin-bottom: 4px; }
.rest-line { font-family: var(--font-heading); font-weight: 400; font-size: 24px; letter-spacing: 1px; margin: -2px 0 8px; opacity: .95; }
.rest-apt { font-family: var(--font-heading); font-weight: 600; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: 3px; text-transform: uppercase; }
.rest-dialect { font-family: var(--font-script); color: var(--gold); font-size: 30px; line-height: 1.1; margin-bottom: 8px; }
.rest-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 14px; }
.chip { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-heading); font-size: 14px; letter-spacing: 2px; text-transform: uppercase; padding: 8px 14px; border-radius: var(--radius-pill); background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(4px); }
.chip.red { background: rgba(146,21,25,.75); border-color: transparent; }
.chip.gold { background: rgba(200,169,81,.85); color: var(--dark); border-color: transparent; text-shadow: none; }
.rest-clock { font-family: var(--font-heading); font-weight: 500; font-size: clamp(88px, 11vw, 132px); line-height: .95; letter-spacing: 2px; font-variant-numeric: tabular-nums; }
.rest-date { font-family: var(--font-heading); font-size: 20px; letter-spacing: 3px; text-transform: uppercase; opacity: .92; margin: 6px 0 16px; }
.rest-weather { display: flex; align-items: center; gap: 16px; font-family: var(--font-heading); font-size: 30px; font-weight: 400; }
.rest-weather .wicon { width: 60px; height: 60px; color: var(--gold); }
.rest-weather small { display: block; font-size: 16px; letter-spacing: 2px; text-transform: uppercase; opacity: .85; font-weight: 300; }
.rest-right { display: flex; flex-direction: column; justify-content: flex-end; gap: 16px; }
.rest-events { background: rgba(0,0,0,.38); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); padding: 16px 20px; }
.rest-events .rev-head { font-family: var(--font-heading); font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.rev { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: baseline; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.14); }
.rev:first-of-type { border-top: 0; }
.rev-title { font-family: var(--font-heading); font-size: 21px; font-weight: 400; line-height: 1.2; }
.rev-venue { font-size: 14px; opacity: .8; }
.rev-time { font-family: var(--font-heading); font-size: 16px; letter-spacing: 1.5px; color: var(--gold); white-space: nowrap; }
.rest-special { background: rgba(255,255,255,.94); color: var(--dark); border-radius: var(--radius-lg); padding: 18px 22px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; box-shadow: 0 12px 32px rgba(0,0,0,.3); }
.rest-special .sp-title { font-family: var(--font-heading); font-size: 20px; letter-spacing: 2px; text-transform: uppercase; color: var(--waldgruen); }
.rest-special .sp-text { font-size: 16px; color: var(--text-body); margin-top: 4px; }
.rest-special .sp-kv { margin-top: 8px; font-size: 17px; } .sp-kv b { color: var(--waldgruen); font-weight: 600; }
.rest-special canvas, .rest-special img.qr { width: 132px; height: 132px; border-radius: 8px; background: #fff; }
.rest-tap { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 3; display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-heading); font-size: 17px; letter-spacing: 3px; text-transform: uppercase; color: #fff; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.45); border-radius: var(--radius-pill); padding: 12px 26px; backdrop-filter: blur(6px); }
.tap-pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(200,169,81,.7); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(200,169,81,.7); } 70% { box-shadow: 0 0 0 14px rgba(200,169,81,0); } 100% { box-shadow: 0 0 0 0 rgba(200,169,81,0); } }

/* ═══════════ INFOSEITE ═══════════ */
.info { min-height: 100%; padding-bottom: 40px; }
.hero { position: relative; height: 440px; color: #fff; overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.25) 60%, rgba(0,0,0,.1)), linear-gradient(0deg, rgba(0,0,0,.5), transparent 50%); }
.hero-top { position: absolute; top: 24px; left: 36px; right: 36px; display: flex; justify-content: space-between; align-items: flex-start; z-index: 2; }
.hero-top .logo { height: 84px; }
.hero-content { position: absolute; left: 36px; bottom: 34px; right: 220px; z-index: 2; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.hero-script { font-family: var(--font-script); color: var(--gold); font-size: 52px; line-height: 1; margin-bottom: 6px; }
.hero-line { font-family: var(--font-heading); font-weight: 400; font-size: 22px; letter-spacing: 1px; margin: -2px 0 6px; }
.hero-title { color: #fff; font-size: 40px; font-weight: 600; letter-spacing: 3px; }
.hero-dialect { font-family: var(--font-script); color: var(--gold); font-size: 30px; line-height: 1.1; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.hero-symbol { position: absolute; right: 36px; bottom: 34px; width: 150px; height: 150px; border-radius: var(--radius-lg); background: rgba(255,255,255,.94); display: grid; place-items: center; z-index: 2; box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.hero-symbol { overflow: hidden; } .hero-symbol img { width: 132px; height: 132px; object-fit: contain; display: block; }

.container { max-width: 1180px; margin: 0 auto; padding: 24px 32px 0; display: flex; flex-direction: column; gap: 22px; }
.card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); padding: 28px 32px; }

/* State-Karte (Anreise / Abreise / Vorabend) */
.card-state { background: var(--waldgruen); color: #fff; }
.card-state .st-script { font-family: var(--font-script); color: var(--gold); font-size: 44px; line-height: 1; }
.card-state h2 { color: #fff; font-size: 28px; margin: 4px 0 6px; }
.card-state .st-sub { opacity: .92; font-size: 18px; margin-bottom: 18px; }
.st-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.st-item { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 14px 16px; display: flex; gap: 12px; }
.st-item .ico { color: var(--gold); margin-top: 3px; }
.st-item b { display: block; font-family: var(--font-heading); font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; font-size: 15px; margin-bottom: 2px; }
.st-item span { font-size: 15.5px; opacity: .92; }
.st-item.st-water { grid-column: 1 / -1; background: rgba(200,169,81,.18); border-color: rgba(200,169,81,.7); }
.st-item.st-water .ico { color: #fff; }
.sp-water { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(3,74,56,.14); display: flex; gap: 8px; align-items: flex-start; font-size: 15px; color: var(--text-body); }
.sp-water .ico { color: var(--waldgruen); flex: none; margin-top: 2px; }
.sp-water b { color: var(--waldgruen); }
.st-qr { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; margin-top: 14px; }
.qr-box { background: #fff; color: var(--dark); border-radius: var(--radius); padding: 14px 16px; display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; }
.qr-box b { font-family: var(--font-heading); letter-spacing: 1.5px; text-transform: uppercase; color: var(--waldgruen); font-size: 16px; font-weight: 500; display: block; }
.qr-box span { font-size: 14.5px; color: var(--text-body); display: block; margin-top: 2px; }
.qr-box canvas, .qr-box img.qr { width: 108px; height: 108px; border-radius: 6px; }
.qr-box .code { font-family: var(--font-heading); font-size: 26px; letter-spacing: 3px; color: var(--weinrot); }
.wifi-kv { margin-top: 6px; font-size: 16px; } .wifi-kv b { display: inline; color: var(--waldgruen); font-size: 16px; letter-spacing: 0; text-transform: none; font-family: var(--font-body); font-weight: 600; }
.card-note { background: var(--cream); border: 1.5px solid var(--gold); display: flex; gap: 16px; align-items: flex-start; }
.card-note .ico { color: var(--gold-dark); width: 30px; height: 30px; flex: none; }
.card-note b { font-family: var(--font-heading); letter-spacing: 2px; text-transform: uppercase; color: var(--waldgruen); font-weight: 500; font-size: 15px; display: block; }
.card-note p { margin: 4px 0 0; font-size: 18px; color: var(--dark); }

/* Wetter */
.day-chips { display: flex; gap: 10px; margin-bottom: 18px; }
.day-chip { flex: 1 1 0; max-width: 190px; border: 1.5px solid rgba(3,74,56,.14); background: var(--cream); border-radius: var(--radius); padding: 12px 6px 10px; text-align: center; cursor: pointer; min-height: var(--touch); transition: transform var(--ease-base), box-shadow var(--ease-base); }
.day-chip .dc-day { font-family: var(--font-heading); font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: var(--waldgruen); }
.day-chip .dc-tag { font-family: var(--font-heading); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--weinrot); min-height: 14px; }
.day-chip .wicon { width: 40px; height: 40px; color: var(--waldgruen); margin: 4px auto; display: block; }
.day-chip .dc-temp { font-family: var(--font-heading); font-size: 22px; color: var(--dark); }
.day-chip .dc-temp small { font-size: 15px; color: var(--text-muted); margin-left: 4px; }
.day-chip .dc-rain { font-size: 12.5px; color: var(--text-muted); }
.day-chip.on { background: var(--waldgruen); border-color: var(--waldgruen); box-shadow: var(--shadow-card-hover); transform: translateY(-3px); }
.day-chip.on * { color: #fff !important; } .day-chip.on .dc-tag { color: var(--gold) !important; }
.day-detail { display: grid; grid-template-columns: 1.2fr 2fr; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(3,74,56,.12); border-bottom: 1px solid rgba(3,74,56,.12); }
.dd-main { display: flex; gap: 16px; align-items: center; }
.dd-main .wicon { width: 76px; height: 76px; color: var(--waldgruen); flex: none; }
.dd-main .dd-date { font-family: var(--font-heading); font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); }
.dd-main .dd-text { font-family: var(--font-heading); font-size: 28px; color: var(--waldgruen); line-height: 1.1; }
.dd-main .dd-range { font-size: 16px; color: var(--text-muted); margin-top: 2px; }
.dd-main .dd-sun { font-size: 14px; color: var(--text-muted); margin-top: 6px; }
.dd-parts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dd-part { background: var(--cream); border-radius: var(--radius); padding: 12px 14px; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; }
.dd-part .wicon { width: 40px; height: 40px; color: var(--waldgruen); }
.dd-part b { font-family: var(--font-heading); font-weight: 500; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); display: block; }
.dd-part span { font-family: var(--font-heading); font-size: 22px; color: var(--dark); }
.dd-part small { display: block; font-size: 13px; color: var(--text-muted); }
.dd-hours { grid-column: 1 / -1; display: flex; gap: 6px; overflow: hidden; margin-top: 4px; }
.dd-hour { flex: 1; text-align: center; background: #fff; border: 1px solid rgba(3,74,56,.1); border-radius: 8px; padding: 6px 2px; }
.dd-hour .h { font-size: 12px; color: var(--text-muted); } .dd-hour .wicon { width: 26px; height: 26px; color: var(--waldgruen); display: block; margin: 2px auto; }
.dd-hour .t { font-family: var(--font-heading); font-size: 16px; color: var(--dark); } .dd-hour .r { font-size: 11.5px; color: #2f6fb0; }
.dd-hour.past { opacity: .4; }

/* Programm „Euer Tag“ */
.program { margin-top: 20px; background: linear-gradient(135deg, var(--waldgruen), var(--waldgruen-light)); color: #fff; border-radius: var(--radius-lg); padding: 22px 26px; }
.program .kicker { color: var(--gold); }
.program h3 { color: #fff; font-size: 26px; }
.pg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
.pg-item { background: rgba(255,255,255,.1); border-radius: var(--radius); padding: 14px 16px; }
.pg-item b { font-family: var(--font-heading); font-weight: 500; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; color: var(--gold); display: block; margin-bottom: 4px; }
.pg-item span { font-size: 16px; line-height: 1.5; }
.pg-tip { margin-top: 12px; font-size: 15px; display: flex; gap: 10px; align-items: center; opacity: .95; }
.pg-tip .ico { color: var(--gold); }

/* Tipps */
.tips { margin-top: 22px; }
.tips-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; }
.tips-head .kicker { margin: 0; }
.tips-head .when { font-family: var(--font-heading); font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); }
.tips-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.tips-col h4 { font-family: var(--font-heading); font-weight: 500; font-size: 16px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--waldgruen); margin: 6px 0 10px; }
.evt { display: block; background: var(--cream); border-radius: var(--radius); padding: 12px 16px; margin-bottom: 10px; border-left: 4px solid var(--gold); }
.evt.link { border-left-color: var(--weinrot); }
.evt-top { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.evt-title { font-family: var(--font-heading); font-size: 20px; color: var(--dark); line-height: 1.2; }
.evt-dist { font-family: var(--font-heading); font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; }
.evt-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 14.5px; color: var(--text-muted); margin-top: 2px; align-items: center; }
.evt-meta .ico { width: 16px; height: 16px; }
.badge { font-family: var(--font-heading); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; padding: 2px 8px; border-radius: var(--radius-pill); background: var(--waldgruen); color: #fff; }
.badge.now { background: var(--weinrot); } .badge.kids { background: var(--gold); color: var(--dark); }
.evt-blurb { font-size: 15px; color: var(--text-body); margin-top: 4px; }
.evt-more { font-family: var(--font-heading); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--weinrot); margin-top: 6px; display: inline-flex; gap: 6px; align-items: center; }
.evt-more .ico { width: 15px; height: 15px; }
.tips-empty { color: var(--text-muted); font-size: 15px; padding: 10px 0; }
.cal-link { margin-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--waldgruen); color: #fff; border-radius: var(--radius); padding: 20px 26px; min-height: 84px; box-shadow: 0 8px 24px rgba(3,74,56,.22); }
.cal-title { font-family: var(--font-heading); font-size: 22px; letter-spacing: 2px; text-transform: uppercase; }
.cal-text { opacity: .9; font-size: 16px; } .cal-link .ico-lg { color: var(--gold); flex: none; }

/* Brötchen */
.card-bread { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.bread-status { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.pill { font-family: var(--font-heading); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 7px 12px; border-radius: var(--radius-pill); background: var(--cream); color: var(--waldgruen); border: 1px solid rgba(3,74,56,.14); }
.pill.warn { background: #fff4e5; color: #8a4b00; border-color: #f0c98a; }
.pill.off { background: #f4e6e6; color: var(--weinrot); border-color: #e3bcbc; }
.qr-side { text-align: center; }
.qr-side canvas, .qr-side img.qr { width: 150px; height: 150px; border-radius: 8px; border: 1px solid rgba(3,74,56,.14); }
.qr-side small { display: block; font-family: var(--font-heading); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-top: 6px; }
.qr-placeholder { width: 150px; height: 150px; border-radius: 8px; border: 1.5px dashed var(--salbeigruen); display: grid; place-items: center; font-family: var(--font-heading); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); padding: 10px; text-align: center; }

/* Haus & Wohnung Kacheln */
.tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; }
.tile { background: var(--cream); border: 1.5px solid rgba(3,74,56,.1); border-radius: var(--radius); padding: 16px; min-height: 108px; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; cursor: pointer; transition: transform var(--ease-base), box-shadow var(--ease-base); }
.tile:active { transform: scale(.98); }
.tile.hl { background: #fdf6e3; border-color: var(--gold); }
.tile.hl .ico { color: var(--gold-dark); }
.tile .ico { width: 28px; height: 28px; color: var(--weinrot); margin-top: 2px; }
.tile b { font-family: var(--font-heading); font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; font-size: 16px; color: var(--waldgruen); display: block; }
.tile span { font-size: 14px; color: var(--text-muted); line-height: 1.4; display: block; margin-top: 2px; }

/* Aktivitäten */
.act-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; }
.act { position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; background-size: cover; background-position: center; color: #fff; display: flex; align-items: flex-end; cursor: pointer; box-shadow: var(--shadow-card); }
.act::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.05) 60%); }
.act div { position: relative; z-index: 1; padding: 12px 14px; }
.act b { font-family: var(--font-heading); font-weight: 500; letter-spacing: 2px; text-transform: uppercase; font-size: 17px; display: block; }
.act span { font-size: 13px; opacity: .92; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* QR-Karten */
.card-qr { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.card-qr .url { font-family: var(--font-heading); font-size: 14px; letter-spacing: 1.5px; color: var(--text-muted); margin-top: 8px; }

.foot { display: flex; justify-content: space-between; color: var(--text-muted); font-size: 13.5px; padding: 6px 4px 0; }

/* Assistent */
.fab { position: fixed; right: 28px; bottom: 28px; z-index: 30; display: inline-flex; align-items: center; gap: 12px; background: var(--weinrot); color: #fff; border: 0; border-radius: var(--radius-pill); padding: 16px 24px 16px 18px; font-family: var(--font-heading); font-size: 17px; letter-spacing: 2px; text-transform: uppercase; box-shadow: 0 10px 28px rgba(146,21,25,.4); cursor: pointer; min-height: 64px; }
.fab svg { width: 28px; height: 28px; }
.chat { position: fixed; right: 28px; bottom: 28px; width: 520px; max-width: calc(100vw - 40px); height: 620px; max-height: calc(100vh - 60px); z-index: 31; background: #fff; border-radius: var(--radius-lg); box-shadow: 0 24px 64px rgba(0,0,0,.28); display: flex; flex-direction: column; overflow: hidden; }
.chat-head { background: var(--waldgruen); color: #fff; padding: 16px 18px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.chat-title { font-family: var(--font-heading); font-size: 20px; letter-spacing: 2px; text-transform: uppercase; }
.chat-hint { font-size: 13.5px; opacity: .85; }
.btn-x { background: rgba(255,255,255,.14); color: inherit; border: 0; width: 44px; height: 44px; border-radius: 50%; font-size: 28px; line-height: 1; cursor: pointer; flex: none; }
.modal .btn-x { background: var(--cream); color: var(--waldgruen); }
.chat-log { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; background: var(--cream); }
.msg { max-width: 86%; padding: 10px 14px; border-radius: 14px; font-size: 16px; line-height: 1.5; white-space: pre-wrap; }
.msg.bot { background: #fff; color: var(--dark); border-bottom-left-radius: 4px; align-self: flex-start; box-shadow: var(--shadow-card); }
.msg.me { background: var(--waldgruen); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.chat-form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid rgba(3,74,56,.1); background: #fff; }
.chat-form input { flex: 1; font: inherit; font-size: 17px; padding: 0 14px; min-height: 52px; border: 1.5px solid rgba(3,74,56,.2); border-radius: var(--radius-pill); outline: none; }
.chat-form input:focus { border-color: var(--waldgruen); }
.btn-mic, .btn-send { width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer; display: grid; place-items: center; flex: none; }
.btn-mic { background: var(--waldgruen); color: #fff; } .btn-mic.rec { background: var(--weinrot); animation: pulse 1.2s infinite; }
.btn-send { background: var(--weinrot); color: #fff; }
.btn-mic svg, .btn-send svg { width: 24px; height: 24px; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 40; background: rgba(0,0,0,.45); display: grid; place-items: center; padding: 30px; }
.modal-box { background: #fff; border-radius: var(--radius-lg); width: min(760px, 100%); max-height: 100%; display: flex; flex-direction: column; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.modal-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid rgba(3,74,56,.1); }
.modal-body { padding: 20px 24px 28px; overflow-y: auto; font-size: 17px; color: var(--text-body); white-space: pre-line; -webkit-user-select: text; user-select: text; }
.modal-body .kv { background: var(--cream); border-radius: var(--radius); padding: 14px 16px; margin-bottom: 14px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; white-space: normal; }
.modal-body .kv canvas { width: 120px; height: 120px; }
.modal-body .kv b { color: var(--waldgruen); }
.modal-body .num { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(3,74,56,.08); white-space: normal; }
.modal-body .num b { font-family: var(--font-heading); font-size: 20px; letter-spacing: 1px; color: var(--weinrot); }

/* In-App-Browser */
.browser { position: fixed; inset: 0; z-index: 50; background: #fff; display: flex; flex-direction: column; }
.browser-back { display: inline-flex; align-items: center; gap: 10px; background: var(--waldgruen); color: #fff; border: 0; padding: 0 24px; min-height: 64px; font-family: var(--font-heading); font-size: 18px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; }
.browser-back svg { width: 26px; height: 26px; }
.browser iframe { flex: 1; border: 0; width: 100%; }

/* ── Couch-Ansicht / kleine Screens ── */
@media (max-width: 900px) {
  body { font-size: 16px; }
  .hero { height: 360px; } .hero-content { right: 20px; left: 20px; bottom: 22px; } .hero-top { left: 20px; right: 20px; } .hero-top .logo { height: 52px; } .hero-symbol { display: none; }
  .hero-script { font-size: 34px; } .hero-line { font-size: 18px; } .hero-title { font-size: 26px; } .hero-dialect { font-size: 24px; }
  .container { padding: 16px 16px 0; gap: 14px; } .card { padding: 20px 18px; } h2 { font-size: 24px; }
  .day-chips { flex-wrap: wrap; } .day-chip { flex: 1 1 70px; max-width: none; }
  .day-detail { grid-template-columns: 1fr; } .dd-parts { grid-template-columns: 1fr; } .dd-hours { flex-wrap: wrap; } .dd-hour { flex: 1 0 60px; }
  .pg-grid { grid-template-columns: 1fr; } .tips-cols { grid-template-columns: 1fr; }
  .tile-grid, .act-grid { grid-template-columns: repeat(2, 1fr); }
  .card-bread, .card-qr { grid-template-columns: 1fr; }
  .chat { right: 0; bottom: 0; width: 100vw; max-width: 100vw; height: 100vh; max-height: 100vh; border-radius: 0; }
  .fab { right: 16px; bottom: 16px; }
  .rest-body { grid-template-columns: 1fr; top: 130px; } .rest-right { display: none; } .rest-clock { font-size: 72px; } .apt-symbol { width: 84px; height: 84px; } .apt-symbol img { width: 74px; height: 74px; } .logo { height: 64px; }
}

/* Prototyp-Leiste (nur Vorschau) */
.proto { position: fixed; left: 12px; bottom: 12px; z-index: 60; font-family: var(--font-body); font-size: 13px; }
.proto-toggle { height: 40px; padding: 0 14px; border-radius: 20px; border: 0; background: rgba(26,26,26,.8); color: #fff; font-size: 14px; cursor: pointer; }
.proto-body { display: none; position: absolute; left: 0; bottom: 48px; background: #fff; color: var(--dark); border-radius: 10px; box-shadow: 0 12px 32px rgba(0,0,0,.3); padding: 12px; width: 340px; flex-direction: column; gap: 6px; }
.proto-body label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #777; margin-top: 4px; }
.proto-row { display: flex; gap: 6px; } .proto-row button { flex: 1; }
.proto-body small { font-size: 11.5px; color: #666; line-height: 1.4; margin-top: 4px; }
.proto.open .proto-body { display: flex; }
.proto-body select, .proto-body button { font: inherit; padding: 8px 10px; border-radius: 8px; border: 1px solid #ccc; background: #fff; cursor: pointer; }
.proto-body button { background: var(--waldgruen); color: #fff; border: 0; }

/* Angebote: Late Check-out / Verlängerung */
.card-offers { background: var(--cream); border: 1.5px solid var(--gold); }
.offers { display: grid; grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); gap: 14px; margin-top: 8px; }
.offer { background: #fff; border-radius: var(--radius); padding: 16px 18px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; box-shadow: var(--shadow-card); }
.offer .ico-lg { color: var(--gold-dark); width: 38px; height: 38px; }
.offer b { font-family: var(--font-heading); font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--waldgruen); font-size: 18px; display: block; line-height: 1.2; }
.offer span { display: block; font-size: 15.5px; color: var(--text-body); margin-top: 4px; }
.offer small { display: block; font-size: 12.5px; color: var(--text-muted); margin-top: 4px; }
.btn-req { font-family: var(--font-heading); font-size: 15px; letter-spacing: 2px; text-transform: uppercase; background: var(--weinrot); color: #fff; border: 0; border-radius: var(--radius-pill); padding: 0 22px; min-height: 52px; cursor: pointer; box-shadow: 0 6px 18px rgba(146,21,25,.25); white-space: nowrap; }
.btn-req:disabled { opacity: .6; }
.btn-ghost { font: inherit; background: var(--cream); color: var(--waldgruen); border: 1.5px solid rgba(3,74,56,.2); border-radius: var(--radius-pill); padding: 0 20px; min-height: 52px; cursor: pointer; }
.st-item.st-link { cursor: pointer; border-color: var(--gold); }
/* Mülltrennung */
.bins { display: grid; grid-template-columns: 1fr; gap: 12px; white-space: normal; }
.bin { border: 1.5px solid rgba(3,74,56,.12); border-radius: var(--radius); padding: 14px 16px; background: #fff; }
.bin-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.bin-head b { font-family: var(--font-heading); font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--dark); font-size: 17px; }
.bin-icon { width: 44px; height: 52px; position: relative; display: block; flex: none; }
.bin-icon::before { content: ''; position: absolute; left: 4px; right: 4px; top: 10px; bottom: 0; background: var(--bin); border-radius: 4px 4px 8px 8px; }
.bin-icon::after { content: ''; position: absolute; left: 0; right: 0; top: 4px; height: 8px; background: var(--bin); border-radius: 3px; filter: brightness(1.15); }
.bin-icon i { position: absolute; left: 14px; right: 14px; top: 0; height: 5px; background: var(--bin); border-radius: 3px 3px 0 0; filter: brightness(.85); }
.bin-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bin-cols em { font-style: normal; font-family: var(--font-heading); font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--waldgruen); }
.bin-cols em.no { color: var(--weinrot); }
.bin-cols ul { margin: 4px 0 0; padding-left: 18px; font-size: 15px; line-height: 1.5; }
.bins-note { margin-top: 12px; font-size: 14.5px; color: var(--text-muted); white-space: normal; }
.pg-list { margin: 12px 0 0; padding-left: 22px; font-size: 17px; line-height: 1.6; }
.pg-list li { margin-bottom: 6px; }
/* Anfrage-Formular */
.req { display: flex; flex-direction: column; gap: 12px; white-space: normal; }
.req-intro { margin: 0; color: var(--text-muted); font-size: 15.5px; }
.fld label { display: block; font-family: var(--font-heading); font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--waldgruen); margin-bottom: 4px; }
.fld input, .fld select, .fld textarea { width: 100%; font: inherit; font-size: 17px; padding: 12px 14px; border: 1.5px solid rgba(3,74,56,.2); border-radius: var(--radius-sm); background: #fff; color: var(--dark); }
.fld .static { font-size: 17px; color: var(--dark); background: var(--cream); padding: 12px 14px; border-radius: var(--radius-sm); }
.req-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 6px; }
.req-done { text-align: center; padding: 20px 0; white-space: normal; } .req-done .ico-lg { color: var(--gold-dark); width: 48px; height: 48px; } .req-done p { font-size: 19px; color: var(--dark); margin: 10px 0 4px; } .req-done small { color: var(--text-muted); }
@media (max-width: 900px) { .offers { grid-template-columns: 1fr; } .offer { grid-template-columns: auto 1fr; } .offer .btn-req { grid-column: 1 / -1; } .bin-cols { grid-template-columns: 1fr; } }
