/* Jedlo bez strachu · pracovný vizuálny koncept A
   Všetky dizajnové hodnoty sú iba tu. */
:root {
  --navy: #14283c;
  --navy-soft: #29475c;
  --cream: #fbf7f0;
  --cream-deep: #f3eadf;
  --sage: #dfe7dc;
  --sage-deep: #73866f;
  --coral: #b95745;
  --coral-dark: #944536;
  --white: #ffffff;
  --text: #263642;
  --muted: #5c6a72;
  --line: #ded9d0;
  --shadow: 0 20px 60px rgba(20, 40, 60, .10);
  --radius: 24px;
  --radius-small: 14px;
  --content: 1180px;
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { color: var(--navy); font-family: var(--font-heading); font-weight: 500; line-height: 1.08; }
h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 5vw, 76px); letter-spacing: -.035em; }
h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); letter-spacing: -.025em; }
h3 { margin: 0 0 10px; font-size: 26px; }
p { margin: 0 0 22px; }
.lede { max-width: 650px; color: var(--muted); font-size: 20px; line-height: 1.6; }
.button {
  display: inline-flex;
  max-width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 12px 28px rgba(185, 87, 69, .22); }
.button-primary:hover { background: var(--coral-dark); }
.button-secondary { border-color: var(--navy); color: var(--navy); background: transparent; }
.text-link { color: var(--navy); font-weight: 700; text-underline-offset: 5px; }

.site-header { position: relative; z-index: 5; padding: 22px 0; background: rgba(251,247,240,.94); border-bottom: 1px solid rgba(20,40,60,.08); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-family: var(--font-heading); font-size: 23px; text-decoration: none; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--sage-deep); border-radius: 50%; color: var(--sage-deep); font-family: var(--font-body); font-size: 18px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 14px; font-weight: 600; text-decoration: none; }
.nav-links a:not(.button):hover { color: var(--coral-dark); }

