:root {
  --ink: #171714;
  --ink-soft: #3e403d;
  --paper: #f7f4ed;
  --white: #ffffff;
  --gold: #c99b46;
  --gold-light: #ead4a6;
  --red: #a52a28;
  --jade: #28665a;
  --line: rgba(23, 23, 20, 0.17);
  --content: 1420px;
  --reading: 760px;
  --header-height: 92px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper) !important;
  color: var(--ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: var(--jade);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--red);
}

img,
video {
  display: block;
  height: auto;
  max-width: 100%;
}

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

button,
.button,
.buttonlink,
input[type="submit"] {
  border-radius: 3px !important;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  margin: 0 0 0.65em !important;
  text-transform: none !important;
}

h1 {
  font-size: 56px !important;
}

h2 {
  font-size: 38px !important;
}

h3 {
  font-size: 26px !important;
}

p {
  margin: 0 0 1.15em;
}

.skip-link {
  background: var(--white);
  color: var(--ink);
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -100px;
  z-index: 10000;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  background: rgba(17, 17, 15, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--white);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 180ms ease, box-shadow 180ms ease;
  z-index: 1000;
}

.site-header.is-scrolled,
.subpage .site-header {
  background: rgba(17, 17, 15, 0.98);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.16);
}

.site-header__inner {
  align-items: center;
  display: flex;
  height: var(--header-height);
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--content);
  padding: 0 34px;
}

.site-brand {
  display: block;
  flex: 0 0 auto;
}

.site-brand img {
  height: 68px !important;
  object-fit: contain;
  width: 188px !important;
}

.site-navigation {
  align-items: center;
  display: flex;
  gap: 4px;
}

.site-navigation a {
  color: var(--white) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 14px;
  text-decoration: none;
}

.site-navigation a:hover,
.site-navigation a:focus-visible {
  color: var(--gold-light) !important;
}

.site-navigation .nav-social {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  margin-left: 8px;
  padding-left: 22px;
}

.menu-toggle {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: none;
  gap: 9px;
  padding: 10px 0;
}

.menu-toggle__icon {
  display: grid;
  gap: 4px;
  width: 23px;
}

.menu-toggle__icon span {
  background: currentColor;
  display: block;
  height: 2px;
  width: 100%;
}

.menu-toggle__label {
  font-size: 14px;
  font-weight: 700;
}

main {
  min-height: 60vh;
}

.subpage main {
  padding-top: var(--header-height);
}

.wrap,
.content-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--content) !important;
  padding-left: 34px !important;
  padding-right: 34px !important;
  width: 100% !important;
}

.hero {
  align-items: end;
  background: var(--ink);
  color: var(--white);
  display: grid;
  min-height: 82svh;
  overflow: hidden;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, rgba(10, 10, 9, 0.88) 0%, rgba(10, 10, 9, 0.56) 44%, rgba(10, 10, 9, 0.08) 76%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero__media {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero__media video,
.hero__media img {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
}

.hero__content {
  margin: 0 auto;
  max-width: var(--content);
  padding: 165px 34px 82px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero__eyebrow,
.eyebrow {
  color: var(--gold-light);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0 !important;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--white) !important;
  font-size: 76px !important;
  max-width: 790px;
}

.hero__lead {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.5;
  max-width: 660px;
}

.hero__actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--ink) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  text-decoration: none;
}

.button:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--ink) !important;
}

.button--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white) !important;
}

.button--outline:hover {
  background: var(--white);
  color: var(--ink) !important;
}

.button--dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white) !important;
}

.hero__location {
  bottom: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  margin: 0;
  position: absolute;
}

.intro-band {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  min-height: 620px;
}

.intro-band__copy {
  align-self: center;
  max-width: 720px;
  padding: 82px max(34px, 7vw);
}

.intro-band__copy p {
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.intro-band__image {
  background: #f0eee8;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.intro-band__image img {
  height: 100% !important;
  object-fit: cover;
  object-position: 70% center;
  position: absolute;
  width: 100% !important;
}

.feature-band {
  padding: 82px 34px;
}

.feature-band__inner {
  margin: 0 auto;
  max-width: var(--content);
}

.section-heading {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 22px;
}

.section-heading p {
  color: var(--ink-soft);
  margin: 0;
  max-width: 590px;
}

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

.path-item {
  background: var(--white);
  border: 1px solid var(--line);
  min-height: 260px;
  padding: 30px;
  position: relative;
}

.path-item__number {
  color: var(--red);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 48px;
}

.path-item h3 {
  font-size: 30px !important;
}

.path-item a::after {
  content: "";
  inset: 0;
  position: absolute;
}

.location-band {
  background: var(--jade);
  color: var(--white);
  padding: 70px 34px;
}

.location-band__inner {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: var(--content);
}

.location-band h2,
.location-band h3 {
  color: var(--white) !important;
}

.location-band a {
  color: var(--white);
}

.page-hero {
  background: var(--ink);
  color: var(--white);
  min-height: 390px;
  overflow: hidden;
  padding: 105px 34px 62px;
  position: relative;
}

.page-hero::after {
  background-image: url('/assets/kaizen/dragon.jpg');
  background-position: 88% 48%;
  background-repeat: no-repeat;
  background-size: min(690px, 58vw) auto;
  content: "";
  inset: 0;
  opacity: 0.38;
  position: absolute;
}

.page-hero__inner {
  margin: 0 auto;
  max-width: var(--content);
  position: relative;
  z-index: 1;
}

.page-hero h1,
.page-hero h2 {
  color: var(--white) !important;
  max-width: 720px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  max-width: 700px;
}

.menu-downloads {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 56px 34px;
}

.menu-downloads__inner {
  margin: 0 auto;
  max-width: var(--content);
}

.menu-download-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.menu-download {
  border: 1px solid var(--line);
  color: var(--ink) !important;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 22px;
  position: relative;
  text-decoration: none;
}

.menu-download:hover {
  border-color: var(--red);
}

.menu-download small {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.menu-download strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}

.menu-download span {
  color: var(--ink-soft);
  font-size: 13px;
  margin-top: auto;
  padding-top: 18px;
}

.full-menu {
  background: var(--paper);
  padding: 72px 34px 96px;
}

.full-menu__inner {
  margin: 0 auto;
  max-width: var(--content);
}

.full-menu-intro {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  margin-bottom: 34px;
}

.full-menu-intro > div:first-child p,
.full-menu-group__heading p {
  color: var(--ink-soft);
  max-width: 690px;
}

.menu-filter {
  background: var(--white);
  border-left: 4px solid var(--gold);
  padding: 22px 24px;
}

.menu-filter label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.menu-filter input {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--ink);
  min-height: 50px;
  padding: 10px 13px;
  width: 100%;
}

.menu-filter__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.menu-action {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  min-height: 40px;
  padding: 8px 13px;
}

.menu-action:hover {
  background: var(--ink);
  color: var(--white);
}

.menu-search-status {
  color: var(--jade);
  font-size: 13px;
  font-weight: 700;
  margin: 9px 0 0;
  min-height: 1.6em;
}

.menu-loading {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  min-height: 104px;
  padding: 34px 0;
}

.menu-loading p {
  margin: 0;
}

.menu-action:disabled,
.menu-filter input:disabled {
  cursor: wait;
  opacity: 0.62;
}

.menu-section-nav {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 0;
  margin-bottom: 70px;
  overflow-x: auto;
  padding: 11px 0;
  scrollbar-width: thin;
}

.menu-section-nav a {
  border-right: 1px solid var(--line);
  color: var(--ink);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 14px;
  text-decoration: none;
}

.menu-section-nav a:first-child {
  padding-left: 0;
}

.menu-section-nav a:hover {
  color: var(--red);
}

.full-menu-group {
  scroll-margin-top: 112px;
}

.full-menu-group + .full-menu-group {
  margin-top: 86px;
}

.full-menu-group__heading {
  align-items: end;
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
  margin-bottom: 24px;
}

.full-menu-group__heading p {
  margin-bottom: 0;
}

.full-menu-section {
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 112px;
}

