/*
Theme Name: Olea Social Foodbar
Theme URI: https://oleasocialfoodbar.com/
Author: Olea Social Foodbar
Description: Een maatwerkthema in de officiele Olea-huisstijl voor een Italiaanse social foodbar.
Version: 1.0.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: olea-social-foodbar
*/

:root {
  --olive: #3f3f1c;
  --sage: #bbba7a;
  --cream: #faf1d1;
  --paper: #fffaf0;
  --ink: #2e2e18;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Century Gothic", "Helvetica Neue", Arial,
    sans-serif;
}

* {
  box-sizing: border-box;
}

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

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.skip-link:focus {
  background: var(--cream);
  clip: auto !important;
  clip-path: none;
  color: var(--olive);
  height: auto;
  left: 12px;
  padding: 12px 18px;
  top: 12px;
  width: auto;
  z-index: 99999;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--olive);
  font-family: var(--sans);
  margin: 0;
  overflow-x: hidden;
}

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

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

button:focus-visible,
a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.wrap {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 40px;
  width: 100%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  align-items: center;
  display: flex;
  height: 94px;
  justify-content: space-between;
  left: 0;
  padding: 0 48px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.brand img,
.custom-logo-link img {
  display: block;
  height: auto;
  width: 178px;
}

.site-nav {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 34px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-nav .menu {
  align-items: center;
  display: flex;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav .menu li {
  margin: 0;
  padding: 0;
}

.site-nav .menu a {
  position: relative;
}

.site-nav > a:not(.nav-reserve) {
  position: relative;
}

.site-nav > a:not(.nav-reserve)::after {
  background: currentColor;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

.site-nav .menu a::after {
  background: currentColor;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

.site-nav > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav .menu a:hover::after,
.site-nav .menu .current-menu-item > a::after,
.site-nav .menu .current_page_item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav > a.is-current::after {
  transform: scaleX(1);
}

.nav-reserve {
  align-items: center;
  border: 1px solid var(--olive);
  display: inline-flex;
  gap: 20px;
  padding: 13px 17px;
}

.menu-toggle {
  background: none;
  border: 0;
  color: var(--olive);
  display: none;
  height: 44px;
  padding: 10px;
  width: 44px;
}

.menu-toggle span:not(.sr-only) {
  background: currentColor;
  display: block;
  height: 1px;
  margin: 6px 0;
  width: 24px;
}

.hero {
  align-items: center;
  background: var(--sage);
  display: flex;
  min-height: 760px;
  overflow: hidden;
  padding: 150px 0 90px;
  position: relative;
}

.hero::after {
  border: 1px solid rgba(63, 63, 28, 0.35);
  border-radius: 50%;
  content: "";
  height: 590px;
  position: absolute;
  right: -140px;
  top: 82px;
  width: 590px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.hero h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  margin: 0;
}

.hero h1 {
  font-size: clamp(62px, 8vw, 118px);
  line-height: 0.84;
  max-width: 900px;
}

h1 em,
h2 em {
  font-weight: 400;
}

.hero-intro {
  font-size: 17px;
  line-height: 1.7;
  margin: 40px 0 32px;
  max-width: 530px;
}

.button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 30px;
  justify-content: space-between;
  letter-spacing: 0.15em;
  min-width: 218px;
  padding: 18px 20px;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

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

.button-dark {
  background: var(--olive);
  color: var(--cream);
}

.button-light {
  background: var(--cream);
  color: var(--olive);
}

.text-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 24px;
  letter-spacing: 0.14em;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.hero-leaf {
  opacity: 0.94;
  position: absolute;
  right: 3vw;
  top: 145px;
  transform: rotate(-6deg);
  width: min(39vw, 540px);
  z-index: 1;
}

.hero-note {
  bottom: 40px;
  display: flex;
  font-family: var(--serif);
  font-size: 15px;
  gap: 24px;
  letter-spacing: 0.08em;
  position: absolute;
  right: 62px;
  z-index: 2;
}

.hero-note span + span::before {
  content: "·";
  margin-right: 24px;
}

.hero-index {
  bottom: 36px;
  font-size: 10px;
  left: 48px;
  letter-spacing: 0.16em;
  position: absolute;
}

.intro-section,
.roots-section,
.visit-section {
  padding: 135px 0;
}

.intro-section {
  background: var(--cream);
}

.intro-grid {
  display: grid;
  gap: 80px;
  grid-template-columns: 0.95fr 1.05fr;
}

h2 {
  font-size: clamp(52px, 6.2vw, 86px);
  line-height: 0.94;
}

.intro-copy {
  max-width: 600px;
  padding-top: 42px;
}

.lead {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.42;
  margin: 0 0 24px;
}

.intro-copy > p:not(.lead),
.roots-copy > p:not(.eyebrow):not(.lead),
.section-heading > p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 30px;
}

.intro-stats {
  border-top: 1px solid rgba(63, 63, 28, 0.35);
  display: grid;
  gap: 28px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
  padding-top: 32px;
}

.intro-stats div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.intro-stats strong {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 400;
}

.intro-stats span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-section {
  background: var(--olive);
  color: var(--cream);
  overflow: hidden;
  padding: 130px 0 110px;
  position: relative;
}

.menu-leaf {
  opacity: 0.1;
  position: absolute;
  right: -70px;
  top: -80px;
  transform: rotate(12deg);
  width: 440px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.1fr 0.9fr;
  position: relative;
  z-index: 1;
}

.section-heading > p {
  max-width: 440px;
}

.menu-list {
  border-top: 1px solid rgba(250, 241, 209, 0.35);
  margin: 70px 0 42px;
  position: relative;
  z-index: 1;
}

.menu-item {
  align-items: center;
  border-bottom: 1px solid rgba(250, 241, 209, 0.35);
  display: grid;
  gap: 28px;
  grid-template-columns: 70px 1fr auto;
  min-height: 150px;
  padding: 24px 0;
}

.menu-number,
.menu-item p,
.menu-note {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-item p {
  margin: 0 0 9px;
  opacity: 0.72;
}

.menu-item h3 {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 8px;
}

.menu-item div > span {
  font-size: 13px;
  opacity: 0.72;
}

.menu-item strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.menu-item sup {
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.menu-note {
  display: inline-block;
  margin: 0 0 0 26px;
  opacity: 0.66;
  vertical-align: middle;
}

.roots-section {
  background: var(--paper);
}

.roots-grid {
  align-items: center;
  display: grid;
  gap: 110px;
  grid-template-columns: 1fr 0.9fr;
}

.roots-art {
  align-items: center;
  aspect-ratio: 1 / 1.02;
  background: var(--sage);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.roots-art::after {
  border: 1px solid rgba(63, 63, 28, 0.35);
  border-radius: 50%;
  content: "";
  height: 67%;
  position: absolute;
  width: 67%;
}

.roots-art img {
  position: relative;
  transform: rotate(-18deg);
  width: 72%;
  z-index: 2;
}

.roots-word {
  font-family: var(--serif);
  font-size: 9vw;
  font-style: italic;
  left: -24px;
  opacity: 0.22;
  position: absolute;
  top: 16px;
}

.roots-caption {
  bottom: 26px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: absolute;
  right: 28px;
  text-transform: uppercase;
  z-index: 3;
}

.roots-copy .lead {
  margin-top: 42px;
}

.visit-section {
  background: var(--sage);
}

.visit-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 0.82fr;
}

.visit-heading > p:not(.eyebrow) {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.5;
  margin: 38px 0 28px;
}

.hours-card {
  background: var(--olive);
  color: var(--cream);
  padding: 40px 44px;
}

.hours-title {
  border-bottom: 1px solid rgba(250, 241, 209, 0.3);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.16em;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.hours-card dl {
  margin: 24px 0 34px;
}

.hours-card dl div {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 7px 0;
}

.hours-card dd {
  margin: 0;
}

.contact-links {
  border-top: 1px solid rgba(250, 241, 209, 0.3);
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-size: 20px;
  gap: 8px;
  padding-top: 28px;
}

.site-footer {
  background: var(--olive);
  color: var(--cream);
  padding: 75px 0 24px;
}

.footer-grid {
  display: grid;
  gap: 60px;
  grid-template-columns: 1.7fr 1fr 0.8fr;
}

.footer-grid img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(19%) saturate(591%)
    hue-rotate(347deg) brightness(107%) contrast(96%);
  width: 220px;
}

.footer-grid p,
.footer-grid a {
  display: block;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.footer-grid > div:first-child p {
  margin-top: 18px;
  opacity: 0.7;
}

.footer-label {
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 14px !important;
  opacity: 0.6;
  text-transform: uppercase;
}

.footer-bottom {
  border-top: 1px solid rgba(250, 241, 209, 0.25);
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: 0.12em;
  margin-top: 60px;
  padding-top: 22px;
  text-transform: uppercase;
}

.page-hero {
  align-items: flex-end;
  background: var(--sage);
  display: flex;
  min-height: 610px;
  overflow: hidden;
  padding: 160px 0 90px;
  position: relative;
}

.page-hero::after {
  border: 1px solid rgba(63, 63, 28, 0.35);
  border-radius: 50%;
  content: "";
  height: 460px;
  position: absolute;
  right: -105px;
  top: 80px;
  width: 460px;
}

.page-hero > img {
  opacity: 0.45;
  position: absolute;
  right: 2vw;
  top: 115px;
  transform: rotate(-10deg);
  width: min(34vw, 470px);
  z-index: 1;
}

.page-hero-inner {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(60px, 8vw, 108px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.87;
  margin: 0;
  max-width: 1040px;
}

.page-hero-inner > p:last-child {
  font-size: 16px;
  line-height: 1.7;
  margin: 38px 0 0;
  max-width: 520px;
}

.page-index {
  bottom: 32px;
  font-size: 10px;
  letter-spacing: 0.16em;
  position: absolute;
  right: 48px;
  z-index: 2;
}

.story-section,
.legal-section {
  background: var(--paper);
  padding: 130px 0;
}

.story-grid {
  display: grid;
  gap: 120px;
  grid-template-columns: 0.72fr 1.28fr;
}

.story-aside {
  background: var(--sage);
  min-height: 560px;
  overflow: hidden;
  padding: 46px 42px;
  position: relative;
}

.story-aside blockquote {
  font-family: var(--serif);
  font-size: 32px;
  font-style: italic;
  line-height: 1.25;
  margin: 75px 0 0;
  position: relative;
  z-index: 2;
}

.story-aside img {
  bottom: -130px;
  opacity: 0.4;
  position: absolute;
  right: -55px;
  transform: rotate(-12deg);
  width: 370px;
}

.rich-copy h2 {
  margin-bottom: 40px;
}

.rich-copy h3 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  margin: 54px 0 12px;
}

.rich-copy > p:not(.lead):not(.legal-notice) {
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 24px;
}

.values-section {
  background: var(--olive);
  color: var(--cream);
  padding: 110px 0;
}

.values-grid {
  border-top: 1px solid rgba(250, 241, 209, 0.35);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}

.values-grid article {
  min-height: 320px;
  padding: 34px 36px 30px 0;
}

.values-grid article + article {
  border-left: 1px solid rgba(250, 241, 209, 0.35);
  padding-left: 36px;
}

.values-grid article > span {
  font-size: 10px;
  letter-spacing: 0.16em;
  opacity: 0.6;
}

.values-grid h3 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  margin: 100px 0 16px;
}

.values-grid p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  opacity: 0.72;
}

.full-menu-section {
  background: var(--paper);
  padding: 70px 0 130px;
}

.menu-disclaimer {
  border-bottom: 1px solid rgba(63, 63, 28, 0.25);
  display: flex;
  flex-wrap: wrap;
  font-size: 9px;
  font-weight: 700;
  gap: 30px;
  justify-content: space-between;
  letter-spacing: 0.15em;
  padding-bottom: 22px;
  text-transform: uppercase;
}

.menu-group {
  display: grid;
  gap: 90px;
  grid-template-columns: 0.75fr 1.25fr;
  padding: 100px 0 80px;
}

.menu-group + .menu-group {
  border-top: 1px solid rgba(63, 63, 28, 0.25);
}

.menu-group-title > span {
  font-size: 10px;
  letter-spacing: 0.16em;
}

.menu-group-title h2 {
  font-size: clamp(46px, 5vw, 68px);
  margin: 28px 0 10px;
}

.menu-group-title p {
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  margin: 0;
}

.menu-grid {
  display: grid;
  gap: 0 40px;
  grid-template-columns: repeat(2, 1fr);
}

.menu-grid article {
  align-items: start;
  border-bottom: 1px solid rgba(63, 63, 28, 0.2);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 104px;
  padding: 24px 0;
}

.menu-grid h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 8px;
}

.menu-grid p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.72;
}

.menu-grid strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  white-space: nowrap;
}

.group-note {
  font-size: 10px;
  font-weight: 700;
  grid-column: 2;
  letter-spacing: 0.12em;
  margin: -52px 0 0;
  text-transform: uppercase;
}

.menu-cta {
  align-items: center;
  background: var(--olive);
  color: var(--cream);
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 55px 60px;
}

.menu-cta h2 {
  font-size: 56px;
}

.contact-page-section {
  background: var(--paper);
  padding: 130px 0;
}

.contact-page-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 1.05fr 0.95fr;
}

.booking-panel {
  background: var(--olive);
  color: var(--cream);
  padding: 60px;
}

.booking-panel h2 {
  font-size: 62px;
  margin-bottom: 30px;
}

.booking-panel > p:not(.eyebrow):not(.booking-small) {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 32px;
  max-width: 430px;
}

.tablefever-widget-mount {
  height: 0;
  overflow: visible;
  width: 0;
}

.tablefever-widget-mount iframe[data-tablefever-widget] {
  border: 0;
}

.tablefever-noscript {
  background: var(--olive);
  bottom: 18px;
  color: var(--cream);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 14px 18px;
  position: fixed;
  right: 18px;
  text-transform: uppercase;
  z-index: 99999;
}

.booking-small {
  border-top: 1px solid rgba(250, 241, 209, 0.3);
  font-size: 11px;
  line-height: 1.6;
  margin: 42px 0 0;
  opacity: 0.7;
  padding-top: 22px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}

.contact-details > div + div {
  border-top: 1px solid rgba(63, 63, 28, 0.25);
  padding-top: 40px;
}

.contact-big {
  display: block;
  font-family: var(--serif);
  font-size: clamp(23px, 2.5vw, 38px);
  line-height: 1.35;
}

.contact-address {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.5;
  margin: 0 0 25px;
}

.contact-hours-section {
  background: var(--sage);
  padding: 110px 0;
}

.contact-hours-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 0.85fr 1.15fr;
}

