:root {
  --bg: #090705;
  --bg-soft: #110e0a;
  --panel: #0f0c09;
  --gold: #c9a256;
  --gold-soft: #e9d1a0;
  --line: rgba(201, 162, 86, 0.2);
  --line-strong: rgba(201, 162, 86, 0.42);
  --text: #f2e8d8;
  --text-soft: rgba(242, 232, 216, 0.68);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
  --max-width: 1380px;
}

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

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  font-family: "Avenir Next", "Gill Sans", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(141, 98, 39, 0.18), transparent 26%),
    linear-gradient(180deg, #050403 0%, #0b0806 38%, #060504 100%);
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  overflow: hidden;
}

.site-header,
.legal-wrapper {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.brand img,
.site-footer__brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.brand strong,
.site-footer__brand strong,
.hero h1,
.menu-copy h2,
.panel-copy h2,
.social-panel h2,
.reservation-panel h2,
.legal-header h1,
.legal-card h2 {
  font-family: "Didot", "Bodoni 72", "Baskerville", serif;
}

.brand strong,
.site-footer__brand strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.brand em,
.site-footer__brand span {
  display: block;
  font-style: normal;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: rgba(242, 232, 216, 0.9);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.header-cta,
.button,
.main-nav a {
  transition:
    transform 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.button-link:hover,
.button-link:focus-visible {
  color: var(--gold-soft);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.header-cta,
.button-solid {
  background: var(--gold);
  border: 1px solid rgba(201, 162, 86, 0.82);
  color: #090603;
  box-shadow: 0 18px 36px rgba(201, 162, 86, 0.18);
}

.button-outline {
  border: 1px solid var(--line-strong);
  color: var(--gold-soft);
  background: transparent;
}

.button-link {
  padding: 0 0 8px;
  min-height: auto;
  border-radius: 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--text);
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 148px 0 112px;
  display: grid;
  align-items: end;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 3, 2, 0.24), rgba(4, 3, 2, 0.78)),
    linear-gradient(90deg, rgba(4, 3, 2, 0.58) 0%, rgba(4, 3, 2, 0.2) 26%, rgba(4, 3, 2, 0.12) 50%, rgba(4, 3, 2, 0.34) 72%, rgba(4, 3, 2, 0.62) 100%);
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 242, 210, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.62) 100%);
  z-index: 2;
}

.hero-art {
  display: none;
}

.hero-art--left::before {
  display: none;
}

.hero-center {
  position: relative;
  z-index: 3;
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.hero-kicker,
.section-kicker,
.hero-meta__item p,
.social-list strong,
.form-row span,
.request-form > label span,
.legal-eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 20px 0 0;
  font-size: clamp(5.1rem, 10vw, 8.4rem);
  line-height: 0.93;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

.hero-japanese,
.hero-subtitle {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hero-japanese {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
}

.hero-japanese span {
  width: 88px;
  height: 1px;
  background: var(--line-strong);
}

.hero-japanese p {
  margin: 0;
  color: var(--gold);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Didot", "Bodoni 72", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  letter-spacing: 0.1em;
}

.hero-subtitle {
  margin-top: 18px;
  color: rgba(242, 232, 216, 0.96);
  font-size: 0.98rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.menu-copy p,
.panel-copy p,
.social-panel p,
.form-hint,
.legal-card p,
.legal-card li {
  color: var(--text-soft);
  font-size: 1.02rem;
  line-height: 1.9;
}

.hero-meta {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 760px);
  margin: 62px auto 0;
  padding: 0 24px;
}

.hero-meta__item {
  padding: 22px 0;
  text-align: center;
}

.hero-meta__item + .hero-meta__item {
  border-left: 1px solid rgba(201, 162, 86, 0.12);
}

.hero-meta__item strong {
  display: block;
  margin-top: 12px;
  font-family: "Didot", "Bodoni 72", "Baskerville", serif;
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.02;
}

.hero-meta__item span {
  display: block;
  margin-top: 10px;
  color: var(--gold);
  font-size: 0.84rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(9, 7, 5, 0.74);
  color: var(--gold-soft);
  font-size: 1.6rem;
}

.button-frame {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 10px;
  letter-spacing: 0.2em;
}

.menu-section,
.lower-grid,
.legal-wrapper {
  border-top: 1px solid var(--line);
}
.menu-copy h2,
.panel-copy h2,
.social-panel h2,
.reservation-panel h2,
.legal-header h1,
.legal-card h2 {
  margin: 18px 0 14px;
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  line-height: 0.96;
  font-weight: 400;
  text-transform: uppercase;
}

.menu-section {
  width: 100%;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 30px;
  padding: 58px clamp(24px, 4vw, 58px);
  background:
    radial-gradient(circle at 76% 18%, rgba(201, 162, 86, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(14, 11, 8, 0.82), rgba(10, 8, 6, 0.92));
}

.menu-copy {
  padding: 22px 12px 22px 8px;
}

.menu-display {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 720px);
  justify-self: center;
  min-height: 500px;
}

.menu-display::before {
  content: "";
  position: absolute;
  inset: 16% 18% 8%;
  border-radius: 24px;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.34), transparent 64%);
  filter: blur(12px);
}

