:root {
  --black: #14110e;
  --black-soft: #463c32;
  --ivory: #f3e9d8;
  --ivory-soft: #eadfcb;
  --amber: #bd8d3f;
  --wine: #732528;
  --wine-deep: #4b1718;
  --text: #14110e;
  --line: rgba(20, 17, 14, 0.16);
  --line-strong: rgba(20, 17, 14, 0.36);
  --radius: 18px;
  --ticker-height: clamp(36px, 4.6vw, 44px);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Libre Baskerville", serif;
  color: var(--text);
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(15, 15, 16, 0.02),
      rgba(15, 15, 16, 0.02) 2px,
      transparent 2px,
      transparent 10px
    ),
    linear-gradient(180deg, var(--ivory) 0%, var(--ivory-soft) 100%);
  padding-bottom: var(--ticker-height);
}

.topline,
main,
.footer,
.modal {
  position: relative;
  z-index: 2;
}

.topline {
  position: fixed;
  inset-inline: 0;
  top: 0;
  height: 62px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(14, 11, 9, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.topline__brand {
  color: #f7edd8;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.9rem, 1.9vw, 1.1rem);
}

.topline__nav {
  display: flex;
  gap: clamp(0.8rem, 2vw, 1.5rem);
}

.topline__nav a {
  color: #f7edd8;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
}

.section {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--ticker-height));
  overflow: hidden;
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: clamp(5.6rem, 11vw, 8.4rem) clamp(1rem, 5vw, 3rem) clamp(1.2rem, 4vw, 2.2rem);
}

.hero__media {
  position: absolute;
  inset: 0;
  background:
    url("https://images.unsplash.com/photo-1511192336575-5a79af67a629?auto=format&fit=crop&w=1900&q=80")
      center 30% / cover no-repeat;
  transform: scale(1.04);
  animation: slowDrift 14s ease-in-out infinite alternate;
}

@keyframes slowDrift {
  from {
    transform: scale(1.04) translateX(0);
  }
  to {
    transform: scale(1.08) translateX(-14px);
  }
}

.hero__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 25%, rgba(0, 0, 0, 0.2), transparent 40%),
    linear-gradient(84deg, rgba(9, 8, 7, 0.78) 0%, rgba(9, 8, 7, 0.48) 47%, rgba(9, 8, 7, 0.7) 100%);
}

.hero__inner {
  max-width: 620px;
  color: #f8efd9;
}

.hero__kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.66rem;
  font-family: "Oswald", sans-serif;
  color: #f5d3a1;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
}

.hero h1 {
  margin-top: 0.2rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(2.9rem, 11vw, 8.4rem);
  line-height: 0.86;
}

.hero__logo {
  display: block;
  margin-top: 0.35rem;
  width: clamp(260px, 64vw, 780px);
  max-width: 100%;
  height: auto;
}

.hero__line {
  margin: 0.75rem 0 0;
  max-width: 50ch;
  color: #f4dfc2;
}

.hero__actions {
  margin-top: 1.45rem;
  width: min(520px, 100%);
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(247, 236, 220, 0.32);
}

.action {
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.72rem 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 0.77rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.16s ease,
    filter 0.16s ease;
}

.action:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.hero__actions .action {
  width: 100%;
  padding: 0.88rem 0.1rem 0.82rem 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.9rem;
  border: 0;
  border-bottom: 1px solid rgba(247, 236, 220, 0.32);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #f8eedb;
  backdrop-filter: none;
}

.hero__actions .action:hover {
  transform: none;
  filter: none;
  color: #f5d3a1;
}

.action__label {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.73rem;
  line-height: 1;
}

.action__value {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  opacity: 0.86;
  text-transform: none;
}

