@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&family=Manrope:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;500;600&display=swap');

.gastrox {
  --gx-ink: #102a31;
  --gx-night: #071b20;
  --gx-salt: #f3f1e9;
  --gx-paper: #fffdf6;
  --gx-kelp: #365f56;
  --gx-glass: #b8d0c8;
  --gx-buoy: #e05d35;
  --gx-line: rgba(16, 42, 49, .2);
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  color: var(--gx-ink);
  background: var(--gx-salt);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color-scheme: light;
  scroll-behavior: smooth;
}

.gastrox *,
.gastrox *::before,
.gastrox *::after { box-sizing: border-box; }

.gastrox a { color: inherit; text-decoration: none; }
.gastrox button,
.gastrox input,
.gastrox select,
.gastrox textarea { font: inherit; }
.gastrox button,
.gastrox select { cursor: pointer; }
.gastrox img { display: block; width: 100%; }
.gastrox h1,
.gastrox h2,
.gastrox h3,
.gastrox p,
.gastrox figure,
.gastrox blockquote,
.gastrox dl,
.gastrox dd { margin: 0; }

.gastrox :focus-visible {
  outline: 3px solid var(--gx-buoy);
  outline-offset: 4px;
}

.gastrox-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;
}

.gastrox-menu,
.gastrox-story,
.gastrox-visit,
.gastrox-booking { scroll-margin-top: 1rem; }

.gastrox-skip {
  position: fixed;
  z-index: 100;
  top: .75rem;
  left: 1rem;
  padding: .75rem 1rem;
  color: var(--gx-paper);
  background: var(--gx-night);
  transform: translateY(-180%);
  transition: transform .2s ease;
}
.gastrox-skip:focus { transform: translateY(0); }

.gastrox-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 0 clamp(1.25rem, 4vw, 4.75rem);
  color: var(--gx-paper);
  border-bottom: 1px solid rgba(255, 253, 246, .28);
}

.gastrox-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: .7rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .14em;
}
.gastrox-brand svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.gastrox-header nav { display: flex; gap: clamp(1rem, 2.2vw, 2.5rem); }
.gastrox-nav-toggle { display: none; }
.gastrox-header nav a { position: relative; padding: .7rem .1rem; font-size: .82rem; font-weight: 600; }
.gastrox-header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: .25rem;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}
.gastrox-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.gastrox-header-cta {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: .8rem;
  padding: .72rem 1.35rem .72rem 1rem;
  color: var(--gx-night);
  background: var(--gx-paper);
  border: 0;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
  font-size: .78rem;
  font-weight: 700;
}
.gastrox-header-cta span { color: var(--gx-buoy); font-size: 1rem; }

.gastrox-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  min-height: min(900px, 100svh);
  color: var(--gx-paper);
  background: var(--gx-night);
}
.gastrox-hero-copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9rem clamp(1.5rem, 4.3vw, 5.2rem) 9rem;
}
.gastrox-hero h1 {
  max-width: 780px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.65rem, 6.7vw, 7.8rem);
  font-weight: 500;
  line-height: .85;
  letter-spacing: -.055em;
}
.gastrox-hero h1 span,
.gastrox-hero h1 em { display: block; }
.gastrox-hero h1 em { margin-left: clamp(0rem, 3vw, 3.5rem); color: var(--gx-glass); font-weight: 400; }
.gastrox-hero-copy > p { max-width: 34rem; margin-top: 2rem; color: rgba(255, 253, 246, .76); font-size: clamp(.95rem, 1.2vw, 1.15rem); }
.gastrox-hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.gastrox-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-width: 180px;
  padding: .9rem 1.05rem;
  border: 1px solid rgba(255, 253, 246, .45);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%);
  font-size: .82rem;
  font-weight: 700;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}
.gastrox-hero-actions a:first-child { color: var(--gx-night); background: var(--gx-buoy); border-color: var(--gx-buoy); }
.gastrox-hero-actions a:hover { color: var(--gx-night); background: var(--gx-paper); border-color: var(--gx-paper); }

