/* ==========================================================================
   HELIAS — barber ateliér, České Budějovice
   Design systém „Ivory editorial": slonovinový podklad, vínové statement sekce,
   Bodoni Moda pro nadpisy (patkové H z loga), Manrope pro text a data.
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. FONTY (self-hosted, viz assets/fonts/)
   Variable fonty stažené z Google Fonts (Bodoni Moda opsz+wght, Manrope wght).
   Jen latin + latin-ext subsety — čeština potřebuje diakritiku (ěščřžůúďť)
   z latin-ext, latin subset pokrývá zbytek (číslice, interpunkce, ASCII).
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../assets/fonts/bodoni-moda-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../assets/fonts/bodoni-moda-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   1. TOKENY
   -------------------------------------------------------------------------- */
:root {
  --burgundy: #400f12;
  --burgundy-deep: #2e0a0d;
  --ivory: #e8e0d6;
  --paper: #f1ebe2;
  --ink: #33201d;
  --tan: #d4b38b;
  --font-display: "Bodoni Moda", "Didot", serif;
  --font-body: "Manrope", system-ui, sans-serif;

  /* odvozené hodnoty (kontrast na --paper > 7:1, na --burgundy > 7,6:1) */
  --ink-soft: #58433d;          /* 7,8:1 na paper — sekundární text */
  --ivory-soft: #bdb0a3;        /* 7,6:1 na burgundy — sekundární text */
  --line: rgba(64, 15, 18, 0.15);
  --line-faint: rgba(64, 15, 18, 0.12);

  --nav-h: 3.9rem;
  --gutter: clamp(1.25rem, 5vw, 3rem);
  --section-y: clamp(4rem, 10vw, 8rem);
  --max: 1200px;
}

/* --------------------------------------------------------------------------
   2. RESET / BASE
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.96rem + 0.22vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden; /* pojistka proti horizontálnímu přetečení */
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: 1.15rem; line-height: 1.2; }

p { margin: 0; }

ul { margin: 0; padding: 0; list-style: none; }

/* Overline / eyebrow — společný „štítkový" styl */
.overline,
.eyebrow,
.ph-label,
.pt-num,
.tag,
.btn-book {
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.75rem, 0.72rem + 0.1vw, 0.8125rem);
  line-height: 1.4;
}

.overline,
.eyebrow {
  color: var(--burgundy);
  display: block;
}

/* Signature: každý štítek začíná krátkou vínovou vlasovou linkou */
.overline::before,
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 2.25rem;
  height: 1px;
  margin-right: 0.85rem;
  vertical-align: 0.3em;
  background: currentColor;
  opacity: 0.55;
}

/* --------------------------------------------------------------------------
   3. LAYOUT
   -------------------------------------------------------------------------- */
.section { padding-block: var(--section-y); }

.section-content {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

section, footer { scroll-margin-top: calc(var(--nav-h) + 1rem); }

.section h2 { margin-top: 0.9rem; }

.lead,
.faq-a p,
.section-content > p {
  max-width: 65ch;
}

.lead {
  margin-top: 1.4rem;
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.3rem);
  line-height: 1.55;
  color: var(--ink-soft);
}

.note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* --------------------------------------------------------------------------
   4. TLAČÍTKA
   -------------------------------------------------------------------------- */
