
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  --night: #111111;
  --bone: #F2F0E9;
  --signal: #E84B35;
  --blue: #506D8B;
  --concrete: #C9C7BF;
  --lime: #C7D548;
  --white: #FBFAF6;
  --ink-soft: rgba(17, 17, 17, 0.72);
  --line: rgba(17, 17, 17, 0.26);
  --line-dark: rgba(242, 240, 233, 0.22);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--night);
  background: var(--bone);
  overflow-x: hidden;
}

body.overflow {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--signal);
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
summary:focus {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

p {
  margin: 0 0 1.2rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: inherit;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

address {
  font-style: normal;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 2000;
  padding: 0.8rem 1rem;
  background: var(--lime);
  color: var(--night);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.fh5co-loader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: var(--night);
}

#page {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}

.container {
  width: min(1180px, calc(100% - 32px));
}

.fh5co-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  background: rgba(242, 240, 233, 0.95);
  border-bottom: 2px solid var(--night);
  transition: background 0.2s ease, transform 0.2s ease;
}

.fh5co-nav.scrolled {
  background: var(--white);
}

.nav-shell {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto;
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(170px, 0.9fr) auto minmax(390px, 1.6fr) auto;
  gap: 20px;
  align-items: center;
}

#fh5co-logo a {
  display: grid;
  color: var(--night);
}

.brand-main {
  font-size: 2.05rem;
  line-height: 0.86;
  font-weight: 900;
}

.brand-sub,
.location-indicator,
.section-kicker,
.hero-secondary,
.row-label,
.poster-num,
.poster-label,
figcaption,
.notice,
.copyright {
  font-size: 0.78rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-sub {
  margin-top: 0.25rem;
  color: var(--ink-soft);
}

.location-indicator {
  padding: 0.45rem 0.6rem;
  border: 1px solid var(--night);
  white-space: nowrap;
}

.menu-1 ul,
.menu-2 ul,
.footer-links,
.hours-list,
.hours-board,
.menu-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-1 ul {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.menu-1 a,
.nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.65rem 0.75rem;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-1 li.active a,
.menu-1 a:hover,
.menu-1 a:focus {
  border-color: var(--night);
  color: var(--night);
}

.menu-2 {
  justify-self: end;
}

.nav-cta,
.btn-primary {
  background: var(--signal);
  color: var(--white);
  border-color: var(--signal);
}

.nav-cta:hover,
.nav-cta:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: var(--night);
  color: var(--white);
  border-color: var(--night);
}

.fh5co-nav-toggle {
  display: none;
  position: fixed;
  right: 14px;
  top: 16px;
  width: 44px;
  height: 44px;
  z-index: 1100;
  border: 2px solid var(--night);
  background: var(--bone);
  color: var(--night);
  padding: 0;
}

.fh5co-nav-toggle span,
.fh5co-nav-toggle span::before,
.fh5co-nav-toggle span::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  margin: 0 auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.fh5co-nav-toggle span::before {
  transform: translateY(-7px);
}

.fh5co-nav-toggle span::after {
  transform: translateY(5px);
}

.fh5co-nav-toggle.active span {
  background: transparent;
}

.fh5co-nav-toggle.active span::before {
  transform: translateY(2px) rotate(45deg);
}

.fh5co-nav-toggle.active span::after {
  transform: translateY(0) rotate(-45deg);
}

#fh5co-offcanvas {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(320px, 86vw);
  z-index: 1002;
  padding: 88px 22px 22px;
  background: var(--night);
  color: var(--bone);
  border-left: 2px solid var(--bone);
  transform: translateX(104%);
  transition: transform 0.25s ease;
}

.offcanvas #fh5co-offcanvas {
  transform: translateX(0);
}

#fh5co-offcanvas ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
}

#fh5co-offcanvas a {
  display: block;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line-dark);
  color: var(--bone);
  text-transform: uppercase;
  font-weight: 800;
}

#fh5co-offcanvas .nav-cta {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--white);
  padding: 0.8rem 1rem;
}

