:root {
  --ink: #17231d;
  --muted: #5d6962;
  --green: #194c36;
  --green-light: #dfe9de;
  --accent: #f2c45c;
  --paper: #f7f7f2;
  --white: #fff;
  --line: #d8ded9;
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
body.dialog-open { overflow: hidden; }
img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.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: fixed; z-index: 10; top: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 18px clamp(20px, 4vw, 64px); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28); background: transparent; transition: padding .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.scrolled { padding-top: 12px; padding-bottom: 12px; border-color: rgba(255,255,255,.12); background: rgba(20,35,27,.78); box-shadow: 0 8px 28px rgba(10,25,17,.14); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 10px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-family: "Fraunces", serif; font-size: 14px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Fraunces", serif; font-size: 17px; }
.brand small { margin-top: 1px; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; opacity: .8; }
.header-logo { display: block; width: 300px; height: 98px; object-fit: contain; }
.main-nav { display: flex; gap: 28px; font-size: 15px; font-weight: 600; }
.main-nav a { padding: 10px 0; }
.main-nav a:hover { color: var(--accent); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.language-switcher { position: relative; }
.language-toggle { display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius); color: var(--white); background: rgba(255,255,255,.07); font-size: 12px; font-weight: 700; cursor: pointer; }
.language-toggle:hover, .language-toggle[aria-expanded="true"] { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.14); }
.language-chevron { width: 6px; height: 6px; margin: -3px 2px 0 3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.language-toggle[aria-expanded="true"] .language-chevron { margin-top: 3px; transform: rotate(225deg); }
.language-menu { position: absolute; z-index: 15; top: calc(100% + 10px); right: 0; display: none; width: 70px; padding: 5px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 16px 45px rgba(10,25,17,.2); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.language-menu.open { display: grid; }
.language-menu button { width: 100%; padding: 10px; border: 0; border-radius: 3px; color: inherit; text-align: center; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.language-menu button:hover { background: var(--green-light); }
.language-menu button[aria-selected="true"] { color: var(--white); background: var(--green); }
.header-actions .button { font-size: 14px; }
.icon-button { border: 0; background: transparent; color: inherit; }
.menu-button { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 20px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 700; }
.button-primary { color: var(--white); background: var(--green); }
.site-header .button-primary { color: var(--ink); background: var(--accent); }
.button-light { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.light-link { color: var(--white); }

.hero { position: relative; min-height: min(820px, 100svh); color: var(--white); background: var(--green); overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-position: center 48%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,29,20,.73), rgba(9,29,20,.1) 68%), linear-gradient(0deg, rgba(9,29,20,.62), transparent 35%); }
.hero-content { position: relative; z-index: 1; max-width: 720px; padding: clamp(170px, 24vh, 235px) clamp(20px, 7vw, 110px) 180px; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow.dark { color: var(--green); }
h1, h2, blockquote { font-family: "Fraunces", serif; font-weight: 600; letter-spacing: 0; }
h1 { max-width: 680px; margin: 0 0 22px; font-size: clamp(50px, 7.4vw, 102px); line-height: .98; }
.hero-content > p:not(.eyebrow) { max-width: 580px; margin: 0 0 28px; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-facts { position: absolute; z-index: 2; right: clamp(20px, 5vw, 80px); bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); width: min(680px, 65vw); background: var(--paper); color: var(--ink); }
.hero-facts div { padding: 22px 28px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: "Fraunces", serif; font-size: 24px; }
.hero-facts span { margin-top: 4px; color: var(--muted); font-size: 11px; }

.section { padding: clamp(75px, 10vw, 140px) clamp(20px, 7vw, 110px); }
.booking { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 7vw, 100px); align-items: start; background: var(--green-light); }
.booking-intro { position: sticky; top: 105px; }
.booking-intro h2 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.08; }
.booking-intro > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.7; }
.booking-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.booking-facts span { padding-top: 14px; border-top: 1px solid #afbcaf; }
.booking-facts strong, .booking-facts small { display: block; }
.booking-facts strong { font-family: "Fraunces", serif; font-size: 17px; }
.booking-facts small { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.35; }
.booking-form { padding: clamp(28px, 4vw, 55px); background: var(--white); box-shadow: 0 16px 50px rgba(25,76,54,.09); }
.booking-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0 0 40px; padding: 0; list-style: none; }
.booking-progress li { position: relative; display: grid; grid-template-rows: 30px auto; justify-items: start; gap: 8px; color: #97a19b; font-weight: 700; }
.booking-progress li::after { content: ""; position: absolute; z-index: 0; top: 15px; left: 30px; right: 0; height: 1px; background: var(--line); }
.booking-progress li:last-child::after { display: none; }
.booking-progress span { position: relative; z-index: 1; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.booking-progress small { position: relative; z-index: 1; line-height: 1.2; }
.booking-progress li.active, .booking-progress li.complete { color: var(--green); }
.booking-progress li.active span, .booking-progress li.complete span { color: var(--white); border-color: var(--green); background: var(--green); }
.booking-progress li.complete::after { background: var(--green); }
.booking-step { display: none; margin: 0; padding: 0; border: 0; }
.booking-step.active { display: block; }
.booking-step legend { margin-bottom: 25px; font-family: "Fraunces", serif; font-size: clamp(26px, 3vw, 36px); }
.step-hint { margin: 20px 0 0; padding: 12px 14px; color: var(--muted); background: var(--paper); font-size: 11px; line-height: 1.5; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice { position: relative; display: flex; min-height: 82px; padding: 15px; border: 1px solid var(--line); cursor: pointer; }
.choice:has(input:checked) { border-color: var(--green); background: #f2f7f2; }
.choice input { flex: 0 0 auto; width: 16px; margin: 3px 12px 0 0; accent-color: var(--green); }
.choice strong, .choice small { display: block; }
.choice strong { font-size: 13px; }
.choice small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.compact-grid { margin-top: 20px; }
.agreement-list { display: grid; gap: 10px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.agreement-list label { display: flex; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.agreement-list input { flex: 0 0 auto; width: 16px; accent-color: var(--green); }
.booking-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.button-ghost { color: var(--green); border-color: var(--line); background: transparent; }
.booking-back, .booking-submit { display: none; }
.booking-form .form-note { text-align: right; }
.intro { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(40px, 10vw, 150px); align-items: end; }
.section-heading h2, .surroundings h2, .contact h2, .price-intro h2, dialog h2 { margin: 0; font-size: clamp(40px, 5.5vw, 76px); line-height: 1.08; }
.section-heading.narrow { max-width: 720px; }
.intro-copy p, .surroundings-copy > p:not(.eyebrow), .contact p, .price-intro > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.75; }
.intro-copy .text-link { margin-top: 20px; }

.photo-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: 280px 280px; gap: 12px; padding: 0 clamp(20px, 4vw, 64px); }
.photo-grid figure { margin: 0; overflow: hidden; }
.photo-grid img { height: 100%; transition: transform .6s ease; }
.photo-grid figure:hover img { transform: scale(1.02); }
.photo-large { grid-row: span 2; }

.facilities { background: var(--white); }
.facility-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 70px; border-top: 1px solid var(--line); }
.facility-list article { padding: 32px 28px 20px 0; border-right: 1px solid var(--line); }
.facility-list article:not(:first-child) { padding-left: 28px; }
.facility-list article:last-child { border: 0; }
.facility-icon { display: block; color: var(--green); font-size: 28px; }
.facility-list h3 { margin: 35px 0 10px; font-size: 17px; }
.facility-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.facility-gallery { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: 260px 260px; gap: 12px; margin-top: 70px; }
.facility-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--ink); }
.facility-gallery-main { grid-row: span 2; }
.facility-gallery img { height: 100%; transition: transform .6s ease; }
.facility-gallery figure:hover img { transform: scale(1.02); }
.facility-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 45px 20px 18px; color: var(--white); background: linear-gradient(transparent, rgba(16,31,23,.86)); }
.facility-gallery figcaption strong, .facility-gallery figcaption span { display: block; }
.facility-gallery figcaption strong { font-size: 13px; }
.facility-gallery figcaption span { margin-top: 3px; color: rgba(255,255,255,.7); font-size: 10px; }