.gastrox-hero-visual { position: relative; min-height: 100%; overflow: hidden; }
.gastrox-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--gx-night) 0%, transparent 27%), linear-gradient(0deg, rgba(7, 27, 32, .65), transparent 43%);
  pointer-events: none;
}
.gastrox-hero-visual img { height: 100%; min-height: 720px; object-fit: cover; object-position: 63% center; filter: saturate(.82) contrast(1.03); }
.gastrox-hero-visual figcaption {
  position: absolute;
  z-index: 3;
  right: clamp(1.25rem, 3vw, 3rem);
  bottom: 6.2rem;
  max-width: 280px;
  padding: 1.25rem 1.35rem;
  color: var(--gx-night);
  background: var(--gx-paper);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.2;
  box-shadow: 0 22px 45px rgba(7, 27, 32, .25);
}
.gastrox-hero-visual figcaption::before { content: ""; display: block; width: 2rem; height: 3px; margin-bottom: .8rem; background: var(--gx-buoy); }

.gastrox-route {
  position: absolute;
  z-index: 6;
  right: clamp(1.5rem, 4vw, 4.75rem);
  bottom: 2.2rem;
  left: clamp(1.5rem, 4vw, 4.75rem);
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: .75rem;
  color: rgba(255, 253, 246, .72);
  font-family: "IBM Plex Mono", monospace;
  font-size: .64rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.gastrox-route i { position: relative; height: 1px; background: rgba(255, 253, 246, .38); }
.gastrox-route i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border: 1px solid var(--gx-buoy); border-radius: 50%; background: var(--gx-night); }
.gastrox-route i::after { animation: gastrox-tide-marker 3.8s cubic-bezier(.6, 0, .35, 1) infinite alternate; }

@keyframes gastrox-tide-marker {
  from { right: calc(100% - 7px); }
  to { right: 0; }
}

.gastrox-menu { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 5vw, 6rem); color: var(--gx-paper); background: var(--gx-ink); }
.gastrox-menu > header { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; padding-bottom: 3rem; border-bottom: 1px solid rgba(255, 253, 246, .25); }
.gastrox-menu h2,
.gastrox-story h2,
.gastrox-visit h2,
.gastrox-booking h2 { font-family: "Newsreader", Georgia, serif; font-size: clamp(3rem, 6.2vw, 7rem); font-weight: 500; line-height: .9; letter-spacing: -.045em; }
.gastrox-menu header p { max-width: 34rem; color: rgba(255, 253, 246, .76); }
.gastrox-menu header small { display: block; margin-top: 1rem; color: var(--gx-glass); font-family: "IBM Plex Mono", monospace; font-size: .62rem; line-height: 1.5; text-transform: uppercase; }
.gastrox-filters { display: flex; flex-wrap: wrap; gap: .55rem; padding: 2rem 0 1.4rem; }
.gastrox-filters button {
  position: relative;
  padding: .65rem .12rem .7rem;
  color: rgba(255, 253, 246, .72);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 253, 246, .28);
  font-size: .76rem;
  font-weight: 600;
}
.gastrox-filters button::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--gx-buoy);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.gastrox-filters button:hover,
.gastrox-filters button[aria-pressed="true"] { color: var(--gx-paper); }
.gastrox-filters button[aria-pressed="true"]::before { transform: scaleX(1); transform-origin: left; }
.gastrox-menu-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(2rem, 6vw, 7rem); }
.gastrox-menu-list article { display: grid; grid-template-columns: 1fr auto; gap: 1.25rem; align-items: start; min-height: 125px; padding: 1.55rem 0; border-bottom: 1px solid rgba(255, 253, 246, .2); }
.gastrox-menu-list h3 { font-family: "Newsreader", Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 500; line-height: 1.1; }
.gastrox-menu-list p { max-width: 34rem; margin-top: .45rem; color: rgba(255, 253, 246, .58); font-size: .8rem; }
.gastrox-menu-list strong { color: var(--gx-glass); font-family: "IBM Plex Mono", monospace; font-size: .72rem; font-weight: 500; }
.gastrox-menu-list details { margin-top: .8rem; }
.gastrox-menu-list summary {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--gx-glass);
  font-family: "IBM Plex Mono", monospace;
  font-size: .61rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}
