/* ------------------------------------------------------------------
   Kamila & Daniel – Hochzeitsgalerie
   Look & Feel: mi-boda "Elegant / Sand" + Druckmaterial (Menükarte)
   Schriften: Pinyon Script (Script), Italiana (Versalien), Cormorant Garamond (Text)
------------------------------------------------------------------- */

@font-face { font-family: 'Pinyon Script'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/PinyonScript-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Italiana'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/Italiana-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 300; font-display: swap; src: url('/fonts/CormorantGaramond-300-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/CormorantGaramond-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/CormorantGaramond-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/CormorantGaramond-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/CormorantGaramond-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300; font-display: swap; src: url('/fonts/CormorantGaramond-300-italic.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400; font-display: swap; src: url('/fonts/CormorantGaramond-400-italic.woff2') format('woff2'); }

:root {
  --paper: #FBF7F4;          /* backgroundWide (Sand) */
  --paper-2: #F4EEE8;
  --sand: #C9BFB5;           /* background (Sand) */
  --sand-2: #E0D4C7;
  --ink: #5A5146;            /* headline / text */
  --ink-soft: #7A6F65;
  --taupe: #877A78;          /* decorative */
  --line: #A99C8F;           /* Rahmenlinie Menükarte */
  --line-soft: #D9D0C6;
  --mono: #8A7B6C;           /* Monogramm */
  --white: #FFFFFF;
  --danger: #9C4A3C;
  --danger-bg: #F8E9E5;
  --ok: #5E7A5A;
  --ok-bg: #EAF0E6;
  --script: 'Pinyon Script', 'Brush Script MT', cursive;
  --caps: 'Italiana', 'Cormorant Garamond', Georgia, serif;   /* nur groß & dekorativ (Namen, Datum) */
  --ui: 'Cormorant Garamond', Garamond, Georgia, serif;         /* Bedienelemente: halbfett, gut lesbar */
  --serif: 'Cormorant Garamond', Garamond, 'Times New Roman', serif;
  --radius: 4px;
  --shadow: 0 18px 50px -30px rgba(90, 81, 70, .45);
  --max: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  padding-inline: 16px;
  overflow-x: hidden;
}
img, video, svg { max-width: 100%; }
a { color: var(--taupe); text-decoration: none; }
a:hover { color: var(--ink); }
button { font: inherit; cursor: pointer; }
::selection { background: var(--sand-2); }

/* Geometrische Linien im Hintergrund (wie auf der Menükarte) */
.bg-lines {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  opacity: .55;
}
.bg-lines svg { position: absolute; width: 140vmax; height: 140vmax; }
.bg-lines .l1 { left: -45vmax; top: -50vmax; }
.bg-lines .l2 { right: -55vmax; bottom: -60vmax; transform: rotate(23deg); }
.bg-lines polygon { fill: none; stroke: var(--line); stroke-width: .6; vector-effect: non-scaling-stroke; }

.frame {
  max-width: var(--max);
  margin: 0 auto;
}

/* ---------- Kopfbereich ---------- */
.hero {
  text-align: center;
  padding-block: 56px 40px;
  position: relative;
}
.hero .monogram {
  width: 118px; height: auto; color: var(--mono); display: block; margin: 0 auto 26px;
}
.names {
  font-family: var(--caps);
  font-size: clamp(22px, 4.2vw, 34px);
  letter-spacing: .38em;
  text-transform: uppercase;
  margin: 0 0 8px;
  padding-left: .38em; /* optischer Ausgleich Letterspacing */
  font-weight: 400;
}
.names .amp { font-family: var(--script); text-transform: none; letter-spacing: 0; font-size: 1.15em; vertical-align: -.05em; margin: 0 .15em; }
.date {
  font-family: var(--caps);
  font-size: 19px; letter-spacing: .32em; color: var(--taupe);
  margin: 0 0 40px; padding-left: .32em;
}
.date .sep { margin: 0 .35em; opacity: .7; }
.script { font-family: var(--script); font-weight: 400; line-height: 1.15; color: var(--taupe); }
h1.script { font-size: clamp(46px, 8vw, 78px); margin: 0 0 14px; }
h2.script { font-size: clamp(38px, 6vw, 54px); margin: 0 0 6px; text-align: center; }
.lead {
  max-width: 560px; margin: 0 auto; font-weight: 300; font-size: 21px; line-height: 1.55;
}
.lead strong { font-weight: 500; }

.actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 34px; }

.btn {
  display: inline-flex; align-items: center; gap: .55em; justify-content: center;
  font-family: var(--ui); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 17px;
  padding: 13px 26px 12px; min-height: 48px;
  border: 1px solid var(--taupe); color: var(--ink); background: var(--white);
  border-radius: var(--radius);
  transition: background .2s, color .2s, transform .15s, box-shadow .2s;
}
.btn:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.btn.primary { background: var(--taupe); color: var(--white); border-color: var(--taupe); }
.btn.primary:hover { background: var(--ink); border-color: var(--ink); }
.btn.ghost { background: transparent; }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.btn.small { padding: 8px 14px 7px; min-height: 38px; font-size: 14px; letter-spacing: .08em; }
.btn.danger { border-color: var(--danger); color: var(--danger); background: var(--white); }
.btn.danger:hover { background: var(--danger); color: var(--white); }
.btn svg { width: 1.1em; height: 1.1em; }

/* ---------- Abschnitte ---------- */
.section { padding-block: 44px; scroll-margin-top: 20px; }
.section-head { text-align: center; margin-bottom: 28px; }
.section-head p { margin: 4px auto 0; max-width: 560px; font-weight: 300; font-size: 20px; }
.eyebrow {
  font-family: var(--ui); font-weight: 700; letter-spacing: .22em; text-transform: uppercase; font-size: 14px;
  color: var(--taupe); margin: 0 0 4px; padding-left: .22em;
}

/* Karte mit doppeltem Rahmen wie die Menükarte */
.card {
  background: var(--white);
  border: 1px solid var(--line);
  position: relative;
  padding: clamp(22px, 4vw, 46px);
  box-shadow: var(--shadow);
}
.card::before {
  content: ''; position: absolute; inset: 8px; border: 1px solid var(--line-soft); pointer-events: none;
}
.card > * { position: relative; }
.card.narrow { max-width: 720px; margin-inline: auto; }

/* ---------- Formular ---------- */
.field { margin-bottom: 20px; }
.field label {
  display: block; font-family: var(--ui); font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  font-size: 16px; color: var(--ink); margin-bottom: 8px;
}
.field label .opt { text-transform: none; letter-spacing: 0; font-weight: 400; font-style: italic; font-size: 15px; color: var(--ink-soft); }
.input, textarea.input {
  width: 100%; font: inherit; font-size: 19px; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 12px 14px; outline: none; transition: border-color .2s, box-shadow .2s;
}
.input:focus { border-color: var(--taupe); box-shadow: 0 0 0 3px rgba(135, 122, 120, .15); background: var(--white); }
textarea.input { min-height: 110px; resize: vertical; }
.hint { font-size: 15px; font-style: italic; color: var(--ink-soft); margin-top: 6px; }
.hp { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

.dropzone {
  border: 1.5px dashed var(--line); border-radius: var(--radius); background: var(--paper);
  padding: 30px 18px; text-align: center; cursor: pointer; transition: background .2s, border-color .2s;
}
.dropzone:hover, .dropzone.drag { background: var(--paper-2); border-color: var(--taupe); }
.dropzone .icon { width: 42px; height: 42px; color: var(--taupe); margin: 0 auto 10px; display: block; }
.dropzone strong { font-weight: 600; display: block; font-size: 21px; }
.dropzone span { font-style: italic; color: var(--ink-soft); font-size: 16px; display: block; margin-top: 4px; }
.dropzone input { display: none; }

.filelist { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 8px; }
.filelist li {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 8px 10px;
  font-size: 16px;
}
.filelist .thumb { width: 52px; height: 52px; object-fit: cover; border-radius: 3px; background: var(--sand-2); display: grid; place-items: center; color: var(--taupe); overflow: hidden; }
.filelist .thumb img, .filelist .thumb video { width: 100%; height: 100%; object-fit: cover; }
.filelist .meta { min-width: 0; }
.filelist .fname { font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.filelist .fsize { color: var(--ink-soft); font-style: italic; font-size: 14px; }
.filelist .status { font-size: 14px; margin-top: 2px; }
.filelist .status.err { color: var(--danger); font-style: normal; }
.filelist .status.ok { color: var(--ok); }
.filelist .remove { border: 0; background: none; color: var(--ink-soft); font-size: 22px; line-height: 1; padding: 4px 8px; }
.filelist .remove:hover { color: var(--danger); }
.progress { height: 4px; background: var(--sand-2); border-radius: 2px; overflow: hidden; margin-top: 6px; }
.progress i { display: block; height: 100%; width: 0; background: var(--taupe); transition: width .2s; }

.form-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 26px; }
.form-actions .btn { flex: 1 1 220px; }
.overall { flex: 1 1 100%; font-size: 15px; font-style: italic; color: var(--ink-soft); }

.alert { border-radius: var(--radius); padding: 14px 16px; margin-top: 18px; font-size: 17px; }
.alert.error { background: var(--danger-bg); color: var(--danger); border: 1px solid #E7C9C2; }
.alert.ok { background: var(--ok-bg); color: var(--ok); border: 1px solid #CFDCC9; }
.alert strong { font-weight: 600; }
.alert ul { margin: 8px 0 0; padding-left: 20px; }
.alert li { margin: 4px 0; }
.alert[hidden] { display: none; }

/* ---------- Galerie ---------- */
.tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 4px; margin-bottom: 26px; }
.tab {
  background: none; border: 1px solid transparent; border-radius: 999px; padding: 8px 16px 7px;
  font-family: var(--ui); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-size: 16px; color: var(--ink-soft);
}
.tab .n { font-family: var(--serif); letter-spacing: 0; font-size: 14px; opacity: .8; margin-left: .4em; }
.tab:hover { color: var(--ink); }
.tab.active { border-color: var(--taupe); color: var(--ink); background: var(--white); }
.tab[hidden] { display: none; }

.grid {
  columns: 4 240px; column-gap: 14px;
}
.tile {
  break-inside: avoid; margin: 0 0 14px; background: var(--white); border: 1px solid var(--line-soft);
  padding: 6px; box-shadow: 0 10px 30px -22px rgba(90, 81, 70, .5); display: block; width: 100%; text-align: left;
  color: inherit; cursor: pointer; transition: transform .2s, box-shadow .2s; position: relative;
}
.tile:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -20px rgba(90, 81, 70, .55); }
.tile .media { position: relative; display: block; background: var(--paper-2); overflow: hidden; }
.tile .media img { display: block; width: 100%; height: auto; }
.tile .media .ph { display: grid; place-items: center; text-align: center; padding: 26px 12px; color: var(--ink-soft); font-style: italic; font-size: 15px; min-height: 140px; }
.tile .media .ph svg { width: 34px; height: 34px; margin-bottom: 8px; color: var(--taupe); }
.tile .badge {
  position: absolute; left: 8px; top: 8px; background: rgba(90,81,70,.8); color: #fff; font-family: var(--ui); font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; font-size: 12px; padding: 4px 8px 3px; border-radius: 2px;
}
.tile .badge.official { background: rgba(135,122,120,.92); }
.tile .play {
  position: absolute; inset: 0; display: grid; place-items: center; color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0) 50%);
}
.tile .play svg { width: 54px; height: 54px; filter: drop-shadow(0 4px 10px rgba(0,0,0,.4)); }
.tile .dur { position: absolute; right: 8px; bottom: 8px; background: rgba(0,0,0,.55); color: #fff; font-size: 13px; padding: 2px 7px; border-radius: 2px; }
.tile .cap { padding: 10px 6px 4px; }
.tile .who { font-family: var(--script); font-size: 24px; color: var(--taupe); line-height: 1.1; }
.tile .msg { font-size: 16px; margin-top: 4px; font-weight: 300; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.tile .when { font-size: 13px; color: var(--ink-soft); font-style: italic; margin-top: 4px; }

.tile.greeting { padding: 22px 22px 18px; background: var(--white); }
.tile.greeting::before { content: ''; position: absolute; inset: 7px; border: 1px solid var(--line-soft); pointer-events: none; }
.tile.greeting .quote { font-family: var(--script); font-size: 42px; line-height: .5; color: var(--sand); margin-bottom: 14px; }
.tile.greeting .text { font-size: 19px; font-weight: 300; white-space: pre-wrap; word-wrap: break-word; }
.tile.greeting .who { margin-top: 14px; text-align: right; }

.empty { text-align: center; padding: 40px 10px; font-style: italic; color: var(--ink-soft); font-size: 20px; }
.more { text-align: center; margin-top: 10px; }
.loading { text-align: center; color: var(--ink-soft); font-style: italic; padding: 20px; }

/* ---------- Lightbox ---------- */
.lb { position: fixed; inset: 0; z-index: 50; background: rgba(40, 34, 30, .96); display: grid; grid-template-rows: 1fr auto; color: #fff; }
.lb[hidden] { display: none; }
.lb .stage { position: relative; display: grid; place-items: center; min-height: 0; padding: 56px 16px 12px; }
.lb .stage img, .lb .stage video { max-width: 100%; max-height: calc(100vh - 190px); object-fit: contain; box-shadow: 0 30px 80px -30px rgba(0,0,0,.8); background: #000; }
.lb .stage .ph { text-align: center; font-style: italic; color: #d9d0c6; max-width: 480px; }
.lb .info { padding: 10px 16px 18px; text-align: center; max-height: 34vh; overflow: auto; }
.lb .info .who { font-family: var(--script); font-size: 30px; color: var(--sand-2); }
.lb .info .msg { font-weight: 300; font-size: 18px; max-width: 700px; margin: 6px auto; white-space: pre-wrap; }
.lb .info .meta { font-size: 13.5px; color: #c9bfb5; font-style: italic; }
.lb .info .meta a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.lb .x, .lb .prev, .lb .next {
  position: absolute; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); color: #fff;
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: 22px; line-height: 1;
}
.lb .x { top: 12px; right: 12px; }
.lb .prev { left: 10px; top: 50%; transform: translateY(-50%); }
.lb .next { right: 10px; top: 50%; transform: translateY(-50%); }
.lb .x:hover, .lb .prev:hover, .lb .next:hover { background: rgba(255,255,255,.2); }
.lb .stage .ph a { color: #fff; text-decoration: underline; }
.lb .info .dl { display: inline-block; margin-top: 8px; font-family: var(--ui); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: 14px; color: #fff; border: 1px solid rgba(255,255,255,.4); padding: 8px 14px 6px; border-radius: 3px; }
.lb .info .dl:hover { background: rgba(255,255,255,.12); }

/* ---------- Menü ---------- */
.menu { text-align: center; max-width: 720px; margin-inline: auto; }
.menu h3 { font-family: var(--script); font-weight: 400; color: var(--taupe); font-size: 40px; margin: 28px 0 10px; }
.menu h3:first-child { margin-top: 0; }
.menu p { margin: 4px 0; font-size: 20px; }
.menu p small { display: block; font-style: italic; font-weight: 300; font-size: 16px; color: var(--ink-soft); }
.menu .drinks { display: grid; grid-template-columns: max-content 1fr; gap: 6px 16px; text-align: left; margin: 12px auto 0; max-width: 560px; font-size: 18px; }
.menu .drinks dt { font-family: var(--ui); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: 13px; color: var(--taupe); padding-top: .35em; }
.menu .drinks dd { margin: 0; font-weight: 300; }
.menu .note { font-style: italic; font-weight: 300; margin-top: 22px; color: var(--ink-soft); }
.menu .dl { margin-top: 26px; }

/* ---------- Fußbereich ---------- */
footer { text-align: center; padding: 50px 0 40px; }
footer .thanks { font-style: italic; font-size: 21px; margin: 0 0 8px; }
footer .names { font-size: 18px; margin-bottom: 6px; }
footer .fine { font-size: 14px; color: var(--ink-soft); font-style: italic; }
footer .fine a { color: inherit; }

/* Sichtbar-nur-für-Screenreader */
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Toast */
.toast { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 4px; font-size: 16px; z-index: 60; box-shadow: 0 10px 30px -10px rgba(0,0,0,.5); max-width: calc(100vw - 32px); }
.toast[hidden] { display: none; }

/* ---------- Admin ---------- */
.admin body, body.admin { font-size: 17px; }
.admin-bar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line-soft); margin-bottom: 20px; }
.admin-bar .title { font-family: var(--script); font-size: 34px; color: var(--taupe); }
.admin-bar .title small { font-family: var(--ui); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-left: 12px; }
.admin-bar form { display: inline; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px; margin-bottom: 20px; }
.stat { background: var(--white); border: 1px solid var(--line-soft); padding: 12px 14px; }
.stat b { display: block; font-size: 26px; font-weight: 500; line-height: 1.1; }
.stat span { font-family: var(--ui); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: 12.5px; color: var(--ink-soft); }
.toolbar { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 14px 0; }
.toolbar .input { width: auto; flex: 1 1 200px; font-size: 16px; padding: 8px 10px; }
.bulk { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 8px 0 16px; padding: 10px; background: var(--white); border: 1px solid var(--line-soft); position: sticky; top: 0; z-index: 5; }
.bulk .sel { font-style: italic; color: var(--ink-soft); margin-right: auto; }
.agrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; }
.aitem { background: var(--white); border: 1px solid var(--line-soft); padding: 8px; position: relative; font-size: 14px; display: flex; flex-direction: column; gap: 6px; }
.aitem.hidden-item { opacity: .55; outline: 2px dashed var(--line); }
.aitem.selected { outline: 2px solid var(--taupe); }
.aitem .pic { aspect-ratio: 1; background: var(--paper-2); display: grid; place-items: center; overflow: hidden; color: var(--ink-soft); font-style: italic; text-align: center; padding: 6px; }
.aitem .pic img { width: 100%; height: 100%; object-fit: cover; }
.aitem .pic.greet { font-family: var(--serif); font-style: normal; font-size: 14px; padding: 40px 12px 12px; white-space: pre-wrap; overflow: auto; align-items: start; text-align: left; }
.aitem .chk { position: absolute; top: 12px; left: 12px; width: 22px; height: 22px; z-index: 2; accent-color: var(--taupe); }
.aitem .tags { display: flex; flex-wrap: wrap; gap: 4px; }
.aitem .tag { font-family: var(--ui); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 11px; padding: 3px 6px 2px; background: var(--paper-2); border: 1px solid var(--line-soft); }
.aitem .tag.off { background: var(--taupe); color: #fff; border-color: var(--taupe); }
.aitem .tag.fail { background: var(--danger-bg); color: var(--danger); border-color: #E7C9C2; }
.aitem .tag.proc { background: #fff6dd; border-color: #ecd9a0; }
.aitem .who { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aitem .small { color: var(--ink-soft); font-size: 12.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aitem .err { color: var(--danger); font-size: 12.5px; white-space: normal; word-break: break-word; }
.aitem .row { display: flex; flex-wrap: wrap; gap: 4px; margin-top: auto; }
.aitem .row .btn { padding: 6px 8px 5px; min-height: 30px; font-size: 12.5px; letter-spacing: .06em; flex: 1 1 auto; }
.logs { width: 100%; border-collapse: collapse; font-size: 14px; background: var(--white); }
.logs th, .logs td { text-align: left; padding: 6px 8px; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.logs th { font-family: var(--ui); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 12.5px; color: var(--ink-soft); }
.logs td.err { color: var(--danger); }
details.panel { background: var(--white); border: 1px solid var(--line-soft); padding: 12px 16px; margin: 14px 0; }
details.panel summary { cursor: pointer; font-family: var(--ui); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 14px; color: var(--taupe); }
.login-card { max-width: 420px; margin: 60px auto; }
.login-card .monogram { width: 70px; color: var(--mono); }
.kv { font-size: 15px; color: var(--ink-soft); }
.kv code { background: var(--paper-2); padding: 1px 5px; font-size: 14px; }

@media (max-width: 640px) {
  body { font-size: 18px; }
  .hero { padding-block: 40px 28px; }
  .grid { columns: 2 150px; column-gap: 10px; }
  .tile { margin-bottom: 10px; }
  .tile .who { font-size: 20px; }
  .lb .stage { padding-top: 60px; }
  .lb .prev, .lb .next { width: 38px; height: 38px; }
  .menu .drinks { grid-template-columns: 1fr; gap: 2px; text-align: center; }
  .menu .drinks dd { margin-bottom: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tile, .btn { transition: none; }
}
