:root {
  --sand: #f3eee5;
  --sand-2: #e7ddcf;
  --cream: #fbf9f5;
  --ink: #17233a;
  --muted: #687080;
  --navy: #17233a;
  --navy-deep: #10192a;
  --terracotta: #a65f49;
  --terracotta-light: #ead9cf;
  --line: rgba(23, 35, 58, .20);
  --white: #fff;
  --sidebar: 120px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.sidebar {
  position: fixed; inset: 0 auto 0 0; z-index: 20; width: var(--sidebar); padding: 34px 15px 24px;
  display: flex; flex-direction: column; background: var(--sand); border-right: 1px solid rgba(30,37,32,.08);
}
.brand { text-decoration: none; text-transform: uppercase; line-height: .92; letter-spacing: .055em; }
.brand span { display: block; font: 600 24px/1 var(--serif); text-transform: none; letter-spacing: -.045em; }
.brand small { display: block; margin-top: 6px; font-size: 8px; letter-spacing: .14em; }
.sidebar nav { display: flex; flex-direction: column; gap: 2px; margin-top: 58px; }
.nav-link { padding: 10px 0; color: #646c79; text-decoration: none; font-size: 11px; line-height: 1.35; border-bottom: 1px solid transparent; transition: color .2s, transform .2s; }
.nav-link:hover, .nav-link.active { color: var(--ink); transform: translateX(4px); }
.nav-link.active::before { content: '—'; margin-right: 8px; }
.side-bottom { margin-top: auto; }
.language { display: flex; gap: 7px; align-items: center; margin-bottom: 18px; color: #8b918b; font-size: 12px; }
.lang-button { border: 0; padding: 0; background: none; color: #8b918b; cursor: pointer; }
.lang-button.active { color: var(--ink); font-weight: 600; }
.side-contact { margin: 22px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

main, footer { margin-left: var(--sidebar); }
.mobile-header { display: none; }
.hero { position: relative; min-height: 760px; height: 100vh; max-height: 950px; overflow: hidden; color: #fff; }
.hero > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,24,20,.62) 0%, rgba(16,24,20,.28) 46%, rgba(16,24,20,.10) 75%), linear-gradient(0deg, rgba(16,24,20,.35), transparent 48%); }
.hero-content { position: absolute; left: clamp(48px, 8vw, 128px); bottom: clamp(110px, 16vh, 180px); width: min(700px, calc(100% - 96px)); }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 600; }
.eyebrow.dark { color: var(--terracotta); }
.hero h1 { max-width: 700px; margin: 0; font: 500 clamp(54px, 6.2vw, 92px)/.98 var(--serif); letter-spacing: -.04em; }
.hero-content > p:not(.eyebrow) { max-width: 560px; margin: 26px 0 0; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; text-decoration: none; font-weight: 600; font-size: 13px; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--sand); }
.button-dark { background: var(--navy); color: #fff; }
.button-dark:hover { background: var(--terracotta); }
.button-outline { background: transparent; border-color: var(--line); color: var(--ink); }
.text-link { display: inline-flex; gap: 28px; padding-bottom: 5px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 13px; font-weight: 600; }
.text-link.light { color: #fff; }
.hero-note { position: absolute; right: 38px; bottom: 34px; display: flex; gap: 22px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.hero-photo-signature { position: absolute; right: 22px; bottom: 18px; color: rgba(255,255,255,.78); font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive; font-size: 15px; line-height: 1; transform: rotate(-3deg); text-shadow: 0 1px 4px rgba(0,0,0,.55); }

.booking-strip { display: grid; grid-template-columns: minmax(300px, 420px) minmax(0, 860px); justify-content: center; gap: clamp(32px, 5vw, 80px); align-items: start; padding: 46px clamp(34px, 6vw, 96px); scroll-margin-top: 24px; background: var(--terracotta-light); border-bottom: 1px solid var(--line); }
.booking-copy .eyebrow { margin-bottom: 12px; }
.booking-copy h2 { max-width: 430px; font-size: clamp(32px, 3.4vw, 50px); }
.booking-form { display: grid; grid-template-columns: 1fr 1fr .65fr auto; gap: 12px; align-items: end; }
.booking-form label { display: flex; flex-direction: column; gap: 8px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.booking-form input, .booking-form select { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; background: var(--cream); color: var(--ink); font: 14px var(--sans); }
.booking-form .button { min-height: 50px; white-space: nowrap; }
.booking-widget-panel { width: 100%; max-width: 860px; min-width: 0; padding: 14px; background: var(--cream); border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(52,40,31,.08); }
.booking-widget-tools { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 2px 4px 14px; color: var(--muted); font-size: 13px; }
.booking-reset { padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); font: 600 12px var(--sans); cursor: pointer; }
.booking-reset:hover { color: var(--terracotta); }
.booking-refresh-note { margin: 0 4px 12px; padding: 10px 12px; border-left: 3px solid var(--terracotta); background: var(--terracotta-light); color: var(--ink); font-size: 13px; line-height: 1.5; }
#apartmentIframeAll { width: 100%; height: 250px; min-height: 250px; overflow: hidden; }
#apartmentIframeAll iframe { display: block; width: 100% !important; height: 250px !important; min-height: 250px !important; border: 0 !important; }

.apartments-section { padding: 120px clamp(34px, 6vw, 96px) 130px; background: var(--cream); scroll-margin-top: 0; }
.section-intro { display: grid; grid-template-columns: 1.1fr .85fr; gap: 10%; align-items: end; }
h2 { margin: 0; font: 500 clamp(42px, 4.6vw, 68px)/1.06 var(--serif); letter-spacing: -.04em; }
.section-intro > p { max-width: 590px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.apartment-finder { margin-top: 68px; border: 1px solid var(--line); background: #fff; }
.finder-heading { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.finder-heading > div { display: flex; align-items: center; gap: 18px; }
.finder-step { font: 500 22px var(--serif); color: #899088; }
.finder-heading strong { font-size: 13px; }
.reset-button { padding: 4px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; }
.filter-chips { display: grid; grid-template-columns: repeat(3, 1fr); }
.filter-chip { min-height: 78px; border: 0; border-right: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--ink); font-size: 13px; transition: background .2s; }
.filter-chip:last-child { border-right: 0; }
.filter-chip[aria-pressed="true"] { background: var(--navy); color: #fff; }
.chip-icon { display: inline-flex; width: 24px; height: 24px; margin-right: 10px; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }
.chip-icon.paw { font-size: 7px; }
.finder-result { display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 0 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.compare-button { display: inline-flex; gap: 14px; border: 0; background: transparent; color: var(--ink); font-weight: 600; cursor: pointer; }
.apartment-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
.apartment-card { position: relative; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s, opacity .25s; }
.apartment-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(37,45,39,.08); }
.apartment-card.is-hidden { display: none; }
.card-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.apartment-card:hover .card-image img { transform: scale(1.025); }
.card-body { padding: 28px; }
.card-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.card-place { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.card-heading h3 { margin: 6px 0 0; font: 500 34px var(--serif); }
.guest-count { color: var(--muted); font-size: 11px; white-space: nowrap; }
.card-body > p { min-height: 52px; margin: 20px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.feature-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.feature-list li { padding: 6px 9px; background: var(--sand); font-size: 10px; }
.card-footer { display: flex; justify-content: space-between; align-items: end; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 17px; font-weight: 600; }
.card-footer small { color: var(--muted); font-size: 9px; font-weight: 400; }
.detail-button { display: flex; gap: 10px; align-items: center; padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 11px; font-weight: 600; cursor: pointer; }

.know-section { padding: 110px clamp(34px, 6vw, 96px); background: var(--sand); }
.know-heading { max-width: 680px; }
.know-heading > p:last-child { max-width: 480px; margin: 24px 0 0; color: var(--muted); line-height: 1.7; }
.know-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.know-grid article { min-height: 260px; padding: 30px 24px; border-right: 1px solid var(--line); }
.know-grid article:last-child { border-right: 0; }
.know-grid article > span { font: 500 42px var(--serif); }
.know-grid h3 { margin: 52px 0 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.know-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.know-note { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding-top: 28px; }
.know-note > p { max-width: 730px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.know-note strong { color: var(--ink); }
.payment-row { display: flex; gap: 9px; flex-shrink: 0; }
.payment-row span { padding: 8px 10px; border: 1px solid var(--line); background: rgba(255,255,255,.35); font-size: 9px; font-weight: 600; }
.faq-list { margin-top: 56px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; font: 500 clamp(20px, 2vw, 28px) var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span:last-child { font: 300 25px var(--sans); transition: transform .2s; }
.faq-list details[open] summary span:last-child { transform: rotate(45deg); }
.faq-answer { max-width: 880px; padding: 0 48px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-answer strong { color: var(--ink); }
.faq-contact-link { display: inline-block; margin-top: 12px; color: var(--ink); font-weight: 700; text-underline-offset: 4px; }
.section-toggle { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; padding: 11px 16px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font: 600 11px var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.section-toggle b { font: 300 20px var(--sans); transition: transform .2s; }
.section-toggle[aria-expanded="true"] b { transform: rotate(45deg); }
.know-section.is-collapsed .know-grid, .know-section.is-collapsed .know-note, .know-section.is-collapsed .faq-list { display: none; }
.know-section.is-collapsed { padding-bottom: 70px; }
.moers-section.is-collapsed { grid-template-columns: 1fr; min-height: 0; }
.moers-section.is-collapsed .moers-image, .moers-section.is-collapsed .local-ideas, .moers-section.is-collapsed .city-practical { display: none; }
.moers-section.is-collapsed .moers-content { padding-top: 64px; padding-bottom: 64px; }
.linked-collapsible.is-collapsed { display: none; }
.events-section.is-collapsed .events-grid, .events-section.is-collapsed .events-status, .events-section.is-collapsed .events-heading > p { display: none; }
.events-section.is-collapsed { padding-top: 70px; padding-bottom: 70px; }
.contact-section { padding: 92px clamp(34px, 7vw, 110px); background: var(--terracotta-light); }
.contact-heading { max-width: 720px; }
.contact-heading > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 900px; margin-top: 48px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink); font-size: 12px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.55); color: var(--ink); font: 14px var(--sans); }
.contact-form textarea { resize: vertical; }
.contact-message { grid-column: 1 / -1; }
.contact-form .button { justify-self: start; border: 0; cursor: pointer; }
.contact-section.is-collapsed .contact-form { display: none; }
.contact-section.is-collapsed { padding-top: 70px; padding-bottom: 70px; }

.moers-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; background: var(--terracotta-light); }
.moers-image { min-height: 650px; overflow: hidden; }
.moers-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.moers-content { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(36px, 6vw, 88px); }
.moers-lead { max-width: 520px; margin: 26px 0 0; color: var(--muted); line-height: 1.75; }
.local-ideas { margin-top: 34px; border-top: 1px solid var(--line); }
.local-ideas article { padding: 18px 0; border-bottom: 1px solid var(--line); }
.local-ideas article > span, .around-grid article > span { color: var(--terracotta); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.local-ideas h3 { margin: 7px 0 6px; font: 500 23px var(--serif); }
.local-ideas p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.city-practical { margin-top: 30px; padding: 22px 0 4px; border-top: 1px solid var(--line); }
.city-practical-title { margin: 0 0 17px; font: 500 23px var(--serif); }
.city-practical > div { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.city-practical article span { color: var(--terracotta); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.city-practical article p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.city-practical article strong { color: var(--ink); font-weight: 600; }
.around-section { padding: 104px clamp(34px, 6vw, 96px) 116px; background: var(--cream); }
.around-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8% 10%; align-items: end; }
.around-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.around-heading > p:last-child { max-width: 580px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.around-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.around-grid article { min-height: 245px; padding: 30px 30px 34px; border-right: 1px solid var(--line); }
.around-grid article:first-child { padding-left: 0; }
.around-grid article:last-child { padding-right: 0; border-right: 0; }
.around-grid h3 { margin: 48px 0 12px; font: 500 29px var(--serif); }
.around-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.events-section { padding: 108px clamp(34px, 6vw, 96px) 100px; background: var(--sand); }
.events-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10%; align-items: end; }
.events-heading > p { max-width: 570px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.events-grid { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 64px; border-top: 1px solid var(--line); }
.events-grid article { grid-column: span 2; min-height: 250px; padding: 30px 28px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.events-grid article:nth-child(3) { border-right: 0; }
.events-grid article:nth-child(4), .events-grid article:nth-child(5) { grid-column: span 3; }
.events-grid article:nth-child(4) { padding-left: 0; }
.events-grid article:nth-child(5) { padding-right: 0; border-right: 0; }
.events-grid time { color: var(--terracotta); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.events-grid h3 { margin: 52px 0 12px; font: 500 29px var(--serif); }
.events-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.events-status { margin: 22px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

footer { background: var(--navy-deep); color: #fff; }
.legal-page { min-height: 100vh; padding: 70px clamp(24px, 7vw, 110px) 100px; background: var(--cream); }
.legal-shell { width: min(900px, 100%); margin: 0 auto; }
.legal-back { display: inline-flex; margin-bottom: 42px; color: var(--ink); text-decoration: none; border-bottom: 1px solid currentColor; font-size: 14px; }
.legal-page h1 { margin: 0 0 18px; font: 500 clamp(44px, 6vw, 72px)/1 var(--serif); letter-spacing: -.04em; }
.legal-intro { margin: 0 0 44px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal-highlight { margin: 0 0 42px; padding: 22px 24px; border-left: 4px solid var(--terracotta); background: var(--terracotta-light); }
.legal-highlight h2 { margin: 0 0 12px; font-size: 26px; }
.legal-highlight p { margin: 8px 0; line-height: 1.65; }
.legal-content { counter-reset: legal-section; }
.legal-content section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 15px; font: 500 28px/1.2 var(--serif); letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #3f4756; font-size: 16px; line-height: 1.75; }
.legal-content p { margin: 10px 0; }
.legal-content ul { margin: 10px 0; padding-left: 22px; }
.legal-contact { margin-top: 34px; padding: 24px; background: var(--sand); }
.legal-contact p { margin: 0; color: var(--ink); }
@media (max-width: 720px) {
  .legal-page { padding-top: 36px; }
  .legal-content h2 { font-size: 24px; }
  .legal-content p, .legal-content li { font-size: 15px; }
}
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,.18); }
.trust-row > div { min-height: 122px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-right: 1px solid rgba(255,255,255,.18); }
.trust-row > div:last-child { border-right: 0; }
.trust-row span { font: 500 25px var(--serif); }
.trust-row small { margin-top: 8px; color: rgba(255,255,255,.62); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.footer-main { position: relative; display: grid; grid-template-columns: 1.4fr .8fr .7fr; gap: 40px; padding: 70px clamp(34px, 6vw, 96px) 86px; }
.footer-main p { margin: 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.8; }
.footer-main a { color: inherit; text-decoration: none; }
.footer-main a:hover { color: #fff; }
.footer-brand { color: #fff !important; font: 500 31px var(--serif) !important; margin-bottom: 13px !important; }
.footer-script { position: absolute; right: clamp(34px, 6vw, 96px); bottom: 22px; color: rgba(255,255,255,.92) !important; font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive !important; font-size: clamp(29px, 3vw, 43px) !important; font-weight: 400 !important; line-height: 1 !important; letter-spacing: .01em; transform: rotate(-2deg); white-space: nowrap; }
.image-credit { margin: 0; padding: 0 clamp(34px, 6vw, 96px) 24px; color: rgba(255,255,255,.35); font-size: 8px; }

.modal { width: min(940px, calc(100% - 32px)); max-height: calc(100vh - 36px); padding: 0; border: 0; background: var(--cream); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.modal::backdrop { background: rgba(17,23,19,.72); backdrop-filter: blur(4px); }
.modal-header { display: flex; justify-content: space-between; align-items: start; padding: 34px 38px 26px; border-bottom: 1px solid var(--line); }
.modal-header .eyebrow { margin-bottom: 12px; }
.modal-header h2 { font-size: 40px; }
.close-button { width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; font-size: 25px; cursor: pointer; }
.table-wrap { overflow-x: auto; padding: 22px 38px; }
table { width: 100%; border-collapse: collapse; font-size: 12px; }
.table-wrap th, .table-wrap td { min-width: 84px; padding: 15px 13px; border-bottom: 1px solid var(--line); text-align: center; }
.table-wrap th:first-child { width: 35%; text-align: left; }
.table-wrap thead th { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.table-wrap tbody th { font-weight: 500; }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; padding: 22px 38px 30px; }
.detail-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding: 32px 38px 8px; }
.detail-media > img { display: block; width: 100%; height: 360px; object-fit: contain; background: #f1eee9; }
.detail-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.detail-gallery[hidden] { display: none; }
.gallery-thumb { padding: 0; border: 2px solid transparent; background: transparent; cursor: pointer; }
.gallery-thumb.active { border-color: var(--terracotta); }
.gallery-thumb img { display: block; width: 100%; height: 78px; object-fit: cover; }
.detail-layout p { margin-top: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.detail-features { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; padding: 20px 0; margin: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; }
.detail-features li::before { content: '✓'; margin-right: 8px; color: var(--terracotta); }
.detail-address { padding: 12px 14px; background: var(--cream); border-left: 3px solid var(--terracotta); color: var(--ink) !important; }
.detail-common { margin-top: 18px !important; font-size: 11px !important; }
.detail-calendar { margin: 26px 38px 6px; padding-top: 26px; border-top: 1px solid var(--line); scroll-margin-top: 18px; }
.detail-calendar-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.detail-calendar h3 { margin: 4px 0 0; font: 500 30px var(--serif); }
#detail-booking-widget { min-height: 360px; overflow-x: auto; background: var(--cream); border: 1px solid var(--line); }
#detail-booking-widget iframe { display: block; width: 100% !important; min-height: 650px; border: 0 !important; }
.detail-reservation { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); scroll-margin-top: 18px; }
.detail-reservation h3 { margin: 4px 0 18px; font: 500 30px var(--serif); }
.detail-reservation .booking-refresh-note { margin: 0 0 14px; }
#detail-reservation-frame { display: block; width: 100%; min-height: 680px; border: 1px solid var(--line); background: var(--cream); }

@media (max-width: 1100px) {
  :root { --sidebar: 120px; }
  .sidebar { padding-left: 15px; padding-right: 15px; }
  .brand span { font-size: 24px; }
  .hero h1 { font-size: clamp(50px, 6vw, 72px); }
  .apartment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .know-grid { grid-template-columns: repeat(2, 1fr); }
  .know-grid article:nth-child(2) { border-right: 0; }
  .know-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .around-heading { grid-template-columns: 1fr; }
  .around-grid h3 { font-size: 25px; }
  .events-heading { grid-template-columns: 1fr; gap: 24px; }
  .booking-strip { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr 1fr .65fr auto; }
}

@media (max-width: 820px) {
  .sidebar { display: none; }
  main, footer { margin-left: 0; }
  .mobile-header { position: fixed; inset: 0 0 auto 0; z-index: 30; height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: rgba(243,238,229,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
  .mobile-brand { font: 500 23px var(--serif); text-decoration: none; }
  .mobile-header-actions { display: flex; align-items: center; gap: 14px; }
  .mobile-language { display: flex; align-items: center; gap: 6px; color: #8b918b; font-size: 12px; }
  .mobile-language .lang-button { min-width: 24px; min-height: 38px; }
  .menu-button { width: 38px; height: 38px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .menu-button span { display: block; width: 24px; height: 1px; margin: 7px auto; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 66px; left: 0; right: 0; display: none; padding: 22px 20px 26px; background: var(--sand); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(30,37,32,.12); }
  .mobile-menu.open { display: grid; }
  .mobile-menu > a:not(.button) { padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 14px; }
  .mobile-menu .button { margin-top: 18px; }
  .hero { min-height: 700px; height: 88vh; margin-top: 66px; }
  .hero-content { left: 28px; bottom: 92px; width: calc(100% - 56px); }
  .hero h1 { font-size: clamp(43px, 12vw, 66px); }
  .hero-content > p:not(.eyebrow) { font-size: 14px; }
  .hero-note { display: none; }
  .apartments-section, .know-section { padding: 80px 22px; }
  .know-section.is-collapsed { padding-top: 58px; padding-bottom: 58px; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .apartment-grid { grid-template-columns: 1fr; }
  .moers-section { grid-template-columns: 1fr; }
  .moers-image { min-height: 390px; height: 52vw; }
  .moers-content { padding: 70px 24px 80px; }
  .moers-section.is-collapsed .moers-content { padding: 58px 24px; }
  .contact-section { padding: 70px 24px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-row > div:nth-child(2) { border-right: 0; }
  .trust-row > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero { min-height: 660px; }
  .hero > img { object-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(16,24,20,.68), rgba(16,24,20,.26)); }
  .hero-content { bottom: 62px; }
  .hero .eyebrow { margin-bottom: 17px; }
  .hero h1 { font-size: 45px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .booking-strip { padding: 42px 24px; }
  .booking-widget-panel { padding: 8px; }
  .booking-widget-tools { align-items: flex-start; flex-direction: column; gap: 8px; }
  #apartmentIframeAll { height: 520px; min-height: 520px; }
  #apartmentIframeAll iframe { height: 520px !important; min-height: 520px !important; }
  h2 { font-size: 40px; }
  .apartment-finder { margin-top: 44px; }
  .finder-heading { align-items: flex-start; gap: 12px; }
  .finder-heading strong { display: block; max-width: 150px; }
  .filter-chips { grid-template-columns: 1fr; }
  .filter-chip { min-height: 58px; border-right: 0; border-bottom: 1px solid var(--line); }
  .filter-chip:last-child { border-bottom: 0; }
  .finder-result { align-items: flex-start; flex-direction: column; gap: 13px; padding-top: 14px; padding-bottom: 14px; }
  .card-body { padding: 22px 20px; }
  .card-body > p { min-height: auto; }
  .card-footer { align-items: flex-start; flex-direction: column; gap: 18px; }
  .know-grid { grid-template-columns: 1fr; }
  .know-grid article { min-height: 215px; border-right: 0; border-bottom: 1px solid var(--line); }
  .know-grid article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .know-grid article:last-child { border-bottom: 0; }
  .know-grid h3 { margin-top: 34px; }
  .city-practical > div { grid-template-columns: 1fr; gap: 18px; }
  .know-note { align-items: flex-start; flex-direction: column; }
  .faq-answer { padding-right: 0; }
  .payment-row { flex-wrap: wrap; }
  .moers-image { min-height: 320px; }
  .around-section { padding: 74px 24px 82px; }
  .around-grid { grid-template-columns: 1fr; }
  .around-grid article, .around-grid article:first-child, .around-grid article:last-child { min-height: 0; padding: 28px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .around-grid article:last-child { border-bottom: 0; }
  .around-grid h3 { margin-top: 28px; }
  .events-section { padding: 74px 24px 72px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-message { grid-column: auto; }
  .events-grid { grid-template-columns: 1fr; }
  .events-grid article, .events-grid article:nth-child(4), .events-grid article:nth-child(5) { grid-column: auto; min-height: 0; padding: 28px 0 30px; border-right: 0; }
  .events-grid h3 { margin-top: 28px; }
  .trust-row > div { min-height: 104px; text-align: center; }
  .trust-row span { font-size: 21px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; padding-top: 52px; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-main { padding-bottom: 104px; }
  .footer-script { right: 24px; bottom: 28px; font-size: 31px !important; }
  .modal-header { padding: 26px 20px 20px; }
  .modal-header h2 { font-size: 31px; }
  .table-wrap { padding: 16px 10px; }
  .modal-actions { padding: 18px 20px 24px; }
  .detail-layout { grid-template-columns: 1fr; padding: 24px 20px 0; }
  .detail-calendar { margin: 24px 20px 4px; }
  .detail-calendar-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  #detail-booking-widget iframe { min-height: 760px; }
  #detail-reservation-frame { min-height: 780px; }
  .detail-media > img { height: 300px; }
  .detail-gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery-thumb img { height: 86px; }
}

@media (max-width: 380px) {
  .mobile-header { padding: 0 14px; }
  .mobile-brand { font-size: 20px; }
  .mobile-header-actions { gap: 8px; }
  .mobile-language { gap: 4px; }
}

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