:root {
  --page: #fffaf6;
  --paper: rgba(255, 255, 255, 0.88);
  --text: #352935;
  --muted: #756674;
  --purple: #733b7f;
  --purple-deep: #4f235a;
  --purple-soft: #f7eff8;
  --rose: #a44775;
  --rose-soft: #fff0f5;
  --green: #477f6f;
  --green-soft: #eff8f3;
  --gold-soft: #fff7e5;
  --beige: #8b612f;
  --blue: #4d5d91;
  --violet: #704892;
  --line: #eadcea;
  --shadow: 0 22px 60px rgba(84, 49, 72, 0.14);
  --soft-shadow: 0 10px 28px rgba(84, 49, 72, 0.08);
  --font-main: system-ui, -apple-system, "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 7%, rgba(255, 218, 228, 0.72), transparent 29rem),
    radial-gradient(circle at 86% 10%, rgba(255, 245, 203, 0.86), transparent 31rem),
    radial-gradient(circle at 52% 44%, rgba(238, 250, 242, 0.88), transparent 38rem),
    linear-gradient(180deg, #fffaf6 0%, #fffdfb 55%, #faf5fb 100%);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.58;
}

a { color: var(--purple); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover, a:focus { color: var(--green); }

.topbar,
main,
.footer {
  width: min(1180px, calc(100% - 30px));
  margin-left: auto;
  margin-right: auto;
}
.topbar {
  padding: 14px 0 4px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.nav a {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(115, 59, 127, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--purple-deep);
  text-decoration: none;
  font-size: 0.92rem;
  box-shadow: 0 3px 10px rgba(84, 49, 72, 0.04);
}
.nav a:hover, .nav a:focus { background: var(--purple-soft); }

.hero-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.62fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  margin: clamp(10px, 2vw, 18px) 0 clamp(40px, 6vw, 72px);
  padding: clamp(24px, 4.2vw, 54px);
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,255,255,0.78));
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 36px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(5px);
}
.hero-main { align-self: center; }
.eyebrow,
.section-kicker {
  margin: 0 0 8px;
  color: var(--rose);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  color: var(--purple-deep);
  font-size: clamp(2.7rem, 6.1vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}
.alias {
  margin: 10px 0 0;
  color: var(--rose);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  font-weight: 700;
}
.lead {
  margin: 18px 0 0;
  max-width: 53em;
  color: #4b3e4a;
  font-size: clamp(1.06rem, 1.65vw, 1.24rem);
  font-weight: 700;
}
.hero-main p:not(.eyebrow):not(.alias):not(.lead) {
  margin: 12px 0 0;
  max-width: 56em;
  color: var(--muted);
}
.hero-actions,
.feature-actions,
.section-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-actions { margin-top: 22px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(115, 59, 127, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--purple-deep);
  font-weight: 700;
  text-decoration: none;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}
.button.primary { background: var(--purple); color: #fff; border-color: var(--purple); }
.button:hover, .button:focus { transform: translateY(-1px); box-shadow: var(--soft-shadow); }
.hero-media { display: grid; gap: 18px; align-content: center; }
.portrait-card,
.logo-card {
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--soft-shadow);
}
.portrait-card {
  padding: clamp(13px, 2vw, 18px);
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,0.78), transparent 16rem),
    linear-gradient(135deg, rgba(239,248,243,0.82), rgba(255,240,245,0.70));
}
.logo-card {
  padding: clamp(16px, 2.2vw, 22px);
  background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(247,239,248,0.78));
}
.portrait {
  display: block;
  width: min(100%, 305px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 42%;
  border: 9px solid rgba(255,255,255,0.88);
  border-radius: 30px;
  box-shadow: 0 18px 38px rgba(84, 49, 72, 0.13);
}
.hero-logo {
  display: block;
  width: clamp(230px, 22vw, 315px);
  height: auto;
  filter: drop-shadow(0 15px 24px rgba(112, 63, 69, 0.17));
}

.wreath-story {
  margin: 0 auto 34px;
  padding: clamp(26px, 5vw, 54px) clamp(20px, 4vw, 46px);
  text-align: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.91), rgba(255,247,229,0.76));
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--soft-shadow);
}
.wreath-copy { width: min(760px, 100%); margin: 0 auto 18px; }
.wreath-story h2 {
  margin: 0 0 10px;
  color: var(--purple-deep);
  line-height: 1.12;
  font-size: clamp(1.9rem, 3.8vw, 2.95rem);
}
.wreath-copy p { margin: 0; }
.wreath-copy p:last-child { color: var(--muted); }
.wreath-picture { position: relative; display: grid; place-items: center; }
.wreath-picture::before {
  content: "";
  position: absolute;
  inset: 11% 15% 5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.62), rgba(255,255,255,0.12) 53%, transparent 73%);
  box-shadow: inset 0 0 44px rgba(255, 255, 255, 0.58);
}
.wreath {
  position: relative;
  width: min(100%, 555px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(103, 74, 67, 0.12));
  pointer-events: none;
  user-select: none;
}

