:root {
  --forest: #19251f;
  --forest-deep: #101813;
  --ink: #202522;
  --paper: #fafaf8;
  --stone: #f0f2ef;
  --red: #b3212c;
  --red-dark: #8f1522;
  --accent-light: #ff9499;
  --muted: #5d645f;
  --line: #dce1dc;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --header-height: 92px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.65 var(--sans); }
body.modal-open { overflow: hidden; }
button, a, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: calc(var(--header-height) + 24px); }
#top { scroll-margin-top: 0; }
.page-width { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -90px; z-index: 100; padding: 12px 18px; border-radius: 10px; background: #fff; color: var(--ink); }
.skip-link:focus { top: 12px; }

/* Navigation stays in view; on small screens the categories scroll horizontally. */
.site-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; gap: 24px; min-height: 88px; padding: 12px max(24px, calc((100% - 1320px) / 2)); background: rgba(250,250,248,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; justify-self: start; }
.brand-logo { position: relative; display: block; width: 120px; height: 60px; overflow: hidden; }
.brand-logo img { position: absolute; width: 200px; max-width: none; height: auto; left: -33px; top: 0; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 2px; min-width: 0; overflow-x: auto; font-size: .875rem; scrollbar-width: thin; }
.main-nav a { flex: 0 0 auto; min-height: 44px; display: flex; align-items: center; padding: 9px 13px; border-radius: 999px; color: var(--muted); transition: color .18s ease, background .18s ease; }
.main-nav a:hover { color: var(--ink); background: var(--stone); }
.main-nav a.is-active { background: #f9e9e9; color: var(--red-dark); }
.header-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; max-width: 250px; gap: 8px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .875rem; font-weight: 600; line-height: 1.5; text-align: center; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding: 10px 18px; }
.button-accent, .button-dark { color: #fff; background: var(--red); }
.button-accent:hover, .button-dark:hover { background: var(--red-dark); box-shadow: 0 5px 14px rgba(143,21,34,.14); }
.button-outline { color: var(--ink); background: transparent; border-color: #bfc7bf; }
.button-outline:hover { background: var(--stone); }
.button-paper { color: var(--red-dark); background: #fff; }
.button-paper:hover { background: #fcebec; }

/* A clear invitation beside the changing hotel / restaurant photograph. */
.hero { width: min(1360px, calc(100% - 64px)); margin-inline: auto; position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(24px, 4vw, 64px); padding: 36px 0 64px; }
.hero-content { order: 1; min-width: 0; padding-block: 24px; }
.hero-visual { position: relative; order: 2; height: clamp(520px, 43vw, 650px); min-width: 0; overflow: hidden; border-radius: 28px; background: var(--forest); }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transition: opacity 1.2s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-image { width: 100%; height: 100%; object-fit: cover; }
#hero-hotel .hero-image { object-position: 47% center; }
#hero-restaurant .hero-image { object-position: center 58%; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--red); font-size: .8125rem; font-weight: 600; letter-spacing: .075em; }
.eyebrow { font-size: .875rem; }
h1, h2 { margin: 0; font-weight: 600; line-height: 1.07; letter-spacing: -.052em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 5.55vw, 5.25rem); }
h2 { font-size: clamp(2.5rem, 4.6vw, 4rem); }
h1 em, h2 em { font-style: normal; color: var(--red); }
.hero-lead { max-width: 430px; margin: 26px 0 30px; color: var(--muted); font-size: 1.125rem; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-actions .button { flex: 1; min-width: 195px; max-width: 250px; }
.hero-signature { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 30px; color: var(--muted); font-size: .8125rem; }
.hero-controls { position: absolute; z-index: 2; inset: auto 18px 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: rgba(16,24,19,.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.hero-switches { display: flex; min-width: 0; gap: 4px; }
.hero-switch { min-height: 44px; padding: 10px 18px; border: 0; border-radius: 999px; background: transparent; color: #fff; font-size: .875rem; line-height: 1.3; }
.hero-switch.is-active { background: #fff; color: var(--ink); }
.hero-pause { display: flex; align-items: center; justify-content: center; gap: 6px; min-width: 44px; min-height: 44px; padding: 8px 12px; border: 0; border-radius: 999px; background: transparent; color: #fff; font-size: .8125rem; }
.hero-switch:hover, .hero-pause:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); }
.hero-controls :focus-visible { outline-color: #fff; }

.section { padding-block: 96px; }
.intro { padding-top: 64px; padding-bottom: 44px; border-top: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 12%; }
.large-copy { margin: 0 0 22px; font-size: 1.25rem; line-height: 1.5; }
.intro-copy > p:not(.large-copy), .table-copy > p:not(.large-copy), .contact-note { color: var(--muted); }
.intro-copy .button { margin-top: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--red-dark); font-size: .875rem; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link:hover { color: var(--red); }
.image-story { display: grid; grid-template-columns: 1.1fr 1fr; align-items: start; gap: 24px; }
.image-story figure { overflow: hidden; border-radius: 24px; background: #fff; border: 1px solid var(--line); }
.image-story img { width: 100%; height: 520px; object-fit: cover; object-position: center 65%; }
.story-side { margin-top: 64px !important; }
.story-side img { height: 440px; }
.image-story figcaption { padding: 16px 22px; color: var(--muted); font-size: .875rem; }
.stay-gallery { padding-block: 30px 88px; }
.photo-disclosure { border-bottom: 1px solid var(--line); }
.photo-disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; font-size: .9375rem; font-weight: 500; list-style: none; }
.photo-disclosure > summary::-webkit-details-marker { display: none; }
.photo-disclosure > summary span { flex-shrink: 0; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--stone); color: var(--red); font-size: 22px; }
.photo-disclosure[open] > summary span { transform: rotate(45deg); }
.stay-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; padding-block: 16px 32px; }
.stay-gallery-grid img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 16px; }
.stay-gallery-grid figcaption { padding-top: 10px; color: var(--muted); font-size: .875rem; }

.table-section { background: var(--stone); }
.table-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 9%; align-items: center; }
.table-copy .large-copy { margin-top: 28px; }
.table-copy > p:not(.large-copy) { margin-bottom: 28px; }
.table-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.table-photo img { width: 100%; height: 540px; object-fit: cover; border-radius: 24px; }
.table-photo figcaption { margin-top: 12px; color: var(--muted); font-size: .8125rem; }
.lunch-offer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; align-items: center; margin-top: 64px; padding: 36px 42px; border-radius: 24px; background: var(--red); color: #fff; }
.offer-kicker { margin: 0 0 10px; font-size: .875rem; }
.lunch-offer h3 { margin: 0; font-size: 1.875rem; font-weight: 500; line-height: 1.2; letter-spacing: -.025em; }
.offer-composition { margin: 10px 0 0; font-size: 1.125rem; }
.offer-price { display: flex; align-items: baseline; font-size: clamp(64px, 7vw, 92px); font-weight: 500; letter-spacing: -.065em; line-height: 1; white-space: nowrap; }
.offer-price span { font-size: .48em; letter-spacing: -.04em; }
.offer-action { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.offer-action > span { font-size: .8125rem; }
.restaurant-menu { margin-top: 72px; }
.menu-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.menu-heading .section-kicker { margin-bottom: 12px; }
.menu-heading h3 { margin: 0; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.menu-heading > p { margin: 0; max-width: 270px; color: var(--muted); font-size: .9375rem; }
.menu-categories { display: grid; gap: 10px; }
.menu-category { padding-inline: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.menu-category[open] { border-color: #cda8a9; }
.menu-category summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; padding-block: 20px; font-size: 1.0625rem; font-weight: 500; line-height: 1.4; list-style: none; }
.menu-category summary::-webkit-details-marker { display: none; }
.menu-toggle-mark { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.menu-toggle-mark::before, .menu-toggle-mark::after { content: ''; position: absolute; width: 16px; height: 2px; top: 7px; background: var(--red); }
.menu-toggle-mark::after { transform: rotate(90deg); }
.menu-category[open] .menu-toggle-mark::after { transform: rotate(0); }
.menu-category-body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 7%; padding-block: 8px 26px; }
.menu-group h4 { margin: 0 0 12px; color: var(--red-dark); font-size: 1rem; font-weight: 600; }
.menu-group:only-child { grid-column: 1 / -1; }
.menu-items { margin: 0; }
.menu-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; padding-block: 14px; border-bottom: 1px solid var(--line); }
.menu-item dt { font-size: 1rem; font-weight: 500; }
.menu-item dt span { display: block; max-width: 680px; margin-top: 5px; color: var(--muted); font-size: .875rem; font-weight: 400; line-height: 1.5; }
.menu-item dd { margin: 0; white-space: nowrap; font-size: 1rem; font-weight: 500; font-variant-numeric: tabular-nums; }
.menu-note { color: var(--muted); font-size: .875rem; }
.menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; }
.menu-footer p { margin: 0; max-width: 540px; color: var(--muted); font-size: .875rem; }
.menu-footer p a { text-decoration: underline; text-underline-offset: 3px; }

.instagram-section { padding-top: 96px; padding-bottom: 0; }
.instagram-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 10%; }
.instagram-copy { max-width: 410px; }
.instagram-copy p { margin: 0 0 18px; color: var(--muted); }
.instagram-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 326px)); justify-content: space-between; align-items: start; gap: 28px; margin-top: 48px; padding-bottom: 100px; }
.instagram-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.instagram-card:nth-child(2) { transform: translateY(50px); }
.instagram-card:nth-child(3) { transform: translateY(100px); }
.instagram-card-top { display: flex; justify-content: space-between; gap: 10px; padding: 15px 18px; color: var(--red-dark); font-size: .75rem; border-bottom: 1px solid var(--line); }
.instagram-card-top > span:first-child { display: inline-flex; align-items: center; gap: 8px; }
.instagram-card-top > span:last-child { color: var(--muted); }
.instagram-icon { width: 14px; height: 14px; flex: 0 0 14px; }
.instagram-frame { min-height: 480px; overflow: hidden; }
.instagram-frame iframe { display: block; width: 100%; height: 480px; border: 0; }
.instagram-fallback { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 60px; padding: 14px 18px; border-top: 1px solid var(--line); font-size: .8125rem; font-weight: 500; }
.instagram-fallback span { color: var(--red); }
.instagram-fallback:hover { background: var(--paper); }
.instagram-official { display: grid; grid-template-columns: 1fr minmax(280px, 326px); align-items: center; gap: 10%; }
.instagram-official .instagram-heading { display: block; max-width: 600px; }
.instagram-official .instagram-copy { margin-top: 26px; }
.instagram-official .instagram-grid { display: block; margin-top: 0; padding-bottom: 0; }
.instagram-official .instagram-card { width: 100%; }

.amenities { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.amenities-list { border-top: 1px solid var(--line); }
.amenity { display: grid; grid-template-columns: 30px 1fr 1.15fr; align-items: center; gap: 18px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.amenity-number { color: var(--red); font-size: .8125rem; }
.amenity > span:nth-child(2) { font-size: 1rem; font-weight: 500; }
.amenity small { color: var(--muted); font-size: .875rem; line-height: 1.5; }
.region-section { padding-top: 0; }
.region-panel { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 12%; min-height: 460px; padding: 64px; border-radius: 28px; background: var(--forest); color: #fff; }
.region-copy .section-kicker, .region-copy h2 em { color: var(--accent-light); }
.region-copy p { margin: 26px 0 20px; color: #d2d9d3; }
.text-link-light { color: #fff; }
.text-link-light:hover { color: var(--accent-light); }
.region-facts { border-top: 1px solid #546057; }
.region-facts > div { display: grid; grid-template-columns: 26px 1fr; gap: 4px 14px; padding-block: 20px; border-bottom: 1px solid #546057; }
.region-facts span { grid-row: span 2; color: var(--accent-light); font-size: .8125rem; }
.region-facts strong { font-size: 1.375rem; font-weight: 500; }
.region-facts small { color: #c0cbc3; font-size: .875rem; }

.events-section { padding-top: 0; }
.events-panel { display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.events-intro { padding: 48px 10%; background: var(--forest); color: #fff; }
.events-intro .section-kicker, .events-intro h2 em { color: var(--accent-light); }
.events-intro h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 3.5vw, 3.5rem); }
.events-intro > p { margin: 0; color: #d2d9d3; }
.event-photo { margin-top: 28px; }
.event-photo img { width: 100%; height: 240px; border-radius: 16px; object-fit: cover; object-position: center 64%; }
.event-offers { margin-top: 26px; border-top: 1px solid #546057; }
.event-offer { display: grid; grid-template-columns: 26px 1fr; gap: 3px 14px; padding-block: 17px; border-bottom: 1px solid #546057; }
.event-offer > span { grid-row: span 2; color: var(--accent-light); font-size: .8125rem; }
.event-offer strong { font-size: 1.25rem; font-weight: 500; }
.event-offer small { color: #c0cbc3; font-size: .875rem; line-height: 1.5; }
.event-form-wrap { padding: 44px 7%; min-width: 0; }
.event-form-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: .875rem; font-weight: 500; }
.event-form-top span:last-child { color: var(--muted); font-size: .8125rem; font-weight: 400; }
.event-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; margin-top: 28px; }
.form-step { display: flex; align-items: baseline; gap: 12px; margin: 10px 0 0; color: var(--red); font-size: .8125rem; }
.form-step span { color: var(--ink); font-size: 1.0625rem; font-weight: 500; }
.form-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { color: var(--muted); font-size: .875rem; line-height: 1.4; }
.form-field label > span[aria-hidden] { color: var(--red); }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-width: 0; border: 1px solid #c9d0c9; border-radius: 10px; background: var(--paper); color: var(--ink); font-size: 1rem; padding: 12px; }
.form-field input, .form-field select { min-height: 48px; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #737b74; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--red); outline: 2px solid rgba(179,33,44,.18); outline-offset: 2px; }
.form-field .checkbox-label { display: flex; flex-direction: row; align-items: flex-start; gap: 10px; font-size: .875rem; line-height: 1.5; }
.form-field .checkbox-label input { width: 18px; height: 18px; min-height: 18px; flex: 0 0 auto; margin: 3px 0 0; accent-color: var(--red); }
.event-form .button { grid-column: 1 / -1; justify-self: start; }
.event-form-note { margin: 18px 0 0; color: var(--muted); font-size: .8125rem; line-height: 1.6; }
.event-form-note a { color: var(--red-dark); text-decoration: underline; overflow-wrap: anywhere; }
.event-status { margin: 16px 0 0; padding: 14px; border-radius: 10px; background: #f9e9e9; color: var(--red-dark); font-size: .875rem; }

.contact-section { padding-top: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; }
.contact-note { max-width: 430px; margin-top: 26px; }
.contact-details { border-top: 1px solid var(--line); }
.contact-details a { display: flex; flex-direction: column; gap: 4px; padding-block: 22px; border-bottom: 1px solid var(--line); }
.contact-details a:hover strong { color: var(--red); }
.contact-details small { color: var(--muted); font-size: .875rem; }
.contact-details strong { font-size: 1.0625rem; font-weight: 500; overflow-wrap: anywhere; }
.site-footer { padding: 36px 0 24px; background: var(--forest-deep); color: #fff; }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding-bottom: 30px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; color: #d2d9d3; font-size: .875rem; }
.footer-links a { padding-block: 10px; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--accent-light); }
.footer-legal { justify-self: end; margin: 0; color: #b0bcb3; font-size: .75rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid #39463d; color: #b0bcb3; font-size: .8125rem; }
.footer-bottom a { color: #d2d9d3; }
.booking-modal { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 48px 40px 36px; border: 0; border-radius: 24px; overflow: auto; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.25); }
.booking-modal::backdrop { background: rgba(16,24,19,.58); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.booking-modal h2 { font-size: clamp(2rem, 5vw, 3rem); }
.modal-close { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: var(--stone); color: var(--ink); font-size: 28px; line-height: 1; }
.modal-subtitle { margin: 22px 0; color: var(--muted); }
.provider-list { display: grid; gap: 12px; }
.provider { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.provider:hover { border-color: var(--red); }
.provider > span:first-child { display: flex; flex-direction: column; gap: 3px; }
.provider small { color: var(--muted); font-size: .875rem; }
.provider strong { font-size: 1rem; font-weight: 500; }
.provider-arrow { color: var(--red); }
.modal-footnote { margin: 24px 0 0; color: var(--muted); font-size: .875rem; }
.modal-footnote a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; gap: 4px 16px; padding: 6px 24px; }
  .brand { order: 1; }
  .header-actions { order: 2; }
  .main-nav { order: 3; grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; }
  .main-nav a { padding-inline: 16px; }
  .hero { gap: 28px; }
  .hero-actions .button { max-width: none; }
  .pause-label { display: none; }
  .instagram-grid { grid-template-columns: repeat(2, minmax(0, 326px)); justify-content: center; padding-bottom: 50px; }
  .instagram-card:nth-child(3) { transform: none; }
  .lunch-offer { grid-template-columns: 1fr auto; gap: 24px; }
  .offer-action { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; }
  .region-panel { padding: 48px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-legal { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 900px) {
  .section { padding-block: 72px; }
  .intro { padding-bottom: 36px; }
  .intro-grid, .table-grid, .amenities, .contact-grid, .instagram-heading { grid-template-columns: 1fr; gap: 32px; }
  .intro-copy, .table-copy { max-width: 650px; }
  .image-story img { height: 400px; }
  .story-side { margin-top: 44px !important; }
  .story-side img { height: 360px; }
  .stay-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stay-gallery { padding-bottom: 72px; }
  .table-photo img { height: 440px; object-position: center 60%; }
  .events-panel, .region-panel { grid-template-columns: 1fr; gap: 0; }
  .region-panel { gap: 34px; }
  .region-section, .events-section, .contact-section { padding-top: 0; }
  .events-intro { padding: 40px; }
  .event-photo img { height: 300px; }
  .event-form-wrap { padding: 40px; }
  .event-offers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; border-top: 0; }
  .event-offer { grid-template-columns: 1fr; gap: 6px; border-top: 1px solid #546057; }
  .event-offer > span { grid-row: auto; }
}
@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; padding-bottom: 48px; }
  .hero-content { padding: 0; }
  h1 { font-size: clamp(3rem, 8.5vw, 4rem); }
  .hero-lead { max-width: 540px; margin-block: 22px; }
  .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 520px; }
  .hero-actions .button { min-width: 0; }
  .hero-signature { margin-top: 20px; }
  .hero-visual { height: 440px; }
  .hero-controls { max-width: 450px; }
}
@media (max-width: 750px) {
  .instagram-official { grid-template-columns: 1fr; gap: 32px; }
  .instagram-official .instagram-grid { width: min(326px, 100%); justify-self: end; }
  .instagram-grid { display: flex; flex-direction: column; gap: 26px; padding-bottom: 0; }
  .instagram-card { width: min(326px, calc(100% - 8px)); }
  .instagram-card:nth-child(2) { align-self: flex-end; transform: none; }
  .instagram-card:nth-child(3) { transform: none; }
}
@media (max-width: 560px) {
  .page-width, .hero { width: calc(100% - 40px); }
  .site-header { padding: 5px 12px; }
  .brand-logo { width: 98px; height: 49px; }
  .brand-logo img { width: 164px; left: -27px; }
  .header-actions { gap: 6px; max-width: 180px; }
  .header-actions .button { padding-inline: 14px; }
  .main-nav a { padding-inline: 13px; }
  h1 { font-size: clamp(2.6rem, 10.8vw, 3.6rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { padding: 12px; }
  .hero-signature { gap: 4px 14px; font-size: .75rem; }
  .hero-visual { height: 350px; border-radius: 20px; }
  .hero-controls { inset: auto 10px 10px; gap: 0; }
  .hero-switch { padding-inline: 10px; }
  .hero-pause { padding-inline: 10px; }
  .section { padding-block: 60px; }
  .intro { padding-top: 40px; padding-bottom: 30px; }
  .large-copy { font-size: 1.125rem; }
  .image-story { grid-template-columns: 1fr; gap: 20px; }
  .image-story img, .story-side img { height: auto; aspect-ratio: 4 / 5; }
  .story-side { margin-top: 0 !important; }
  .stay-gallery { padding-block: 18px 52px; }
  .stay-gallery-grid { grid-template-columns: 1fr; }
  .stay-gallery-grid img { aspect-ratio: auto; }
  .photo-disclosure > summary { font-size: .875rem; }
  .table-photo img { height: auto; aspect-ratio: 4 / 5; border-radius: 20px; }
  .table-actions { gap: 16px; }
  .lunch-offer { padding: 26px; margin-top: 40px; grid-template-columns: 1fr; gap: 22px; }
  .lunch-offer h3 { font-size: 1.625rem; }
  .offer-action { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .offer-action .button { width: 100%; }
  .offer-price { font-size: 84px; }
  .restaurant-menu { margin-top: 48px; }
  .menu-heading { flex-direction: column; align-items: flex-start; gap: 16px; }
  .menu-category { padding-inline: 18px; }
  .menu-category summary { font-size: 1rem; gap: 16px; }
  .menu-category-body { grid-template-columns: 1fr; }
  .menu-item { gap: 12px; }
  .menu-footer { flex-direction: column; align-items: flex-start; gap: 16px; }
  .instagram-section { padding-top: 60px; padding-bottom: 0; }
  .instagram-grid { margin-top: 32px; }
  .instagram-frame, .instagram-frame iframe { min-height: 460px; height: 460px; }
  .amenity { grid-template-columns: 26px 1fr; gap: 5px 14px; }
  .amenity small { grid-column: 2; }
  .region-section, .events-section, .contact-section { padding-top: 0; }
  .region-panel { padding: 32px 26px; border-radius: 20px; }
  .events-panel { border-radius: 20px; }
  .events-intro { padding: 32px 24px; }
  .event-photo img { height: 240px; }
  .event-offers { display: block; }
  .event-offer { display: grid; grid-template-columns: 26px 1fr; border-top: 0; }
  .event-offer > span { grid-row: span 2; }
  .event-form-wrap { padding: 28px 22px; }
  .event-form { grid-template-columns: 1fr; }
  .event-form .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .footer-links { justify-content: flex-start; gap: 16px; }
  .footer-legal { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .booking-modal { padding: 48px 24px 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