.btn-book {
  display: inline-block;
  background: var(--burgundy);
  color: var(--ivory);
  border-radius: 999px;
  padding: 0.9em 2em;
  letter-spacing: 0.14em;
  white-space: nowrap;
  transition: background-color 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.btn-book:hover,
.btn-book:focus-visible {
  background: var(--burgundy-deep);
  transform: translateY(-2px);
}

.btn-book:active { transform: translateY(0); }

.btn-lg {
  font-size: clamp(0.8125rem, 0.78rem + 0.15vw, 0.9375rem);
  padding: 1.05em 2.4em;
}

/* Invertovaná varianta na vínových sekcích */
.section-burgundy .btn-book {
  background: var(--ivory);
  color: var(--burgundy);
}

.section-burgundy .btn-book:hover,
.section-burgundy .btn-book:focus-visible {
  background: #fff;
  color: var(--burgundy-deep);
}

/* --------------------------------------------------------------------------
   5. NAVIGACE
   -------------------------------------------------------------------------- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 2rem);
  min-height: var(--nav-h);
  padding: 0.6rem var(--gutter);
  background: rgba(241, 235, 226, 0.82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-faint);
}

.nav-logo { margin-right: auto; display: flex; align-items: center; }

.nav-logo img {
  height: 34px;
  width: auto;
}

.site-nav nav { order: 1; }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

.nav-links a {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ink);
  padding-block: 0.25rem;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--burgundy);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav-links a:hover { color: var(--burgundy); }
.nav-links a:hover::after { transform: scaleX(1); }

.site-nav .btn-book {
  order: 2;
  padding: 0.7em 1.5em;
  font-size: 0.75rem;
}

/* Hamburger */
.nav-toggle {
  order: 3;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  margin-right: -0.4rem;
  border: 0;
  background: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  margin-inline: auto;
  background: var(--burgundy);
  transition: transform 0.3s ease, opacity 0.2s ease;
}

/* Mobilní overlay panel (< 860 px) */
@media (max-width: 859px) {
  .nav-toggle { display: flex; }

  /* Panel je pozicovaný absolutně vůči hlavičce — `backdrop-filter` na
     .site-nav z ní dělá containing block, takže position: fixed by se
     nepočítalo vůči viewportu. */
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - var(--nav-h));
    height: calc(100dvh - var(--nav-h));
    overflow-y: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(0.75rem, 3vh, 1.5rem);
    padding: 2rem var(--gutter) 4rem;
    background: var(--paper);
    border-top: 1px solid var(--line-faint);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.75rem);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
  }

  .nav-links a {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    letter-spacing: -0.01em;
  }

  .nav-links a::after { display: none; }

  body.nav-open { overflow: hidden; }

  body.nav-open .nav-links {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  /* hamburger → „×" */
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
}

/* --------------------------------------------------------------------------
   6. FOTO PLACEHOLDERY
   Po nafocení: <div class="ph …"> → <img class="ph …" src="…">
   Gradient i „H" vodoznak pak zmizí samy (::after se na <img> nerenderuje).
   -------------------------------------------------------------------------- */
.ph {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ddd3c4, #cfc3b2);
  overflow: hidden;
}

/* obrysové „H" z loga jako vodoznak */
.ph::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/logo-burgundy.png") no-repeat center / auto 42%;
  opacity: 0.08;
  pointer-events: none;
}

.ph-label {
  position: relative;
  z-index: 1;
  color: var(--ink-soft);
  text-align: center;
  padding: 0.75rem 1rem;
  max-width: 90%;
}

img.ph { object-fit: cover; }

.ph-portrait { aspect-ratio: 3 / 4; }

/* --------------------------------------------------------------------------
   7. HERO
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - var(--nav-h));
  min-height: calc(100svh - var(--nav-h));
}

.hero > * { grid-area: 1 / 1; }

.ph-hero {
  min-height: 72vh;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(1.25rem, 4vh, 2.5rem) var(--gutter) 0;
}

/* vodoznak „H" v hero uhýbá textu — sedí u pravého okraje a mírně vytéká */
.ph-hero::after {
  background-position: right -5% center;
  background-size: auto 62%;
  opacity: 0.07;
}

/* Po dodání hero fotky: sem přidat tmavý gradient overlay pro čitelnost, např.
   .hero::after { content:""; position:absolute; inset:0;
     background: linear-gradient(to top, rgba(46,10,13,.72), rgba(46,10,13,.1) 60%); }
   a .hero-content přepnout na ivory text. Dokud je placeholder světlý,
   overlay nepotřebujeme — text je tmavě vínový. */

.hero-content {
  position: relative;
  z-index: 1;
  align-self: end;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding: var(--gutter);
  padding-bottom: clamp(2.5rem, 7vh, 5rem);
}

.hero-content h1 { margin: 0; }

.hero .display {
  display: block;
  margin-top: 1.1rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.6rem, 8vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--burgundy);
}

.hero-sub {
  margin-top: 1.5rem;
  max-width: 42ch;
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.25rem);
  line-height: 1.5;
  color: var(--ink);
}

.hero .btn-book { margin-top: 2rem; }

.hero-note {
  margin-top: 0.9rem;
  font-size: 0.85rem;
  font-style: italic;
  color: var(--ink-soft);
}

@media (max-width: 700px) {
  .hero-content { text-align: center; }
  .hero-sub { margin-inline: auto; }
  .overline::before,
  .eyebrow::before { display: none; }
  .hero .eyebrow { letter-spacing: 0.12em; font-size: 0.6875rem; }

  /* vodoznak nad textem, ne za ním */
  .ph-hero::after {
    background-position: center 24%;
    background-size: auto 26%;
    opacity: 0.09;
  }
}

/* --------------------------------------------------------------------------
   8. KDO JSME — karty barberů
   -------------------------------------------------------------------------- */
.barber-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: clamp(2.5rem, 6vw, 4rem);
}

