/* casino2324.lol — Casino 2324 / Казино 2324. Тема «Гранд-Пассаж»: витражный неф-свод, чугунные аркады, ротонда, газовые фонари. Латунь + стекло + изумруд. */

:root {
  --bg: #0b120f;
  --bg2: #101a15;
  --bg3: #16241d;
  --line: #1e3228;
  --line2: #2b4939;
  --txt: #e9f2ec;
  --txt-d: #9cb4a8;
  --txt-dd: #6c8477;
  --brass: #d8b45c;
  --glass: #b8c6bd;
  --emerald: #2f7a5e;
  --terra: #d9694a;
  --cta1: #ecc86a;
  --cta2: #c99a3c;
  --rad: 13px;
  --rad-s: 7px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.63 "Cantarell", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 88% -12%, rgba(216, 180, 92, .13) 0%, transparent 60%),
    radial-gradient(860px 600px at -8% 58%, rgba(47, 122, 94, .12) 0%, transparent 62%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--brass); text-decoration: none }
a:hover { text-decoration: underline }

.aislejump {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 13px; background: var(--brass); color: #0a0d0a;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.aislejump:focus { top: 8px }

/* ===== HEADER / PASSAGE BAR ===== */
.pasazbar {
  display: flex; align-items: center; gap: 16px;
  padding: 13px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 18, 15, .84);
  backdrop-filter: blur(11px);
  position: sticky; top: 0; z-index: 50;
}
.pasazcrest { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.pasazcrest:hover { text-decoration: none }
.pasazcrest__mark {
  width: 31px; height: 31px; flex: none;
  filter: drop-shadow(0 0 9px rgba(216, 180, 92, .5));
}
.pasazcrest__name {
  font-family: "Sedan", "Cantarell", system-ui, serif;
  font-weight: 400; line-height: 1; letter-spacing: -.2px; font-size: 19px;
}
.pasazcrest__tag {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.3px; font-weight: 700; margin-top: 4px;
  text-transform: uppercase;
}
.passnav { display: flex; gap: 21px; margin-left: auto; flex-wrap: wrap }
.passnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.passnav a:hover { color: var(--brass); border-bottom-color: var(--brass); text-decoration: none }

/* ===== CTA / OPEN BUTTON ===== */
.openbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 21px; border-radius: 8px;
  font-family: "Sedan", "Cantarell", system-ui, serif;
  font-weight: 400; font-size: 15px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .1px;
}
.openbtn:hover { text-decoration: none; transform: translateY(-1px) }
.openbtn--slim { background: var(--bg3); color: var(--txt); border-color: var(--line); font-size: 14px }
.openbtn--slim:hover { background: var(--bg2); border-color: var(--brass) }
.openbtn--wide { padding: 15px 30px; font-size: 16px; border-radius: 10px }
.openbtn--glow {
  background: linear-gradient(118deg, var(--cta1) 0%, var(--cta2) 100%);
  color: #201603; border: 0;
  box-shadow: 0 12px 30px -11px rgba(216, 180, 92, .7);
  font-weight: 400;
}
.openbtn--glow:hover { box-shadow: 0 16px 40px -8px rgba(216, 180, 92, .9) }
.openbtn--line { background: transparent; color: var(--txt); border-color: var(--line) }
.openbtn--line:hover { border-color: var(--brass); color: var(--brass) }

