/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #171717;
    --color-ivory: #fbf6ef;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .bg-ivory {
    background-color: var(--color-ivory);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --ink: #171717;
  --verm: #b84c4f;
  --ivory: #fbf6ef;
  --sakura: #f3d9ca;
  --mist: #e9e5df;
  --line: rgba(23,23,23,.16);
  --ease: cubic-bezier(.23,1,.32,1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
}
.site-shell {
  max-width: 1440px;
  margin: auto;
}
.site-header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6vw;
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
  position: relative;
  z-index: 5;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: .14em;
  text-decoration: none;
}
.brand small {
  font-size: 8px;
  letter-spacing: .24em;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: var(--verm);
  color: #fff;
  width: 42px;
  height: 34px;
  font: 700 9px 'DM Sans',sans-serif;
  letter-spacing: .08em;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 12px;
}
.main-nav a {
  color: var(--ink);
  text-decoration: none;
  transition: color .18s ease;
}
.main-nav a:hover,.text-link:hover,.site-footer a:hover {
  color: var(--verm);
}
.nav-reserve {
  border: 0;
  background: none;
  font: inherit;
  cursor: pointer;
  color: var(--verm);
  font-weight: 600;
}
.nav-reserve span,.button span,.text-link span {
  margin-left: 10px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
}
.hero-section {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 650px;
}
.hero-art {
  background: var(--verm);
  min-height: 650px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.vertical-kanji {
  position: absolute;
  left: 11%;
  top: 16%;
  font: 700 clamp(58px,8vw,112px)/.9 'Cormorant Garamond',serif;
  color: rgba(255,255,255,.88);
  writing-mode: vertical-rl;
  letter-spacing: .12em;
}
.plate {
  position: absolute;
  border-radius: 50%;
  transform: rotate(-16deg);
}
.plate-back {
  width: 270px;
  height: 155px;
  background: #232b31;
  box-shadow: inset 0 12px 0 rgba(255,255,255,.12),12px 20px 0 rgba(60,26,26,.22);
  right: 10%;
  top: 42%;
}
.plate-front {
  width: 245px;
  height: 145px;
  background: #efe4c8;
  right: 14%;
  top: 37%;
  z-index: 1;
}
.sushi {
  position: absolute;
  background: #f8eee0;
  width: 153px;
  height: 72px;
  border-radius: 58% 45% 48% 50%;
  transform: rotate(-16deg);
  z-index: 2;
  box-shadow: 0 9px 0 rgba(111,54,42,.22);
}
.sushi:before {
  content: '';
  position: absolute;
  inset: 4px 12px 32px;
  background: #ea6256;
  border-radius: 50% 50% 40% 40%;
  transform: skew(-9deg);
}
.sushi:after {
  content: '';
  position: absolute;
  left: 27px;
  top: 18px;
  width: 104px;
  height: 3px;
  background: rgba(255,255,255,.55);
  box-shadow: 0 12px rgba(255,255,255,.28);
  transform: rotate(-5deg);
}
.sushi i {
  position: absolute;
  background: #1e2d33;
  width: 22px;
  height: 45px;
  bottom: -4px;
  left: 65px;
  border-radius: 0 0 6px 6px;
  z-index: -1;
}
.sushi-one {
  right: 13%;
  top: 40%;
  z-index: 3;
}
.sushi-two {
  right: 27%;
  top: 51%;
  transform: scale(.66) rotate(-10deg);
  opacity: .95;
}
.sushi-three {
  right: 2%;
  top: 28%;
  transform: scale(.52) rotate(-22deg);
  opacity: .9;
}
.art-note {
  position: absolute;
  right: 10%;
  bottom: 13%;
  color: #fff;
  font: 600 17px/1.2 'Cormorant Garamond',serif;
  text-align: right;
  z-index: 4;
}
.art-note small {
  font: 10px 'DM Sans',sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .7;
}
.hero-copy {
  padding: 112px 9vw 48px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  color: var(--verm);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 25px;
  font-weight: 700;
}
.hero-copy h1,.story-heading h2,.menu-heading h2,.visit-card h2,.newsletter-section h2,.modal h2 {
  font: 600 clamp(52px,6vw,82px)/.9 'Cormorant Garamond',serif;
  letter-spacing: -.03em;
  margin: 0;
}
.hero-copy h1 em,.story-heading h2 em,.visit-card h2 em {
  color: var(--verm);
  font-style: italic;
}
.hero-intro {
  max-width: 390px;
  color: #555;
  line-height: 1.7;
  font-size: 14px;
  margin: 32px 0 30px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.button {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 15px 22px;
  font: 600 12px 'DM Sans',sans-serif;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .16s var(--ease),background .18s ease,color .18s ease,border-color .18s ease;
}
.button:active,.play-link:active,.filter:active {
  transform: scale(.97);
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: var(--verm);
}
.button-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.button-outline:hover {
  background: var(--ink);
  color: #fff;
}
.button-light {
  background: #fff;
  color: var(--ink);
}
.play-link {
  border: 0;
  background: none;
  color: var(--ink);
  font: 500 12px 'DM Sans',sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 9px;
}
.play-icon {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
  padding-left: 2px;
}
.hero-foot {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 65px;
  font-size: 10px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.marquee-strip {
  background: var(--sakura);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  color: #7d4340;
  font-size: 10px;
  letter-spacing: .12em;
  font-weight: 600;
}
.marquee-strip span b,.marquee-strip span small {
  font: inherit;
}
.marquee-strip span b::after {
  content: ' · ';
}
.marquee-strip span small {
  display: inline;
}
.section-grid {
  display: grid;
  grid-template-columns: 16% 47% 37%;
  padding: 130px 8vw 150px;
  border-bottom: 1px solid var(--line);
}
.section-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  display: flex;
  gap: 18px;
  color: #8b8882;
}
.section-label span:first-child {
  color: var(--verm);
  font-weight: 700;
}
.story-heading h2 {
  font-size: clamp(50px,5.6vw,76px);
}
.story-body {
  align-self: end;
  max-width: 300px;
  padding-bottom: 4px;
}
.story-body p {
  font-size: 14px;
  line-height: 1.75;
  color: #666;
  margin: 0 0 25px;
}
.text-link {
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
}
.menu-section {
  padding: 112px 8vw 130px;
  background: #fff;
}
.menu-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.menu-heading h2,.newsletter-section h2 {
  font-size: clamp(44px,5vw,68px);
}
.filter-row {
  display: flex;
  gap: 25px;
  margin: 60px 0 28px;
  border-bottom: 1px solid var(--line);
}
.filter {
  border: 0;
  background: none;
  padding: 0 0 13px;
  color: #89847e;
  font: 500 12px 'DM Sans',sans-serif;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color .18s ease,border-color .18s ease;
}
.filter.active,.filter:hover {
  color: var(--verm);
  border-color: var(--verm);
}
.dish-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}
.dish-card {
  min-width: 0;
}
.dish-image {
  aspect-ratio: 1.05;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.dish-image>span {
  position: absolute;
  top: 21px;
  left: 23px;
  color: rgba(255,255,255,.68);
  font: 600 17px 'Cormorant Garamond',serif;
}
.dish-sushi {
  background: #d88478;
}
.dish-ramen {
  background: #e7d0a9;
}
.dish-sweet {
  background: #cdb6b2;
}
.dish-shape {
  position: absolute;
}
.shape-fish {
  width: 68%;
  height: 29%;
  background: #efebe0;
  border-radius: 50%;
  transform: rotate(-13deg);
  box-shadow: 0 15px 0 #26323a;
}
.shape-fish:before {
  content: '';
  position: absolute;
  width: 75%;
  height: 70%;
  left: 7%;
  top: -12%;
  background: #ee6d5e;
  border-radius: 50%;
  box-shadow: 0 11px 0 rgba(255,255,255,.28);
}
.bowl {
  width: 54%;
  height: 27%;
  background: #a94340;
  border-radius: 0 0 50% 50%;
  position: absolute;
  bottom: 26%;
  box-shadow: 0 17px 0 #5d2c2d;
}
.bowl:before {
  content: '';
  position: absolute;
  width: 110%;
  height: 25%;
  left: -5%;
  top: -7%;
  background: #f4d6a2;
  border-radius: 50%;
}
.steam {
  width: 42px;
  height: 92px;
  border-left: 2px solid rgba(255,255,255,.5);
  border-radius: 50%;
  position: absolute;
  top: 22%;
  transform: rotate(17deg);
}
.mochi {
  width: 38%;
  height: 33%;
  background: #eeecdc;
  border-radius: 48% 52% 42% 58%;
  transform: rotate(-15deg);
  box-shadow: 45px 15px 0 #e5e1ce,90px -2px 0 #f0eddb;
}
.dish-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 0;
}
.dish-meta h3 {
  font: 600 24px 'Cormorant Garamond',serif;
  margin: 0 0 4px;
}
.dish-meta p {
  font-size: 11px;
  color: #888;
  margin: 0;
}
.dish-meta strong {
  font: 500 13px 'DM Sans',sans-serif;
  color: var(--verm);
  white-space: nowrap;
}
.visit-section {
  display: grid;
  grid-template-columns: 65% 35%;
  min-height: 510px;
}
.visit-card {
  background: var(--verm);
  color: #fff;
  padding: 70px 8vw;
  display: grid;
  grid-template-columns: 18% 46% 36%;
  align-items: start;
}
.section-label.light {
  color: rgba(255,255,255,.56);
}
.visit-card h2 {
  font-size: clamp(50px,5.4vw,76px);
}
.light-text {
  color: #ffd9c9;
}
.visit-details {
  font-size: 13px;
  line-height: 1.65;
  justify-self: end;
}
.visit-details p {
  margin: 0 0 28px;
}
.map-placeholder {
  background: #d8d1c7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #756b63;
  background-image: linear-gradient(30deg,transparent 48%,rgba(255,255,255,.3) 49%,rgba(255,255,255,.3) 51%,transparent 52%),linear-gradient(150deg,transparent 48%,rgba(255,255,255,.25) 49%,rgba(255,255,255,.25) 51%,transparent 52%);
  background-size: 80px 80px;
}
.map-placeholder p {
  font: 600 22px 'Cormorant Garamond',serif;
}
.map-placeholder small {
  font: 10px 'DM Sans',sans-serif;
  color: #8b837a;
}
.map-pin {
  color: var(--verm);
  font-size: 32px;
}
.newsletter-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding: 120px 8vw;
  background: var(--sakura);
}
.newsletter-form {
  align-self: end;
  padding-bottom: 3px;
}
.newsletter-form label {
  display: block;
  font: 600 22px/1.2 'Cormorant Garamond',serif;
  max-width: 360px;
  margin-bottom: 25px;
}
.input-row {
  display: flex;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 10px;
}
.input-row input {
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  font: 13px 'DM Sans',sans-serif;
  min-width: 0;
}
.form-note {
  font-size: 10px;
  color: #826d66;
  margin: 14px 0 0;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 8vw;
  font-size: 11px;
}
.site-footer p {
  color: #888;
}
.site-footer>div {
  display: flex;
  gap: 25px;
}
.site-footer a {
  color: var(--ink);
  text-decoration: none;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(23,23,23,.54);
  display: grid;
  place-items: center;
  z-index: 20;
  padding: 20px;
}
.modal-backdrop[hidden] {
  display: none;
}
.modal {
  background: var(--ivory);
  max-width: 470px;
  width: 100%;
  padding: 48px;
  position: relative;
  box-shadow: 0 20px 80px rgba(0,0,0,.2);
}
.modal h2 {
  font-size: 54px;
}
.modal-copy {
  color: #69645f;
  font-size: 13px;
  line-height: 1.6;
  margin: 18px 0 28px;
}
.modal-close {
  position: absolute;
  right: 20px;
  top: 17px;
  border: 0;
  background: none;
  font-size: 26px;
  cursor: pointer;
}
.reservation-form {
  display: grid;
  gap: 16px;
}
.reservation-form label {
  font-size: 11px;
  font-weight: 600;
  display: grid;
  gap: 7px;
}
.reservation-form input,.reservation-form select {
  border: 1px solid var(--line);
  background: #fff;
  padding: 13px;
  font: 13px 'DM Sans',sans-serif;
}
.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: var(--ink);
  color: #fff;
  padding: 14px 18px;
  font-size: 12px;
  transform: translateY(130%);
  transition: transform .25s var(--ease);
  z-index: 30;
}
.toast.show {
  transform: translateY(0);
}
@media (max-width:800px) {
  .site-header {
    height: 76px;
    padding: 0 6vw;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }
  .menu-toggle span {
    width: 24px;
    height: 1px;
    background: var(--ink);
    transition: transform .18s ease;
  }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    background: var(--ivory);
    padding: 25px 6vw 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    border-bottom: 1px solid var(--line);
  }
  .main-nav.open {
    display: flex;
  }
  .hero-section {
    grid-template-columns: 1fr;
  }
  .hero-art {
    min-height: 390px;
    order: 2;
  }
  .hero-copy {
    padding: 75px 8vw 50px;
    order: 1;
  }
  .hero-copy h1 {
    font-size: 58px;
  }
  .hero-foot {
    padding-top: 45px;
  }
  .section-grid,.visit-card,.newsletter-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .section-grid {
    padding: 90px 8vw;
  }
  .story-body {
    max-width: 430px;
  }
  .menu-section {
    padding: 85px 8vw;
  }
  .menu-heading {
    align-items: start;
    gap: 25px;
    flex-direction: column;
  }
  .filter-row {
    margin-top: 45px;
    gap: 18px;
    overflow: auto;
  }
  .filter {
    white-space: nowrap;
  }
  .dish-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .dish-image {
    aspect-ratio: 1.2;
  }
  .visit-section {
    grid-template-columns: 1fr;
  }
  .visit-card {
    padding: 75px 8vw;
    gap: 45px;
  }
  .visit-details {
    justify-self: start;
  }
  .map-placeholder {
    min-height: 280px;
  }
  .newsletter-section {
    padding: 85px 8vw;
  }
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .site-footer>div {
    flex-wrap: wrap;
    gap: 17px;
  }
  .vertical-kanji {
    left: 7%;
    top: 13%;
    font-size: 67px;
  }
  .sushi-one {
    right: 14%;
  }
  .sushi-two {
    right: 36%;
  }
  .art-note {
    right: 7%;
    bottom: 11%;
  }
  .marquee-strip {
    height: auto;
    min-height: 48px;
    padding: 9px 5vw;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 8px;
  }
  .marquee-strip span {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    white-space: normal;
  }
  .marquee-strip span b {
    display: block;
    font-size: 9px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .marquee-strip span b::after {
    content: '';
  }
  .marquee-strip span small {
    display: block;
    font-size: 7px;
    line-height: 1.35;
    letter-spacing: .06em;
    white-space: normal;
  }
  .modal {
    padding: 40px 28px;
  }
  .modal h2 {
    font-size: 48px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,.filter,.toast {
    transition: none;
  }
}
:root {
  --booking-shadow: 0 22px 70px rgba(23,23,23,.09);
}
.booking-page,.menu-page {
  padding: 95px 8vw 120px;
}
.booking-intro,.page-heading {
  max-width: 720px;
  margin-bottom: 70px;
}
.booking-intro h1,.page-heading h1 {
  font: 600 clamp(58px,7vw,94px)/.86 'Cormorant Garamond',serif;
  letter-spacing: -.04em;
  margin: 0;
}
.booking-intro h1 em,.page-heading h1 em,.contact-card h2 em,.menu-catering-note h2 em {
  color: var(--verm);
  font-style: italic;
}
.booking-intro>p:not(.eyebrow),.page-heading>p:not(.eyebrow) {
  max-width: 470px;
  color: #67615d;
  line-height: 1.75;
  font-size: 14px;
  margin: 30px 0;
}
.booking-layout {
  display: grid;
  grid-template-columns: minmax(0,1.55fr) minmax(280px,.75fr);
  gap: 34px;
  align-items: start;
}
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 42px;
  box-shadow: var(--booking-shadow);
}
.form-section {
  border: 0;
  border-top: 1px solid var(--line);
  padding: 26px 0 0;
  margin: 0 0 30px;
}
.form-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.form-section legend {
  font: 600 25px 'Cormorant Garamond',serif;
  margin-bottom: 20px;
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 17px;
}
.field-grid.field-wide {
  grid-column: 1/-1;
}
.field {
  display: grid;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  color: #393432;
}
.field input,.field select,.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--ivory);
  padding: 13px 14px;
  color: var(--ink);
  font: 13px 'DM Sans',sans-serif;
  outline-color: var(--verm);
}
.field textarea {
  resize: vertical;
  min-height: 105px;
}
.field-note,.form-note {
  font-size: 11px;
  line-height: 1.6;
  color: #77706a;
}
.hall-time-grid {
  margin-top: 17px;
}
.booking-submit {
  margin-top: 4px;
}
.form-message {
  padding: 13px 15px;
  margin-bottom: 25px;
  background: #f7e4df;
  color: #8d3439;
  font-size: 12px;
  line-height: 1.5;
}
.form-message[data-kind=success] {
  background: #e6f1e8;
  color: #2f6840;
}
.booking-aside {
  display: grid;
  gap: 20px;
}
.contact-card {
  background: var(--verm);
  color: #fff;
  padding: 38px 34px;
}
.contact-card .eyebrow {
  color: #ffd9c9;
}
.contact-card h2 {
  font: 600 48px/.9 'Cormorant Garamond',serif;
  margin: 0;
}
.contact-card>p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.7;
  color: #ffe8dc;
  margin: 25px 0;
}
.contact-links {
  display: grid;
  gap: 13px;
  border-top: 1px solid rgba(255,255,255,.3);
  padding-top: 20px;
}
.contact-links a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.contact-links a span {
  float: right;
}
.booking-note-card {
  background: var(--sakura);
  padding: 27px 30px;
  color: #785c55;
}
.note-mark {
  display: inline-grid;
  place-items: center;
  background: var(--verm);
  color: #fff;
  width: 45px;
  height: 35px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}