.action--amber {
  background: linear-gradient(130deg, #d7ab63, var(--amber));
  color: #20190d;
  border-color: rgba(32, 25, 13, 0.24);
}

.action--ivory {
  background: linear-gradient(130deg, #923336, var(--wine));
  color: #f7ecdc;
}

.hero .action--line,
.closing__stream .action--line {
  color: #f6efe3;
  background: rgba(20, 17, 14, 0.16);
  border-color: rgba(246, 239, 227, 0.6);
}

.action--line {
  background: transparent;
  color: var(--text);
  border-color: rgba(20, 17, 14, 0.45);
}

.marquee {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 15;
  min-height: var(--ticker-height);
  display: flex;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, var(--wine), var(--wine-deep));
  color: #f5e8d2;
  overflow: hidden;
}

.marquee p {
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.75rem;
  font-family: "Oswald", sans-serif;
  animation: slide 24s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.booking__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0.2rem;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}

.booking__label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: "Oswald", sans-serif;
  font-size: 0.66rem;
  color: var(--black-soft);
}

.booking__text {
  margin: 0.24rem 0 0;
  color: var(--black-soft);
}

.calendar__list p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  font-family: "Oswald", sans-serif;
  color: var(--black-soft);
}

.text-link {
  border: none;
  background: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: var(--wine);
  cursor: pointer;
  align-self: center;
  transition: transform 0.15s ease;
}

.text-link:hover {
  transform: translateX(3px);
}

.closing__stream {
  background:
    linear-gradient(100deg, rgba(14, 11, 9, 0.9), rgba(14, 11, 9, 0.75)),
    url("https://images.unsplash.com/photo-1470225620780-dba8ba36b745?auto=format&fit=crop&w=1400&q=80")
      center / cover;
  color: #f7edd8;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.closing__stream p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.65rem;
  font-family: "Oswald", sans-serif;
  color: #efb858;
}

.closing__visit {
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.72);
}

.closing__visit-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Oswald", sans-serif;
  font-size: 0.66rem;
  color: var(--black-soft);
}

.footer {
  width: min(1120px, 92vw);
  margin: 2rem auto 1.3rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--black-soft);
  font-size: 0.84rem;
}

.modal__label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.66rem;
  font-family: "Oswald", sans-serif;
  color: var(--wine);
}

.feedback-card__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  font-family: "Oswald", sans-serif;
  color: var(--wine);
}

.feedback-link {
  color: var(--wine);
  font-weight: 700;
}

.hero__times {
  width: min(360px, 92vw);
  margin: 0;
  padding: 0.5rem 0 0.5rem 1rem;
  list-style: none;
  border-left: 2px solid rgba(239, 184, 88, 0.78);
  color: #f8efd9;
}

.hero__times li {
  padding: 0.55rem 0;
  border-bottom: 1px dotted rgba(248, 239, 217, 0.35);
  display: flex;
  gap: 0.55rem;
  align-items: baseline;
  font-size: 0.94rem;
}

.hero__times li:last-child {
  border-bottom: none;
}

.hero__times span {
  min-width: 5.2rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  color: #efb858;
}

.stage {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal 0.75s ease forwards;
}

.stage--1 {
  animation-delay: 0.08s;
}

.stage--2 {
  animation-delay: 0.16s;
}

.stage--3 {
  animation-delay: 0.24s;
}

.stage--4 {
  animation-delay: 0.32s;
}

.stage--5 {
  animation-delay: 0.4s;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.booking {
  padding-top: clamp(1.7rem, 5vw, 3.1rem);
}

.section__head p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.66rem;
  font-family: "Oswald", sans-serif;
  color: var(--black-soft);
}

.section__head h2 {
  margin-top: 0.2rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.9rem, 5vw, 3.8rem);
  line-height: 0.9;
}

.booking__row h3 {
  margin-top: 0.22rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(1.28rem, 2.4vw, 2rem);
}

.booking__price {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  letter-spacing: 0.04em;
}

.calendar {
  margin-top: clamp(2rem, 6vw, 4.2rem);
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: 1.1rem;
  align-items: stretch;
}

.calendar__image {
  min-height: 430px;
  background:
    linear-gradient(180deg, rgba(10, 10, 11, 0.15), rgba(10, 10, 11, 0.42)),
    url("https://images.unsplash.com/photo-1511192336575-5a79af67a629?auto=format&fit=crop&w=1300&q=80")
      center 24% / cover;
}