.offcanvas-brand {
  font-size: 2.2rem;
  line-height: 0.95;
  font-weight: 900;
  margin-bottom: 1.4rem;
}

.offcanvas-brand span {
  color: var(--concrete);
  font-size: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1rem;
  border: 2px solid var(--night);
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-outline,
.btn-quiet {
  background: transparent;
  color: var(--night);
}

.btn-outline:hover,
.btn-outline:focus,
.btn-quiet:hover,
.btn-quiet:focus {
  background: var(--night);
  color: var(--white);
  border-color: var(--night);
}

.text-link {
  display: inline-block;
  border-bottom: 2px solid currentColor;
  font-weight: 900;
  text-transform: uppercase;
}

.fh5co-section {
  padding: 86px 0;
  border-top: 2px solid var(--night);
}

.poster-hero,
.subpage-hero {
  min-height: 78vh;
  padding: 128px 0 46px;
  display: flex;
  align-items: center;
  background: var(--bone);
  border-bottom: 2px solid var(--night);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 610px;
}

.poster-hero h1 {
  max-width: 760px;
  font-size: clamp(4.1rem, 10.2vw, 11rem);
}

.subpage-hero h1 {
  max-width: 920px;
  font-size: clamp(3.2rem, 8vw, 8.6rem);
  margin: 1rem 0 1.5rem;
}

.hero-intro,
.subpage-hero p:not(.hero-secondary),
.lead {
  max-width: 760px;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.18;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.4rem;
}

.hero-image {
  margin: 0;
  border: 2px solid var(--night);
  background: var(--night);
  min-height: 610px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-meta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 2px solid var(--night);
  border-top: 0;
}

.hero-meta span {
  padding: 0.9rem;
  border-right: 2px solid var(--night);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-meta span:last-child {
  border-right: 0;
  background: var(--lime);
}

.section-row,
.split-statement,
.journey-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.48fr) minmax(0, 1fr);
  gap: 44px;
}

.section-row {
  align-items: end;
  margin-bottom: 32px;
}

.section-row h2,
.split-statement h2,
.journey-heading h2,
.callout-panel h2,
.visit-grid h2 {
  font-size: clamp(2.3rem, 5vw, 6rem);
}

.section-kicker {
  color: var(--signal);
  font-weight: 900;
  margin-bottom: 1rem;
}

.manifesto {
  background: var(--night);
  color: var(--bone);
}

.manifesto .section-kicker,
.manifesto a {
  color: var(--lime);
}

.dish-ticker {
  border-top: 2px solid var(--night);
  border-bottom: 2px solid var(--night);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  background: var(--white);
}

.ticker-cta {
  padding: 1rem;
  border-right: 2px solid var(--night);
  font-weight: 900;
  color: var(--signal);
  white-space: nowrap;
}

.ticker-window {
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 32s linear infinite;
}

.ticker-track span {
  padding: 1rem 1.2rem;
  border-right: 2px solid var(--night);
  font-weight: 900;
  white-space: nowrap;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.food-mosaic {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  grid-auto-rows: minmax(210px, auto);
  gap: 14px;
}

.food-mosaic figure,
.image-strip figure,
.menu-insert {
  position: relative;
  min-height: 260px;
  margin: 0;
  border: 2px solid var(--night);
  overflow: hidden;
  background: var(--night);
}

.food-mosaic img,
.image-strip img,
.menu-insert img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.mosaic-large {
  grid-row: span 2;
}

.mono img,
.hero-image.mono img {
  filter: grayscale(1) contrast(1.08);
  transition: filter 0.2s ease;
}

.mono:hover img {
  filter: grayscale(0.15) contrast(1.05);
}

figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.55rem 0.7rem;
  background: var(--bone);
  border-top: 2px solid var(--night);
  border-right: 2px solid var(--night);
  font-weight: 900;
}

.type-tile,
.ingredient-tile {
  border: 2px solid var(--night);
  padding: 1rem;
  min-height: 220px;
  display: flex;
}