.gastrox-menu-list summary::-webkit-details-marker { display: none; }
.gastrox-menu-list summary span { color: var(--gx-buoy); font-size: 1rem; line-height: 1; transition: transform .2s ease; }
.gastrox-menu-list details[open] summary span { transform: rotate(45deg); }
.gastrox-menu-list details > div { max-width: 31rem; padding: .8rem 0 .15rem .85rem; border-left: 1px solid rgba(184, 208, 200, .35); }
.gastrox-menu-list details > div p { margin: 0; color: rgba(255, 253, 246, .72); }
.gastrox-menu-list details small { display: block; margin-top: .4rem; color: var(--gx-glass); font-size: .65rem; }

.gastrox-story { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); min-height: 760px; background: var(--gx-salt); }
.gastrox-story-image { position: relative; min-height: 680px; overflow: hidden; }
.gastrox-story-image img { height: 100%; object-fit: cover; filter: saturate(.72); }
.gastrox-story-image > span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem 1.4rem;
  color: var(--gx-paper);
  background: var(--gx-buoy);
  font-family: "IBM Plex Mono", monospace;
  font-size: .65rem;
  line-height: 1.6;
  letter-spacing: .1em;
}
.gastrox-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 8rem) clamp(1.5rem, 6vw, 6.5rem); }
.gastrox-story-copy > p { max-width: 35rem; margin-top: 1.4rem; color: rgba(16, 42, 49, .75); }
.gastrox-story-copy blockquote { max-width: 37rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--gx-line); font-family: "Newsreader", Georgia, serif; font-size: clamp(1.45rem, 2.2vw, 2.25rem); font-style: italic; line-height: 1.15; }

.gastrox-visit { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); color: var(--gx-paper); background: var(--gx-kelp); }
.gastrox-visit-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; gap: 0 2rem; padding: clamp(4rem, 7vw, 7rem) clamp(1.5rem, 5vw, 5rem); }
.gastrox-visit h2 { grid-column: 1 / -1; margin-bottom: 3.5rem; }
.gastrox-visit article { padding: 1.4rem 0; border-top: 1px solid rgba(255, 253, 246, .32); }
.gastrox-visit article:last-child { grid-column: 1 / -1; }
.gastrox-visit h3 { margin-bottom: .8rem; font-family: "IBM Plex Mono", monospace; font-size: .68rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.gastrox-visit p,
.gastrox-visit li { color: rgba(255, 253, 246, .76); font-size: .84rem; }
.gastrox-visit ul { margin: 0; padding: 0; list-style: none; }
.gastrox-visit a { display: inline-flex; gap: .65rem; margin-top: .8rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 700; }
.gastrox-visit > figure { min-height: 700px; overflow: hidden; }
.gastrox-visit > figure img { height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.02); }

