/* ========== Ranč pod Lípou — design tokens ========== */
:root {
  --sage: #b0c896;
  --sage-soft: #cfdfb8;
  --sage-deep: #8aa872;
  --aubergine: #3a2418;
  --aubergine-ink: #25160d;
  --cream: #f5ede0;
  --cream-soft: #faf5ec;
  --paper: #fbf8f1;
  --forest: #2f3b2a;
  --forest-soft: #3e4e36;
  --gold: #b8924a;
  --gold-soft: #d2b07a;
  --ink: #221b13;
  --ink-muted: #6e6354;
  --rule: #e6dcc8;

  --font-display: "Cormorant Garamond", "Cormorant", "Playfair Display", Georgia, serif;
  --font-script: "Allura", "Pinyon Script", "Great Vibes", cursive;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "Menlo", monospace;

  --maxw: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-sm: 0 1px 2px rgba(58,36,24,.06), 0 4px 14px rgba(58,36,24,.06);
  --shadow-md: 0 4px 14px rgba(58,36,24,.08), 0 18px 50px -20px rgba(58,36,24,.18);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ========== Layout ========== */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

section {
  padding-block: clamp(72px, 9vw, 128px);
}

.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.section-sage  { background: var(--sage); color: var(--aubergine); }
.section-forest { background: var(--forest); color: var(--cream-soft); }

/* ========== Type ========== */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.05; letter-spacing: -0.01em; color: var(--forest); margin: 0; }
.section-forest h1, .section-forest h2, .section-forest h3 { color: var(--cream-soft); }
.section-sage h2, .section-sage h3 { color: var(--aubergine); }

h1 { font-size: clamp(56px, 8vw, 112px); }
h2 { font-size: clamp(40px, 5.6vw, 72px); }
h3 { font-size: clamp(26px, 2.6vw, 34px); }

.script { font-family: var(--font-script); font-weight: 400; color: var(--gold); letter-spacing: 0; }
.eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.lede { font-size: clamp(17px, 1.4vw, 19px); color: var(--ink-muted); max-width: 56ch; }

/* hairline divider with a heart, like the posters */
.divider {
  display: flex; align-items: center; gap: 14px;
  color: var(--gold); font-size: 12px;
}
.divider::before, .divider::after {
  content: ""; flex: 1; height: 1px; background: currentColor; opacity: .5;
}
.divider svg { width: 12px; height: 12px; flex: none; }

/* ========== Top nav ========== */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,248,241,.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(58,36,24,.06);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 14px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px;
  background: var(--sage);
  border-radius: 50%;
  display: grid; place-items: center;
  overflow: hidden;
}
.brand-mark img { width: 78%; height: 78%; object-fit: contain; }
.brand-word {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  color: var(--aubergine); font-size: 18px; letter-spacing: 0.04em;
  line-height: 1;
}
.brand-word small { display:block; font-style: normal; font-size: 10px; letter-spacing: 0.22em; color: var(--ink-muted); margin-top: 4px; }

.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a {
  font-size: 14px; color: var(--ink); padding: 8px 2px;
  border-bottom: 1px solid transparent; transition: border-color .2s, color .2s;
}
.nav-links a:hover { color: var(--aubergine); border-color: var(--gold); }

.nav-cta {
  background: var(--aubergine); color: var(--cream-soft);
  padding: 10px 18px; border-radius: 999px; font-size: 14px;
  border: 1px solid var(--aubergine);
  transition: transform .15s, box-shadow .2s;
}
.nav-links a.nav-cta {
  color: var(--cream-soft);
  border-bottom-color: var(--aubergine);
}
.nav-links a.nav-cta:hover {
  color: var(--cream-soft);
  border-bottom-color: var(--aubergine);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); background: var(--aubergine-ink); border-color: var(--aubergine-ink); }

.menu-btn { display: none; background: none; border: 0; padding: 8px; }
.menu-btn span { display:block; width: 22px; height: 1.5px; background: var(--ink); margin: 5px 0; transition: transform .2s; }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .menu-btn { display: block; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; gap: 4px; align-items: stretch;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--paper); padding: 12px var(--gutter) 20px;
    border-bottom: 1px solid var(--rule);
  }
  .nav.open .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--rule); }
}

