:root {
  --cream: #f5f0e6;
  --paper: #fffdf7;
  --ink: #243128;
  --green: #244c3b;
  --green-dark: #173428;
  --coral: #ea6a4a;
  --yellow: #efb93f;
  --muted: #6c746d;
  --line: rgba(36, 49, 40, 0.16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.demo-notice {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  max-width: min(420px, calc(100vw - 40px));
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 8px 30px rgba(23, 52, 40, 0.25);
  font-size: 13px;
  line-height: 1.45;
}

.demo-notice strong {
  color: var(--yellow);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(24px, 5vw, 76px);
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: -1px;
}

.brand-name {
  font-size: 14px;
  line-height: 1.15;
}

.brand-name strong {
  font-family: var(--serif);
  font-size: 18px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.5vw, 42px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.language-switcher a {
  color: inherit;
  opacity: 0.58;
  text-decoration: none;
}

.language-switcher a:hover,
.language-switcher a.active {
  opacity: 1;
}

.language-switcher a.active {
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.main-nav a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.main-nav a:not(.button) {
  position: relative;
}

.main-nav a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: var(--coral);
  box-shadow: none;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.button:hover {
  background: #d95839;
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 0 20px;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(900px, 100vh);
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  background:
    url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=2000&q=88")
    center 57% / cover no-repeat;
  transform: scale(1.015);
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(14, 33, 25, 0.86) 0%, rgba(18, 39, 30, 0.52) 46%, rgba(15, 28, 23, 0.08) 78%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 90%);
  margin-left: clamp(24px, 9vw, 150px);
  padding-top: 80px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #f2c568;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(52px, 6.8vw, 104px);
}

h1 em,
blockquote em {
  color: #f1be55;
  font-weight: 600;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(42px, 4.7vw, 70px);
}

.hero-copy {
  max-width: 570px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.83);
  font-size: clamp(17px, 1.4vw, 21px);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-weight: 700;
  text-underline-offset: 5px;
}

.text-link .link-arrow {
  font-size: 21px;
}

.light-link {
  color: #fff;
  text-decoration: none;
}

.light-link .link-label {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: 5vw;
  bottom: 38px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}

.section {
  padding: 120px clamp(24px, 8vw, 130px);
}

.intro {
  display: grid;
  max-width: 1500px;
  margin: 0 auto;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(65px, 8vw, 130px);
  align-items: center;
}

.intro-copy h2 {
  max-width: 650px;
}

.lead {
  max-width: 620px;
  color: #59635b;
  font-size: 18px;
}

.intro-details {
  display: grid;
  margin-top: 46px;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.intro-details > div {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.intro-details h3 {
  margin: 8px 0 5px;
  font-family: var(--serif);
  font-size: 21px;
}

.intro-details p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.detail-icon {
  color: var(--coral);
  font-size: 24px;
}

.intro-photos {
  position: relative;
  min-height: 660px;
}

.photo-main {
  width: 82%;
  height: 590px;
  margin-left: auto;
  object-fit: cover;
}

.photo-small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 47%;
  height: 285px;
  border: 10px solid var(--paper);
  object-fit: cover;
}

.photo-sticker {
  position: absolute;
  top: 45px;
  left: 7%;
  display: grid;
  width: 105px;
  height: 105px;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: var(--yellow);
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  transform: rotate(-9deg);
}

.photo-sticker strong {
  display: block;
  font-family: var(--serif);
  font-size: 23px;
}

.daily-menu {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  background:
    linear-gradient(rgba(28, 66, 50, 0.92), rgba(28, 66, 50, 0.92)),
    url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1800&q=85") center / cover;
}

.daily-menu-card {
  max-width: 1250px;
  margin: auto;
  padding: clamp(40px, 5vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: rgba(23, 52, 40, 0.55);
  backdrop-filter: blur(4px);
}

.daily-menu-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.daily-menu-heading h2 {
  margin-bottom: 8px;
  font-size: clamp(46px, 5vw, 74px);
}

.daily-date {
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
}

.schedule {
  margin: 0;
  color: #f3c764;
  font-size: 14px;
  font-weight: 700;
}

.daily-menu-courses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 7vw, 95px);
  padding: 48px 0 42px;
}

.daily-menu-courses[hidden],
.daily-menu-footer[hidden] {
  display: none;
}

.daily-course + .daily-course {
  position: relative;
}

.daily-course + .daily-course::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(-48px, -3.5vw, -24px);
  width: 1px;
  background: rgba(255, 255, 255, 0.17);
  content: "";
}

.daily-course-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.daily-course-heading > span,
.daily-menu-footer > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(243, 199, 100, 0.65);
  border-radius: 50%;
  color: #f3c764;
  font-family: var(--serif);
  font-size: 15px;
}