.contact-hours-grid h2 {
  font-size: 65px;
}

.contact-hours-grid dl {
  border-top: 1px solid rgba(63, 63, 28, 0.35);
  margin: 0;
}

.contact-hours-grid dl div {
  border-bottom: 1px solid rgba(63, 63, 28, 0.35);
  display: flex;
  font-family: var(--serif);
  font-size: 20px;
  justify-content: space-between;
  padding: 15px 0;
}

.contact-hours-grid dd {
  margin: 0;
}

.legal-copy {
  max-width: 790px;
}

.legal-notice {
  background: var(--sage);
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 70px;
  padding: 20px 24px;
}

.editor-content-section,
.contact-editor-content,
.menu-editor-content {
  background: var(--paper);
  padding-bottom: 100px;
  padding-top: 100px;
}

.contact-editor-content,
.menu-editor-content {
  margin-top: 80px;
  padding-bottom: 0;
  padding-top: 80px;
}

.editor-content a,
.rich-copy a:not(.button) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.editor-content ul,
.editor-content ol,
.rich-copy ul,
.rich-copy ol {
  line-height: 1.8;
  padding-left: 24px;
}

.menu-empty {
  font-family: var(--serif);
  font-size: 24px;
  padding: 80px 0;
}

.post-summary {
  border-bottom: 1px solid rgba(63, 63, 28, 0.25);
  padding: 35px 0;
}

