:root {
  --forest-950: #10241d;
  --forest-900: #173127;
  --forest-800: #1e4335;
  --forest-700: #2a5a47;
  --moss: #739273;
  --sand-50: #fbf8f1;
  --sand-100: #f3ecde;
  --sand-200: #e5d7bf;
  --clay: #a3563a;
  --clay-dark: #7d3d29;
  --ink: #16201c;
  --muted: #66716b;
  --white: #fff;
  --line: rgba(22, 32, 28, .14);
  --shadow: 0 24px 70px rgba(15, 34, 27, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--sand-50);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 120px 0; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.demo-bar { background: var(--forest-950); color: rgba(255,255,255,.78); font-size: .77rem; letter-spacing: .02em; }
.demo-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.demo-bar strong { color: var(--sand-100); text-transform: uppercase; letter-spacing: .11em; font-size: .7rem; }
.verified { display: flex; align-items: center; gap: 8px; }
.verified__dot { width: 7px; height: 7px; border-radius: 50%; background: #a5c49c; box-shadow: 0 0 0 4px rgba(165,196,156,.12); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,248,241,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(20,43,34,.06); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--forest-900); text-decoration: none; line-height: 1; }
.brand__mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--forest-900); border-radius: 50%; }
.brand__mark svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-weight: 500; font-size: 1.28rem; letter-spacing: -.015em; }
.brand small { margin-top: 6px; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a { position: relative; font-size: .88rem; font-weight: 650; text-decoration: none; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--clay); transition: right .2s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.language-picker { position: relative; }
.language-picker summary { width: 46px; min-height: 42px; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.38); color: var(--forest-900); font-size: .73rem; font-weight: 800; letter-spacing: .08em; cursor: pointer; list-style: none; }
.language-picker summary::-webkit-details-marker { display: none; }
.language-picker summary::after { content: ""; position: absolute; right: 6px; bottom: 7px; width: 4px; height: 4px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.language-picker[open] summary { border-color: var(--clay); background: var(--white); }
.language-picker__menu { position: absolute; right: 0; top: calc(100% + 9px); z-index: 10; width: 150px; padding: 7px; border: 1px solid var(--line); background: var(--sand-50); box-shadow: 0 16px 38px rgba(15,34,27,.16); }
.language-picker__menu button { width: 100%; padding: 10px 12px; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: .82rem; cursor: pointer; }
.language-picker__menu button:hover, .language-picker__menu button:focus-visible { background: var(--sand-100); }
.language-picker__menu button[aria-pressed="true"] { background: var(--forest-900); color: var(--white); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid var(--forest-900); border-radius: 2px; background: var(--forest-900); color: var(--white); font-size: .86rem; font-weight: 750; letter-spacing: .035em; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--forest-800); box-shadow: 0 10px 22px rgba(16,36,29,.14); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid rgba(163,86,58,.45); outline-offset: 3px; }
.button--small { min-height: 42px; padding: 0 19px; }
.button--large { min-height: 58px; padding: 0 30px; }
.button--sand { border-color: var(--sand-100); background: var(--sand-100); color: var(--forest-950); }
.button--sand:hover { background: var(--white); }
.button--outline { background: transparent; color: var(--forest-900); }
.button--outline:hover { background: var(--forest-900); color: var(--white); }

.eyebrow { margin: 0 0 18px; color: var(--clay-dark); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: var(--sand-200); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
h1 { margin-bottom: 26px; font-size: clamp(3.2rem, 6.7vw, 6.9rem); color: var(--white); }
h1 em { font-weight: 400; color: var(--sand-200); }
h2 { margin-bottom: 22px; font-size: clamp(2.45rem, 4.7vw, 4.8rem); color: var(--forest-950); }
h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; line-height: 1.2; }