/* Desktop: text v levém sloupci, portréty v pravém — editorial dvojsloup */
@media (min-width: 960px) {
  #kdo-jsme .section-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    column-gap: clamp(2.5rem, 6vw, 5rem);
    align-items: start;
  }

  #kdo-jsme .overline,
  #kdo-jsme h2,
  #kdo-jsme .lead { grid-column: 1; }

  #kdo-jsme .barber-cards {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin-top: 0.35rem;
  }
}

.barber-name {
  margin-top: 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1rem + 0.4vw, 1.35rem);
  font-weight: 500;
}

.barber-role {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

/* --------------------------------------------------------------------------
   9. SLUŽBY — ceník
   -------------------------------------------------------------------------- */
.price-table {
  width: 100%;
  margin-top: clamp(2.25rem, 5vw, 3.25rem);
  border-collapse: collapse;
  text-align: left;
}

.price-table th {
  padding: 0 0 0.65rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
}

.price-table tbody tr { border-bottom: 1px solid var(--line); }

.price-table td {
  padding: clamp(1rem, 2vw, 1.4rem) 0;
  vertical-align: baseline;
}

.pt-num,
.pt-time,
.pt-price { font-variant-numeric: tabular-nums; }

.pt-num {
  width: 3.5rem;
  color: var(--burgundy);
  opacity: 0.65;
}

.pt-name {
  padding-right: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.3rem);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.pt-desc {
  padding-right: 1.5rem;
  font-size: 0.9375rem;
  color: var(--ink-soft);
}

.pt-time {
  width: 6rem;
  font-size: 0.875rem;
  color: var(--ink-soft);
  white-space: nowrap;
}

.price-table th:last-child,
.pt-price { text-align: right; }

.pt-price {
  width: 7rem;
  font-family: var(--font-display);
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.2rem);
  font-weight: 500;
  white-space: nowrap;
}

#sluzby .btn-book { margin-top: clamp(2.25rem, 5vw, 3rem); }

/* Ceník na úzkých displejích: řádek jako grid, hlavička jen pro čtečky,
   délka se schová pod popis. */
@media (max-width: 760px) {
  .price-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .price-table,
  .price-table tbody { display: block; }

  .price-table tbody tr {
    display: grid;
    grid-template-columns: 2.5rem 1fr max-content;
    grid-template-areas:
      "num name price"
      ".   desc desc"
      ".   time time";
    column-gap: 0.5rem;
    padding-block: 1.1rem;
  }

  .price-table td { display: block; padding: 0; }

  .pt-num { grid-area: num; width: auto; line-height: 1.7; }
  .pt-name { grid-area: name; padding-right: 0.75rem; white-space: normal; }
  .pt-price { grid-area: price; width: auto; line-height: 1.2; }
  .pt-desc { grid-area: desc; margin-top: 0.35rem; padding-right: 0; }
  .pt-time {
    grid-area: time;
    width: auto;
    margin-top: 0.3rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
}

/* --------------------------------------------------------------------------
   10. VÍNOVÉ STATEMENT SEKCE (#vize, #rezervace)
   -------------------------------------------------------------------------- */
.section-burgundy {
  position: relative;
  background: var(--burgundy);
  color: var(--ivory);
  overflow: hidden;
}

/* signature: obří ghost „H" vytékající z pravého okraje */
.section-burgundy::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6%;
  width: min(46vw, 620px);
  aspect-ratio: 439 / 568;
  transform: translateY(-50%);
  background: url("../assets/logo-ivory.png") no-repeat center / contain;
  opacity: 0.055;
  pointer-events: none;
}

.section-burgundy .section-content { position: relative; z-index: 1; }

.section-burgundy .overline { color: var(--tan); }
.section-burgundy .lead { color: var(--ivory-soft); }
.section-burgundy h2 { color: var(--ivory); }

.section-burgundy :focus-visible {
  outline-color: var(--ivory);
}

/* Produktové karty */
.product-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: clamp(2.5rem, 6vw, 4rem);
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--burgundy-deep);
}

.tag {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 1;
  padding: 0.45em 1em;
  border: 1px solid var(--tan);
  border-radius: 999px;
  color: var(--tan);
  background: rgba(46, 10, 13, 0.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
}

@media (max-width: 700px) {
  .product-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .tag {
    top: 0.6rem;
    right: 0.6rem;
    padding: 0.4em 0.8em;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
  }

  /* ghost „H" ustupuje do pravého dolního kouta, mimo text */
  .section-burgundy::before {
    top: auto;
    bottom: -4%;
    right: -22%;
    width: 68vw;
    transform: none;
    opacity: 0.045;
  }
}

.product-name {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.15rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--ivory);
}

