/* Access Bars — Monika - Tian
   Jeden sdílený styl pro celý web. Nová sekce/komponenta patří sem, ne do nového souboru. */

:root {
  --bg: #faf6f1;
  --bg-alt: #f1e9dd;
  --text: #3a342c;
  --text-muted: #6b6255;
  --primary: #8c9a7b;
  --primary-dark: #5f6e50;
  --accent: #c98f73;
  --accent-dark: #a96b4f;
  --rose: #c98a96;
  --rose-soft: #f0dbdd;
  --border: #e4dac9;
  --white: #ffffff;

  --font-heading: "Lora", Georgia, serif;
  --font-body: "Mulish", -apple-system, "Segoe UI", sans-serif;

  --max-width: 760px;
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--accent-dark);
}

.obal {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* Hlavička */

.hlavicka {
  position: sticky;
  top: 0;
  background: rgba(250, 246, 241, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
  z-index: 10;
}

.hlavicka .obal {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}

.hlavicka__jmeno {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}

.ruze {
  display: inline-block;
  filter: saturate(0.85);
}

/* Pírkový předěl mezi sekcemi */

.ozdoba {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 260px;
  margin: 0 auto;
  padding: 0 24px;
}

.ozdoba__cara {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rose), transparent);
  opacity: 0.6;
}

.peri {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--rose);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.75;
  transform: rotate(-12deg);
  flex-shrink: 0;
}

.peri--placeholder {
  width: 30px;
  height: 30px;
  stroke: var(--primary);
  opacity: 0.45;
  margin-bottom: 8px;
}

/* Skutečné fotky */

.foto-kulata {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid var(--white);
  box-shadow: 0 12px 30px rgba(140, 100, 80, 0.22);
}

.foto-poznamka {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  margin: 0 0 32px;
}

.foto-siroka {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  margin: 0 auto 32px;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(140, 100, 80, 0.16);
}

/* Tlačítka */

.tlacitko {
  display: inline-block;
  background: var(--primary-dark);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  min-height: 44px;
  transition: background 0.15s ease, transform 0.15s ease;
}

.tlacitko:hover {
  background: var(--accent-dark);
}

.tlacitko:active {
  transform: scale(0.98);
}

.tlacitko--maly {
  padding: 10px 20px;
  font-size: 15px;
}

/* Sekce */

section {
  padding: 64px 0;
}

section.sekce--alt {
  background: var(--bg-alt);
}

h1, h2, h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 20px;
  color: var(--text);
}

h1 {
  font-size: clamp(32px, 5vw, 46px);
}

h2 {
  font-size: clamp(26px, 4vw, 32px);
}

p {
  margin: 0 0 18px;
}

.text-vedlejsi {
  color: var(--text-muted);
}

/* Hero */

.hero {
  padding-top: 72px;
  padding-bottom: 56px;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0%, var(--rose-soft) 0%, var(--bg) 65%);
}

.hero__uvod {
  font-size: 20px;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 32px;
}

.foto-220 {
  margin: 0 auto 14px;
  max-width: 220px;
}

/* Zástupný obrázek */

.zastupny-obrazek {
  background: radial-gradient(circle at 35% 30%, var(--rose-soft), var(--bg-alt) 70%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(140, 110, 90, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 15px;
  text-align: center;
  padding: 24px;
  min-height: 220px;
}

.zastupny-obrazek--kulaty {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  min-height: 0;
}

/* Karty s kroky */

.kroky {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.krok {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
}

.krok::after {
  content: attr(data-krok);
  position: absolute;
  top: -22px;
  right: -6px;
  font-family: var(--font-heading);
  font-size: 96px;
  font-weight: 600;
  color: var(--primary);
  opacity: 0.08;
  line-height: 1;
  pointer-events: none;
}

.krok p {
  position: relative;
}

/* Ikonové kolečko — sdílené kroky i ceny */

.ikona-kruh {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
}

.ikona-kruh .peri {
  stroke: var(--primary-dark);
  opacity: 0.85;
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
}

/* O mně */

.o-mne {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: start;
}

.zastupny-text {
  background: var(--bg-alt);
  border-left: 3px solid var(--accent);
  padding: 14px 18px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--text-muted);
}

/* Nabídka a cena */

.ceny {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
  align-items: start;
}

.cena-karta {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 24px 26px;
  text-align: center;
  position: relative;
}

.cena-karta__ikona {
  margin-left: auto;
  margin-right: auto;
}

.cena-karta--zvyrazneno {
  border: 1px solid var(--accent);
  background: linear-gradient(180deg, var(--rose-soft) 0%, var(--white) 55%);
  box-shadow: 0 14px 32px rgba(160, 100, 90, 0.16);
}

.cena-karta--zvyrazneno .cena-karta__ikona {
  background: var(--white);
}

.cena-karta__stitek {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: var(--accent-dark);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(140, 90, 70, 0.25);
}

.cena-karta__castka {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 600;
  margin: 8px 0;
  color: var(--text);
}

.cena-karta__seznam {
  list-style: none;
  margin: 20px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--border);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cena-karta--zvyrazneno .cena-karta__seznam {
  border-top-color: rgba(169, 107, 79, 0.25);
}

.cena-karta__seznam li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--text-muted);
}

.cena-karta__seznam li::before {
  content: "✓";
  color: var(--primary-dark);
  font-weight: 700;
  flex-shrink: 0;
}

.cena-karta__puvodni {
  text-decoration: line-through;
  color: var(--text-muted);
  font-size: 18px;
}

/* Kde mě najdeš */

.misto {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  margin-top: 8px;
}

.misto__radek {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.misto__radek:last-child {
  margin-bottom: 0;
}

/* Formulář */

.formular {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  margin-top: 24px;
}

.pole {
  margin-bottom: 20px;
}

.pole label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 15px;
}

.pole input,
.pole textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 16px;
  background: var(--bg);
  color: var(--text);
}

.pole input:focus,
.pole textarea:focus {
  outline: 2px solid var(--primary);
  outline-offset: 1px;
}

.pole textarea {
  resize: vertical;
  min-height: 100px;
}

.formular__poznamka {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 16px;
}

/* Patička */

.paticka {
  background: var(--text);
  color: var(--bg);
  padding: 40px 0;
  text-align: center;
  font-size: 15px;
}

.paticka a {
  color: var(--bg);
}

.paticka__oddil {
  margin-bottom: 8px;
}

.paticka__jemne {
  color: #b9b2a4;
}

/* Mobil */

@media (max-width: 640px) {
  .hlavicka .obal {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hlavicka__jmeno {
    font-size: 16px;
  }

  .hlavicka .tlacitko--maly {
    padding: 9px 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  section {
    padding: 44px 0;
  }

  .kroky {
    grid-template-columns: 1fr;
  }

  .ceny {
    grid-template-columns: 1fr;
  }

  .o-mne {
    grid-template-columns: 1fr;
  }

  .o-mne .zastupny-obrazek {
    max-width: 160px;
    margin: 0 auto;
  }

  .formular {
    padding: 22px;
  }
}
