:root {
  --warm-white: #f4f0e7;
  --shelf-paper: #ece5d8;
  --pale-oak: #d8c4a5;
  --oak-deep: #a88962;
  --celadon: #a7b7a5;
  --celadon-deep: #647765;
  --ink: #111512;
  --ink-soft: #4f544f;
  --line: rgba(17, 21, 18, .25);
  --line-soft: rgba(17, 21, 18, .12);
  --midnight: #071525;
  --midnight-raised: #0c1d2f;
  --midnight-soft: #13263a;
  --brass: #b89a62;
  --brass-soft: rgba(184, 154, 98, .45);
  --night-text: #eee9df;
  --night-muted: #aeb8c1;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--warm-white); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 15px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow, .night-eyebrow, .small-label { margin: 0 0 1.2rem; font-size: .68rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(3.6rem, 8vw, 8.8rem); }
h2 { font-size: clamp(2.5rem, 5.2vw, 5.8rem); }
.section-wrap { max-width: 1440px; margin: 0 auto; padding: 7rem clamp(1.25rem, 4vw, 4rem); }
.section-index { font-size: .67rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

/* Otwarty kredens: każda krawędź ma znaczenie jak pion i półka mebla. */
.site-header { position: relative; z-index: 10; padding: 1.2rem clamp(1.25rem, 4vw, 4rem) 0; background: var(--warm-white); }
.header-shelf { display: grid; grid-template-columns: 1.2fr .65fr 1.6fr 1fr; max-width: 1440px; margin: auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.header-shelf > * { min-width: 0; min-height: 96px; padding: 1rem 1.2rem; border-left: 1px solid var(--line); display: flex; align-items: center; }
.header-shelf > :first-child { border-left: 0; }
.wordmark { flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; text-decoration: none; font-family: var(--display); font-size: 1.6rem; line-height: .8; }
.wordmark span:last-child { margin-left: 1.25rem; }
.place-note { margin: 0; color: var(--ink-soft); font-size: .72rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .12em; }
.header-shelf nav { justify-content: center; gap: clamp(.8rem, 2vw, 2.25rem); }
.header-shelf nav a { font-size: .76rem; text-decoration: none; }
.header-shelf nav a:hover, .header-shelf nav a:focus-visible { text-decoration: underline; }
.header-action { justify-content: space-between; background: var(--celadon); font-size: .78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }

.shelf-grid { max-width: 1440px; margin: 0 auto; padding: 2rem clamp(1.25rem, 4vw, 4rem) 0; display: grid; grid-template-columns: 42% 38% 20%; grid-template-rows: minmax(500px, 68vh) 100px; }
.shelf-cell { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(2.5rem, 6vw, 6.5rem) clamp(1.5rem, 4vw, 4.5rem) 2.5rem 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-copy h1 { max-width: 8ch; margin-bottom: 2rem; }
.lead { width: 100%; max-width: 42rem; color: var(--ink-soft); font-size: clamp(1rem, 1.4vw, 1.25rem); }
.text-arrow { margin-top: 1.5rem; font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-image { grid-column: 2 / 4; margin: 0; overflow: hidden; }
.hero-image img { object-position: 55% center; }
.hero-hours, .hero-address { padding: 1.25rem; }
.hero-hours { gap: 1rem; justify-content: space-between; align-items: center; }
.hero-hours span { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.hero-hours strong { font-family: var(--display); font-size: 1.4rem; font-weight: 400; }
.hero-address { grid-column: 2 / 4; margin: 0; align-items: center; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }

.day-section { display: grid; grid-template-columns: .7fr 1.35fr 1.3fr .65fr; grid-template-rows: auto 150px; }
.day-section > * { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.section-index { padding: 1.25rem 1rem 1.25rem 0; }
.day-copy { padding: 4rem 3rem; }
.day-copy h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.day-copy p:last-child { max-width: 34rem; color: var(--ink-soft); }
.day-image { grid-column: 3 / 5; grid-row: 1 / 3; margin: 0; min-height: 620px; overflow: hidden; }
.day-detail { grid-column: 1 / 3; padding: 2rem; display: flex; justify-content: space-between; align-items: flex-end; background: var(--celadon); }
.day-detail p { margin: 0; font-family: var(--display); font-size: 1.5rem; text-align: right; }

.menu-section { display: grid; grid-template-columns: .65fr 1fr 1fr .75fr; grid-template-rows: auto 245px 245px auto; }
.menu-section > * { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.menu-heading { grid-column: 2 / 5; padding: 3.5rem; }
.menu-heading h2 { margin-bottom: 0; }
.dish-card { position: relative; padding: 2rem; display: flex; flex-direction: column; }
.dish-card .dish-number { font-size: .67rem; letter-spacing: .15em; }
.dish-card h3 { max-width: 14ch; margin: auto 0 1rem; font-family: var(--display); font-size: 1.8rem; font-weight: 400; line-height: 1.05; }
.dish-card p { max-width: 30ch; color: var(--ink-soft); font-size: .84rem; }
.dish-card strong { font-weight: 600; }
.dish-main { grid-column: 1 / 2; grid-row: 2 / 4; background: var(--shelf-paper); }
.dish-photo { grid-column: 2 / 4; grid-row: 2 / 4; margin: 0; overflow: hidden; }
.dish-second { grid-column: 4; grid-row: 2; }
.dish-third { grid-column: 4; grid-row: 3; background: var(--celadon); }
.menu-note { grid-column: 2 / 5; margin: 0; padding: 1.2rem; color: var(--ink-soft); font-size: .75rem; }

.provenance { display: grid; grid-template-columns: .65fr 1.45fr 1fr 1fr; }
.provenance > * { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.provenance-title { padding: 3.5rem; }
.provenance-title h2 { font-size: clamp(3rem, 4.5vw, 5rem); }
.provenance-copy { padding: 3.5rem 2rem; color: var(--ink-soft); }
.provenance-copy p { max-width: 34ch; }
.source-list { margin: 0; }
.source-list div { padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--line-soft); }
.source-list dt { font-family: var(--display); font-size: 1.45rem; }
.source-list dd { margin: .25rem 0 0; color: var(--ink-soft); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }

.evening-section { max-width: 1600px; min-height: 820px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 4rem); display: grid; grid-template-columns: 62% 38%; color: #f5efe4; background: var(--ink); }
.evening-image { margin: 0; min-height: 820px; overflow: hidden; }
.evening-copy { padding: clamp(4rem, 8vw, 9rem) clamp(2rem, 5vw, 5.5rem); display: flex; flex-direction: column; justify-content: center; }
.evening-copy h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.evening-copy > p:not(.eyebrow) { color: #c7c4bd; }
.evening-meta { margin-top: 4rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.3); display: flex; justify-content: space-between; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.after-dinner { display: grid; grid-template-columns: .65fr 1.35fr 1fr 1fr; }
.after-dinner > * { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.after-heading { grid-column: 2 / 5; padding: 3.5rem; }
.tasting-item { grid-row: 2; padding: 2rem; min-height: 230px; }
.tasting-item:first-of-type { grid-column: 2; }
.tasting-item span { font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.tasting-item h3 { margin: 4rem 0 1rem; font-family: var(--display); font-size: 1.7rem; font-weight: 400; line-height: 1.08; }
.booking-form { grid-column: 1 / 5; padding: 3.5rem; background: var(--celadon); display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 1px; }
.form-heading { grid-row: span 2; padding-right: 2rem; }
.form-heading h2 { font-size: clamp(2.7rem, 4vw, 4.8rem); }
.field { display: flex; flex-direction: column; gap: .55rem; padding: .75rem 1rem; border-left: 1px solid var(--line); }
.field label { font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: .65rem 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; background: transparent; color: inherit; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-width: 3px; }
form button { padding: 1rem 1.25rem; border: 1px solid var(--ink); background: var(--ink); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
form button:hover, form button:focus-visible { background: transparent; color: var(--ink); }
.form-note { align-self: center; margin: 0; padding: 0 1rem; font-size: .7rem; }
.quiet-passage { max-width: 1440px; margin: 0 auto; padding: 1.4rem clamp(1.25rem, 4vw, 4rem) 5rem; text-align: right; }
.quiet-passage a { color: var(--ink-soft); font-size: .69rem; letter-spacing: .14em; text-transform: uppercase; }

.site-footer { max-width: 1440px; margin: 0 auto; padding: 4rem clamp(1.25rem, 4vw, 4rem) 2rem; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; }
.footer-mark { font-family: var(--display); font-size: 2rem; }
.site-footer span { font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p { margin-top: .75rem; color: var(--ink-soft); font-size: .78rem; }
.footer-signature { grid-column: 1 / 4; padding-top: 4rem; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem) !important; color: var(--ink) !important; }
.footer-legal { align-self: end; text-align: right; }

/* Nocny ciąg: jedna linia prowadzi od wejścia do odpowiedzialnego wyjścia. */
.casino-page { background: var(--midnight); color: var(--night-text); }
.night-header { max-width: 1440px; margin: 0 auto; padding: 1.7rem clamp(1.25rem, 4vw, 4rem); border-bottom: 1px solid var(--brass-soft); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.night-wordmark { font-family: var(--display); font-size: 1.5rem; text-decoration: none; }
.night-wordmark span { font-style: italic; }
.night-header nav { display: flex; gap: 2rem; }
.night-header nav a, .night-contact { color: var(--night-muted); font-size: .68rem; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.night-header nav a[aria-current="page"] { color: var(--brass); }
.night-contact { justify-self: end; padding-bottom: .3rem; border-bottom: 1px solid var(--brass); color: var(--night-text); }
.night-hero { max-width: 1440px; margin: 0 auto; padding: 3rem clamp(1.25rem, 4vw, 4rem) 7rem; display: grid; grid-template-columns: 44% 56%; grid-template-rows: minmax(620px, 75vh) 86px; }
.night-intro { position: relative; z-index: 1; padding: clamp(4rem, 8vw, 8rem) 3rem 3rem 0; border-right: 1px solid var(--brass-soft); display: flex; flex-direction: column; justify-content: center; }
.night-intro h1 { margin: 0 0 2rem; color: var(--night-text); }
.night-lead { max-width: 37rem; font-family: var(--display); font-size: clamp(1.35rem, 2.2vw, 2.15rem); line-height: 1.2; }
.night-aside { max-width: 34rem; margin-top: 2rem; color: var(--night-muted); }
.night-hero-image { margin: 0; overflow: hidden; }
.night-open { grid-column: 2; padding: 1.2rem 0 1.2rem 2rem; border-top: 1px solid var(--brass-soft); display: flex; align-items: center; justify-content: space-between; }
.night-open span, .night-open strong { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.night-open strong { color: var(--brass); }
.night-sequence, .tables-section, .night-rules, .responsible, .night-form, .night-footer { max-width: 1312px; margin: 0 auto; }
.night-sequence { border-top: 1px solid var(--brass); padding: 2.5rem 0 8rem; }
.sequence-heading { display: grid; grid-template-columns: 1fr 3fr; align-items: start; }
.sequence-heading span, .night-rules header > span { color: var(--brass); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.sequence-heading h2 { margin: 0 0 4rem; font-size: clamp(2.8rem, 5vw, 5.5rem); }
.sequence-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--brass-soft); }
.sequence-list li { min-height: 310px; padding: 1.5rem; border-right: 1px solid var(--brass-soft); display: flex; flex-direction: column; }
.sequence-list li:last-child { border-right: 0; }
.sequence-list span { color: var(--brass); font-size: .67rem; }
.sequence-list h3 { margin: auto 0 1rem; font-family: var(--display); font-size: 2rem; font-weight: 400; }
.sequence-list p { color: var(--night-muted); font-size: .86rem; }
.tables-section { display: grid; grid-template-columns: 58% 42%; padding-bottom: 8rem; }
.tables-section figure { margin: 0; min-height: 680px; }
.tables-copy { padding: 5rem 0 3rem 4rem; border-top: 1px solid var(--brass); }
.tables-copy h2 { font-size: clamp(3rem, 4.8vw, 5rem); }
.tables-copy > p:not(.night-eyebrow) { color: var(--night-muted); }
.games-list { margin-top: 4rem; }
.games-list div { padding: 1rem 0; border-top: 1px solid var(--brass-soft); display: flex; justify-content: space-between; }
.games-list dt { font-family: var(--display); font-size: 1.4rem; }
.games-list dd { margin: 0; color: var(--brass); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.night-rules { display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: 8rem; }
.night-rules header { grid-column: 1 / 5; padding: 2rem 0 4rem; border-top: 1px solid var(--brass); display: grid; grid-template-columns: 1fr 3fr; }
.night-rules h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.5rem); }
.night-rules article { min-height: 280px; padding: 1.5rem; border-top: 1px solid var(--brass-soft); border-right: 1px solid var(--brass-soft); }
.night-rules article > span { color: var(--brass); font-size: .67rem; letter-spacing: .1em; }
.night-rules article h3 { margin: 5rem 0 1rem; font-family: var(--display); font-size: 1.65rem; font-weight: 400; }
.night-rules article p { color: var(--night-muted); font-size: .82rem; }
.responsible { padding: 5rem 0; border-top: 1px solid var(--brass); border-bottom: 1px solid var(--brass); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.responsible h2 { font-size: clamp(3rem, 5vw, 5.3rem); }
.responsible > div:last-child { color: var(--night-muted); }
.responsible a { display: inline-block; margin-top: 2rem; color: var(--brass); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.night-form { padding: 7rem 0; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 1px; }
.night-form h2 { font-size: clamp(3rem, 5vw, 5rem); }
.dark-field { border-left-color: var(--brass-soft); }
.dark-field input, .dark-field textarea { border-bottom-color: var(--brass); }
.full-field { grid-column: span 2; }
.night-form button, .board-form-dark button { border-color: var(--brass); background: var(--brass); color: var(--midnight); }
.night-form button:hover, .night-form button:focus-visible, .board-form-dark button:hover, .board-form-dark button:focus-visible { background: transparent; color: var(--night-text); }
.night-footer { padding: 3rem 0; border-top: 1px solid var(--brass-soft); display: grid; grid-template-columns: 1.3fr 1fr 1fr .7fr; gap: 2rem; }
.night-footer p { color: var(--night-muted); font-size: .72rem; }

/* Tablica spotkań: te same linie porządkują dwa różne rytmy. */
.compact-header { padding-bottom: 0; }
.appointment-board { max-width: 1440px; margin: 0 auto; padding: 6rem clamp(1.25rem, 4vw, 4rem); }
.board-heading { max-width: 760px; padding-bottom: 5rem; }
.board-heading h1 { margin-bottom: 2rem; }
.board-heading > p:last-child { max-width: 40rem; color: var(--ink-soft); font-size: 1.1rem; }
.appointment-section { display: grid; grid-template-columns: .55fr 1.1fr 2fr; border-top: 1px solid var(--ink); }
.appointment-section > * { padding: 2.5rem; border-right: 1px solid var(--line); }
.appointment-section > *, .booking-form > *, .night-form > * { min-width: 0; }
.appointment-label span { font-family: var(--display); font-size: 3rem; }
.appointment-label p { margin-top: 8rem; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.appointment-copy h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.appointment-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.board-form { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 1.5rem 0; }
.board-form button { margin-top: 1rem; }
.casino-appointment { background: var(--midnight); color: var(--night-text); border-top-color: var(--brass); }
.casino-appointment > * { border-right-color: var(--brass-soft); }
.casino-appointment .appointment-copy > p:not(.eyebrow) { color: var(--night-muted); }
.board-address { padding: 3rem 0; border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: .55fr 1.1fr 2fr; }
.board-address span { font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.board-address p { max-width: 32rem; color: var(--ink-soft); }
.contact-footer { grid-template-columns: 1.4fr 1fr 1fr; }
.contact-footer .footer-signature { grid-column: 1 / 3; }

@media (max-width: 980px) {
  .header-shelf { grid-template-columns: 1fr 1fr; }
  .header-shelf nav { order: 3; justify-content: flex-start; }
  .header-action { order: 4; }
  .shelf-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto 520px 90px; }
  .hero-copy { grid-column: 1 / 3; padding: 5rem 0; border-right: 0; }
  .hero-image { grid-column: 1 / 3; }
  .hero-address { grid-column: 2; }
  .day-section, .menu-section, .provenance, .after-dinner { grid-template-columns: 1fr 1fr; }
  .day-copy { grid-column: 2; }
  .day-image { grid-column: 1 / 3; grid-row: 2; }
  .day-detail { grid-column: 1 / 3; grid-row: 3; }
  .menu-heading, .after-heading { grid-column: 2; }
  .dish-main { grid-column: 1; grid-row: 2 / 4; }
  .dish-photo { grid-column: 2; grid-row: 2 / 4; }
  .dish-second { grid-column: 1; grid-row: 4; }
  .dish-third { grid-column: 2; grid-row: 4; }
  .menu-note { grid-column: 1 / 3; }
  .provenance-title, .provenance-copy { grid-column: 2; }
  .source-list { grid-column: 1 / 3; }
  .evening-section { grid-template-columns: 1fr; padding: 0; }
  .evening-image { min-height: 560px; }
  .booking-form { grid-column: 1 / 3; grid-template-columns: 1fr 1fr; }
  .form-heading { grid-column: 1 / 3; grid-row: auto; }
  .night-hero { grid-template-columns: 1fr; grid-template-rows: auto 560px auto; }
  .night-intro { border-right: 0; }
  .night-open { grid-column: 1; }
  .night-sequence, .tables-section, .night-rules, .responsible, .night-form, .night-footer { margin-left: 1.25rem; margin-right: 1.25rem; }
  .sequence-list { grid-template-columns: 1fr 1fr; }
  .tables-section { grid-template-columns: 1fr; }
  .tables-copy { padding-left: 0; margin-top: 3rem; }
  .night-rules { grid-template-columns: 1fr 1fr; }
  .night-rules header { grid-column: 1 / 3; }
  .night-form { grid-template-columns: 1fr 1fr; }
  .night-form > div:first-child { grid-column: 1 / 3; }
  .appointment-section { grid-template-columns: .4fr 1fr; }
  .appointment-section .board-form { grid-column: 1 / 3; }
}

@media (max-width: 640px) {
  .header-shelf { grid-template-columns: 1fr; }
  .header-shelf > * { min-height: 74px; padding: .8rem; }
  .place-note { display: none; }
  .header-shelf nav { grid-column: 1; overflow-x: auto; }
  .header-action { grid-column: 1; }
  .section-wrap { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .shelf-grid { display: block; }
  .hero-copy { padding: 4rem 0; }
  .hero-copy h1 { font-size: 3.7rem; }
  .hero-copy p { max-width: 100%; overflow-wrap: anywhere; }
  .hero-image { height: 380px; }
  .hero-hours, .hero-address { min-height: 78px; }
  .day-section, .menu-section, .provenance, .after-dinner { display: block; }
  .section-index { border-right: 0; }
  .day-copy, .menu-heading, .provenance-title, .provenance-copy, .after-heading { padding: 2.5rem 1rem; }
  .day-image { min-height: 430px; }
  .day-detail { min-height: 130px; }
  .dish-photo { height: 380px; }
  .dish-card { min-height: 260px; }
  .source-list { border-left: 1px solid var(--line); }
  .evening-section { min-height: auto; }
  .evening-image { min-height: 460px; }
  .evening-copy { padding: 4rem 1.25rem; }
  .booking-form { display: block; padding: 2rem 1rem; }
  .booking-form .field, .booking-form button { margin-top: 1rem; }
  .form-note { margin-top: 1rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-mark { grid-column: 1 / 3; }
  .footer-signature { grid-column: 1 / 3; }
  .night-header { grid-template-columns: 1fr auto; }
  .night-header nav { grid-column: 1 / 3; justify-content: space-between; order: 3; }
  .night-contact { text-align: right; }
  .night-hero { padding-top: 1rem; padding-bottom: 5rem; grid-template-rows: auto 380px auto; }
  .night-intro { padding: 4rem 0; }
  .sequence-heading, .night-rules header { display: block; }
  .sequence-heading h2, .night-rules h2 { margin-top: 2rem; }
  .sequence-list, .night-rules { grid-template-columns: 1fr; }
  .night-rules header { grid-column: 1; }
  .tables-section figure { min-height: 420px; }
  .sequence-list li, .night-rules article { min-height: 240px; }
  .tables-copy { padding-top: 3rem; }
  .responsible, .night-form, .night-footer { grid-template-columns: 1fr; gap: 2rem; }
  .night-form > div:first-child, .night-form .full-field { grid-column: 1; }
  .appointment-board { padding-top: 4rem; }
  .appointment-section { display: block; }
  .appointment-section > * { padding: 2rem 1rem; }
  .appointment-label p { margin-top: 1rem; }
  .board-form { grid-template-columns: 1fr; }
  .board-form .full-field { grid-column: 1; }
  .board-address { grid-template-columns: 1fr; }
  .contact-footer { grid-template-columns: 1fr; }
  .contact-footer .footer-mark, .contact-footer .footer-signature { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