.post-summary h2 {
  font-size: 42px;
}

.error-button {
  margin-top: 30px;
}

.admin-bar .site-header {
  top: 32px;
}

.menu-is-open {
  overflow: hidden;
}

@media (max-width: 950px) {
  .site-header {
    height: 82px;
    padding: 0 24px;
  }

  .brand img {
    width: 150px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 25;
  }

  .site-nav {
    align-items: stretch;
    background: var(--cream);
    flex-direction: column;
    gap: 0;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 80px 34px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-14px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav .menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

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

  .site-nav a {
    border-bottom: 1px solid rgba(63, 63, 28, 0.25);
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding: 16px 0;
    text-transform: none;
  }

  .nav-reserve {
    border: 0;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .hero {
    min-height: 720px;
    padding-top: 130px;
  }

  .hero-leaf {
    opacity: 0.2;
    right: -14vw;
    top: 175px;
    width: 65vw;
  }

  .hero::after {
    height: 430px;
    right: -250px;
    top: 170px;
    width: 430px;
  }

  .intro-grid,
  .section-heading,
  .roots-grid,
  .visit-grid {
    gap: 58px;
    grid-template-columns: 1fr;
  }

  .intro-copy {
    padding-top: 0;
  }

  .roots-art {
    max-width: 630px;
  }

  .roots-copy {
    max-width: 620px;
  }

  .visit-grid {
    gap: 55px;
  }

  .story-grid,
  .menu-group,
  .contact-page-grid,
  .contact-hours-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .story-aside {
    max-width: 580px;
  }

  .group-note {
    grid-column: 1;
    margin-top: -34px;
  }
}

@media (max-width: 620px) {
  .wrap {
    padding-inline: 22px;
  }

  .hero {
    min-height: 710px;
    padding-bottom: 120px;
  }

  .hero h1 {
    font-size: clamp(52px, 16vw, 74px);
  }

  .hero-intro {
    font-size: 15px;
    max-width: 88%;
  }

  .button-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-note {
    bottom: 32px;
    font-size: 12px;
    left: 22px;
    right: auto;
  }

  .hero-index {
    display: none;
  }

  .intro-section,
  .roots-section,
  .visit-section {
    padding: 90px 0;
  }

  h2 {
    font-size: 50px;
  }

  .lead {
    font-size: 23px;
  }

  .intro-stats {
    grid-template-columns: 1fr;
  }

  .menu-section {
    padding: 90px 0 80px;
  }

  .menu-item {
    align-items: start;
    gap: 14px;
    grid-template-columns: 34px 1fr auto;
    min-height: 140px;
  }

  .menu-item h3 {
    font-size: 28px;
  }

  .menu-item strong {
    font-size: 26px;
  }

  .menu-note {
    display: block;
    line-height: 1.6;
    margin: 24px 0 0;
  }

  .roots-word {
    font-size: 80px;
  }

  .hours-card {
    padding: 32px 24px;
  }

  .contact-links {
    font-size: 17px;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .page-hero {
    min-height: 560px;
    padding: 140px 0 75px;
  }

  .page-hero h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .page-hero > img {
    opacity: 0.18;
    right: -25vw;
    top: 155px;
    width: 90vw;
  }

  .page-index {
    right: 22px;
  }

  .story-section,
  .legal-section,
  .contact-page-section {
    padding: 85px 0;
  }

  .story-aside {
    min-height: 450px;
    padding: 34px 28px;
  }

  .story-aside blockquote {
    font-size: 28px;
    margin-top: 55px;
  }

  .values-section {
    padding: 80px 0;
  }

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

  .values-grid article {
    min-height: 240px;
    padding: 30px 0;
  }

  .values-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(250, 241, 209, 0.35);
    padding-left: 0;
  }

  .values-grid h3 {
    margin-top: 65px;
  }

  .full-menu-section {
    padding: 50px 0 85px;
  }

  .menu-group {
    gap: 40px;
    padding: 75px 0 60px;
  }

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

  .group-note {
    margin-top: -20px;
  }

  .menu-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
    padding: 38px 28px;
  }

  .menu-cta h2 {
    font-size: 44px;
  }

  .booking-panel {
    padding: 38px 28px;
  }

  .booking-panel h2 {
    font-size: 46px;
  }


  .contact-big {
    font-size: 21px;
    overflow-wrap: anywhere;
  }

  .contact-details {
    gap: 65px;
  }

  .contact-hours-section {
    padding: 80px 0;
  }

  .contact-hours-grid {
    gap: 45px;
  }

  .contact-hours-grid dl div {
    font-size: 17px;
  }
}

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

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