/*
Theme Name: The Vegan Way Blocks
Theme URI: https://www.theveganway.co.uk/
Author: The Vegan Way
Description: A visual block-editor theme for The Vegan Way café. Photographs, weekly specials and complete sections can be changed, duplicated and reordered without code.
Version: 2.5.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: the-vegan-way-block
*/

:root {
  --ink: #18392d;
  --forest: #174c3a;
  --forest-deep: #10372a;
  --cream: #f5f0e5;
  --paper: #fffdf7;
  --tomato: #e45537;
  --yellow: #e6ba45;
  --sage: #9bb691;
  --line: rgba(24, 57, 45, 0.21);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

::selection {
  background: var(--yellow);
  color: var(--forest-deep);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 82px;
  margin: 0;
  padding: 12px clamp(22px, 4.5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(245, 240, 229, 0.94);
  backdrop-filter: blur(16px);
}

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

.brand {
  flex: 1 1 260px;
  gap: 12px;
  width: fit-content;
}

.brand-mark {
  display: block;
  flex: 0 0 62px;
  width: 62px;
  height: 64px;
  margin: 0;
  background: transparent url("assets/vegan-way-logo-green.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.brand-words {
  margin: 0;
}

.brand-words .wp-block-site-title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-words p {
  margin: 4px 0 0;
  color: rgba(24, 57, 45, 0.67);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.main-navigation {
  flex: 0 1 auto;
  flex-wrap: nowrap !important;
  gap: clamp(22px, 2.5vw, 38px);
}

.main-navigation .wp-block-navigation__container {
  column-gap: clamp(22px, 2.5vw, 38px) !important;
  row-gap: 10px !important;
}

.main-navigation .wp-block-navigation-item__content {
  position: relative;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* Fallback for older versions of the Facebook companion plugin. */
.main-navigation > [data-tvw-facebook-link] {
  flex: 0 0 auto;
}

.main-navigation .wp-block-navigation-item__content::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--tomato);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-navigation .wp-block-navigation-item__content:hover::after,
.main-navigation .wp-block-navigation-item__content:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  flex: 1 1 260px;
  justify-content: flex-end;
}

.header-cta .wp-block-button__link {
  padding: 12px 18px;
  border: 1.5px solid var(--ink);
  background: transparent;
  color: var(--ink);
}

.header-cta .wp-block-button__link:hover {
  background: var(--ink);
  color: var(--paper);
}

.cafe-home,
.cafe-home > * {
  margin-block-start: 0;
}

.hero {
  min-height: calc(100vh - 82px);
  margin: 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero > .wp-block-column {
  margin: 0;
}

.hero-copy {
  display: flex;
  flex-basis: 57% !important;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 130px) clamp(24px, 6.5vw, 104px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--tomato);
  content: "";
}

.hero h1 {
  max-width: 820px;
  margin: 0 0 30px;
  font-size: clamp(55px, 6.5vw, 106px);
  font-weight: 700;
  letter-spacing: -0.066em;
  line-height: 0.91;
}

.hero h1 mark {
  padding: 0;
  background: transparent;
  color: var(--tomato);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-intro {
  max-width: 590px;
  margin: 0 0 34px;
  color: rgba(24, 57, 45, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.55;
}

.hero-actions {
  align-items: center;
  gap: 20px;
}

.wp-block-button__link {
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.wp-block-button__link:hover {
  background: var(--forest-deep);
  transform: translateY(-2px);
}

.text-button .wp-block-button__link {
  padding: 10px 0 6px;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.hero-photo {
  position: relative;
  display: grid;
  flex-basis: 43% !important;
  place-items: stretch;
  min-height: 620px;
  background: var(--sage);
  overflow: hidden;
}

.hero-photo figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

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

.photo-note {
  position: absolute;
  right: 28px;
  bottom: 24px;
  margin: 0;
  padding: 12px 16px;
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  transform: rotate(-2deg);
}

.special-section {
  padding: clamp(70px, 9vw, 136px) clamp(24px, 6.5vw, 104px);
}

.section-kicker {
  margin-bottom: 34px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker p {
  margin: 0;
}

.section-kicker strong {
  color: var(--tomato);
}

.special-card {
  min-height: 500px;
  margin: 0;
  border-radius: 4px;
  background: var(--forest);
  color: var(--paper);
  overflow: hidden;
}

.special-photo {
  flex-basis: 48% !important;
}

.special-photo figure {
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin: 0;
}

.special-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special-copy {
  display: flex;
  flex-basis: 52% !important;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 92px);
}

.special-kicker {
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.special-copy h2 {
  margin: 0 0 26px;
  font-size: clamp(43px, 5vw, 78px);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.special-copy > p:not(.special-kicker) {
  max-width: 620px;
  color: rgba(255, 253, 247, 0.8);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.55;
}

.tags {
  gap: 9px;
  margin-top: 22px;
}

.tags p {
  margin: 0;
  padding: 9px 13px;
  border: 1px solid rgba(255, 253, 247, 0.38);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-section {
  padding: clamp(74px, 9vw, 140px) clamp(24px, 6.5vw, 104px);
  background: var(--paper);
}

.menu-heading {
  align-items: end !important;
  margin: 0 0 68px;
}

.menu-heading h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(44px, 5.4vw, 82px);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.menu-heading > .wp-block-column:last-child p {
  max-width: 510px;
  margin: 0 0 4px auto;
  color: rgba(24, 57, 45, 0.7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}

.menu-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.menu-group {
  position: relative;
  padding: 46px clamp(20px, 3vw, 46px);
  border-right: 1px solid var(--line);
}

.menu-group:last-child {
  border-right: 0;
}

.menu-number {
  margin: 0 0 20px;
  color: var(--tomato);
  font-size: 12px;
  font-weight: 800;
}

.menu-group h3 {
  min-height: 80px;
  margin: 0 0 36px;
  font-size: clamp(27px, 2.3vw, 38px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.menu-group h4 {
  margin: 22px 0 5px;
  font-size: 15px;
}

.menu-group h4 + p {
  margin: 0;
  color: rgba(24, 57, 45, 0.67);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.55;
}

.menu-group hr,
.visit-details hr {
  margin: 22px 0 0;
  border-color: var(--line);
}

.menu-more {
  justify-content: center;
  margin-top: 48px;
}

/* Full, editable café menu page. */
.full-menu-page {
  margin: 0;
}

.full-menu-hero {
  align-items: stretch !important;
  max-width: none !important;
  min-height: 650px;
  padding: 0;
  border-bottom: 1px solid var(--line);
}

.full-menu-hero-copy {
  display: flex;
  flex-basis: 58% !important;
  flex-direction: column;
  justify-content: center;
  padding: clamp(78px, 9vw, 136px) clamp(24px, 7vw, 112px);
}

.full-menu-hero-image {
  position: relative;
  flex-basis: 42% !important;
  min-height: 650px;
  background: var(--sage);
  overflow: hidden;
}

.full-menu-hero-image figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

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

.full-menu-hero h1 {
  margin: 0 0 28px;
  font-size: clamp(58px, 8vw, 116px);
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.full-menu-hero h1 mark {
  padding: 0;
  background: transparent;
  color: var(--tomato);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.full-menu-intro {
  max-width: 650px;
  color: rgba(24, 57, 45, 0.75);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.55;
}

.full-menu-actions {
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}

.menu-editing-note {
  margin-top: 34px;
  color: rgba(24, 57, 45, 0.68);
  font-size: 12px;
}

.menu-sheet {
  max-width: none !important;
  margin: 0;
  padding: clamp(70px, 8vw, 120px) clamp(24px, 6vw, 96px);
  background: var(--paper);
}

.menu-sheet-two {
  background: var(--cream);
}

.menu-print-masthead,
.menu-print-footer {
  display: none;
}

.full-menu-columns {
  align-items: stretch !important;
  gap: 0;
  max-width: 1500px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.full-menu-category {
  min-width: 0;
  padding: clamp(34px, 3.5vw, 56px) clamp(20px, 2.8vw, 44px);
  border-right: 1px solid var(--line);
}

.full-menu-category:last-child {
  border-right: 0;
}

.full-menu-category > .menu-number {
  margin: 0 0 18px;
}

.full-menu-category > h2 {
  margin: 0 0 24px;
  font-size: clamp(31px, 3.2vw, 50px);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.category-note {
  margin: 0 0 32px;
  color: rgba(24, 57, 45, 0.67);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.55;
}

.full-menu-item {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.full-menu-item-line {
  align-items: flex-start !important;
  gap: 18px;
  margin: 0;
}

.full-menu-item-line h3 {
  flex: 1 1 auto;
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.full-menu-item-line h3 small,
.menu-price-list small {
  font-size: 0.72em;
  font-weight: 400;
}

.full-menu-item-line p {
  flex: 0 0 auto;
  margin: 0;
  color: var(--tomato);
  font-size: 15px;
  white-space: nowrap;
}

.full-menu-item > p {
  margin: 7px 0 0;
  color: rgba(24, 57, 45, 0.67);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.48;
}

.menu-highlight {
  margin-top: 12px;
  padding: 20px;
  border: 0;
  border-radius: 3px;
  background: var(--yellow);
}

.menu-highlight .full-menu-item-line p,
.menu-highlight > p {
  color: var(--forest-deep);
}

.menu-extra-box,
.menu-allergen-box {
  margin-top: 26px;
  padding: 22px;
  border-radius: 3px;
  background: var(--forest);
  color: var(--paper);
}

.menu-extra-box h3,
.menu-allergen-box h3 {
  margin: 0 0 10px;
  color: var(--yellow);
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.menu-extra-box p,
.menu-allergen-box p {
  margin: 8px 0 0;
  color: rgba(255, 253, 247, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.5;
}

.menu-sub-number {
  margin-top: 46px !important;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.menu-price-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.menu-price-list > p {
  position: relative;
  margin: 0;
  padding: 13px 72px 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.35;
}

.menu-price-list > p > strong:first-of-type {
  position: absolute;
  top: 13px;
  right: 0;
  color: var(--tomato);
  white-space: nowrap;
}

.menu-price-list > p small {
  display: inline-block;
  margin-top: 4px;
  color: rgba(24, 57, 45, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.4;
}

.drinks-subheading {
  margin: 30px 0 12px;
  color: var(--forest);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tea-list {
  margin: 0;
  color: rgba(24, 57, 45, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.72;
}

.full-menu-visit {
  max-width: none !important;
  margin: 0;
  padding: clamp(74px, 8vw, 120px) clamp(24px, 7vw, 112px);
  background: var(--forest-deep);
  color: var(--paper);
}

.full-menu-visit > * {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.full-menu-visit h2 {
  margin-top: 0;
  font-size: clamp(46px, 6vw, 86px);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.full-menu-visit > p:not(.eyebrow) {
  color: rgba(255, 253, 247, 0.74);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.6;
}

.visit {
  min-height: 650px;
  margin: 0;
  background: var(--forest-deep);
  color: var(--paper);
}

.visit-copy,
.visit-details {
  padding: clamp(68px, 8vw, 124px) clamp(24px, 6.5vw, 104px);
}

.visit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 253, 247, 0.18);
}

.eyebrow-light::before {
  background: var(--yellow);
}

.visit h2 {
  max-width: 690px;
  margin: 0 0 28px;
  font-size: clamp(48px, 6vw, 90px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.visit-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 253, 247, 0.75);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.6;
}

.button-light .wp-block-button__link {
  background: var(--paper);
  color: var(--forest-deep);
}

.visit-order-actions {
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.order-button .wp-block-button__link {
  background: var(--tomato);
  color: var(--paper);
}

.order-button .wp-block-button__link:hover {
  background: var(--yellow);
  color: var(--forest-deep);
}

.visit-copy > p.order-note {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255, 253, 247, 0.68);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.order-note a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.visit-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visit-details h4 {
  margin: 0 0 8px;
  color: var(--yellow);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visit-details p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.55;
}

.visit-details .hours-note {
  margin-top: 40px;
  color: rgba(255, 253, 247, 0.6);
  font-size: 14px;
}

.site-footer {
  margin: 0;
  padding: 32px clamp(22px, 4.5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.site-footer > p {
  margin: 0;
  color: rgba(24, 57, 45, 0.66);
  font-size: 11px;
}

.simple-page {
  min-height: 60vh;
  padding: clamp(70px, 9vw, 130px) 24px;
}

.simple-page h1 {
  font-size: clamp(48px, 6vw, 86px);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.post-card {
  margin-bottom: 34px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--paper);
}

/* Keep the existing Facebook companion page visually compatible. */
.tvw-facebook-page .site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.tvw-facebook-page .brand {
  display: inline-flex;
  align-items: center;
}

.tvw-facebook-page .brand > span:last-child {
  display: grid;
  gap: 2px;
}

.tvw-facebook-page .brand strong {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.tvw-facebook-page .brand small {
  color: rgba(24, 57, 45, 0.67);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tvw-facebook-page .site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
}

.tvw-facebook-page .site-header nav a {
  padding: 12px 0;
  font-size: 13px;
  font-weight: 700;
}

.tvw-facebook-page .header-cta {
  justify-self: end;
  padding: 12px 18px;
  border: 1.5px solid var(--ink);
  border-radius: 99px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tvw-facebook-page footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px clamp(22px, 4.5vw, 72px);
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap !important;
  }

  .brand,
  .header-actions {
    flex-basis: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy,
  .hero-photo {
    flex-basis: 50% !important;
  }

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

  .menu-list {
    flex-wrap: wrap !important;
  }

  .menu-group {
    flex-basis: calc(50% - 1px) !important;
    border-bottom: 1px solid var(--line);
  }

  .menu-group:last-child {
    flex-basis: 100% !important;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    min-height: 72px;
    padding: 10px 18px;
  }

  .brand-mark {
    flex-basis: 52px;
    width: 52px;
    height: 53px;
  }

  .header-actions {
    display: none !important;
  }

  .site-header > .main-navigation {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .main-navigation .wp-block-navigation__responsive-container-open,
  .main-navigation .wp-block-navigation__responsive-container-close {
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--forest-deep);
  }

  .main-navigation .wp-block-navigation__responsive-container-open svg,
  .main-navigation .wp-block-navigation__responsive-container-close svg {
    width: 25px;
    height: 25px;
  }

  .main-navigation .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed;
    inset: 0;
    z-index: 100000;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 24px;
    background: var(--cream);
    color: var(--forest-deep);
    overflow: hidden;
  }

  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    height: 100%;
  }

  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    top: 0;
    right: 0;
  }

  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 70px 0 30px;
    overflow: hidden;
  }

  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: min(100%, 430px);
  }

  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    width: 100%;
    border-bottom: 1px solid var(--line);
  }

  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:first-child {
    border-top: 1px solid var(--line);
  }

  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    display: block;
    width: 100%;
    padding: 18px 4px !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 8vw, 38px);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.1;
  }

  .main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content::after {
    display: none;
  }

  .hero,
  .special-card,
  .visit {
    display: block;
  }

  .hero-copy {
    padding: 72px 24px;
  }

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

  .hero-photo {
    min-height: 470px;
  }

  .special-section,
  .menu-section {
    padding: 74px 24px;
  }

  .special-photo figure {
    min-height: 360px;
  }

  .special-copy {
    padding: 52px 28px 60px;
  }

  .menu-heading {
    display: block;
  }

  .menu-heading > .wp-block-column:last-child p {
    margin: 28px 0 0;
  }

  .menu-list {
    display: block;
  }

  .full-menu-columns {
    display: block;
  }

  .full-menu-hero {
    display: block;
    min-height: 0;
  }

  .full-menu-hero-copy {
    padding: 72px 24px;
  }

  .full-menu-hero-image {
    min-height: 430px;
  }

  .full-menu-category {
    padding: 48px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .full-menu-category:last-child {
    border-bottom: 0;
  }

  .menu-sheet {
    padding: 64px 24px;
  }

  .full-menu-item-line {
    display: flex;
  }

  .menu-group {
    padding: 38px 0;
    border-right: 0;
  }

  .menu-group h3 {
    min-height: 0;
  }

  .visit-copy,
  .visit-details {
    padding: 72px 24px;
  }

  .visit-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.18);
  }

  .site-footer,
  .tvw-facebook-page footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .tvw-facebook-page .site-header {
    display: flex;
  }

  .tvw-facebook-page .site-header nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
  }
}

/* Editor guidance: outlines appear only while editing and make sections easy to select. */
.editor-styles-wrapper .hero,
.editor-styles-wrapper .special-section,
.editor-styles-wrapper .menu-section,
.editor-styles-wrapper .visit {
  outline: 1px dashed rgba(228, 85, 55, 0.35);
  outline-offset: -1px;
}

.editor-styles-wrapper .menu-sheet {
  outline: 1px dashed rgba(228, 85, 55, 0.35);
  outline-offset: -1px;
}

@page {
  size: A4 portrait;
  margin: 9mm;
}

@media print {
  html,
  body {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    color: #18392d !important;
  }

  .wp-site-blocks,
  .wp-site-blocks > *,
  .wp-site-blocks > * + * {
    margin: 0 !important;
    padding: 0 !important;
  }

  header.wp-block-template-part,
  footer.wp-block-template-part,
  .site-header,
  .site-footer,
  .full-menu-hero,
  .full-menu-visit {
    display: none !important;
  }

  .full-menu-page,
  .menu-sheet {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }

  .menu-sheet {
    height: 277mm;
    min-height: 0 !important;
    overflow: hidden;
    break-inside: auto;
    page-break-inside: auto;
  }

  .menu-sheet-one {
    break-after: page;
    page-break-after: always;
  }

  .menu-sheet-two {
    break-before: page;
    page-break-before: always;
  }

  .menu-print-masthead {
    display: flex !important;
    align-items: flex-end !important;
    height: 15mm;
    margin: 0 0 4mm;
    padding: 0 0 3mm;
    border-bottom: 1.5pt solid #174c3a;
  }

  .menu-print-masthead h2 {
    margin: 0;
    color: #174c3a;
    font-size: 21pt;
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .menu-print-masthead p {
    margin: 0 0 1pt;
    color: #e45537;
    font-size: 7.5pt;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .full-menu-columns {
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: none;
    margin: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .full-menu-category {
    flex: 0 0 33.333% !important;
    width: 33.333% !important;
    max-width: 33.333% !important;
    min-width: 0;
    margin: 0;
    padding: 0 4mm;
    border-right: 0.5pt solid rgba(24, 57, 45, 0.28);
    border-bottom: 0;
  }

  .full-menu-category:first-child {
    padding-left: 0;
  }

  .full-menu-category:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .full-menu-category > .menu-number {
    margin: 0 0 1.5mm;
    color: #e45537 !important;
    font-size: 6.6pt;
  }

  .full-menu-category > h2 {
    margin: 0 0 3mm;
    color: #174c3a !important;
    font-size: 15.2pt;
    letter-spacing: -0.045em;
    line-height: 0.98;
  }

  .category-note {
    margin: 0 0 3mm;
    color: #52675f !important;
    font-size: 7.6pt;
    line-height: 1.3;
  }

  .full-menu-item {
    padding: 2.7mm 0;
    border-top: 0.5pt solid rgba(24, 57, 45, 0.23);
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .full-menu-item-line {
    display: flex !important;
    gap: 2mm;
  }

  .full-menu-item-line h3 {
    margin: 0;
    font-size: 8.8pt;
    line-height: 1.13;
  }

  .full-menu-item-line p {
    margin: 0;
    color: #e45537 !important;
    font-size: 8.4pt;
  }

  .full-menu-item > p {
    margin: 1mm 0 0;
    color: #52675f !important;
    font-size: 7.1pt;
    line-height: 1.3;
  }

  .menu-highlight {
    margin-top: 2mm;
    padding: 2.8mm;
    border: 0;
    background: #f2cf6e !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .menu-extra-box,
  .menu-allergen-box {
    margin-top: 3mm;
    padding: 3mm;
    background: #174c3a !important;
    color: #fff !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .menu-extra-box h3,
  .menu-allergen-box h3 {
    margin: 0 0 1.2mm;
    color: #f2cf6e !important;
    font-size: 6.8pt;
  }

  .menu-extra-box p,
  .menu-allergen-box p {
    margin: 1mm 0 0;
    color: #fff !important;
    font-size: 6.6pt;
    line-height: 1.28;
  }

  .menu-sub-number {
    margin-top: 4mm !important;
    padding-top: 3mm;
  }

  .menu-price-list > p {
    padding: 1.75mm 12mm 1.75mm 0;
    font-size: 7.7pt;
    line-height: 1.2;
  }

  .menu-price-list > p > strong:first-of-type {
    top: 1.75mm;
    color: #e45537 !important;
  }

  .menu-price-list > p small {
    margin-top: 0.7mm;
    font-size: 6.6pt;
    line-height: 1.2;
  }

  .drinks-subheading {
    margin: 3.5mm 0 1.5mm;
    color: #174c3a !important;
    font-size: 7.7pt;
  }

  .tea-list {
    color: #52675f !important;
    font-size: 7.1pt;
    line-height: 1.42;
  }

  .menu-print-footer {
    display: block;
    margin: 4mm 0 0;
    padding-top: 2.5mm;
    border-top: 0.5pt solid rgba(24, 57, 45, 0.28);
    color: #52675f;
    font-size: 6.3pt;
    letter-spacing: 0.025em;
    text-align: center;
  }

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