/* ===== AGGREGATE COUNTER STRIP (CONCOURSE) ===== */
.concourserow {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 11px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(216, 180, 92, .04), rgba(47, 122, 94, .035));
  font-size: 13px;
}
.concourserow__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 15px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.concourserow__cell:last-child { border-right: 0 }
.concourserow__fig {
  font-family: "Sedan", "Cantarell", system-ui, serif;
  font-weight: 400; font-size: 16px; color: var(--brass);
  letter-spacing: -.2px;
}
.concourserow__cap { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO / PASSAGE ROW ===== */
.passagerow {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 38px;
  padding: 50px 22px 34px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.passagerow__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.3px; color: var(--brass);
  background: rgba(216, 180, 92, .08);
  border: 1px solid rgba(216, 180, 92, .28);
  padding: 6px 13px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Sedan", "Cantarell", system-ui, serif;
  font-size: clamp(29px, 4.3vw, 48px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -.6px; font-weight: 400;
}
.gild { color: var(--brass) }
.passagerow__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.passagerow__act { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.passagerow__pic { margin: 0 }
.passagerow__svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--rad); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 30% 28%, rgba(216, 180, 92, .22), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(47, 122, 94, .2), transparent 66%),
    linear-gradient(135deg, #0d1712 0%, #16241d 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 62px -22px rgba(216, 180, 92, .4);
}
.passagerow__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline block (PROMENADE) */
.promenadbox {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.promenadbox__item { display: flex; flex-direction: column; gap: 2px }
.promenadbox__fig {
  font-family: "Sedan", system-ui, serif;
  font-size: 27px; font-weight: 400;
  color: var(--brass); letter-spacing: -.4px;
}
.promenadbox__cap { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 58px 22px;
}
section.passagerow, section.arcadebox { padding-top: 36px }
.overtitle {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--emerald); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Sedan", "Cantarell", system-ui, serif;
  font-size: clamp(23px, 3.1vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.3px; font-weight: 400;
}
h3 {
  font-family: "Sedan", "Cantarell", system-ui, serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--brass); font-weight: 400; letter-spacing: -.1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.pasaztext { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 790px }
.tone { color: var(--brass) }
.tone-e { color: var(--emerald) }
.tone-t { color: var(--terra) }

/* ===== WELCOME / ARCADE ===== */
.arcadebox {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(216, 180, 92, .07) 0%, transparent 70%),
    rgba(16, 26, 21, .55);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 32px 22px;
  max-width: none;
}
.arcadebox__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.boutiqcard {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.boutiqcard:hover { border-color: var(--brass); transform: translateY(-2px) }
.boutiqcard::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(216, 180, 92, .07), transparent 60%);
  pointer-events: none;
}
.boutiqcard__step {
  font-family: "Sedan", system-ui, serif;
  font-size: 11px; color: var(--emerald); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.boutiqcard__pct {
  font-family: "Sedan", system-ui, serif;
  font-size: 29px; font-weight: 400; line-height: 1;
  color: var(--brass); letter-spacing: -.6px;
  margin-bottom: 8px;
}
.boutiqcard__title { font-family: "Sedan", serif; font-size: 15px; margin-bottom: 6px; color: var(--txt) }
.boutiqcard__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS / COLONNADE ===== */
.colonnadegrid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.colonnadebox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 24px;
  position: relative;
}
.colonnadebox__num {
  font-family: "Sedan", system-ui, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 54px; font-weight: 400; line-height: 1;
  color: var(--bg3);
}
.colonnadebox__head {
  font-family: "Sedan", serif;
  font-size: 18px; font-weight: 400; margin-bottom: 12px;
  color: var(--brass);
}
.colonnadebox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID / KIOSK ===== */
.kioskgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(222px, 1fr));
  gap: 14px; margin: 24px 0;
}
.kioskbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.kioskbox:hover {
  transform: translateY(-3px);
  border-color: var(--brass);
  box-shadow: 0 18px 34px -14px rgba(216, 180, 92, .4);
}
.kioskbox__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Sedan", system-ui, serif;
  font-weight: 400; font-size: 22px; color: rgba(233, 242, 236, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.kioskbox__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.36) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #123a26 0%, #2f7a5e 100%) }
