/* Feriehus Assens – Nordisk luksus: elfenben, petrol, messing. Cormorant Garamond + Jost. */
:root {
  --ivory: #f5f1ea; --ivory-2: #ece6da; --ink: #1b1f22; --petrol: #22434d; --petrol-deep: #16303a;
  --brass: #b8935a; --gold: #e6cf9f; --stone: #7d7468; --line: #ddd5c7; --white: #fbf9f5; --text: #3a3f43;
  --airbnb-bg: #f9e4df; --airbnb-line: #f0cdc5; --airbnb: #a4433a;
  --booking-bg: #dfe8f6; --booking-line: #c5d4ec; --booking: #274b86;
  --web-bg: #e6e0d4; --web-line: #d6cdbc; --web: #6b6255;
  --green: #3f9a6a;
  --display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body: Jost, "Segoe UI", Helvetica, Arial, sans-serif;
  --wrap: 1200px; --pad: clamp(16px, 5vw, 120px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ivory); color: var(--ink); font: 300 16px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--petrol); text-decoration: none; }
a:hover { color: var(--brass); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 500; line-height: 1.05; letter-spacing: -0.01em; text-wrap: balance; }
h2 { font-size: clamp(34px, 4vw, 54px); }
h3 { font-size: 28px; }
p { margin: 0; }
ul.plain { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
ul.plain li { display: flex; gap: 10px; align-items: center; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--pad)); margin-inline: auto; }
.wrap.narrow { max-width: 760px; }
.eyebrow { display: block; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass); font-weight: 500; }
.eyebrow.light { color: rgba(251,249,245,0.85); }
.eyebrow.muted { color: var(--stone); }
.eyebrow.gold { color: var(--gold); }
.lead { font-size: clamp(17px, 1.4vw, 19px); line-height: 1.6; color: var(--text); text-wrap: pretty; }
.body { font-size: 16px; line-height: 1.7; color: var(--text); text-wrap: pretty; }
.tiny { font-size: 12px; color: var(--stone); display: flex; gap: 8px; align-items: center; line-height: 1.5; }
.tiny.center { justify-content: center; }
.muted { color: var(--stone); }
.quote { font-family: var(--display); font-size: 22px; line-height: 1.4; font-style: italic; }
.stars { display: inline-flex; gap: 3px; color: var(--brass); vertical-align: middle; }
.rating { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--stone); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; }

/* Knapper */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 28px; border-radius: 2px; border: 1px solid transparent; font: 500 14px/1 var(--body); letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.btn-primary { background: var(--petrol); color: var(--white); }
.btn-primary:hover { background: var(--petrol-deep); color: var(--white); }
.btn-primary:disabled { opacity: .5; cursor: not-allowed; }
.btn-brass { background: var(--brass); color: var(--ink); }
.btn-brass:hover { background: #a9834b; color: var(--ink); }
.btn-ghost { border-color: rgba(251,249,245,0.55); color: var(--white); background: transparent; }
.btn-ghost:hover { border-color: var(--white); color: var(--white); }
.btn-outline { border-color: var(--petrol); color: var(--petrol); background: transparent; }
.btn-outline:hover { background: var(--petrol); color: var(--white); }
.btn-light { background: var(--white); color: var(--petrol-deep); min-height: 46px; padding: 0 22px; }
.btn-light:hover { background: var(--gold); color: var(--petrol-deep); }
.btn-block { width: 100%; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* Header */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; color: var(--white); }
.site-header.solid { position: static; background: var(--white); color: var(--ink); border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 88px; }
.brand { display: flex; flex-direction: column; line-height: 1; color: inherit; }
.brand:hover { color: inherit; }
.brand-name { font-family: var(--display); font-size: 26px; font-weight: 500; letter-spacing: 0.02em; }
.brand-sub { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; opacity: 0.8; margin-top: 4px; }
.main-nav { display: flex; gap: 30px; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 400; }
.main-nav a { color: inherit; opacity: .92; }
.main-nav a:hover { color: var(--gold); opacity: 1; }
.solid .main-nav a:hover { color: var(--brass); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.phone { display: inline-flex; align-items: center; gap: 8px; color: inherit; font-size: 14px; white-space: nowrap; }
.phone.dark { color: var(--petrol); }
.lang-switch { display: inline-flex; gap: 12px; font-size: 12px; letter-spacing: 0.1em; }
.lang-switch a { color: inherit; opacity: .6; }
.lang-switch a.on, .lang-switch a:hover { opacity: 1; }
.solid .btn-light { background: var(--petrol); color: var(--white); }
.menu-btn { display: none; background: none; border: 0; color: inherit; width: 44px; height: 44px; align-items: center; justify-content: center; cursor: pointer; }
.mobile-menu { display: flex; flex-direction: column; gap: 22px; padding: 24px var(--pad) 40px; background: var(--petrol-deep); color: var(--white); font-size: 18px; }
.mobile-menu a { color: inherit; }
.mobile-menu[hidden] { display: none; }

/* Hero */
.hero { position: relative; min-height: min(900px, 100svh); display: flex; align-items: flex-end; background: var(--petrol-deep); color: var(--white); overflow: hidden; }
.hero picture, .hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,48,58,0.55) 0%, rgba(22,48,58,0.15) 40%, rgba(22,48,58,0.75) 100%); }
.hero-inner { position: relative; display: flex; flex-direction: column; gap: 48px; padding: 160px 0 56px; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; max-width: 860px; }
.hero-eyebrow { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero h1 { font-size: clamp(40px, 5.6vw, 80px); font-weight: 400; color: var(--white); }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; max-width: 600px; color: rgba(251,249,245,0.88); }
.booking-bar { display: flex; align-items: stretch; background: var(--white); color: var(--ink); box-shadow: 0 30px 60px rgba(0,0,0,0.25); }
.bb-field { flex: 1; display: flex; flex-direction: column; gap: 6px; padding: 18px 26px; border-right: 1px solid var(--line); min-width: 0; }
.bb-field > span:first-child { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--stone); font-weight: 500; }
.bb-input { display: flex; align-items: center; gap: 10px; font-size: 17px; color: var(--ink); }
.bb-input input, .bb-input select { border: 0; background: none; font: inherit; color: inherit; padding: 0; width: 100%; min-width: 0; }
.bb-input input:focus, .bb-input select:focus { outline: none; }
.bb-price strong { font-weight: 400; font-size: 17px; }
.bb-price span { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--stone); font-weight: 500; }
.bb-submit { border-radius: 0; padding: 0 40px; }

