/* =====================================================================
   80 Jahre Mannheimer Morgen — MM-Menü
   Page styles. Built on mm-tokens.css. Culinary "Leben" green accent.
   ===================================================================== */

:root {
  --accent:       var(--mm-leben);          /* default: Leben green        */
  --accent-deep:  rgb(31, 122, 74);
  --accent-soft:  rgba(48, 178, 108, 0.12);
  --maxw:         1080px;
  --gutter:       clamp(20px, 5vw, 80px);
  --nav-h:        64px;
}

body { color: var(--mm-fg-1); background: var(--mm-bg); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* give empty drop-slots a clean MM-grey fill so they read as image areas */
image-slot::part(frame) { background: var(--mm-bg-surface); }
.venue__logo image-slot::part(frame) { background: #fff; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }

/* ---------------------------------------------------------------- accents */
.acc { color: var(--accent); }
.sq-label {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mm-font-sans); font-weight: 700;
  font-size: clamp(22px, 3vw, 32px); line-height: 1.15; color: var(--mm-fg-1);
}
.sq-label::before {
  content: none;
}

/* ====================================================== MASTHEAD (MM chrome) */
.mm-utility {
  background: var(--mm-blue-deep); color: #fff;
  display: flex; align-items: center; gap: 24px;
  padding: 12px var(--gutter); font-size: 13px; font-weight: 500;
}
.mm-utility .util-mid { flex: 1; text-align: center; opacity: .5; letter-spacing: .02em; }
.mm-utility .util-list { display: inline-flex; gap: 22px; }
.mm-utility .util-item { display: inline-flex; align-items: center; gap: 8px; }
.mm-utility svg { width: 14px; height: 14px; }
.mm-band {
  background: var(--mm-blue-deep); color: #fff;
  border-top: .5px solid var(--mm-stroke);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 16px var(--gutter);
}
.mm-band img { height: 58px; justify-self: center; }
.mm-band .band-right {
  justify-self: end; font-size: 14px; font-weight: 500; letter-spacing: .04em;
  text-transform: uppercase; opacity: .8;
}
.mm-mainnav {
  background: var(--mm-blue-deep); color: #fff;
  display: flex; gap: 30px; align-items: center;
  padding: 0 var(--gutter); height: 48px; border-top: .5px solid var(--mm-stroke);
  font-size: 15px; font-weight: 500; overflow-x: auto; scrollbar-width: none;
}
.mm-mainnav::-webkit-scrollbar { display: none; }
.mm-mainnav span { color: rgba(255,255,255,.55); white-space: nowrap; padding: 4px 0; }
.mm-mainnav span.is-active { color: #fff; box-shadow: inset 0 -2px 0 var(--accent); }

/* ====================================================== CAMPAIGN STICKY NAV */
.cnav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.96); backdrop-filter: none;
  border-bottom: 1px solid var(--mm-border);
  display: flex; align-items: center; gap: 24px;
  padding: 0 var(--gutter); height: var(--nav-h);
}
.cnav__brand {
  display: flex; flex-direction: column; line-height: 1; margin-right: auto;
}
.cnav__brand b {
  font-family: var(--mm-font-display); font-weight: 700; font-size: 22px; color: var(--accent);
}
.cnav__brand small {
  font-family: var(--mm-font-sans); font-weight: 600; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent-deep); margin-top: 3px;
}
.cnav__links { display: flex; gap: 26px; align-items: center; }
.cnav__links a {
  font-family: var(--mm-font-sans); font-weight: 500; font-size: 15px;
  color: var(--mm-fg-1); text-decoration: none; padding: 6px 0; position: relative;
}
.cnav__links a:hover { color: var(--accent-deep); }
.cnav__links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--accent); transition: right .22s ease;
}
.cnav__links a:hover::after { right: 0; }