.paths { padding: 18px 0 30px; text-align: center; }
.paths-heading { width: min(900px, 100%); margin: 0 auto 24px; }
.paths h2,
.roots h2,
.soft-note h2,
.contact h2 {
  margin: 0 0 10px;
  color: var(--purple-deep);
  line-height: 1.18;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
}
.section-lead { margin: 0 auto; color: var(--muted); }
.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.82fr);
  gap: 18px;
  align-items: stretch;
  text-align: left;
}
.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.path-card,
.bread-feature {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--soft-shadow);
}
.path-card { min-height: 304px; padding: 18px 19px 20px; }
.path-card::before,
.bread-feature::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 128px;
  background: linear-gradient(135deg, var(--purple-soft), rgba(255,255,255,0));
  z-index: 0;
}
.path-card > *, .bread-feature > * { position: relative; z-index: 1; }
.flower-stage {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -4px -8px 8px;
  pointer-events: none;
}
.flower { display: block; max-width: 100%; height: auto; opacity: 0.96; filter: drop-shadow(0 8px 12px rgba(84, 49, 72, 0.08)); }
.flower-gerbera { width: 124px; transform: rotate(3deg); }
.flower-tulipan { width: 138px; transform: rotate(5deg); }
.flower-ruze { width: 142px; transform: rotate(-3deg); }
.flower-zvonek { width: 132px; transform: rotate(2deg); }
.flower-serik { width: 150px; transform: rotate(3deg); }
.flower-lilie { width: 154px; transform: rotate(1deg); }
.flower-mesicek { width: 174px; transform: rotate(-5deg); }
.path-card h3,
.bread-feature h3 { margin: 0 0 8px; color: var(--purple-deep); font-size: 1.16rem; line-height: 1.25; }
.path-card p,
.bread-feature p { margin: 0 0 12px; color: #4d414c; }
.path-card a { font-weight: 700; }
.care-card::before { background: linear-gradient(135deg, #fff0f0, rgba(255,255,255,0)); }
.reiki-card::before { background: linear-gradient(135deg, #fff8d9, rgba(255,255,255,0)); }
.women-card::before { background: linear-gradient(135deg, var(--rose-soft), rgba(255,255,255,0)); }
.meditation-card::before { background: linear-gradient(135deg, #f2f7ff, rgba(255,255,255,0)); }
.constellations-card::before { background: linear-gradient(135deg, #f6eefc, rgba(255,255,255,0)); }
.nature-card::before { background: linear-gradient(135deg, #f9fff5, rgba(255,255,255,0)); }
.care-card h3 { color: #a73735; }
.reiki-card h3 { color: #a16a12; }
.women-card h3 { color: var(--rose); }
.meditation-card h3 { color: var(--blue); }
.constellations-card h3 { color: var(--violet); }
.nature-card h3 { color: var(--green); }
.bread-feature h3 { color: var(--beige); }
.bread-feature {
  min-height: 100%;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,247,229,0.96), rgba(255,255,255,0.86));
}
.bread-feature::before {
  height: 215px;
  background:
    radial-gradient(circle at 62% 38%, rgba(255,255,255,0.75), transparent 11rem),
    linear-gradient(135deg, var(--gold-soft), rgba(255,255,255,0));
}
.feature-stage { min-height: clamp(150px, 16vw, 220px); margin: 0 0 10px; justify-content: center; }
.feature-flower { width: clamp(190px, 22vw, 270px); }
.feature-content { position: relative; z-index: 2; }
.feature-note { color: var(--muted) !important; font-size: 0.98rem; }
.feature-actions { margin-top: 16px; }
.section-actions { justify-content: center; margin-top: 22px; }

.roots,
.soft-note,
.contact {
  position: relative;
  margin: 0 auto 24px;
  padding: clamp(22px, 3.8vw, 40px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--soft-shadow);
}
.roots { display: grid; grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr); gap: clamp(22px, 4vw, 40px); align-items: start; }
.roots-heading p { margin: 0; }
.roots-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.roots-grid div { padding: 15px 16px; background: rgba(255,255,255,0.84); border: 1px solid var(--line); border-radius: 20px; }
.roots-grid strong { display: block; margin-bottom: 5px; color: var(--rose); font-size: 0.84rem; text-transform: uppercase; letter-spacing: 0.06em; }
.roots-grid span { display: block; }
.soft-note { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 26px; align-items: center; background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(255,247,229,0.82)); }
.mini-wreath { display: block; width: 100%; max-width: 170px; height: auto; filter: drop-shadow(0 12px 20px rgba(103, 74, 67, 0.10)); }
.soft-note p { margin: 0; }
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(285px, 0.58fr); gap: 24px; align-items: center; margin-bottom: 10px; }
.contact p { margin: 0; }
.contact address { padding: 18px; background: rgba(255,255,255,0.88); border: 1px solid var(--line); border-radius: 22px; font-style: normal; line-height: 1.8; }
.muted { color: var(--muted); }
.footer { margin-top: 30px; padding: 24px 0 34px; display: grid; grid-template-columns: 130px 135px minmax(0, 1fr); align-items: start; gap: 18px 42px; color: var(--muted); border-top: 1px solid var(--line); }
.footer > div:first-child { white-space: nowrap; }
.footer a { display: inline-block; }
.copyright-note { max-width: none; line-height: 1.55; }
.copyright-note small { display: block; max-width: 780px; }

@media (max-width: 1040px) {
  .topbar { justify-content: center; }
  .nav { justify-content: center; }
  .hero-guide { grid-template-columns: 1fr; text-align: center; }
  .hero-main p:not(.eyebrow):not(.alias):not(.lead), .lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-media { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; }
  .portrait { width: min(100%, 300px); }
  .hero-logo { width: min(100%, 300px); }
  .wreath { width: min(100%, 520px); }
  .offer-layout { grid-template-columns: 1fr; }
  .path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bread-feature { min-height: auto; }
  .feature-stage { min-height: 160px; }
  .roots { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .topbar, main, .footer { width: min(100% - 18px, 1180px); }
  .topbar { padding-top: 10px; }
  .nav { gap: 5px; }
  .nav a { padding: 7px 9px; font-size: 0.85rem; }
  .hero-guide { padding: 22px 17px; border-radius: 28px; }
  .hero-media { grid-template-columns: 1fr; }
  .hero-logo { width: min(78vw, 310px); }
  .hero-actions, .feature-actions, .section-actions { flex-direction: column; }
  .button { width: 100%; }
  .wreath-story { padding: 22px 16px; }
  .wreath { width: min(100%, 480px); }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: auto; }
  .roots-grid { grid-template-columns: 1fr; }
  .soft-note { grid-template-columns: 1fr; text-align: center; }
  .mini-wreath { margin: 0 auto; }
  .contact { grid-template-columns: 1fr; text-align: center; }
  .footer { display: block; text-align: center; }
  .footer > div + div { margin-top: 12px; }
}

@media (max-width: 430px) {
  .topbar { text-align: center; }
  .nav { justify-content: center; margin-top: 0; }
  .nav a { font-size: 0.8rem; padding: 6px 8px; }
  h1 { font-size: 2.25rem; }
  .portrait { width: min(100%, 280px); }
  .flower-stage { min-height: 102px; }
}

/* v7 detailní doladění */
.flower-quality {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.path-card .flower-quality,
.bread-feature .flower-quality { color: var(--rose); }
.reiki-card::before { background: linear-gradient(135deg, #fbf8ff, rgba(255,255,255,0)); }
.nature-card::before { background: linear-gradient(135deg, #fff8d9, rgba(255,255,255,0)); }
.nature-card h3 { color: #8b6e1d; }
.reiki-card h3 { color: var(--purple-deep); }

/* v8 copywriterské a typografické doladění */
body {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.62;
}

h1,
h2,
h3 {
  font-family: var(--font-main);
  font-weight: 700;
  letter-spacing: -0.018em;
}

.hero-brand {
  margin-bottom: 8px;
  color: var(--rose);
  font-family: var(--font-main);
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.012em;
  line-height: 1;
  text-transform: none;
}

h1 {
  font-size: clamp(2.28rem, 4.25vw, 3.72rem);
  line-height: 1.02;
  letter-spacing: -0.026em;
}

.alias {
  margin-top: 8px;
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
}

.lead {
  font-size: clamp(1.02rem, 1.38vw, 1.16rem);
  font-weight: 700;
}

.nav a,
.button,
.path-card a,
.card-links a {
  font-weight: 800;
}

.wreath-story h2,
.paths h2,
.roots h2,
.soft-note h2,
.contact h2 {
  font-size: clamp(1.9rem, 3.35vw, 2.72rem);
}

.paths-heading {
  margin-bottom: 28px;
}

.seven-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  max-width: 1120px;
  margin: 0 auto;
  text-align: left;
}

.seven-grid .path-card {
  min-height: 342px;
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
}

.seven-grid .path-card::before {
  height: 126px;
}

.seven-grid .path-card h3 {
  margin-bottom: 8px;
  font-size: 1.42rem;
  line-height: 1.12;
}

.seven-grid .path-card p:not(.flower-quality) {
  margin-bottom: 14px;
}

.seven-grid .path-card > a,
.card-links {
  margin-top: auto;
}

.card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
}

.card-links a {
  display: inline-flex;
  line-height: 1.25;
}

.seven-grid .bread-card {
  grid-column: 2;
}

.flower-stage {
  min-height: 112px;
  margin: -2px -6px 10px;
  align-items: center;
  justify-content: center;
}

.flower-quality {
  font-family: var(--font-main);
  line-height: 1.32;
}

.flower-gerbera { width: 122px; transform: translate(-3px, 2px) rotate(3deg); }
.flower-lilie { width: 150px; transform: translate(-4px, 3px) rotate(1deg); }
.flower-ruze { width: 136px; transform: translate(-4px, 4px) rotate(-3deg); }
.flower-zvonek { width: 128px; transform: translate(-4px, 4px) rotate(2deg); }
.flower-serik { width: 146px; transform: translate(-5px, 4px) rotate(3deg); }
.flower-mesicek { width: 144px; transform: translate(-5px, 3px) rotate(-4deg); }
.flower-tulipan { width: 138px; transform: translate(-5px, 4px) rotate(5deg); }

.bread-card::before {
  background: linear-gradient(135deg, #fff3df, rgba(255,255,255,0));
}
.bread-card h3 { color: var(--beige); }

.nature-card::before { background: linear-gradient(135deg, #fff8d9, rgba(255,255,255,0)); }
.nature-card h3 { color: #8b6e1d; }

.reiki-card::before { background: linear-gradient(135deg, #fbf8ff, rgba(255,255,255,0)); }
.reiki-card h3 { color: var(--purple-deep); }

@media (max-width: 1040px) {
  .seven-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
  .seven-grid .bread-card {
    grid-column: 1 / -1;
    width: min(100%, 370px);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(2.05rem, 10vw, 2.7rem); }
  .hero-brand { font-size: clamp(1.35rem, 7vw, 1.72rem); }
  .seven-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
  }
  .seven-grid .path-card,
  .seven-grid .bread-card {
    width: 100%;
    min-height: auto;
    grid-column: auto;
  }
  .card-links {
    display: grid;
  }
}

/* v11 sjednocení typografie bez externích fontů */
body {
  font-family: var(--font-main);
}
h1,
h2,
h3,
.hero-brand {
  font-family: var(--font-main);
}
.flower-quality {
  font-family: var(--font-main);
}

/* v11 hlavní jméno používá stejný font jako celý web */
.hero-main h1 {
  font-family: var(--font-main);
  font-size: clamp(2.05rem, 3.75vw, 3.28rem);
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.08;
  color: var(--purple-deep);
}

@media (max-width: 760px) {
  .hero-main h1 {
    font-size: clamp(1.9rem, 8.8vw, 2.55rem);
  }
}


/* finální kontrola fontu - všechny aktivní texty používají stejný font */
body,
button,
input,
textarea,
select,
h1,
h2,
h3,
.hero-brand,
.eyebrow,
.section-kicker,
.alias,
.lead,
.button,
.nav a,
.path-card a,
.card-links a,
.flower-quality {
  font-family: var(--font-main);
}