.menu-display__cover {
  position: relative;
  width: min(100%, 82%);
  transform: rotate(11deg);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 42px 80px rgba(0, 0, 0, 0.48);
}

.menu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.lower-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1.02fr 0.78fr 1.1fr;
}

.terrace-panel,
.social-panel,
.reservation-panel {
  min-height: 580px;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 11, 8, 0.82), rgba(10, 8, 6, 0.92));
}

.reservation-panel {
  border-right: 0;
}

.panel-image {
  aspect-ratio: 1 / 1.04;
  overflow: hidden;
}

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

.panel-image--logo {
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at center, rgba(201, 162, 86, 0.1), transparent 58%),
    linear-gradient(180deg, rgba(14, 11, 8, 0.92), rgba(10, 8, 6, 0.96));
}

.panel-image--logo img {
  width: min(100%, 280px);
  height: auto;
  object-fit: contain;
}

.panel-copy,
.social-panel,
.reservation-panel {
  padding: 34px 34px 36px;
}

.social-list {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.social-list a {
  display: grid;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.social-list span,
.site-footer p,
.site-footer__links a,
.site-footer__links p {
  color: var(--text-soft);
}

.social-note {
  margin-top: 34px;
}

.request-form {
  display: grid;
  gap: 22px;
  margin-top: 24px;
}

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

.request-form label {
  display: grid;
  gap: 12px;
}

.request-form input:not([type="checkbox"]),
.request-form textarea {
  min-height: 54px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 0 0 12px;
}

.request-form textarea {
  min-height: 110px;
  resize: vertical;
  padding-top: 4px;
}

.request-form input:not([type="checkbox"])::placeholder,
.request-form textarea::placeholder {
  color: rgba(242, 232, 216, 0.34);
}

.request-form input:not([type="checkbox"]):focus-visible,
.request-form textarea:focus-visible {
  outline: none;
  border-bottom-color: var(--line-strong);
}

.request-form .button-solid {
  width: 100%;
  border-radius: 10px;
}

.consent-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  color: var(--text-soft);
  font-size: 0.8rem;
  line-height: 1.55;
}

.consent-field input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0.2rem;
  accent-color: var(--gold);
}

.consent-field a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr 0.7fr;
  align-items: center;
  gap: 22px;
  padding: 26px clamp(24px, 4vw, 58px) 38px;
}

.site-footer p,
.site-footer__links a,
.site-footer__links p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__links {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.site-footer__links a {
  color: var(--gold-soft);
}

.footer-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold-soft);
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.legal-page {
  min-height: 100vh;
  padding: 140px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(201, 162, 86, 0.14), transparent 22%),
    linear-gradient(180deg, #050403 0%, #0a0806 100%);
}