.btn-ticket {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff; border: 0; cursor: pointer;
  font-family: var(--mm-font-sans); font-weight: 700; font-size: 14px; letter-spacing: .02em;
  padding: 11px 20px; border-radius: var(--mm-radius-xs); text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.btn-ticket:hover { background: var(--accent-deep); transform: translateY(-1px); }
.btn-ticket.lg { font-size: 16px; padding: 16px 30px; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--accent-deep);
  border: 1.5px solid var(--accent); cursor: pointer;
  font-family: var(--mm-font-sans); font-weight: 700; font-size: 14px;
  padding: 10px 20px; border-radius: var(--mm-radius-xs); text-decoration: none;
}
.btn-ghost:hover { background: var(--accent-soft); }
.cnav__burger { display: none; }

/* ====================================================== HERO */
.hero { position: relative; }
.jubilee {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--accent); color: #fff; border-radius: var(--mm-radius-xs);
  font-family: var(--mm-font-sans); font-weight: 700; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; padding: 8px 14px;
}
.jubilee b { font-size: 15px; letter-spacing: .06em; }

/* -- Variant: Editorial (full-bleed image + overlapping headline card) */
.hero--editorial .hero__media { width: 100%; height: clamp(420px, 62vh, 680px); }
.hero--editorial .hero__media image-slot { width: 100%; height: 100%; }
.hero--editorial > .wrap { max-width: none; }
.hero--editorial .hero__card {
  position: relative; max-width: 1100px; width: 100%; margin: -120px auto 0; z-index: 2;
  background: #fff; padding: clamp(28px, 4vw, 52px); border-radius: var(--mm-radius-xs);
  box-shadow: var(--mm-shadow-lg);
}
.hero--editorial .hero__card h1 {
  font-family: var(--mm-font-sans); font-weight: 700;
  font-size: clamp(30px, 4.6vw, 52px); line-height: 1.12; margin: 48px 0 0; text-wrap: balance;
}
.hero--editorial .hero__card .hero__sub {
  font-family: var(--mm-font-serif); font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55; color: var(--mm-fg-1); margin-top: 16px; max-width: 56ch;
}
.hero--editorial .hero__cta { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }

/* -- Variant: Split (text panel + image) */
.hero--split .hero__grid {
  display: grid; grid-template-columns: 1fr 1fr; min-height: clamp(460px, 64vh, 640px);
}
.hero--split .hero__panel {
  background: var(--mm-blue-deep); color: #fff;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(32px, 5vw, 76px) clamp(28px, 5vw, 72px);
}
.hero--split .hero__panel h1 {
  font-family: var(--mm-font-sans); font-weight: 700;
  font-size: clamp(30px, 3.6vw, 50px); line-height: 1.12; margin: 20px 0 0; color: #fff; text-wrap: balance;
}
.hero--split .hero__panel .hero__sub {
  font-family: var(--mm-font-serif); font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55; margin-top: 18px; color: rgba(255,255,255,.85); max-width: 46ch;
}
.hero--split .hero__cta { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero--split .hero__panel .jubilee { align-self: flex-start; }
.hero--split image-slot { width: 100%; height: 100%; min-height: 320px; }

/* -- Variant: Banner (navy band, centered, image strip below) */
.hero--banner .hero__banner {
  background: var(--mm-blue-deep); color: #fff; text-align: center;
  padding: clamp(40px, 7vw, 96px) var(--gutter) clamp(34px, 5vw, 64px);
}
.hero--banner .hero__banner .num80 {
  font-family: var(--mm-font-display); font-weight: 700;
  font-size: clamp(72px, 13vw, 168px); line-height: .9; color: var(--accent);
}
.hero--banner .hero__banner h1 {
  font-family: var(--mm-font-sans); font-weight: 700;
  font-size: clamp(26px, 3.6vw, 46px); line-height: 1.14; margin: 10px auto 0; max-width: 18ch; color: #fff;
}
.hero--banner .hero__banner .hero__sub {
  font-family: var(--mm-font-serif); font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55; margin: 18px auto 0; max-width: 60ch; color: rgba(255,255,255,.85);
}
.hero--banner .hero__cta { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero--banner .hero__strip { width: 100%; height: clamp(220px, 34vh, 380px); }
.hero--banner .hero__strip image-slot { width: 100%; height: 100%; }

.scroll-cue {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mm-font-sans); font-weight: 600; font-size: 15px;
  color: var(--accent-deep); text-decoration: none; background: none; border: 0; cursor: pointer;
}
.scroll-cue .arrow { animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

/* ====================================================== INTRO */
.intro { background: var(--mm-bg-alt); padding: clamp(56px, 8vw, 104px) 0; position: relative; overflow: hidden; }
.intro__num {
  position: absolute; right: -2vw; top: 50%; transform: translateY(-50%);
  font-family: var(--mm-font-display); font-weight: 700; font-size: 44vh;
  line-height: 1; color: var(--accent); opacity: .06; pointer-events: none; user-select: none;
}
.intro__inner { position: relative; max-width: 1100px; margin: 0 auto; padding-inline: clamp(28px, 4vw, 52px); }

.hero__img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* campaign logo in hero */
.hero__logo { width: clamp(180px, 26%, 280px); height: auto; display: block; }
.hero--editorial .hero__logo { margin: 0 0 6px; }
.hero--banner .hero__logo,
.hero--split .hero__logo { filter: brightness(0) invert(1); margin: 0 0 8px; }
.hero--banner .hero__logo { margin-inline: auto; }
.intro__logo {
  width: clamp(220px, 34%, 320px); height: auto; margin: 0 0 28px;
}
.intro h2 {
  font-family: var(--mm-font-sans); font-weight: 700;
  font-size: clamp(26px, 3.4vw, 40px); line-height: 1.16; margin: 20px 0 0; text-wrap: balance;
}
.intro p {
  font-family: var(--mm-font-serif); font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6; margin: 22px 0 0; color: var(--mm-fg-1);
}
.intro p.appetit { font-weight: 700; font-style: italic; color: var(--accent-deep); }

/* ====================================================== RESTAURANTS SECTION */
.restaurants { padding: clamp(48px, 7vw, 88px) 0 0; }
.restaurants__head { display: flex; flex-direction: column; gap: 22px; }

/* chips */
.chips-bar {
  position: sticky; top: var(--nav-h); z-index: 50;
  background: rgba(255,255,255,.96); border-bottom: 1px solid var(--mm-border);
  margin-top: 26px;
  transition: opacity .25s ease;
}
body.chips-mute .chips-bar { opacity: 0; pointer-events: none; }
.chips {
  display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none;
  padding: 14px var(--gutter); max-width: var(--maxw); margin: 0 auto;
}
.chips::-webkit-scrollbar { display: none; }
.chip {
  flex: 0 0 auto; cursor: pointer; white-space: nowrap;
  font-family: var(--mm-font-sans); font-weight: 600; font-size: 14px;
  color: var(--mm-fg-1); background: var(--mm-bg-alt);
  border: 1px solid var(--mm-border); border-radius: var(--mm-radius-pill);
  padding: 9px 18px; transition: all .18s ease;
}
.chip:hover { border-color: var(--accent); color: var(--accent-deep); }
.chip.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }

/* one restaurant */
.resto { scroll-margin-top: calc(var(--nav-h) + 60px); padding: clamp(48px, 7vw, 88px) 0; }
.resto + .resto { border-top: 1px solid var(--mm-border); }
.resto__portrait { width: 100%; }
.resto__portrait image-slot { width: 100%; height: clamp(320px, 46vw, 520px); }
.resto__caption {
  font-family: var(--mm-font-sans); font-weight: 500; font-size: 14px;
  color: var(--mm-fg-meta); margin-top: 10px;
}
.resto__name {
  font-family: var(--mm-font-sans); font-weight: 700;
  font-size: clamp(30px, 4.4vw, 48px); line-height: 1.1; margin: 28px 0 0; text-wrap: balance;
}
.resto__eyebrow {
  font-family: var(--mm-font-sans); font-weight: 600; font-size: 14px; letter-spacing: .02em;
  color: var(--accent-deep); text-transform: none;
}
.resto__lede { max-width: 70ch; }
.resto__lede p {
  font-family: var(--mm-font-serif); font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.6; margin: 18px 0 0;
}
.resto__menuhead { margin: clamp(36px, 5vw, 60px) 0 0; }

/* courses — alternating editorial rows */
.courses { margin-top: 34px; display: flex; flex-direction: column; gap: clamp(28px, 4vw, 52px); }
.course {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center;
}
.course:nth-child(even) .course__media { order: 2; }
.course__media { position: relative; }
.course__media image-slot { width: 100%; height: clamp(240px, 30vw, 360px); }
.course__num {
  position: absolute; left: 0; bottom: 0; z-index: 3;
  background: var(--accent); color: #fff;
  font-family: var(--mm-font-sans); font-weight: 700; font-size: 13px; letter-spacing: .04em;
  padding: 7px 12px; border-radius: 0 var(--mm-radius-xs) 0 0;
}
.slot-expand {
  position: absolute; right: 10px; top: 10px; z-index: 4;
  width: 38px; height: 38px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(0,26,77,.78); color: #fff;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .18s ease;
}
.course__media:hover .slot-expand { opacity: 1; }
.slot-expand svg { width: 18px; height: 18px; }
.course__body .course__title {
  font-family: var(--mm-font-sans); font-weight: 700; font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.18; margin: 0;
}
.course__desc {
  font-family: var(--mm-font-sans); font-weight: 400; font-size: clamp(16px, 1.4vw, 19px);
  color: var(--mm-fg-1); margin: 10px 0 0; line-height: 1.45;
}
.course__wine {
  font-family: var(--mm-font-serif); font-style: italic; font-size: 16px;
  color: var(--mm-fg-meta); margin: 16px 0 0; padding-top: 14px;
  border-top: 1px solid var(--mm-border); line-height: 1.45; max-width: 42ch;
}
.resto__note {
  font-family: var(--mm-font-serif); font-style: italic; font-size: 15px;
  color: var(--mm-fg-meta); margin: 30px 0 0;
}

/* venue card */
.venue {
  margin-top: clamp(36px, 5vw, 56px); background: var(--mm-bg-alt);
  border-radius: var(--mm-radius-xs); padding: clamp(26px, 4vw, 44px);
  display: grid; grid-template-columns: 200px 1fr 1fr 1.2fr; gap: clamp(24px, 3vw, 40px); align-items: start;
}
.venue__logo image-slot { width: 100%; height: 96px; }
.venue h4 {
  font-family: var(--mm-font-sans); font-weight: 700; font-size: 14px; letter-spacing: .04em;
  text-transform: uppercase; color: var(--accent-deep); margin: 0 0 10px;
}
.venue__col p, .venue__col address {
  font-family: var(--mm-font-sans); font-style: normal; font-size: 16px; line-height: 1.55;
  color: var(--mm-fg-1); margin: 0;
}
.venue__col a { color: var(--accent-deep); text-decoration: none; }
.venue__col a:hover { text-decoration: underline; }

/* ====================================================== GUTSCHEIN STEPS */
.steps-sec { background: var(--mm-blue-deep); color: #fff; padding: clamp(56px, 8vw, 100px) 0; position: relative; overflow: hidden; }
.steps-sec .sq-label { color: #fff; }
.steps-sec h2 {
  font-family: var(--mm-font-sans); font-weight: 700; color: #fff;
  font-size: clamp(28px, 4vw, 44px); line-height: 1.12; margin: 18px 0 0; max-width: 20ch;
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 44px); margin-top: clamp(36px, 5vw, 60px); }
.step { border-top: 2px solid var(--accent); padding-top: 22px; }
.step__n {
  font-family: var(--mm-font-display); font-weight: 700; font-size: 48px; line-height: 1;
  color: var(--accent);
}
.step h3 {
  font-family: var(--mm-font-sans); font-weight: 700; font-size: 22px; margin: 12px 0 0; color: #fff;
}
.step p {
  font-family: var(--mm-font-serif); font-size: 17px; line-height: 1.55; margin: 12px 0 0; color: rgba(255,255,255,.82);
}

/* ====================================================== CTA / OFFICES */
.cta { padding: clamp(56px, 8vw, 100px) 0; text-align: center; }
.cta__price {
  font-family: var(--mm-font-display); font-weight: 700; font-size: clamp(56px, 9vw, 104px);
  line-height: 1; color: var(--accent);
}
.cta h2 {
  font-family: var(--mm-font-sans); font-weight: 700; font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.14; margin: 14px auto 0; max-width: 22ch; text-wrap: balance;
}
.cta p {
  font-family: var(--mm-font-serif); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55;
  margin: 18px auto 0; max-width: 56ch; color: var(--mm-fg-1);
}
.cta__btns { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta__menulogo { display: block; margin: clamp(28px, 4vw, 44px) auto 0; width: clamp(180px, 22vw, 260px); height: auto; }
.offices {
  margin-top: clamp(44px, 6vw, 72px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  text-align: left; border-top: 1px solid var(--mm-border); padding-top: 40px;
}
.office h4 {
  font-family: var(--mm-font-sans); font-weight: 700; font-size: 18px; margin: 0 0 10px;
}
.office address {
  font-style: normal; font-family: var(--mm-font-sans); font-size: 16px; line-height: 1.55; color: var(--mm-fg-1);
}
.legal {
  max-width: var(--maxw); margin: 36px auto 0; padding: 0 var(--gutter);
  font-family: var(--mm-font-serif); font-size: 13px; line-height: 1.55; color: var(--mm-fg-meta);
}
.steps__note {
  margin: 48px 0 0; font-family: var(--mm-font-serif);
  font-size: 13px; line-height: 1.55; color: var(--mm-fg-meta); max-width: 70ch;
}

/* ====================================================== FOOTER */
.foot { background: var(--mm-blue-deep); color: #fff; padding: 44px 0; }
.foot__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot img { height: 46px; }
.foot__links { display: flex; gap: 26px; }
.foot__links a {
  font-family: var(--mm-font-sans); font-weight: 500; font-size: 14px; color: rgba(255,255,255,.8);
  text-decoration: none;
}
.foot__links a:hover { color: #fff; }

/* ====================================================== LIGHTBOX */
.lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(10,14,24,.92);
  display: flex; align-items: center; justify-content: center; padding: 40px;
  opacity: 0; pointer-events: none; transition: opacity .22s ease;
}
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 86vh; border-radius: var(--mm-radius-xs); box-shadow: var(--mm-shadow-lg); }
.lightbox__close {
  position: absolute; top: 24px; right: 28px; width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.12); color: #fff; border: 0; cursor: pointer; font-size: 22px;
}
.lightbox__close:hover { background: rgba(255,255,255,.22); }
.lightbox__cap {
  position: absolute; bottom: 28px; left: 0; right: 0; text-align: center;
  font-family: var(--mm-font-sans); font-size: 14px; color: rgba(255,255,255,.8);
}

/* ====================================================== REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ====================================================== RESPONSIVE */
@media (max-width: 980px) {
  .venue { grid-template-columns: 1fr 1fr; }
  .venue__logo { grid-column: 1 / -1; }
  .venue__logo image-slot { height: 80px; max-width: 220px; }
}
.mm-brand-abbr { display: none; }
@media (max-width: 980px) {
  .mm-brand-full { display: none; }
  .mm-brand-abbr { display: inline; }
}
@media (max-width: 860px) {
  .mm-utility .util-mid { display: none; }
  .mm-utility > span:last-child { margin-left: auto; }
  .cnav__links { display: none; }
  .cnav .btn-ticket .btn-ticket-word { display: none; }
  .util-svc-label { display: none; }
  .mm-brand-abbr { display: inline; }
  .cnav__brand { margin-right: auto; }
  .hero--split .hero__grid { grid-template-columns: 1fr; }
  .hero--split image-slot { min-height: 280px; order: -1; }
  .steps { grid-template-columns: 1fr; }
  .course { grid-template-columns: 1fr; gap: 18px; }
  .course:nth-child(even) .course__media { order: 0; }
  .course__media image-slot { height: clamp(220px, 56vw, 320px); }
  .offices { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .venue { grid-template-columns: 1fr; }
  .mm-band img { height: 46px; }
  .hero--editorial .hero__card { margin-top: -70px; }
}

/* ====================================================== KONTAKT PAGE */
.cnav__links a.is-current { color: var(--accent-deep); }
.cnav__links a.is-current::after { right: 0; }

.kontakt { padding: clamp(44px, 6vw, 84px) 0 clamp(40px, 6vw, 72px); }
.kontakt__head { max-width: 720px; }
.kontakt__head .sq-label { font-size: clamp(30px, 4.4vw, 46px); }
.kontakt__intro {
  font-family: var(--mm-font-serif); font-size: clamp(18px, 1.5vw, 21px); line-height: 1.6;
  color: var(--mm-fg-1); margin: 20px 0 0; text-wrap: pretty;
}
.kontakt__note {
  font-family: var(--mm-font-sans); font-size: 16px; line-height: 1.55;
  color: var(--mm-fg-meta); margin: 14px 0 0;
}
.kontakt__note a { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 2px; }

.kontakt__grid {
  margin-top: clamp(34px, 4.5vw, 56px);
  display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

/* form */
.kontakt-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span {
  font-family: var(--mm-font-sans); font-weight: 600; font-size: 14px; color: var(--mm-fg-1);
}
.field input, .field select, .field textarea {
  font-family: var(--mm-font-sans); font-size: 16px; color: var(--mm-fg-1);
  background: var(--mm-bg); border: 1px solid var(--mm-border); border-radius: var(--mm-radius-xs);
  padding: 13px 14px; width: 100%; transition: border-color .16s ease, box-shadow .16s ease;
}
.field textarea { resize: vertical; min-height: 132px; line-height: 1.5; }
.field input::placeholder, .field textarea::placeholder { color: var(--mm-fg-muted); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.field.is-err input, .field.is-err textarea, .field.is-err select { border-color: #c0392b; }

.checkbox {
  display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start;
  font-family: var(--mm-font-sans); font-size: 14px; line-height: 1.5; color: var(--mm-fg-meta);
}
.checkbox input { width: 19px; height: 19px; margin-top: 1px; accent-color: var(--accent); cursor: pointer; }
.checkbox a { color: var(--accent-deep); text-decoration: underline; }
.checkbox.is-err span { color: #c0392b; }
.kontakt-form .btn-ticket { align-self: flex-start; margin-top: 4px; }

/* success */
.form-success {
  border: 1px solid var(--mm-border); border-radius: var(--mm-radius-md);
  background: var(--mm-bg-alt); padding: clamp(32px, 5vw, 52px); text-align: center;
}
.form-success__ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%; background: var(--accent); color: #fff; margin-bottom: 18px;
}
.form-success h3 {
  font-family: var(--mm-font-sans); font-weight: 700; font-size: clamp(22px, 2.4vw, 28px); margin: 0;
}
.form-success p {
  font-family: var(--mm-font-serif); font-size: 18px; line-height: 1.55; color: var(--mm-fg-1); margin: 12px 0 22px;
}

/* rail */
.kontakt__rail {
  background: var(--mm-bg-alt); border-radius: var(--mm-radius-md);
  padding: clamp(26px, 3vw, 36px); position: sticky; top: 24px;
}
.kontakt__rail h3 {
  font-family: var(--mm-font-sans); font-weight: 700; font-size: 18px; letter-spacing: .04em;
  text-transform: uppercase; color: var(--accent-deep); margin: 0 0 22px;
}
.contact-methods { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.contact-methods li { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }
.cm-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%; background: var(--mm-bg); color: var(--accent-deep);
  border: 1px solid var(--mm-border);
}
.contact-methods .cm-label {
  display: block; font-family: var(--mm-font-sans); font-weight: 700; font-size: 13px;
  letter-spacing: .04em; text-transform: uppercase; color: var(--mm-fg-meta); margin-bottom: 4px;
}
.contact-methods a, .contact-methods address {
  font-family: var(--mm-font-sans); font-style: normal; font-size: 16px; line-height: 1.5;
  color: var(--mm-fg-1); text-decoration: none;
}
.contact-methods a:hover { color: var(--accent-deep); }
.contact-methods .cm-sub {
  display: block; font-family: var(--mm-font-sans); font-size: 14px; color: var(--mm-fg-meta); margin-top: 2px;
}
.kontakt__logo { display: block; width: clamp(160px, 70%, 220px); height: auto; margin: 30px 0 0; }

@media (max-width: 860px) {
  .kontakt__grid { grid-template-columns: 1fr; }
  .kontakt__rail { position: static; }
}
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
}