.prices { background: var(--green-light); }
.rates-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 9vw, 140px); align-items: end; }
.rates-heading h2 { max-width: 750px; margin: 0; font-family: "Fraunces", serif; font-size: clamp(40px, 5.5vw, 76px); line-height: 1.08; }
.rates-heading > div:last-child p { margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.stay-rates { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 65px; background: #b8c5b8; border: 1px solid #b8c5b8; }
.stay-rates article { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; min-height: 130px; padding: 25px; background: var(--white); }
.rate-icon { font-size: 24px; filter: grayscale(1); }
.stay-rates h3 { margin: 0 0 5px; font-size: 15px; }
.stay-rates p { margin: 0; color: var(--muted); font-size: 11px; }
.stay-rates article > strong { color: var(--green); font-family: "Fraunces", serif; font-size: 25px; text-align: right; white-space: nowrap; }
.stay-rates strong small, .rate-table strong small, .season-note strong small { display: block; margin-top: 3px; color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 8px; font-weight: 600; text-transform: uppercase; }
.rate-details { display: grid; grid-template-columns: 1.25fr .75fr; gap: 45px; margin-top: 70px; }
.rate-subheading { display: flex; gap: 15px; align-items: center; margin-bottom: 18px; }
.rate-subheading > span { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-weight: 700; }
.rate-subheading h3 { margin: 0; font-family: "Fraunces", serif; font-size: 25px; }
.rate-subheading p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.rate-table { border-top: 1px solid #b8c5b8; }
.rate-table div { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; min-height: 57px; padding: 12px 0; border-bottom: 1px solid #b8c5b8; }
.rate-table span { color: #425249; font-size: 12px; line-height: 1.4; }
.rate-table strong { color: var(--green); font-size: 12px; text-align: right; }
.season-note { margin-top: 30px; padding: 28px; color: var(--white); background: var(--green); }
.season-note .eyebrow { margin-bottom: 12px; color: var(--accent); }
.season-note > strong { display: block; margin-bottom: 15px; color: var(--accent); font-family: "Fraunces", serif; font-size: 29px; }
.season-note strong small { color: rgba(255,255,255,.6); }
.season-note > p:last-child { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; }
.important-info { margin-top: 80px; padding: clamp(30px, 5vw, 60px); color: var(--white); background: var(--ink); }
.important-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.18); }
.important-heading .eyebrow { color: var(--accent); }
.important-heading h3 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(28px, 3.5vw, 46px); }
.important-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.important-grid article { padding: 30px 25px 0; border-right: 1px solid rgba(255,255,255,.18); }
.important-grid article:first-child { padding-left: 0; }
.important-grid article:last-child { padding-right: 0; border: 0; }
.important-grid article > strong { display: block; min-height: 45px; color: var(--accent); font-family: "Fraunces", serif; font-size: 22px; line-height: 1.15; }
.important-grid strong small { font-family: "DM Sans", sans-serif; font-size: 10px; }
.important-grid h4 { margin: 20px 0 8px; font-size: 12px; }
.important-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.55; }

.surroundings { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 120px); align-items: center; }
.surroundings img { min-height: 540px; height: 100%; }
.distance-row { display: flex; gap: 45px; margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line); }
.distance-row strong, .distance-row small { display: block; }
.distance-row strong { font-family: "Fraunces", serif; font-size: 28px; }
.distance-row small { color: var(--muted); }
.testimonial { text-align: center; background: var(--white); }
.testimonial blockquote { max-width: 900px; margin: 25px auto 30px; font-size: clamp(30px, 4vw, 54px); line-height: 1.25; }
.testimonial > p:last-child { color: var(--muted); font-size: 13px; }
.testimonial strong { margin-right: 8px; color: var(--green); }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; background: var(--green-light); }
.contact h2 { font-size: clamp(40px, 5vw, 68px); }
.contact p { color: rgba(23,35,29,.72); }
.contact-links a { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(23,35,29,.35); }
.contact-links span { font-size: 12px; text-transform: uppercase; }
.contact-links strong { text-align: right; }
.map-wrap { position: relative; display: grid; min-height: 520px; overflow: hidden; background: var(--green); }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 520px; border: 0; filter: saturate(.75) contrast(1.05); }
.map-consent { display: grid; place-content: center; justify-items: start; min-height: 520px; padding: clamp(30px, 7vw, 80px); color: var(--white); background: linear-gradient(rgba(18,59,42,.82), rgba(18,59,42,.94)), url("assets/camping/hero-aerial.jpg") center/cover; }
.map-consent strong { font-family: "Fraunces", serif; font-size: clamp(28px, 4vw, 46px); }
.map-consent p { max-width: 460px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.6; }
.map-consent .button { margin-top: 12px; }
.map-address { position: absolute; right: 16px; bottom: 16px; left: 16px; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; padding: 18px 20px; color: var(--white); background: rgba(23,35,29,.86); box-shadow: 0 12px 30px rgba(0,0,0,.18); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.map-address span { grid-column: 1 / -1; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.map-address strong { font-size: 13px; line-height: 1.45; }
.map-address b { align-self: center; font-size: 20px; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 45px clamp(20px, 4vw, 64px); color: var(--white); background: var(--ink); font-size: 12px; }
footer p { color: rgba(255,255,255,.55); }
footer div { display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.7); }
.footer-logo { width: 430px; height: 195px; object-fit: contain; }
.footer-link { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.footer-link:hover { color: var(--white); }
.whatsapp-float { position: fixed; z-index: 25; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 10px 17px 10px 11px; border-radius: 26px; color: var(--white); background: #16864b; box-shadow: 0 12px 30px rgba(10,55,32,.28); font-size: 12px; font-weight: 700; transition: transform .2s ease, background-color .2s ease; }
.whatsapp-float:hover { transform: translateY(-2px); background: #11763f; }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; }
.cookie-banner.visible ~ .whatsapp-float { display: none; }

dialog { width: min(680px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 0; border: 0; border-radius: var(--radius); color: var(--ink); background: var(--paper); box-shadow: 0 25px 80px rgba(0,0,0,.3); }
dialog::backdrop { background: rgba(10,25,17,.74); backdrop-filter: blur(4px); }
dialog form { position: relative; padding: clamp(30px, 6vw, 65px); }
dialog h2 { max-width: 560px; margin: 0 0 30px; font-family: "Fraunces", serif; font-size: clamp(32px, 5vw, 48px); }
.dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; place-items: center; width: 40px; height: 40px; font-size: 27px; }
.legal-dialog { width: min(820px, calc(100% - 32px)); }
.legal-content { position: relative; display: none; padding: clamp(35px, 7vw, 75px); }
.legal-content.active { display: block; }
.legal-content h3 { margin: 30px 0 8px; color: var(--green); font-size: 14px; }
.legal-content p { color: var(--muted); font-size: 12px; line-height: 1.75; }
.cookie-banner { position: fixed; z-index: 30; right: 18px; bottom: 18px; left: 18px; display: none; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 24px clamp(20px, 4vw, 45px); border: 1px solid var(--line); background: rgba(247,247,242,.96); box-shadow: 0 18px 55px rgba(10,25,17,.2); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.cookie-banner.visible { display: grid; }
.cookie-banner .eyebrow { margin-bottom: 7px; }
.cookie-banner h2 { margin: 0 0 6px; font-family: "Fraunces", serif; font-size: 24px; }
.cookie-banner p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-option { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); }
.cookie-option:last-of-type { border-bottom: 1px solid var(--line); }
.cookie-option strong { font-size: 13px; }
.cookie-option p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.cookie-option input { width: 18px; accent-color: var(--green); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: var(--white); }
textarea { resize: vertical; }
.full-button { width: 100%; margin-top: 22px; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 11px; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 22px; transform: translate(-50%, 130%); max-width: calc(100% - 32px); padding: 13px 20px; border-radius: var(--radius); color: var(--white); background: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,.2); transition: transform .3s ease; }
.toast.visible { transform: translate(-50%, 0); }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .main-nav { position: absolute; top: 75px; left: 16px; right: 16px; display: none; padding: 15px; color: var(--ink); background: var(--white); box-shadow: 0 15px 40px rgba(0,0,0,.15); }
  .main-nav { font-size: 14px; }
  .main-nav.open { display: grid; }
  .menu-button { justify-self: end; display: grid; gap: 4px; width: 42px; height: 42px; padding: 11px; border: 1px solid rgba(255,255,255,.5); }
  .menu-button span { width: 100%; height: 1px; background: currentColor; }
  .header-actions { display: flex; }
  .header-actions .button { display: none; }
  .language-chevron { display: none; }
  .language-toggle { padding: 7px 10px; }
  .language-menu { right: 0; }
  .facility-list { grid-template-columns: 1fr 1fr; }
  .facility-list article:nth-child(2) { border-right: 0; }
  .facility-list article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .facility-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 240px; }
  .facility-gallery-main { grid-column: 1 / -1; grid-row: auto; }
  .surroundings img { min-height: 430px; }
  .rate-details { grid-template-columns: 1fr; }
  .important-grid { grid-template-columns: 1fr 1fr; }
  .important-grid article:nth-child(2) { border-right: 0; }
  .important-grid article:nth-child(n+3) { margin-top: 25px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
  .booking { grid-template-columns: 1fr; }
  .booking-intro { position: static; }
}

@media (max-width: 720px) {
  .site-header { padding: 14px 16px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .header-logo { width: 195px; height: 76px; }
  .hero { min-height: 760px; }
  .hero-content { padding: 150px 20px 260px; }
  h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero-facts { right: 0; left: 0; width: 100%; }
  .hero-facts div { padding: 16px 12px; }
  .hero-facts strong { font-size: 19px; }
  .hero-facts span { font-size: 9px; }
  .intro, .price-panel, .surroundings, .contact { grid-template-columns: 1fr; }
  .intro { gap: 25px; }
  .section-heading h2, .surroundings h2, .contact h2 { font-size: 40px; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: 340px 220px 220px; }
  .photo-large { grid-row: auto; }
  .facility-list { grid-template-columns: 1fr; margin-top: 45px; }
  .facility-list article, .facility-list article:not(:first-child) { padding: 25px 0; border-right: 0; border-top: 1px solid var(--line); }
  .facility-list h3 { margin-top: 15px; }
  .facility-gallery { grid-template-columns: 1fr; grid-template-rows: 310px 230px 230px; margin-top: 45px; }
  .facility-gallery-main { grid-column: auto; }
  .rates-heading, .stay-rates, .important-heading, .important-grid { grid-template-columns: 1fr; }
  .stay-rates article { grid-template-columns: auto 1fr; min-height: 0; }
  .stay-rates article > strong { grid-column: 2; text-align: left; }
  .rate-details { gap: 50px; margin-top: 50px; }
  .important-grid article, .important-grid article:first-child, .important-grid article:last-child, .important-grid article:nth-child(n+3) { margin: 0; padding: 24px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .important-grid article:last-child { border: 0; }
  .surroundings img { order: -1; min-height: 330px; }
  .distance-row { gap: 25px; }
  .contact { gap: 30px; }
  .map-wrap, .map-wrap iframe { min-height: 400px; }
  .contact-links a { display: grid; }
  .contact-links strong { text-align: left; overflow-wrap: anywhere; }
  footer { display: grid; justify-items: start; }
  .whatsapp-float { right: 12px; bottom: 12px; width: 54px; padding: 11px; }
  .whatsapp-float span { display: none; }
  .cookie-banner { grid-template-columns: 1fr; gap: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .booking { padding-right: 12px; padding-left: 12px; }
  .booking-form { padding: 28px 16px; }
  .booking-facts, .choice-grid { grid-template-columns: 1fr; }
  .booking-progress small { display: none; }
  .booking-progress li::after { left: 30px; right: 0; }
  .booking-actions { justify-content: stretch; }
  .booking-actions .button { flex: 1; }
}