/* Fakta */
.facts { border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; padding: 44px 0; }
.fact { display: flex; align-items: center; gap: 18px; color: var(--petrol); }
.fact-icon { display: inline-flex; width: 48px; height: 48px; flex-shrink: 0; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brass); }
.fact div { display: flex; flex-direction: column; gap: 2px; }
.fact strong { font: 500 26px/1.1 var(--display); color: var(--ink); }
.fact span { font-size: 13px; color: var(--stone); letter-spacing: 0.04em; }

/* Sektioner */
section { padding: clamp(64px, 8vw, 120px) 0; }
section.hero, section.facts, section.cta { padding: 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: clamp(32px, 4vw, 56px); }
.section-head > div { display: flex; flex-direction: column; gap: 18px; max-width: 680px; }
.section-head > p { max-width: 400px; }
.section-head.center { justify-content: center; text-align: center; }
.section-head.center > div { align-items: center; }

.about-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.about-copy { display: flex; flex-direction: column; gap: 28px; padding-top: 30px; }
.checks { list-style: none; margin: 6px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; font-size: 15px; color: var(--text); }
.checks li { display: flex; align-items: center; gap: 10px; }
.checks svg { color: var(--brass); flex-shrink: 0; }
.about-photos { position: relative; aspect-ratio: 660 / 700; }
.about-photos .ph-1 { position: absolute; left: 0; top: 0; width: 76%; aspect-ratio: 4 / 3; object-fit: cover; }
.about-photos .ph-2 { position: absolute; right: 0; bottom: 6%; width: 62%; aspect-ratio: 1; object-fit: cover; box-shadow: 0 40px 70px rgba(27,31,34,0.22); }
.view-badge { position: absolute; left: 0; bottom: 12%; display: flex; flex-direction: column; gap: 4px; padding: 22px 26px; background: var(--petrol); color: var(--white); width: 230px; }
.view-badge strong { font: 400 40px/1 var(--display); }
.view-badge span { font-size: 13px; line-height: 1.5; opacity: .85; }

.rooms { background: var(--white); border-top: 1px solid var(--line); }
.rooms-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.room { display: flex; flex-direction: column; gap: 10px; }
.room img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 8px; }
.room h3 { font-size: 30px; }
.room p { font-size: 15px; line-height: 1.7; color: var(--text); }

