:root {
  --ink: #102d32;
  --ink-soft: #244248;
  --sea: #1c6b72;
  --sea-light: #79aeb0;
  --cream: #f5f1e7;
  --paper: #fcfaf5;
  --sand: #d9b46f;
  --coral: #c56f54;
  --white: #fff;
  --line: rgba(16, 45, 50, .16);
  --shadow: 0 24px 70px rgba(7, 31, 35, .16);
  --shell: min(1180px, calc(100vw - 48px));
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 144px) 0; }
.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;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 4px;
}
.skip-link:focus { transform: none; }

.eyebrow {
  margin: 0 0 18px;
  color: var(--sea);
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: .98;
}
h1 {
  margin-bottom: 30px;
  font-size: clamp(3.5rem, 7.5vw, 7.4rem);
  letter-spacing: -.055em;
}
h1 em { color: var(--sea); font-weight: 400; }
h2 {
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 5.2vw, 5.4rem);
  letter-spacing: -.045em;
}
h3 { font-size: clamp(2rem, 3vw, 3.1rem); letter-spacing: -.035em; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 25px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: .83rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.button:hover { background: var(--sea); border-color: var(--sea); transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 10px 19px; font-size: .74rem; }
.button-light { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.button-light:hover { color: var(--white); background: transparent; border-color: rgba(255,255,255,.7); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: .84rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  padding-top: 23px;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo {
  display: block;
  width: 142px;
  height: auto;
  mix-blend-mode: multiply;
}
.brand-mark {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  color: var(--cream);
  background: var(--ink);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: -.04em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.34rem; font-weight: 500; }
.brand-copy small { margin-top: 6px; font-size: .58rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.site-nav > a:not(.button) { font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.site-nav > a:not(.button):hover { color: var(--sea); }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(145px, 17vh, 200px) 0 0;
  background: var(--cream);
}
.hero::before {
  position: absolute;
  width: 34vw;
  height: 34vw;
  min-width: 360px;
  min-height: 360px;
  content: "";
  top: -15vw;
  left: -10vw;
  border: 1px solid rgba(28, 107, 114, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(28,107,114,.025), 0 0 0 110px rgba(28,107,114,.018);
}
.hero-glow {
  position: absolute;
  width: 46vw;
  height: 46vw;
  right: -15vw;
  bottom: -23vw;
  background: radial-gradient(circle, rgba(217,180,111,.38), rgba(217,180,111,0) 68%);
}
.hero-grid {
  position: relative;
  display: grid;
  min-height: 600px;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
}
.hero-copy { padding-bottom: 95px; }
.hero-lead { max-width: 610px; margin-bottom: 35px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-visual {
  position: relative;
  height: min(68vh, 690px);
  min-height: 480px;
  margin: 0;
  border-radius: 48% 48% 8px 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-visual::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to top, rgba(8,39,44,.52), transparent 45%);
  pointer-events: none;
}
.hero-visual img, .gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual img { object-position: 52% 55%; }
.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 30px;
  left: 32px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: var(--white);
}
.hero-visual figcaption span { font-size: .7rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.hero-visual figcaption strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.photo-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(255,255,255,.78);
  background:
    linear-gradient(145deg, rgba(11,71,79,.2), rgba(198,143,91,.12)),
    repeating-radial-gradient(circle at 20% 110%, transparent 0 54px, rgba(255,255,255,.08) 55px 56px),
    linear-gradient(145deg, #2e777d, #17434a 58%, #b6895e);
}
.photo-placeholder span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: .68rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.quick-facts {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  border-top: 1px solid var(--line);
}
.quick-facts > * { padding: 22px 22px 24px; border-right: 1px solid var(--line); text-decoration: none; }
.quick-facts > *:first-child { padding-left: 0; }
.quick-facts > *:last-child { border-right: 0; }
.quick-facts span, .reservation-links span, .contact-details span { display: block; margin-bottom: 6px; color: var(--sea); font-size: .66rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.quick-facts strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 500; }

.intro { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 65px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 440px; margin-bottom: 10px; color: var(--ink-soft); font-size: 1.08rem; }
.specialty-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.specialty-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 3.3vw, 45px);
  border-radius: 6px;
  overflow: hidden;
}
.specialty-card-sea { color: var(--white); background: var(--sea); }
.specialty-card-rice { background: #e2c88f; }
.specialty-card-morning { color: var(--cream); background: var(--ink); }
.card-number { align-self: end; font-family: var(--serif); font-size: 2rem; opacity: .55; }
.card-kicker { margin-bottom: 13px; font-size: .67rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; opacity: .78; }
.specialty-card h3 { margin-bottom: 24px; }
.specialty-card p:last-child { margin-bottom: 0; font-size: .94rem; opacity: .86; }

.menu-callout { color: var(--cream); background: var(--ink); }
.menu-callout .eyebrow { color: var(--sand); }
.menu-callout-inner { display: grid; grid-template-columns: 1.18fr .82fr; gap: 90px; align-items: end; }
.menu-callout h2 { margin: 0; }
.menu-callout-copy p { max-width: 440px; margin-bottom: 30px; color: rgba(245,241,231,.78); font-size: 1.08rem; }

.spaces { background: var(--cream); }
.spaces-heading { margin-bottom: 54px; }
.spaces-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.space-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
  border-radius: 6px;
}
.space-card-wide { grid-column: 1 / -1; grid-template-columns: 1.08fr .92fr; }
.space-card-media { min-height: 370px; margin: 0; overflow: hidden; }
.space-card-wide .space-card-media { min-height: 520px; }
.space-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.3,1); }
.space-card-wide .space-card-media img { object-position: 50% 52%; }
.space-card-garden .space-card-media img { object-position: 50% 45%; }
.space-card:hover .space-card-media img { transform: scale(1.025); }
.space-card-copy { position: relative; padding: clamp(30px, 4vw, 58px); }
.space-card-copy .card-kicker { color: var(--sand); }
.space-card-copy h3 { max-width: 520px; margin-bottom: 24px; }
.space-card-copy > p:last-child { max-width: 520px; margin-bottom: 0; color: rgba(245,241,231,.8); font-size: 1rem; }
.space-number { position: absolute; top: clamp(28px, 3vw, 42px); right: clamp(28px, 3vw, 42px); font-family: var(--serif); font-size: 2rem; opacity: .45; }
.spaces-flavour {
  display: grid;
  grid-template-columns: .32fr .68fr;
  gap: 45px;
  align-items: start;
  margin-top: 42px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.spaces-flavour .eyebrow { margin: 5px 0 0; }
.spaces-flavour > p:last-child { max-width: 780px; margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.28; }

.welcome { background: var(--paper); }
.welcome-heading { margin-bottom: 54px; }
.welcome-landscape {
  position: relative;
  height: clamp(440px, 57vw, 670px);
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}
.welcome-landscape img, .team-story-media img { width: 100%; height: 100%; object-fit: cover; }
.welcome-landscape img { object-position: 50% 54%; }
.welcome-landscape figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  min-width: 230px;
  gap: 2px;
  padding: 18px 22px;
  color: var(--cream);
  background: rgba(16,45,50,.9);
  backdrop-filter: blur(10px);
  border-radius: 4px;
}
.welcome-landscape figcaption strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.welcome-landscape figcaption span { color: rgba(245,241,231,.72); font-size: .7rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.team-story {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  min-width: 0;
  margin-top: 18px;
  overflow: hidden;
  color: var(--cream);
  background: var(--sea);
  border-radius: 6px;
}
.team-story-media { min-height: 500px; margin: 0; overflow: hidden; }
.team-story-media img { object-position: 50% 44%; }
.team-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 70px); }
.team-story-copy .eyebrow { color: var(--sand); }
.team-story-copy h3 { margin-bottom: 28px; }
.team-story-copy > p:last-child { margin-bottom: 0; color: rgba(245,241,231,.82); font-size: 1rem; }