.gastrox-booking { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 10rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 6vw, 7rem); background: var(--gx-paper); }
.gastrox-booking > header p { max-width: 26rem; margin-top: 1.5rem; color: rgba(16, 42, 49, .65); }
.gastrox-booking form { display: flex; flex-direction: column; gap: 1.5rem; }
.gastrox-booking label > span,
.gastrox-booking legend { display: block; margin-bottom: .55rem; font-family: "IBM Plex Mono", monospace; font-size: .66rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.gastrox-booking input,
.gastrox-booking select,
.gastrox-booking textarea {
  width: 100%;
  padding: .85rem 0;
  color: var(--gx-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--gx-line);
  border-radius: 0;
}
.gastrox-booking textarea { resize: vertical; }
.gastrox-booking input:focus,
.gastrox-booking select:focus,
.gastrox-booking textarea:focus { outline: 0; border-bottom-color: var(--gx-buoy); }
.gastrox-booking-basics,
.gastrox-contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.gastrox-booking fieldset { margin: 0; padding: 0; border: 0; }
.gastrox-times { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; }
.gastrox-times button {
  padding: .82rem .6rem;
  color: var(--gx-ink);
  background: transparent;
  border: 1px solid var(--gx-line);
  border-radius: 2px;
  font-family: "IBM Plex Mono", monospace;
  font-size: .72rem;
}
.gastrox-times button[aria-pressed="true"] { color: var(--gx-paper); background: var(--gx-ink); border-color: var(--gx-ink); }
.gastrox-contact-fields small { display: block; margin-top: .45rem; color: rgba(16, 42, 49, .56); font-size: .7rem; }
.gastrox-booking-basics small { display: block; margin-top: .5rem; color: rgba(16, 42, 49, .62); font-size: .68rem; line-height: 1.45; }
.gastrox-booking-basics small.is-warning { color: #8e2c14; font-weight: 700; }
.gastrox-closed-note { padding: 1rem; color: #8e2c14; background: #fae5dc; border-left: 3px solid var(--gx-buoy); font-size: .8rem; }
.gastrox-error { padding: .8rem 1rem; color: #8e2c14; background: #fae5dc; border-left: 3px solid var(--gx-buoy); font-size: .82rem; }
.gastrox-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1.25rem;
  color: var(--gx-paper);
  background: var(--gx-buoy);
  border: 1px solid var(--gx-buoy);
  border-radius: 0;
  font-size: .84rem;
  font-weight: 700;
  transition: color .25s ease, background .25s ease;
}
.gastrox-submit:hover { color: var(--gx-paper); background: var(--gx-night); border-color: var(--gx-night); }

.gastrox-confirmation { padding: clamp(1.5rem, 4vw, 3.5rem); color: var(--gx-paper); background: var(--gx-night); }
.gastrox-confirmation > svg { width: 60px; fill: none; stroke: var(--gx-glass); stroke-width: 3; }
.gastrox-confirmation > p { margin-top: 1.5rem; color: var(--gx-glass); font-family: "IBM Plex Mono", monospace; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.gastrox-confirmation > h3 { margin-top: .35rem; font-family: "Newsreader", Georgia, serif; font-size: clamp(2.4rem, 4vw, 4rem); font-weight: 500; }
.gastrox-confirmation .gastrox-confirmation-lead { max-width: 42rem; margin-top: 1rem; color: rgba(255, 253, 246, .68); font-family: "Manrope", sans-serif; font-size: .82rem; letter-spacing: 0; text-transform: none; }
.gastrox-confirmation dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2rem; border-top: 1px solid rgba(255, 253, 246, .2); }
.gastrox-confirmation dl div { padding: 1.1rem 1rem 1.1rem 0; border-bottom: 1px solid rgba(255, 253, 246, .2); }
.gastrox-confirmation dt { color: rgba(255, 253, 246, .5); font-size: .68rem; }
.gastrox-confirmation dd { margin-top: .35rem; font-weight: 600; overflow-wrap: anywhere; }
.gastrox-confirmation blockquote { margin-top: 1.5rem; padding: 1rem; color: var(--gx-night); background: var(--gx-glass); font-family: "Newsreader", Georgia, serif; font-size: 1.25rem; }
.gastrox-confirmation > small { display: block; margin-top: 1.2rem; color: rgba(255, 253, 246, .5); }
.gastrox-confirmation > div { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.gastrox-confirmation button { padding: .75rem 1rem; color: var(--gx-paper); background: transparent; border: 1px solid rgba(255, 253, 246, .42); }
.gastrox-confirmation button:first-child { color: var(--gx-night); background: var(--gx-paper); }

.gastrox-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; min-height: 130px; padding: 2rem clamp(1.5rem, 5vw, 6rem) calc(2rem + 84px + env(safe-area-inset-bottom, 0px)); color: var(--gx-paper); background: var(--gx-night); border-top: 1px solid rgba(255, 253, 246, .2); }
.gastrox-footer p { color: rgba(255, 253, 246, .58); font-size: .74rem; text-align: center; }
.gastrox-footer > a:last-child { display: inline-flex; justify-self: end; gap: .6rem; font-size: .74rem; font-weight: 700; }
.gastrox-footer-links { display: flex; align-items: center; justify-self: end; gap: 1.25rem; font-size: .72rem; font-weight: 700; }
.gastrox-footer-links a { padding: .35rem 0; border-bottom: 1px solid transparent; }
.gastrox-footer-links a:hover { border-bottom-color: currentColor; }

@media (max-width: 980px) {
  .gastrox-header { grid-template-columns: 1fr auto auto; gap: .65rem; }
  .gastrox-nav-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 12px 10px;
    color: var(--gx-paper);
    background: rgba(7, 27, 32, .48);
    border: 1px solid rgba(255, 253, 246, .38);
  }
  .gastrox-nav-toggle > span:not(.gastrox-sr-only) { display: block; width: 100%; height: 1px; background: currentColor; }
  .gastrox-header nav {
    position: absolute;
    top: calc(100% + 1px);
    right: clamp(1rem, 4vw, 4rem);
    left: clamp(1rem, 4vw, 4rem);
    display: grid;
    gap: 0;
    padding: .5rem 1rem;
    color: var(--gx-paper);
    background: rgba(7, 27, 32, .96);
    border: 1px solid rgba(255, 253, 246, .25);
    box-shadow: 0 20px 45px rgba(7, 27, 32, .3);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-.5rem);
    transition: opacity .2s ease, transform .2s ease;
  }
  .gastrox-header nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .gastrox-header nav a { padding: .9rem .15rem; border-bottom: 1px solid rgba(255, 253, 246, .16); }
  .gastrox-hero { grid-template-columns: 1fr; min-height: 920px; }
  .gastrox-hero-copy { justify-content: flex-end; min-height: 920px; padding-top: 24rem; padding-bottom: 8rem; background: linear-gradient(0deg, var(--gx-night) 8%, rgba(7,27,32,.76) 48%, rgba(7,27,32,.1) 85%); }
  .gastrox-hero-visual { position: absolute; inset: 0; }
  .gastrox-hero-visual::after { background: linear-gradient(0deg, var(--gx-night) 5%, transparent 70%); }
  .gastrox-hero-visual figcaption { display: none; }
  .gastrox-menu > header { grid-template-columns: 1fr; }
  .gastrox-story { grid-template-columns: 1fr; }
  .gastrox-story-image { min-height: 560px; }
  .gastrox-visit { grid-template-columns: 1fr; }
  .gastrox-visit > figure { min-height: 540px; }
  .gastrox-booking { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .gastrox { font-size: 15px; }
  .gastrox-header { min-height: 72px; padding-inline: 1rem; }
  .gastrox-brand svg { width: 29px; height: 29px; }
  .gastrox-brand span { font-size: .68rem; }
  .gastrox-header-cta { padding: .58rem .78rem; }
  .gastrox-header-cta span { display: none; }
  .gastrox-hero { min-height: 790px; }
  .gastrox-hero-copy { min-height: 790px; padding: 18rem 1.15rem 7rem; }
  .gastrox-hero h1 { font-size: clamp(3.2rem, 16vw, 5.1rem); }
  .gastrox-hero h1 em { margin-left: 0; }
  .gastrox-hero-copy > p { font-size: .92rem; }
  .gastrox-hero-actions a { min-width: 0; flex: 1 1 100%; }
  .gastrox-route { right: 1rem; bottom: 1.5rem; left: 1rem; gap: .3rem; font-size: .5rem; letter-spacing: .06em; }
  .gastrox-menu { padding: 4.5rem 1.15rem; }
  .gastrox-menu h2,
  .gastrox-story h2,
  .gastrox-visit h2,
  .gastrox-booking h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .gastrox-filters { flex-wrap: nowrap; gap: 1.2rem; margin-right: -1.15rem; padding-right: 1.15rem; overflow-x: auto; scrollbar-width: none; }
  .gastrox-filters::-webkit-scrollbar { display: none; }
  .gastrox-filters button { flex: 0 0 auto; }
  .gastrox-menu-list { grid-template-columns: 1fr; }
  .gastrox-menu-list article { min-height: 108px; }
  .gastrox-story-image { min-height: 430px; }
  .gastrox-story-copy { padding: 4.5rem 1.15rem; }
  .gastrox-visit-copy { grid-template-columns: 1fr; padding: 4.5rem 1.15rem; }
  .gastrox-visit h2 { margin-bottom: 2.2rem; }
  .gastrox-visit article:last-child { grid-column: auto; }
  .gastrox-visit > figure { min-height: 420px; }
  .gastrox-booking { gap: 2.5rem; padding: 4.5rem 1.15rem; }
  .gastrox-booking-basics,
  .gastrox-contact-fields { grid-template-columns: 1fr; }
  .gastrox-times { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gastrox-confirmation dl { grid-template-columns: 1fr; }
  .gastrox-footer { grid-template-columns: 1fr auto; min-height: 110px; padding: 1.5rem 1.15rem calc(1.5rem + 76px + env(safe-area-inset-bottom, 0px)); }
  .gastrox-footer p { display: none; }
  .gastrox-footer-links a:not(:last-child) { display: none; }
}

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