.type-tile {
  align-items: end;
  background: var(--signal);
  color: var(--white);
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: 0.88;
  font-weight: 900;
}

.ingredient-tile {
  flex-wrap: wrap;
  align-content: space-between;
  gap: 8px;
  background: var(--blue);
  color: var(--white);
}

.ingredient-tile span {
  border: 1px solid var(--white);
  padding: 0.45rem 0.55rem;
  font-weight: 900;
}

.night-journey {
  background: var(--white);
}

.timeline-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 0;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  border: 2px solid var(--night);
}

.timeline-row li {
  min-height: 150px;
  padding: 1rem;
  border-right: 2px solid var(--night);
}

.timeline-row li:last-child {
  border-right: 0;
}

.timeline-row time {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  color: var(--signal);
}

.timeline-row span {
  display: block;
  margin-top: 1.6rem;
  font-weight: 800;
}

.notice {
  color: var(--ink-soft);
  font-weight: 800;
}

.program-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.program-filter button {
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  border: 2px solid var(--night);
  background: transparent;
  color: var(--night);
  font-weight: 900;
}

.program-filter button.is-active,
.program-filter button:hover,
.program-filter button:focus {
  background: var(--lime);
  color: var(--night);
}

.poster-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.program-poster {
  min-height: 310px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 14px;
  padding: 1rem;
  border: 2px solid var(--night);
  background: var(--white);
}

.program-poster:nth-child(even) {
  background: var(--night);
  color: var(--bone);
}

.program-poster:nth-child(3n) {
  background: var(--blue);
  color: var(--white);
}

.program-poster.is-hidden {
  display: none;
}

.poster-num {
  color: var(--signal);
  font-weight: 900;
}

.program-poster:nth-child(even) .poster-num {
  color: var(--lime);
}

.poster-label {
  justify-self: start;
  padding: 0.35rem 0.45rem;
  border: 1px solid currentColor;
  font-weight: 900;
}

.program-poster h3 {
  font-size: clamp(2.1rem, 3.4vw, 4rem);
  align-self: end;
}

.program-poster p {
  font-size: 1.05rem;
  font-weight: 700;
}

.program-poster a {
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 2px solid currentColor;
  justify-self: start;
}

.table18-feature,
.table18-detail {
  background: var(--night);
  color: var(--bone);
}

.table18-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

.table-geometry {
  min-height: 420px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  border: 2px solid var(--bone);
}

.table-geometry span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid var(--line-dark);
  border-bottom: 2px solid var(--line-dark);
  color: var(--lime);
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  font-weight: 900;
}

.table-geometry span:first-child {
  grid-column: span 2;
  grid-row: span 2;
  color: var(--signal);
  font-size: clamp(6rem, 12vw, 13rem);
}

.table-geometry.blue span:first-child {
  color: var(--bone);
  background: var(--blue);
}

.table18-grid h2 {
  margin: 0.2rem 0 1.4rem;
  font-size: clamp(3.2rem, 7vw, 8rem);
}

.strong-disclaimer {
  padding: 1rem;
  border: 2px solid currentColor;
  background: rgba(199, 213, 72, 0.12);
  font-weight: 800;
}

.visit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: 24px;
}

.hours-board {
  border: 2px solid var(--night);
}

.hours-board li,
.hours-list li,
.menu-category li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
}

.hours-board li:last-child,
.hours-list li:last-child,
.menu-category li:last-child {
  border-bottom: 0;
}

.hours-board span,
.menu-category span {
  font-weight: 800;
}

.callout-panel {
  padding: clamp(1.2rem, 4vw, 3rem);
  border: 2px solid var(--night);
  background: var(--signal);
  color: var(--white);
}

.callout-panel .section-kicker {
  color: var(--night);
}

.callout-panel p {
  max-width: 720px;
  font-size: 1.15rem;
  font-weight: 700;
}

.callout-panel .btn {
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}

.faq-list {
  border-top: 2px solid var(--night);
}