.hero { position: relative; overflow: hidden; padding: 72px 0 56px; }
.hero::before { position: absolute; inset: auto auto -180px -120px; width: 420px; height: 420px; border-radius: 50%; background: var(--sage); content: ""; opacity: .5; }
.hero-grid { display: grid; min-width: 0; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding: 24px 0 38px; }
.hero-copy .lede { margin-top: 26px; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 32px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--muted); font-size: 14px; }
.hero-note span { width: 24px; height: 1px; background: var(--sage-deep); }
.portrait-wrap { position: relative; min-height: 610px; }
.portrait-card { position: absolute; inset: 0 0 0 25px; overflow: hidden; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; }
.portrait-tag { position: absolute; right: -18px; bottom: 32px; width: 210px; padding: 22px; border-radius: 18px; color: var(--navy); background: var(--white); box-shadow: var(--shadow); font-family: var(--font-heading); font-size: 20px; line-height: 1.3; }
.portrait-tag small { display: block; margin-top: 8px; color: var(--muted); font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.trust-strip { position: relative; z-index: 3; background: var(--navy); color: var(--white); }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 78px; padding: 16px; border-right: 1px solid rgba(255,255,255,.16); font-size: 15px; }
.trust-item:last-child { border-right: 0; }
.trust-icon { color: #d9b4aa; font-size: 22px; }

.signals { padding: 108px 0; background: var(--white); }
.section-heading { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.section-heading .lede { margin: 0; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.signal-card { min-height: 235px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--cream); }
.signal-number { display: grid; width: 44px; height: 44px; margin-bottom: 28px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--sage); font-family: var(--font-heading); font-size: 21px; }
.signal-card p { margin: 0; color: var(--muted); font-size: 15px; }

.paths { padding: 108px 0; background: var(--cream-deep); }
.paths-header { max-width: 760px; margin-bottom: 48px; }
.paths-header p { margin-top: 20px; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.path-card { display: flex; min-height: 380px; flex-direction: column; padding: 44px; border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 40px rgba(20,40,60,.06); }
.path-card:nth-child(2) { background: var(--sage); }
.path-label { margin-bottom: 42px; color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.path-card p { max-width: 500px; color: var(--muted); }
.path-card .text-link { margin-top: auto; align-self: flex-start; }

.steps { padding: 108px 0; background: var(--navy); color: rgba(255,255,255,.78); }
.steps h2, .steps h3 { color: var(--white); }
.steps-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.steps-head p { max-width: 510px; margin: 0; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.step { position: relative; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.25); }
.step-number { position: absolute; top: -17px; left: 0; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--navy); background: #d9b4aa; font-weight: 800; }
.step p { margin: 0; font-size: 15px; }

.about { padding: 108px 0; background: var(--white); }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 80px; }
.about-image { position: relative; overflow: hidden; aspect-ratio: 4/5; border-radius: 28px; background: var(--cream-deep); }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.about-copy { max-width: 650px; }
.about-copy .quote { margin: 28px 0; padding-left: 24px; border-left: 3px solid var(--coral); color: var(--navy); font-family: var(--font-heading); font-size: 25px; line-height: 1.35; }

.guide { padding: 92px 0; background: var(--sage); }
.guide-card { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.guide-visual { position: relative; display: grid; min-height: 420px; place-items: center; overflow: hidden; background: var(--navy); }
.guide-visual::before, .guide-visual::after { position: absolute; width: 260px; height: 360px; border-radius: 14px; background: var(--cream); box-shadow: 0 18px 38px rgba(0,0,0,.25); content: ""; }
.guide-visual::before { transform: rotate(-8deg) translate(-22px, 12px); opacity: .7; }
.guide-visual::after { transform: rotate(6deg) translate(30px, 20px); opacity: .45; }
.guide-cover { position: relative; z-index: 2; width: 250px; padding: 34px; border-radius: 14px; color: var(--navy); background: var(--cream); box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.guide-cover .leaf { color: var(--sage-deep); font-size: 32px; }
.guide-cover h3 { margin-top: 58px; font-size: 34px; }
.guide-cover p { margin: 16px 0 0; font-size: 13px; }
.guide-copy { align-self: center; padding: 64px; }
.guide-copy ul { margin: 25px 0 32px; padding: 0; list-style: none; }
.guide-copy li { position: relative; margin: 10px 0; padding-left: 28px; }
.guide-copy li::before { position: absolute; left: 0; color: var(--sage-deep); content: "✓"; font-weight: 900; }

.final-cta { padding: 108px 0; text-align: center; background: var(--cream); }
.final-cta .inner { max-width: 820px; margin-inline: auto; }
.final-cta p { max-width: 640px; margin: 24px auto 32px; color: var(--muted); }
.footer { padding: 38px 0; border-top: 1px solid var(--line); background: var(--cream); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 24px; }

@media (max-width: 900px) {
  .nav-links a:not(.button) { display: none; }
  .hero-grid, .section-heading, .about-grid, .guide-card { grid-template-columns: 1fr; }
  .hero { padding-top: 40px; }
  .portrait-wrap { min-height: 520px; }
  .portrait-card { left: 0; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { gap: 22px; }
  .about-grid { gap: 42px; }
  .about-image { max-height: 630px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 32px), var(--content)); }
  .site-header { padding: 14px 0; }
  .brand { font-size: 19px; }
  .brand-mark { width: 34px; height: 34px; }
  .nav .button { display: none; }
  .hero { padding: 34px 0 0; }
  h1 { max-width: 100%; font-size: clamp(34px, 11vw, 42px); overflow-wrap: break-word; }
  h2 { font-size: 35px; }
  .eyebrow { font-size: 11px; overflow-wrap: anywhere; }
  .lede { font-size: 18px; }
  .hero-copy { padding-bottom: 34px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .portrait-wrap { min-height: 470px; margin: 0 -16px; }
  .portrait-card { inset: 0; border-radius: 120px 120px 0 0; }
  .portrait-tag { right: 12px; bottom: 18px; width: 190px; }
  .trust-list { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-item { min-height: 54px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .signals, .paths, .steps, .about, .guide, .final-cta { padding: 72px 0; }
  .signal-grid, .path-grid, .step-grid { grid-template-columns: 1fr; }
  .signal-card { min-height: auto; }
  .path-card { min-height: 330px; padding: 32px; }
  .steps-head { align-items: flex-start; flex-direction: column; gap: 20px; }
  .step-grid { gap: 46px; }
  .about-grid { gap: 34px; }
  .about-image { aspect-ratio: 1/1.2; }
  .guide-copy { padding: 38px 28px; }
  .guide-visual { min-height: 390px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}