.wellness { background: var(--petrol-deep); color: var(--white); }
.wellness-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.wellness-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: end; }
.wellness-photos img { width: 100%; object-fit: cover; }
.wellness-photos img:first-child { aspect-ratio: 3 / 4; }
.wellness-photos img:last-child { aspect-ratio: 3 / 4; margin-bottom: 60px; }
.wellness-copy { display: flex; flex-direction: column; gap: 26px; }
.wellness h2 { color: var(--white); }
.wellness .lead { color: rgba(251,249,245,0.82); }
.badges { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 10px; padding-top: 28px; border-top: 1px solid rgba(251,249,245,0.18); }
.badges div { display: flex; flex-direction: column; gap: 4px; }
.badges strong { font: 400 30px/1.1 var(--display); color: var(--gold); }
.badges span { font-size: 13px; opacity: .75; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 210px; gap: 16px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; grid-column: span 4; }
.gallery-grid .g-big { grid-column: span 7; grid-row: span 2; }
.gallery-grid img:nth-child(2), .gallery-grid img:nth-child(3) { grid-column: span 5; }

.availability { background: var(--white); border-top: 1px solid var(--line); }
.avail-grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.avail-cal { display: flex; flex-direction: column; gap: 22px; }
.avail-cal h2 { margin-bottom: 4px; }
.sync-badge { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; color: var(--stone); flex-wrap: wrap; }
.sync-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

/* Kalender */
.calendar { display: flex; flex-direction: column; gap: 16px; }
.cal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cal-hint { font-size: 13px; color: var(--stone); text-align: center; }
.cal-nav { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.cal-nav:disabled { opacity: .35; cursor: default; }
.cal-months { display: grid; grid-template-columns: repeat(var(--cal-cols, 2), minmax(0, 1fr)); gap: 40px; }
.cal-month { display: flex; flex-direction: column; gap: 10px; }
.cal-month h3 { font-size: 26px; }
.cal-month h3 span { color: var(--stone); font-weight: 400; }
.cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; }
.cal-grid .dow { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); text-align: center; padding: 6px 0 10px; }
.cal-grid .d { position: relative; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 14px; border-radius: 2px; background: var(--white); border: 1px solid var(--line); color: var(--ink); cursor: pointer; user-select: none; padding: 0; font-family: inherit; }
.cal-grid .d.empty { background: transparent; border-color: transparent; cursor: default; }
.cal-grid .d.past, .cal-grid .d.off { color: #b9b1a4; background: transparent; border-color: transparent; cursor: not-allowed; text-decoration: line-through; }
.cal-grid .d.airbnb { background: var(--airbnb-bg); border-color: var(--airbnb-line); color: var(--airbnb); cursor: not-allowed; }
.cal-grid .d.booking { background: var(--booking-bg); border-color: var(--booking-line); color: var(--booking); cursor: not-allowed; }
.cal-grid .d.web, .cal-grid .d.hold, .cal-grid .d.blocked, .cal-grid .d.other { background: var(--web-bg); border-color: var(--web-line); color: var(--web); cursor: not-allowed; }
.cal-grid .d.checkout-ok { cursor: pointer; }
.cal-grid .d .src { position: absolute; right: 5px; top: 4px; width: 6px; height: 6px; border-radius: 50%; }
.cal-grid .d.airbnb .src { background: #c8483c; } .cal-grid .d.booking .src { background: #2c5aa0; } .cal-grid .d.web .src, .cal-grid .d.hold .src, .cal-grid .d.blocked .src, .cal-grid .d.other .src { background: #8d8172; }
.cal-grid .d.sel { background: var(--petrol); border-color: var(--petrol); color: var(--white); font-weight: 500; }
.cal-grid .d.sel-edge { background: var(--petrol-deep); border-color: var(--petrol-deep); color: var(--white); font-weight: 500; }
.cal-grid .d.hover { background: var(--ivory-2); }
.cal-grid .d:not(.empty):not(.past):not(.off):not(.airbnb):not(.booking):not(.web):not(.hold):not(.blocked):not(.other):hover { border-color: var(--petrol); }
.legend { display: flex; flex-wrap: wrap; gap: 14px 18px; font-size: 13px; color: var(--stone); }
.legend span { display: inline-flex; align-items: center; gap: 8px; }
.sw { display: inline-block; width: 14px; height: 14px; border-radius: 2px; border: 1px solid var(--line); background: var(--white); }
.sw-sel { background: var(--petrol); border-color: var(--petrol); }
.sw-airbnb { background: var(--airbnb-bg); border-color: var(--airbnb-line); }
.sw-booking { background: var(--booking-bg); border-color: var(--booking-line); }
.sw-web { background: var(--web-bg); border-color: var(--web-line); }

/* Opsummering */
.summary-card { display: flex; flex-direction: column; gap: 20px; padding: 32px; background: var(--ivory); border: 1px solid var(--line); }
.summary-card.sticky { position: sticky; top: 24px; padding: 0; background: var(--white); }
.summary-card.sticky > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.summary-body { display: flex; flex-direction: column; gap: 18px; padding: 24px 28px 28px; }
.summary-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.price-big { font: 400 34px/1 var(--display); }
.price-big small { font: 300 15px var(--body); color: var(--stone); }
.summary-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.wide { grid-column: span 2; }
.field label, .field > span { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--stone); font-weight: 500; }
.field > div, .field input, .field select, .field textarea { min-height: 48px; display: flex; align-items: center; padding: 10px 14px; border: 1px solid var(--line); background: var(--white); font: inherit; font-size: 15px; color: var(--ink); width: 100%; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--petrol); outline-offset: -1px; }
.field small { font-size: 12px; color: var(--stone); }
.summary-lines { display: flex; flex-direction: column; gap: 10px; font-size: 15px; color: var(--text); }
.summary-lines .line { display: flex; justify-content: space-between; gap: 12px; }
.summary-lines .line.total { padding-top: 12px; margin-top: 4px; border-top: 1px solid var(--line); font-weight: 500; color: var(--ink); font-size: 17px; }
.summary-lines .line .ok { color: var(--green); }
.summary-lines .line.err { color: var(--airbnb); }
.or-via { justify-content: center; padding-top: 14px; border-top: 1px solid var(--line); }
.or-via a { font-weight: 500; }

