:root {
  --ink: #101713;
  --paper: #f4f0e7;
  --cream: #fbf8f1;
  --wine: #681f2c;
  --gold: #b08a45;
  --sage: #596451;
  --line: rgba(16, 23, 19, .16);
  --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: 10; color: white;
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.site-header .wrap { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 190px; height: auto; object-fit: contain; }
.nav { margin-left: auto; display: flex; gap: 28px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.nav a { text-decoration: none; }
.lang {
  display: inline-flex; border: 1px solid rgba(255,255,255,.55); border-radius: 99px; overflow: hidden;
}
.lang button {
  border: 0; color: inherit; background: transparent; padding: 8px 10px; cursor: pointer;
  font: 700 11px var(--sans); letter-spacing: .08em;
}
.lang button.active { color: var(--ink); background: white; }
.lang-link {
  display: inline-flex; align-items: center; justify-content: center; min-width: 42px; padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.55); border-radius: 99px; color: white;
  text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: .08em;
}

.hero {
  min-height: 88vh; display: grid; align-items: end; color: white;
  background: linear-gradient(90deg, rgba(6,10,8,.82), rgba(6,10,8,.18)), var(--hero) center/cover;
}
.hero-copy { padding: 170px 0 88px; max-width: 760px; }
.eyebrow { margin: 0 0 18px; color: #d7bd83; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { margin: 0; font-size: clamp(50px, 7vw, 96px); line-height: .94; letter-spacing: -.045em; }
.lead { max-width: 650px; margin: 27px 0 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.scroll-cue { display: inline-flex; margin-top: 35px; gap: 10px; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; text-decoration: none; }

.intro { padding: 105px 0 78px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.intro h2, .section-title { margin: 0; font-size: clamp(39px, 5vw, 67px); line-height: 1; letter-spacing: -.035em; }
.intro-copy { font-size: 19px; line-height: 1.8; }
.intro-copy p:first-child { margin-top: 0; }

.locations { display: grid; grid-template-columns: 1fr 1fr; }
.locations.single-location { grid-template-columns: 1fr; }
.single-location .location-card { min-height: 760px; }
.single-location .location-content { max-width: 680px; }
.location-card {
  min-height: 680px; position: relative; display: flex; align-items: end; overflow: hidden; color: white;
  text-decoration: none;
}
.location-card::before {
  content: ""; position: absolute; inset: 0; background: var(--image) center/cover; transition: transform .65s ease;
}
.location-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,8,6,.9), rgba(4,8,6,.05) 70%); }
.location-card:hover::before { transform: scale(1.035); }
.location-content { position: relative; z-index: 1; padding: 55px; max-width: 560px; }
.location-content h2 { margin: 8px 0 15px; font-size: clamp(42px, 5vw, 70px); line-height: .95; }
.location-content p { font-size: 17px; line-height: 1.6; }
.arrow { display: inline-flex; align-items: center; gap: 12px; margin-top: 15px; font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.arrow::after { content: "→"; font-size: 20px; }

.statement { background: var(--ink); color: white; padding: 90px 0; text-align: center; }
.statement p { margin: 0 auto; max-width: 820px; font: 400 clamp(31px, 4.6vw, 60px)/1.12 var(--serif); }

.visual-story {
  display: grid; grid-template-columns: 1.35fr .65fr; background: var(--ink); color: white;
}
.visual-story figure { margin: 0; min-height: 680px; }
.visual-story-main img { height: 100%; object-fit: cover; }
.visual-story-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px; }
.visual-story-copy .eyebrow { color: #d7bd83; }
.visual-story-copy h2 { margin: 0 0 25px; font-size: clamp(38px, 4vw, 61px); line-height: 1; }
.visual-story-copy p:not(.eyebrow) { font-size: 16px; line-height: 1.7; }
.visual-story-copy img { height: 240px; object-fit: cover; margin-top: 35px; }

.detail-hero { min-height: 74vh; }
.detail-hero h1 { max-width: 1040px; font-size: clamp(48px, 5.2vw, 82px); }
.villa-gallery {
  padding-top: 90px; display: grid; grid-template-columns: 1.35fr .65fr;
  grid-template-rows: 410px 280px; gap: 18px;
}
.villa-gallery figure { margin: 0; position: relative; overflow: hidden; background: #ddd; }
.villa-gallery img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.villa-gallery figure:hover img { transform: scale(1.025); }
.gallery-wide { grid-column: 1; grid-row: 1; }
.gallery-tall { grid-column: 2; grid-row: 1 / span 2; }
.gallery-small { grid-row: 2; }
.gallery-small:nth-of-type(3) { grid-column: 1; width: calc(50% - 9px); }
.gallery-small:nth-of-type(4) { grid-column: 1; width: calc(50% - 9px); justify-self: end; }
.villa-gallery figcaption {
  position: absolute; left: 20px; bottom: 18px; color: white; background: rgba(8,12,9,.72);
  padding: 8px 11px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
}

.experiences { padding: 110px 0; }
.experiences-head { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 55px; }
.experiences-head p { margin: 0; font-size: 17px; line-height: 1.7; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.experience {
  padding: 35px 32px 38px 0; border-bottom: 1px solid var(--line);
}
.experience + .experience { border-left: 1px solid var(--line); padding-left: 32px; }
.number { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.experience h3 { min-height: 94px; margin: 18px 0 10px; font-size: 35px; line-height: 1.06; }
.price { margin-bottom: 22px; font: 400 30px var(--serif); color: var(--wine); }
.price small { color: #555; font: 12px var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.experience p, .experience li { font-size: 15px; line-height: 1.65; }
.experience ul { padding-left: 18px; margin: 20px 0 0; }

.custom { padding: 90px 0; background: #e7e1d5; }
.custom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; }
.custom .section-title { font-size: clamp(39px, 4.2vw, 58px); }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.feature { border-top: 1px solid var(--gold); padding-top: 14px; }
.feature strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.feature span { font-size: 14px; line-height: 1.55; color: #485048; }

.cta { padding: 105px 0; text-align: center; background: var(--wine); color: white; }
.cta h2 { margin: 0 auto 20px; max-width: 760px; font-size: clamp(40px, 5vw, 67px); line-height: 1; }
.cta p { margin: 0 auto 32px; max-width: 600px; font-size: 17px; line-height: 1.6; }
.button {
  display: inline-block; padding: 16px 25px; background: white; color: var(--wine); border-radius: 2px;
  text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}

.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: 40px; }
.booking-intro .eyebrow { color: #e7c88f; }
.booking-intro h2 { margin: 0 0 26px; font-size: clamp(34px, 3.4vw, 52px); line-height: .96; }
.booking-intro h2 span { display: block; white-space: nowrap; }
.booking-intro > p:not(.eyebrow) { font-size: 17px; line-height: 1.7; }
.booking-note { margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.35); }
.booking-note strong { display: block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.booking-note span { font-size: 14px; line-height: 1.55; }
.booking-form { background: var(--cream); color: var(--ink); padding: 43px; }
.booking-form fieldset { margin: 0 0 30px; padding: 0; border: 0; }
.booking-form legend { width: 100%; margin-bottom: 16px; font: 400 24px var(--serif); }
.package-fieldset { display: grid; grid-template-columns: repeat(3, 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: 128px; display: flex; flex-direction: column; justify-content: space-between;
  padding: 18px; border: 1px solid var(--line); transition: .2s ease; background: white;
}
.package-option strong { font: 400 20px/1.1 var(--serif); }
.package-option small { margin-top: 15px; color: var(--wine); font-size: 13px; }
.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%; border: 1px solid #c8c2b8; border-radius: 0; background: white; color: var(--ink);
  padding: 13px 14px; font: 16px var(--sans); text-transform: none;
}
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { outline: 2px solid var(--wine); outline-offset: 1px; }
.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; }
.submit-button {
  width: 100%; border: 0; background: var(--ink); color: white; padding: 17px 25px; cursor: pointer;
  font: 700 12px var(--sans); letter-spacing: .13em; text-transform: uppercase;
}
.submit-button:hover { background: #25302a; }
.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; }

.site-footer { background: #104e50; color: #f3f0e9; padding: 82px 0 38px; }
.footer-grid { display: grid; grid-template-columns: 1fr .9fr 1fr 1fr; gap: 60px; }
.footer-grid section { min-width: 0; }
.footer-grid h2 {
  margin: 0 0 27px; font: 800 17px var(--sans); color: white;
  letter-spacing: .16em; text-transform: uppercase;
}
.footer-grid a { color: #f3f0e9; font-size: 18px; line-height: 1.55; text-underline-offset: 4px; }
.instagram { display: inline-block; width: 28px; height: 28px; position: relative; }
.instagram::before {
  content: ""; position: absolute; inset: 2px; border: 2px solid white; border-radius: 7px;
}
.instagram::after {
  content: ""; position: absolute; left: 9px; top: 9px; width: 7px; height: 7px;
  border: 2px solid white; border-radius: 50%;
}
.instagram span::after {
  content: ""; position: absolute; right: 6px; top: 6px; width: 3px; height: 3px;
  background: white; border-radius: 50%;
}
.footer-legal {
  margin-top: 82px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px;
  color: #dce3df;
}
.footer-legal p { margin: 0; font-size: 17px; }
.footer-legal a { color: inherit; font-size: 14px; text-underline-offset: 4px; }

@media (max-width: 820px) {
  .nav { display: none; }
  .site-header .wrap { min-height: 72px; }
  .brand img { width: 145px; }
  .site-footer { padding: 58px 0 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-grid h2 { margin-bottom: 18px; font-size: 14px; }
  .footer-grid a { font-size: 16px; }
  .footer-legal { margin-top: 58px; }
  .footer-legal p { font-size: 14px; line-height: 1.5; }
  .hero { min-height: 80vh; }
  .hero-copy { padding-bottom: 60px; }
  .intro, .experiences-head, .custom-grid { grid-template-columns: 1fr; gap: 30px; }
  .intro { padding: 75px 0 55px; }
  .locations, .experience-grid { grid-template-columns: 1fr; }
  .single-location .location-card { min-height: 610px; }
  .visual-story { grid-template-columns: 1fr; }
  .visual-story figure { min-height: 430px; }
  .visual-story-copy { padding: 55px 25px; }
  .villa-gallery { grid-template-columns: 1fr; grid-template-rows: none; padding-top: 55px; }
  .villa-gallery figure, .gallery-wide, .gallery-tall, .gallery-small,
  .gallery-small:nth-of-type(3), .gallery-small:nth-of-type(4) {
    grid-column: auto; grid-row: auto; width: 100%; height: 330px;
  }
  .booking { padding: 75px 0; }
  .booking-grid { grid-template-columns: 1fr; gap: 40px; }
  .booking-intro { position: static; }
  .detail-hero h1 { font-size: clamp(43px, 10vw, 68px); }
  .custom .section-title { font-size: clamp(37px, 9vw, 54px); }
  .booking-intro h2 { font-size: clamp(32px, 8vw, 46px); }
  .booking-form { padding: 27px 20px; }
  .package-fieldset, .form-row { grid-template-columns: 1fr; }
  .package-option > span { min-height: 96px; }
  .location-card { min-height: 560px; }
  .location-content { padding: 36px 25px; }
  .experience + .experience { border-left: 0; padding-left: 0; }
  .experience h3 { min-height: 0; }
  .features { grid-template-columns: 1fr; }
}
