/*!
 * Qostervalyne weboldal a feltöltött Bootstrap archívum technikai alapjára építve.
 * Az arculat, tartalom és oldalszerkezet a qostervalyne.pro számára készült.
 */
:root {
  --paper: #F2EBDD;
  --ink: #1E2420;
  --oxide: #9C3F32;
  --green: #29483A;
  --mustard: #C4A15B;
  --gray: #B9B0A3;
  --white: #FCFAF5;
  --line: rgba(30, 36, 32, 0.18);
  --shadow: 0 20px 60px rgba(30, 36, 32, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(156, 63, 50, 0.25);
}

a {
  color: var(--oxide);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

a:hover,
a:focus {
  color: var(--green);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn,
.eyebrow,
.menu-row span,
.course-number,
.programme-step,
.footer-hours,
label,
legend {
  font-family: var(--sans);
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  font-size: 3.6rem;
  line-height: 0.98;
  font-weight: 700;
}

h2 {
  font-size: 2.1rem;
  line-height: 1.12;
  font-weight: 700;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 700;
}

p {
  font-size: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 6rem 0;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 1rem;
  z-index: 1100;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  top: 1rem;
  color: var(--white);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#mainNav {
  background: rgba(252, 250, 245, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 26px rgba(30, 36, 32, 0.06);
  padding: 0;
}

.nav-shell {
  min-height: 74px;
}

#mainNav .navbar-brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  max-width: 62vw;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-right: 0.65rem;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--oxide);
  background: var(--paper);
}

.brand-text {
  white-space: normal;
}

#mainNav .navbar-toggler {
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0.45rem 0.6rem;
}

#mainNav .navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem;
  background-image: linear-gradient(var(--ink), var(--ink)), linear-gradient(var(--ink), var(--ink)), linear-gradient(var(--ink), var(--ink));
  background-size: 100% 2px, 100% 2px, 100% 2px;
  background-position: center 25%, center 50%, center 75%;
  background-repeat: no-repeat;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.5rem 0.65rem;
  letter-spacing: 0.08rem;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus,
#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
  color: var(--oxide);
}

.nav-cta {
  margin-left: 0.35rem;
}

.reservation-line {
  width: 100%;
  border-top: 1px solid var(--line);
  background: var(--green);
  color: var(--white);
  font-family: var(--sans);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.reservation-line-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 15px;
}

.btn {
  border-radius: 0;
  border: 1px solid currentColor;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-size: 0.78rem;
  padding: 0.8rem 1.15rem;
}

.btn-xl {
  padding: 1rem 1.35rem;
}

.btn-primary {
  color: var(--white);
  background: var(--oxide);
  border-color: var(--oxide);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: var(--white);
  background: var(--green) !important;
  border-color: var(--green) !important;
  box-shadow: 0 0 0 0.2rem rgba(41, 72, 58, 0.2) !important;
}

.btn-light {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.btn-outline-dark {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.btn-outline-light {
  color: var(--white);
  border-color: var(--white);
  background: transparent;
}

.menu-cover {
  padding-top: 10.5rem;
  padding-bottom: 3.5rem;
  background:
    linear-gradient(90deg, rgba(30, 36, 32, 0.05) 1px, transparent 1px),
    linear-gradient(var(--paper), var(--paper));
  background-size: 48px 48px, auto;
}

.menu-paper {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 4rem 3rem 3.25rem;
  background: var(--white);
  border: 1px solid var(--ink);
  box-shadow: var(--shadow);
  text-align: center;
}

.menu-paper::before,
.menu-paper::after {
  content: "";
  position: absolute;
  left: 2rem;
  right: 2rem;
  height: 1px;
  background: var(--ink);
}

.menu-paper::before {
  top: 2rem;
}

.menu-paper::after {
  bottom: 2rem;
}

.menu-cover-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14rem;
}

.ornament {
  width: 44px;
  height: 44px;
  margin: 0 auto 1.25rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--mustard);
  border-radius: 50%;
  color: var(--oxide);
  font-size: 1.4rem;
}

.hero-menu-cover h1 {
  font-family: var(--serif);
  font-size: 5.2rem;
  font-weight: 700;
}

.hero-subtitle {
  max-width: 730px;
  margin: 1.5rem auto 0;
  font-size: 1.2rem;
}

.hero-details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2rem 0;
  color: var(--oxide);
  font-family: var(--sans);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-size: 0.82rem;
}