.daily-course-heading p {
  margin: 0;
  color: #f3c764;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.daily-course-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
}

.daily-course ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: daily-dish;
}

.daily-course li {
  display: flex;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.87);
  counter-increment: daily-dish;
  font-size: 15px;
}

.daily-course li::before {
  color: rgba(243, 199, 100, 0.72);
  content: counter(daily-dish, decimal-leading-zero);
  font-family: var(--serif);
  font-size: 12px;
}

.daily-price {
  min-width: 150px;
  text-align: center;
}

.daily-price span,
.daily-price small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
}

.daily-price strong {
  display: block;
  color: #f3c764;
  font-family: var(--serif);
  font-size: 70px;
  line-height: 1.15;
}

.daily-menu-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.daily-menu-footer p,
.daily-menu-footer small {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.daily-menu-footer strong {
  display: block;
  color: #fff;
  font-family: var(--serif);
  font-size: 18px;
}

.daily-menu-footer small {
  text-align: right;
}

.daily-menu-closed {
  padding: 55px 20px 15px;
  text-align: center;
}

.daily-menu-closed[hidden] {
  display: none;
}

.daily-menu-closed > span {
  color: #f3c764;
  font-size: 32px;
}

.daily-menu-closed h3 {
  margin: 12px 0 8px;
  font-family: var(--serif);
  font-size: 28px;
}

.daily-menu-closed p {
  margin: auto;
  color: rgba(255, 255, 255, 0.68);
}

.menu-section {
  max-width: 1450px;
  margin: auto;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 100px;
  align-items: end;
}

.section-heading h2 {
  margin: 0;
}

.section-heading > p {
  margin-bottom: 7px;
  color: var(--muted);
}

.menu-tabs {
  display: flex;
  gap: 42px;
  margin-top: 65px;
  border-bottom: 1px solid var(--line);
}

.menu-tab {
  position: relative;
  padding: 0 0 15px;
  border: 0;
  color: var(--muted);
  background: none;
  cursor: pointer;
  font-weight: 700;
}

.menu-tab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transition: transform 0.2s;
}

.menu-tab.active {
  color: var(--ink);
}

.menu-tab.active::after {
  transform: scaleX(1);
}

.menu-panel {
  display: grid;
  margin-top: 34px;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}

.menu-panel[hidden] {
  display: none;
}

.menu-item {
  display: flex;
  min-height: 118px;
  justify-content: space-between;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.menu-item h3 {
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 21px;
}

.menu-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.menu-item > strong {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 18px;
  white-space: nowrap;
}

.menu-page-link {
  margin-top: 48px;
  gap: 22px;
}

.quote-section {
  display: grid;
  min-height: 580px;
  place-items: center;
  padding: 80px 24px;
  color: #fff;
  background:
    linear-gradient(rgba(16, 42, 31, 0.78), rgba(16, 42, 31, 0.78)),
    url("https://images.unsplash.com/photo-1529543544277-750e7c6d72e3?auto=format&fit=crop&w=1800&q=85") center / cover;
  text-align: center;
}

.quote-mark {
  display: block;
  height: 60px;
  color: var(--yellow);
  font-family: var(--serif);
  font-size: 90px;
  line-height: 1;
}

blockquote {
  margin: 15px 0 24px;
  font-family: var(--serif);
  font-size: clamp(35px, 4.5vw, 64px);
  line-height: 1.18;
}

.quote-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking {
  display: grid;
  color: #fff;
  background: var(--green);
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(60px, 9vw, 150px);
}

.booking-copy {
  position: sticky;
  top: 60px;
  align-self: start;
}

.booking-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.booking-note {
  display: flex;
  gap: 14px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.booking-note > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-family: var(--serif);
}

.booking-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.booking-note a {
  color: #fff;
}

.booking-form {
  padding: clamp(30px, 4vw, 55px);
  color: var(--ink);
  background: var(--paper);
}

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

.booking-form label,
.time-fieldset legend,
.calendar-label {
  display: block;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 7px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  color: var(--ink);
  background: transparent;
}

.booking-form input:focus,
.booking-form select:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 2px rgba(234, 106, 74, 0.12);
}

