/* Protenis Kraków – redesign demo, v2 (softer)
   Palette from the club's own world: graphite of the logo, the clay
   ("ziemia") they train on, the blue hard courts of the PK halls and the
   tennis-ball orange from the logo mark. Sharp corners are reserved for the
   schedule board; everything else is rounded. */

:root {
  --ink: #1b1d28;
  --ink-2: #272a3a;
  --clay: #c4552b;
  --clay-deep: #9c3f1c;
  --clay-tint: #fbeee7;
  --court: #2e5a8c;
  --ball: #f2a33a;
  --chalk: #ffffff;
  --surface: #f4f4f6;
  --surface-2: #e6e7ec;
  --text: #22242e;
  --muted: #5d6172;
  --line: #e1e3e9;

  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SF Mono", Menlo, monospace;

  --wrap: 1180px;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 22px;
  --shadow: 0 1px 2px rgba(27,29,40,0.05), 0 10px 30px -12px rgba(27,29,40,0.18);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body { margin: 0; font-family: var(--body); font-size: 1.0625rem; line-height: 1.55; color: var(--text); background: var(--chalk); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--clay-deep); text-underline-offset: 0.15em; }
a:hover { color: var(--clay); }
:focus-visible { outline: 3px solid var(--ball); outline-offset: 2px; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.04; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 800; text-transform: uppercase; letter-spacing: -0.005em; }
h2 { font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 700; text-transform: uppercase; }
h3 { font-size: 1.5rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
li { margin-bottom: 0.35em; }
strong { font-weight: 600; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 0; background: var(--ball); color: var(--ink); padding: 0.5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; }

/* Eyebrow: a short clay bar plus condensed caps — the one place caps stay small. */
.eyebrow { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; font-size: 0.9rem; color: var(--clay-deep); display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.9rem; }
.eyebrow::before { content: ""; width: 2rem; height: 3px; border-radius: 2px; background: var(--clay); }
.on-dark .eyebrow { color: var(--ball); }
.on-dark .eyebrow::before { background: var(--ball); }

.lede { font-size: 1.22rem; line-height: 1.5; color: var(--muted); max-width: 62ch; }
.on-dark .lede { color: #c7cad6; }
.mono { font-family: var(--mono); }

/* Buttons — pills */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 1.05rem; line-height: 1; padding: 0.95rem 1.6rem; border-radius: 999px; background: var(--clay); color: var(--chalk); text-decoration: none; border: 2px solid var(--clay); cursor: pointer; }
.btn:hover { background: var(--clay-deep); border-color: var(--clay-deep); color: var(--chalk); }
.btn--ghost { background: transparent; color: var(--ink); border-color: currentColor; }
.btn--ghost:hover { background: var(--ink); color: var(--chalk); border-color: var(--ink); }
.on-dark .btn--ghost, .btn--ghost.on-dark { color: var(--chalk); }
.on-dark .btn--ghost:hover, .btn--ghost.on-dark:hover { background: var(--chalk); color: var(--ink); border-color: var(--chalk); }
.btn--ball { background: var(--ball); border-color: var(--ball); color: var(--ink); }
.btn--ball:hover { background: #ffb64f; border-color: #ffb64f; color: var(--ink); }

/* Header */
.site-head { background: var(--ink); color: var(--chalk); position: sticky; top: 0; z-index: 50; }
.site-head__row { display: flex; align-items: center; gap: 1.25rem; min-height: 72px; }
.brand img { width: 150px; height: auto; }
.site-nav { margin-left: auto; }
.site-nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 0.1rem; flex-wrap: wrap; }
.site-nav__list a { display: block; padding: 0.55rem 0.5rem; color: #d9dbe5; text-decoration: none; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; font-size: 0.95rem; border-bottom: 3px solid transparent; white-space: nowrap; }
.site-nav__list a:hover { color: var(--chalk); }
.site-nav__list a[aria-current="page"] { color: var(--ball); border-bottom-color: var(--ball); }
.site-nav__toggle { display: none; }
.site-head__phone { font-family: var(--mono); font-weight: 600; color: var(--ink); background: var(--ball); text-decoration: none; padding: 0.55rem 1rem; border-radius: 999px; white-space: nowrap; }
.site-head__phone:hover { background: #ffb64f; color: var(--ink); }
@media (max-width: 1260px) {
  .site-nav__toggle { display: inline-block; background: none; border: 2px solid #4a4e60; color: var(--chalk); font-family: var(--display); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; padding: 0.5rem 1rem; border-radius: 999px; cursor: pointer; }
  .site-nav__list { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--ink-2); flex-direction: column; gap: 0; padding: 0.5rem 0 1rem; border-radius: 0 0 var(--r) var(--r); }
  .site-nav__list.is-open { display: flex; }
  .site-nav__list a { padding: 0.8rem var(--gutter); font-size: 1.1rem; border-bottom: 0; border-left: 4px solid transparent; }
  .site-nav__list a[aria-current="page"] { border-left-color: var(--ball); }
  .site-head__phone { display: none; }
}
@media (max-width: 480px) { .brand img { width: 136px; } }

/* Sections */
.section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section--surface { background: var(--surface); }
.section--ink { background: var(--ink); color: var(--chalk); }
.section--ink a:not(.btn) { color: var(--ball); }
.section--clay { background: var(--clay); color: var(--chalk); }
.section-head { max-width: 70ch; margin-bottom: clamp(2rem, 4vw, 3rem); }

/* Hero & page heads: text beside a rounded photo frame, on graphite. */
.hero, .page-head { background: var(--ink); color: var(--chalk); }
.hero .wrap, .page-head .wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; padding-block: clamp(3rem, 7vw, 5.5rem); }
.hero__img, .page-head__img { position: relative; aspect-ratio: 4 / 3; border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6); }
.hero__img img, .page-head__img img { width: 100%; height: 100%; object-fit: cover; }
.hero__body, .page-head__body { padding: 0; max-width: none; }
.hero h1 { margin-bottom: 0.35em; }
.hero h1 em { font-style: normal; color: var(--ball); }
.hero .lede, .page-head .lede { color: #dfe1ea; font-size: clamp(1.1rem, 1.8vw, 1.3rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }
.page-head h1 { font-size: clamp(2.3rem, 5vw, 3.8rem); margin-bottom: 0.3em; }
.page-head--plain .wrap { grid-template-columns: 1fr; padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.page-head--plain .page-head__body { max-width: 760px; }
@media (max-width: 860px) {
  .hero .wrap, .page-head .wrap { grid-template-columns: 1fr; }
  .hero__img, .page-head__img { order: -1; aspect-ratio: 16 / 10; }
}

/* Baseline: loose chips under the hero */
.baseline__list { list-style: none; margin: 0; padding: 1.4rem 0 0.2rem; display: flex; flex-wrap: wrap; gap: 0.6rem; }
.baseline__list li { margin: 0; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; font-size: 0.98rem; color: var(--clay-deep); background: var(--clay-tint); border-radius: 999px; padding: 0.55rem 1.1rem; }

/* Offer cards */
.cards { display: grid; gap: 1.5rem; grid-template-columns: repeat(3, 1fr); }
.card { background: var(--chalk); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; box-shadow: var(--shadow); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.card:hover { color: inherit; transform: translateY(-3px); box-shadow: 0 2px 4px rgba(27,29,40,0.06), 0 18px 40px -14px rgba(27,29,40,0.28); }
.card:hover .card__title { color: var(--clay-deep); }
.card__img { aspect-ratio: 4 / 3; overflow: hidden; }
.card__img img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 1.2rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.4rem; flex: 1; }
.card__kicker { font-family: var(--mono); font-size: 0.8rem; color: var(--muted); }
.card__title { font-family: var(--display); font-size: 1.6rem; font-weight: 700; line-height: 1.05; margin: 0; }
.card p { margin: 0; color: var(--muted); }
.card__more { margin-top: auto; padding-top: 0.7rem; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; color: var(--clay-deep); }
@media (max-width: 900px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .cards { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .card { transition: none; } .card:hover { transform: none; } }

/* Split (image + text) */
.split { display: grid; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; grid-template-columns: 1fr 1fr; }
.split--rev > :first-child { order: 2; }
.split__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } .split--rev > :first-child { order: 0; } }

/* Feature list with clay dashes */
.ticks { list-style: none; padding: 0; margin: 0; }
.ticks li { position: relative; padding-left: 1.6rem; margin-bottom: 0.6rem; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 0.9rem; height: 3px; border-radius: 2px; background: var(--clay); }
.on-dark .ticks li::before { background: var(--ball); }

/* Locations */
.venues { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.venue { background: var(--chalk); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
.venue img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.venue__body { padding: 1.1rem 1.4rem 1.4rem; }
.venue__body h3 { font-size: 1.4rem; margin-bottom: 0.2rem; }
.venue__addr { font-family: var(--mono); font-size: 0.85rem; color: var(--muted); margin-bottom: 0.7rem; }
.venue ul { margin: 0; padding-left: 1.1em; color: var(--muted); font-size: 0.98rem; }
.venue-group + .venue-group { margin-top: 3.5rem; }
.venue-group__h { font-size: 1.9rem; text-transform: uppercase; margin-bottom: 1.2rem; display: flex; align-items: baseline; gap: 0.8rem; flex-wrap: wrap; }
.venue-group__h small { font-family: var(--mono); font-size: 0.85rem; text-transform: none; color: var(--muted); font-weight: 400; }

/* Schedule — the signature. A court sheet: the one deliberately sharp-cornered thing. */
.sched { display: grid; gap: 0.75rem; grid-template-columns: repeat(6, 1fr); }
.sched__day { background: var(--ink-2); border-radius: 4px; padding: 0.8rem 0.8rem 1rem; min-width: 0; }
.sched__day h3 { font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 0.7rem; padding-bottom: 0.45rem; border-bottom: 2px solid var(--ball); color: var(--chalk); }
.sched__day ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.35rem; }
.slot { font-family: var(--mono); font-size: 0.9rem; line-height: 1.3; padding: 0.45rem 0.6rem; border-radius: 3px; background: #343849; color: #e6e8f0; }
.slot__time { display: block; font-weight: 600; color: var(--chalk); }
.slot__note { display: block; font-size: 0.74rem; color: #b5b9c8; margin-top: 0.15rem; }
.slot--group { background: var(--clay); color: var(--chalk); }
.slot--group .slot__note { color: #ffe3d5; }
.slot--later .slot__time::after { content: " ▸"; color: var(--ball); }
.sched__legend { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.2rem; font-family: var(--mono); font-size: 0.82rem; color: #b5b9c8; }
.sched__legend span::before { content: ""; display: inline-block; width: 0.9rem; height: 0.9rem; border-radius: 2px; background: #343849; vertical-align: -0.12em; margin-right: 0.4rem; }
.sched__legend .l-group::before { background: var(--clay); }
.sched__legend .l-later::before { background: var(--ball); }
@media (max-width: 1000px) { .sched { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .sched { grid-template-columns: 1fr 1fr; } }

/* Pricing */
.prices { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.price-card { background: var(--chalk); border-radius: var(--r); padding: 1.6rem 1.7rem 1.8rem; box-shadow: var(--shadow); }
.section--surface .price-card { box-shadow: none; }
.price-card h3 { font-size: 1.7rem; margin-bottom: 0.2rem; }
.price-card > p { color: var(--muted); margin-bottom: 1rem; }
.price-rows { list-style: none; margin: 0; padding: 0; }
.price-rows li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 0.7rem 0; border-top: 1px solid var(--line); margin: 0; }
.price-rows .price-rows__label small { display: block; color: var(--muted); font-size: 0.9rem; }
.price-rows .price-rows__val { font-family: var(--mono); font-weight: 600; font-size: 1.25rem; white-space: nowrap; }
.price-rows .price-rows__val small { font-weight: 400; font-size: 0.8rem; color: var(--muted); }
.price-note { margin-top: 1rem; font-size: 0.95rem; color: var(--muted); }

/* Team */
.team { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.coach { background: var(--chalk); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
.coach img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.coach__body { padding: 1rem 1.3rem 1.4rem; }
.coach__role { font-family: var(--mono); font-size: 0.78rem; color: var(--clay-deep); text-transform: uppercase; letter-spacing: 0.04em; }
.coach h3 { font-size: 1.5rem; margin: 0.15rem 0 0.5rem; }
.coach ul { margin: 0; padding-left: 1.05em; color: var(--muted); font-size: 0.95rem; }
/* Home: a row of coach portraits */
.faces { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.2rem 0 1.6rem; }
.faces img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; object-position: center 20%; box-shadow: 0 0 0 3px var(--chalk), var(--shadow); }
@media (max-width: 480px) { .faces img { width: 64px; height: 64px; } }

/* Extras row: firmy / HEAD / karnety — light */
.extras { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.extra { background: var(--chalk); border-radius: var(--r); padding: 1.5rem 1.6rem 1.7rem; }
.extra h3 { font-size: 1.5rem; }
.extra p { color: var(--muted); }
.extra img { height: 30px; width: auto; margin-bottom: 0.8rem; }
.extra a:not(.btn) { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; text-decoration: none; }

/* Gallery strip */
.strip { display: grid; gap: 0.7rem; grid-template-columns: repeat(4, 1fr); }
.strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r); }
.strip img:nth-child(1) { grid-row: span 2; grid-column: span 2; aspect-ratio: auto; height: 100%; }
@media (max-width: 700px) { .strip { grid-template-columns: 1fr 1fr; } .strip img:nth-child(1) { grid-row: auto; grid-column: 1 / -1; aspect-ratio: 16 / 9; height: auto; } }

/* Forms */
.form { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.form .full { grid-column: 1 / -1; }
.field label { display: block; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.3rem; }
.field input, .field select, .field textarea { width: 100%; font: inherit; padding: 0.75rem 0.95rem; border: 1px solid #c3c6d1; border-radius: var(--r-sm); background: var(--chalk); color: var(--text); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--court); outline: 3px solid rgba(46,90,140,0.22); }
.field[hidden] { display: none; }
.consent { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.9rem; color: var(--muted); }
.consent input { margin-top: 0.3em; }
.form__actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.form__hint { font-size: 0.9rem; color: var(--muted); }
@media (max-width: 640px) { .form { grid-template-columns: 1fr; } }
.contact-aside { background: var(--surface); border-radius: var(--r); padding: 1.6rem 1.7rem; }
.contact-aside .big { font-family: var(--mono); font-size: 1.4rem; font-weight: 600; text-decoration: none; color: var(--ink); display: block; margin-bottom: 0.3rem; }

/* Prose */
.prose { max-width: 70ch; }
.prose--2col { columns: 2; column-gap: 3rem; max-width: none; }
.prose--2col > * { break-inside: avoid; }
.prose h3 { margin-top: 1.4rem; }
@media (max-width: 800px) { .prose--2col { columns: 1; } }

/* Pillars */
.pillars { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.pillar { background: var(--chalk); border-radius: var(--r); padding: 1.4rem 1.5rem 1.6rem; }
.pillar h3 { font-size: 1.5rem; }
.pillar h3::before { content: ""; display: block; width: 2rem; height: 3px; border-radius: 2px; background: var(--clay); margin-bottom: 0.7rem; }
.pillar p { color: var(--muted); font-size: 0.98rem; }
.pillar a { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; text-decoration: none; }

/* FAQ */
.faq details { border-top: 1px solid var(--line); padding: 0.9rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: var(--display); font-size: 1.35rem; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--clay); font-weight: 700; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0.7rem 0 0; color: var(--muted); max-width: 70ch; }

/* Camps */
.turnusy { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.turnus { color: var(--text); display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: var(--chalk); border-radius: var(--r-sm); padding: 0.85rem 1.1rem; margin: 0; }
.turnus__n { font-family: var(--display); font-weight: 700; font-size: 1.15rem; }
.turnus__d { font-family: var(--mono); font-size: 0.9rem; }
.turnus__s { font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.3rem 0.65rem; border-radius: 999px; white-space: nowrap; }
.turnus--open .turnus__s { background: #e2f0e3; color: #1f6b2c; }
.turnus--full { opacity: 0.6; }
.turnus--full .turnus__s { background: var(--surface-2); color: var(--muted); }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem; padding: 0.55rem 0; border-top: 1px solid var(--line); margin: 0; }
.timeline li:last-child { border-bottom: 1px solid var(--line); }
.timeline .t { font-family: var(--mono); font-weight: 600; font-size: 0.9rem; }
@media (max-width: 480px) { .timeline li { grid-template-columns: 1fr; gap: 0.1rem; } }
.trips { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.trip { background: var(--chalk); border-radius: var(--r); padding: 1.5rem 1.6rem; box-shadow: var(--shadow); }
.trip__date { font-family: var(--mono); font-weight: 600; color: var(--clay-deep); }
.trip h3 { font-size: 1.6rem; margin: 0.2rem 0 0.4rem; }
.trip p { color: var(--muted); margin: 0; }
.past { columns: 2; column-gap: 3rem; font-size: 0.98rem; color: var(--muted); }
.past li { break-inside: avoid; }
@media (max-width: 640px) { .past { columns: 1; } }
.big-price { font-family: var(--display); font-size: clamp(3rem, 8vw, 5rem); font-weight: 800; line-height: 1; color: var(--ball); }
.big-price small { display: block; font-family: var(--mono); font-size: 0.9rem; font-weight: 400; color: #c7cad6; letter-spacing: 0.02em; margin-top: 0.4rem; }

/* CTA band */
.cta-band { display: grid; gap: 1.5rem; grid-template-columns: 1fr auto; align-items: center; }
.cta-band h2 { margin: 0; }
@media (max-width: 720px) { .cta-band { grid-template-columns: 1fr; } }

/* Map */
.map { width: 100%; aspect-ratio: 16 / 7; border: 0; border-radius: var(--r-lg); }
@media (max-width: 700px) { .map { aspect-ratio: 4 / 3; } }
.map-links { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; }

/* Footer */
.site-foot { background: var(--ink); color: #c7cad6; padding-top: 3.5rem; font-size: 0.98rem; }
.site-foot a { color: var(--chalk); }
.site-foot a:hover { color: var(--ball); }
.site-foot__grid { display: grid; gap: 2rem; grid-template-columns: 1.4fr 1fr 1fr 1fr; padding-bottom: 2.5rem; }
.site-foot__logo { width: 170px; margin-bottom: 1rem; }
.site-foot__h { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.1em; font-size: 1rem; color: var(--ball); margin-bottom: 0.7rem; }
.site-foot__links { list-style: none; margin: 0; padding: 0; }
.hours { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 0.2rem 0.8rem; font-family: var(--mono); font-size: 0.85rem; }
.hours dd { margin: 0; white-space: nowrap; }
.site-foot__bottom { border-top: 1px solid #333747; padding-block: 1.2rem; font-size: 0.85rem; }
.site-foot__bottom p { margin: 0; }
@media (max-width: 900px) { .site-foot__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .site-foot__grid { grid-template-columns: 1fr; } }