.full-menu-section:first-of-type {
  border-top: 1px solid var(--line);
}

.full-menu-section > summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 26px;
  justify-content: space-between;
  list-style: none;
  min-height: 82px;
  padding: 18px 46px 18px 0;
  position: relative;
}

.full-menu-section > summary::-webkit-details-marker {
  display: none;
}

.full-menu-section > summary::after {
  content: "+";
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.full-menu-section[open] > summary::after {
  content: "-";
}

.full-menu-section > summary span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.18;
}

.full-menu-section > summary em {
  color: var(--ink-soft);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: normal;
  margin-left: 8px;
}

.full-menu-section > summary small {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.full-menu-section__intro {
  align-items: baseline;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 0 0 24px;
}

.full-menu-section__intro p {
  color: var(--ink-soft);
  margin: 0;
  max-width: 840px;
}

.full-menu-section__intro a {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
}

.full-menu-items {
  display: grid;
  gap: 0 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 28px;
}

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

.full-menu-item[hidden],
.full-menu-section[hidden] {
  display: none !important;
}

.full-menu-item__head {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.full-menu-item__head h3 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

.full-menu-item__head h3 a {
  color: var(--ink);
  text-decoration: none;
}

.full-menu-item__head h3 a:hover {
  color: var(--red);
}

.full-menu-item__head h3 span {
  color: var(--ink-soft);
  display: inline-block;
  font-weight: 400;
  margin-left: 4px;
}

.full-menu-item__head > strong {
  flex: 0 0 auto;
  font-size: 16px;
  white-space: nowrap;
}

.full-menu-item > p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0 0;
}

.full-menu-item__meta {
  color: var(--red) !important;
  font-size: 12px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.full-menu-item__allergens,
.full-menu-item__source-note {
  color: var(--jade);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 9px;
}

.full-menu-item__source-note {
  color: var(--red);
}

.menu-source-note {
  color: var(--ink-soft);
  font-size: 13px;
  margin-top: 20px;
}

.allergen-notice {
  align-items: center;
  background: var(--jade);
  color: var(--white);
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  margin-top: 80px;
  padding: 34px 40px;
}

.allergen-notice h2,
.allergen-notice .eyebrow {
  color: var(--white) !important;
}

.allergen-notice h2,
.allergen-notice p {
  margin-bottom: 0 !important;
}

.columnpanels.serviceshome,
.menu-catalogue {
  background: var(--paper) !important;
  padding: 62px 0 90px !important;
}

.columnpanels.serviceshome .panels,
.menu-grid {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.columnpanels.serviceshome .panel,
.menu-card {
  background: var(--white) !important;
  border: 1px solid var(--line) !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  margin: 0 !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 0 24px !important;
  position: relative;
  width: auto !important;
}

.columnpanels.serviceshome .imagepanel,
.menu-card__image {
  aspect-ratio: 4 / 3;
  background: #e9e6df;
  height: auto !important;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}

.columnpanels.serviceshome .imagepanel img,
.menu-card__image img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.columnpanels.serviceshome .imagepanelink {
  inset: 0 !important;
  position: absolute !important;
}

.columnpanels.serviceshome .panel h2,
.columnpanels.serviceshome .panel > p,
.menu-card__body {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.columnpanels.serviceshome .panel h2 {
  font-size: 27px !important;
  margin-top: 22px !important;
}

.columnpanels.serviceshome .panel > p {
  color: var(--ink-soft) !important;
}

.columnpanels.serviceshome .panel h2 a {
  color: var(--ink) !important;
  text-decoration: none;
}

.breadcrumb {
  color: var(--ink-soft);
  font-size: 14px;
  margin-bottom: 28px;
}

.breadcrumb a {
  font-weight: 700;
}

.menu-category,
.menu-item-page,
.standard-page {
  margin: 0 auto;
  max-width: var(--content);
  padding: 62px 34px 90px;
}

.menu-category__header,
.menu-item__layout {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.menu-category__image,
.menu-item__image {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 8px;
}

.menu-category__image img,
.menu-item__image img {
  width: 100% !important;
}

.menuselection,
.menu-items-grid {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 50px !important;
}

.menuselection section,
.menu-item-card {
  background: var(--white) !important;
  border: 1px solid var(--line) !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  margin: 0 !important;
  min-height: 100% !important;
  opacity: 1 !important;
  padding: 0 0 22px !important;
  transform: none !important;
  width: auto !important;
}

.menuselection .imagetile,
.menu-item-card__image {
  aspect-ratio: 4 / 3;
  background: #ece9e2;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden;
  width: 100% !important;
}

.menuselection .imagetile a,
.menu-item-card__image a {
  background-position: center !important;
  background-size: cover !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}

.menuselection .titlearea,
.menuselection .allergens,
.menu-item-card__body {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.menuselection .titlearea h3 {
  font-size: 23px !important;
  margin-top: 20px !important;
}

.menuselection .titlearea a {
  color: var(--ink) !important;
  text-decoration: none;
}

.allergens {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 16px;
}

.allergens img {
  height: 28px !important;
  object-fit: contain;
  width: 28px !important;
}

.allergensdish span {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  gap: 7px;
}

.summaryinsert {
  background: rgba(17, 17, 15, 0.78) !important;
  bottom: 0;
  color: var(--white);
  font-size: 13px;
  left: 0;
  max-height: 50%;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  right: 0;
}

.form-layout {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
}

.contact-details {
  border-top: 3px solid var(--gold);
  padding-top: 24px;
}

.contact-details address {
  font-style: normal;
}

.ogham-form {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 30px;
}

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-field--wide,
.form-check,
.form-actions,
.form-status {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 14px;
  font-weight: 800;
}

.form-field input,
.form-field textarea,
.form-field select {
  background: var(--paper);
  border: 1px solid #9c9c94;
  border-radius: 2px !important;
  color: var(--ink);
  min-height: 48px;
  padding: 11px 12px;
  width: 100%;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-check {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px 1fr;
}

.form-check input {
  height: 20px;
  margin: 3px 0 0;
  width: 20px;
}

.form-actions input[type="submit"],
.form-actions button {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  min-height: 50px;
  padding: 11px 22px;
}

.form-actions button:disabled,
.form-actions input:disabled {
  background: #777771;
  border-color: #777771;
  cursor: not-allowed;
}

.form-status {
  background: #fff7df;
  border-left: 4px solid var(--gold);
  padding: 13px 16px;
}

.form-status--error {
  background: #fff0ee;
  border-color: var(--red);
}

.form-status ul {
  margin: 8px 0 0;
}

.booking-layout {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
}

.booking-panel {
  background: var(--ink);
  color: var(--white);
  padding: 38px;
}

.booking-panel h2 {
  color: var(--white) !important;
}

.collection-layout {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 370px;
}

.collection-tools {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto;
  margin-bottom: 28px;
}

.collection-tools input {
  background: var(--white);
  border: 1px solid #8d8d87;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.collection-menu-section {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}

.collection-item-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collection-item {
  align-items: start;
  background: var(--white);
  border: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 150px;
  padding: 18px;
}

.collection-item h3 {
  font-size: 21px !important;
}

.collection-item__price {
  color: var(--red);
  font-weight: 800;
  white-space: nowrap;
}

.collection-item button,
.basket button {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  min-height: 40px;
  padding: 8px 12px;
}

.basket {
  align-self: start;
  background: var(--white);
  border: 1px solid var(--line);
  position: sticky;
  top: calc(var(--header-height) + 18px);
}

.basket__header,
.basket__body,
.basket__footer {
  padding: 22px;
}

.basket__header,
.basket__footer {
  border-bottom: 1px solid var(--line);
}

.basket__footer {
  border-bottom: 0;
  border-top: 1px solid var(--line);
}

.basket__items {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.basket__item {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr auto;
  padding-bottom: 14px;
}

.basket__item button {
  background: transparent;
  border-color: var(--line);
  color: var(--red);
}

.basket__total {
  display: flex;
  font-size: 20px;
  font-weight: 800;
  justify-content: space-between;
}

.dev-gate {
  background: #fff7df;
  border-left: 4px solid var(--gold);
  color: var(--ink-soft);
  font-size: 14px;
  margin: 18px 0 0;
  padding: 13px 15px;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  padding: 70px 34px 26px;
}

.site-footer__inner {
  display: grid;
  gap: 46px;
  grid-template-columns: 1.5fr 1fr 0.7fr 0.7fr;
  margin: 0 auto;
  max-width: var(--content);
}

.site-footer h2 {
  color: var(--white) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.site-footer a,
.footer-cookie-settings {
  color: var(--white) !important;
}

.site-footer nav {
  display: grid;
  gap: 8px;
}

.site-footer address {
  font-style: normal;
}

.site-footer__identity img {
  height: auto !important;
  margin-bottom: 18px;
  max-width: 190px !important;
}

.site-footer__identity p {
  max-width: 330px;
}

.footer-cookie-settings {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer__base {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 50px auto 0;
  max-width: var(--content);
  padding-top: 22px;
}

.dev-environment-marker {
  color: var(--gold-light);
  font-size: 12px;
  margin: 18px auto 0;
  max-width: var(--content);
}

.mobile-book {
  display: none;
}

.lightbox-dialog {
  background: transparent;
  border: 0;
  height: 100%;
  max-height: none;
  max-width: none;
  padding: 28px;
  width: 100%;
}

.lightbox-dialog::backdrop {
  background: rgba(0, 0, 0, 0.88);
}

.lightbox-dialog__inner {
  display: grid;
  height: 100%;
  place-items: center;
  position: relative;
}

.lightbox-dialog img {
  max-height: calc(100vh - 56px) !important;
  max-width: calc(100vw - 56px) !important;
  object-fit: contain;
}

.lightbox-dialog button {
  background: var(--white);
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 26px;
  height: 44px;
  position: fixed;
  right: 18px;
  top: 18px;
  width: 44px;
}

@media (max-width: 1040px) {
  h1,
  .hero h1 {
    font-size: 56px !important;
  }

  .site-header__inner,
  .wrap,
  .content-wrap {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .site-navigation a {
    padding-left: 9px;
    padding-right: 9px;
  }

  .menu-download-grid,
  .columnpanels.serviceshome .panels,
  .menu-grid,
  .menuselection,
  .menu-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 76px;
  }

  body {
    font-size: 16px !important;
    padding-bottom: 58px !important;
  }

  h1,
  .hero h1 {
    font-size: 44px !important;
  }

  h2 {
    font-size: 32px !important;
  }

  .site-header__inner {
    height: var(--header-height);
  }

  .site-brand img {
    height: 54px !important;
    width: 150px !important;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-navigation {
    align-items: stretch;
    background: var(--ink);
    display: none;
    flex-direction: column;
    inset: var(--header-height) 0 auto 0;
    max-height: calc(100vh - var(--header-height));
    overflow: auto;
    padding: 18px 24px 28px;
    position: fixed;
  }

  .site-navigation.is-open {
    display: flex;
  }

  .site-navigation a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 18px;
    justify-content: space-between;
    padding: 15px 0;
  }

  .site-navigation .nav-social {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .hero {
    min-height: 76svh;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(10, 10, 9, 0.9) 0%, rgba(10, 10, 9, 0.35) 76%);
  }

  .hero__content {
    padding: 136px 24px 72px;
  }

  .hero__lead {
    font-size: 20px;
  }

  .hero__location {
    bottom: 18px;
  }

  .intro-band,
  .location-band__inner,
  .form-layout,
  .booking-layout,
  .collection-layout,
  .full-menu-intro,
  .full-menu-group__heading,
  .allergen-notice,
  .menu-category__header,
  .menu-item__layout {
    grid-template-columns: 1fr;
  }

  .intro-band__image {
    min-height: 430px;
    order: -1;
  }

  .intro-band__copy {
    padding: 52px 24px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

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

  .path-item {
    min-height: 220px;
  }

  .page-hero {
    min-height: 320px;
    padding: 82px 24px 44px;
  }

  .page-hero::after {
    background-position: 125% center;
    background-size: 480px auto;
    opacity: 0.23;
  }

  .menu-downloads,
  .full-menu,
  .feature-band,
  .location-band,
  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .full-menu-intro,
  .full-menu-group__heading {
    gap: 22px;
  }

  .menu-section-nav {
    margin-bottom: 52px;
  }

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

  .full-menu-section__intro {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

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

  .basket {
    position: static;
  }

  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-book {
    align-items: center;
    background: var(--gold);
    bottom: 0;
    color: var(--ink) !important;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    height: 58px;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    z-index: 900;
  }
}

@media (max-width: 560px) {
  h1,
  .hero h1 {
    font-size: 38px !important;
  }

  h2 {
    font-size: 29px !important;
  }

  .hero {
    min-height: 690px;
  }

  .hero__actions .button {
    width: 100%;
  }

  .menu-download-grid,
  .columnpanels.serviceshome .panels,
  .menu-grid,
  .menuselection,
  .menu-items-grid,
  .collection-item-grid,
  .form-grid,
  .site-footer__inner {
    grid-template-columns: 1fr !important;
  }

  .menu-download {
    min-height: 126px;
  }

  .full-menu {
    padding-bottom: 72px;
    padding-top: 52px;
  }

  .full-menu-section > summary {
    align-items: start;
    flex-direction: column;
    gap: 5px;
    min-height: 76px;
    padding-right: 40px;
  }

  .full-menu-section > summary span {
    font-size: 23px;
  }

  .full-menu-section > summary em {
    display: block;
    font-size: 15px;
    margin: 4px 0 0;
  }

  .full-menu-item__head h3 span {
    display: block;
    margin: 4px 0 0;
  }

  .allergen-notice {
    margin-top: 58px;
    padding: 28px 24px;
  }

  .menu-category,
  .menu-item-page,
  .standard-page {
    padding: 44px 20px 70px;
  }

  .form-field--wide,
  .form-check,
  .form-actions,
  .form-status {
    grid-column: auto;
  }

  .ogham-form {
    padding: 20px;
  }

  .site-footer__base {
    align-items: start;
    flex-direction: column;
    gap: 9px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Kaizen refinement: a quieter, editorial restaurant experience. */
:root {
  --ink: #282721;
  --ink-soft: #625f56;
  --paper: #fbfaf6;
  --white: #fffefa;
  --gold: #957447;
  --gold-light: #e8decc;
  --red: #8d5044;
  --jade: #52685d;
  --line: rgba(40, 39, 33, 0.16);
  --content: 1320px;
  --header-height: 84px;
}

body {
  font-family: Aptos, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.menu-download strong,
.full-menu-section > summary span {
  font-family: Iowan Old Style, Baskerville, Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.018em !important;
}

h1 { font-size: clamp(3rem, 6vw, 5.3rem) !important; }
h2 { font-size: clamp(2.25rem, 4vw, 3.7rem) !important; }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem) !important; }

.site-header,
.site-header.is-scrolled,
.subpage .site-header {
  backdrop-filter: blur(14px);
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid rgba(40, 39, 33, 0.1);
  box-shadow: none;
  color: var(--ink);
}

.site-header__inner { height: 84px; }
.site-brand img { height: 57px !important; width: 170px !important; }
.site-navigation { gap: 12px; }
.site-navigation a {
  color: var(--ink) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 10px 2px;
  text-transform: uppercase;
}
.site-navigation a:hover,
.site-navigation a:focus-visible { color: var(--gold) !important; }
.site-navigation .nav-social {
  border-left-color: var(--line);
  margin-left: 10px;
  padding-left: 20px;
}
.menu-toggle { color: var(--ink); }

.hero {
  min-height: 76svh;
}
.hero::after {
  background: linear-gradient(90deg, rgba(25, 24, 20, 0.66) 0%, rgba(25, 24, 20, 0.38) 48%, rgba(25, 24, 20, 0.1) 78%);
}
.hero__content { padding-bottom: 68px; padding-top: 152px; }
.hero__eyebrow,
.eyebrow {
  color: var(--gold) !important;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.16em !important;
}
.hero h1 { font-size: clamp(3.35rem, 6.5vw, 6.6rem) !important; max-width: 880px; }
.hero__lead { font-size: 20px; font-weight: 400; max-width: 530px; }
.hero__actions,
.page-actions { gap: 22px; margin-top: 34px; }
.button,
.buttonlink,
input[type="submit"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0 !important;
  color: var(--ink) !important;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1em;
  min-height: 0;
  padding: 8px 0;
  text-transform: uppercase;
}
.hero .button,
.hero .button--outline {
  border-color: rgba(255, 255, 255, 0.82);
  color: var(--white) !important;
}
.button:hover,
.button--outline:hover {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold) !important;
}
.button--dark { background: transparent; border-color: var(--ink); color: var(--ink) !important; }
.hero__location { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }

.intro-band { border: 0; min-height: 650px; }
.intro-band__copy { padding: 112px max(34px, 8vw); }
.intro-band__copy p { font-size: 21px; line-height: 1.65; }
.intro-band__image { background: #f0ede4; }
.intro-band__image img { filter: saturate(0.82) contrast(0.96); }

.feature-band { padding-bottom: 112px; padding-top: 112px; }
.section-heading { border-bottom-color: var(--line); margin-bottom: 42px; padding-bottom: 30px; }
.section-heading p { line-height: 1.7; max-width: 500px; }
.path-grid { gap: 0; }
.path-item {
  background: transparent;
  border: 0;
  border-left: 1px solid var(--line);
  min-height: 210px;
  padding: 12px 34px 16px;
}
.path-item:first-child { border-left: 0; padding-left: 0; }
.path-item__number { color: var(--gold); font-weight: 600; margin-bottom: 34px; }
.path-item h3 { font-size: 26px !important; }
.path-item h3 a { color: var(--ink); text-decoration: none; }
.path-item p { color: var(--ink-soft); font-size: 15px; max-width: 290px; }

.location-band {
  background: #ece9df;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--ink);
  padding-bottom: 96px;
  padding-top: 96px;
}
.location-band h2,
.location-band h3,
.location-band a { color: var(--ink) !important; }

.page-hero {
  background: #efede6;
  min-height: 330px;
  padding-bottom: 70px;
  padding-top: 126px;
}
.page-hero::after { opacity: 0.16; }
.page-hero h1,
.page-hero h2,
.page-hero p { color: var(--ink) !important; }
.page-hero p { font-family: Iowan Old Style, Baskerville, Georgia, "Times New Roman", serif; font-size: 20px; }

.menu-downloads { background: var(--white); padding-bottom: 76px; padding-top: 76px; }
.menu-download-grid { gap: 0; }
.menu-download {
  border: 0;
  border-left: 1px solid var(--line);
  min-height: 128px;
  padding: 8px 28px 8px;
}
.menu-download:first-child { border-left: 0; padding-left: 0; }
.menu-download:hover { border-color: var(--gold); }
.menu-download small { color: var(--gold); font-size: 10px; font-weight: 650; letter-spacing: 0.13em; margin-bottom: 18px; }
.menu-download strong { font-size: 23px; }
.menu-download span { font-size: 12px; }

.full-menu,
.columnpanels.serviceshome,
.menu-catalogue { background: var(--paper) !important; }
.menu-filter {
  background: transparent;
  border-left: 0;
  border-top: 1px solid var(--line);
  padding: 18px 0 0;
}
.menu-action { border-color: var(--line); border-radius: 0; font-size: 11px; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; }
.menu-action:hover { background: var(--ink); color: var(--white); }
.allergen-notice,
.booking-panel {
  background: #ece9df;
  color: var(--ink);
}
.allergen-notice h2,
.allergen-notice .eyebrow,
.booking-panel h2 { color: var(--ink) !important; }

.columnpanels.serviceshome .panel,
.menu-card,
.menuselection section,
.menu-item-card,
.collection-item,
.basket,
.ogham-form {
  background: transparent !important;
  border-color: var(--line) !important;
  box-shadow: none;
}
.columnpanels.serviceshome .panels,
.menu-grid,
.menuselection,
.menu-items-grid { gap: 34px !important; }
.collection-item { padding: 20px 0; }
.basket { background: var(--white) !important; }
.form-actions input[type="submit"],
.form-actions button,
.collection-item button,
.basket button {
  background: var(--ink);
  border-radius: 0 !important;
  color: var(--white);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer { background: #33322d; padding-bottom: 30px; padding-top: 88px; }
.site-footer h2 { font-family: Aptos, "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-weight: 650 !important; letter-spacing: 0.12em !important; }

@media (max-width: 820px) {
  :root { --header-height: 76px; }
  .site-header__inner { height: var(--header-height); }
  .site-navigation { background: var(--paper); }
  .site-navigation a { border-bottom-color: var(--line); }
  .hero::after { background: linear-gradient(0deg, rgba(25, 24, 20, 0.72) 0%, rgba(25, 24, 20, 0.2) 82%); }
  .intro-band__copy,
  .feature-band,
  .location-band { padding-bottom: 66px; padding-top: 66px; }
  .path-item,
  .path-item:first-child { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0; }
  .path-item:first-child { border-top: 0; padding-top: 0; }
  .menu-download { border-left: 0; border-top: 1px solid var(--line); padding: 20px 0; }
  .menu-download:first-child { border-top: 0; padding-top: 0; }
  .mobile-book { background: #e8decc; color: var(--ink) !important; font-size: 12px; font-weight: 650; letter-spacing: 0.1em; text-transform: uppercase; }
}

.hero--quiet {
  align-items: center;
  background: #efede6;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  min-height: min(690px, 76svh);
  text-align: center;
}

.hero--quiet::after { display: none; }
.hero--quiet .hero__content { max-width: 880px; padding-bottom: 104px; padding-top: 176px; }
.hero--quiet .hero__eyebrow { margin-bottom: 24px; }
.hero--quiet h1 { color: var(--ink) !important; margin-left: auto; margin-right: auto; }
.hero--quiet .hero__lead { color: var(--ink-soft); margin-left: auto; margin-right: auto; }
.hero--quiet .hero__actions { justify-content: center; }
.hero--quiet .button,
.hero--quiet .button--outline { border-color: var(--ink); color: var(--ink) !important; }
.hero--quiet .hero__location { bottom: 28px; color: var(--ink-soft); left: 0; right: 0; }

.experience-film { background: var(--white); padding: 108px 34px; }
.experience-film__inner {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 136px);
  grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: var(--content);
}
.experience-film__copy p { color: var(--ink-soft); font-family: Iowan Old Style, Baskerville, Georgia, "Times New Roman", serif; font-size: 20px; max-width: 330px; }
.experience-film__media { aspect-ratio: 16 / 10; background: #e9e6dc; overflow: hidden; }
.experience-film__media video { height: 100%; object-fit: cover; width: 100%; }

@media (max-width: 820px) {
  .hero--quiet { min-height: 620px; }
  .hero--quiet .hero__content { padding-bottom: 92px; padding-top: 136px; }
  .experience-film { padding: 66px 24px; }
  .experience-film__inner { grid-template-columns: 1fr; }
}

/* A single original flying dragon: one quiet page-level gesture, never a repeat. */
:root { --flying-dragon-x: 0px; --flying-dragon-y: 0px; }

body::before {
  background: url('/assets/kaizen/kaizen-flying-dragon-2026.png') 72% 45% / min(1240px, 82vw) no-repeat;
  content: "";
  inset: 84px 0 0;
  mix-blend-mode: screen;
  opacity: 0.09;
  pointer-events: none;
  position: fixed;
  transform: translate3d(var(--flying-dragon-x), var(--flying-dragon-y), 0);
  transition: opacity 500ms ease;
  will-change: transform;
  z-index: 1;
}

.site-header { z-index: 1000; }

@media (max-width: 820px) {
  body::before { background-position: 84% 42%; background-size: 860px auto; opacity: 0.07; top: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  body::before { transform: none; }
}

/* Kimi concept integration: the original flying dragon stays singular; the
   reference informs the quieter editorial rhythm, not a second background motif. */
.hero--quiet {
  min-height: min(760px, 92svh);
}

.hero--quiet .hero__content {
  max-width: 960px;
  padding-bottom: 126px;
  padding-top: 196px;
}

.hero--quiet h1 {
  font-size: clamp(3.6rem, 7.2vw, 6.8rem) !important;
  line-height: 0.98 !important;
}

.hero--quiet .hero__lead {
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  font-style: italic;
  line-height: 1.48;
  margin-top: 28px;
  max-width: 560px;
}

.hero--quiet .hero__actions {
  gap: 38px;
  margin-top: 42px;
}

.hero--quiet .button,
.hero--quiet .button--outline {
  letter-spacing: 0.2em;
  padding-bottom: 11px;
}

.hero--quiet .hero__location {
  bottom: 47px;
  font-size: 10px;
  letter-spacing: 0.24em;
}

.hero__scroll-mark {
  background: var(--line);
  bottom: 18px;
  height: 17px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
}

.experience-film {
  padding-bottom: 132px;
  padding-top: 132px;
}

.experience-film__copy h2 {
  line-height: 1.02 !important;
}

.site-footer {
  background: #e7dfd2;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  padding-bottom: 32px;
  padding-top: 54px;
}

.site-footer__guardian {
  margin: 0 auto 30px;
  max-width: 126px;
  position: relative;
}

.site-footer__guardian::after {
  background: rgba(149, 116, 71, 0.48);
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 58px;
}

.site-footer__guardian img {
  filter: saturate(0.72) contrast(0.92);
  opacity: 0.86;
  width: 100% !important;
}

.site-footer__inner {
  border-top: 0;
  gap: 42px;
  grid-template-columns: 1.45fr 1fr 0.78fr 0.78fr;
}

.site-footer h2 {
  color: var(--ink) !important;
  font-size: 10px !important;
  letter-spacing: 0.22em !important;
}

.site-footer a,
.footer-cookie-settings {
  color: var(--ink-soft) !important;
}

.site-footer a:hover,
.footer-cookie-settings:hover {
  color: var(--gold) !important;
}

.site-footer__identity img {
  margin-bottom: 14px;
  max-width: 168px !important;
}

.site-footer__base {
  border-top-color: var(--line);
  color: var(--ink-soft);
  margin-top: 56px;
  padding-top: 20px;
}

@media (max-width: 820px) {
  .hero--quiet { min-height: min(760px, 100svh); }
  .hero--quiet .hero__content { padding-bottom: 116px; padding-top: 154px; }
  .hero--quiet h1 { font-size: clamp(3.25rem, 14vw, 4.8rem) !important; }
  .hero--quiet .hero__lead { font-size: 1.25rem; max-width: 480px; }
  .hero--quiet .hero__actions { gap: 28px; margin-top: 36px; }
  .hero--quiet .hero__location { bottom: 43px; font-size: 9px; letter-spacing: 0.17em; }
  .hero__scroll-mark { bottom: 17px; }
  .experience-film { padding-bottom: 80px; padding-top: 80px; }
  .site-footer { padding-top: 48px; }
  .site-footer__guardian { max-width: 112px; }
}

@media (max-width: 560px) {
  .hero--quiet .hero__actions .button { width: auto; }
  .site-footer__inner { gap: 30px; }
}

/* Kimi handover: guardian parallax is a nested motion system. The outer
   element receives scroll/pointer motion; its child owns the ambient drift. */
:root {
  --ink: #2a2622;
  --ink-soft: #7a7268;
  --paper: #f6f2ea;
  --gold: #a08c5b;
  --line: #ddd4c5;
}

body {
  background: var(--paper) !important;
  color: var(--ink) !important;
  font-family: Jost, Aptos, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.menu-download strong,
.full-menu-section > summary span {
  font-family: "Cormorant Garamond", "Noto Serif SC", Iowan Old Style, Baskerville, Georgia, serif !important;
  font-weight: 300 !important;
}

/* The original flying-dragon asset remains safely stored, but Kimi's guardian
   system is now the active, client-requested parallax implementation. */
body::before { display: none; }

.parallax-guardians {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.parallax-guardian {
  position: absolute;
  will-change: transform;
}

.parallax-guardian--primary {
  right: -7vw;
  top: 9vh;
  width: clamp(280px, 38vw, 580px);
}

.parallax-guardian--secondary {
  left: -9vw;
  top: 48vh;
  width: clamp(220px, 30vw, 460px);
}

.parallax-guardian__drift {
  position: relative;
  will-change: transform;
}

.parallax-guardian--primary .parallax-guardian__drift {
  animation: kaizen-guardian-drift 26s ease-in-out infinite alternate;
}

.parallax-guardian--secondary .parallax-guardian__drift {
  animation: kaizen-guardian-drift-b 32s ease-in-out infinite alternate;
}

.parallax-guardian img {
  display: block;
  filter: contrast(1.12) saturate(0.9);
  max-width: 100%;
  opacity: 0.15;
  user-select: none;
  width: 100%;
}

.parallax-guardian--secondary img { opacity: 0.1; }

@keyframes kaizen-guardian-drift {
  0% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-1.6rem, 1.1rem, 0) rotate(-1.6deg); }
  100% { transform: translate3d(0.9rem, -1.3rem, 0) rotate(1.2deg); }
}

@keyframes kaizen-guardian-drift-b {
  0% { transform: translate3d(0, 0, 0) rotate(0deg) scaleX(-1); }
  50% { transform: translate3d(1.8rem, -1rem, 0) rotate(1.4deg) scaleX(-1); }
  100% { transform: translate3d(-1rem, 1.4rem, 0) rotate(-1deg) scaleX(-1); }
}

.guardian-smoke {
  aspect-ratio: 1;
  left: 8%;
  pointer-events: none;
  position: absolute;
  top: 24%;
  width: 20%;
}

.guardian-smoke i {
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(140, 129, 112, 0.62) 0%, rgba(140, 129, 112, 0.24) 45%, rgba(140, 129, 112, 0) 70%);
  border-radius: 999px;
  filter: blur(5px);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 62%;
  will-change: transform, opacity;
  animation: kaizen-smoke-rise 7s ease-in-out infinite;
}

@keyframes kaizen-smoke-rise {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.25); }
  18% { opacity: 0.8; }
  55% { opacity: 0.4; }
  100% { opacity: 0; transform: translate3d(-3.6rem, -4.4rem, 0) scale(1.7); }
}

.guardian-smoke i:nth-child(1) { animation-delay: 0s; animation-duration: 6.8s; }
.guardian-smoke i:nth-child(2) { animation-delay: 1.4s; animation-duration: 7.9s; width: 48%; }
.guardian-smoke i:nth-child(3) { animation-delay: 2.6s; animation-duration: 8.6s; width: 70%; }
.guardian-smoke i:nth-child(4) { animation-delay: 3.5s; animation-duration: 7.2s; width: 40%; }
.guardian-smoke i:nth-child(5) { animation-delay: 4.6s; animation-duration: 9.1s; width: 58%; }
.guardian-smoke i:nth-child(6) { animation-delay: 5.5s; animation-duration: 8.2s; width: 50%; }

.guardian-smoke--footer {
  left: 10%;
  top: 18%;
  width: 38%;
}

main {
  position: relative;
  z-index: 10;
}

.hero--quiet,
.intro-band,
.experience-film { background: rgba(246, 242, 234, 0.68); }
.location-band { background: rgba(237, 230, 218, 0.7); }
.site-footer { background: rgba(231, 223, 210, 0.72); }

@media (max-width: 767px) {
  .parallax-guardian--secondary { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .parallax-guardian__drift { animation: none !important; }
  .guardian-smoke { display: none; }
}

/* Kimi CMS implementation: the home page follows the approved editorial
   composition while the CMS routes continue to own menus, booking and orders. */
.site-header__inner {
  height: 76px;
  max-width: 1152px;
  padding-left: 40px;
  padding-right: 40px;
}

.site-brand {
  align-items: baseline;
  color: var(--ink) !important;
  display: inline-flex;
  gap: 14px;
  text-decoration: none;
}

.site-brand__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

.site-brand__chinese {
  color: var(--ink-soft);
  font-family: "Noto Serif SC", Georgia, serif;
  font-size: 15px;
  font-weight: 300;
}

.site-navigation { gap: 30px; }
.site-navigation a { font-family: Jost, Arial, sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 0.24em; }

.kaizen-home { overflow: hidden; }
.kaizen-home > section { position: relative; }
.kaizen-home h1,
.kaizen-home h2,
.kaizen-home h3 { color: var(--ink) !important; }

.kaizen-hero {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100svh;
  padding: 142px 24px 120px;
  text-align: center;
}

.kaizen-hero__content { max-width: 790px; }
.kaizen-hero .eyebrow,
.kaizen-story .eyebrow,
.kaizen-menus .eyebrow,
.kaizen-film .eyebrow,
.kaizen-reserve .eyebrow {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.36em !important;
  margin-bottom: 34px;
}

.kaizen-hero h1 {
  font-size: clamp(4.4rem, 7.2vw, 7.1rem) !important;
  line-height: 0.98 !important;
  margin: 0 !important;
}

.kaizen-hero__lead {
  color: var(--ink-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  margin: 38px auto 0;
  max-width: 540px;
}

.kaizen-hero__actions { display: flex; flex-wrap: wrap; gap: 46px; justify-content: center; margin-top: 48px; }

.kaizen-hairline-link {
  border-bottom: 1px solid rgba(42, 38, 34, 0.58);
  color: var(--ink) !important;
  display: inline-block;
  font-family: Jost, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.25em;
  padding-bottom: 9px;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 350ms ease, color 350ms ease, transform 350ms ease;
}

.kaizen-hairline-link:hover { border-color: var(--gold); color: var(--gold) !important; transform: scaleX(0.88); transform-origin: left; }

.kaizen-hero__location { bottom: 32px; left: 0; position: absolute; right: 0; }
.kaizen-hero__location p { color: var(--ink-soft); font-family: Jost, Arial, sans-serif; font-size: 10px; font-weight: 300; letter-spacing: 0.31em; margin: 0; text-transform: uppercase; }
.kaizen-hero__location span { background: rgba(42, 38, 34, 0.22); display: block; height: 48px; margin: 17px auto 0; width: 1px; }

.kaizen-story,
.kaizen-menus,
.kaizen-film { padding: 150px 34px; }

.kaizen-story__inner { margin: 0 auto; max-width: 672px; text-align: center; }
.kaizen-story h2 { font-size: clamp(2.8rem, 4.5vw, 4.6rem) !important; line-height: 1.06 !important; margin: 0; }
.kaizen-story h2 span,
.kaizen-menus h3 span,
.site-footer__wordmark span { font-family: "Noto Serif SC", Georgia, serif; font-weight: 300; }
.kaizen-ornament { background: rgba(160, 140, 91, 0.58); display: block; height: 1px; margin: 36px auto 0; width: 64px; }
.kaizen-story__dragon { animation: kaizen-guardian-drift 26s ease-in-out infinite alternate; margin: 64px auto; max-width: 610px; }
.kaizen-story__dragon img { height: auto; width: 100%; }
.kaizen-story__copy { color: var(--ink-soft); font-size: 16px; line-height: 1.9; }
.kaizen-story__copy p + p { margin-top: 28px; }

.kaizen-menus__inner { margin: 0 auto; max-width: 896px; text-align: center; }
.kaizen-menus h2 { font-size: clamp(3rem, 4.6vw, 4.8rem) !important; margin: 0; }
.kaizen-menu-links { display: grid; gap: 64px 92px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 86px; text-align: left; }
.kaizen-menu-links article { border-top: 1px solid var(--line); padding-top: 22px; }
.kaizen-menu-links article:last-child { grid-column: 1; }
.kaizen-menu-links h3 { align-items: baseline; display: flex; font-size: 31px !important; font-style: italic; justify-content: space-between; margin: 0 !important; }
.kaizen-menu-links h3 span { color: var(--ink-soft); font-size: 17px; font-style: normal; }
.kaizen-menu-links p { color: var(--ink-soft); font-size: 15px; line-height: 1.75; margin: 18px 0 26px; max-width: 340px; }

.kaizen-film { background: rgba(255, 254, 250, 0.58); }
.kaizen-film__inner { align-items: center; display: grid; gap: clamp(52px, 9vw, 150px); grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1fr); margin: 0 auto; max-width: 1152px; }
.kaizen-film__copy h2 { font-size: clamp(2.8rem, 4vw, 4.3rem) !important; line-height: 1.04 !important; margin: 0; }
.kaizen-film__copy p { color: var(--ink-soft); font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; line-height: 1.5; margin: 28px 0 0; max-width: 330px; }
.kaizen-film__media { aspect-ratio: 16 / 10; overflow: hidden; }
.kaizen-film__media video { height: 100%; object-fit: cover; width: 100%; }

.kaizen-reserve { background: rgba(237, 230, 218, 0.68); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); padding: 154px 34px; text-align: center; }
.kaizen-reserve__inner { margin: 0 auto; max-width: 590px; }
.kaizen-reserve h2 { font-size: clamp(3.5rem, 5.4vw, 5.8rem) !important; margin: 0; }
.kaizen-reserve__inner > p { color: var(--ink-soft); font-size: 16px; line-height: 1.9; margin: 34px auto 0; max-width: 410px; }
.kaizen-reserve__phone { color: var(--ink) !important; display: inline-block; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 300; letter-spacing: 0.03em; margin: 46px 0 34px; text-decoration: none; }
.kaizen-reserve__phone:hover { color: var(--gold) !important; }

.parallax-guardian--primary img { opacity: 0.12; }
.parallax-guardian--secondary { left: -10vw; top: 52vh; width: clamp(300px, 40vw, 660px); }
.parallax-guardian--secondary img { opacity: 0.14; }

.site-footer { background: rgba(231, 223, 210, 0.78); padding: 104px 34px 34px; text-align: center; }
.site-footer__inner { display: block; margin: 0 auto; max-width: 860px; }
.site-footer__guardian { margin: 0 auto; max-width: 128px; }
.site-footer__identity { margin-top: 30px; }
.site-footer__wordmark { color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 39px; font-weight: 300; margin: 0; }
.site-footer__wordmark span { color: var(--ink-soft); font-size: 24px; }
.site-footer__tagline { color: var(--gold); font-family: Jost, Arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 0.3em; margin: 15px 0 0; text-transform: uppercase; }
.site-footer .kaizen-ornament { margin-top: 26px; }
.site-footer__columns { display: grid; gap: 30px; grid-template-columns: repeat(3, 1fr); margin-top: 46px; }
.site-footer h2 { color: var(--ink) !important; font-family: Jost, Arial, sans-serif !important; font-size: 10px !important; font-weight: 400 !important; letter-spacing: 0.28em !important; margin-bottom: 12px !important; text-transform: uppercase !important; }
.site-footer address,
.site-footer__columns p { color: var(--ink-soft); font-size: 14px; font-style: normal; line-height: 1.75; margin: 0; }
.site-footer a,
.site-footer .footer-cookie-settings { color: var(--ink-soft) !important; }
.site-footer__utility { display: flex; flex-wrap: wrap; gap: 15px 24px; justify-content: center; margin-top: 42px; }
.site-footer__utility a,
.site-footer__utility .footer-cookie-settings { font-family: Jost, Arial, sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer__base { border-top-color: var(--line); color: var(--ink-soft); justify-content: center; margin-top: 42px; padding-top: 24px; }

@media (max-width: 820px) {
  .site-header__inner { height: 72px; padding-left: 24px; padding-right: 24px; }
  .site-brand__name { font-size: 25px; }
  .site-navigation { gap: 0; }
  .site-navigation a { font-size: 13px; letter-spacing: 0.18em; }
  .kaizen-hero { min-height: 100svh; padding-top: 126px; }
  .kaizen-hero h1 { font-size: clamp(3.9rem, 14vw, 5.8rem) !important; }
  .kaizen-hero__lead { font-size: 1.5rem; }
  .kaizen-hero__location p { font-size: 9px; letter-spacing: 0.22em; }
  .kaizen-story,
  .kaizen-menus,
  .kaizen-film,
  .kaizen-reserve { padding: 92px 24px; }
  .kaizen-menu-links { gap: 42px; grid-template-columns: 1fr; margin-top: 58px; }
  .kaizen-menu-links article:last-child { grid-column: auto; }
  .kaizen-film__inner { grid-template-columns: 1fr; }
  .kaizen-film__media { margin-top: 8px; }
  .site-footer { padding: 76px 24px 28px; }
}

@media (max-width: 560px) {
  .site-brand__chinese { font-size: 13px; }
  .kaizen-hero__actions { gap: 28px; }
  .kaizen-hairline-link { font-size: 11px; letter-spacing: 0.18em; }
  .kaizen-hero__location p { letter-spacing: 0.15em; }
  .site-footer__columns { gap: 28px; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .kaizen-story__dragon { animation: none; }
}

/* Readability pass and a single, deliberate booking menu. */
body { font-size: 17px !important; font-weight: 400 !important; }
.kaizen-story__copy { font-size: 17px; font-weight: 400; }
.kaizen-menu-links p { font-size: 16px; font-weight: 400; }
.kaizen-reserve__inner > p { font-size: 17px; font-weight: 400; }
.site-footer address,
.site-footer__columns p { font-size: 15px; font-weight: 400; }
.site-navigation a { font-size: 12px; }

.nav-booking { position: relative; }
.nav-booking summary {
  align-items: center;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-family: Jost, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24em;
  list-style: none;
  padding: 10px 2px;
  text-transform: uppercase;
}
.nav-booking summary::-webkit-details-marker { display: none; }
.nav-booking summary::after { content: "+"; font-size: 16px; font-weight: 300; line-height: 1; margin-left: 8px; }
.nav-booking[open] summary { color: var(--gold); }
.nav-booking[open] summary::after { content: "−"; }
.nav-booking__menu {
  background: rgba(246, 242, 234, 0.97);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(42, 38, 34, 0.08);
  left: -22px;
  min-width: 212px;
  padding: 10px 20px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 1100;
}
.site-navigation .nav-booking__menu a {
  border-bottom: 1px solid var(--line);
  color: var(--ink) !important;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  padding: 13px 0;
}
.site-navigation .nav-booking__menu a:last-child { border-bottom: 0; }

@media (max-width: 820px) {
  .nav-booking { width: 100%; }
  .nav-booking summary {
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    justify-content: space-between;
    letter-spacing: 0.18em;
    padding: 15px 0;
    width: 100%;
  }
  .nav-booking summary::after { font-size: 19px; margin-left: auto; }
  .nav-booking__menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    left: auto;
    min-width: 0;
    padding: 0 0 4px 20px;
    position: static;
  }
  .site-navigation .nav-booking__menu a { font-size: 12px; padding: 13px 0; }
}

/* Form and menu-search fields use the same readable type as the new body copy. */
.menu-filter label,
.form-field label { font-size: 14px; font-weight: 400; letter-spacing: 0.04em; }

.menu-filter input,
.form-field input,
.form-field textarea,
.form-field select {
  background: rgba(255, 254, 250, 0.9);
  border-color: rgba(42, 38, 34, 0.42);
  color: var(--ink);
  font-family: Jost, Aptos, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.menu-filter input { min-height: 54px; }
.form-field input,
.form-field select { min-height: 50px; }

.menu-filter input::placeholder,
.form-field input::placeholder,
.form-field textarea::placeholder { color: #746d63; opacity: 1; }

.menu-filter input:focus,
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus { border-color: var(--gold); outline: 2px solid rgba(160, 140, 91, 0.24); outline-offset: 2px; }

.menu-search-status { color: var(--ink-soft); font-size: 14px; font-weight: 400; }

/* Keep the moving artwork exclusive to the home page; menu and CMS pages stay calm. */
.subpage .parallax-guardians { display: none; }

/* A more generous reading scale for restaurant details, menus and forms. */
body { font-size: 18px !important; line-height: 1.78 !important; }
.site-navigation a,
.nav-booking summary { font-size: 13px; }
.kaizen-hero__location p,
.site-footer__tagline { font-size: 12px; }
.kaizen-story .eyebrow,
.kaizen-menus .eyebrow,
.kaizen-film .eyebrow,
.kaizen-reserve .eyebrow,
.kaizen-hero .eyebrow { font-size: 12px; }

.menu-filter label,
.form-field label { font-size: 15px; }
.menu-filter input,
.form-field input,
.form-field textarea,
.form-field select { font-size: 18px; }
.menu-search-status { font-size: 15px; }
.menu-action { font-size: 13px; }
.full-menu-section > summary span { font-size: 30px; }
.full-menu-section > summary small,
.full-menu-item__allergens,
.full-menu-item__source-note { font-size: 13px; }
.full-menu-item__head h3 { font-size: 19px !important; }
.full-menu-item__head > strong { font-size: 17px; }
.full-menu-item > p { font-size: 16px; }

.back-to-top {
  align-items: center;
  background: rgba(246, 242, 234, 0.96);
  border: 1px solid rgba(42, 38, 34, 0.28);
  border-radius: 999px;
  bottom: 28px;
  color: var(--ink) !important;
  display: inline-flex;
  font-family: Jost, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  letter-spacing: 0.12em;
  opacity: 0;
  padding: 11px 15px;
  pointer-events: none;
  position: fixed;
  right: 28px;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(14px);
  transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease;
  z-index: 1200;
}
.back-to-top span:first-child { font-family: Georgia, serif; font-size: 21px; line-height: 0.8; }
.back-to-top:hover { border-color: var(--gold); color: var(--gold) !important; }
.show-back-to-top .back-to-top { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 820px) {
  .back-to-top { bottom: 72px; right: 18px; }
}

/* A quiet, humanist reading face for descriptions and form controls.
   The display serif remains reserved for headings and the brand. */
body,
button,
input,
select,
textarea {
  font-family: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

.full-menu-item > p,
.full-menu-item__meta,
.full-menu-item__allergens,
.full-menu-item__source-note,
.full-menu-section__intro p,
.menu-source-note,
.menu-search-status,
.menu-filter label,
.form-field label,
.menu-filter input,
.form-field input,
.form-field textarea,
.form-field select {
  font-family: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

/* Final readability and inner-page refinement. */
body {
  color: #292521 !important;
  font-weight: 400 !important;
}

body.subpage::before {
  background-image: url('/assets/kaizen/kaizen-painted-dragon.webp');
  background-position: right -10vw top 12vh;
  background-repeat: no-repeat;
  background-size: min(760px, 62vw) auto;
  content: "";
  display: block;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

body.subpage main,
body.subpage .site-footer {
  position: relative;
  z-index: 1;
}

.page-hero {
  background: rgba(239, 237, 230, 0.88);
  min-height: 0;
}

.page-hero::after { opacity: 0.11; }
.page-hero p { color: #49423a !important; font-family: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 19px; font-weight: 400; line-height: 1.65; }

.full-menu,
.menu-downloads,
.menu-category,
.menu-item-page,
.standard-page,
.kaizen-gallery {
  background: rgba(246, 242, 234, 0.9) !important;
}

.full-menu { padding-top: 64px; }
.menu-downloads { border-top: 1px solid var(--line); padding-bottom: 46px; padding-top: 46px; }
.menu-downloads .section-heading { align-items: center; margin-bottom: 22px; }
.menu-downloads .section-heading h2 { font-size: clamp(2rem, 3.2vw, 2.7rem); }
.menu-downloads .section-heading p { font-size: 16px; margin: 0; max-width: 520px; }
.menu-download-grid { align-items: stretch; }
.menu-download { min-height: 0; padding-bottom: 14px; padding-top: 14px; }
.menu-download small { margin-bottom: 7px; }
.menu-download strong { color: var(--ink); font-size: 20px; }
.menu-download span { color: var(--ink-soft); font-size: 14px; font-weight: 400; }

.menu-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 56px;
  overflow: visible;
  padding: 0;
  scrollbar-width: auto;
}

.menu-section-nav a,
.menu-section-nav a:first-child {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: #302b26;
  flex: 1 1 180px;
  font-family: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
  min-height: 54px;
  padding: 16px 18px;
}

.menu-section-nav a:hover,
.menu-section-nav a:focus-visible {
  background: rgba(160, 140, 91, 0.14);
  color: #5d4c28;
}

.menu-category__header,
.menu-item__layout { padding-bottom: 22px; }
.menu-category__header h1,
.menu-item__layout h1 { color: #241f1a !important; font-size: clamp(3rem, 6vw, 5.4rem) !important; font-weight: 400 !important; line-height: 0.94; }
.menu-category__header p,
.menu-item__layout p { color: #484139; font-size: 18px; font-weight: 400; line-height: 1.68; }

.menu-item-card { background: rgba(255, 254, 250, 0.88) !important; }
.menu-item-card__body { margin-bottom: 24px !important; margin-top: 20px !important; }
.menu-item-card__body h3,
.menu-item-card__body h3 a {
  color: #28231e !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;
  text-decoration: none;
}
.menu-item-card__body p { color: #403a33 !important; font-size: 17px !important; font-weight: 400; line-height: 1.63 !important; }
.menu-item-card__body strong { color: #27221d !important; font-size: 18px; font-weight: 700; }
.menu-item-card__body h3 a:hover { color: #765d2c !important; }

.full-menu-section > summary { color: #28231e; }
.full-menu-section > summary span { font-weight: 400 !important; }
.full-menu-item__head h3 a,
.full-menu-item__head > strong { color: #29241f !important; }
.full-menu-item > p,
.full-menu-item__meta { color: #4b443b !important; font-size: 17px; line-height: 1.65; }

.kaizen-gallery { padding: 72px 34px 96px; }
.kaizen-gallery__inner { display: grid; gap: 34px 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: var(--content); }
.kaizen-gallery-card { background: rgba(255, 254, 250, 0.84); border: 1px solid var(--line); display: flex; flex-direction: column; }
.kaizen-gallery-card__media { aspect-ratio: 1 / 0.8; background: #e6dfd1; overflow: hidden; }
.kaizen-gallery-card__media img { height: 100%; object-fit: cover; width: 100%; }
.kaizen-gallery-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.kaizen-gallery-card h2 { color: #28231e !important; font-size: 34px; line-height: 1; margin: 0; }
.kaizen-gallery-card h2 a { color: inherit !important; text-decoration: none; }
.kaizen-gallery-card p { color: #4a433b; font-size: 17px; line-height: 1.6; }
.kaizen-gallery-card .kaizen-hairline-link { margin-top: auto; }
.kaizen-gallery__inner--images { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kaizen-gallery-image { background: rgba(255, 254, 250, 0.88); border: 1px solid var(--line); margin: 0; overflow: hidden; }
.kaizen-gallery-image a { display: block; overflow: hidden; }
.kaizen-gallery-image img { aspect-ratio: 1 / 1; display: block; object-fit: cover; transition: transform 260ms ease; width: 100%; }
.kaizen-gallery-image a:hover img { transform: scale(1.035); }
.kaizen-gallery-image figcaption { color: #39332d; font-size: 16px; font-weight: 600; padding: 15px 17px; }
.page-hero--gallery .breadcrumb { font-size: 15px; margin: 0 0 24px; }
.page-hero--gallery .breadcrumb a { color: inherit; }

@media (max-width: 820px) {
  body { font-size: 19px !important; line-height: 1.68 !important; }
  body.subpage::before { background-position: right -52vw top 18vh; background-size: 620px auto; opacity: 0.055; }
  .page-hero { min-height: 0; padding: 106px 24px 48px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 4.45rem) !important; line-height: 0.94; }
  .page-hero p { font-size: 18px; line-height: 1.62; }
  .page-hero .eyebrow { font-size: 13px !important; font-weight: 650; }
  .full-menu { padding-top: 46px; }
  .menu-downloads { padding: 38px 24px; }
  .menu-downloads .section-heading { display: block; }
  .menu-downloads .section-heading p { font-size: 16px; margin-top: 12px; }
  .menu-download strong { font-size: 20px; }
  .menu-section-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 42px; }
  .menu-section-nav a,
  .menu-section-nav a:first-child { font-size: 16px; min-height: 62px; padding: 14px 12px; }
  .menu-category__header h1,
  .menu-item__layout h1 { font-size: clamp(3.2rem, 15vw, 4.6rem) !important; }
  .menu-item-card__body h3,
  .menu-item-card__body h3 a { font-size: 25px !important; }
  .menu-item-card__body p { font-size: 18px !important; line-height: 1.58 !important; }
  .menu-item-card__body strong { font-size: 19px; }
  .full-menu-item > p,
  .full-menu-item__meta { font-size: 18px; }
  .kaizen-gallery { padding: 48px 20px 78px; }
  .kaizen-gallery__inner,
  .kaizen-gallery__inner--images { gap: 22px; grid-template-columns: 1fr; }
  .kaizen-gallery-card h2 { font-size: 32px; }
  .kaizen-gallery-card p { font-size: 18px; }
  .kaizen-gallery-image figcaption { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .kaizen-gallery-image img { transition: none; }
}

/* CMS-native gallery, shaped to match the editorial presentation. */
body.subpage .heading {
  background: rgba(239, 237, 230, 0.88);
  padding: 120px 0 54px;
}
body.subpage .heading h1 {
  color: #28231e !important;
  font-size: clamp(3.4rem, 7vw, 5.5rem) !important;
  font-weight: 400 !important;
  line-height: 0.94;
  margin: 0;
}
body.subpage .heading + .wrap > [itemtype="http://schema.org/ImageGallery"] {
  display: grid;
  gap: 28px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 92px;
  padding-top: 62px;
}
.gal_item_grid {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}
.gal_item {
  background: rgba(255, 254, 250, 0.88);
  border: 1px solid var(--line);
  height: 100% !important;
  padding: 0 !important;
}
.img_gal_cat,
.img_gal_cat .imgspace {
  height: auto !important;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
.img_gal_cat .imgspace img {
  aspect-ratio: 1 / 0.8;
  display: block;
  height: auto !important;
  object-fit: cover;
  width: 100% !important;
}
.img_gal_cat > a { inset: 0; position: absolute; z-index: 1; }
.gal_title { margin: 0 !important; padding: 19px 20px 21px !important; }
.gal_title a {
  color: #2c2721 !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.gallerypage {
  color: #453d35;
  font-size: 18px;
  line-height: 1.65;
  padding-bottom: 90px;
  padding-top: 52px;
}
.gallerypage > a { color: #5d4c28; font-size: 16px; font-weight: 650; }
.gallerypage .gal_cat_img {
  float: none !important;
  margin: 30px 0 !important;
  max-width: 560px;
  width: 100% !important;
}
.gallerypage .gal_cat_img img { display: block; height: auto; width: 100%; }
.gallerypage .gallery.gridimg {
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}
.gallerypage .gallery.gridimg a { display: block; overflow: hidden; }
.gallerypage .gallery.gridimg img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto !important;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100% !important;
}
.gallerypage .gallery.gridimg a:hover img { transform: scale(1.035); }

@media (max-width: 820px) {
  body.subpage .heading { padding: 104px 0 44px; }
  body.subpage .heading + .wrap > [itemtype="http://schema.org/ImageGallery"] { grid-template-columns: 1fr; padding-bottom: 74px; padding-top: 42px; }
  .gal_title a { font-size: 32px; }
  .gallerypage { font-size: 18px; padding-bottom: 74px; padding-top: 38px; }
  .gallerypage .gallery.gridimg { gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