/* Anmeldelser */
.reviews { background: var(--ivory-2); }
.reviews-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.review { margin: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 26px; padding: 32px 30px; background: var(--white); border: 1px solid var(--line); }
.review .quote { font-size: 20px; }
.review footer { display: flex; align-items: center; justify-content: space-between; }
.review cite { font-style: normal; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; }

/* Oplevelser */
.experiences .section-head > p { max-width: 640px; }
.exp-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.exp { display: flex; flex-direction: column; gap: 8px; }
.exp img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 8px; }
.exp h3 { font-size: 26px; }
.exp p { font-size: 14px; line-height: 1.55; color: var(--stone); }

/* Værter */
.hosts { background: var(--white); border-top: 1px solid var(--line); }
.hosts-grid { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.hosts-grid > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top; }
.hosts-copy { display: flex; flex-direction: column; gap: 26px; }

/* CTA */
.cta { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--white); overflow: hidden; }
.cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta::before { content: ""; position: absolute; inset: 0; background: rgba(22,48,58,0.55); }
.cta-inner { position: relative; display: flex; flex-direction: column; align-items: center; gap: 26px; padding: 80px var(--pad); max-width: 960px; }
.cta h2 { color: var(--white); font-size: clamp(34px, 4.5vw, 64px); }
.cta .btn-row { justify-content: center; }

