@charset "UTF-8";

:root {
  --ink: #17211b;
  --muted: #627067;
  --forest: #10261c;
  --green: #24734b;
  --green-bright: #29a864;
  --cream: #f6f2e9;
  --paper: #fffdf9;
  --line: #dfe5df;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(18, 40, 29, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .7rem; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.6rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }
.container { width: min(var(--container), calc(100% - 2rem)); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.eyebrow { margin-bottom: .75rem; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #b8f1ce; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 30; top: 0; color: white; background: rgba(16, 38, 28, .96); box-shadow: 0 4px 18px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: inherit; text-decoration: none; font-size: 1.1rem; font-weight: 750; white-space: nowrap; }
.brand-mark { position: relative; width: 40px; height: 40px; display: inline-block; flex: 0 0 40px; }
.brand-mark img { position: absolute; inset: 0; width: 40px; height: 40px; object-fit: contain; transition: opacity .22s ease; }
.brand-mark .logo-hover { opacity: 0; }
.brand:hover .logo-normal, .brand:focus-visible .logo-normal { opacity: 0; }
.brand:hover .logo-hover, .brand:focus-visible .logo-hover { opacity: 1; }
.site-menu { display: flex; align-items: center; justify-content: flex-end; gap: 1.05rem; }
.site-menu > a { color: white; text-decoration: none; font-weight: 650; }
.site-menu > a:not(.button):hover { color: #b8f1ce; }
.language-switcher { position: relative; }
.language-switcher summary { min-width: 72px; padding: .42rem .65rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: white; cursor: pointer; list-style: none; text-align: center; font-size: .78rem; font-weight: 850; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary::after { content: "⌄"; margin-left: .3rem; }
.language-switcher[open] summary::after { content: "⌃"; }
.language-options { position: absolute; z-index: 40; top: calc(100% + .65rem); right: 0; display: grid; grid-template-columns: repeat(3, minmax(48px, 1fr)); width: 176px; overflow: hidden; padding: .4rem; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: white; box-shadow: var(--shadow); }
.language-options a { display: flex; align-items: center; justify-content: center; min-height: 42px; padding: .45rem; border-radius: 9px; color: inherit; text-decoration: none; font-size: .78rem; font-weight: 850; }
.language-options a span { color: var(--green); font-size: .78rem; font-weight: 900; }
.language-options a:hover, .language-options a[aria-current="page"] { background: var(--cream); }
.menu-button { display: none; color: white; background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: 10px; padding: .45rem .65rem; font-size: 1.35rem; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem 1.2rem; border: 0; border-radius: 999px; color: white; background: var(--green); text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-bright); }
.button-small { min-height: 38px; padding: .5rem .8rem; font-size: .86rem; }
.button.full { width: 100%; }
.light-button { color: var(--forest); background: white; }
.text-link { color: var(--green); text-decoration: none; font-weight: 800; }
.back-link { display: inline-block; margin-bottom: 1.4rem; color: white; text-decoration: none; font-weight: 750; }
.back-link.dark { color: var(--green); }

.home-hero { position: relative; min-height: min(790px, calc(100vh - 74px)); overflow: hidden; background: var(--forest); }
.home-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; display: grid; align-items: end; padding: clamp(4rem, 11vw, 9rem) 0; color: white; background: linear-gradient(90deg, rgba(8,22,15,.86), rgba(8,22,15,.22)), linear-gradient(0deg, rgba(8,22,15,.65), transparent 60%); }
.hero-overlay .container { margin-inline: max(1rem, calc((100vw - var(--container))/2)); width: min(760px, calc(100% - 2rem)); }
.hero-overlay p:not(.eyebrow) { max-width: 680px; margin-bottom: 1.8rem; font-size: clamp(1.08rem, 2vw, 1.35rem); }

.section-heading { max-width: 720px; margin-bottom: 2.5rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.experience-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 26px rgba(15,42,29,.06); transition: transform .22s ease, box-shadow .22s ease; }
.experience-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-image { aspect-ratio: 4 / 2.8; overflow: hidden; background: #dfe8e2; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.experience-card:hover .card-image img { transform: scale(1.035); }
.card-content { flex: 1; display: flex; flex-direction: column; padding: 1.35rem; }
.card-content > p:not(.eyebrow) { color: var(--muted); }
.card-actions { margin-top: auto; padding-top: .8rem; display: flex; align-items: center; justify-content: space-between; gap: .8rem; }

.detail-hero { position: relative; min-height: 590px; color: white; background: var(--forest); }
.detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-overlay { position: absolute; inset: 0; display: flex; align-items: end; padding: 5rem 0; background: linear-gradient(0deg, rgba(8,22,15,.88), rgba(8,22,15,.16) 72%); }
.detail-overlay .container { width: min(900px, calc(100% - 2rem)); margin-left: max(1rem, calc((100vw - var(--container))/2)); }
.detail-overlay h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
.detail-overlay p:not(.eyebrow) { max-width: 760px; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.lead-copy { max-width: 760px; margin-bottom: 2.5rem; color: var(--muted); font-size: 1.2rem; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .85rem; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 1rem 1rem 1rem 2.9rem; border-radius: 14px; background: var(--cream); font-weight: 650; }
.feature-list li::before { content: "✓"; position: absolute; left: 1rem; color: var(--green); font-weight: 900; }
.booking-card { position: sticky; top: 102px; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.booking-card dl { margin: 0 0 1.2rem; }
.booking-card dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.booking-card dt { color: var(--muted); font-weight: 650; }
.booking-card dd { margin: 0; text-align: right; font-weight: 800; }
.gallery { margin-top: 3rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.gallery img { width: 100%; height: 280px; object-fit: cover; border-radius: 14px; }
.gallery img:first-child { grid-column: 1 / -1; height: 420px; }
.contact-band { padding: 3.5rem 0; color: white; background: var(--green); }
.contact-band .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.contact-band p { max-width: 760px; margin: 0; color: #dff3e7; }

.personal-hero { padding: clamp(3rem, 7vw, 6rem) 0; background: var(--cream); }
.personal-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.personal-grid h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); }
.personal-grid img { width: min(100%, 350px); aspect-ratio: 1; justify-self: end; object-fit: cover; object-position: 50% 28%; border-radius: 50% 50% 16px 50%; box-shadow: var(--shadow); }
.hero-copy { max-width: 720px; color: var(--muted); font-size: 1.2rem; }
.host-note { padding: 3.5rem 0; color: white; background: var(--forest); }
.host-note .container { max-width: 840px; }
.host-note p:last-child { color: #c9d8cf; font-size: 1.1rem; }
.host-note .tip-invitation { margin-top: 1.35rem; color: white; font-weight: 700; }
.host-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.host-actions .button { width: auto; gap: .65rem; border: 1px solid rgba(255,255,255,.32); }
.brand-icon { width: 23px; height: 23px; flex: 0 0 23px; object-fit: contain; }
.paypal-button { color: #003087; background: white; }
.paypal-button:hover { color: #003087; background: #f2f6fb; }
.pending-link { opacity: .72; cursor: not-allowed; }
.tripadvisor-button { color: #082b2c; background: white; }
.tripadvisor-button:hover { color: #082b2c; background: #ecfff7; }
.tips-page { padding: 5rem 0; }
.tips-section + .tips-section { margin-top: 4rem; }
.tips-section > h2 { margin-bottom: 1.5rem; }
.section-note { margin-top: -1rem; color: var(--muted); }
.tips-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.tip-card { padding: 1.35rem; border: 1px solid var(--line); border-radius: 16px; background: white; }
.tip-card p { color: var(--muted); }

.site-footer { padding: 4rem 0 1.5rem; color: #d6e0da; background: #0a1710; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 3rem; }
.site-footer h2 { color: white; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { color: white; }
.footer-link { padding: 0; border: 0; color: white; background: transparent; cursor: pointer; font: inherit; text-decoration: underline; }
.footer-brand { margin-bottom: 1rem; color: white; }
.fine, .copyright { color: #91a096; font-size: .84rem; }
.copyright { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); }

.consent-banner { position: fixed; z-index: 80; right: 1rem; bottom: 1rem; width: min(540px, calc(100% - 2rem)); padding: 1.25rem; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: white; box-shadow: 0 20px 70px rgba(0,0,0,.24); }
.consent-banner[hidden] { display: none; }
.consent-banner p { margin-bottom: .9rem; }
.consent-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.button-secondary { color: var(--forest); background: var(--cream); }
.button-secondary:hover { background: #e7e0d3; }

.error-page { min-height: 70vh; display: grid; place-items: center; padding: 4rem 1rem; text-align: center; }
.error-page > div { max-width: 650px; }
.error-code { margin: 0; color: var(--green); font-size: clamp(5rem, 18vw, 11rem); font-weight: 900; line-height: .9; }

@media (max-width: 980px) {
  .experience-grid, .tips-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .detail-layout { grid-template-columns: 1fr; }
  .booking-card { position: static; }
  .site-menu { position: absolute; inset: 74px 0 auto; display: none; padding: 1.2rem max(1rem, calc((100vw - var(--container))/2)); background: var(--forest); box-shadow: 0 14px 24px rgba(0,0,0,.18); }
  .site-menu.open { display: flex; flex-direction: column; align-items: stretch; }
  .menu-button { display: block; }
  .language-switcher { width: fit-content; }
  .language-options { right: auto; left: 0; }
}

@media (max-width: 700px) {
  .experience-grid, .tips-grid, .personal-grid, .footer-grid { grid-template-columns: 1fr; }
  .home-hero { min-height: 680px; }
  .card-actions, .contact-band .container { align-items: stretch; flex-direction: column; }
  .card-actions .button { width: 100%; }
  .detail-hero { min-height: 520px; }
  .feature-list, .gallery { grid-template-columns: 1fr; }
  .gallery img, .gallery img:first-child { grid-column: auto; height: 260px; }
  .personal-grid img { max-width: 280px; justify-self: center; margin-inline: auto; }
  .host-actions .button { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .home-hero video { display: none; }
  .home-hero { background: linear-gradient(135deg, var(--forest), var(--green)); }
}