/* ========== Hero ========== */
.hero {
  position: relative; overflow: hidden;
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: clamp(48px, 6vw, 80px);
  background: var(--paper);
}
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: clamp(16px, 2.5vw, 40px); align-items: start;
}
@media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; } }

.hero h1 { color: var(--forest); }
.hero h1 em { font-style: italic; color: var(--aubergine); }
.hero .script-line { font-size: clamp(48px, 6.5vw, 84px); display: block; margin-bottom: -10px; transform: translateX(-2px); }

.hero-meta {
  margin-top: 28px;
  display: grid; grid-template-columns: repeat(3, auto); justify-content: space-between;
  gap: 22px 24px;
  align-items: start;
  font-size: 14px; color: var(--ink-muted);
}
@media (max-width: 640px) { .hero-meta { grid-template-columns: 1fr; } }
.hero-meta b { color: var(--forest); font-weight: 600; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px;
  font-size: 14px; letter-spacing: 0.04em; font-weight: 500;
  border: 1px solid transparent;
  transition: transform .15s, box-shadow .2s, background .2s, color .2s;
}
.btn-primary { background: var(--aubergine); color: var(--cream-soft); }
.btn-primary:hover { background: var(--aubergine-ink); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; border-color: var(--aubergine); color: var(--aubergine); }
.btn-ghost:hover { background: var(--aubergine); color: var(--cream-soft); }
.btn-gold { background: var(--gold); color: var(--cream-soft); }
.btn-gold:hover { background: #a67e3a; }

/* photo placeholder — striped, monospace label */
.ph {
  position: relative;
  background:
    repeating-linear-gradient(135deg, rgba(58,36,24,.04) 0 1px, transparent 1px 14px),
    var(--sage-soft);
  border-radius: var(--radius);
  color: var(--aubergine);
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.06em;
  display: grid; place-items: center; text-align: center;
  overflow: hidden;
  border: 1px solid rgba(58,36,24,.08);
}
.ph::after {
  content: ""; position: absolute; inset: 14px;
  border: 1px dashed rgba(58,36,24,.25); border-radius: 8px; pointer-events: none;
}
.ph span { padding: 8px 14px; background: rgba(251,248,241,.85); border-radius: 4px; z-index: 1; }
.ph.cream { background: repeating-linear-gradient(135deg, rgba(58,36,24,.04) 0 1px, transparent 1px 14px), var(--cream); color: var(--forest); }
.ph.dark { background: repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 1px, transparent 1px 14px), var(--forest); color: var(--cream-soft); }
.ph.dark::after { border-color: rgba(255,255,255,.2); }

/* Real photo — drop-in replacement for .ph placeholders */
.photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
  border: 1px solid rgba(58,36,24,.06);
}
.photo > img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.photo.hero-photo { aspect-ratio: 4/5; }
.photo.hero-photo > img {
  object-position: center top;
  transform: scale(1);
  transform-origin: center top;
}
.photo.svc-photo {
  aspect-ratio: auto;
  align-self: stretch;
  min-height: 320px;
  position: relative;
}
.photo.svc-photo > img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.photo.about-photo { aspect-ratio: 4/5; }
.photo.hero-row-tile { aspect-ratio: 4/3; }
.photo.kone-banner {
  aspect-ratio: 21/9;
  margin-bottom: 40px;
  border-radius: var(--radius-lg);
}

.hero-photo { aspect-ratio: 4 / 5; }
.hero-photo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.hero-photo-row .ph { aspect-ratio: 4/3; }

/* big logo seal in hero — top-right, overlapping the hero photo */
.seal {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -30%) rotate(-6deg);
  width: clamp(100px, 11vw, 140px);
  height: clamp(100px, 11vw, 140px);
  border-radius: 50%;
  background: var(--sage);
  display: grid; place-items: center;
  box-shadow:
    0 0 0 5px var(--paper),
    0 18px 36px -14px rgba(58,36,24,.5);
  transform: rotate(-6deg);
  z-index: 5;
  transition: transform .4s ease;
}
.seal:hover { transform: translate(30%, -30%) rotate(-3deg) scale(1.03); }
.seal img { width: 82%; height: 82%; object-fit: contain; }
@media (max-width: 880px) {
  .seal {
    right: calc(var(--gutter) - 12px);
    top: 12px;
    width: 96px; height: 96px;
    box-shadow: 0 0 0 6px var(--paper), 0 12px 24px -8px rgba(58,36,24,.4);
    display: grid;
  }
}