.faq-item {
  border-bottom: 2px solid var(--night);
}

.faq-item summary {
  cursor: pointer;
  min-height: 56px;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.08rem;
  font-weight: 900;
  list-style: none;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0.2rem;
  top: 0.7rem;
  font-size: 2rem;
  color: var(--signal);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  max-width: 820px;
  padding-bottom: 1rem;
}

.subpage-hero {
  min-height: 58vh;
  background:
    linear-gradient(90deg, rgba(17,17,17,0.78), rgba(17,17,17,0.34)),
    url("../images/nocterra-evening-table.jpg") center / cover no-repeat;
  color: var(--bone);
}

.kitchen-hero {
  background:
    linear-gradient(90deg, rgba(17,17,17,0.82), rgba(17,17,17,0.42)),
    url("../images/gallery_2.jpeg") center / cover no-repeat;
}

.menu-hero {
  background: var(--bone);
  color: var(--night);
}

.night-hero {
  background:
    linear-gradient(90deg, rgba(17,17,17,0.88), rgba(17,17,17,0.48)),
    url("../images/gallery_9.jpeg") center / cover no-repeat;
}

.reservation-hero {
  background:
    linear-gradient(90deg, rgba(17,17,17,0.82), rgba(17,17,17,0.46)),
    url("../images/hero_1.jpeg") center / cover no-repeat;
}

.legal-hero {
  min-height: 45vh;
  background: var(--night);
  color: var(--bone);
}

.principle-grid,
.ingredient-index-grid,
.note-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.principle-grid article,
.ingredient-index-grid article,
.note-grid article {
  border: 2px solid var(--night);
  padding: 1rem;
  background: var(--white);
}

.principle-grid span {
  color: var(--signal);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.9;
}

.principle-grid h2,
.note-grid h2 {
  margin: 1rem 0;
  font-size: clamp(2rem, 3.6vw, 4.2rem);
}

.ingredient-index-grid article {
  min-height: 150px;
  display: grid;
  align-content: space-between;
}

.ingredient-index-grid strong {
  font-size: 1.5rem;
  color: var(--signal);
}

.ingredient-index-grid span {
  font-weight: 700;
}

.image-strip {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  gap: 12px;
}

.image-strip figure:first-child {
  min-height: 460px;
}

.split-notes {
  background: var(--concrete);
}

.menu-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.menu-jump a {
  min-height: 42px;
  padding: 0.55rem 0.7rem;
  border: 2px solid var(--night);
  font-weight: 900;
  text-transform: uppercase;
}

.menu-jump a:hover,
.menu-jump a:focus {
  background: var(--lime);
  color: var(--night);
}

.menu-stack {
  position: relative;
}

.menu-category {
  margin-bottom: 18px;
  padding: clamp(1rem, 3vw, 2rem);
  border: 2px solid var(--night);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--concrete);
}

.category-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: end;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--night);
}

.category-heading span {
  color: var(--signal);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.82;
}

.category-heading h2 {
  font-size: clamp(2rem, 5vw, 5.8rem);
}

.menu-category ul {
  margin-top: 1rem;
}

.menu-category strong {
  white-space: nowrap;
  color: var(--signal);
}

.menu-insert {
  margin: 32px 0;
}

.menu-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.menu-info p {
  margin: 0;
  padding: 1rem;
  border: 2px solid var(--night);
  font-weight: 800;
}

.night-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.night-index a {
  display: grid;
  min-height: 138px;
  padding: 1rem;
  border: 2px solid var(--night);
  background: var(--white);
}

.night-index strong {
  color: var(--signal);
  font-size: 2.5rem;
  line-height: 1;
}

.night-index span {
  align-self: end;
  font-weight: 900;
}

.responsible-panel {
  background: var(--night) !important;
  color: var(--bone);
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.reservation-form {
  padding: 1rem;
  border: 2px solid var(--night);
  background: var(--white);
}

.form-row {
  margin-bottom: 1rem;
}

.form-row.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.form-row label,
.checkbox-row label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 900;
}

