:root {
  --paper: #fbf7ee;
  --cream: #f1e4cc;
  --ink: #29251e;
  --forest: #31563e;
  --deep: #183b2c;
  --sun: #ebbd5b;
  --clay: #ae5736;
  --line: rgba(41, 37, 30, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.section { padding: 108px clamp(24px, 6vw, 96px); }
.eyebrow { margin: 0 0 18px; color: #f2d79b; font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--clay); }
.section-label { display: flex; align-items: center; gap: 13px; margin-bottom: 48px; color: var(--forest); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-label::after { content: ""; width: 62px; height: 1px; background: currentColor; opacity: .45; }
.section-label span { font-family: Georgia, serif; font-size: .9rem; font-weight: 400; }
.section-label.light { color: #ecdfc7; }
.section h2, .food-feature h2, .community-band h2, .guest-cta h2, .booking-photo-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5.2vw, 5.2rem);
  line-height: 1.01;
  letter-spacing: -.045em;
}
.section h2 em { color: var(--forest); }
.section-intro { color: #686156; line-height: 1.82; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 15px 24px; border: 0; border-radius: 99px; font-size: .78rem; font-weight: 800; letter-spacing: .04em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--deep); background: #f5e7c9; }
.button-dark { color: white; background: var(--deep); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 750; }
.light-link { color: white; }
.center-action { display: flex; justify-content: center; margin-top: 42px; }

.site-header { position: sticky; z-index: 50; top: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 15px clamp(20px, 5vw, 76px); color: white; background: rgba(24,59,44,.94); border-bottom: 1px solid rgba(255,255,255,.16); box-shadow: 0 8px 28px rgba(18,42,31,.14); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.header-overlay, .header-solid { color: white; background: rgba(24,59,44,.94); border-bottom-color: rgba(255,255,255,.16); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-family: Georgia, serif; font-size: 1.35rem; letter-spacing: .04em; }
.brand small { font-size: .54rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .76; }
nav { display: flex; align-items: center; gap: 29px; font-size: .76rem; font-weight: 750; }
nav > a { position: relative; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .2s; }
nav > a:hover::after, nav > a.active::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid currentColor; border-radius: 99px; }

.home-hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; padding: 145px clamp(26px, 7vw, 110px) 100px; color: white; }
.home-hero-image, .home-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-image { object-fit: cover; }
.home-hero-shade { background: linear-gradient(90deg, rgba(13,45,31,.88) 0%, rgba(17,50,35,.68) 48%, rgba(8,31,23,.13) 78%), linear-gradient(0deg, rgba(10,35,25,.34), transparent 55%); }
.home-hero-copy { position: relative; z-index: 2; max-width: 850px; }
.home-hero h1 { margin: 0 0 28px; font-family: Georgia, serif; font-size: clamp(4rem, 7.2vw, 7.6rem); line-height: .99; letter-spacing: -.055em; }
.home-hero h1 em { color: var(--sun); }
.home-hero-copy > p:not(.eyebrow) { max-width: 630px; color: rgba(255,255,255,.86); font-size: 1.12rem; line-height: 1.75; }
.hero-note { position: absolute; z-index: 2; left: clamp(26px, 7vw, 110px); bottom: 35px; margin: 0; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }

.split-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 10vw; align-items: start; }
.prose p { margin: 0 0 22px; color: #625b51; line-height: 1.86; }
.feature-image { position: relative; margin-top: 75px; height: 580px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.feature-image::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(16,43,31,.72)); }
.feature-image div { position: absolute; z-index: 2; left: 34px; bottom: 30px; display: flex; flex-direction: column; color: white; }
.feature-image span { font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.feature-image strong { margin-top: 6px; font-family: Georgia, serif; font-size: 1.45rem; }

.stay-feature { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 700px; color: #f8edda; background: var(--deep); }
.stay-photo img { width: 100%; height: 100%; object-fit: cover; }
.stay-copy { padding: 95px clamp(40px, 6vw, 90px); }
.stay-copy h2 { margin: 0 0 26px; font-family: Georgia, serif; font-size: clamp(2.7rem, 4.5vw, 4.7rem); line-height: 1.02; }
.stay-copy > p { color: rgba(248,237,218,.72); line-height: 1.8; }
.stay-list { margin: 38px 0; border-top: 1px solid rgba(255,255,255,.18); }
.stay-list div { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.stay-list strong { font-family: Georgia, serif; }
.stay-list span { color: rgba(248,237,218,.68); font-size: .82rem; line-height: 1.55; }

.home-experiences { background: #eee1ca; }
.image-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 62px; }
.image-card { position: relative; min-height: 500px; overflow: hidden; }
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.image-card:hover img { transform: scale(1.035); }
.image-card::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(10,35,25,.85)); }
.image-card span { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: white; font-family: Georgia, serif; font-size: 1.4rem; }

.food-feature { display: grid; grid-template-columns: .9fr 1.1fr; color: #fff1dc; background: var(--clay); }
.food-feature > div { padding: 100px clamp(38px, 7vw, 100px); }
.food-feature h2 em { color: #f4d18a; }
.food-feature p:not(.eyebrow) { max-width: 560px; color: rgba(255,241,220,.77); line-height: 1.8; }
.food-feature img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }

.carousel-section { background: var(--paper); }
.carousel { position: relative; max-width: 1240px; margin: auto; overflow: hidden; background: var(--deep); }
.carousel-track { display: flex; transition: transform .55s ease; }
.carousel-slide { position: relative; flex: 0 0 100%; height: min(65vw, 680px); margin: 0; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-slide::after { content: ""; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, rgba(12,40,29,.78)); }
.carousel-slide figcaption { position: absolute; z-index: 2; left: 36px; bottom: 34px; color: white; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.3vw, 2.3rem); }
.carousel-arrow { position: absolute; z-index: 3; top: 50%; width: 50px; height: 50px; border: 0; border-radius: 50%; color: var(--deep); background: rgba(249,238,214,.94); font-size: 1.6rem; cursor: pointer; transform: translateY(-50%); }
.carousel-arrow.prev { left: 20px; }
.carousel-arrow.next { right: 20px; }
.carousel-dots { position: absolute; z-index: 3; right: 28px; bottom: 30px; display: flex; gap: 8px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 1px solid white; border-radius: 50%; background: transparent; cursor: pointer; }
.carousel-dots button.current { background: white; }

.page-hero { position: relative; min-height: 540px; display: grid; place-items: center; padding: 100px 24px; color: white; text-align: center; background-size: cover; background-position: center; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(rgba(16,51,35,.66), rgba(10,39,27,.76)); }
.page-hero-content { position: relative; z-index: 2; max-width: 980px; }
.page-hero h1 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(3.5rem, 7vw, 6.8rem); line-height: .95; letter-spacing: -.05em; }
.page-hero h1 em { color: var(--sun); }
.page-hero-content > p:last-child { max-width: 680px; margin: auto; color: rgba(255,255,255,.82); line-height: 1.75; }

.activity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 65px; }
.activity-grid article { display: grid; grid-template-columns: 42% 58%; min-height: 300px; background: #f1e4cc; overflow: hidden; }
.activity-grid article img { width: 100%; height: 100%; object-fit: cover; }
.activity-grid article div { padding: 30px; }
.activity-grid article h2 { margin-bottom: 14px; color: var(--forest); font-size: 1.55rem; line-height: 1.15; letter-spacing: -.02em; }
.activity-grid article p { margin: 0; color: #655e54; font-size: .86rem; line-height: 1.68; }
.community-band { display: grid; grid-template-columns: 1.2fr .8fr; color: white; background: var(--deep); }
.community-band img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.community-band div { padding: 90px clamp(36px, 6vw, 90px); }
.community-band h2 { margin-bottom: 25px; font-size: clamp(2.6rem, 4.4vw, 4.5rem); }
.community-band p:not(.eyebrow) { color: rgba(255,255,255,.72); line-height: 1.8; }

.photo-gallery-section { padding-top: 30px; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 14px; }
.photo-grid figure { position: relative; min-height: 330px; margin: 0; overflow: hidden; background: var(--cream); }
.photo-grid figure:nth-child(4n + 1) { grid-row: span 2; min-height: 674px; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.photo-grid figure:hover img { transform: scale(1.03); }
.photo-grid figcaption { position: absolute; left: 16px; bottom: 15px; padding: 9px 12px; color: white; background: rgba(20,59,42,.84); font-size: .7rem; font-weight: 750; }

.testimonials-intro { background: #eee1ca; }
.review-placeholder { max-width: 900px; margin: auto; padding: 55px; text-align: center; background: var(--paper); border-top: 4px solid var(--forest); }
.review-placeholder > span { color: var(--clay); letter-spacing: .35em; }
.review-placeholder blockquote { margin: 26px auto 22px; font-family: Georgia, serif; font-size: clamp(1.8rem, 3.6vw, 3.4rem); line-height: 1.24; font-style: italic; }
.review-placeholder p { color: #6b6459; }
.map-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: center; }
.map-copy h2 { margin-bottom: 22px; font-size: 3.2rem; }
.map-copy > p:not(.eyebrow) { color: #685f55; line-height: 1.8; }
.map-section iframe { width: 100%; min-height: 520px; border: 0; }
.guest-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 75px clamp(24px, 6vw, 96px); color: white; background: var(--deep); }
.guest-cta h2 { max-width: 820px; font-size: clamp(2.5rem, 4vw, 4.2rem); }

.booking-page { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: #eee1ca; }
.booking-lead h2 { margin-bottom: 25px; }
.booking-lead > p { color: #645d52; line-height: 1.8; }
.airbnb-button { margin-top: 24px; color: white; background: #ff385c; }
.booking-facts { border-top: 1px solid var(--line); }
.booking-facts div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.booking-facts span { color: var(--clay); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.booking-facts strong { font-family: Georgia, serif; font-size: 1.05rem; }
.booking-photo-band { display: grid; grid-template-columns: 1.2fr .8fr; color: white; background: var(--deep); }
.booking-photo-band img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.booking-photo-band > div { padding: 90px clamp(38px, 6vw, 90px); }
.booking-photo-band h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 4.5vw, 4.5rem); }
.booking-photo-band p:not(.eyebrow) { color: rgba(255,255,255,.7); line-height: 1.8; }

footer { display: grid; grid-template-columns: 1.1fr 1fr .9fr; align-items: start; gap: 45px; padding: 65px clamp(24px, 6vw, 96px) 35px; color: #ddceb4; background: #112d21; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 62px; height: 62px; border-radius: 50%; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: white; font-family: Georgia, serif; font-size: 1.5rem; }
.footer-brand span { font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
footer > p { margin: 12px 0; color: #efd08d; font-family: Georgia, serif; font-style: italic; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: .75rem; }
footer small { grid-column: 1 / -1; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(221,206,180,.48); }

@media (max-width: 980px) {
  nav { gap: 18px; }
  nav a:not(.nav-cta) { display: none; }
  .split-heading, .stay-feature, .food-feature, .community-band, .map-section, .booking-page, .booking-photo-band { grid-template-columns: 1fr; }
  .image-card-grid { grid-template-columns: 1fr 1fr; }
  .image-card:last-child { grid-column: 1 / -1; min-height: 420px; }
  .activity-grid { grid-template-columns: 1fr; }
  .community-band img, .booking-photo-band img { min-height: 500px; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .section { padding: 78px 20px; }
  .site-header { padding: 13px 16px; }
  .brand img { width: 42px; height: 42px; }
  .brand small { display: none; }
  .nav-cta { padding: 10px 13px; }
  .home-hero { min-height: 730px; padding: 130px 21px 95px; }
  .home-hero-shade { background: linear-gradient(90deg, rgba(13,45,31,.86), rgba(13,45,31,.45)); }
  .home-hero h1 { font-size: clamp(3.3rem, 17vw, 5rem); }
  .home-hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero-note { left: 21px; right: 21px; }
  .section h2, .food-feature h2, .community-band h2, .guest-cta h2, .booking-photo-band h2 { font-size: 2.65rem; }
  .feature-image { height: 500px; }
  .stay-copy, .food-feature > div, .community-band div, .booking-photo-band > div { padding: 74px 22px; }
  .stay-photo { min-height: 420px; }
  .stay-photo img { height: 420px; }
  .stay-list div { grid-template-columns: 1fr; gap: 5px; }
  .image-card-grid { grid-template-columns: 1fr; }
  .image-card, .image-card:last-child { grid-column: auto; min-height: 430px; }
  .food-feature img { min-height: 420px; }
  .carousel-slide { height: 520px; }
  .carousel-slide figcaption { left: 20px; right: 85px; bottom: 22px; }
  .carousel-arrow { width: 42px; height: 42px; }
  .carousel-dots { display: none; }
  .page-hero { min-height: 480px; }
  .activity-grid article { grid-template-columns: 1fr; }
  .activity-grid article img { height: 280px; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid figure, .photo-grid figure:nth-child(4n + 1) { grid-row: auto; min-height: 430px; }
  .review-placeholder { padding: 34px 20px; }
  .map-section { gap: 30px; }
  .guest-cta { align-items: flex-start; flex-direction: column; padding: 60px 20px; }
  .booking-facts div { grid-template-columns: 1fr; gap: 7px; }
  footer { grid-template-columns: 1fr; padding: 55px 20px 30px; }
  footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