.hero-actions,
.reservation-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-photo {
  max-width: 1060px;
  margin: 2rem auto 0;
  border: 1px solid var(--ink);
  background: var(--ink);
}

.hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.programme-strip {
  padding: 1.75rem 0;
  background: var(--ink);
  color: var(--white);
}

.programme-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid rgba(252, 250, 245, 0.35);
}

.programme-step {
  min-height: 104px;
  padding: 1rem;
  border-right: 1px solid rgba(252, 250, 245, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-transform: uppercase;
}

.programme-step:last-child {
  border-right: 0;
}

.programme-step time {
  color: var(--mustard);
  font-size: 1rem;
  font-weight: 800;
}

.programme-step span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
}

.programme-note {
  margin: 1rem 0 0;
  color: rgba(252, 250, 245, 0.72);
  font-size: 0.92rem;
}

.section-intro {
  max-width: 780px;
  margin-bottom: 2.4rem;
}

.section-intro h2 {
  margin-bottom: 1rem;
}

.eyebrow {
  color: var(--oxide);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.lead-copy {
  font-size: 1.28rem;
  line-height: 1.6;
}

.bg-paper-dark {
  background: #E7DDCA;
}

.course-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.course-item {
  background: var(--white);
  padding: 1.5rem;
  min-height: 210px;
}

.course-number {
  color: var(--mustard);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.course-item h3 {
  margin-top: 2rem;
  text-transform: uppercase;
}

.image-stamp,
.theatre-image,
.inner-hero-image {
  border: 1px solid var(--ink);
  padding: 0.75rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.image-stamp img,
.theatre-image img,
.inner-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.theatre-image img,
.inner-hero-image img {
  aspect-ratio: 16 / 10;
}

.menu-rows {
  border-top: 1px solid var(--ink);
}

.menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px dotted rgba(30, 36, 32, 0.45);
  align-items: end;
}

.menu-row span,
.menu-row small {
  display: block;
}

.menu-row span {
  min-height: 1px;
  color: var(--oxide);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.menu-row strong {
  display: block;
  font-size: 1.18rem;
}

.menu-row small {
  color: rgba(30, 36, 32, 0.72);
  font-size: 0.94rem;
}

.menu-row em {
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

.salon-section {
  background: var(--green);
  color: var(--white);
}

.salon-section .eyebrow,
.salon-section a {
  color: var(--mustard);
}

.plain-list {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.compliance-line {
  display: inline-block;
  border-top: 1px solid rgba(252, 250, 245, 0.45);
  border-bottom: 1px solid rgba(252, 250, 245, 0.45);
  padding: 0.65rem 0;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
}

.table-card,
.planning-note,
.format-card,
.evening-format,
.info-panel,
.symbolic-box,
.legal-item {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.35rem;
  min-height: 100%;
}

.table-card span,
.evening-format span {
  display: inline-block;
  margin-bottom: 2rem;
  color: var(--oxide);
  font-family: var(--serif);
  font-size: 2.6rem;
  line-height: 1;
}

.table-card small {
  display: inline-block;
  margin-top: 1rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ledger-table {
  border-top: 1px solid var(--ink);
}

.ledger-row {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 2fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}

.ledger-row strong {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.ledger-row span {
  color: var(--oxide);
  font-family: var(--sans);
  font-weight: 800;
}

.ledger-row p {
  margin: 0;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.timeline-item {
  background: var(--paper);
  padding: 1.25rem;
}

.signature-section {
  background: var(--oxide);
  color: var(--white);
}

.signature-card {
  max-width: 940px;
  margin: 0 auto;
  border: 1px solid rgba(252, 250, 245, 0.45);
  padding: 2rem;
  text-align: center;
}

.signature-card .eyebrow {
  color: var(--mustard);
}

.signature-meta,
.signature-flow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.5rem 0;
  font-family: var(--sans);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08rem;
}

.signature-flow {
  color: var(--mustard);
}

.note-box,
.reservation-card {
  background: var(--white);
  border: 1px solid var(--ink);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}

.portfolio-box img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.portfolio-box-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  color: var(--white);
  background: rgba(30, 36, 32, 0.68);
  transition: opacity 0.2s ease;
}

.portfolio-box:hover .portfolio-box-caption,
.portfolio-box:focus .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box-caption-content {
  width: 100%;
  padding: 1.5rem;
}

.project-category,
.project-name {
  font-family: var(--sans);
}

.project-category {
  color: var(--mustard);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.project-name {
  font-size: 1.15rem;
  font-weight: 800;
}

.planning-note h3 {
  color: var(--oxide);
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  margin: 0;
}

.faq-trigger {
  width: 100%;
  padding: 1rem 2.5rem 1rem 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
  position: relative;
}

.faq-trigger::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 1rem;
  color: var(--oxide);
}

.faq-trigger[aria-expanded="true"]::after {
  content: "−";
}

.faq-body {
  padding: 0 0 1.15rem;
  max-width: 780px;
}

.inner-hero {
  padding-top: 10.5rem;
  padding-bottom: 4rem;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.inner-hero.text-only {
  background: var(--paper);
}

.inner-hero h1 {
  font-family: var(--serif);
  font-size: 4rem;
}

.menu-category {
  padding: 2.3rem 0;
}

.menu-category-header {
  border-bottom: 1px solid var(--ink);
  margin-bottom: 0.5rem;
}

.menu-category-header h2 {
  color: var(--oxide);
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.evening-format {
  margin-bottom: 1.5rem;
}

.symbolic-box {
  background: var(--green);
  color: var(--white);
}

.symbolic-box .eyebrow {
  color: var(--mustard);
}

.no-offer-section {
  background: var(--ink);
  color: var(--white);
}

.no-offer-section .eyebrow {
  color: var(--mustard);
}

.no-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(252, 250, 245, 0.35);
  border: 1px solid rgba(252, 250, 245, 0.35);
}

.no-offer-item {
  background: var(--ink);
  padding: 1rem;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  font-family: var(--sans);
  font-weight: 800;
}

.no-offer-item i {
  color: var(--mustard);
}

.reservation-form {
  background: var(--white);
  border: 1px solid var(--ink);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.path-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 2rem;
}

legend {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.path-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.path-option {
  position: relative;
  display: block;
  border: 1px solid var(--line);
  padding: 1.2rem 1.2rem 1.2rem 3.25rem;
  cursor: pointer;
  background: var(--paper);
}

.path-option input {
  position: absolute;
  left: 1rem;
  top: 1.25rem;
}

.path-option span,
.path-option strong,
.path-option small {
  display: block;
}

.path-option span {
  color: var(--oxide);
  font-family: var(--serif);
  font-size: 1.6rem;
  line-height: 1;
}

.path-option strong {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.path-option small {
  font-family: var(--serif);
  font-size: 0.92rem;
}

.path-option.is-selected {
  border-color: var(--oxide);
  box-shadow: inset 0 0 0 2px rgba(156, 63, 50, 0.18);
}

.form-control {
  min-height: 48px;
  border-radius: 0;
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.form-control:focus,
.form-check-input:focus,
.faq-trigger:focus,
.btn:focus,
a:focus {
  outline: 3px solid rgba(196, 161, 91, 0.55);
  outline-offset: 2px;
}

label,
.form-check-label {
  color: var(--ink);
  font-size: 0.95rem;
}

.form-check {
  margin: 1rem 0;
}

.form-disclaimer,
.form-feedback {
  font-size: 0.92rem;
}

.form-feedback.is-error {
  color: var(--oxide);
  font-family: var(--sans);
  font-weight: 800;
}

.contact-panel {
  font-family: var(--sans);
  font-weight: 700;
}

.contact-panel i {
  color: var(--oxide);
  margin-right: 0.6rem;
}

.legal-content {
  max-width: 900px;
}

.legal-item {
  margin-bottom: 1rem;
}

.site-footer {
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid var(--ink);
}

.footer-receipt {
  padding: 3rem 0 2rem;
}

.footer-brand h2 {
  font-family: var(--serif);
  font-size: 2.6rem;
}

.footer-rule {
  border-top: 1px solid var(--ink);
  margin: 1.5rem 0;
}

.footer-columns h3 {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: var(--oxide);
}

.footer-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-columns a {
  color: var(--ink);
  border-bottom: 1px solid transparent;
}

.footer-columns a:hover,
.footer-columns a:focus {
  color: var(--oxide);
  border-bottom-color: var(--oxide);
  text-decoration: none;
}

.footer-hours {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px dotted var(--line);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-disclaimer {
  background: var(--green);
  color: var(--white);
  padding: 1rem 0;
}

.footer-disclaimer p {
  margin: 0;
  font-size: 0.92rem;
}

.footer-bottom {
  background: var(--ink);
  color: var(--white);
  padding: 0.85rem 0;
}

.footer-bottom p {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.82rem;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  display: none;
  width: min(520px, calc(100vw - 2rem));
  background: var(--ink);
  color: var(--white);
  border: 1px solid rgba(252, 250, 245, 0.35);
  padding: 1rem;
  box-shadow: 0 18px 48px rgba(30, 36, 32, 0.22);
}

.cookie-banner.is-visible {
  display: block;
}

.cookie-banner p {
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
}

.cookie-banner a {
  color: var(--mustard);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink {
    background: rgba(252, 250, 245, 0.98);
  }
}

@media (max-width: 1199.98px) {
  .programme-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .programme-step:nth-child(3n) {
    border-right: 0;
  }

  .timeline {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-bottom: 1rem;
  }

  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.75rem 0;
  }

  .nav-cta {
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .reservation-line-inner {
    flex-direction: column;
    gap: 0.2rem;
  }

  h1,
  .inner-hero h1 {
    font-size: 3rem;
  }

  .hero-menu-cover h1 {
    font-size: 4rem;
  }

  .course-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ledger-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .no-offer-grid,
  .path-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  section {
    padding: 4rem 0;
  }

  .menu-cover,
  .inner-hero {
    padding-top: 9.75rem;
  }

  .menu-paper {
    padding: 3rem 1.25rem 2.75rem;
  }

  .menu-paper::before,
  .menu-paper::after {
    left: 1rem;
    right: 1rem;
  }

  .menu-cover-top {
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
  }

  .hero-menu-cover h1,
  h1,
  .inner-hero h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .hero-subtitle,
  .lead-copy {
    font-size: 1.06rem;
  }

  .hero-actions,
  .reservation-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .reservation-actions .btn {
    width: 100%;
  }

  .hero-photo img {
    aspect-ratio: 4 / 3;
  }

  .programme-steps,
  .course-list,
  .timeline {
    grid-template-columns: 1fr;
  }

  .programme-step {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid rgba(252, 250, 245, 0.35);
  }

  .programme-step:last-child {
    border-bottom: 0;
  }

  .menu-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .reservation-form,
  .note-box,
  .reservation-card,
  .signature-card {
    padding: 1.25rem;
  }
}

@media (max-width: 430px) {
  #mainNav .navbar-brand {
    font-size: 0.88rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    margin-right: 0.5rem;
  }

  .reservation-line {
    font-size: 0.68rem;
  }

  .hero-menu-cover h1,
  h1,
  .inner-hero h1 {
    font-size: 2.18rem;
  }

  .hero-details {
    font-size: 0.72rem;
  }

  .btn {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