.calendar__content {
  padding: 0.9rem 0;
  border-top: 2px solid rgba(23, 23, 23, 0.9);
  border-bottom: 2px solid rgba(23, 23, 23, 0.9);
}

.calendar__kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.66rem;
  font-family: "Oswald", sans-serif;
  color: var(--black-soft);
}

.calendar__content h2 {
  margin-top: 0.28rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.6rem, 3.8vw, 2.8rem);
  line-height: 0.92;
}

.calendar__list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.calendar__list li {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

.calendar__list li:first-child {
  border-top: 1px solid var(--line);
}

.calendar__list h3 {
  margin-top: 0.25rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(1.16rem, 2.3vw, 1.8rem);
}

.closing {
  margin-top: clamp(2rem, 5vw, 3.6rem);
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 1rem;
}

.closing__stream h2 {
  margin-top: 0.25rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.6rem, 4.2vw, 3rem);
  line-height: 0.92;
  max-width: 17ch;
}

.closing__stream .action {
  margin-top: 0.9rem;
}

.closing__visit h3 {
  margin-top: 0.22rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(1.24rem, 2.4vw, 1.95rem);
  line-height: 0.96;
}

.closing__visit p {
  margin: 0.7rem 0 0;
  display: grid;
  gap: 0.2rem;
}

.closing__visit strong {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.63rem;
  font-family: "Oswald", sans-serif;
}

.closing__visit a,
.closing__visit span {
  color: #161616;
  text-decoration: none;
}

.footer p {
  margin: 0;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 9, 0.8);
}

.modal__dialog {
  position: relative;
  width: min(620px, calc(100vw - 1.2rem));
  max-height: calc(100vh - 2rem);
  overflow: auto;
  margin: max(1rem, 8vh) auto 0;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid rgba(247, 237, 216, 0.3);
  padding: 1rem 1rem 1.05rem;
  color: #f7edd8;
  background:
    linear-gradient(140deg, rgba(10, 10, 11, 0.98), rgba(10, 10, 11, 0.92)),
    url("https://images.unsplash.com/photo-1460723237483-7a6dc9d0b212?auto=format&fit=crop&w=1200&q=80")
      center / cover;
}

.modal__close {
  position: absolute;
  top: 0.28rem;
  right: 0.58rem;
  border: none;
  background: none;
  font-size: 1.9rem;
  color: #f7edd8;
  cursor: pointer;
}

#modal-title {
  margin-top: 0.2rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(1.6rem, 4.3vw, 2.35rem);
  line-height: 0.94;
}

#modal-subtitle {
  margin: 0.25rem 0 0.9rem;
  color: #edd9b6;
}

#checkout-form,
#dynamic-fields {
  display: grid;
  gap: 0.7rem;
}

.field {
  display: grid;
  gap: 0.24rem;
}

.field label {
  font-size: 0.82rem;
  color: #f7dfb7;
}

.field input,
.field select,
.field textarea {
  border-radius: 10px;
  border: 1px solid rgba(23, 23, 23, 0.36);
  background: rgba(251, 243, 228, 0.96);
  color: #1d1d1d;
  padding: 0.62rem 0.66rem;
  font: inherit;
}

.field textarea {
  min-height: 88px;
  resize: vertical;
}

#checkout-feedback {
  margin-top: 0.85rem;
}

.feedback-card {
  border: 1px solid rgba(247, 237, 216, 0.28);
  border-radius: 12px;
  background: rgba(14, 14, 15, 0.65);
  padding: 0.72rem;
}

.feedback-card p {
  margin: 0.2rem 0;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__actions {
    max-width: 100%;
  }

  .hero__times {
    width: 100%;
    max-width: 560px;
  }

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

  .calendar__image {
    min-height: 320px;
  }

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

@media (max-width: 760px) {
  .topline {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.65rem 0.9rem;
  }

  .topline__nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    padding-top: 8.1rem;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .action,
  .booking__row .action {
    width: 100%;
    justify-content: space-between;
  }

  .booking__row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0.95rem 0;
  }

  .calendar__list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.58rem;
  }

  .footer {
    flex-direction: column;
  }
}