.hero { position: relative; min-height: calc(100svh - 116px); display: flex; align-items: flex-end; overflow: hidden; background: var(--forest-950); }
.hero__image, .hero__shade { position: absolute; inset: 0; }
.hero__image { background-image: url("camping-hero.webp"); background-size: cover; background-position: center 46%; transform: scale(1.015); }
.hero__shade { background: linear-gradient(90deg, rgba(8,26,20,.84) 0%, rgba(8,26,20,.56) 50%, rgba(8,26,20,.1) 100%), linear-gradient(0deg, rgba(8,22,17,.52), transparent 55%); }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 60px; align-items: end; padding-top: 100px; padding-bottom: 86px; }
.hero__content { max-width: 850px; }
.hero__lead { max-width: 640px; margin-bottom: 35px; color: rgba(255,255,255,.86); font-size: 1.18rem; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: .88rem; font-weight: 700; text-decoration: none; }
.text-link--light { color: var(--white); }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.arrival-card { padding: 28px 28px 0; background: rgba(248,243,233,.94); color: var(--forest-950); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.arrival-card__label { margin-bottom: 20px; color: var(--clay-dark); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.arrival-card__row { display: grid; gap: 2px; padding: 13px 0; border-top: 1px solid rgba(16,36,29,.13); }
.arrival-card__row span { color: var(--muted); font-size: .73rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.arrival-card__row strong { font-size: .98rem; font-weight: 650; }
.arrival-card__note { margin: 13px 0 0; color: var(--muted); font-size: .68rem; }
.arrival-card__button { width: calc(100% + 56px); min-height: 58px; margin: 18px -28px 0; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; border: 0; background: var(--clay); color: var(--white); font-size: .84rem; font-weight: 750; cursor: pointer; }
.arrival-card__button:hover { background: var(--clay-dark); }
.hero__caption { position: absolute; right: 28px; top: 50%; z-index: 2; writing-mode: vertical-rl; color: rgba(255,255,255,.64); font-size: .63rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }

.section-heading { margin-bottom: 58px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 100px; align-items: end; }
.section-heading--split h2 { max-width: 780px; margin-bottom: 0; }
.section-heading--split > p { max-width: 430px; margin-bottom: 8px; color: var(--muted); }
.section-heading--compact { margin-bottom: 45px; }

.stay-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 18px; }
.stay-card { min-height: 420px; display: flex; flex-direction: column; background: var(--sand-100); border: 1px solid var(--line); }
.stay-card--feature { grid-row: span 1; }
.stay-card--earth { background: #e9ddca; }
.stay-card__image { position: relative; aspect-ratio: 1.75; overflow: hidden; }
.stay-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.stay-card:hover .stay-card__image img { transform: scale(1.03); }
.stay-card__count { position: absolute; left: 18px; bottom: 18px; padding: 8px 12px; background: rgba(251,248,241,.92); color: var(--forest-950); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.stay-card__body { flex: 1; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.stay-card--feature .stay-card__body { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; }
.stay-card--feature .stay-card__body h3, .stay-card--feature .stay-card__body p, .stay-card--feature .stay-card__body .card-link { grid-column: 2; }
.stay-card__icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(22,32,28,.25); border-radius: 50%; }
.stay-card__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.stay-card__meta { margin: 28px 0 5px; color: var(--clay-dark); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.stay-card h3 { margin-top: 17px; }
.stay-card--feature h3 { margin-top: 5px; }
.stay-card p { color: var(--muted); font-size: .94rem; }
.card-link { margin-top: auto; padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--forest-900); font-size: .82rem; font-weight: 800; cursor: pointer; }
.card-link span { margin-left: 10px; transition: margin .2s; }
.card-link:hover span { margin-left: 15px; }

.story { position: relative; overflow: hidden; background: var(--forest-900); color: var(--white); }
.story::before { content: "F"; position: absolute; right: -4vw; bottom: -20vw; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 64vw; line-height: 1; pointer-events: none; }
.story__grid { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.85fr); gap: 9vw; align-items: center; }
.story__image-wrap { position: relative; }
.story__image-wrap img { width: 100%; aspect-ratio: .88; object-fit: cover; }
.story__stamp { position: absolute; right: -56px; bottom: 54px; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--sand-100); color: var(--forest-950); text-align: center; transform: rotate(-7deg); box-shadow: var(--shadow); }
.story__stamp span { font-size: .58rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story__stamp strong { margin: 3px 0; font-family: var(--serif); font-size: 1.02rem; font-weight: 500; }
.story h2 { color: var(--white); }
.story__intro { color: rgba(255,255,255,.9); font-size: 1.08rem; }
.story__content > p:not(.eyebrow):not(.story__intro) { color: rgba(255,255,255,.65); }
.reason-list { margin: 36px 0 0; padding: 0; list-style: none; }
.reason-list li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); }
.reason-list li > span { color: var(--sand-200); font-family: var(--serif); font-style: italic; }
.reason-list strong, .reason-list small { display: block; }
.reason-list strong { margin-bottom: 4px; font-size: .96rem; }
.reason-list small { color: rgba(255,255,255,.58); font-size: .82rem; }

.practical { background: var(--sand-50); }
.info-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.info-card { min-height: 270px; padding: 30px; border-right: 1px solid var(--line); }
.info-card:last-child { border-right: 0; }
.info-card__number { display: block; margin-bottom: 45px; color: var(--clay-dark); font-family: var(--serif); font-style: italic; }
.info-card h3 { font-size: 1.38rem; }
.info-card p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }
.facilities { margin-top: 20px; padding: 48px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; background: var(--clay); color: var(--white); }
.facilities h3 { max-width: 440px; margin: 0; font-size: clamp(2rem,3.1vw,3.1rem); }
.facilities ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; list-style: none; }
.facilities li { display: flex; gap: 10px; align-items: center; font-size: .9rem; font-weight: 650; }
.facilities li span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: .7rem; }

