:root {
  --ink: #1d1a16;
  --muted: #6b6258;
  --paper: #fffaf2;
  --soft: #f3e8d9;
  --wine: #7b2440;
  --wine-dark: #4e1226;
  --leaf: #657b4d;
  --clay: #c76f45;
  --gold: #e9b85f;
  --line: rgba(29, 26, 22, 0.14);
  --shadow: 0 24px 70px rgba(47, 30, 18, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.9), rgba(255, 250, 242, 1)),
    var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(199, 111, 69, 0.16) 0 1px, transparent 1px),
    radial-gradient(circle at 78% 40%, rgba(101, 123, 77, 0.16) 0 1px, transparent 1px);
  background-size: 34px 34px, 48px 48px;
  opacity: 0.38;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  width: min(calc(100% - 32px), 1180px);
  min-height: 62px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(29, 26, 22, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.hero-strip,
.form-row,
.checks,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--wine-dark);
  background: #fff4df;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
}

.nav-links {
  gap: 8px;
  font-size: 0.92rem;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
}

.nav-links a:hover,
.header-action:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.header-action {
  padding: 12px 18px;
  border-radius: 999px;
  color: #2a170e;
  background: #fff4df;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #2d2019;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(24, 14, 9, 0.86) 0%, rgba(34, 20, 13, 0.58) 42%, rgba(34, 20, 13, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.26));
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 150px 0 156px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd89c;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(4rem, 11vw, 8.8rem);
  line-height: 0.86;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 0.98;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
}

.button,
.package-card button,
.location-card button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.button.primary,
.package-card button,
.location-card button {
  color: #fff;
  background: var(--wine);
}

.button.primary:hover,
.package-card button:hover,
.location-card button:hover {
  background: var(--wine-dark);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.button.full {
  width: 100%;
}

.hero-strip {
  position: absolute;
  right: 32px;
  bottom: 28px;
  max-width: min(670px, calc(100% - 64px));
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hero-strip span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(29, 26, 22, 0.32);
  backdrop-filter: blur(12px);
  font-size: 0.9rem;
  font-weight: 700;
}

.section,
.booking-section {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) 1.25fr;
  gap: 52px;
}

.intro-grid,
.package-grid {
  display: grid;
  gap: 16px;
}

.intro-grid {
  grid-template-columns: repeat(3, 1fr);
}

.intro article,
.package-card,
.booking-form {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 45px rgba(47, 30, 18, 0.08);
  backdrop-filter: blur(14px);
}

.intro article {
  min-height: 260px;
  padding: 26px;
  border-radius: 8px;
}

.icon {
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--leaf);
  font-weight: 800;
}

.intro p,
.package-card li,
.location-card p,
.booking-copy p,
.site-footer {
  color: var(--muted);
  line-height: 1.65;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 0.55fr);
  gap: 32px;
  align-items: end;
}

.package-grid {
  grid-template-columns: repeat(3, 1fr);
}

.package-card {
  min-height: 440px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.package-card:hover,
.package-card.is-selected {
  transform: translateY(-4px);
  border-color: rgba(123, 36, 64, 0.42);
  box-shadow: var(--shadow);
}

.package-card.featured {
  background: #fff;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.location-card {
  min-height: 330px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 45px rgba(47, 30, 18, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.location-card:hover,
.location-card.is-selected {
  transform: translateY(-4px);
  border-color: rgba(101, 123, 77, 0.54);
  box-shadow: var(--shadow);
}

.location-card span {
  width: fit-content;
  padding: 8px 10px;
  color: #fff;
  background: var(--leaf);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
}

.location-card h3 {
  margin-bottom: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1;
}

.package-kicker {
  margin-bottom: 8px;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price {
  margin: 18px 0 0;
  color: var(--wine);
  font-size: 2.2rem;
  font-weight: 800;
}

.price span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

ul {
  margin: 0;
  padding: 0 0 0 18px;
}

li + li {
  margin-top: 12px;
}

.booking-section {
  padding: 96px 0 116px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.booking-copy {
  position: sticky;
  top: 118px;
}

.booking-copy p {
  max-width: 520px;
  font-size: 1.04rem;
}

.booking-note {
  margin-top: 30px;
  padding: 18px;
  display: grid;
  gap: 4px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.58);
  border-radius: 0 8px 8px 0;
}

.booking-note strong {
  color: var(--wine);
}

.booking-form {
  padding: 30px;
  display: grid;
  gap: 18px;
  border-radius: 8px;
}

label,
legend {
  display: grid;
  gap: 8px;
  color: #3c332b;
  font-size: 0.88rem;
  font-weight: 800;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 8px;
}

.form-row {
  gap: 14px;
}

.form-row label {
  flex: 1;
}

input,
select,
textarea {
  width: 100%;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(29, 26, 22, 0.16);
  border-radius: 8px;
  outline: 0;
}

input,
select {
  min-height: 52px;
}

textarea {
  min-height: 150px;
  padding-block: 14px;
  line-height: 1.5;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--wine);
  box-shadow: 0 0 0 4px rgba(123, 36, 64, 0.12);
}

.checks {
  gap: 8px;
  flex-wrap: wrap;
}

.checks label {
  min-height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(29, 26, 22, 0.14);
  border-radius: 999px;
  font-weight: 700;
}

.checks input {
  width: auto;
  min-height: 0;
  accent-color: var(--wine);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--leaf);
  font-weight: 800;
}

.site-footer {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
  padding: 30px 0 42px;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 900;
}

@media (max-width: 940px) {
  .site-header {
    border-radius: 24px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .hero-content {
    padding: 132px 0 210px;
  }

  .hero-strip {
    left: 16px;
    right: 16px;
    justify-content: flex-start;
  }

  .intro,
  .split-heading,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .package-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .intro article,
  .package-card,
  .location-card {
    min-height: auto;
  }

  .booking-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand span:last-child {
    display: none;
  }

  .header-action {
    padding-inline: 14px;
  }

  .hero-content {
    width: calc(100% - 28px);
  }

  h1 {
    font-size: clamp(3.45rem, 19vw, 5.3rem);
  }

  .section,
  .booking-section {
    width: calc(100% - 28px);
    padding-block: 72px;
  }

  .form-row,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .booking-form {
    padding: 20px;
  }
}