/* ========== Section heading common ========== */
.sec-head { text-align: center; margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head .script { font-size: clamp(52px, 6vw, 78px); display: block; margin-bottom: -16px; }
.sec-head .lede { margin: 22px auto 0; }

/* ========== About ========== */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 64px); align-items: start;
}
@media (max-width: 880px) { .about-grid { grid-template-columns: 1fr; } }
.about-photo { aspect-ratio: 4/5; }
.about-text { padding-top: 0; }
.about-text p { font-size: 17px; line-height: 1.7; color: var(--ink); margin: 0; }
.about-text p + p { margin-top: 28px; }
.about-text .facts { margin-top: 32px; }

.facts {
  margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.fact {
  padding: 14px; border: 1px solid var(--rule); border-radius: var(--radius);
  background: var(--cream-soft);
}
.fact .n { font-family: var(--font-display); font-size: 28px; color: var(--aubergine); line-height: 1; }
.fact .l { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted); margin-top: 6px; }

/* ========== Services tabs ========== */
.tabs {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  margin-bottom: 40px;
}
.tab {
  background: transparent; border: 1px solid var(--rule); color: var(--ink);
  padding: 10px 18px; border-radius: 999px;
  font-size: 13px; letter-spacing: 0.06em;
  transition: all .2s;
}
.tab:hover { border-color: var(--aubergine); }
.tab[aria-selected="true"] {
  background: var(--aubergine); color: var(--cream-soft); border-color: var(--aubergine);
}

.tab-panel { display: none; }
.tab-panel[data-active="true"] { display: grid; }

.svc-grid {
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 4vw, 56px); align-items: start;
}
@media (max-width: 880px) { .svc-grid { grid-template-columns: 1fr; } }