.form-control {
  width: 100%;
  min-height: 46px;
  border: 2px solid var(--night);
  border-radius: 0;
  background: var(--bone);
  color: var(--night);
  padding: 0.7rem 0.75rem;
  box-shadow: none;
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.checkbox-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-bottom: 0.9rem;
}

.checkbox-row input {
  width: 20px;
  height: 20px;
  margin-top: 0.2rem;
}

.checkbox-row a {
  color: var(--signal);
  border-bottom: 1px solid currentColor;
}

.age-notice,
.form-status {
  padding: 0.8rem;
  border: 2px solid var(--signal);
  background: rgba(232, 75, 53, 0.08);
  font-weight: 800;
}

.table-selector {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 24px 0 12px;
}

.table-choice {
  min-height: 180px;
  padding: 1rem;
  border: 2px solid var(--night);
  background: var(--white);
  color: var(--night);
  text-align: left;
}

.table-choice strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.table-choice span {
  font-weight: 700;
}

.table-choice.is-active {
  background: var(--lime);
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 34px;
}

.legal-grid aside {
  border: 2px solid var(--night);
  padding: 1rem;
  align-self: start;
  background: var(--white);
}

.legal-articles article {
  padding: 1.2rem 0;
  border-bottom: 2px solid var(--night);
}

.legal-articles article:first-child {
  padding-top: 0;
}

.legal-articles h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.7rem, 3vw, 3.4rem);
}

.closing-poster {
  background: var(--night);
  color: var(--bone);
  padding-bottom: 110px;
}

.footer-marquee {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.55fr;
  gap: 0;
  border: 2px solid var(--bone);
}

.footer-marquee span {
  min-height: 120px;
  display: flex;
  align-items: end;
  padding: 0.8rem;
  border-right: 2px solid var(--bone);
  font-size: clamp(2.8rem, 8vw, 9rem);
  line-height: 0.82;
  font-weight: 900;
}

.footer-marquee span:last-child {
  border-right: 0;
  color: var(--lime);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 2px solid var(--bone);
  border-left: 2px solid var(--bone);
}

.footer-block {
  min-height: 230px;
  padding: 1rem;
  border-right: 2px solid var(--bone);
  border-bottom: 2px solid var(--bone);
}

.footer-about {
  grid-column: span 2;
}

.row-label {
  color: var(--lime);
  font-weight: 900;
}

.footer-links li {
  margin-bottom: 0.45rem;
}

.footer-links a,
.footer-block a {
  color: var(--bone);
  border-bottom: 1px solid currentColor;
}

.hours-list li {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0.35rem 0;
  border-color: var(--line-dark);
}

.legal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 28px 0;
  padding-top: 22px;
  border-top: 2px solid var(--bone);
}

.legal-strip a {
  color: var(--bone);
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}

.footer-disclaimer {
  max-width: 980px;
  color: var(--concrete);
}

.copyright {
  color: var(--bone);
  font-weight: 900;
}

.mobile-action-bar {
  display: none;
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 8px;
  z-index: 1000;
  border: 2px solid var(--night);
  background: var(--bone);
}

.mobile-action-bar a {
  flex: 1;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border-right: 2px solid var(--night);
}

.mobile-action-bar a:last-child {
  border-right: 0;
  background: var(--signal);
  color: var(--white);
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1050;
  max-width: 880px;
  margin: 0 auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 2px solid var(--night);
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.28);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  font-weight: 700;
}

.cookie-banner a {
  color: var(--signal);
  border-bottom: 1px solid currentColor;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.gototop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.gototop.active {
  opacity: 1;
  pointer-events: auto;
}

.gototop a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--night);
  background: var(--lime);
  color: var(--night);
}