.cv-2 { background: linear-gradient(135deg, #2b2205 0%, #d8b45c 100%); color: #1a1305 }
.cv-3 { background: linear-gradient(135deg, #1d2b24 0%, #b8c6bd 100%); color: #12201a }
.cv-4 { background: linear-gradient(135deg, #3a1a10 0%, #d9694a 100%) }
.cv-5 { background: linear-gradient(135deg, #0f2a20 0%, #4fae86 100%) }
.cv-6 { background: linear-gradient(135deg, #2b2410 0%, #ecc86a 100%); color: #1a1305 }
.cv-7 { background: linear-gradient(135deg, #14332a 0%, #3f9a76 100%) }
.cv-8 { background: linear-gradient(135deg, #322612 0%, #c99a3c 100%); color: #1a1305 }
.cv-9 { background: linear-gradient(135deg, #1a2e26 0%, #9fb8ac 100%); color: #12201a }
.cv-10 { background: linear-gradient(135deg, #3a2213 0%, #d9694a 100%) }
.cv-11 { background: linear-gradient(135deg, #10362a 0%, #2f7a5e 100%) }
.cv-12 { background: linear-gradient(135deg, #2b2408 0%, #d8b45c 100%); color: #1a1305 }

.kioskbox h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 400; font-family: "Sedan", serif }
.kioskbox p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.kioskbox .openbtn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 400;
  border: 1px solid var(--line); transition: all .15s;
}
.kioskbox .openbtn:hover { background: var(--brass); border-color: var(--brass); color: #201603; text-decoration: none; transform: none }

.galleryset { margin: 22px 0 0 }
.galleryset__cap { font-size: 12px; color: var(--emerald); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.galleryset__row { display: flex; flex-wrap: wrap; gap: 8px }
.vitrinetag {
  padding: 6px 12px;
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY / CUPOLA ===== */
.cupolashop {
  max-width: 1240px; margin: 0 auto; padding: 58px 22px;
}
.balconset {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.pilastrbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  transition: border-color .2s;
}
.pilastrbox:hover { border-color: var(--emerald) }
.pilastrbox__h { font-family: "Sedan", serif; font-weight: 400; font-size: 17px; margin-bottom: 10px; color: var(--emerald) }
.pilastrbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP ladder as stacked balconies */
.balconrow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.balconcard {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.balconcard:nth-child(1) { transform: translateY(0) }
.balconcard:nth-child(2) { transform: translateY(-5px) }
.balconcard:nth-child(3) { transform: translateY(-11px) }
.balconcard:nth-child(4) { transform: translateY(-18px); border-color: var(--emerald); background: var(--bg2) }
.balconcard:nth-child(5) { transform: translateY(-26px); border-color: var(--emerald); background: var(--bg2) }
.balconcard:nth-child(6) { transform: translateY(-35px); border-color: var(--brass); background: linear-gradient(135deg, var(--bg2), rgba(216, 180, 92, .09)) }
.balconcard__name {
  font-family: "Sedan", system-ui, serif;
  font-size: 12px; font-weight: 400; color: var(--txt);
  display: block; line-height: 1.05; margin-bottom: 5px;
}
.balconcard__cb { font-size: 11px; color: var(--txt-d) }
.balconcard:nth-child(6) .balconcard__name { color: var(--brass) }

/* ===== TOUR / TERRAZZO ===== */
.terrazzocard {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(47, 122, 94, .12) 0%, transparent 70%),
    var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.terrazzocard__act { margin: 22px 0 28px }
.keystoneset {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.keystonetag {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.keystonetag__fig {
  font-family: "Sedan", system-ui, serif;
  font-size: 22px; font-weight: 400; color: var(--brass);
  margin-bottom: 4px; letter-spacing: -.2px;
}
.keystonetag__lbl { font-size: 14px; font-weight: 400; color: var(--txt); font-family: "Sedan", serif }
.keystonetag__note { font-size: 12px; color: var(--txt-d); line-height: 1.4 }

/* ===== LIVE / PORTAL ===== */
.portalgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.portalbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.portalbox:hover {
  transform: translateY(-3px);
  border-color: var(--terra);
  box-shadow: 0 18px 34px -14px rgba(217, 105, 74, .4);
}
.portalbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Sedan", system-ui, serif;
  font-weight: 400; font-size: 18px; color: rgba(233, 242, 236, .93);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #103628 0%, #2f7a5e 100%) }
.lv-2 { background: linear-gradient(135deg, #2b2205 0%, #d8b45c 100%); color: #1a1305 }
.lv-3 { background: linear-gradient(135deg, #3a1a10 0%, #d9694a 100%) }
.lv-4 { background: linear-gradient(135deg, #1d2b24 0%, #b8c6bd 100%); color: #12201a }
.lv-5 { background: linear-gradient(135deg, #322612 0%, #ecc86a 100%); color: #1a1305 }
.lv-6 { background: linear-gradient(135deg, #0f2a20 0%, #4fae86 100%) }

.portalbox__b { padding: 14px 16px 16px; position: relative }
.portalbox__t { font-family: "Sedan", serif; font-weight: 400; font-size: 16px; margin-bottom: 4px }
.portalbox__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.portalbox__m { font-size: 13px; color: var(--emerald); font-weight: 400; margin-bottom: 4px }
.portalbox__p { font-size: 12px; color: var(--txt-dd) }
.portalbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--terra); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW / INTARSIA ===== */
.intarsiarow h3 {
  border-left: 3px solid var(--brass);
  padding-left: 14px; margin-top: 30px;
}
.intarsiarow p { color: var(--txt); line-height: 1.72 }
.ironrow {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.keystonetagbdg, .ironrow span {
  padding: 7px 13px;
  background: var(--bg2);
  border: 1px solid var(--brass);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .3px;
}

/* ===== REVIEWS / MURAL ===== */
.muralgrid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.muralrow {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.muralrow__stars { color: var(--brass); font-size: 16px; letter-spacing: 4px }
.muralrow__stars--four .muralrow__dim { color: var(--line2); }
.muralrow__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.muralrow__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.muralrow__badge {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--brass), var(--emerald));
  border-radius: 50%; color: #0a0d0a; font-weight: 700; font-size: 14px;
  flex: none; font-family: "Sedan", serif;
}

/* ===== PAYMENTS / AISLE ===== */
.aislegrid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.aislerow {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.aislerow__k { font-family: "Sedan", serif; font-size: 15px; color: var(--txt); font-weight: 400 }
.aislerow__v { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

.lampionset {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.lampionrow {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.lampionrow__k {
  font-family: "Sedan", system-ui, serif;
  font-size: 16px; color: var(--brass); font-weight: 400;
}
.lampionrow__v { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA / GASLAMP ===== */
.gaslamprow {
  text-align: center; padding: 58px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(216, 180, 92, .13) 0%, transparent 70%),
    var(--bg2);
  border-radius: var(--rad);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.gaslamprow h2 { margin-bottom: 10px }
.gaslamprow p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ / CORNICE ===== */
.cornicewrap h2 { margin-bottom: 22px }
.cornicerow {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
.cornicerow[open] { border-color: var(--brass) }
.cornicerow summary {
  cursor: pointer; font-weight: 400; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Sedan", serif; font-size: 16px;
}
.cornicerow summary::-webkit-details-marker { display: none }
.cornicerow summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--brass); font-size: 15px;
  transition: transform .25s;
}
.cornicerow[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--brass) }
.cornicerow p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER / PASSAGE FOOT ===== */
.pasazfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(11, 18, 15, .62);
}
.pasazfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 44px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.pasazfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.66 }
.pasazfoot__mark {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.pasazfoot__mark span { display: flex; flex-direction: column; line-height: 1.1 }
.pasazfoot__mark .fname { color: var(--txt); font-size: 16px; font-weight: 400; margin-bottom: 2px; font-family: "Sedan", serif }
.pasazfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.pasazfoot__legal .pasazlit { color: var(--brass) }
.pasazfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.pasazfoot__col h4 {
  font-family: "Sedan", system-ui, serif;
  font-size: 12px; color: var(--emerald); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px;
}
.pasazfoot__col ul { list-style: none; padding: 0; margin: 0 }
.pasazfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.pasazfoot__col li:hover { color: var(--txt) }
.pasazfoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== AUTHOR NOTE / COLOPHON ===== */
.pasaznote {
  max-width: 1240px; margin: 0 auto; padding: 12px 22px 46px;
  font-size: 13px; color: var(--txt-dd); line-height: 1.7;
}
.pasaznote .pasazlit { color: var(--txt-d); font-weight: 400 }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .arcadebox__grid { grid-template-columns: repeat(2, 1fr) }
  .aislegrid { grid-template-columns: repeat(3, 1fr) }
  .keystoneset { grid-template-columns: repeat(2, 1fr) }
  .muralgrid { grid-template-columns: 1fr }
  .pasazfoot__top { grid-template-columns: 1fr }
  .concourserow { grid-template-columns: repeat(3, 1fr) }
  .concourserow__cell:nth-child(4), .concourserow__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .balconrow { grid-template-columns: repeat(3, 1fr) }
  .balconcard { transform: none !important }
}

@media (max-width: 880px) {
  .passagerow { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .passagerow__pic { order: -1 }
  .passnav { display: none }
  .pasazbar { padding: 11px 14px }
  section, .cupolashop { padding: 38px 16px }
  .arcadebox, .terrazzocard, .gaslamprow { padding: 38px 18px; margin: 22px 14px }
  .colonnadegrid { grid-template-columns: 1fr }
  .balconset { grid-template-columns: 1fr }
  .pasazfoot__top { padding: 30px 16px 22px; gap: 22px }
  .pasazfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .concourserow { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .concourserow__cell { padding: 4px 10px }
  .lampionset { grid-template-columns: 1fr }
  .promenadbox { grid-template-columns: repeat(2, 1fr) }
  .arcadebox__grid { grid-template-columns: 1fr }
}

@media (max-width: 480px) {
  .kioskgrid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .portalgrid { grid-template-columns: 1fr }
  .kioskbox h3 { font-size: 13px }
  .kioskbox p { font-size: 11px }
  .kioskbox__cover { font-size: 16px }
  .passagerow__act { flex-direction: column; align-items: stretch }
  .openbtn--wide { width: 100% }
  .aislegrid { grid-template-columns: repeat(2, 1fr) }
  .keystoneset { grid-template-columns: 1fr }
  .pasazfoot__cols { grid-template-columns: 1fr }
  .balconrow { grid-template-columns: repeat(2, 1fr) }
}