.booking-note-card p {
  font: 600 22px/1.12 'Cormorant Garamond',serif;
  margin: 22px 0 0;
}
.order-list {
  display: grid;
  gap: 10px;
}
.order-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 14px 15px;
  background: var(--ivory);
}
.order-item strong,.order-item small {
  display: block;
}
.order-item small {
  color: #777;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 3px;
}
.order-item label {
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.order-item input {
  width: 62px;
  margin-left: 5px;
  border: 1px solid var(--line);
  padding: 8px;
  background: #fff;
  font: 13px 'DM Sans',sans-serif;
}
.booking-summary {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 18px;
  font-size: 11px;
}
.booking-summary>div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.booking-summary span {
  color: #777;
}
.booking-summary strong {
  font-weight: 700;
}
.summary-rule {
  color: #9b4e4f;
  line-height: 1.45;
  margin: 5px 0 0;
}
.summary-rule.is-valid {
  color: #327044;
}
.booking-success {
  padding: 20px 0;
}
.booking-success h2 {
  font: 600 58px/.9 'Cormorant Garamond',serif;
  margin: 0 0 18px;
}
.booking-success p:not(.eyebrow) {
  color: #67615d;
  line-height: 1.7;
  font-size: 13px;
  max-width: 390px;
}
.booking-reference {
  display: block;
  color: var(--verm);
  font-size: 18px;
  letter-spacing: .08em;
  margin: 22px 0 28px;
}
.menu-browser {
  background: #fff;
  padding: 40px 42px;
  border: 1px solid var(--line);
  box-shadow: var(--booking-shadow);
}
.public-menu-grid {
  min-height: 250px;
}
.public-menu-card .dish-image-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-menu-card .dish-image-photo {
  background: #ddd;
}
.public-empty,.public-error {
  display: grid;
  gap: 8px;
  place-items: center;
  text-align: center;
  padding: 80px 20px;
  color: #777;
  font-size: 12px;
  grid-column: 1/-1;
}
.public-empty strong,.public-error strong {
  font: 600 28px 'Cormorant Garamond',serif;
  color: var(--ink);
}
.public-error {
  color: #8d3439;
}
.public-error .button {
  margin-top: 10px;
}
.menu-catering-note {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 35px;
  align-items: end;
  background: var(--sakura);
  padding: 75px 8vw;
  margin: 80px -8vw -120px;
}
.menu-catering-note h2 {
  font: 600 58px/.88 'Cormorant Garamond',serif;
  margin: 0;
}
.menu-catering-note>p {
  font-size: 13px;
  line-height: 1.7;
  color: #6e5d57;
  max-width: 330px;
  margin: 0;
}
.menu-catering-note .button {
  white-space: nowrap;
}
@media (max-width:800px) {
  .booking-page,.menu-page {
    padding: 65px 6vw 90px;
  }
  .booking-intro,.page-heading {
    margin-bottom: 48px;
  }
  .booking-layout {
    grid-template-columns: 1fr;
  }
  .form-card {
    padding: 26px 22px;
  }
  .field-grid {
    grid-template-columns: 1fr;
  }
  .field-grid.field-wide {
    grid-column: auto;
  }
  .hall-time-grid {
    margin-top: 0;
  }
  .contact-card {
    padding: 32px 26px;
  }
  .menu-browser {
    padding: 25px 20px;
  }
  .menu-catering-note {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 55px 6vw;
    margin: 60px -6vw -90px;
  }
  .menu-catering-note h2 {
    font-size: 52px;
  }
  .menu-catering-note .button {
    justify-self: start;
  }
  .order-item {
    align-items: start;
    flex-direction: column;
  }
  .order-item label {
    align-self: end;
  }
}
.menu-picker {
  display: grid;
  gap: 14px;
}
.menu-picker-toggle {
  width: 100%;
  justify-content: space-between;
  text-align: left;
  border-radius: 0;
}
.menu-picker-toggle span {
  font-size: 18px;
  line-height: 1;
}
.menu-picker-browser {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  padding: 18px;
  background: #fff;
}
.menu-picker-browser[hidden] {
  display: none;
}
.menu-filter-grid {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(180px,.8fr);
  gap: 14px;
}
.menu-result-count {
  font-size: 10px;
  color: #777;
  margin: 0;
}
.menu-picker-browser .order-list {
  max-height: 420px;
  overflow: auto;
  padding-right: 4px;
}
.order-item-copy {
  min-width: 0;
}
.order-item-copy em {
  display: block;
  color: var(--verm);
  font-size: 9px;
  font-style: normal;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 5px;
}
.quantity-field {
  display: flex;
  align-items: center;
}
.selected-order {
  display: grid;
  gap: 8px;
}
.selected-order:empty {
  display: none;
}
.selected-order-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 9px;
  font-size: 11px;
}
.text-button {
  border: 0;
  background: none;
  color: var(--verm);
  font: 600 10px 'DM Sans',sans-serif;
  cursor: pointer;
  padding: 3px;
}
.selected-order-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto 24px;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(23,23,23,.09);
  padding: 5px 0;
  font-size: 11px;
}
.selected-order-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selected-order-row strong {
  font-weight: 600;
}
.remove-order {
  border: 0;
  background: none;
  color: #8d3439;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.menu-picker-browser .field input,.menu-picker-browser .field select {
  background: var(--ivory);
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
