:root {
  --ink: #101713;
  --paper: #f4f0e7;
  --cream: #fbf8f1;
  --wine: #681f2c;
  --gold: #b08a45;
  --teal: #104e50;
  --line: rgba(16, 23, 19, .17);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
img { display: block; width: 100%; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 5; color: white;
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand img { width: 190px; }
nav { margin-left: auto; display: flex; gap: 30px; }
nav a { text-decoration: none; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.lang-link {
  display: inline-flex; align-items: center; justify-content: center; min-width: 42px; padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.6); border-radius: 99px; color: white;
  text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: .08em;
}

.hero { min-height: 90vh; position: relative; display: grid; align-items: end; color: white; overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,12,9,.9), rgba(7,12,9,.24)); }
.hero-copy { position: relative; padding: 180px 0 85px; max-width: 880px; }
.eyebrow { margin: 0 0 18px; color: #e4c88e; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.wine { color: var(--wine); }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { margin: 0; font-size: clamp(52px, 7vw, 100px); line-height: .92; letter-spacing: -.045em; }
.lead { max-width: 700px; margin: 28px 0 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.button { display: inline-block; margin-top: 34px; padding: 16px 24px; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.button.light { background: white; color: var(--wine); }

.intro { padding: 105px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.intro h2, .section-heading h2, .formula h2, .booking h2 {
  margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: .98; letter-spacing: -.04em;
}
.intro-copy { font-size: 18px; line-height: 1.8; }
.intro-copy p:first-child { margin-top: 0; }

.experiences { padding: 30px 0 120px; }
.section-heading { margin-bottom: 55px; }
.experience-grid { border-top: 1px solid var(--line); }
.experience-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 610px; border-bottom: 1px solid var(--line); }
.experience-card.reverse .card-image { order: 2; }
.card-image { position: relative; min-height: 580px; overflow: hidden; }
.card-image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.card-image .bottles-image { object-fit: cover; object-position: center; background: #211a16; }
.card-image:hover img { transform: scale(1.025); }
.card-image:hover .bottles-image { transform: none; }
.card-image > span {
  position: absolute; top: 20px; left: 20px; width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 50%; background: var(--cream); color: var(--wine); font-size: 12px; font-weight: 700;
}
.card-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px; }
.card-copy h3 { margin: 0 0 16px; font-size: clamp(42px, 4.5vw, 66px); line-height: .96; letter-spacing: -.035em; }
.price { margin: 0 0 25px; color: var(--wine); font: 38px var(--serif); }
.price small { font: 12px var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.card-copy > p:not(.eyebrow):not(.price), .card-copy li { font-size: 16px; line-height: 1.7; }
.card-copy ul { padding-left: 19px; margin: 18px 0 0; }
.text-link { margin-top: 25px; color: var(--wine); font-weight: 700; text-underline-offset: 5px; }

.formula { padding: 105px 0; background: var(--ink); color: white; }
.formula-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.formula-points { display: grid; gap: 28px; }
.formula-points article { display: grid; grid-template-columns: 170px 1fr; gap: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); }
.formula-points strong { color: #e4c88e; font: 36px var(--serif); }
.formula-points span { font-size: 17px; line-height: 1.6; }

.booking { padding: 110px 0; background: var(--wine); color: white; }
.booking-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.booking-intro { position: sticky; top: 30px; }
.booking-intro h2 { font-size: clamp(40px, 4.4vw, 62px); }
.booking-intro > p:not(.eyebrow) { font-size: 17px; line-height: 1.7; }
.booking-note { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.35); }
.booking-note strong { display: block; margin-bottom: 8px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.booking-note span { font-size: 14px; line-height: 1.6; }

.booking-form { padding: 42px; background: var(--cream); color: var(--ink); }
.booking-form fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.booking-form legend { width: 100%; margin-bottom: 16px; font: 26px var(--serif); }
.package-fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.package-fieldset legend { grid-column: 1 / -1; }
.package-option { position: relative; cursor: pointer; }
.package-option input { position: absolute; opacity: 0; pointer-events: none; }
.package-option > span {
  min-height: 135px; display: flex; flex-direction: column; justify-content: space-between;
  padding: 18px; background: white; border: 1px solid var(--line);
}
.package-option strong { font: 23px/1.08 var(--serif); }
.package-option small { margin-top: 16px; color: var(--wine); font-weight: 700; }
.package-option input:checked + span { border-color: var(--wine); box-shadow: inset 0 0 0 2px var(--wine); background: #faf0ef; }
.package-option input:focus-visible + span { outline: 3px solid #d3a64e; outline-offset: 2px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form > label, .form-row label {
  display: flex; flex-direction: column; gap: 8px; margin-bottom: 19px;
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%; padding: 13px 14px; border: 1px solid #c8c2b8; border-radius: 0;
  background: white; color: var(--ink); font: 16px var(--sans); text-transform: none;
}
.booking-form input[type="date"], .booking-form input[type="time"] {
  min-width: 0; max-width: 100%; height: 50px; min-height: 50px; padding: 10px 12px;
  line-height: 1.2;
}
.field-note {
  color: #765e4f; font-size: 11px; font-weight: 400; line-height: 1.45;
  letter-spacing: 0; text-transform: none;
}
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { outline: 2px solid var(--wine); outline-offset: 1px; }
.booking-form textarea { resize: vertical; }
.booking-form .consent { flex-direction: row; align-items: flex-start; gap: 11px; font-size: 12px; line-height: 1.55; text-transform: none; letter-spacing: 0; font-weight: 400; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 1px; }
.price-summary { margin: 2px 0 24px; padding: 18px; background: #e8e0d2; border-left: 4px solid var(--gold); }
.price-summary span { display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-summary strong { display: block; margin: 5px 0; color: var(--wine); font: 34px var(--serif); }
.price-summary small { color: #4b534d; }
.submit-button {
  width: 100%; padding: 17px 24px; border: 0; background: var(--ink); color: white; cursor: pointer;
  font: 700 12px var(--sans); letter-spacing: .13em; text-transform: uppercase;
}
.submit-button:disabled { opacity: .55; cursor: wait; }
.form-status { min-height: 22px; margin: 14px 0 0; font-size: 14px; line-height: 1.5; }
.form-status.success { color: #276c39; }
.form-status.error { color: #a0212e; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }

footer { padding: 82px 0 38px; background: var(--teal); color: #f3f0e9; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 55px; }
.footer-grid h2 { margin: 0 0 24px; font: 800 16px var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { font-size: 17px; line-height: 1.55; text-underline-offset: 4px; }
.footer-legal { margin-top: 75px; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; color: #dce3df; }
.footer-legal p { margin: 0; }

.thank-you-page { min-height: 100vh; display: grid; grid-template-rows: 1fr auto; background: var(--ink); color: white; }
.thank-you-main { display: grid; place-items: center; padding: 110px 20px 70px; }
.thank-you-card { width: min(780px, 100%); text-align: center; }
.thank-you-mark {
  width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 28px;
  border: 1px solid #e4c88e; border-radius: 50%; color: #e4c88e; font: 30px var(--serif);
}
.thank-you-card h1 { margin: 0; font-size: clamp(48px, 7vw, 86px); line-height: .95; }
.thank-you-card > p:not(.eyebrow) { max-width: 620px; margin: 27px auto 0; font-size: 18px; line-height: 1.7; color: #e8e8e3; }
.thank-you-card .button { margin-top: 34px; }
.thank-you-footer { padding: 28px 20px; border-top: 1px solid rgba(255,255,255,.18); text-align: center; color: #c9d0cb; }
.thank-you-footer p { margin: 0; font-size: 13px; }

@media (max-width: 820px) {
  nav { display: none; }
  .header-inner { min-height: 72px; }
  .brand img { width: 145px; }
  .hero { min-height: 82vh; }
  .hero-copy { padding: 155px 0 60px; }
  .intro, .formula-grid, .booking-grid { grid-template-columns: 1fr; gap: 38px; }
  .intro { padding: 75px 0; }
  .experiences { padding-bottom: 75px; }
  .experience-card { grid-template-columns: 1fr; }
  .experience-card.reverse .card-image { order: 0; }
  .card-image { min-height: 390px; }
  .card-copy { padding: 45px 24px 55px; }
  .formula { padding: 75px 0; }
  .formula-points article { grid-template-columns: 110px 1fr; gap: 20px; }
  .booking { padding: 75px 0; }
  .booking-intro { position: static; }
  .booking-form { padding: 27px 20px; }
  .package-fieldset, .form-row { grid-template-columns: 1fr; }
  .form-row, .form-row label { min-width: 0; }
  .booking-form input[type="date"], .booking-form input[type="time"] {
    display: block; width: 100%; height: 48px; min-height: 48px; max-height: 48px;
    -webkit-appearance: none; appearance: none;
  }
  .package-option > span { min-height: 105px; }
  footer { padding-top: 58px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .thank-you-main { padding-top: 80px; }
  .thank-you-card > p:not(.eyebrow) { font-size: 16px; }
}