.booking-band { padding: 75px 0; background: var(--forest-800); color: var(--white); }
.booking-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.booking-band h2 { margin-bottom: 12px; color: var(--white); font-size: clamp(2.4rem,4vw,4rem); }
.booking-band p:last-child { margin: 0; color: rgba(255,255,255,.67); }
.booking-band .button { flex: 0 0 auto; }

.location { background: #e9e2d4; }
.location__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.location address { margin: 30px 0; color: var(--muted); font-size: 1.05rem; font-style: normal; }
.location address strong { color: var(--ink); }
.coordinates { margin-bottom: 30px; display: grid; gap: 7px; }
.coordinates > span { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.coordinates button { padding: 0; border: 0; background: transparent; color: var(--forest-900); text-align: left; font-weight: 700; cursor: pointer; }
.coordinates button span { margin-left: 6px; }
.map-card { min-height: 540px; display: flex; flex-direction: column; background: var(--white); box-shadow: var(--shadow); }
.map-card iframe { width: 100%; min-height: 490px; flex: 1; border: 0; filter: saturate(.65) contrast(.96); }
.map-card > a { padding: 14px 18px; color: var(--muted); font-size: .72rem; text-align: right; }

.faq { background: var(--sand-50); }
.faq__grid { display: grid; grid-template-columns: .62fr 1fr; gap: 110px; align-items: start; }
.faq h2 { font-size: clamp(2.5rem,4vw,4.1rem); }
.faq__intro { max-width: 350px; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 46px 24px 0; list-style: none; font-weight: 700; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; display: block; background: currentColor; content: ""; }
.accordion summary span { right: 5px; top: 34px; width: 18px; height: 1px; }
.accordion summary span::after { left: 8px; top: -8px; width: 1px; height: 17px; transition: transform .2s; }
.accordion details[open] summary span::after { transform: rotate(90deg); }
.accordion details p { max-width: 650px; padding: 0 45px 25px 0; color: var(--muted); }

.site-footer { padding: 85px 0 22px; background: var(--forest-950); color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr .8fr .7fr; gap: 65px; padding-bottom: 60px; }
.brand--footer { color: var(--white); }
.brand--footer .brand__mark { border-color: rgba(255,255,255,.7); }
.brand--footer small { color: rgba(255,255,255,.55); }
.footer-brand > p { max-width: 300px; margin-top: 24px; color: rgba(255,255,255,.55); font-size: .88rem; }
.footer-column h2 { margin-bottom: 18px; color: var(--sand-200); font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a, .footer-column p { display: block; margin: 0 0 10px; color: rgba(255,255,255,.67); font-size: .83rem; text-decoration: none; }
.footer-column a:hover { color: var(--white); text-decoration: underline; }
.footer-trust { padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-trust strong { font-size: .8rem; }
.footer-trust p { margin: 3px 0 0; color: rgba(255,255,255,.48); font-size: .74rem; }
.text-button { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); background: transparent; color: rgba(255,255,255,.7); font-size: .76rem; cursor: pointer; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.35); font-size: .7rem; }
.footer-bottom p { margin: 0; }

.mobile-booking { display: none; }
.booking-dialog, .sources-dialog { width: min(760px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 46px; border: 0; border-radius: 2px; background: var(--sand-50); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.3); overflow: auto; }
.booking-dialog::backdrop, .sources-dialog::backdrop { background: rgba(10,24,19,.72); backdrop-filter: blur(5px); }
.booking-dialog h2, .sources-dialog h2 { margin-bottom: 30px; font-size: clamp(2.3rem,5vw,3.6rem); }
.dialog-close { position: absolute; right: 18px; top: 14px; width: 42px; height: 42px; border: 0; background: transparent; color: var(--muted); font-size: 2rem; line-height: 1; cursor: pointer; }
.dialog-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dialog-option { padding: 26px; background: var(--sand-100); }
.dialog-option--muted { background: #e7e2d8; }
.dialog-option__tag { color: var(--clay-dark); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dialog-option h3 { margin-top: 14px; }
.dialog-option p { min-height: 85px; color: var(--muted); font-size: .88rem; }
.dialog-option .button { width: 100%; padding-inline: 16px; }
.campio-ready { margin-top: 18px; padding: 16px 20px; display: flex; gap: 14px; align-items: center; border: 1px dashed rgba(22,32,28,.25); }
.campio-ready > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-900); color: var(--white); }
.campio-ready p { margin: 0; line-height: 1.35; }
.campio-ready small { color: var(--muted); }
.source-list { padding-left: 20px; }
.source-list li { margin-bottom: 10px; }
.source-note { margin-top: 30px; padding: 18px; background: var(--sand-100); color: var(--muted); font-size: .84rem; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; padding: 11px 18px; border-radius: 999px; background: var(--forest-950); color: var(--white); font-size: .78rem; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .hero__inner { grid-template-columns: 1fr 320px; gap: 35px; }
  .stay-grid { grid-template-columns: 1fr 1fr; }
  .stay-card--feature { grid-column: span 2; display: grid; grid-template-columns: 1.2fr .8fr; }
  .stay-card--feature .stay-card__image { aspect-ratio: auto; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .info-card:nth-child(2) { border-right: 0; }
  .info-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .location__grid { gap: 50px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main .footer-column:last-child { display: none; }
}

@media (max-width: 960px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .section { padding: 82px 0; }
  .demo-bar__inner { justify-content: center; min-height: 38px; }
  .verified { display: none; }
  .nav-wrap { min-height: 70px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 28px 24px 34px; display: none; align-items: stretch; gap: 0; background: var(--sand-50); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(15,34,27,.12); }
  .main-nav.is-open { display: grid; }
  .main-nav > a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .language-picker { margin-top: 16px; }
  .language-picker summary { width: 100%; padding: 0 14px; display: flex; justify-content: space-between; }
  .language-picker summary::before { content: "Språk"; font-size: .82rem; font-weight: 700; letter-spacing: 0; text-transform: none; }
  html[lang="en"] .language-picker summary::before { content: "Language"; }
  html[lang="de"] .language-picker summary::before { content: "Sprache"; }
  .language-picker summary::after { position: static; margin: 0 4px 4px 10px; }
  .language-picker__menu { position: static; width: 100%; margin-top: 6px; box-shadow: none; }
  .main-nav .button { margin-top: 18px; }

  .hero { min-height: 810px; align-items: stretch; }
  .hero__shade { background: linear-gradient(180deg, rgba(8,26,20,.3) 0%, rgba(8,26,20,.78) 55%, rgba(8,26,20,.93) 100%); }
  .hero__inner { grid-template-columns: 1fr; align-content: end; gap: 36px; padding-top: 110px; padding-bottom: 45px; }
  h1 { font-size: clamp(3.3rem, 13vw, 5.6rem); }
  .hero__lead { font-size: 1.02rem; }
  .hero__caption { display: none; }
  .arrival-card { max-width: 420px; }

  .section-heading--split { grid-template-columns: 1fr; gap: 24px; }
  .stay-card--feature { grid-column: auto; display: flex; }
  .stay-card--feature .stay-card__image { aspect-ratio: 1.6; }
  .stay-card--feature .stay-card__body { display: flex; }
  .stay-card--feature .stay-card__body h3, .stay-card--feature .stay-card__body p, .stay-card--feature .stay-card__body .card-link { grid-column: auto; }
  .stay-card--feature h3 { margin-top: 17px; }

  .story__grid { grid-template-columns: 1fr; gap: 80px; }
  .story__image-wrap { max-width: 82%; }
  .story__image-wrap img { aspect-ratio: 1; }
  .story__stamp { right: -45px; }

  .facilities { grid-template-columns: 1fr; gap: 34px; padding: 38px 30px; }
  .booking-band__inner { align-items: flex-start; flex-direction: column; gap: 30px; }
  .location__grid { grid-template-columns: 1fr; }
  .map-card { min-height: 450px; }
  .map-card iframe { min-height: 400px; }
  .faq__grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 560px) {
  body { padding-bottom: 72px; }
  .section { padding: 70px 0; }
  .brand__mark { width: 38px; height: 38px; }
  .brand strong { font-size: 1.1rem; }
  .brand small { font-size: .58rem; }
  .hero { min-height: 790px; }
  .hero__image { background-position: 58% center; }
  .hero__inner { padding-bottom: 25px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { align-self: center; }
  .arrival-card { padding: 24px 22px 0; }
  .arrival-card__button { width: calc(100% + 44px); margin-left: -22px; margin-right: -22px; }
  .section-heading { margin-bottom: 38px; }
  h2 { font-size: clamp(2.35rem, 12vw, 3.3rem); }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-card { min-height: 360px; }
  .story__image-wrap { max-width: 88%; }
  .story__stamp { right: -38px; width: 92px; height: 92px; }
  .story__stamp strong { font-size: .84rem; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .info-card:nth-child(3) { border-bottom: 1px solid var(--line); }
  .info-card:last-child { border-bottom: 0; }
  .info-card__number { margin-bottom: 32px; }
  .facilities ul { grid-template-columns: 1fr; }
  .booking-band { padding: 62px 0; }
  .booking-band .button { width: 100%; }
  .map-card { min-height: 390px; }
  .map-card iframe { min-height: 340px; }
  .accordion summary { font-size: .94rem; }
  .site-footer { padding-top: 65px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-trust { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .mobile-booking { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: block; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(16,36,29,.96); backdrop-filter: blur(12px); }
  body.is-menu-open .mobile-booking { display: none; }
  .mobile-booking .button { width: 100%; min-height: 50px; }
  .booking-dialog, .sources-dialog { padding: 42px 22px 24px; }
  .dialog-options { grid-template-columns: 1fr; }
  .dialog-option p { min-height: auto; }
  .toast { bottom: 88px; white-space: nowrap; }
}

.main-nav a[aria-current="page"] { color: var(--clay-dark); }
.main-nav a[aria-current="page"]::after { right: 0; }
.button--outline-light { border-color: rgba(255,255,255,.55); background: transparent; color: var(--white); }
.button--outline-light:hover { border-color: var(--white); background: var(--white); color: var(--forest-950); }
.button-pair { display: flex; gap: 12px; align-items: center; }
.section--tight { padding-top: 85px; padding-bottom: 85px; }
.section--no-top { padding-top: 0; }
.updated-note { margin-bottom: 0; color: var(--muted); font-size: .78rem; }

.price-teaser { margin-top: 20px; padding: 30px; display: grid; grid-template-columns: 1.15fr repeat(3,.8fr) auto; gap: 24px; align-items: center; border: 1px solid var(--line); background: var(--white); }
.price-teaser .eyebrow { margin-bottom: 4px; }
.price-teaser h3 { margin: 0; }
.price-teaser__item { padding-left: 22px; border-left: 1px solid var(--line); }
.price-teaser__item span, .price-teaser__item strong { display: block; }
.price-teaser__item span { color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.price-teaser__item strong { margin-top: 4px; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.story__button { margin-top: 35px; }

.local-life { padding-top: 85px; padding-bottom: 85px; background: var(--clay); color: var(--white); }
.local-life__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.local-life h2 { color: var(--white); }
.local-life__content > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.7); }
.menu-preview { padding: 35px; background: var(--sand-50); color: var(--forest-950); box-shadow: var(--shadow); }
.menu-preview > div { padding: 13px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px dotted rgba(22,32,28,.3); }
.menu-preview span { font-weight: 650; }
.menu-preview strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; white-space: nowrap; }
.menu-preview small { display: block; margin-top: 18px; color: var(--muted); font-size: .73rem; }

.page-hero { position: relative; min-height: 540px; display: flex; align-items: flex-end; overflow: hidden; background-color: var(--forest-950); background-size: cover; background-position: center; }
.page-hero--prices { background-image: url("camping-hero.webp"); background-position: center 42%; }
.page-hero--about, .page-hero--activities { background-image: url("fredriksten-view.webp"); }
.page-hero--about { background-position: center 38%; }
.page-hero--activities { background-position: center 30%; }
.page-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,26,20,.87), rgba(8,26,20,.32)), linear-gradient(0deg, rgba(8,26,20,.55), transparent 60%); }
.page-hero__content { position: relative; z-index: 1; padding-top: 110px; padding-bottom: 75px; }
.page-hero h1 { max-width: 920px; margin-bottom: 18px; font-size: clamp(3.9rem, 7vw, 7rem); }
.page-hero p:last-child { max-width: 690px; margin-bottom: 0; color: rgba(255,255,255,.78); font-size: 1.1rem; }
.subnav { border-bottom: 1px solid var(--line); background: var(--sand-50); }
.subnav__inner { min-height: 66px; display: flex; align-items: center; gap: 36px; overflow-x: auto; scrollbar-width: none; }
.subnav__inner::-webkit-scrollbar { display: none; }
.subnav a { flex: 0 0 auto; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.subnav a:hover { color: var(--clay-dark); }

.price-section__heading { margin-bottom: 38px; display: grid; grid-template-columns: 65px 1fr; gap: 20px; align-items: start; }
.price-section__heading > span { color: var(--clay-dark); font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.price-section__heading .eyebrow { margin-bottom: 8px; }
.price-section__heading h2 { margin-bottom: 0; }
.price-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-card { padding: 34px; border: 1px solid var(--line); background: var(--white); overflow-x: auto; }
.price-card--slim { min-height: 220px; }
.price-card--earth { background: var(--sand-100); }
.price-card h3 { margin-bottom: 24px; }
.price-card table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.price-card th, .price-card td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.price-card th:first-child { padding-left: 0; text-align: left; }
.price-card td:last-child, .price-card th:last-child { padding-right: 0; }
.price-card thead th { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-card tbody th { font-weight: 650; }
.price-list { margin: 0; }
.price-list > div, .menu-list > div { padding: 12px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px dotted rgba(22,32,28,.3); }
.price-list dt, .price-list dd, .menu-list dt, .menu-list dd { margin: 0; }
.price-list dd, .menu-list dd { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; white-space: nowrap; }
.price-card__note { margin: 18px 0 0; color: var(--muted); font-size: .78rem; }

.price-section--dark { background: var(--forest-900); color: var(--white); }
.price-section--dark h2 { color: var(--white); }
.cabin-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.cabin-price-grid article { min-height: 270px; padding: 32px; display: flex; flex-direction: column; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); }
.cabin-price-grid span { color: var(--sand-200); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cabin-price-grid h3 { margin: 22px 0 auto; }
.cabin-price-grid strong { display: block; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.cabin-price-grid small { color: rgba(255,255,255,.5); }
.cabin-extras { margin-top: 18px; padding: 22px 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; border: 1px solid rgba(255,255,255,.16); }
.cabin-extras span, .cabin-extras strong { display: block; }
.cabin-extras span { color: rgba(255,255,255,.55); font-size: .76rem; }
.cabin-extras strong { margin-top: 3px; font-size: .9rem; }

.simple-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.simple-price-grid > div { min-height: 180px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--sand-100); }
.simple-price-grid span { font-family: var(--serif); font-size: 1.4rem; }
.simple-price-grid small { color: var(--muted); }
.simple-price-grid strong { margin-top: auto; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.minigolf-prices { background: var(--clay); color: var(--white); }
.minigolf-prices__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.minigolf-prices h2 { color: var(--white); }
.minigolf-prices p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.72); }
.minigolf-list { margin: 0; }
.minigolf-list > div { padding: 18px 0; display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.23); }
.minigolf-list dt, .minigolf-list dd { margin: 0; }
.minigolf-list dt { font-weight: 650; }
.minigolf-list dd { font-family: var(--serif); font-size: 1.5rem; }
.food-menu { background: #e9e2d4; }
.food-menu__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.food-column { min-height: 330px; padding: 32px; background: var(--sand-50); border-top: 4px solid var(--clay); box-shadow: 0 12px 36px rgba(25,42,34,.07); }
.food-column h3 { margin-bottom: 32px; }
.menu-list { margin: 0; }
.menu-list > div { font-size: .9rem; }
.food-menu__note { margin: 24px 0 0; padding: 18px 22px; background: rgba(255,255,255,.48); color: var(--muted); font-size: .82rem; }

.about-intro__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; align-items: center; }
.lead-copy { color: var(--forest-900); font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.about-intro__copy > p:not(.eyebrow):not(.lead-copy) { color: var(--muted); }
.about-intro__image { position: relative; }
.about-intro__image img { width: 100%; aspect-ratio: .9; object-fit: cover; }
.about-intro__image span { position: absolute; left: -34px; bottom: 32px; max-width: 200px; padding: 16px 20px; background: var(--clay); color: var(--white); font-size: .72rem; font-weight: 750; line-height: 1.4; letter-spacing: .05em; }
.heritage { background: var(--forest-900); color: var(--white); }
.heritage__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.heritage h2 { color: var(--white); }
.heritage__grid > div > p:last-child { color: rgba(255,255,255,.66); }
.heritage-list { margin: 0; padding: 0; list-style: none; }
.heritage-list li { min-height: 110px; padding: 22px 0; display: grid; grid-template-columns: 110px 1fr; gap: 28px; align-items: center; border-top: 1px solid rgba(255,255,255,.16); }
.heritage-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.heritage-list span { color: var(--sand-200); font-family: var(--serif); font-size: 1.8rem; font-style: italic; }
.heritage-list p { margin: 0; color: rgba(255,255,255,.76); }
.about-halden { background: #e9e2d4; }
.about-halden__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: center; }
.about-halden__image img { width: 100%; aspect-ratio: .9; object-fit: cover; }
.about-halden__grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.value-grid article { min-height: 275px; padding: 32px; border-right: 1px solid var(--line); }
.value-grid article:last-child { border-right: 0; }
.value-grid span { color: var(--clay-dark); font-family: var(--serif); font-style: italic; }
.value-grid h3 { margin-top: 52px; }
.value-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.activities { background: var(--sand-50); }
.activity-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.activity-card { min-height: 360px; padding: 36px; display: grid; grid-template-columns: 54px 1fr; gap: 22px; border: 1px solid var(--line); background: var(--white); }
.activity-card--feature { grid-column: span 2; min-height: 390px; grid-template-columns: 75px minmax(0,700px); align-content: center; background: var(--sand-100); }
.activity-card--feature h2 { margin-bottom: 20px; font-size: clamp(2.6rem,4vw,4.2rem); }
.activity-card--earth { background: #e9ddca; }
.activity-card--dark { background: var(--forest-900); color: var(--white); }
.activity-card--ghost { background: var(--clay-dark); color: var(--white); }
.activity-card__number { color: var(--clay-dark); font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.activity-card--dark .activity-card__number, .activity-card--ghost .activity-card__number { color: var(--sand-200); }
.activity-card p:not(.eyebrow) { color: var(--muted); }
.activity-card--dark p:not(.eyebrow), .activity-card--ghost p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.activity-card .card-link { display: inline-block; margin-top: 18px; text-decoration: none; }
.card-link--light { color: var(--white); }
.activity-note { padding: 30px 0; background: #e9e2d4; }
.activity-note__inner { display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; }
.activity-note p { margin: 0; color: var(--muted); font-size: .85rem; }
.site-footer--compact { padding-top: 70px; }

@media (min-width: 961px) and (max-width: 1120px) {
  .main-nav { gap: 17px; }
  .main-nav > a { font-size: .8rem; }
  .price-teaser { grid-template-columns: 1fr repeat(3,.75fr); }
  .price-teaser .button { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  .price-teaser { grid-template-columns: 1fr 1fr; }
  .price-teaser > div:first-child { grid-column: 1 / -1; }
  .price-teaser__item { padding: 14px 0; border-left: 0; border-top: 1px solid var(--line); }
  .price-teaser .button { grid-column: 1 / -1; }
  .local-life__grid, .minigolf-prices__grid, .about-intro__grid, .heritage__grid, .about-halden__grid { grid-template-columns: 1fr; gap: 55px; }
  .page-hero { min-height: 470px; }
  .page-hero__content { padding-bottom: 58px; }
  .page-hero h1 { font-size: clamp(3.2rem,12vw,5.2rem); }
  .price-card-grid, .food-menu__grid, .activity-grid { grid-template-columns: 1fr; }
  .activity-card--feature { grid-column: auto; }
  .cabin-price-grid, .simple-price-grid, .value-grid { grid-template-columns: 1fr; }
  .cabin-extras { grid-template-columns: 1fr; }
  .about-intro__image { max-width: 86%; margin-left: auto; }
  .about-intro__image span { left: -45px; }
  .heritage-list li { grid-template-columns: 90px 1fr; }
  .value-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid article:last-child { border-bottom: 0; }
  .value-grid h3 { margin-top: 32px; }
  .button-pair { width: 100%; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .price-teaser { grid-template-columns: 1fr; padding: 24px; }
  .price-teaser__item, .price-teaser .button { grid-column: auto; }
  .local-life { padding-top: 65px; padding-bottom: 65px; }
  .menu-preview { padding: 24px; }
  .page-hero { min-height: 420px; }
  .page-hero__content { padding-top: 90px; padding-bottom: 44px; }
  .subnav__inner { gap: 24px; }
  .price-section__heading { grid-template-columns: 40px 1fr; }
  .price-card { padding: 22px 12px; overflow-x: visible; }
  .price-card table { min-width: 0; table-layout: fixed; font-size: .82rem; }
  .price-card th, .price-card td { padding: 10px 3px; white-space: normal; line-height: 1.3; }
  .price-card th:first-child { width: 40%; padding-right: 8px; }
  .price-card thead th { font-size: .75rem; letter-spacing: 0; }
  .cabin-price-grid article { min-height: 230px; }
  .cabin-extras { padding: 20px; }
  .food-column { min-height: auto; padding: 26px 22px; }
  .about-intro__image { max-width: 90%; }
  .about-intro__image span { left: -22px; bottom: 20px; }
  .heritage-list li { grid-template-columns: 70px 1fr; gap: 18px; }
  .heritage-list span { font-size: 1.35rem; }
  .activity-card, .activity-card--feature { min-height: auto; padding: 28px 22px; grid-template-columns: 38px 1fr; gap: 12px; }
  .activity-note__inner { align-items: flex-start; flex-direction: column; text-align: left; }
  .button-pair .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