/* CTA pás */
#rezervace { text-align: center; }
#rezervace .section-content > p {
  margin: 1.1rem auto 0;
  max-width: 40ch;
  font-size: clamp(1.05rem, 1rem + 0.3vw, 1.25rem);
  color: var(--ivory-soft);
}
#rezervace .btn-book { margin-top: clamp(2rem, 4vw, 2.75rem); }

/* --------------------------------------------------------------------------
   11. SVĚT HELIAS — editorial grid
   -------------------------------------------------------------------------- */
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(2.5rem, 6vw, 4rem);
}

.editorial-grid > * {
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 0;
}

.editorial-grid img { object-fit: cover; height: 100%; }

/* mírně jiný rytmus druhé řady */
.editorial-grid > *:nth-child(n + 4) { aspect-ratio: 1 / 1; }

.editorial-grid .ph-label { font-size: 0.6875rem; letter-spacing: 0.14em; }

@media (max-width: 860px) {
  .editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-grid > *,
  .editorial-grid > *:nth-child(n + 4) { aspect-ratio: 4 / 5; }
}

@media (max-width: 379px) {
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-grid > *,
  .editorial-grid > *:nth-child(n + 4) { aspect-ratio: 3 / 2; }
}

/* --------------------------------------------------------------------------
   12. FAQ
   -------------------------------------------------------------------------- */
.faq-list {
  margin-top: clamp(2rem, 5vw, 3rem);
  max-width: 900px;
  border-top: 1px solid var(--line);
}

.faq-item { border-bottom: 1px solid var(--line); }

.faq-item summary {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.1rem, 2.5vw, 1.5rem) 0;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.05rem + 0.3vw, 1.25rem);
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
  transition: color 0.2s ease;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary:hover { color: var(--burgundy); }

.faq-item summary::after {
  content: "+";
  flex: none;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--burgundy);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-a {
  padding-bottom: clamp(1.1rem, 2.5vw, 1.5rem);
  color: var(--ink-soft);
}

.faq-a p { font-size: 0.9875rem; }

/* --------------------------------------------------------------------------
   13. FOOTER
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--ivory);
  border-top: 1px solid var(--line-faint);
  padding: clamp(3rem, 7vw, 5rem) var(--gutter) clamp(2rem, 4vw, 3rem);
}

.footer-cols,
.footer-bottom {
  max-width: var(--max);
  margin-inline: auto;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: clamp(2rem, 5vw, 4rem);
}

.footer-col h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--burgundy);
  margin-bottom: 1.1rem;
}

.footer-col p { margin-bottom: 0.5rem; font-size: 0.9375rem; }

.footer-col a {
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-col a:hover { color: var(--burgundy); border-color: var(--burgundy); }

.footer-menu li { margin-bottom: 0.5rem; font-size: 0.9375rem; }
.footer-menu a { border-bottom: 0; }
.footer-menu a:hover { border-bottom: 1px solid var(--burgundy); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding-top: clamp(1.25rem, 3vw, 2rem);
  border-top: 1px solid var(--line);
  font-size: 0.8125rem;
  color: var(--ink-soft);
}

.footer-bottom img { height: 30px; width: auto; }

.footer-claim {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-style: italic;
  color: var(--burgundy);
}

/* --------------------------------------------------------------------------
   14. FOCUS STAVY
   -------------------------------------------------------------------------- */
:focus-visible {
  outline: 2px solid var(--burgundy);
  outline-offset: 3px;
}

.site-nav .btn-book:focus-visible,
.hero .btn-book:focus-visible { outline-offset: 4px; }

/* --------------------------------------------------------------------------
   15. SCROLL REVEAL (js/script.js přidává .revealed)
   Skrytí je opt-in přes `html.js`: script.js jako úplně první příkaz spouští
   `document.documentElement.classList.add('js')`, a pokud cokoli uvnitř jeho
   IIFE následně vyhodí výjimku, catch blok třídu `js` zase odebere. Dokud
   tedy třída na <html> chybí nebo zmizí — žádný JS, JS se nespustí,
   script.js je 404/blokovaný, nebo za běhu selže — je `.reveal` vždy plně
   viditelný (bez opacity:0/translateY), takže obsah nikdy nezůstane schovaný.
   `@media (scripting: none)` byl odstraněn: řešil jen vypnutý JS, ne
   chybějící/chybující/blokovaný soubor — `html.js` gating pokrývá všechny
   případy.
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }

  html.js .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  html.js .reveal.revealed {
    opacity: 1;
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   16. TISK
   -------------------------------------------------------------------------- */
@media print {
  .reveal { opacity: 1 !important; transform: none !important; }
}