.calendar-label {
  margin-top: 12px;
  margin-bottom: 8px;
}

.calendar {
  margin-bottom: 26px;
  border: 1px solid var(--line);
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.calendar-header strong {
  font-family: var(--serif);
  font-size: 18px;
  text-transform: capitalize;
}

.calendar-header button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.calendar-header button:disabled {
  cursor: not-allowed;
  opacity: 0.25;
}

.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-weekdays {
  padding: 10px 12px 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.calendar-days {
  gap: 4px;
  padding: 6px 12px 14px;
}

.calendar-day {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1.45;
  place-items: center;
  border: 0;
  border-radius: 2px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
}

.calendar-day:hover:not(:disabled) {
  background: var(--cream);
}

.calendar-day.selected {
  color: #fff;
  background: var(--coral);
  font-weight: 700;
}

.calendar-day.today:not(.selected) {
  outline: 1px solid var(--coral);
  outline-offset: -2px;
}

.calendar-day:disabled {
  color: #b7bab7;
  cursor: not-allowed;
  text-decoration: line-through;
}

.calendar-day.fully-booked::after {
  position: absolute;
  bottom: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.calendar-day.empty {
  pointer-events: none;
}

.time-fieldset {
  min-width: 0;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.time-fieldset legend {
  margin-bottom: 7px;
}

.time-hint {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
}

.time-slots {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.time-slot {
  min-height: 42px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
}

.time-slot:hover:not(:disabled) {
  border-color: var(--coral);
}

.time-slot.selected {
  border-color: var(--coral);
  color: #fff;
  background: var(--coral);
}

.time-slot:disabled {
  color: #a3a7a3;
  background: #eeeae2;
  cursor: not-allowed;
  text-decoration: line-through;
}

.privacy-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.5;
  text-transform: none !important;
}

.privacy-check input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin: 2px 0 0;
  accent-color: var(--coral);
}

.booking-submit {
  width: 100%;
  margin-top: 4px;
  justify-content: space-between;
}

.contact {
  display: grid;
  min-height: 660px;
  padding: 0;
  grid-template-columns: 1fr 1fr;
}

.contact-info {
  padding: 100px clamp(35px, 7vw, 120px);
  background: var(--cream);
}

.contact-info h2 {
  font-size: clamp(40px, 4vw, 62px);
}

.contact-grid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.contact-grid > div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-grid > div:first-child {
  grid-column: span 2;
}

.contact-grid span {
  color: var(--coral);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-grid p {
  margin: 8px 0;
}

.contact-grid p a {
  text-decoration: none;
}

.contact-grid .text-link {
  font-size: 13px;
}

.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  filter: saturate(0.7) contrast(0.95);
}

.site-footer {
  display: grid;
  padding: 55px clamp(24px, 7vw, 110px) 30px;
  color: #fff;
  background: var(--green-dark);
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-brand p {
  margin: 0;
  line-height: 1.25;
}

.footer-brand strong {
  display: block;
  font-family: var(--serif);
}

.site-footer > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.site-footer small {
  grid-column: 1 / -1;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  text-align: center;
}

.success-modal {
  width: min(480px, calc(100% - 32px));
  padding: 50px 45px 42px;
  border: 0;
  color: var(--ink);
  background: var(--paper);
  text-align: center;
}

.success-modal::backdrop {
  background: rgba(13, 31, 24, 0.78);
  backdrop-filter: blur(3px);
}

.success-modal h2 {
  margin-bottom: 16px;
  font-size: 45px;
}

.success-modal > p:not(.eyebrow) {
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 15px;
  border: 0;
  color: var(--muted);
  background: none;
  cursor: pointer;
  font-size: 28px;
}

.modal-icon {
  display: grid;
  width: 65px;
  height: 65px;
  margin: 0 auto 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 27px;
}

.modal-button {
  width: 100%;
  margin-top: 12px;
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 20px;
  }

  .main-nav a:not(.button) {
    display: none;
  }

  .intro {
    gap: 55px;
  }

  .intro-photos {
    min-height: 560px;
  }

  .photo-main {
    height: 500px;
  }

  .daily-menu-card {
    padding: 50px 40px;
  }

  .daily-price {
    min-width: 130px;
  }

  .daily-price strong {
    font-size: 62px;
  }

  .daily-menu-courses {
    gap: 55px;
  }

  .daily-course + .daily-course::before {
    left: -28px;
  }

  .booking {
    gap: 55px;
  }

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

@media (max-width: 780px) {
  .site-header {
    position: absolute;
    padding: 18px 20px;
  }

  .menu-toggle {
    position: relative;
    z-index: 22;
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    background: transparent;
  }

  .language-switcher {
    position: relative;
    z-index: 22;
  }

  .header-actions {
    gap: 16px;
  }

  .menu-toggle span:not(.sr-only) {
    width: 16px;
    height: 1px;
    background: #fff;
    transition: transform 0.2s, opacity 0.2s;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 21;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    color: #fff;
    background: var(--green-dark);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s, transform 0.25s;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a:not(.button) {
    display: block;
    font-family: var(--serif);
    font-size: 26px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-image {
    background-position: 63% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(14, 33, 25, 0.86), rgba(18, 39, 30, 0.35));
  }

  .hero-content {
    width: auto;
    margin: 0;
    padding: 110px 24px 50px;
  }

  h1 {
    font-size: clamp(50px, 14vw, 70px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 80px 24px;
  }

  .intro,
  .booking,
  .contact {
    grid-template-columns: 1fr;
  }

  .intro {
    gap: 55px;
  }

  .intro-photos {
    min-height: 500px;
  }

  .photo-main {
    width: 90%;
    height: 450px;
  }

  .photo-small {
    width: 48%;
    height: 210px;
    border-width: 7px;
  }

  .photo-sticker {
    top: 25px;
    left: 1%;
    width: 88px;
    height: 88px;
  }

  .daily-menu {
    padding: 45px 20px;
  }

  .daily-menu-card {
    padding: 40px 25px;
  }

  .daily-menu-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

  .daily-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    text-align: left;
  }

  .daily-price span,
  .daily-price small {
    display: inline;
  }

  .daily-menu-courses {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .daily-course + .daily-course {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
  }

  .daily-course + .daily-course::before {
    display: none;
  }

  .daily-menu-footer {
    grid-template-columns: auto 1fr;
  }

  .daily-menu-footer small {
    grid-column: 2;
    text-align: left;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .menu-tabs {
    gap: 30px;
    margin-top: 45px;
  }

  .menu-panel {
    grid-template-columns: 1fr;
  }

  .booking {
    gap: 50px;
  }

  .booking-copy {
    position: static;
  }

  .booking-form {
    padding: 30px 22px;
  }

  .contact {
    padding: 0;
  }

  .contact-info {
    padding: 80px 24px;
  }

  .map-wrapper iframe {
    min-height: 430px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .demo-notice {
    right: 12px;
    bottom: 12px;
    max-width: calc(100vw - 24px);
    padding: 10px 14px;
    font-size: 12px;
  }

  .brand-name {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  h2 {
    font-size: 39px;
  }

  .intro-details,
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .intro-details > div + div {
    margin-top: 25px;
  }

  .intro-photos {
    min-height: 400px;
  }

  .photo-main {
    height: 355px;
  }

  .photo-small {
    height: 165px;
  }

  .menu-tabs {
    justify-content: space-between;
    gap: 12px;
  }

  .menu-item {
    min-height: auto;
  }

  .calendar-day {
    aspect-ratio: 1;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid > div:first-child {
    grid-column: auto;
  }

  .success-modal {
    padding: 45px 25px 30px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