.experience { background: var(--paper); }
.centered-heading { max-width: 780px; margin: 0 auto 64px; text-align: center; }
.centered-heading p:last-child { max-width: 620px; margin: 0 auto; color: var(--ink-soft); font-size: 1.05rem; }
.gallery-grid { display: grid; grid-auto-rows: 250px; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { min-width: 0; overflow: hidden; border-radius: 4px; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-item img { transition: transform .7s cubic-bezier(.2,.65,.3,1); }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item[data-photo-slot="local"] img { object-position: 50% 48%; }
.gallery-item[data-photo-slot="atardecer"] img { object-position: 50% 62%; }
.gallery-item[data-photo-slot="jardin"] img { object-position: 50% 45%; }
.gallery-item[data-photo-slot="servicio"] img { object-position: 50% 48%; }
.gallery-item[data-photo-slot="fritura-actual"] img { object-position: 50% 46%; }
.gallery-item[data-photo-slot="cocina"] img { object-position: 52% 54%; }
.gallery-item[data-photo-slot="ensalada-actual"] img { object-position: 58% 44%; }
.gallery-item:nth-child(2) .photo-placeholder { background: linear-gradient(145deg, #b97b4f, #664b3c); }
.gallery-item:nth-child(3) .photo-placeholder { background: linear-gradient(145deg, #3f7e7d, #173f46); }
.gallery-item:nth-child(4) .photo-placeholder { background: linear-gradient(145deg, #d5b77a, #436f6e); }
.gallery-item:nth-child(5) .photo-placeholder { background: linear-gradient(145deg, #c6785f, #754938); }
.instagram-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.instagram-callout p { margin: 0; color: var(--ink-soft); }
.instagram-callout strong { font-weight: 750; }

.reservations { color: var(--cream); background: #164d53; }
.reservations .eyebrow { color: var(--sand); }
.reservations-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.reservations-copy > p:not(.eyebrow) { max-width: 470px; color: rgba(245,241,231,.78); font-size: 1.03rem; }
.reservation-links { margin-top: 45px; border-top: 1px solid rgba(255,255,255,.18); }
.reservation-links a { display: block; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.reservation-links span { color: var(--sand); }
.reservation-links strong { font-size: .94rem; font-weight: 550; overflow-wrap: anywhere; }
.reservations-copy a:focus-visible { outline-color: var(--cream); }
.booking-panel a:focus-visible, .booking-panel button:focus-visible { outline-color: var(--sea); }
.booking-panel { min-width: 0; min-height: 560px; padding: clamp(18px, 2.4vw, 32px); color: var(--ink); background: var(--paper); border-radius: 28px 28px 4px 4px; box-shadow: 0 30px 75px rgba(5,26,29,.3); }
.booking-consent {
  display: flex;
  min-height: 500px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(16,45,50,.16);
  text-align: center;
}
.booking-consent h3 { max-width: 520px; margin-bottom: 20px; }
.booking-consent > p:not(.eyebrow) { max-width: 530px; margin-bottom: 28px; color: var(--ink-soft); }
.booking-consent .button { cursor: pointer; }
.booking-direct-link, .booking-privacy-link, .booking-call-link { display: inline-flex; align-items: center; color: var(--sea); font-weight: 750; }
.booking-direct-link { margin-top: 22px; font-size: .86rem; }
.booking-privacy-link { margin-top: 10px; font-size: .74rem; }
.covermanager-embed { min-width: 0; width: 100%; }
.covermanager-embed:focus-visible, .covermanager-frame:focus-visible { outline: 3px solid var(--sea); outline-offset: 4px; }
.covermanager-frame { display: block; width: 100%; max-width: 100%; min-width: 0; border: 0; background: var(--white); }
.booking-fallback { margin: 13px 0 0; color: var(--ink-soft); font-size: .78rem; text-align: center; }
.booking-fallback a, .booking-call-link { color: var(--sea); font-weight: 750; }
.booking-mobile-direct { display: none; }
.booking-noscript { display: grid; min-height: 300px; place-items: center; margin: 0; text-align: center; }
.booking-icon { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 26px; color: var(--white); background: var(--coral); border-radius: 50%; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px 35px; padding-top: 15px; }
.contact-details > div:first-child { grid-column: span 2; }
.contact-details p { font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.contact-details p a { text-decoration: none; }
.map-panel { margin-top: clamp(55px, 7vw, 90px); overflow: hidden; color: var(--cream); background: var(--ink); border-radius: 28px 28px 4px 4px; box-shadow: var(--shadow); }
.map-panel-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: end; padding: clamp(30px, 4vw, 48px); }
.map-panel-head .eyebrow { color: var(--sand); }
.map-panel-head h3 { max-width: 620px; margin-bottom: 16px; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.map-panel-head p:not(.eyebrow) { max-width: 620px; margin-bottom: 0; color: rgba(245,241,231,.76); }
.map-panel-actions { display: flex; align-items: flex-start; flex-direction: column; }
.map-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.map-actions .button { cursor: pointer; }
.map-actions .text-link { color: var(--cream); }
.map-privacy-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 15px; color: rgba(245,241,231,.68); font-size: .74rem; font-weight: 750; }
.map-placeholder {
  position: relative;
  display: grid;
  min-height: 230px;
  place-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px) 0 0 / 52px 52px,
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px) 0 0 / 52px 52px,
    radial-gradient(circle at 50% 46%, rgba(217,180,111,.34), transparent 34%),
    linear-gradient(145deg, #276e73, #123b41);
}
.map-placeholder::before, .map-placeholder::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.map-placeholder::before { width: 250px; height: 250px; }
.map-placeholder::after { width: 360px; height: 360px; }
.map-marker { position: relative; z-index: 1; display: grid; width: 78px; height: 78px; place-items: center; color: var(--white); background: var(--coral); border: 7px solid rgba(255,255,255,.88); border-radius: 50%; box-shadow: 0 18px 45px rgba(5,26,29,.34); font-family: var(--serif); font-size: 1rem; }
.map-coordinates { position: absolute; z-index: 1; right: 24px; bottom: 21px; color: rgba(255,255,255,.78); font-size: .68rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.location-embeds { display: grid; width: 100%; grid-template-columns: 1.35fr .65fr; gap: 2px; background: var(--ink); }
.location-embeds:focus-visible, .google-map-frame:focus-visible { outline: 3px solid var(--sand); outline-offset: -5px; }
.location-card { min-width: 0; margin: 0; color: var(--ink); background: var(--paper); }
.google-map-frame { display: block; width: 100%; height: 320px; border: 0; background: #dbe5e1; }
.location-card figcaption { display: flex; justify-content: space-between; gap: 18px; padding: 14px 18px; }
.location-card figcaption strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 500; }
.location-card figcaption span { color: var(--ink-soft); font-size: .75rem; }

.site-footer { padding: 75px 0 25px; color: var(--cream); background: #0a2529; }
.brand-footer .brand-mark { color: var(--ink); background: var(--sand); }
.brand-logo-footer {
  padding: 8px;
  background: var(--cream);
  border-radius: 3px;
  mix-blend-mode: normal;
}
.footer-main { display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 70px; align-items: center; padding-bottom: 60px; }
.footer-main > p { max-width: 420px; margin: 0; color: rgba(245,241,231,.65); }
.footer-main nav { display: flex; gap: 22px; }
.footer-main nav a { color: rgba(245,241,231,.75); font-size: .73rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: rgba(245,241,231,.45); border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom small { font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.mobile-booking { display: none; }

.subpage-header {
  position: relative;
  padding: 23px 0;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.subpage-header .header-inner { min-height: 52px; }
.back-link { font-size: .73rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.legal-page { min-height: 70vh; background: var(--paper); }
.legal-wrap { max-width: 820px; }
.legal-wrap h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
.legal-wrap h2 { margin-top: 48px; font-size: 2rem; letter-spacing: -.025em; }
.legal-wrap h3 { margin: 30px 0 12px; font-size: 1.45rem; letter-spacing: -.015em; }
.legal-wrap p, .legal-wrap li { color: var(--ink-soft); }
.legal-note { margin: 35px 0; padding: 22px 25px; background: var(--cream); border-left: 3px solid var(--sand); }
.legal-meta { margin-bottom: 45px; color: var(--sea); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 34px, 760px); }
  .menu-button {
    position: relative;
    z-index: 23;
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    gap: 6px;
    padding: 0;
    color: inherit;
    background: rgba(245,241,231,.82);
    border: 1px solid var(--line);
    border-radius: 50%;
  }
  .menu-button span:not(.sr-only) { display: block; width: 19px; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .menu-open .menu-button span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-button span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    z-index: 22;
    inset: 0;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    color: var(--cream);
    background: rgba(10,37,41,.98);
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease;
  }
  .site-nav > a:not(.button) { font-family: var(--serif); font-size: 2.3rem; font-weight: 400; letter-spacing: -.03em; text-transform: none; }
  .menu-open .site-nav { visibility: visible; opacity: 1; }
  .hero { padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { padding: 0; }
  .hero-visual { height: clamp(540px, 76vw, 680px); }
  .quick-facts { grid-template-columns: repeat(2, 1fr); }
  .quick-facts > *:nth-child(2) { border-right: 0; }
  .quick-facts > *:nth-child(n+3) { border-top: 1px solid var(--line); }
  .quick-facts > *:nth-child(3) { padding-left: 0; }
  .split-heading, .menu-callout-inner, .reservations-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty-card { min-height: 390px; }
  .space-card-wide { grid-template-columns: 1fr; }
  .space-card-wide .space-card-media { min-height: 430px; }
  .spaces-flavour { grid-template-columns: 1fr; gap: 16px; }
  .team-story { grid-template-columns: 1fr; }
  .team-story-media { min-height: 470px; }
  .gallery-grid { grid-auto-rows: 220px; grid-template-columns: repeat(2, 1fr); }
  .gallery-tall { grid-row: auto; }
  .reservations-copy > p:not(.eyebrow) { max-width: 620px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: calc(65px + env(safe-area-inset-bottom)); }
  .section { padding: 82px 0; }
  .brand-mark { width: 43px; height: 43px; }
  .brand-logo { width: 118px; }
  .brand-copy strong { font-size: 1.2rem; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero { min-height: auto; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { height: 500px; min-height: 0; border-radius: 46% 46% 5px 5px; }
  .quick-facts { grid-template-columns: 1fr; margin-top: 28px; }
  .quick-facts > * { padding-left: 0; border-right: 0; border-top: 1px solid var(--line); }
  .quick-facts > *:first-child { border-top: 0; }
  .split-heading { gap: 25px; }
  .specialty-card { min-height: 360px; }
  .spaces-grid { grid-template-columns: 1fr; gap: 14px; }
  .space-card-wide { grid-column: auto; }
  .space-card-media, .space-card-wide .space-card-media { min-height: 280px; }
  .space-card-copy { padding: 30px 24px 34px; }
  .space-card-copy h3 { margin-bottom: 18px; font-size: 2.35rem; }
  .space-number { top: 27px; right: 24px; font-size: 1.6rem; }
  .spaces-flavour { margin-top: 32px; padding-top: 26px; }
  .welcome-landscape { height: 430px; }
  .welcome-landscape img { object-position: 57% 50%; }
  .welcome-landscape figcaption { right: 14px; bottom: 14px; left: 14px; min-width: 0; padding: 15px 18px; }
  .team-story { margin-top: 14px; }
  .team-story-media { min-height: 300px; }
  .team-story-copy { padding: 36px 24px 40px; }
  .team-story-copy h3 { margin-bottom: 20px; font-size: 2.4rem; }
  .gallery-grid { grid-auto-rows: 240px; grid-template-columns: 1fr; }
  .instagram-callout { align-items: flex-start; flex-direction: column; gap: 15px; }
  .gallery-wide { grid-column: auto; }
  .booking-panel { min-height: 0; padding: 14px; border-radius: 18px 18px 4px 4px; }
  .contact-details { grid-template-columns: 1fr; gap: 35px; }
  .contact-details > div:first-child { grid-column: auto; }
  .map-panel { border-radius: 18px 18px 4px 4px; }
  .map-panel-head { grid-template-columns: 1fr; gap: 28px; padding: 32px 24px; }
  .map-placeholder { min-height: 200px; }
  .map-placeholder::before { width: 180px; height: 180px; }
  .map-placeholder::after { width: 270px; height: 270px; }
  .map-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .location-embeds { grid-template-columns: 1fr; }
  .location-card-map .google-map-frame { height: 285px; }
  .location-card-streetview .google-map-frame { height: 220px; }
  .location-card figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .footer-main nav { flex-direction: column; gap: 10px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-booking {
    position: fixed;
    z-index: 30;
    right: max(10px, env(safe-area-inset-right));
    bottom: max(9px, env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
    display: grid;
    height: 50px;
    place-items: center;
    color: var(--white);
    background: var(--ink);
    border-radius: 999px;
    box-shadow: 0 8px 25px rgba(7,31,35,.35);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .mobile-booking.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(120%); }
  .legal-wrap h1 { font-size: 3.3rem; }
}

@media (max-width: 700px), (max-height: 600px) and (pointer: coarse) {
  .booking-consent, .covermanager-embed { display: none; }
  .booking-mobile-direct {
    display: flex;
    min-height: 440px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 36px 22px;
    border: 1px solid rgba(16,45,50,.16);
    text-align: center;
  }
  .booking-mobile-direct .eyebrow { color: var(--sea); }
  .booking-mobile-direct h3 { max-width: 480px; margin-bottom: 18px; }
  .booking-mobile-direct > p:not(.eyebrow) { max-width: 460px; margin-bottom: 27px; color: var(--ink-soft); }
  .booking-call-link { margin-top: 20px; font-size: .84rem; }
}

@media (max-width: 920px) and (orientation: landscape) and (max-height: 600px) {
  .hero { padding-top: 110px; }
  .hero-visual { height: 430px; }
  .site-nav > a:not(.button) { font-size: 1.8rem; }
  .site-nav { gap: 16px; }
}

@media (pointer: coarse) {
  .gallery-item:hover img { transform: none; }
  .space-card:hover .space-card-media img { transform: none; }
  .site-nav > a, .reservation-links a, .contact-details a, .booking-direct-link, .booking-privacy-link, .booking-call-link, .map-actions a, .map-privacy-link { min-height: 44px; }
}

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