@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Outfit:wght@400;500;600&display=swap");

:root {
  --ink: #1d2722;
  --forest: #173e32;
  --forest-light: #28594a;
  --clay: #ad674d;
  --sand: #e9ddca;
  --paper: #f7f3eb;
  --white: #fffdf8;
  --muted: #68726d;
  --line: rgba(29, 39, 34, 0.14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 16px/1.65 "Manrope", sans-serif;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: "Outfit", sans-serif; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(3.15rem, 7.5vw, 6.4rem); margin: 0; }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.8rem); margin: 0 0 1.25rem; }
h3 { font-size: 1.5rem; margin: 0 0 .6rem; }
p { margin: 0 0 1rem; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 1000; background: white; padding: .7rem 1rem; }
.container { width: min(calc(100% - 3rem), var(--max)); margin: auto; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 600; color: var(--clay); }
.lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--muted); max-width: 680px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,243,235,.94); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { text-decoration: none; font-family: "Outfit", sans-serif; font-size: 1.3rem; font-weight: 500; letter-spacing: -.025em; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; list-style: none; padding: 0; margin: 0; }
.nav-links a { text-decoration: none; font-size: .86rem; font-weight: 500; }
.nav-links a:hover, .nav-links a.active { color: var(--clay); }
.language-switch { display: flex; border-left: 1px solid var(--line); padding-left: 1rem; }
.language-button { border: 0; background: transparent; padding: .35rem; color: var(--muted); cursor: pointer; font-weight: 600; }
.language-button.active { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.nav-toggle { display: none; border: 0; background: none; font: inherit; }

.hero { min-height: calc(100vh - 76px); position: relative; display: grid; align-items: end; color: white; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,31,25,.28) 0%, rgba(12,31,25,.12) 48%, rgba(12,31,25,.02) 100%), url("images/hero.jpg") center/cover; }
.hero-content { position: relative; padding: clamp(5rem, 12vw, 9rem) 0; max-width: 850px; }
.hero .eyebrow { color: #edd6bd; }
.hero-copy { font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 620px; color: white; margin: 1.5rem 0 2.2rem; text-shadow: 0 1px 18px rgba(0,0,0,.3); }
.hero h1 { text-shadow: 0 2px 24px rgba(0,0,0,.22); }
.actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.35rem; text-decoration: none; font-weight: 600; font-size: .88rem; border: 1px solid transparent; }
.button-primary { background: var(--clay); color: white; }
.button-secondary { border-color: rgba(255,255,255,.65); color: white; }
.button-dark { background: var(--forest); color: white; }

.section { padding: clamp(4rem, 9vw, 8rem) 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.image-frame { position: relative; }
.image-frame::after { content: ""; position: absolute; inset: 1rem -1rem -1rem 1rem; border: 1px solid var(--clay); z-index: -1; }
.image-frame img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 2rem; }
.fact { background: var(--paper); padding: 1.2rem; }
.fact strong { display: block; font-family: "Outfit", sans-serif; font-size: 1.8rem; font-weight: 500; }

.guest-entry { background: var(--forest); color: white; }
.guest-entry .lead { color: rgba(255,255,255,.7); }
.guide-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.guide-card, .card { background: var(--white); color: var(--ink); padding: 1.6rem; text-decoration: none; border: 1px solid transparent; }
.guide-card:hover, .card:hover { border-color: var(--clay); transform: translateY(-2px); }
.guide-card span { display: block; color: var(--clay); font-weight: 600; font-size: .78rem; margin-bottom: 1rem; }
.stay-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2.5rem; }
.stay-option { background: var(--white); border: 1px solid var(--line); padding: clamp(1.5rem, 4vw, 2.5rem); display: flex; flex-direction: column; align-items: flex-start; }
.stay-option .season { color: var(--clay); font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 600; margin-bottom: 1.25rem; }
.stay-option h3 { font-size: clamp(1.75rem, 3vw, 2.35rem); }
.stay-option .details { color: var(--muted); margin-bottom: 1.5rem; }
.stay-option .button { margin-top: auto; }
.rental-rhythm { display: flex; flex-wrap: wrap; gap: .5rem; margin: .4rem 0 1.7rem; }
.rental-rhythm span { padding: .45rem .65rem; background: var(--sand); color: var(--forest); font-size: .76rem; font-weight: 600; }

.page-hero { background: var(--forest); color: white; padding: 5rem 0; }
.page-hero p { color: rgba(255,255,255,.72); max-width: 650px; }
.guide-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 4rem; }
.toc { position: sticky; top: 105px; align-self: start; }
.toc a { display: block; padding: .65rem 0; text-decoration: none; border-bottom: 1px solid var(--line); font-size: .9rem; }
.guide-section { scroll-margin-top: 105px; padding: 0 0 4rem; margin-bottom: 4rem; border-bottom: 1px solid var(--line); }
.info { background: var(--white); padding: 1.4rem; border-left: 3px solid var(--clay); margin: 1.5rem 0; }
.steps { list-style: none; padding: 0; counter-reset: steps; }
.steps li { counter-increment: steps; display: grid; grid-template-columns: 34px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.steps li::before { content: counter(steps); width: 30px; height: 30px; border-radius: 50%; background: var(--forest); color: white; display: grid; place-items: center; font-size: .8rem; }
.place-meta { color: var(--clay); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }

.carousel { position: relative; overflow: hidden; background: var(--ink); }
.carousel-track { display: flex; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.carousel-slide { flex: 0 0 100%; margin: 0; position: relative; }
.carousel-slide img { width: 100%; height: clamp(380px, 62vw, 720px); object-fit: cover; }
.carousel-slide figcaption { position: absolute; left: 1.25rem; bottom: 1.25rem; color: white; background: rgba(18,41,32,.78); padding: .55rem .8rem; font-size: .78rem; }
.carousel-controls { position: absolute; right: 1.25rem; bottom: 1.25rem; display: flex; align-items: center; gap: .7rem; color: white; }
.carousel-button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(18,41,32,.78); color: white; cursor: pointer; font-size: 1.15rem; }
.carousel-button:hover { background: var(--clay); }
.carousel-status { min-width: 3rem; text-align: center; font-size: .8rem; }
.gallery-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2rem; }

footer { background: #122920; color: rgba(255,255,255,.7); padding: 3rem 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.footer-brand { color: white; font: 500 1.45rem "Outfit", sans-serif; letter-spacing: -.02em; }

@media (max-width: 800px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; inset: 76px 0 auto; background: var(--paper); padding: 1.5rem; flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .language-switch { border: 0; padding: 0; }
  .split, .guide-layout { grid-template-columns: 1fr; }
  .guide-grid, .card-grid { grid-template-columns: 1fr; }
  .stay-options { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr; }
  .toc { position: static; }
  .hero { min-height: 720px; }
  .carousel-slide img { height: 440px; }
  .carousel-slide figcaption { display: none; }
  .gallery-heading { display: block; }
  .footer-inner { display: block; }
}
