:root {
  --cream: #f1eadc;
  --paper: #faf7f0;
  --ink: #1b1815;
  --wine: #321412;
  --wine-deep: #24100e;
  --brick: #b64a38;
  --sage: #4d5544;
  --line: rgba(27, 24, 21, .2);
  --light-line: rgba(255, 255, 255, .22);
  --sans: "DM Sans", system-ui, sans-serif;
  --serif: "Bitter", Georgia, serif;
  --pad: clamp(20px, 4vw, 64px);
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 80px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
::selection { color: var(--paper); background: var(--brick); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, height .25s ease;
}
.site-header.is-scrolled {
  height: 68px;
  background: rgba(36, 16, 14, .96);
  border-color: rgba(255, 255, 255, .12);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.brand-wordmark {
  width: 120px;
  max-width: 120px;
  height: auto;
  display: block;
  transition: width .25s ease;
}
.site-header.is-scrolled .brand-wordmark { width: 110px; max-width: 110px; }
.brand-sub {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  opacity: .7;
}
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.site-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 8px;
  height: 1px;
  background: currentColor;
  transition: right .2s ease;
}
.site-nav > a:hover::after { right: 0; }
.nav-cta { gap: 10px; border-bottom: 1px solid rgba(255, 255, 255, .6); }
.nav-cta span { color: #d77a65; }
.menu-toggle { display: none; }

.hero {
  min-height: 100svh;
  padding: calc(var(--header-h) + 56px) var(--pad) 64px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: center;
  color: var(--paper);
  background: var(--wine-deep);
}
.hero-copy { position: relative; z-index: 2; max-width: 820px; min-width: 0; }
.eyebrow {
  margin: 0 0 24px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero h1,
.section h2,
.night h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: .94;
  letter-spacing: -.052em;
  text-wrap: balance;
}
.hero h1 { font-size: clamp(66px, 8.8vw, 144px); }
h1 em, h2 em { color: #d77a65; font-weight: 400; }
.hero-lede {
  max-width: 590px;
  margin: 34px 0 0;
  color: rgba(250, 247, 240, .74);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
  text-wrap: pretty;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--wine-deep); background: var(--paper); border-color: var(--paper); }
.button-primary:hover { color: var(--paper); background: transparent; }
.button-light { color: var(--paper); }
.button-light:hover { color: var(--wine-deep); background: var(--paper); }
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(250, 247, 240, .5);
}
.hero-media { position: relative; align-self: stretch; min-width: 0; min-height: min(74vh, 780px); overflow: hidden; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 56%, rgba(25, 7, 5, .54));
  pointer-events: none;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .hero-logo-stamp {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 46px;
  width: clamp(150px, 13vw, 205px);
  height: auto;
  padding: 13px;
  object-fit: contain;
  background: rgba(54, 16, 20, .9);
  border: 1px solid rgba(247, 235, 200, .3);
  box-shadow: 0 18px 45px rgba(20, 5, 4, .28);
}
.image-note {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.image-note-top { top: 16px; }
.image-note-bottom { bottom: 16px; }
.hero-index {
  position: absolute;
  left: var(--pad);
  bottom: 14px;
  color: rgba(255, 255, 255, .34);
  font-size: 10px;
  letter-spacing: .12em;
}

.ticker {
  position: relative;
  scroll-margin-top: 68px;
  overflow: hidden;
  color: var(--paper);
  background: var(--brick);
  border-block: 1px solid rgba(0,0,0,.15);
}
.ticker::before,
.ticker::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: clamp(18px, 3vw, 48px);
  pointer-events: none;
}
.ticker::before { left: 0; background: linear-gradient(90deg, var(--brick), transparent); }
.ticker::after { right: 0; background: linear-gradient(-90deg, var(--brick), transparent); }
.ticker-track {
  width: max-content;
  min-height: 78px;
  display: flex;
  align-items: stretch;
  animation: ticker 32s linear infinite;
  will-change: transform;
}
.ticker-set {
  flex: none;
  min-width: 100vw;
  padding: 9px clamp(28px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: clamp(34px, 5vw, 84px);
}
.ticker-label {
  flex: none;
  max-width: 108px;
  color: rgba(250, 247, 240, .72);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.winery-link {
  flex: none;
  min-width: 72px;
  height: 58px;
  display: grid;
  place-items: center;
  opacity: .88;
  transition: opacity .2s ease, transform .2s ease;
}
.winery-link:hover,
.winery-link:focus-visible { opacity: 1; transform: translateY(-1px); }
.winery-link img {
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(94%) sepia(20%) saturate(343%) hue-rotate(343deg) brightness(102%) contrast(92%);
}
.winery-link-balaz img { max-width: 82px; max-height: 51px; }
.winery-link-aronn img { max-width: 152px; max-height: 38px; }
.winery-link-vaclav img { max-width: 142px; max-height: 44px; }
.winery-link-dvoracek img { max-width: 174px; max-height: 44px; }
.winery-link-lipa img { max-width: 125px; max-height: 45px; }
.ticker:hover .ticker-track,
.ticker:focus-within .ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translate3d(-50%, 0, 0); } }

.section { position: relative; padding: clamp(100px, 13vw, 200px) var(--pad); }
.section-number {
  position: absolute;
  top: 34px;
  left: var(--pad);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  opacity: .55;
}
.manifesto {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(240px, .6fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
  background: var(--paper);
}
.manifesto h2,
.place h2,
.roots h2 { font-size: clamp(52px, 6.6vw, 108px); }
.manifesto-side {
  max-width: 390px;
  padding-bottom: 10px;
  color: rgba(27, 24, 21, .7);
  font-size: 18px;
  line-height: 1.6;
}

.section-dark { color: var(--paper); background: var(--wine-deep); }
.wine-story {
  min-height: 830px;
  padding: var(--pad);
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}
.wine-photo { position: relative; height: clamp(520px, 68vw, 800px); overflow: hidden; }
.wine-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-caption {
  position: absolute;
  inset: auto 16px 14px;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.wine-options { max-width: 800px; }
.wine-options > .eyebrow { color: #d77a65; }
.wine-option {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  border-top: 1px solid var(--light-line);
}
.wine-option:last-child { border-bottom: 1px solid var(--light-line); }
.wine-option > span { padding-top: 7px; color: #d77a65; font-size: 10px; letter-spacing: .1em; }
.wine-option h3 { margin: 0 0 7px; font-family: var(--serif); font-size: clamp(31px, 3vw, 46px); font-weight: 400; line-height: 1; }
.wine-option p { max-width: 570px; margin: 0; color: rgba(250, 247, 240, .65); }

.place { background: var(--cream); }
.place-heading { margin-left: 11vw; }
.place-grid {
  margin-top: clamp(60px, 9vw, 130px);
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(260px, .55fr) minmax(240px, .62fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: center;
}
.place-image { margin: 0; overflow: hidden; }
.place-image-main { aspect-ratio: 4 / 5; }
.place-image-detail { aspect-ratio: 3 / 4; align-self: end; }
.image-button { width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; overflow: hidden; }
.image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.image-button:hover img { transform: scale(1.025); }
.place-copy { padding-block: 40px; align-self: start; }
.place-copy > p { margin: 0 0 60px; font-family: var(--serif); font-size: clamp(25px, 2.4vw, 38px); line-height: 1.2; }
dl { margin: 0; }
dl > div { padding: 18px 0; display: grid; grid-template-columns: 90px 1fr; gap: 15px; border-top: 1px solid var(--line); }
dt { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
dd { margin: 0; color: rgba(27, 24, 21, .66); font-size: 14px; }

.night {
  min-height: 940px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  color: var(--paper);
  background: var(--sage);
}
.night-collage { position: relative; min-height: 700px; }
.night-img { position: absolute; height: auto; object-fit: cover; }
.night-img-one { left: 1%; top: 5%; width: 44%; aspect-ratio: 3/4; object-position: 50% 45%; }
.night-img-two { right: 0; top: 22%; z-index: 2; width: 58%; aspect-ratio: 4/3; object-position: center; }
.night-img-three { left: 24%; bottom: 2%; z-index: 3; width: 31%; aspect-ratio: 3/4; object-position: 50% 38%; }
.night-copy { position: relative; z-index: 2; align-self: center; padding: 80px var(--pad) 80px 30px; }
.night h2 { font-size: clamp(55px, 5.9vw, 98px); }
.night-copy > p:not(.eyebrow) { max-width: 520px; margin: 34px 0; color: rgba(250,247,240,.72); font-size: 18px; }

.roots {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  background: var(--paper);
}
.roots-image { height: clamp(500px, 60vw, 760px); overflow: hidden; }
.roots-image img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.roots-copy > p:not(.eyebrow) { max-width: 560px; margin: 34px 0 0; color: rgba(27,24,21,.68); font-size: 18px; }

.reservation-section {
  padding: clamp(90px, 11vw, 160px) var(--pad);
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1fr);
  gap: clamp(52px, 8vw, 130px);
  align-items: start;
  color: var(--paper);
  background: var(--brick);
}
.reservation-intro { position: sticky; top: 110px; }
.reservation-intro h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 5.7vw, 88px);
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: .98;
  letter-spacing: -.052em;
  text-wrap: balance;
}
.reservation-lede { max-width: 590px; margin: 32px 0 42px; color: rgba(250,247,240,.8); font-size: 18px; }
.reservation-facts { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--light-line); }
.reservation-facts li { padding: 17px 0; display: grid; grid-template-columns: 40px 1fr; gap: 12px; border-bottom: 1px solid var(--light-line); font-size: 13px; }
.reservation-facts li span { color: rgba(250,247,240,.55); font-size: 10px; letter-spacing: .1em; }
.reservation-card { padding: clamp(24px, 4vw, 54px); color: var(--ink); background: var(--paper); box-shadow: 0 28px 80px rgba(36,16,14,.2); }
.reservation-form { display: grid; gap: 25px; }
.form-notice { padding-bottom: 23px; display: flex; align-items: baseline; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.form-notice strong { font-family: var(--serif); font-size: clamp(22px, 2.2vw, 30px); font-weight: 500; }
.form-notice span { max-width: 220px; color: rgba(27,24,21,.6); font-size: 12px; text-align: right; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { min-width: 0; display: grid; gap: 8px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field > span, .slot-fieldset legend { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.form-field > span em { color: rgba(27,24,21,.5); font-style: normal; font-weight: 400; letter-spacing: .04em; text-transform: none; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid rgba(27,24,21,.28);
  border-radius: 0;
  background: #fffdf8;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field textarea { min-height: 96px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--brick); box-shadow: 0 0 0 3px rgba(182,74,56,.13); outline: 0; }
.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: #9f241f; }
.form-field small, .slot-fieldset small, .privacy-error { min-height: 16px; display: block; color: #8b221e; font-size: 11px; }
.slot-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.slot-fieldset legend { margin-bottom: 11px; padding: 0; }
.slot-message { min-height: 48px; padding: 13px 14px; color: rgba(27,24,21,.62); background: rgba(27,24,21,.055); font-size: 13px; }
.slot-message.is-error { color: #8b221e; background: rgba(159,36,31,.08); }
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); gap: 8px; }
.slot-grid:not(:empty) + small { margin-top: 8px; }
.slot-button {
  min-height: 48px;
  padding: 8px;
  color: var(--ink);
  border: 1px solid rgba(27,24,21,.26);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.slot-button:hover { border-color: var(--brick); transform: translateY(-1px); }
.slot-button.is-selected { color: var(--paper); border-color: var(--wine); background: var(--wine); }
.privacy-check { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: rgba(27,24,21,.67); cursor: pointer; font-size: 12px; }
.privacy-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--wine); }
.reservation-submit { width: 100%; min-height: 56px; gap: 14px; color: var(--paper); border-color: var(--wine); background: var(--wine); cursor: pointer; }
.reservation-submit:hover:not(:disabled) { color: var(--wine); background: transparent; }
.reservation-submit:disabled { cursor: not-allowed; opacity: .46; }
.form-result { display: none; padding: 17px 18px; font-size: 13px; line-height: 1.55; }
.form-result.is-visible { display: block; }
.form-result.is-success { color: #173e26; border: 1px solid rgba(23,62,38,.25); background: #e5f0e7; }
.form-result.is-error { color: #7d1d19; border: 1px solid rgba(125,29,25,.22); background: #f6e5e1; }
.form-result strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 19px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.contact { padding: clamp(90px, 12vw, 170px) var(--pad) 70px; }
.contact-top { padding-bottom: clamp(60px, 9vw, 120px); border-bottom: 1px solid var(--light-line); }
.contact h2 { font-size: clamp(62px, 8.6vw, 140px); }
.contact-grid { padding-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.contact-address > span { display: block; margin-bottom: 20px; color: #d77a65; font-family: var(--serif); font-size: 22px; letter-spacing: .1em; }
.contact-address p { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(26px, 3vw, 42px); line-height: 1.14; }
.contact-details > div { min-height: 76px; display: grid; grid-template-columns: 150px 1fr; align-items: start; gap: 20px; border-top: 1px solid var(--light-line); padding: 20px 0; }
.contact-details > div:last-child { border-bottom: 1px solid var(--light-line); }
.contact-details span { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-details a, .contact-details p { margin: 0; color: rgba(250,247,240,.7); text-decoration: none; }
.contact-details a:hover { color: var(--paper); }

.site-footer {
  min-height: 170px;
  padding: 24px var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  color: var(--ink);
  background: var(--brick);
}
.site-footer p { margin: 0; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer p:last-child { text-align: right; }
.footer-logo-link { width: fit-content; line-height: 0; }
.footer-logo { width: 126px; height: auto; }

.lightbox {
  width: min(92vw, 1100px);
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}
.lightbox::backdrop { background: rgba(12, 7, 5, .9); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; }
.lightbox-close {
  position: absolute;
  right: 0;
  top: -52px;
  width: 44px;
  height: 44px;
  color: white;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 28px;
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .14s; }

:focus-visible { outline: 2px solid #e88f78; outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --header-h: 72px; }
  .brand-sub { display: none; }
  .brand-wordmark { width: 106px; max-width: 106px; }
  .menu-toggle {
    position: relative;
    z-index: 102;
    width: 46px;
    height: 46px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 7px;
    color: white;
    border: 0;
    background: transparent;
  }
  .menu-toggle span:not(.sr-only) { width: 25px; height: 1px; display: block; background: currentColor; transition: transform .2s ease; }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    padding: 110px var(--pad) 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    color: var(--paper);
    background: var(--wine-deep);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease;
  }
  .menu-open .site-nav { visibility: visible; opacity: 1; }
  .site-nav a { width: 100%; min-height: 68px; border-bottom: 1px solid var(--light-line); font-family: var(--serif); font-size: 34px; }
  .site-nav .nav-cta { margin-top: 24px; border: 1px solid var(--paper); padding-inline: 18px; font-family: var(--sans); font-size: 14px; }

  .hero { grid-template-columns: 1fr; padding-top: 128px; }
  .hero-copy { padding-bottom: 10px; }
  .hero-media { min-height: 72svh; }
  .hero-index { display: none; }
  .manifesto { grid-template-columns: 1fr; align-items: start; }
  .manifesto-side { margin-left: 20vw; }
  .wine-story { grid-template-columns: 1fr; }
  .wine-photo { height: 72svh; }
  .place-heading { margin-left: 0; }
  .place-grid { grid-template-columns: 1.2fr .8fr; }
  .place-copy { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
  .place-copy > p { margin: 0; }
  .night { grid-template-columns: 1fr; }
  .night-collage { min-height: 720px; }
  .night-copy { padding: 90px var(--pad); }
  .roots { grid-template-columns: 1fr; }
  .roots-image { height: 70svh; }
  .reservation-section { grid-template-columns: 1fr; }
  .reservation-intro { position: static; }
}

@media (max-width: 640px) {
  :root { --pad: 20px; }
  .ticker-track { min-height: 68px; animation-duration: 27s; }
  .ticker-set { padding-inline: 24px; gap: 34px; }
  .ticker-label { max-width: 82px; font-size: 8px; }
  .winery-link { min-width: 58px; height: 50px; }
  .winery-link-balaz img { max-width: 66px; max-height: 43px; }
  .winery-link-aronn img { max-width: 126px; max-height: 33px; }
  .winery-link-vaclav img { max-width: 122px; max-height: 38px; }
  .winery-link-dvoracek img { max-width: 145px; max-height: 38px; }
  .winery-link-lipa img { max-width: 105px; max-height: 38px; }
  .hero { padding-bottom: 24px; gap: 48px; }
  .hero h1 { font-size: clamp(58px, 17vw, 70px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-media { min-height: 62svh; }
  .hero-media .hero-logo-stamp { right: 14px; bottom: 42px; width: 132px; padding: 10px; }
  .section { padding-block: 110px; }
  .manifesto-side { margin-left: 0; }
  .wine-story { padding-block: 70px; }
  .wine-photo { height: 62svh; }
  .wine-option { grid-template-columns: 34px 1fr; }
  .place-grid { grid-template-columns: 1fr; }
  .place-image-main { aspect-ratio: 4/5; }
  .place-copy { grid-column: auto; grid-template-columns: 1fr; gap: 20px; }
  .place-copy > p { margin-bottom: 30px; }
  .place-image-detail { width: 72%; margin-left: auto; }
  .night { min-height: 0; }
  .night-collage { min-height: 520px; }
  .night-img-one { left: 0; top: 0; width: 52%; }
  .night-img-two { top: 23%; width: 62%; }
  .night-img-three { left: 10%; bottom: 0; width: 41%; }
  .night-copy { padding-block: 70px; }
  .roots-image { height: 58svh; }
  .reservation-section { padding-block: 80px; }
  .reservation-intro h2 { font-size: clamp(52px, 15vw, 70px); }
  .reservation-lede { margin-bottom: 32px; }
  .reservation-card { margin-inline: calc(var(--pad) * -1); padding: 30px var(--pad); }
  .form-notice { align-items: flex-start; flex-direction: column; }
  .form-notice span { max-width: none; text-align: left; }
  .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .form-field-wide { grid-column: auto; }
  .slot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-details > div { grid-template-columns: 110px 1fr; }
  .site-footer { min-height: 145px; grid-template-columns: 1fr auto; }
  .site-footer > p:nth-child(2) { display: none; }
  .footer-logo { width: 108px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker { overflow-x: auto; scrollbar-width: none; }
  .ticker::-webkit-scrollbar { display: none; }
  .ticker-track { animation: none !important; transform: none !important; }
  .ticker-set { min-width: max-content; }
  .ticker-set[aria-hidden="true"] { display: none; }
  .reveal { opacity: 1; transform: none; }
}