@media (max-width: 1180px) {
  .nav-shell {
    grid-template-columns: minmax(150px, 0.8fr) auto minmax(310px, 1fr) auto;
    gap: 10px;
  }

  .menu-1 a,
  .nav-cta {
    font-size: 0.76rem;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }

  .poster-wall,
  .principle-grid,
  .ingredient-index-grid,
  .note-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .nav-shell {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-right: 56px;
  }

  .location-indicator,
  .menu-1 {
    display: none;
  }

  .menu-2 {
    display: block;
  }

  .fh5co-nav-toggle {
    display: flex;
    align-items: center;
  }

  .hero-grid,
  .table18-grid,
  .visit-grid,
  .form-layout,
  .legal-grid,
  .split-statement,
  .section-row,
  .journey-heading {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-image {
    min-height: auto;
  }

  .poster-hero h1 {
    font-size: clamp(3.5rem, 16vw, 8rem);
  }

  .hero-image {
    aspect-ratio: 4 / 3;
  }

  .hero-meta,
  .food-mosaic,
  .image-strip,
  .menu-info,
  .night-index,
  .table-selector {
    grid-template-columns: 1fr 1fr;
  }

  .hero-meta span:nth-child(2n) {
    border-right: 0;
  }

  .hero-meta span {
    border-top: 2px solid var(--night);
  }

  .mosaic-large {
    grid-column: span 2;
  }

  .footer-marquee,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-marquee span,
  .footer-block {
    border-right: 0;
  }

  .footer-about {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 62px;
  }

  .container,
  .nav-shell,
  .footer-marquee {
    width: min(100% - 20px, 1180px);
  }

  .fh5co-section {
    padding: 58px 0;
  }

  .poster-hero,
  .subpage-hero {
    padding-top: 106px;
    min-height: auto;
  }

  .brand-main {
    font-size: 1.5rem;
  }

  .brand-sub {
    font-size: 0.68rem;
  }

  .nav-cta {
    min-height: 40px;
    font-size: 0.68rem;
    padding: 0.5rem 0.55rem;
  }

  .poster-hero h1,
  .subpage-hero h1 {
    overflow-wrap: anywhere;
  }

  .hero-meta,
  .food-mosaic,
  .image-strip,
  .poster-wall,
  .principle-grid,
  .ingredient-index-grid,
  .note-grid,
  .menu-info,
  .night-index,
  .table-selector,
  .form-row.two {
    grid-template-columns: 1fr;
  }

  .hero-meta span {
    border-right: 0;
  }

  .mosaic-large {
    grid-column: auto;
  }

  .dish-ticker {
    grid-template-columns: 1fr;
  }

  .ticker-cta {
    border-right: 0;
    border-bottom: 2px solid var(--night);
  }

  .timeline-row {
    grid-template-columns: repeat(6, minmax(132px, 1fr));
  }

  .category-heading {
    grid-template-columns: 1fr;
  }

  .menu-category li {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .table-geometry {
    min-height: 300px;
  }

  .cookie-banner {
    bottom: 68px;
    left: 10px;
    right: 10px;
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .mobile-action-bar {
    display: flex;
  }

  .gototop {
    display: none;
  }
}

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

  .ticker-track {
    animation: none;
    overflow-x: auto;
  }
}

/* =========================================================
   DISABLE VISUAL ANIMATIONS
   Content always visible
   ========================================================= */

/* Старые animate.css / Waypoints элементы всегда видимы */
.animate-box,
.animated,
.animated-fast,
.fadeIn,
.fadeInUp,
.fadeInDown,
.fadeInLeft,
.fadeInRight {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
}

/* Отключаем движущийся ticker */
.ticker-track {
  animation: none !important;
  transform: none !important;
}

/* Отключаем плавный scroll */
html {
  scroll-behavior: auto !important;
}

/* Не анимируем изменение header */
.fh5co-nav {
  transition: none !important;
}

/* Не анимируем изображения */
.hero-image img,
.hero-image.mono img,
.mono:hover img {
  transition: none !important;
}

/* Сохраняем hover-картинки, но без плавного перехода */
.hero-image.mono img {
  filter: grayscale(1) contrast(1.08);
}

.mono:hover img {
  filter: grayscale(0.15) contrast(1.05);
}

/* Back-to-top появляется сразу */
.gototop {
  transition: none !important;
}

/* =========================================================
   WY XJANDORELI HERO FIX
   desktop + tablet + mobile
   ========================================================= */


/* ---------- DESKTOP ---------- */

.poster-hero {
  min-height: auto !important;
  padding: 128px 0 56px !important;
  align-items: flex-start !important;
}

.poster-hero .hero-grid {
  display: grid !important;

  grid-template-columns:
    minmax(0, 0.95fr)
    minmax(420px, 1.05fr) !important;

  grid-template-areas:
    "copy image"
    "meta meta";

  gap: 28px 36px !important;
  align-items: start !important;
}


/* ТЕКСТ ВСЕГДА СЛЕВА */
.poster-hero .hero-copy {
  grid-area: copy !important;

  min-height: 0 !important;
  height: auto !important;

  display: block !important;

  padding-top: 12px;
}


/* ФОТО ВСЕГДА СПРАВА */
.poster-hero .hero-image {
  grid-area: image !important;

  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 580px !important;

  margin: 0 !important;

  border: 2px solid var(--night);
  overflow: hidden;
}

.poster-hero .hero-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


/* НИЖНЯЯ ИНФО-ПОЛОСА */
.poster-hero .hero-meta {
  grid-area: meta !important;
  grid-column: auto !important;

  margin-top: -28px;

  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}


/* Маленькая подпись */
.poster-hero .hero-secondary {
  margin: 0 0 28px !important;
}


/* Главный заголовок */
.poster-hero h1 {
  max-width: 680px !important;

  margin: 0 !important;

  font-size: clamp(4rem, 6.4vw, 7.7rem) !important;
  line-height: 0.86 !important;

  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}


/* Описание */
.poster-hero .hero-intro {
  max-width: 590px !important;

  margin: 34px 0 0 !important;

  font-size: clamp(1.15rem, 1.55vw, 1.55rem) !important;
  line-height: 1.2 !important;
}


/* Кнопки */
.poster-hero .hero-actions {
  margin-top: 38px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

  .poster-hero {
    padding-top: 112px !important;
  }

  .poster-hero .hero-grid {
    grid-template-columns: 1fr !important;

    grid-template-areas:
      "copy"
      "image"
      "meta";

    gap: 28px !important;
  }

  .poster-hero .hero-copy {
    padding-top: 0;
  }

  .poster-hero h1 {
    max-width: 850px !important;

    font-size: clamp(3.7rem, 9vw, 6.5rem) !important;
    line-height: 0.88 !important;
  }

  .poster-hero .hero-intro {
    max-width: 700px !important;
  }

  .poster-hero .hero-image {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  .poster-hero .hero-meta {
    margin-top: -28px;

    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
  }

  .poster-hero .hero-meta span:nth-child(2n) {
    border-right: 0 !important;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .poster-hero {
    padding-top: 100px !important;
    padding-bottom: 34px !important;
  }

  .poster-hero .hero-grid {
    gap: 20px !important;
  }

  .poster-hero .hero-secondary {
    margin-bottom: 18px !important;
  }

  .poster-hero h1 {
    max-width: none !important;

    font-size: clamp(2.8rem, 14.5vw, 4.4rem) !important;
    line-height: 0.88 !important;

    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .poster-hero .hero-intro {
    margin-top: 24px !important;

    font-size: 1.08rem !important;
    line-height: 1.3 !important;
  }

  .poster-hero .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;

    gap: 8px !important;
    margin-top: 26px !important;
  }

  .poster-hero .hero-actions .btn {
    width: 100% !important;
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }

  .poster-hero .hero-image {
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }

  .poster-hero .hero-meta {
    margin-top: -20px;

    grid-template-columns: 1fr !important;
  }

  .poster-hero .hero-meta span {
    border-right: 0 !important;
    border-top: 2px solid var(--night) !important;
  }

  .poster-hero .hero-meta span:first-child {
    border-top: 0 !important;
  }
}