.svc-card {
  background: var(--cream-soft);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--rule);
}
.svc-card h3 { color: var(--forest); margin-bottom: 6px; }
.svc-card .lv { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.svc-card p { color: var(--ink); line-height: 1.7; }
.svc-card ul { margin: 16px 0 0; padding: 0; list-style: none; }
.svc-card li {
  position: relative; padding: 10px 0 10px 28px;
  border-top: 1px solid var(--rule); font-size: 15px;
}
.svc-card li:first-child { border-top: 0; }
.svc-card li::before {
  content: ""; position: absolute; left: 0; top: 18px;
  width: 14px; height: 1px; background: var(--gold);
}
.svc-photo {
  aspect-ratio: auto;
  align-self: stretch;
}

.levels {
  margin-top: 24px; display: grid; gap: 14px;
}
.level {
  display: grid; grid-template-columns: 110px 1fr; gap: 16px;
  padding: 14px 0; border-top: 1px solid var(--rule);
}
.level:first-child { border-top: 0; padding-top: 0; }
.level .lvname { font-family: var(--font-display); font-size: 20px; color: var(--aubergine); font-style: italic; }
.level .lvbody { font-size: 14.5px; color: var(--ink); line-height: 1.6; }

/* ========== Horses ========== */
.horses {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
@media (max-width: 1000px) { .horses { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .horses { grid-template-columns: 1fr; } }

.horse {
  background: var(--paper); border-radius: var(--radius);
  border: 1px solid var(--rule); overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.horse:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.horse .ph { aspect-ratio: 4/5; border-radius: 0; border: 0; border-bottom: 1px solid var(--rule); }
.horse .photo { aspect-ratio: 4/5; border-radius: 0; border: 0; border-bottom: 1px solid var(--rule); }
.horse .photo > img { transition: transform .5s ease; }
.horse:hover .photo > img { transform: scale(1.04); }
.horse .meta { padding: 16px 18px 20px; }
.horse h4 { font-family: var(--font-display); font-size: 26px; color: var(--aubergine); font-style: italic; margin: 0 0 4px; }
.horse .breed { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.horse .achievement { font-size: 12px; color: var(--ink-muted); margin-top: 5px; font-style: italic; }
.horse .tags { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.horse .tag {
  font-size: 11px; letter-spacing: 0.06em; color: var(--forest);
  padding: 4px 10px; border-radius: 999px; background: var(--cream);
  border: 1px solid var(--rule);
}
.horse-photo-placeholder {
  aspect-ratio: 4/5; border-radius: 0; border: 0; border-bottom: 1px solid var(--rule);
  background: linear-gradient(135deg, var(--cream) 0%, var(--sage-soft) 100%);
  display: grid; place-items: center;
}
.horse-photo-placeholder::after {
  content: "🐴";
  font-size: 48px;
  opacity: 0.35;
}

/* ========== Zážitky cards ========== */
.exp-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
@media (max-width: 980px) { .exp-grid { grid-template-columns: 1fr; } }

.exp {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg); border: 1px solid var(--rule);
  background: var(--cream-soft);
  display: flex; flex-direction: column;
}
.exp .ph { aspect-ratio: 4/3; border-radius: 0; border: 0; }
.exp-poster {
  position: relative;
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.exp-poster img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
  transition: transform .6s ease;
}
.exp:hover .exp-poster img { transform: scale(1.02); }
.exp-poster::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(245,237,224,.45) 100%);
  pointer-events: none;
}
.exp .body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; }
.exp .kicker { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.exp h3 { font-style: italic; }
.exp h3 .lg { font-style: normal; font-family: var(--font-display); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; display: block; }
.exp .price { font-family: var(--font-display); font-size: 36px; color: var(--forest); margin-top: auto; padding-top: 20px; }
.exp .price small { font-size: 14px; color: var(--ink-muted); letter-spacing: 0.04em; font-family: var(--font-body); }
.exp ul { padding: 16px 0 0; margin: 0; list-style: none; border-top: 1px dashed var(--rule); margin-top: 16px; }
.exp li { padding: 6px 0; font-size: 14.5px; color: var(--ink); display: flex; gap: 10px; align-items: center; }
.exp li svg { flex: none; opacity: .7; }

/* ========== Ceník ========== */
.cenik-wrap {
  background: var(--cream); border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid var(--rule);
}
.cenik-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px);
}
@media (max-width: 880px) { .cenik-grid { grid-template-columns: 1fr; } }

.price-block h3 {
  display: flex; align-items: baseline; gap: 12px;
  font-family: var(--font-display); font-size: 26px; color: var(--forest);
  padding-bottom: 14px; border-bottom: 1px solid var(--rule); margin-bottom: 0;
}
.price-block h3 .ic { width: 22px; height: 22px; color: var(--gold); }
.price-row {
  display: grid; grid-template-columns: 1fr auto;
  gap: 16px; padding: 14px 0; border-bottom: 1px dashed var(--rule);
  align-items: baseline;
}
.price-row:last-child { border-bottom: 0; }
.price-row .who { font-size: 15px; }
.price-row .who small { display: block; font-size: 12.5px; color: var(--ink-muted); margin-top: 2px; }
.price-row .amt { font-family: var(--font-display); font-size: 22px; color: var(--aubergine); white-space: nowrap; }
.price-row .amt small { font-size: 13px; color: var(--ink-muted); font-family: var(--font-body); margin-left: 4px; }

.cenik-note {
  margin-top: 22px; padding: 14px 20px; background: var(--cream-soft);
  border: 1px dashed var(--rule); border-radius: var(--radius);
  font-size: 13.5px; color: var(--ink-muted); text-align: center;
}

/* Ceník poster preview card */
.cenik-poster-wrap {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: clamp(28px, 4vw, 56px); align-items: center;
  margin-top: 56px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--paper); border-radius: var(--radius-lg); border: 1px solid var(--rule);
}
@media (max-width: 880px) { .cenik-poster-wrap { grid-template-columns: 1fr; } }
.cenik-poster-frame {
  position: relative; overflow: hidden;
  border-radius: var(--radius); border: 1px solid var(--rule);
  box-shadow: var(--shadow-md);
  background: var(--cream);
  transition: transform .25s;
}
.cenik-poster-frame:hover { transform: translateY(-3px) rotate(-0.4deg); }
.cenik-poster-frame img { width: 100%; height: auto; display: block; }
.cenik-poster-frame .tag-corner {
  position: absolute; top: 14px; left: 14px;
  background: var(--aubergine); color: var(--cream-soft);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
}

