/* =================================================================
   Neuhauser Weihnachtsmarkt — warmes, einladendes Redesign (v4)
   Gemütlich & festlich, aber klar. Öffnungszeiten als Blickfang.
   ================================================================= */

:root {
  --cream:    #f8f1e3;   /* warmes Pergamentpapier */
  --cream-2:  #f1e6cf;   /* tieferer warmer Ton (Panels) */
  --pine:     #154835;   /* tiefes, warmes Tannengrün */
  --pine-2:   #0e3526;   /* dunkler – Footer/Hero */
  --red:      #b23426;   /* warmes Weihnachtsrot */
  --red-2:    #97291d;
  --gold:     #cf9a3a;   /* Gold/Bernstein – festlicher Akzent */
  --gold-2:   #b8842a;
  --ink:      #2c2419;   /* warmes Dunkelbraun – Text */
  --muted:    #6c6150;   /* gedämpfter Text */
  --line:     #e2d6bd;   /* warme Trennlinie */
  --card:     #fffdf8;

  --serif: "Lora", Georgia, "Times New Roman", serif;
  --sans:  "Mulish", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1140px;
  --pad: clamp(20px, 5vw, 52px);
  --r: 14px;
  --shadow: 0 2px 6px rgba(20,60,45,.07), 0 14px 36px -18px rgba(20,60,45,.35);
  --shadow-sm: 0 2px 10px -4px rgba(20,60,45,.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(16.5px, .5vw + 15px, 18px);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.18; margin: 0 0 .5em; color: var(--ink); text-wrap: balance; }
p { margin: 0 0 1em; }
a { color: var(--red); text-underline-offset: 3px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.star { width: 1em; height: 1em; fill: var(--gold); flex: none; }

/* ---------- Abschnitte ---------- */
.section { padding: clamp(44px, 6vw, 72px) 0; }
.section--warm { background: var(--cream-2); }
.section--pine { background: var(--pine); color: #f4ecdc; }
.section--pine h2, .section--pine h3 { color: #fff; }
.section__head { margin-bottom: clamp(24px, 3vw, 36px); }
.kicker { display: inline-flex; align-items: center; gap: .55em; font-weight: 800; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); margin: 0 0 .8rem; }
.section--pine .kicker { color: var(--gold); }
.section__head h2 { font-size: clamp(1.85rem, 1rem + 2.7vw, 2.8rem); }
.section__head h2::after, .welcome__text h2::after { content: ""; display: block; width: 50px; height: 3px; border-radius: 2px; background: var(--gold); margin-top: .7rem; }
.section__head p { font-size: 1.15rem; color: var(--muted); margin: 0; }
.section--pine .section__head p { color: #cdd9cb; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .5em; font-family: var(--sans); font-weight: 800; font-size: 1rem; padding: 13px 26px; border-radius: 10px; border: 2px solid transparent; cursor: pointer; text-decoration: none; transition: transform .14s ease, background .16s ease, color .16s ease, border-color .16s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--red); color: #fff8ee; }
.btn--primary:hover { background: var(--red-2); }
.btn--gold { background: var(--gold); color: #3a2a08; }
.btn--gold:hover { background: var(--gold-2); }
.btn--cream { background: var(--cream); color: var(--pine-2); }
.btn--cream:hover { background: #fff; }
.btn--ghost { background: transparent; color: #fff8ee; border-color: rgba(255,248,238,.55); }
.btn--ghost:hover { background: rgba(255,248,238,.14); }
.btn .ic { width: 1.15em; height: 1.15em; }

/* ---------- Navigation ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(248,241,227,.93); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; gap: 18px; min-height: 66px; }
.brand { display: inline-flex; align-items: center; gap: .6em; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.brand__logo { height: 44px; width: auto; flex: none; }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__pre { font-family: var(--sans); font-weight: 800; font-size: .9rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 1px; }
.brand__main { font-family: var(--serif); font-weight: 700; font-size: 1.3rem; color: var(--pine); letter-spacing: .005em; }
.nav__links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav__links a { color: var(--ink); text-decoration: none; font-weight: 700; font-size: .96rem; padding: 8px 12px; border-radius: 8px; transition: background .15s ease, color .15s ease; }
.nav__links a:hover { background: #eadfc6; color: var(--pine); }
.nav__links a.nav__cta { background: #f3ddd1; color: var(--red-2); padding: 7px 14px; white-space: nowrap; }
.nav__links a.nav__cta:hover { background: #ecccbe; color: var(--red-2); }
.nav-mobile { display: none; }
.nav__hours { display: flex; align-items: center; gap: 10px; padding-left: 18px; border-left: 1px solid var(--line); }
.nav__hours .ic { width: 22px; height: 22px; color: var(--gold-2); stroke: currentColor; fill: none; stroke-width: 1.8; flex: none; }
.nav__hours .lines { display: flex; flex-direction: column; line-height: 1.18; white-space: nowrap; }
.nav__hours .d { font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.nav__hours .t { font-size: .95rem; font-weight: 800; color: var(--pine); }
.nav__toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--pine); }
.nav__toggle .ic { width: 28px; height: 28px; stroke: currentColor; stroke-width: 2; fill: none; }

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; color: #fbf3e4; display: flex; align-items: center; min-height: clamp(580px, 84vh, 820px); }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(12,36,27,.80) 0%, rgba(12,36,27,.34) 46%, rgba(12,36,27,.06) 74%),
  linear-gradient(180deg, rgba(12,36,27,.28) 0%, rgba(12,36,27,.42) 55%, rgba(12,36,27,.82) 100%),
  radial-gradient(120% 90% at 86% 12%, rgba(207,154,58,.22), transparent 55%); }
.hero__in { position: relative; z-index: 1; width: 100%; padding: clamp(40px, 6vw, 76px) 0; max-width: 700px; }
.hero__kicker { display: inline-flex; align-items: center; gap: .55em; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .85rem; color: var(--gold); margin-bottom: 18px; }
.hero h1 { color: #fff; margin-bottom: .15em; text-shadow: 0 2px 28px rgba(0,0,0,.45); }
.hero__over { display: block; font-family: var(--serif); font-weight: 500; font-style: italic; font-size: clamp(1.45rem, .9rem + 2.1vw, 2.6rem); color: #f3e7cf; line-height: 1; margin-bottom: .06em; }
.hero__name { display: block; font-family: var(--serif); font-weight: 700; font-size: clamp(2rem, 1.1rem + 4.7vw, 4.7rem); line-height: 1; letter-spacing: -.015em; color: #fff; white-space: nowrap; }
.hero h1 em { display: block; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.05rem, .8rem + 1vw, 1.5rem); color: #f0e3c8; margin-top: .6em; letter-spacing: .005em; }
.hero__lead { font-size: 1.2rem; color: #f3ead9; max-width: 52ch; margin-top: 26px; margin-bottom: 28px; }

/* Öffnungszeiten-Box – der Blickfang */
.keybox { background: rgba(14,42,31,.74); backdrop-filter: blur(6px); border: 1px solid rgba(207,154,58,.45); border-radius: var(--r); padding: clamp(18px, 3vw, 26px) clamp(20px, 3vw, 30px); margin-bottom: 26px; box-shadow: var(--shadow); max-width: 600px; }
.keybox__label { display: inline-flex; align-items: center; gap: .5em; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .82rem; color: var(--gold); margin: 0 0 .5rem; }
.keybox__dates { font-family: var(--serif); font-weight: 700; color: #fff; font-size: clamp(1rem, .3rem + 2.3vw, 2rem); line-height: 1.12; margin: 0 0 .3rem; white-space: nowrap; }
.keybox__hours { font-size: clamp(1.05rem, 1vw + .8rem, 1.4rem); font-weight: 700; color: #fbeccc; margin: 0 0 .35rem; }
.keybox__where { font-size: 1rem; color: #d9e3d6; margin: 0; }
.keybox__where b { color: #fff; font-weight: 700; }
.hero__actions { display: flex; gap: 13px; flex-wrap: wrap; }
.hero__vendors { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(243,231,207,.28); max-width: 60ch; }
.hero__vendors-label { display: inline-flex; align-items: center; gap: .5em; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .82rem; color: var(--gold); margin: 0 0 .5rem; }
.hero__vendors-label .star { fill: var(--gold); }
.hero__vendors p { font-size: 1rem; line-height: 1.6; color: #e9ddc6; margin: 0; }
.hero__vendors a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; font-weight: 700; word-break: break-word; }
.hero__vendors a:hover { color: #fff; }

/* ---------- Willkommen ---------- */
.welcome { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.welcome__text p:last-child { margin-bottom: 0; }
.welcome__photo { position: relative; }
.welcome__photo img { width: 100%; height: 100%; max-height: 460px; object-fit: cover; border-radius: var(--r); box-shadow: var(--shadow); }
.welcome__photo figcaption { position: absolute; left: 16px; bottom: 16px; background: var(--red); color: #fff; font-weight: 700; font-size: .82rem; padding: 6px 13px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.lead-big { font-size: 1.22rem; color: var(--ink); }
.lead-big::first-line { font-weight: 600; }

/* ---------- Angebot ---------- */
.offer { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4vw, 52px); }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(24px, 3vw, 34px); box-shadow: var(--shadow-sm); }
.panel h3 { display: flex; align-items: center; gap: .5em; font-size: 1.4rem; margin-bottom: 1rem; color: var(--pine); }
.goods { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 26px; }
.goods li { padding: 7px 0; display: flex; align-items: center; gap: 11px; break-inside: avoid; }
.goods li::before { content: ""; flex: none; width: 11px; height: 11px; background:
  conic-gradient(from 45deg, var(--gold) 0 25%, var(--gold-2) 0 50%, var(--gold) 0 75%, var(--gold-2) 0); clip-path: polygon(50% 0,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0 50%,39% 39%); }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { background: var(--cream-2); border: 1px solid var(--line); color: var(--ink); font-weight: 700; font-size: .94rem; padding: 8px 15px; border-radius: 999px; }
.chip--hot { background: #f4ddd2; border-color: #e7bfae; color: var(--red-2); }
.panel__note { margin: 1.3rem 0 0; color: var(--muted); }

/* ---------- Programm (Karten) ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 26px; box-shadow: var(--shadow-sm); border-top: 4px solid var(--gold); transition: transform .16s ease, box-shadow .18s ease; }
.pcard h3 { display: flex; align-items: center; gap: .5em; font-size: 1.3rem; margin-bottom: .4em; color: var(--ink); }
.pcard h3 .star { width: 1.1em; height: 1.1em; flex: none; }
.pcard p { margin: 0; color: var(--muted); }
.panel, .pcard { transition: transform .16s ease, box-shadow .18s ease; }
.panel:hover, .pcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.note-band { margin-top: 30px; display: flex; align-items: center; gap: 12px; background: var(--cream); border: 1px dashed var(--gold-2); border-radius: 10px; padding: 16px 20px; color: var(--ink); }
.note-band .star { font-size: 1.3rem; }
.section--pine .note-band { background: rgba(255,255,255,.06); border-color: rgba(207,154,58,.6); color: #f4ecdc; }

/* ---------- Galerie ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery button { padding: 0; border: 3px solid var(--card); background: none; cursor: pointer; border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-sm); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery button:hover img { transform: scale(1.05); }
.gallery button:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

.lb { position: fixed; inset: 0; z-index: 100; display: none; flex-direction: column; background: rgba(17,17,19,.96); overscroll-behavior: contain; touch-action: none; }
.lb.open { display: flex; }
.lb__fig { flex: 1; min-height: 0; margin: 0; display: flex; align-items: center; justify-content: center; padding: clamp(20px, 5vw, 58px) 20px 4px; }
.lb__fig img { max-width: 94vw; max-height: 100%; border-radius: 10px; box-shadow: 0 18px 50px rgba(0,0,0,.5); touch-action: none; }
body.lb-lock { overflow: hidden; }
.lb__bar { flex: none; height: 88px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.lb__nav { width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.4); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .15s ease; }
.lb__nav:hover { background: rgba(255,255,255,.26); }
.lb__count { color: var(--cream); font-weight: 700; font-size: .95rem; min-width: 78px; text-align: center; letter-spacing: .03em; }
.lb__close { position: absolute; top: 18px; right: 18px; z-index: 2; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.4); color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .15s ease; }
.lb__close:hover { background: rgba(255,255,255,.26); }

/* ---------- Anfahrt ---------- */
.visit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.hours-card { background: linear-gradient(145deg, #fffdf8, #faf1de); border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; box-shadow: var(--shadow); margin-bottom: 26px; }
.hours-card__top { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.hours-card__top .ic { width: 21px; height: 21px; color: var(--red); stroke: currentColor; fill: none; stroke-width: 1.8; }
.hours-card__label { font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .82rem; color: var(--red); }
.hours-card__free { margin-left: auto; background: var(--gold); color: #3a2a08; font-weight: 800; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; }
.hours-card__dates { font-family: var(--serif); font-weight: 700; font-size: clamp(1.05rem, .7rem + 1.2vw, 1.55rem); color: var(--ink); margin: 0 0 .3rem; line-height: 1.15; white-space: nowrap; }
.hours-card__time { margin: 0; color: var(--muted); font-size: 1.05rem; }
.hours-card__time strong { color: var(--ink); font-weight: 700; }
.addr { margin: 0 0 22px; }
.addr h3 { font-size: 1.15rem; margin-bottom: .2em; }
.addr p { margin: 0; color: var(--muted); }
.addr a { color: var(--ink); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(44,36,25,.3); text-underline-offset: 3px; }
.addr a:hover { color: var(--green); text-decoration-color: currentColor; }
.transit { list-style: none; margin: 0; padding: 0; }
.transit li { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); }
.transit li:first-child { border-top: 0; }
.transit .ln { flex: none; width: 92px; text-align: center; font-weight: 800; font-size: .82rem; color: #fff; background: var(--pine); padding: 5px 8px; border-radius: 7px; }
.transit .ln--red { background: var(--red); }
.map { position: relative; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; background: var(--cream-2); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-consent { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 24px; }
.map-consent p { margin: 0; max-width: 44ch; color: var(--ink); font-size: .95rem; line-height: 1.55; }
.map-consent__note { font-size: .82rem; color: var(--muted) !important; }
.map-link { display: inline-block; margin-top: 12px; font-weight: 700; }

/* ---------- Rechtsseiten (Impressum / Datenschutz) ---------- */
.legal-head { background: var(--pine); color: #f4ecdc; }
.legal-head__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 66px; }
.legal-brand { display: inline-flex; align-items: center; gap: .5em; text-decoration: none; color: #fff; font-family: var(--serif); font-weight: 700; font-size: 1.15rem; }
.legal-brand img { height: 34px; width: auto; }
.legal-back { color: #f4ecdc; text-decoration: none; font-weight: 700; font-size: .95rem; white-space: nowrap; }
.legal-back:hover { color: #fff; text-decoration: underline; }
.legal { max-width: 80ch; padding-top: clamp(34px, 5vw, 58px); padding-bottom: clamp(48px, 7vw, 84px); overflow-wrap: anywhere; hyphens: auto; }
.legal h1 { font-size: clamp(1.9rem, 1rem + 3vw, 2.6rem); margin-bottom: .5em; }
.legal h2 { font-size: 1.3rem; color: var(--pine); margin: 1.9em 0 .5em; }
.legal h3 { font-size: 1.05rem; margin: 1.3em 0 .3em; }
.legal p, .legal li { color: var(--ink); font-size: 1rem; line-height: 1.72; }
.legal p { margin: 0 0 1em; }
.legal ul { margin: 0 0 1.1em; padding-left: 1.3em; }
.legal li { margin-bottom: .4em; }
.legal a { color: var(--red); }
.legal address { font-style: normal; }
.legal-meta { color: var(--muted); font-size: .9rem; }
.legal-fill { background: #fbeede; border: 1px dashed var(--gold-2); border-radius: 6px; padding: 1px 7px; color: var(--red-2); font-weight: 700; }
.legal-foot { background: var(--pine-2); color: #b6c4b6; padding: 22px 0; font-size: .9rem; }
.legal-foot a { color: #fff; }

/* ---------- Teilnehmer ---------- */
.join { text-align: center; max-width: 720px; margin-inline: auto; }
.join .star { display: block; font-size: 2.1rem; margin: 0 auto 10px; }
.join .kicker { font-size: 1.18rem; letter-spacing: .14em; justify-content: center; margin-bottom: .7rem; }
.join h2 { color: #fff; font-size: clamp(1.7rem, 1rem + 2.2vw, 2.4rem); }
.join p { color: #e7ddc9; max-width: 56ch; margin-inline: auto; margin-bottom: 1.6rem; }
.join__mail { margin-top: 1rem; font-weight: 700; color: var(--gold); }
.join__mail a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Footer ---------- */
.footer { background: var(--pine-2); color: #c8d4c6; padding: clamp(48px, 6vw, 76px) 0 28px; }
.footer a { color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: clamp(26px, 4vw, 50px); }
.footer__brand { display: flex; align-items: center; gap: .5em; font-family: var(--serif); font-size: 1.35rem; color: #fff; margin-bottom: .5em; }
.footer h4 { color: var(--gold); font-size: 1rem; letter-spacing: .04em; margin-bottom: .7em; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: .5em; line-height: 1.5; }
.footer p { color: #b6c4b6; max-width: none; }
.footer__legal { margin-top: clamp(28px, 4vw, 44px); padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .84rem; color: #9aac9c; }
.footer__legal p { color: #9aac9c; font-size: .84rem; max-width: none; }
.footer__bottom { margin-top: 16px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .84rem; color: #889a8a; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .nav__links {
    position: fixed; top: 66px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 3px;
    background: var(--cream); border-top: 1px solid var(--line);
    border-radius: 0 0 16px 16px; padding: 12px var(--pad) 18px;
    box-shadow: 0 24px 46px -18px rgba(20,60,45,.5);
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
  }
  .nav__links.open { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity .22s ease, transform .22s ease; }
  .nav__links a { padding: 13px 14px; }
  .nav__links .nav-mobile { display: block; }
  .nav__links a.nav__cta { text-align: center; margin-top: 8px; }
  .nav__toggle { display: inline-flex; }
}
@media (max-width: 880px) {
  .welcome, .offer, .visit { grid-template-columns: 1fr; }
  .welcome__photo { order: -1; }
  .cards { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .goods { columns: 1; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr; }
  .nav__hours { display: none; }
  .hero__actions .btn { flex: 1 1 auto; justify-content: center; }
}
@media (max-width: 360px) {
  .nav__in { gap: 10px; }
  .brand__logo { height: 40px; }
  .brand__main { font-size: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn:hover, .gallery button:hover img { transform: none; }
  .gallery img { transition: none; }
}
