:root {
  --wine: #570a00;
  --wine-deep: #3f1115;
  --cream: #f7f1e8;
  --paper: #fffdf9;
  --ink: #241d1b;
  --muted: #776d68;
  --gold: #c8a56a;
  --line: rgba(63, 17, 21, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(37, 18, 16, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--sans); }
.language-entry { min-height: 100vh; padding: 3rem 1.25rem; display: grid; place-content: center; justify-items: center; gap: 1rem; color: white; text-align: center; background: var(--wine-deep); }
.language-entry img { width: min(250px, 70vw); }
.language-entry h1 { margin: .5rem 0 0; font-size: clamp(3rem, 9vw, 6rem); }
.language-entry p { margin: 0 0 1rem; color: rgba(255,255,255,.8); }
.language-entry nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.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; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: white; color: var(--wine); }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 88px; padding: 0 clamp(1rem, 4vw, 4.5rem); display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 2rem; color: white; background: var(--wine-deep); position: relative; z-index: 20; }
.brand { position: relative; display: flex; align-items: center; text-decoration: none; height: 58px; }
.brand-logo { width: 190px; max-height: 56px; object-fit: contain; }
.brand-fallback { position: absolute; font: 700 1.55rem/1 var(--serif); opacity: 0; }
.site-nav { display: flex; justify-content: center; gap: clamp(.8rem, 2vw, 2rem); }
.site-nav a { position: relative; padding: 1.85rem 0; color: rgba(255,255,255,.86); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1.25rem; height: 2px; background: var(--gold); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-nav a[aria-current="page"] { color: white; }
.language-switcher { display: flex; gap: .45rem; align-items: center; }
.language-switcher a { display: flex; gap: .3rem; align-items: center; padding: .3rem; color: white; font-size: .7rem; text-decoration: none; opacity: .65; }
.language-switcher a[aria-current="true"], .language-switcher a:hover { opacity: 1; }
.language-switcher img { width: 19px; }
.language-switcher .flag-nl { width: 19px; height: 13px; display: block; background: linear-gradient(#ae1c28 0 33.33%, #fff 33.33% 66.66%, #21468b 66.66%); box-shadow: inset 0 0 0 1px rgba(0,0,0,.12); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; color: white; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.hero-slider { height: min(760px, calc(100vh - 88px)); min-height: 590px; position: relative; overflow: hidden; background: #161311; }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: center; padding: clamp(2rem, 8vw, 9rem); background-image: var(--hero-image); background-size: cover; background-position: center; opacity: 0; transform: scale(1.035); transition: opacity .8s ease, transform 5s ease; pointer-events: none; }
.hero-slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,13,10,.75), rgba(22,13,10,.22) 60%, rgba(22,13,10,.36)); }
.hero-copy { position: relative; min-width: 0; max-width: 760px; color: white; }
.eyebrow { margin: 0 0 .8rem; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; }
.hero-copy h1 { margin: 0; font-size: clamp(3.3rem, 8vw, 7.6rem); letter-spacing: -.045em; text-wrap: balance; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 1.2rem 0 0; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; }
.button { display: inline-flex; min-height: 49px; padding: .8rem 1.35rem; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 0; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button-primary { color: white; background: var(--wine); }
.button-primary:hover { background: var(--wine-deep); }
.button-ghost { color: white; border-color: rgba(255,255,255,.7); background: transparent; }
.button-light { color: var(--wine-deep); background: white; }
.slider-controls { position: absolute; right: clamp(1rem, 4vw, 4rem); bottom: 2rem; z-index: 3; display: flex; align-items: center; gap: .7rem; }
.slider-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); color: white; background: rgba(0,0,0,.18); cursor: pointer; }
.slider-controls [data-pause] { font-size: .72rem; }
.slider-dots { display: flex; gap: .4rem; }
.slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.45); }
.slider-dots button.is-active { width: 25px; background: white; }
.section { padding: clamp(4rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 8rem); }
.trust-strip { padding: 1.1rem clamp(1.25rem, 7vw, 8rem); color: white; background: var(--wine); }
.trust-list { max-width: 1180px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.trust-list li { min-height: 48px; padding: .45rem 1.25rem; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.2); text-align: center; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-list li:last-child { border-right: 0; }
.section-heading { max-width: 700px; }
.section-heading.centered, .centered { margin-inline: auto; text-align: center; }
.section-heading h2, .price-intro h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.035em; }
.intro-section { display: grid; grid-template-columns: minmax(250px, .75fr) 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.prose { max-width: 900px; }
.prose p, .article-body p { margin: 0 0 1.5rem; }
.prose.columns { columns: 2 300px; column-gap: 3rem; }
.section-dark { color: white; background: var(--wine-deep); }
.room-teasers .section-heading { max-width: 900px; }
.room-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 1180px; margin: 3rem auto 0; }
.room-card { min-height: 520px; position: relative; overflow: hidden; color: white; text-decoration: none; }
.room-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(26,10,8,.75), transparent 62%); }
.room-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.room-card:hover img { transform: scale(1.035); }
.room-card span { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; font: 2rem/1.1 var(--serif); }
.room-card small { display: block; margin-bottom: .4rem; color: var(--gold); font: 700 .7rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; }
.location-cta { min-height: 520px; display: grid; place-items: center; padding: 4rem 1.5rem; color: white; text-align: center; background: linear-gradient(rgba(34,13,11,.5), rgba(34,13,11,.5)), var(--location-image) center/cover fixed; }
.location-cta h2 { margin: .2rem 0 1.5rem; font-size: clamp(4rem, 9vw, 8rem); }
.page-hero { min-height: 360px; position: relative; display: grid; align-items: end; padding: 4rem clamp(1.25rem, 7vw, 8rem); color: white; background: var(--page-hero) center/cover; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,14,12,.82), rgba(36,14,12,.28)); }
.page-hero-content { position: relative; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 7vw, 6rem); }
.story-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.masonry-gallery { padding-top: 0; display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; }
.about-image { width: 100%; min-height: 350px; height: 42vw; max-height: 620px; object-fit: cover; }
.about-image:nth-child(3n) { grid-column: span 2; height: 38vw; }
.suite-section { display: grid; grid-template-columns: minmax(280px, .7fr) 1.3fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.section-soft { background: var(--cream); }
.suite-copy { position: sticky; top: 2rem; }
.suite-copy h2 { margin: 0 0 1rem; font-size: clamp(2.7rem, 5vw, 5rem); }
.suite-copy > p:not(.eyebrow):not(.price-line) { font-size: 1.08rem; }
.price-line { color: var(--wine); font-weight: 800; }
.suite-facts { margin: 1.4rem 0 1.8rem; padding: 0; display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; }
.suite-facts li { padding: .45rem .75rem; border: 1px solid var(--line); color: var(--wine-deep); background: rgba(255,255,255,.58); font-size: .78rem; font-weight: 750; }
.suite-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.gallery-item { min-height: 240px; padding: 0; border: 0; background: #ddd; overflow: hidden; cursor: zoom-in; }
.gallery-item:first-child { grid-column: span 2; min-height: 480px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.lightbox { width: min(94vw, 1200px); max-width: none; padding: 0; border: 0; background: #120e0d; box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(10,7,6,.88); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; right: .75rem; top: .75rem; width: 44px; height: 44px; border: 0; border-radius: 99px; color: white; background: rgba(0,0,0,.7); font-size: 1.8rem; cursor: pointer; }
.price-intro { text-align: center; }
.price-intro h2 { max-width: 900px; margin-inline: auto; }
.price-grid { padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.price-card { position: relative; min-height: 520px; overflow: hidden; color: white; }
.price-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(34,10,8,.82), transparent 70%); }
.price-card img { width: 100%; height: 100%; object-fit: cover; }
.price-card > div { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; }
.price-card p { margin: 0; }
.price-card .price { font: 5rem/1 var(--serif); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.info-card { min-height: 360px; position: relative; overflow: hidden; color: white; text-decoration: none; }
.info-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(35,10,8,.88), rgba(35,10,8,.06) 75%); }
.info-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.info-card:hover img { transform: scale(1.035); }
.info-card span { position: absolute; z-index: 2; left: 2rem; right: 2rem; bottom: 1.5rem; }
.info-card h2 { margin: 0; font-size: 2.2rem; }
.info-card p { margin: .4rem 3rem .1rem 0; }
.info-card b { position: absolute; right: 0; bottom: .3rem; font-size: 1.6rem; }
.article-layout { display: grid; place-items: center; }
.article-body { width: min(100%, 850px); }
.article-body .lead, .lead { font: 1.55rem/1.55 var(--serif); }
.article-body h2 { margin: 2.6rem 0 .7rem; font-size: 2rem; }
.resource-list { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem 1.5rem; padding: 0; list-style: none; }
.resource-list a, .text-link { color: var(--wine); font-weight: 750; text-decoration: underline; text-underline-offset: .22em; }
.notice { margin-top: 2rem; padding: 1.5rem; border-left: 4px solid var(--gold); background: var(--cream); }
.notice a { color: var(--wine); font-weight: 750; }
.event-list { margin-top: 2rem; border-top: 1px solid var(--line); }
.event-list a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.event-list a:hover { color: var(--wine); }
.timeline p { position: relative; padding-left: 2rem; }
.timeline p::before { content: ""; position: absolute; left: 0; top: .65rem; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.map-frame { width: min(100% - 2.5rem, 1280px); height: 620px; margin-inline: auto; box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.location-grid { width: min(100% - 2.5rem, 1280px); margin: 0 auto clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.location-card { overflow: hidden; background: white; box-shadow: var(--shadow); }
.location-card iframe { width: 100%; height: 500px; display: block; border: 0; }
.location-card-copy { padding: 1.35rem 1.5rem 1.6rem; }
.location-card-copy h2 { margin: 0 0 .5rem; font-size: 2rem; }
.location-card-copy p { margin: 0; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-form { display: grid; gap: 1rem; margin-top: 2rem; }
.booking-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .4rem; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 50px; padding: .9rem 1rem; border: 1px solid var(--line); color: var(--ink); background: white; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(87,10,0,.09); }
.contact-form .checkbox { grid-template-columns: 20px 1fr; align-items: start; text-transform: none; letter-spacing: 0; }
.contact-form .checkbox input { margin-top: .25rem; }
.honeypot { position: absolute; left: -9999px; }
.form-note, .form-status { margin: 0; color: var(--muted); font-size: .86rem; }
.contact-details { align-self: start; padding: 2rem; color: white; background: var(--wine-deep); }
.contact-details h2 { font-size: 2.5rem; }
.contact-details address { font-style: normal; }
.contact-details a { color: white; }
.site-footer { padding: 4.5rem clamp(1.25rem, 7vw, 8rem) 1.5rem; color: rgba(255,255,255,.78); background: #241414; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 4rem; }
.site-footer h2 { margin: 0 0 1rem; color: white; font-size: 1.4rem; }
.site-footer address { font-style: normal; }
.site-footer a { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.booking-dock { position: fixed; z-index: 18; right: 1.25rem; bottom: 1.25rem; min-width: 260px; padding: .9rem 1.1rem; color: white; background: var(--wine); box-shadow: 0 16px 42px rgba(31,10,8,.3); text-decoration: none; transform: translateY(calc(100% + 2rem)); opacity: 0; transition: transform .28s ease, opacity .28s ease, background .2s ease; }
.booking-dock.is-visible { transform: translateY(0); opacity: 1; }
.booking-dock:hover { background: var(--wine-deep); }
.booking-dock span, .booking-dock small { display: block; }
.booking-dock span { font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.booking-dock small { margin-top: .1rem; color: rgba(255,255,255,.78); font-size: .7rem; }
.reveal-item { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal-item.is-visible { opacity: 1; transform: none; }
@media (max-width: 1050px) {
  .site-header { min-height: 76px; display: block; }
  .brand { position: absolute; left: 1.25rem; top: 9px; margin: 0; }
  .brand-logo { width: 165px; }
  .menu-toggle { display: block; position: absolute; right: 1.1rem; top: 16px; }
  .language-switcher { position: absolute; right: 4.6rem; top: 24px; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 1rem 1.5rem 1.5rem; flex-direction: column; gap: 0; background: var(--wine-deep); border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .85rem 0; }
  .site-nav a::after { bottom: .55rem; }
  .hero-slider { height: calc(100vh - 76px); }
  .intro-section, .story-layout, .suite-section, .contact-layout, .location-grid { grid-template-columns: 1fr; }
  .suite-copy { position: static; }
}
@media (max-width: 700px) {
  .site-header { padding-inline: 1rem; gap: .55rem; }
  .brand { width: 125px; }
  .brand-logo { width: 125px; }
  .language-switcher span { display: none; }
  .language-switcher a { padding: .2rem; }
  .hero-slider { min-height: 610px; }
  .hero-slide { padding: 3rem 1.25rem 7rem; align-items: end; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(2.75rem, 12vw, 4.3rem); }
  .slider-controls { left: 1.25rem; right: auto; }
  .trust-list { grid-template-columns: 1fr 1fr; }
  .trust-list li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .trust-list li:nth-last-child(-n+2) { border-bottom: 0; }
  .room-grid, .price-grid, .info-grid { grid-template-columns: 1fr; }
  .room-card { min-height: 420px; }
  .location-cta { background-attachment: scroll; }
  .page-hero { min-height: 300px; }
  .suite-gallery { grid-template-columns: 1fr; }
  .gallery-item:first-child { grid-column: auto; min-height: 360px; }
  .gallery-item { min-height: 300px; }
  .masonry-gallery { grid-template-columns: 1fr; }
  .about-image, .about-image:nth-child(3n) { grid-column: auto; height: 95vw; }
  .resource-list { grid-template-columns: 1fr; }
  .map-frame { height: 500px; }
  .location-card iframe { height: 420px; }
  .booking-fields { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
  .booking-dock { left: .75rem; right: .75rem; bottom: .75rem; min-width: 0; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal-item { opacity: 1; transform: none; }
}