/* ========== Provoz ========== */
.provoz-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 4vw, 56px);
}
@media (max-width: 880px) { .provoz-grid { grid-template-columns: 1fr; } }

.hours {
  background: var(--forest); color: var(--cream-soft);
  padding: clamp(28px, 3vw, 40px);
  border-radius: var(--radius-lg);
}
.hours h3 { color: var(--cream-soft); }
.hours .row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: 16px;
}
.hours .row:last-child { border-bottom: 0; }
.hours .row b { font-family: var(--font-display); font-size: 22px; font-weight: 500; }
.hours small { display: block; color: rgba(245,237,224,.6); font-size: 13px; margin-top: 6px; }

.outfit { padding: 0; }
.outfit h3 { color: var(--forest); margin-bottom: 12px; }
.outfit-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
@media (max-width: 900px) { .outfit-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .outfit-cols { grid-template-columns: 1fr; } }
.outfit-cols ul { padding: 0; margin: 0; list-style: none; }
.outfit-cols li { padding: 8px 0; border-bottom: 1px solid var(--rule); font-size: 14.5px; }
.outfit-cols li:last-child { border-bottom: 0; }
.outfit-cols h4 { font-family: var(--font-display); font-size: 18px; color: var(--aubergine); font-style: italic; margin-bottom: 6px; }

/* ========== Contact / Form ========== */
.contact-grid {
  display: flex; justify-content: center;
}
.contact-card {
  width: 100%; max-width: 600px;
}

.contact-card .info-row {
  padding: 18px 0; border-bottom: 1px solid rgba(245,237,224,.16);
  display: flex; gap: 16px; align-items: flex-start;
}
.contact-card .info-row:last-child { border-bottom: 0; }
.contact-card .info-row .ic { width: 22px; height: 22px; color: var(--sage); flex: none; margin-top: 4px; }
.contact-card .info-row .label { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); }
.contact-card .info-row .value { font-family: var(--font-display); font-size: 24px; font-style: italic; margin-top: 4px; }


/* ========== Footer ========== */
footer {
  background: var(--aubergine); color: var(--cream-soft);
  padding: 56px 0 32px;
}
.foot {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.12);
}
@media (max-width: 880px) { .foot { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .foot { grid-template-columns: 1fr; } }
.foot h5 { font-family: var(--font-display); font-size: 18px; font-style: italic; margin: 0 0 14px; color: var(--sage); font-weight: 500; }
.foot a, .foot p { color: rgba(245,237,224,.78); font-size: 14px; line-height: 1.8; }
.foot a:hover { color: var(--sage); }
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot .brand-word { color: var(--cream-soft); }
.foot .brand-word small { color: rgba(245,237,224,.5); }
.foot-bottom {
  padding-top: 22px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12px; color: rgba(245,237,224,.5); letter-spacing: 0.04em;
}

/* Partners (footer) */
.partners {
  margin-top: 32px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
}
.partners-label {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(245,237,224,.55);
}
.partners-list {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-family: var(--font-display); font-style: italic; font-size: 18px;
  color: var(--sage);
}
.partner {
  border-bottom: 1px solid transparent;
  transition: border-color .2s, color .2s;
}
.partner:hover { color: var(--cream-soft); border-bottom-color: var(--gold); }
.partners-sep { color: rgba(245,237,224,.3); font-style: normal; }

/* ========== Decorative laurel rule (like posters) ========== */
.laurel {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  margin: 0 auto 22px; max-width: 360px; color: var(--gold);
}
.laurel svg { width: 36px; height: 18px; }
.laurel span { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; }

/* small heart */
.heart-rule { text-align: center; color: var(--gold); margin: 24px 0 4px; }
.heart-rule svg { width: 14px; height: 14px; }

/* anchor offset target */
.anchor { position: relative; top: -80px; visibility: hidden; }