/* Footer */
.site-footer { background: var(--ink); color: rgba(251,249,245,0.8); padding: 80px 0 40px; }
.site-footer a { color: inherit; }
.site-footer a:hover { color: var(--gold); }
.footer-grid { display: grid; grid-template-columns: 5fr 3fr 2fr 2fr; gap: 50px; padding-bottom: 50px; border-bottom: 1px solid rgba(251,249,245,0.12); }
.footer-grid .eyebrow { margin-bottom: 14px; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand .brand-name { color: var(--white); font-size: 30px; }
.footer-brand p { font-size: 15px; line-height: 1.7; max-width: 380px; }
.footer-brand .rating { color: var(--brass); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 28px; font-size: 12px; color: rgba(251,249,245,0.5); letter-spacing: 0.04em; }
.footer-bottom .lang-switch { gap: 14px; }

/* Bookingside */
.booking-page, .thanks-page, .text-page { padding-top: 48px; }
.steps { list-style: none; margin: 0 0 34px; padding: 0; display: flex; align-items: center; gap: 0; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; flex-wrap: wrap; }
.steps li { display: flex; align-items: center; gap: 12px; color: var(--stone); }
.steps li + li::before { content: ""; width: 60px; height: 1px; background: var(--line); margin: 0 20px; }
.steps li span { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid var(--line); }
.steps li.on { color: var(--ink); } .steps li.on span { background: var(--petrol); color: var(--white); border-color: var(--petrol); }
.steps li.done span { background: var(--green); color: var(--white); border-color: var(--green); }
.page-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: 40px; }
.page-head h1, .thanks-page h1, .text-page h1 { font-size: clamp(38px, 5vw, 60px); }
.page-head .lead { max-width: 640px; }
.notice { padding: 14px 18px; background: #e4f1ea; border: 1px solid #b8dcc6; margin-bottom: 24px; font-size: 15px; }
.notice.warn { background: #fbf0d9; border-color: #ecd6a4; }
.booking-grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(40px, 6vw, 80px); align-items: start; padding-bottom: 60px; }
.booking-main { display: flex; flex-direction: column; gap: 40px; }
.card { display: flex; flex-direction: column; gap: 24px; padding: clamp(20px, 3vw, 36px); background: var(--white); border: 1px solid var(--line); }
.card.sync-card { background: var(--ivory); gap: 10px; }
.card.sync-card h3 { margin-bottom: 12px; }
.rules { padding-top: 6px; border-top: 1px solid var(--line); }
.form-block { display: flex; flex-direction: column; gap: 18px; }
.form-block h2 { font-size: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; }
.check { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--text); cursor: pointer; }
.check input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--petrol); flex-shrink: 0; }
.sync-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sync-grid div { display: flex; flex-direction: column; gap: 6px; }
.sync-grid strong { font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.sync-grid p { font-size: 14px; line-height: 1.6; color: var(--text); }
.sync-grid .dot { width: 10px; height: 10px; border-radius: 50%; }
.dot.airbnb { background: #c8483c; } .dot.booking { background: #2c5aa0; } .dot.web { background: #8d8172; }
.form-error { padding: 12px 14px; background: var(--airbnb-bg); border: 1px solid var(--airbnb-line); color: var(--airbnb); font-size: 14px; }
.form-error[hidden] { display: none; }
.thanks-page .wrap { display: flex; flex-direction: column; gap: 24px; padding-bottom: 80px; }
.thanks-page .receipt { gap: 0; }
.thanks-page .field > div { background: var(--ivory); }
.text-page .wrap { padding-bottom: 80px; }
.prose { margin-top: 32px; font-size: 16px; line-height: 1.75; color: var(--text); }
.prose p { margin: 0 0 18px; }
.prose strong { display: block; font: 500 24px/1.2 var(--display); color: var(--ink); margin: 26px 0 8px; }
.prose mark { background: #fbf0d9; color: #8a6b1f; padding: 0 4px; }

/* Responsivt */
@media (max-width: 1100px) {
  .main-nav { display: none; }
  .header-actions .phone, .header-actions .lang-switch { display: none; }
  .menu-btn { display: inline-flex; }
  .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .reviews-grid, .exp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .booking-bar { flex-wrap: wrap; }
  .bb-field { flex: 1 1 45%; border-bottom: 1px solid var(--line); }
  .bb-submit { flex: 1 1 100%; min-height: 56px; }
  .gallery-grid { grid-auto-rows: 160px; }
}
@media (max-width: 860px) {
  .about-grid, .wellness-grid, .avail-grid, .hosts-grid, .booking-grid { grid-template-columns: 1fr; }
  .about-photos { aspect-ratio: auto; height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .about-photos .ph-1, .about-photos .ph-2 { position: static; width: 100%; aspect-ratio: 1; box-shadow: none; }
  .view-badge { position: static; grid-column: span 2; width: auto; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .rooms-grid { grid-template-columns: 1fr; gap: 40px; }
  .wellness-photos img:last-child { margin-bottom: 0; }
  .badges { grid-template-columns: 1fr; gap: 14px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 180px; }
  .gallery-grid img, .gallery-grid .g-big, .gallery-grid img:nth-child(2), .gallery-grid img:nth-child(3) { grid-column: span 1; grid-row: span 1; }
  .gallery-grid .g-big { grid-column: span 2; }
  .cal-months { grid-template-columns: 1fr; }
  .summary-card.sticky { position: static; }
  .sync-grid { grid-template-columns: 1fr; }
  .steps li + li::before { width: 24px; margin: 0 10px; }
  .hosts-grid > img { max-width: 360px; }
}
@media (max-width: 560px) {
  .header-row { height: 72px; }
  .header-actions .btn-light { display: none; }
  .hero-inner { padding-top: 120px; gap: 32px; }
  .hero h1 { font-size: 40px; }
  .btn-row .btn { flex: 1 1 auto; }
  .facts-grid { grid-template-columns: 1fr; gap: 18px; padding: 28px 0; }
  .checks { grid-template-columns: 1fr; }
  .reviews-grid, .exp-grid, .footer-grid, .form-grid, .summary-fields { grid-template-columns: 1fr; }
  .field.wide { grid-column: auto; }
  .bb-field { flex: 1 1 100%; border-right: 0; }
  .summary-card { padding: 22px; }
  .review, .card { padding: 22px; }
  .cta { min-height: 420px; }
  .steps { gap: 10px; }
  .steps li + li::before { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