.legal-header {
  max-width: 46rem;
  padding-bottom: 34px;
}

.legal-header h1 {
  margin: 16px 0 0;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.92;
  font-weight: 400;
  text-transform: uppercase;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.legal-card {
  min-height: 320px;
  padding: 30px 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 11, 8, 0.84), rgba(10, 8, 6, 0.9));
  box-shadow: var(--shadow);
}

.legal-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.legal-card ul {
  margin: 0;
  padding-left: 18px;
}

.legal-back {
  margin-top: 34px;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 120px 24px 56px;
  background:
    radial-gradient(circle at top left, rgba(201, 162, 86, 0.14), transparent 22%),
    linear-gradient(180deg, #050403 0%, #0a0806 100%);
}

.thanks-shell {
  width: min(100%, 760px);
}

.thanks-card {
  padding: 38px 34px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 11, 8, 0.9), rgba(10, 8, 6, 0.94));
  box-shadow: var(--shadow);
}

.thanks-card h1 {
  margin: 14px 0 16px;
  font-family: "Didot", "Bodoni 72", "Baskerville", serif;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.thanks-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.9;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.thanks-legal-links {
  margin-top: 20px !important;
  font-size: 0.86rem !important;
}

.thanks-legal-links a {
  color: var(--gold-soft);
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  width: min(100% - 32px, 470px);
  padding: 22px 22px 20px;
  border: 1px solid var(--line-strong);
  background: rgba(10, 8, 6, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
}

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

.cookie-banner h2 {
  margin: 10px 0 12px;
  font-family: "Didot", "Bodoni 72", "Baskerville", serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.cookie-banner p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.7;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.cookie-banner__actions > * {
  flex: 1 1 180px;
}

.legal-grid--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-card--full {
  grid-column: 1 / -1;
}

@media (max-width: 1180px) {
  .site-header {
    width: min(calc(100% - 28px), var(--max-width));
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    padding-top: 210px;
  }

  .menu-section,
  .lower-grid,
  .site-footer,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .terrace-panel,
  .social-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-copy {
    padding: 30px 24px 10px;
  }

  .menu-display {
    min-height: 420px;
    margin-bottom: 14px;
  }

  .site-footer,
  .site-footer__links {
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .site-header,
  .legal-wrapper {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .site-header {
    top: 14px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .brand img,
  .site-footer__brand img {
    width: 74px;
    height: 74px;
  }

  .brand {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .brand strong {
    font-size: 0.92rem;
    line-height: 1.1;
  }

  .brand em {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    line-height: 1.35;
  }

  .main-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  .main-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 10px;
    border: 1px solid rgba(201, 162, 86, 0.24);
    border-radius: 999px;
    background: rgba(5, 4, 3, 0.42);
    backdrop-filter: blur(10px);
    text-align: center;
  }

  .header-cta,
  .menu-actions {
    width: 100%;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 100svh;
    padding-top: 208px;
    padding-bottom: 72px;
  }

  .hero-media img {
    object-position: 72% center;
  }

  .hero-center {
    padding: 0 18px;
  }

  .menu-copy,
  .panel-copy,
  .social-panel,
  .reservation-panel,
  .site-footer,
  .site-footer__links {
    text-align: center;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: clamp(2.85rem, 15vw, 4.4rem);
    line-height: 0.88;
    letter-spacing: 0.03em;
  }

  .hero-japanese {
    gap: 12px;
    margin-top: 14px;
  }

  .hero-japanese span {
    width: 36px;
  }

  .hero-japanese p {
    font-size: clamp(1.3rem, 8vw, 1.8rem);
  }

  .hero-subtitle,
  .hero-kicker,
  .section-kicker,
  .hero-meta__item p,
  .hero-meta__item span,
  .social-list strong,
  .form-row span,
  .request-form > label span,
  .legal-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .hero-subtitle {
    width: min(100%, 18ch);
    margin-top: 14px;
    font-size: 0.78rem;
    line-height: 1.6;
    letter-spacing: 0.16em;
  }

  .menu-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .menu-actions > * {
    width: 100%;
  }

  .hero-meta {
    grid-template-columns: 1fr;
    width: min(100%, 460px);
    margin-top: 24px;
    padding: 0 18px;
  }

  .hero-meta__item {
    padding: 16px 0;
  }

  .hero-meta__item + .hero-meta__item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .hero-meta__item strong {
    font-size: clamp(1.8rem, 10vw, 2.4rem);
    letter-spacing: 0.05em;
  }

  .hero-meta__item span {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    line-height: 1.5;
  }

  .hero-scroll {
    display: none;
  }

  .menu-section {
    padding: 34px 16px 38px;
    gap: 14px;
  }

  .menu-copy {
    padding: 0;
  }

  .panel-copy,
  .social-panel,
  .reservation-panel,
  .legal-card {
    padding: 20px 18px 22px;
  }

  .menu-copy h2,
  .panel-copy h2,
  .social-panel h2,
  .reservation-panel h2,
  .legal-header h1,
  .legal-card h2 {
    margin: 12px 0 10px;
    font-size: clamp(1.95rem, 9vw, 2.6rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  .menu-copy p,
  .panel-copy p,
  .social-panel p,
  .form-hint,
  .legal-card p,
  .legal-card li {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .menu-display {
    width: 100%;
    min-height: 290px;
    padding: 0 4px;
  }

  .menu-display::before {
    inset: 18% 14% 8%;
  }

  .menu-display__cover {
    width: min(100%, 92%);
    transform: rotate(5deg);
  }

  .terrace-panel,
  .social-panel,
  .reservation-panel {
    min-height: auto;
  }

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

  .panel-image--logo {
    padding: 20px;
  }

  .panel-image--logo img {
    width: min(100%, 220px);
  }

  .social-list {
    gap: 18px;
    margin-top: 22px;
  }

  .social-list a {
    justify-items: center;
    gap: 4px;
    padding-bottom: 14px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .request-form {
    gap: 18px;
    margin-top: 18px;
  }

  .request-form label {
    gap: 10px;
  }

  .request-form label span,
  .form-hint,
  .consent-field {
    text-align: center;
  }

  .request-form input:not([type="checkbox"]) {
    min-height: 50px;
    padding: 0 0 10px;
    font-size: 16px;
  }

  .request-form textarea {
    min-height: 96px;
    font-size: 16px;
  }

  .consent-field {
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 0.88rem;
  }

  .consent-field input {
    margin-top: 0;
  }

  .request-form .button-solid {
    min-height: 54px;
    font-size: 0.76rem;
    letter-spacing: 0.16em;
  }

  .site-footer {
    padding: 24px 16px 28px;
    gap: 18px;
  }

  .site-footer__brand {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .site-footer p,
  .site-footer__links a,
  .site-footer__links p,
  .footer-link-button {
    font-size: 0.72rem;
    line-height: 1.7;
    letter-spacing: 0.12em;
  }

  .thanks-page {
    padding: 104px 16px 40px;
  }

  .thanks-card {
    padding: 28px 20px;
  }

  .thanks-card p {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .thanks-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    right: 10px;
    left: 10px;
    bottom: 10px;
    width: auto;
    padding: 18px 16px 16px;
  }

  .cookie-banner h2 {
    font-size: 1.45rem;
  }

  .cookie-banner p {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .site-header,
  .legal-wrapper {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .brand img,
  .site-footer__brand img {
    width: 66px;
    height: 66px;
  }

  .hero {
    padding-top: 198px;
    padding-bottom: 64px;
  }

  .hero-center,
  .hero-meta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 15.5vw, 3.8rem);
  }

  .hero-subtitle {
    font-size: 0.72rem;
  }

  .menu-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .menu-display {
    min-height: 260px;
  }

  .panel-copy,
  .social-panel,
  .reservation-panel,
  .legal-card,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
