/*
Theme Name: MJ Cottages Premium
Theme URI: https://mjcottagesandsnackbar.com
Author: MJ Cottages & Snack Bar
Description: Source-locked premium WordPress theme for MJ Cottages & Snack Bar in Darapidap, Candon City.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: mj-cottages-premium
*/

:root {
  --ink: #171913;
  --ink-soft: #2a2d24;
  --cream: #f4ecde;
  --paper: #fffdf8;
  --orange: #e56027;
  --orange-deep: #bd4217;
  --green: #31533a;
  --green-deep: #183427;
  --muted: #766f64;
  --line: rgba(23, 25, 19, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body:has(.lightbox:not([hidden])), body:has(.menu-modal:not([hidden])) { overflow: hidden; }
body.mj-modal-open { overflow: hidden; }
[hidden] { display: none !important; }
button, a { font: inherit; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg {
  width: 1.05em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.flip { transform: rotate(180deg); }
:focus-visible { outline: 3px solid #ffb38c; outline-offset: 3px; }

.premium-header {
  height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 4.5vw;
  position: relative;
  z-index: 20;
  background: rgba(255, 253, 248, .97);
  border-bottom: 1px solid rgba(22, 25, 18, .1);
}
.exact-brand {
  width: 168px;
  height: 68px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.exact-brand img { width: 100%; height: 100%; object-fit: contain; }
.premium-header nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 42px); }
.premium-header nav a {
  padding: 12px 0;
  border-bottom: 1px solid transparent;
  color: #363930;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: .2s ease;
}
.premium-header nav a:hover { color: var(--orange-deep); border-color: var(--orange); }
.header-book {
  justify-self: end;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  background: var(--orange);
  color: white;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.premium-hero {
  position: relative;
  height: calc(100svh - 88px);
  min-height: 650px;
  overflow: hidden;
  color: white;
  isolation: isolate;
}
.hero-slides, .hero-slide, .hero-overlay { position: absolute; inset: 0; }
.hero-slide { margin: 0; opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility .9s ease; }
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.035); transition: transform 8s ease; }
.hero-slide.active img { transform: scale(1); }
.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(14, 18, 14, .9) 0%, rgba(14, 18, 14, .7) 40%, rgba(14, 18, 14, .18) 76%),
    linear-gradient(0deg, rgba(12, 16, 12, .72) 0%, transparent 48%);
}
.hero-copy {
  position: absolute;
  z-index: 3;
  left: 6vw;
  top: 50%;
  width: min(790px, 65vw);
  transform: translateY(-54%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .45s ease, visibility .45s ease;
}
.hero-copy.active { opacity: 1; visibility: visible; pointer-events: auto; }
.hero-kicker, .section-label {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--orange-deep);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero-kicker { color: #ffd2ba; }
.hero-kicker span { width: 36px; height: 2px; background: var(--orange); }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-copy h1 {
  max-width: 850px;
  font-size: clamp(3.7rem, 7vw, 7.5rem);
  line-height: .91;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero-copy > p:not(.hero-kicker) {
  max-width: 610px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  cursor: pointer;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-orange { background: var(--orange); color: white; }
.button-orange:hover { background: var(--orange-deep); }
.button-glass { border: 1px solid rgba(255,255,255,.43); background: rgba(255,255,255,.08); color: white; backdrop-filter: blur(9px); }
.button-glass:hover { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--green-deep); }
.button-cream { background: var(--cream); color: var(--ink); }
.button-cream:hover { background: white; }
.hero-facts {
  position: absolute;
  z-index: 3;
  right: 4.5vw;
  top: 50%;
  width: 180px;
  transform: translateY(-45%);
  background: rgba(20, 24, 19, .55);
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(14px);
}
.hero-facts div { padding: 22px 23px; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-facts div:last-child { border-bottom: 0; }
.hero-facts strong { display: block; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 400; color: #ffc9aa; }
.hero-facts span { display: block; margin-top: 5px; color: rgba(255,255,255,.64); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-controls {
  position: absolute;
  z-index: 4;
  left: 6vw;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-controls > button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.09);
  color: white;
  border: 1px solid rgba(255,255,255,.24);
  cursor: pointer;
}
.hero-controls svg { width: 18px; }
.hero-dots { display: flex; align-items: center; gap: 8px; }
.hero-dots button { width: 23px; height: 3px; padding: 0; background: rgba(255,255,255,.35); cursor: pointer; transition: .25s ease; }
.hero-dots button.active { width: 48px; background: var(--orange); }
.photo-provenance {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 17px;
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: .54rem;
  letter-spacing: .05em;
}

.arrival-strip {
  min-height: 72px;
  padding: 18px 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 64px);
  background: var(--green-deep);
  color: white;
}
.arrival-strip p { margin: 0; font-size: .61rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.arrival-strip span { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }

.brand-story {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 9vw;
  align-items: center;
  padding: 125px 8vw;
  background: var(--paper);
}
.brand-sign-wrap { position: relative; width: min(480px, 100%); justify-self: center; }
.brand-sign-wrap > img { width: 100%; max-height: 640px; object-fit: cover; object-position: top center; box-shadow: 0 30px 70px rgba(30, 35, 25, .2); }
.since-badge {
  position: absolute;
  right: -55px;
  bottom: 42px;
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  text-align: center;
  box-shadow: 0 18px 40px rgba(190, 64, 21, .3);
}
.since-badge strong { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.since-badge span { max-width: 90px; margin-top: 5px; font-size: .55rem; font-weight: 800; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.story-copy { max-width: 760px; }
.story-copy h2, .stay-copy h2, .section-heading h2, .amenities-copy h2, .menu-heading h2, .visit-copy h2, .booking-section h2 {
  font-size: clamp(3rem, 5vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.05em;
}
h2 em { color: var(--orange); font-weight: 400; }
.story-copy > p:not(.section-label), .stay-copy > p:not(.section-label), .menu-heading > p:not(.section-label) {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}
.text-link {
  width: max-content;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--orange);
  color: var(--orange-deep);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.stay-showcase {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: stretch;
  min-height: 760px;
  background: var(--cream);
}
.stay-copy { padding: 105px 7vw; display: flex; flex-direction: column; justify-content: center; }
.stay-note { margin: 28px 0 30px; padding-left: 18px; border-left: 3px solid var(--orange); display: flex; flex-direction: column; gap: 6px; }
.stay-note span { color: var(--orange-deep); font-size: .58rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.stay-note strong { font-size: .83rem; color: #59564f; }
.stay-copy .button { width: max-content; }
.stay-visual { min-height: 650px; position: relative; overflow: hidden; }
.stay-visual > img { width: 100%; height: 100%; object-fit: cover; }
.stay-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,17,13,.72), transparent 45%); }
.stay-visual-caption { position: absolute; z-index: 2; left: 42px; right: 42px; bottom: 38px; display: flex; flex-direction: column; color: white; }
.stay-visual-caption span { color: #ffc5a4; font-size: .57rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.stay-visual-caption strong { margin-top: 8px; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.stay-visual-caption small { margin-top: 5px; color: rgba(255,255,255,.65); }

.experience-section { padding: 120px 5vw 130px; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin: 0 auto 60px; max-width: 1480px; }
.section-heading > p { max-width: 310px; margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.photo-mosaic {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 170px;
  gap: 12px;
}
.mosaic-item { position: relative; overflow: hidden; cursor: zoom-in; background: var(--ink); padding: 0; }
.mosaic-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,17,12,.78), transparent 62%); transition: background .25s ease; }
.mosaic-item:hover::after { background: linear-gradient(0deg, rgba(13,17,12,.88), rgba(13,17,12,.06) 72%); }
.mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.mosaic-item:hover img { transform: scale(1.045); }
.mosaic-item > span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; display: flex; flex-direction: column; align-items: flex-start; color: white; text-align: left; }
.mosaic-item small { color: #ffb287; font-size: .52rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.mosaic-item strong { margin-top: 5px; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 400; }
.item-1 { grid-column: span 5; grid-row: span 2; }
.item-2 { grid-column: span 4; grid-row: span 2; }
.item-3 { grid-column: span 3; grid-row: span 3; }
.item-4 { grid-column: span 3; grid-row: span 2; }
.item-5 { grid-column: span 3; grid-row: span 2; }
.item-6 { grid-column: span 3; grid-row: span 2; }
.item-7 { grid-column: span 3; grid-row: span 2; }
.item-8 { grid-column: span 3; grid-row: span 1; }

.amenities-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--green-deep); color: white; }
.amenities-photo { position: relative; min-height: 760px; overflow: hidden; }
.amenities-photo > img { width: 100%; height: 100%; object-fit: cover; }
.amenities-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,27,19,.75), transparent 55%); }
.amenities-photo > div { position: absolute; z-index: 2; left: 45px; right: 45px; bottom: 40px; display: flex; flex-direction: column; }
.amenities-photo span { color: #ffc4a1; font-size: .57rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.amenities-photo strong { max-width: 480px; margin-top: 8px; font-family: Georgia, serif; font-size: 2.3rem; font-weight: 400; line-height: 1.1; }
.amenities-copy { padding: 100px 7vw; }
.amenities-copy .section-label { color: #ffb68d; }
.amenities-copy h2 em { color: #ffaf7f; }
.amenities-list { margin-top: 45px; border-top: 1px solid rgba(255,255,255,.18); }
.amenities-list article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.amenities-list article > span { padding-top: 3px; color: #ffad7f; font-size: .56rem; letter-spacing: .12em; }
.amenities-list h3 { font-family: Arial, Helvetica, sans-serif; font-size: .9rem; font-weight: 800; }
.amenities-list p { margin: 6px 0 0; color: rgba(255,255,255,.56); font-size: .76rem; line-height: 1.5; }

.menu-experience { position: relative; padding: 120px 0 105px; overflow: hidden; background: var(--orange); color: var(--ink); }
.menu-experience::before { content: "MJ"; position: absolute; right: -1vw; top: -70px; color: rgba(68,28,15,.08); font-family: Georgia, serif; font-size: 23rem; font-style: italic; line-height: 1; }
.menu-heading { position: relative; z-index: 2; width: min(650px, 86vw); margin-left: 7vw; }
.menu-heading .section-label { color: #5b2616; }
.menu-heading h2 em { color: white; }
.menu-heading > p:not(.section-label) { color: rgba(35,27,21,.72); }
.menu-heading .button { margin-top: 30px; }
.menu-book-preview {
  position: absolute;
  z-index: 2;
  right: 5vw;
  top: 80px;
  width: min(520px, 38vw);
  height: 410px;
}
.menu-book-preview > button { position: relative; width: 100%; height: 100%; padding: 0; background: transparent; cursor: pointer; }
.menu-page { position: absolute; width: 76%; box-shadow: 0 25px 65px rgba(48,21,11,.28); border: 5px solid white; transition: transform .35s ease; }
.page-one { left: 0; top: 45px; transform: rotate(-5deg); }
.page-two { right: 0; top: 5px; transform: rotate(5deg); }
.menu-book-preview button:hover .page-one { transform: rotate(-7deg) translateX(-6px); }
.menu-book-preview button:hover .page-two { transform: rotate(7deg) translateX(6px); }
.menu-book-preview button > span { position: absolute; z-index: 3; left: 50%; bottom: 12px; transform: translateX(-50%); min-width: 150px; padding: 12px 17px; background: var(--ink); color: white; font-size: .58rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.dish-rail {
  position: relative;
  z-index: 3;
  margin-top: 110px;
  padding: 10px 7vw 25px;
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(40,25,16,.35) transparent;
}
.dish-card {
  flex: 0 0 min(330px, 77vw);
  scroll-snap-align: start;
  background: var(--paper);
  box-shadow: 0 18px 40px rgba(71,29,12,.13);
}
.dish-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.dish-card > div { padding: 22px; }
.dish-card h3 { font-size: 1.4rem; }
.dish-card p { margin: 8px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.menu-disclaimer { position: relative; z-index: 3; margin: 12px 7vw 0; color: rgba(46,26,17,.66); font-size: .67rem; }

.visit-section { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 700px; background: var(--cream); }
.map-wrap { min-height: 700px; background: #d8d3ca; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 700px; border: 0; filter: saturate(.8) contrast(1.04); }
.visit-copy { padding: 100px 6vw; display: flex; flex-direction: column; justify-content: center; }
.address { margin: 30px 0; color: var(--muted); line-height: 1.75; }
.nearby { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-bottom: 32px; }
.nearby div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.nearby strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; color: var(--orange-deep); }
.nearby span { margin-top: 4px; color: var(--muted); font-size: .55rem; letter-spacing: .13em; text-transform: uppercase; }
.visit-copy .button { width: max-content; }

.booking-section { padding: 95px 7vw; display: grid; grid-template-columns: 1.1fr .9fr auto; align-items: center; gap: 6vw; background: var(--ink); color: white; }
.booking-section .section-label { color: #ffb38a; }
.booking-section h2 { max-width: 700px; font-size: clamp(2.7rem, 4.2vw, 5rem); }
.booking-numbers { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.18); }
.booking-numbers a { min-width: 310px; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 13px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.booking-numbers span, .booking-times span { color: #f5a87d; font-size: .53rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.booking-numbers strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.booking-times { display: flex; flex-direction: column; gap: 20px; }
.booking-times div { display: flex; flex-direction: column; gap: 6px; }
.booking-times strong { font-size: .78rem; }

footer { min-height: 160px; padding: 32px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: #0f110d; color: white; }
footer img { width: 150px; max-height: 78px; object-fit: contain; }
footer p { margin: 0; color: rgba(255,255,255,.48); font-size: .72rem; text-align: center; }
footer > a { justify-self: end; display: inline-flex; align-items: center; gap: 9px; color: #ffad7f; font-size: .63rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mobile-actions { display: none; }

.mj-fallback-content {
  width: min(900px, calc(100% - 40px));
  min-height: 70vh;
  margin: 0 auto;
  padding: 80px 0;
  font-size: 1rem;
  line-height: 1.75;
}
.mj-fallback-content h1 { margin-bottom: 28px; font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1; }

.lightbox, .menu-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(7, 9, 6, .94);
  backdrop-filter: blur(12px);
}
.modal-close {
  position: fixed;
  z-index: 104;
  right: 25px;
  top: 25px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.08);
  color: white;
  cursor: pointer;
}
.modal-close svg { width: 22px; }
.lightbox figure { width: min(1120px, 82vw); max-height: 84vh; margin: 0; display: flex; flex-direction: column; }
.lightbox figure img { width: 100%; max-height: 76vh; object-fit: contain; }
.lightbox figcaption { padding-top: 16px; display: flex; gap: 14px; align-items: center; color: white; }
.lightbox figcaption span { color: #ffad7f; font-size: .55rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.lightbox figcaption strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.lightbox-arrow { position: fixed; z-index: 103; top: 50%; width: 50px; height: 70px; display: grid; place-items: center; transform: translateY(-50%); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); color: white; cursor: pointer; }
.lightbox-arrow.left { left: 28px; }
.lightbox-arrow.right { right: 28px; }
.lightbox-arrow svg { width: 23px; }
.menu-modal { overflow-y: auto; display: block; padding: 80px 4vw 50px; }
.menu-modal-inner { width: min(1500px, 94vw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.menu-modal-title { grid-column: 1 / -1; padding-bottom: 18px; color: white; display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.menu-modal-title span { color: #ffad7f; font-size: .58rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.menu-modal-title strong { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.menu-modal-title small { margin-left: auto; color: rgba(255,255,255,.5); }
.menu-modal-inner > img { width: 100%; background: white; box-shadow: 0 18px 60px rgba(0,0,0,.35); }

@media (max-width: 1100px) {
  .premium-header { grid-template-columns: 1fr auto; padding: 0 24px; }
  .premium-header nav { display: none; }
  .hero-copy { width: min(760px, 74vw); }
  .hero-facts { display: none; }
  .brand-story { grid-template-columns: .9fr 1.1fr; gap: 7vw; }
  .stay-showcase { grid-template-columns: 1fr 1fr; }
  .menu-book-preview { opacity: .78; }
  .booking-section { grid-template-columns: 1fr 1fr; }
  .booking-times { grid-column: 1 / -1; flex-direction: row; }
}

@media (max-width: 850px) {
  .premium-header { height: 76px; }
  .exact-brand { width: 138px; height: 60px; }
  .premium-hero { height: calc(100svh - 76px); min-height: 660px; }
  .hero-copy { left: 25px; width: calc(100% - 50px); top: 45%; transform: translateY(-50%); }
  .hero-overlay { background: linear-gradient(90deg, rgba(14,18,14,.87), rgba(14,18,14,.35)), linear-gradient(0deg, rgba(12,16,12,.72), transparent 58%); }
  .hero-controls { left: 25px; bottom: 28px; }
  .arrival-strip { flex-wrap: wrap; gap: 13px 20px; text-align: center; }
  .brand-story, .stay-showcase, .amenities-section, .visit-section { grid-template-columns: 1fr; }
  .brand-story { padding: 85px 25px; }
  .brand-sign-wrap { width: min(370px, 82vw); margin-bottom: 20px; }
  .since-badge { right: -35px; width: 130px; height: 130px; }
  .stay-copy { padding: 80px 25px; }
  .stay-visual { min-height: 570px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .photo-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; }
  .mosaic-item { grid-column: span 1 !important; grid-row: span 1 !important; }
  .item-1, .item-3 { grid-row: span 2 !important; }
  .amenities-photo { min-height: 580px; }
  .amenities-copy { padding: 80px 25px; }
  .menu-experience { padding-top: 85px; }
  .menu-heading { margin-left: 25px; }
  .menu-book-preview { position: relative; top: auto; right: auto; width: min(550px, 90vw); height: 390px; margin: 30px auto 0; opacity: 1; }
  .dish-rail { margin-top: 50px; padding-left: 25px; padding-right: 25px; }
  .menu-disclaimer { margin-left: 25px; margin-right: 25px; }
  .map-wrap, .map-wrap iframe { min-height: 520px; }
  .visit-copy { padding: 80px 25px; }
  .booking-section { padding: 80px 25px; grid-template-columns: 1fr; }
  .booking-times { grid-column: auto; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; padding-bottom: 100px; }
  footer > a { justify-self: center; }
  .menu-modal-inner { grid-template-columns: 1fr; }
  .menu-modal-title { grid-column: auto; }
  .menu-modal-title small { width: 100%; margin-left: 0; }
}

@media (max-width: 560px) {
  .premium-header { height: 68px; padding: 0 17px; }
  .exact-brand { width: 118px; height: 54px; }
  .header-book { min-height: 42px; padding: 0 14px; }
  .header-book span { display: none; }
  .header-book svg { width: 18px; }
  .premium-hero { min-height: 630px; height: calc(100svh - 68px); }
  .hero-copy { top: 42%; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .hero-copy > p:not(.hero-kicker) { font-size: .94rem; }
  .hero-actions .button { width: 100%; }
  .hero-controls > button { display: none; }
  .photo-provenance { display: none; }
  .arrival-strip p { font-size: .5rem; }
  .brand-story { padding: 72px 22px; }
  .brand-sign-wrap { width: min(310px, 82vw); justify-self: start; }
  .since-badge { right: -25px; bottom: 24px; width: 112px; height: 112px; }
  .since-badge strong { font-size: 1.55rem; }
  .story-copy h2, .stay-copy h2, .section-heading h2, .amenities-copy h2, .menu-heading h2, .visit-copy h2, .booking-section h2 { font-size: clamp(2.6rem, 12vw, 3.65rem); }
  .story-copy > p:not(.section-label), .stay-copy > p:not(.section-label), .menu-heading > p:not(.section-label) { font-size: .92rem; }
  .stay-visual { min-height: 450px; }
  .stay-visual-caption { left: 24px; right: 24px; bottom: 25px; }
  .stay-visual-caption strong { font-size: 1.6rem; }
  .experience-section { padding: 78px 16px 88px; }
  .section-heading { gap: 20px; margin-bottom: 35px; }
  .section-heading > p { font-size: .85rem; }
  .photo-mosaic { gap: 8px; grid-auto-rows: 180px; }
  .mosaic-item > span { left: 13px; right: 13px; bottom: 12px; }
  .mosaic-item strong { font-size: .9rem; }
  .amenities-photo { min-height: 450px; }
  .amenities-photo > div { left: 24px; right: 24px; bottom: 25px; }
  .amenities-photo strong { font-size: 1.75rem; }
  .amenities-list article { grid-template-columns: 38px 1fr; }
  .menu-experience::before { font-size: 14rem; }
  .menu-book-preview { height: 300px; }
  .dish-card { flex-basis: 78vw; }
  .nearby { grid-template-columns: 1fr 1fr; }
  .visit-copy .button { width: 100%; }
  .booking-numbers a { min-width: 0; grid-template-columns: 62px 1fr auto; }
  .booking-numbers strong { font-size: 1rem; }
  .booking-times { flex-direction: row; gap: 28px; }
  .mobile-actions { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: 1.1fr .9fr; box-shadow: 0 -8px 30px rgba(15,18,14,.18); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--orange); color: white; font-size: .63rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--ink); }
  .lightbox figure { width: 92vw; }
  .lightbox-arrow { top: auto; bottom: 24px; transform: none; height: 50px; }
  .lightbox-arrow.left { left: 22px; }
  .lightbox-arrow.right { right: 22px; }
  .modal-close { right: 15px; top: 15px; }
  .menu-modal { padding: 75px 12px 90px; }
}

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