:root {
  --wine: #8f1d2c;
  --wine-dark: #66111d;
  --ink: #211e1b;
  --ink-soft: #59524b;
  --paper: #f7f2ea;
  --paper-deep: #eee4d7;
  --white: #fffdf9;
  --gold: #ba8b50;
  --green: #315a48;
  --line: rgba(33, 30, 27, .14);
  --shadow: 0 22px 70px rgba(32, 20, 13, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
section[id] { scroll-margin-top: 90px; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #f2c277; outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(800px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { margin: 0 0 16px; color: var(--wine); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #f0cc9d; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(52px, 7vw, 94px); line-height: .94; letter-spacing: -.045em; }
h2 { margin-bottom: 20px; font-size: clamp(36px, 5vw, 62px); line-height: 1; letter-spacing: -.035em; }
h3 { font-size: 27px; line-height: 1.08; }
p { color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.small { font-size: 13px; }
.muted { color: var(--ink-soft); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; background: var(--wine); color: white; font-size: 14px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--wine-dark); }
.button.secondary { border-color: var(--line); background: transparent; color: var(--ink); }
.button.secondary:hover { background: rgba(255,255,255,.6); }
.button.light { background: var(--white); color: var(--wine-dark); }
.button.small-button { min-height: 42px; padding: 0 17px; font-size: 13px; }
.button-row { display: flex; flex-wrap: wrap; gap: 11px; }
.text-link { color: var(--wine); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.concept-flag { position: fixed; z-index: 80; top: 150px; right: 0; padding: 9px 14px; background: #f4bf57; color: #261f15; border-radius: 8px 0 0 8px; box-shadow: 0 8px 24px rgba(0,0,0,.15); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.topbar { position: relative; z-index: 20; padding: 9px 0; background: var(--wine-dark); color: rgba(255,255,255,.9); font-size: 12px; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 24px; }
.topbar-right { display: flex; gap: 22px; }
.site-header { position: absolute; z-index: 20; top: 35px; left: 0; right: 0; color: white; }
.site-header.interior { position: relative; top: auto; background: #2b2420; }
.site-header .wrap { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.3); }
.site-header.interior .wrap { border-bottom: 0; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-copy { display: grid; gap: 3px; }
.brand-name { font-family: var(--serif); font-size: 20px; line-height: 1; }
.brand-sub { font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; opacity: .82; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 750; }
.main-nav > a:not(.button) { padding: 14px 0; }
.main-nav a[aria-current="page"] { color: #f0cc9d; }
.main-nav .button { min-height: 44px; padding: 0 19px; background: white; color: var(--wine-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: white; font-size: 22px; }

.hero { position: relative; min-height: 610px; display: grid; align-items: center; background-image: linear-gradient(90deg, rgba(21,17,15,.84) 0%, rgba(24,18,15,.45) 52%, rgba(20,15,12,.08) 82%), linear-gradient(0deg, rgba(20,14,11,.42), transparent 42%), url("https://www.hotelhetwittepaard.nl/wp-content/uploads/DSC05749-min-scaled.jpg"); background-position: center; background-size: cover; color: white; }
.hero-content { padding: 145px 0 90px; }
.hero-copy { width: min(900px, 88%); }
.hero h1 { margin-bottom: 24px; }
.hero-lead { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.9); font-size: 19px; }
.hero .secondary { border-color: rgba(255,255,255,.6); color: white; background: rgba(20,14,11,.18); }
.hero-note { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: rgba(255,255,255,.88); font-size: 12px; }
.hero-note span::before { content: "✓"; margin-right: 7px; color: #f0cc9d; font-weight: 900; }
.page-hero { position: relative; padding: 105px 0 95px; overflow: hidden; background: #2b2420; color: white; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(43,36,32,.97), rgba(43,36,32,.55)), var(--page-image, none); background-size: cover; background-position: center; opacity: .92; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { max-width: 850px; margin-bottom: 20px; font-size: clamp(50px, 7vw, 82px); }
.page-hero p { max-width: 700px; color: rgba(255,255,255,.85); font-size: 19px; }
.page-hero .button.secondary { border-color: rgba(255,255,255,.6); color: white; background: rgba(20,14,11,.18); }
.page-hero .button.secondary:hover { background: rgba(255,255,255,.08); }

.booking-bar { position: relative; z-index: 5; margin-top: -62px; }
.booking-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 27px 31px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.booking-card p { margin: 5px 0 0; font-size: 14px; }
.booking-kicker { color: var(--wine); font-weight: 900; }
.booking-search-card { padding: 25px 28px 23px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.booking-search-intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.booking-search-intro p { max-width: 660px; margin: 5px 0 0; font-size: 14px; }
.booking-search { display: grid; grid-template-columns: 1.25fr 1.25fr .75fr .75fr auto; align-items: end; gap: 12px; }
.booking-search.without-children { grid-template-columns: 1.25fr 1.25fr .75fr auto; }
.booking-field { display: grid; gap: 7px; color: var(--ink-soft); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.booking-field input { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); }
.booking-status { min-height: 20px; margin: 12px 0 0; color: var(--green); font-size: 12px; font-weight: 750; }
.booking-selected { margin: 0; color: var(--wine); font-size: 13px; font-weight: 800; }
.booking-trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 12px; color: var(--ink-soft); font-size: 12px; }
.booking-trust span::before { content: "✓"; margin-right: 6px; color: var(--green); font-weight: 900; }
.quick-nav { position: sticky; z-index: 65; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); box-shadow: 0 8px 25px rgba(33,30,27,.08); backdrop-filter: blur(12px); }
.quick-nav .wrap { min-height: 62px; display: flex; align-items: center; gap: 8px; }
.quick-nav-label { flex: 0 0 auto; margin-right: 8px; color: var(--ink); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.quick-nav a { flex: 0 0 auto; padding: 9px 13px; border-radius: 999px; color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.quick-nav a:hover, .quick-nav a.is-active { background: var(--wine); color: white; }
.section { padding: 105px 0; }
.section.compact { padding: 70px 0; }
.section.tint { background: var(--paper-deep); }
.section.dark { background: #2b2420; color: white; }
.section.dark p { color: rgba(255,255,255,.72); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 45px; }
.section-head > div { max-width: 760px; }
.section-head p:last-child { margin-bottom: 0; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.split { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.split.reverse > :first-child { order: 2; }
.split img { min-height: 480px; border-radius: 22px; object-fit: cover; box-shadow: var(--shadow); }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.section.dark .card, .section.dark .schedule-row { color: var(--ink); }
.section.dark .card p { color: var(--ink-soft); }
.card > img { height: 235px; object-fit: cover; }
.guest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.featured-guests { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.featured-guests .guest-story { display: grid; grid-template-columns: minmax(170px, .72fr) minmax(0, 1fr); }
.guest-poster-link { position: relative; min-height: 340px; overflow: hidden; background: #171210; }
.guest-poster-link img { height: 100%; object-fit: cover; }
.guest-poster-link span { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 12px; border-radius: 999px; background: rgba(255,253,249,.94); color: var(--wine); text-align: center; font-size: 11px; font-weight: 900; }
.guest-story { display: flex; min-width: 0; flex-direction: column; }
.guest-video { width: 100%; aspect-ratio: 9 / 16; display: block; background: #171210; object-fit: cover; }
.guest-story .card-body { flex: 1; }
.card-body { padding: 25px; }
.card-body h3 { margin-bottom: 12px; }
.card-body p { font-size: 15px; }
.tag { display: inline-flex; margin-bottom: 15px; padding: 7px 10px; border-radius: 999px; background: rgba(143,29,44,.1); color: var(--wine); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tag.green { background: rgba(49,90,72,.12); color: var(--green); }
.card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 20px; }
.card-list { display: grid; gap: 8px; padding: 0; list-style: none; color: var(--ink-soft); font-size: 14px; }
.card-list li::before { content: "✓"; margin-right: 8px; color: var(--wine); font-weight: 900; }
.date-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 0; }
.date-list span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink-soft); font-size: 12px; }
.notice { padding: 19px 21px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: #fff8e9; color: #4f4333; font-size: 14px; line-height: 1.6; }
.notice strong { color: var(--ink); }
.task-routes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.task-route { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 35px rgba(32,20,13,.07); }
.task-route:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.task-route strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1; }
.task-route span { color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.task-route em { color: var(--wine); font-size: 13px; font-style: normal; font-weight: 900; }
.room-snapshot-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.room-snapshot { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.room-snapshot img { height: 145px; object-fit: cover; }
.room-snapshot-body { padding: 17px; }
.room-snapshot h3 { margin-bottom: 8px; font-size: 23px; }
.room-snapshot p { margin-bottom: 12px; font-size: 13px; line-height: 1.45; }
.room-snapshot .text-link { font-size: 12px; }
.experience-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.experience-row { display: grid; grid-template-columns: 120px minmax(0, 1fr); overflow: hidden; border-radius: 16px; background: var(--white); color: var(--ink); }
.experience-row > img { width: 120px; height: 100%; min-height: 205px; object-fit: cover; }
.experience-row-body { padding: 20px; }
.experience-row h3 { margin-bottom: 8px; font-size: 26px; }
.experience-row p { margin-bottom: 12px; font-size: 13px; line-height: 1.5; }
.experience-row .tag { margin-bottom: 10px; }
.experience-row .text-link { font-size: 12px; }
.home-duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.home-panel { min-height: 330px; display: flex; flex-direction: column; justify-content: end; padding: 32px; border-radius: 20px; background: linear-gradient(0deg, rgba(25,18,15,.88), rgba(25,18,15,.2)), var(--panel-image); background-position: center; background-size: cover; color: white; }
.home-panel p { max-width: 520px; color: rgba(255,255,255,.78); font-size: 15px; }
.story-more { margin-top: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.story-more > summary { padding: 18px 22px; color: var(--wine); font-size: 13px; font-weight: 900; cursor: pointer; }
.story-more[open] > summary { border-bottom: 1px solid var(--line); }
.story-more .guest-grid { padding: 22px; }
.story-more .guest-video { max-height: 520px; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.review-card { display: flex; min-height: 330px; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: 0 10px 28px rgba(32,20,13,.06); }
.review-card.is-improvement { border-top: 4px solid var(--gold); padding-top: 20px; }
.review-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.review-source { color: var(--wine); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.review-score { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.review-meta { margin: 12px 0 10px; color: var(--ink-soft); font-size: 12px; }
.review-text { margin-bottom: 18px; color: var(--ink); font-size: 15px; line-height: 1.6; }
.review-response { padding: 15px; margin: 0 0 17px; border-radius: 12px; background: #f6f0e8; }
.review-response strong { display: block; margin-bottom: 6px; color: var(--wine); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.review-response p { margin: 0; font-size: 13px; line-height: 1.55; }
.review-link { margin-top: auto; }
.review-trust { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(250px, .6fr); align-items: center; gap: 32px; margin-top: 22px; padding: 22px 24px; border-radius: 15px; background: var(--ink); color: white; }
.review-trust p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; }
.review-trust strong { display: block; margin-bottom: 5px; color: white; }
.review-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.review-actions a { color: white; font-size: 12px; font-weight: 900; }
.review-updated { margin-top: 13px; color: var(--ink-soft); font-size: 11px; }
.image-credit { display: block; margin-top: 9px; color: var(--ink-soft); font-size: 10px; }
.room-list { display: grid; gap: 14px; }
.room-row { display: grid; grid-template-columns: 210px minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.room-row > img { width: 210px; height: 150px; border-radius: 12px; object-fit: cover; }
.room-row-head { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 8px; }
.room-row-head .tag { margin: 0; }
.room-row h3 { margin: 0; font-size: 30px; }
.room-row p { margin-bottom: 10px; font-size: 14px; line-height: 1.5; }
.room-highlights { display: flex; flex-wrap: wrap; gap: 6px 15px; padding: 0; margin: 0; list-style: none; color: var(--ink-soft); font-size: 12px; }
.room-highlights li::before { content: "✓"; margin-right: 5px; color: var(--wine); font-weight: 900; }
.room-row-action { min-width: 185px; display: grid; gap: 8px; justify-items: stretch; }
.room-row-action .button { width: 100%; }
.business-teaser { padding: 30px; border-radius: 20px; background: #2b2420; color: white; }
.business-teaser-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: center; gap: 40px; }
.business-teaser p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.info-panels { display: grid; gap: 10px; }
.info-panel { border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.info-panel summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; cursor: pointer; }
.info-panel summary::marker { color: var(--wine); }
.info-panel summary strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.info-panel summary span { color: var(--ink-soft); font-size: 13px; text-align: right; }
.info-panel-content { padding: 0 22px 22px; }
.info-panel-content p:last-child { margin-bottom: 0; }
.info-panel-content .facts { margin-top: 12px; }
.proof-strip { padding: 54px 0 20px; }
.proof-item { padding: 20px 0; border-top: 1px solid var(--line); }
.proof-item strong { display: block; margin-bottom: 7px; color: var(--wine); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.proof-item span { color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.business-section .button.secondary { border-color: rgba(255,255,255,.35); color: white; }
.business-section .button.secondary:hover { background: rgba(255,255,255,.09); }
.business-benefits { margin-top: 8px; }
.business-benefits .proof-item { border-color: rgba(255,255,255,.18); }
.business-benefits .proof-item strong { color: #f0cc9d; }
.business-benefits .proof-item span { color: rgba(255,255,255,.72); }
.client-proof { margin-top: 54px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.16); }
.client-logos { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.client-logo { min-height: 132px; display: grid; align-content: center; justify-items: center; gap: 12px; padding: 20px; border-radius: 14px; background: var(--white); color: var(--ink); text-align: center; }
.client-logo img { width: auto; max-width: 145px; height: 54px; object-fit: contain; }
.client-logo span { color: var(--ink-soft); font-size: 11px; font-weight: 850; }
.client-logo.dark-logo { background: var(--wine-dark); color: white; }
.client-logo.dark-logo span, .client-logo.alwel-logo span { color: rgba(255,255,255,.78); }
.client-logo.alwel-logo { background: #e5481d; color: white; }
.client-logo.alwel-logo img { height: 64px; }
.restaurant-links { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,.14); }
.restaurant-link { min-height: 160px; display: flex; flex-direction: column; justify-content: end; padding: 22px; background: rgba(255,255,255,.06); transition: background .18s ease; }
.restaurant-link:hover { background: rgba(255,255,255,.13); }
.restaurant-link strong { font-family: var(--serif); font-size: 25px; }
.restaurant-link span { margin-top: 7px; color: rgba(255,255,255,.65); font-size: 12px; }
.schedule { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.schedule-row { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 22px; padding: 20px 23px; background: var(--white); }
.schedule-date { color: var(--wine); font-size: 13px; font-weight: 900; }
.schedule-title strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.schedule-title span { color: var(--ink-soft); font-size: 13px; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.fact { padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.45); }
.fact strong { display: block; margin-bottom: 5px; font-size: 14px; }
.fact span { color: var(--ink-soft); font-size: 13px; line-height: 1.45; }
.tip-card { display: flex; min-height: 270px; flex-direction: column; justify-content: end; padding: 25px; border-radius: 18px; background: linear-gradient(0deg, rgba(22,17,14,.86), rgba(22,17,14,.08)), var(--tip-image); background-position: center; background-size: cover; color: white; }
.tip-card h3 { margin-bottom: 8px; }
.tip-card p { margin-bottom: 15px; color: rgba(255,255,255,.8); font-size: 14px; }
.tip-card a { font-size: 13px; font-weight: 900; }
.tip-card .image-credit { margin-top: 7px; color: rgba(255,255,255,.65); }
.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.faq summary { padding: 20px 22px; font-weight: 800; cursor: pointer; }
.faq details p { padding: 0 22px 20px; margin: 0; font-size: 15px; }
.contact-card { padding: 34px; border-radius: 18px; background: var(--wine); color: white; }
.contact-card p, .contact-card a { color: rgba(255,255,255,.85); }
.contact-card a { display: block; margin: 8px 0; font-size: 17px; }
.final-cta { padding: 100px 24px; text-align: center; background: var(--wine); color: white; }
.final-cta p { color: rgba(255,255,255,.78); }

footer { padding: 70px 0 25px; background: #211c19; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 45px; }
.footer-brand p { max-width: 320px; margin-top: 22px; color: rgba(255,255,255,.6); font-size: 14px; }
.footer-col { display: grid; align-content: start; gap: 11px; }
.footer-col h3 { margin-bottom: 7px; font-size: 18px; }
.footer-col a { color: rgba(255,255,255,.68); font-size: 13px; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); font-size: 11px; }
.mobile-book { display: none; }

.feedback-launch { position: fixed; z-index: 90; right: 20px; bottom: 22px; display: inline-flex; min-height: 49px; align-items: center; gap: 8px; padding: 0 18px; border: 0; border-radius: 999px; background: #f4bf57; color: #241d14; box-shadow: 0 14px 35px rgba(0,0,0,.25); font-weight: 900; }
.feedback-count { display: inline-grid; min-width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #271f16; color: white; font-size: 11px; }
.feedback-modal[hidden] { display: none; }
.feedback-modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 20px; }
.feedback-backdrop { position: absolute; inset: 0; border: 0; background: rgba(20,16,14,.75); }
.feedback-dialog { position: relative; z-index: 1; width: min(680px, 100%); max-height: min(760px, calc(100vh - 40px)); overflow: auto; border-radius: 20px; background: var(--white); box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.feedback-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 25px 26px 18px; border-bottom: 1px solid var(--line); }
.feedback-head h2 { margin: 0 0 4px; font-size: 33px; }
.feedback-head p { margin: 0; font-size: 13px; }
.feedback-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 22px; }
.feedback-tabs { display: flex; gap: 7px; padding: 16px 26px 0; }
.feedback-tab { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 12px; font-weight: 850; }
.feedback-tab.active { background: var(--ink); color: white; }
.feedback-panel { padding: 22px 26px 27px; }
.feedback-field { display: grid; gap: 7px; margin-bottom: 16px; }
.feedback-field label { font-size: 12px; font-weight: 850; }
.feedback-field input, .feedback-field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); }
.feedback-field textarea { min-height: 130px; resize: vertical; }
.feedback-context { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 13px; border-radius: 10px; background: var(--paper); font-size: 12px; }
.feedback-context strong { display: block; margin-bottom: 3px; }
.feedback-status { min-height: 22px; margin: 12px 0; color: var(--green); font-size: 13px; font-weight: 750; }
.feedback-list { display: grid; gap: 10px; }
.feedback-item { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.feedback-item.is-complete { background: #f4f6f1; opacity: .74; }
.feedback-item-head { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 8px; font-size: 12px; }
.feedback-item p { margin: 0; font-size: 14px; white-space: pre-wrap; }
.feedback-item-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }
.feedback-status-pill { padding: 5px 8px; border-radius: 999px; background: rgba(143,29,44,.09); color: var(--wine); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.feedback-item.is-complete .feedback-status-pill { background: rgba(49,90,72,.12); color: var(--green); }
.feedback-status-action { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-size: 11px; font-weight: 850; }
.feedback-empty { padding: 30px; text-align: center; color: var(--ink-soft); }

@media (max-width: 980px) {
  .wrap, .narrow { width: min(100% - 34px, 760px); }
  .menu-toggle { display: inline-grid; place-items: center; }
  .main-nav { position: absolute; top: 92px; left: 17px; right: 17px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 16px; border-radius: 14px; background: #2b2420; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 10px; }
  .main-nav .button { margin-top: 8px; }
  .hero { min-height: 660px; }
  .hero-copy { width: 92%; }
  .section { padding: 80px 0; }
  .split { grid-template-columns: 1fr; gap: 42px; }
  .split.reverse > :first-child { order: initial; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .task-routes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-snapshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-list { grid-template-columns: 1fr; }
  .experience-row > img { min-height: 160px; }
  .room-row { grid-template-columns: 170px minmax(0, 1fr); }
  .room-row > img { width: 170px; height: 145px; }
  .room-row-action { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .business-teaser-grid { grid-template-columns: 1fr; gap: 24px; }
  .guest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .review-trust { grid-template-columns: 1fr; }
  .review-actions { justify-content: flex-start; }
  .restaurant-links { grid-template-columns: repeat(2, 1fr); }
  .client-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .booking-search { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-search.without-children { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-search .button { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body { padding-bottom: 76px; }
  .wrap, .narrow { width: calc(100% - 28px); }
  .topbar .wrap { justify-content: center; }
  .topbar-right { display: none; }
  .site-header .wrap { min-height: 80px; }
  .site-header { top: 34px; }
  .site-header.interior { top: auto; }
  .brand img { width: 44px; height: 44px; }
  .brand-name { font-size: 18px; }
  .main-nav { top: 80px; }
  .concept-flag { top: 126px; }
  .hero { min-height: 610px; background-position: 62% center; }
  .hero-content { padding: 140px 0 65px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 17px; }
  .page-hero { padding: 58px 0 65px; }
  .page-hero h1 { font-size: 44px; }
  .booking-bar { margin-top: -45px; }
  .booking-card { align-items: stretch; flex-direction: column; padding: 23px; }
  .booking-card .button { width: 100%; }
  .booking-search-intro { align-items: flex-start; flex-direction: column; }
  .booking-search { grid-template-columns: 1fr 1fr; }
  .booking-search-card { padding: 22px 18px 20px; }
  .booking-trust { display: grid; gap: 5px; }
  .quick-nav { overflow: hidden; }
  .quick-nav .wrap { width: 100%; min-height: 56px; overflow-x: auto; padding: 0 14px; scrollbar-width: none; }
  .quick-nav .wrap::-webkit-scrollbar { display: none; }
  .quick-nav-label { display: none; }
  .quick-nav a { padding: 8px 11px; }
  .section { padding: 65px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 20px; }
  .grid-2, .grid-3, .grid-4, .facts { grid-template-columns: 1fr; }
  .task-routes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .task-route { min-height: 160px; padding: 18px; }
  .task-route strong { font-size: 23px; }
  .task-route span { font-size: 12px; }
  .room-snapshot-grid { grid-template-columns: 1fr; }
  .room-snapshot { display: grid; grid-template-columns: 112px 1fr; }
  .room-snapshot img { width: 112px; height: 100%; min-height: 130px; }
  .room-snapshot-body { padding: 15px; }
  .room-snapshot h3 { font-size: 21px; }
  .home-duo { grid-template-columns: 1fr; }
  .home-panel { min-height: 250px; padding: 24px; }
  .featured-guests { grid-template-columns: 1fr; }
  .featured-guests .guest-story { grid-template-columns: 120px minmax(0, 1fr); }
  .featured-guests .card-body { padding: 18px; }
  .featured-guests h3 { font-size: 23px; }
  .featured-guests .card-body p { font-size: 13px; }
  .guest-poster-link { min-height: 255px; }
  .guest-poster-link span { left: 8px; right: 8px; bottom: 9px; padding: 8px 5px; font-size: 9px; }
  .story-more .guest-grid { padding: 12px; }
  .room-row { grid-template-columns: 105px minmax(0, 1fr); gap: 14px; padding: 11px; }
  .room-row > img { width: 105px; height: 120px; }
  .room-row h3 { font-size: 24px; }
  .room-row p { display: none; }
  .room-highlights { gap: 4px 10px; font-size: 11px; }
  .room-row-action { grid-column: 1 / -1; min-width: 0; }
  .business-teaser { padding: 24px 20px; }
  .info-panel summary { align-items: flex-start; flex-direction: column; gap: 4px; padding: 17px 18px; }
  .info-panel summary span { text-align: left; }
  .info-panel-content { padding: 0 18px 18px; }
  .card > img { height: 220px; }
  .guest-grid { grid-template-columns: 1fr; }
  .guest-video { max-height: 640px; }
  .split img { min-height: 340px; }
  .schedule-row { grid-template-columns: 1fr; gap: 8px; }
  .schedule-row .button { justify-self: start; }
  .restaurant-links { grid-template-columns: 1fr; }
  .client-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-logo:last-child { grid-column: 1 / -1; }
  .restaurant-link { min-height: 110px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-book { position: fixed; z-index: 75; left: 12px; right: 12px; bottom: 12px; display: flex; min-height: 52px; align-items: center; justify-content: center; border-radius: 999px; background: var(--wine); color: white; box-shadow: 0 14px 35px rgba(0,0,0,.28); font-size: 13px; font-weight: 900; transition: opacity .18s ease, transform .18s ease; }
  .mobile-book.is-hidden { opacity: 0; pointer-events: none; transform: translateY(16px); }
  .feedback-launch { right: 14px; bottom: 74px; min-height: 44px; padding: 0 14px; }
  .feedback-dialog { max-height: calc(100vh - 20px); border-radius: 15px; }
  .feedback-modal { padding: 10px; }
  .feedback-head, .feedback-panel { padding-left: 19px; padding-right: 19px; }
  .feedback-tabs { padding-left: 19px; padding-right: 19px; }
  .feedback-context { grid-template-columns: 1fr; }
}

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