@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');

body.body--dark,
.body--dark .section--plate-slider {
  background-color: #212121 !important;
}

.is--home .section--plate-slider,
.is--home .bg.is--01,
.is--home-detail .section--plate-slider {
  background-color: #3e4b3c !important;
}

.dialogue-content,
.dialogue-footer {
  color: inherit;
  background: transparent;
}

/* The intro is shared by phone, tablet, and desktop. Keep the page measurable while it is covered. */
body.is--home:not(.dialogue-intro-ready) .page-wrapper,
body.is--home:not(.dialogue-intro-ready) .home-load {
  visibility: hidden;
}

.dialogue-intro {
  position: fixed;
  inset: 0;
  z-index: 3000;
  overflow: hidden;
  color: #fff;
  background: var(--dialogue-intro-bg, #000);
  opacity: 1;
  transition: opacity .35s ease;
}

.dialogue-intro.is-fading {
  opacity: 0;
  pointer-events: none;
}

.dialogue-intro__content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(90vw, 42rem);
  text-align: center;
  transform: translate(-50%, -50%);
}

.dialogue-intro__title {
  margin: 0 0 1.25rem;
  font-size: clamp(3.6rem, 8vw, 7rem);
  font-family: 'Style Script', 'Snell Roundhand', 'Segoe Script', cursive;
  font-weight: 400;
  letter-spacing: .025em;
  color: #d4af68;
  -webkit-text-stroke: .6px rgba(255, 255, 255, .9);
  text-shadow: 0 3px 12px rgba(0, 0, 0, .95), 0 0 4px rgba(0, 0, 0, .95);
}

.dialogue-intro__button {
  padding: 1rem 2rem;
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 999px;
  color: #d4af68;
  background: rgba(0, 0, 0, .32);
  font-family: 'Style Script', 'Snell Roundhand', 'Segoe Script', cursive;
  font-size: 2rem;
  letter-spacing: .03em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .95), 0 0 3px rgba(0, 0, 0, .9);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .16), 0 3px 10px rgba(0, 0, 0, .7);
  cursor: pointer;
}

html:lang(ja) .dialogue-intro__title,
html:lang(ja) .dialogue-intro__button {
  font-family: sans-serif;
}

.dialogue-intro__plate {
  position: absolute;
  z-index: 1;
  display: block;
  max-width: none;
  object-fit: contain;
  transform-origin: center;
  will-change: transform, opacity;
  animation: dialogue-intro-float 4s ease-in-out infinite;
}

.dialogue-intro.is-moving .dialogue-intro__plate {
  animation: none;
  transition: transform .78s cubic-bezier(.22, .61, .36, 1), opacity .12s ease;
}

body.dialogue-intro-active .navigation,
body.dialogue-intro-active .header-info,
body.dialogue-intro-active .plate-slider__navigation,
body.dialogue-intro-active .plate-slider-pagination {
  opacity: 0 !important;
  transition: opacity .25s ease;
}

body.dialogue-intro-revealing .navigation,
body.dialogue-intro-revealing .header-info,
body.dialogue-intro-revealing .plate-slider__navigation,
body.dialogue-intro-revealing .plate-slider-pagination {
  opacity: 1 !important;
}

body.dialogue-intro-revealing .swiper-slide:first-child .plate-slider__image {
  opacity: 0;
  transition: opacity .12s ease;
}

@keyframes dialogue-intro-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

/* Detail pages swap the mirrored hero source at startup; never paint that old asset. */
body:not(.is--home):not(.dialogue-hero-ready) .section--plate-slider .plate-slider__image {
  visibility: hidden;
}

@keyframes dialogue-home-plate-in {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(16vw, 0, 0); }
}

.body--dark:not(.is--home) .section--plate-slider .plate-slider__image-wrapper {
  animation: dialogue-home-plate-in 1s cubic-bezier(.075, .82, .165, 1) .2s both;
}

@media (min-width: 992px) {
  .body--dark:not(.is--home) .plate-slider__content-block.is--detail-page.big-title__content-block {
    left: -14vw;
    align-items: flex-start;
    padding-left: 2.4rem;
  }

  .body--dark:not(.is--home) .big-title__content-block > .text--mask:last-child {
    margin-left: 4vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .body--dark:not(.is--home) .section--plate-slider .plate-slider__image-wrapper {
    animation-duration: .01ms;
    animation-delay: 0s;
  }
}

.dialogue-page--wine .plate-slider__image-wrapper {
  z-index: 3;
  overflow: visible;
}

.dialogue-page--wine .plate-slider__image {
  position: relative;
  z-index: 1;
}

.dialogue-page--wine .big-title__content-block {
  position: relative;
  z-index: 7;
}

@media (min-width: 992px) {
  /* The wine-and-cheese PNG has transparent space on the left; align its plate with the other heroes. */
  .dialogue-page--wine .plate-slider__image-wrapper {
    margin-left: -54vw;
  }
}

.dialogue-page--concept .dialogue-section:nth-of-type(1) .dialogue-image:not(.dialogue-image-ready) {
  visibility: hidden;
}

.dialogue-credit {
  margin-left: auto;
  color: rgba(255, 255, 255, .62);
  font-size: .7rem;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
}

.dialogue-credit:hover {
  color: #fff;
}

.dialogue-image--shooting {
  margin-top: 2rem;
}

.dialogue-price {
  white-space: nowrap;
}

.dialogue-list {
  margin: 0;
  padding-left: 1.2em;
}

.dialogue-list li + li {
  margin-top: .55rem;
}

.dialogue-section--supplemental .dialogue-title {
  max-width: 16ch;
}

.dialogue-voucher-image {
  max-width: 34rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .dialogue-section--vouchers {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
    column-gap: 3rem;
    align-items: start;
  }

  .dialogue-voucher-copy {
    grid-column: 1;
  }

  .dialogue-section--vouchers .dialogue-voucher-image {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: 34rem;
    margin: 0;
  }

  .dialogue-section--vouchers .dialogue-grid {
    grid-column: 1 / -1;
  }
}

.dialogue-komorebi-contact,
.dialogue-komorebi-contact a {
  color: #b8b8b8;
}

.dialogue-mobile-home {
  display: none;
}

.dialogue-slide-arrow,
.dialogue-return-arrow {
  display: none !important;
}

.plate-slider__btn-icon {
  display: none !important;
}

.plate-slider__btn-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7rem;
  padding: .7rem 1.25rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, .16);
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.plate-slider__btn-block:hover,
.plate-slider__btn-block:focus-visible {
  color: #212121;
  background: #fff;
}

.plate-slider__btn {
  margin: 0;
  font: inherit;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nav-bar__container {
    position: relative;
  }

  .dialogue-mobile-home {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: translate(-50%, -50%);
  }

  .dialogue-mobile-home svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }

  .dialogue-slide-arrow,
  .dialogue-return-arrow {
    z-index: 25;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .18);
  }

  .dialogue-slide-arrow {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .dialogue-return-arrow {
    position: absolute;
    top: 8.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .dialogue-slide-arrow svg,
  .dialogue-return-arrow svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }
}

/* Keep the compact navbar visible throughout the page. */
.navigation {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.nav-bar,
.nav-bar__container {
  transform: none !important;
}

.nav-bar__container {
  align-items: center !important;
  height: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nav-bar__right,
.nav-items,
.sub-nav,
.nav-items__item {
  align-items: center !important;
}

.nav-items__item {
  display: flex !important;
}

.nav-bar__bg {
  inset: 0 !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, .85) !important;
  transform: none !important;
}

.nav-items__item,
.nav-items__text,
.nav-languages,
.nav-languages summary,
.hamburger__line {
  color: #fff !important;
}

.hamburger__line {
  background-color: #fff !important;
}

.dialogue-content {
  padding: clamp(5rem, 10vw, 10rem) max(5vw, 1.5rem);
}

.dialogue-section,
.dialogue-footer__inner {
  width: min(100%, 76rem);
  margin: 0 auto;
}

.dialogue-section + .dialogue-section {
  margin-top: clamp(5rem, 9vw, 9rem);
  padding-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid currentColor;
}

.dialogue-eyebrow {
  margin-bottom: 1.25rem;
  font-size: .9rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  opacity: .7;
}

.dialogue-title {
  max-width: 12ch;
  margin: 0 0 2.5rem;
  font-family: inherit;
  font-size: clamp(3rem, 7vw, 7.5rem);
  font-weight: 300;
  line-height: .92;
}

.dialogue-lead {
  max-width: 46rem;
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 2.35rem);
  font-weight: 300;
  line-height: 1.35;
}

.dialogue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
}

.dialogue-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dialogue-card {
  padding-top: 1.5rem;
  border-top: 1px solid currentColor;
}

.dialogue-card--full {
  grid-column: 1 / -1;
}

.dialogue-card h3,
.dialogue-card h4 {
  margin: 0 0 1rem;
  font-size: clamp(1.65rem, 2.4vw, 2.5rem);
  font-weight: 400;
  line-height: 1.15;
}

.dialogue-card p,
.dialogue-card li,
.dialogue-copy {
  font-size: clamp(1.12rem, 1.35vw, 1.35rem);
  line-height: 1.7;
}

.dialogue-card ul,
.dialogue-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dialogue-menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .8rem 0;
  border-bottom: 1px solid color-mix(in srgb, currentColor 24%, transparent);
}

.dialogue-meta {
  opacity: .7;
}

.big-title__content-block .heading--large,
.big-title__content-block .big-title__title {
  text-shadow:
    0 0 2px rgba(0, 0, 0, .95),
    0 2px 12px rgba(0, 0, 0, .9);
}

@media (min-width: 992px) {
  .body--restaurants[style*="202.941176"] .big-title__content-block .text--mask:last-child {
    overflow: visible;
  }

  .body--restaurants[style*="202.941176"] .big-title__title {
    font-size: clamp(5rem, 7vw, 10rem);
    white-space: nowrap;
  }
}

.dialogue-content .dialogue-card a[href^="tel:"] {
  color: #b8b8b8;
}

.dialogue-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: .95rem 1.35rem;
  border: 1px solid currentColor;
  color: inherit;
  font-size: .9rem;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s ease, color .25s ease;
}

.dialogue-button:hover,
.dialogue-button:focus-visible {
  color: #212121;
  background: #fff;
}

.body--bege .dialogue-button:hover,
.body--bege .dialogue-button:focus-visible {
  color: #fff;
  background: #212121;
}

.dialogue-image {
  width: 100%;
  height: min(60vw, 42rem);
  margin-top: 2.5rem;
  object-fit: cover;
}

.dialogue-image--full {
  height: auto;
  max-height: none;
  object-fit: contain;
}

.dialogue-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.dialogue-badges img {
  width: auto;
  height: 5rem;
  object-fit: contain;
}

.dialogue-map {
  width: 100%;
  height: min(65vh, 34rem);
  margin-top: 2.5rem;
  border: 0;
  filter: grayscale(1) contrast(.9);
  object-fit: contain;
}

.body--restaurants[style*="202.941176"] .big-title__title {
  max-width: 7ch;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: .78;
}

.body--restaurants[style*="202.941176"] .dialogue-lead {
  font-size: clamp(1.75rem, 3vw, 3rem);
}

.body--restaurants[style*="202.941176"] .dialogue-section:nth-of-type(2) .dialogue-card p,
.body--restaurants[style*="202.941176"] .dialogue-section:nth-of-type(2) .dialogue-card li,
.body--restaurants[style*="202.941176"] .dialogue-section:nth-of-type(3) .dialogue-card p,
.body--restaurants[style*="202.941176"] .dialogue-section:nth-of-type(3) .dialogue-card li,
.body--restaurants[style*="202.941176"] .dialogue-section:nth-of-type(3) > .dialogue-menu-list li {
  font-size: clamp(1.2rem, 1.55vw, 1.5rem);
}

.body--restaurants[style*="202.941176"] .dialogue-section:nth-of-type(1) > .dialogue-image {
  height: auto;
  max-height: none;
  object-fit: contain;
}

.body--restaurants[style*="135.000000"] .dialogue-section:nth-of-type(2) .dialogue-card p,
.body--restaurants[style*="135.000000"] .dialogue-section:nth-of-type(3) .dialogue-card p {
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  line-height: 1.6;
}

.body--restaurants[style*="135.000000"] .dialogue-section:nth-of-type(3) .dialogue-card h3 {
  font-size: clamp(2rem, 3vw, 3.25rem);
}

.body--restaurants[style*="135.000000"] .dialogue-section:nth-of-type(3) > .dialogue-image {
  width: 100vw;
  max-width: none;
  height: auto;
  margin-left: calc(50% - 50vw);
  object-fit: contain;
}

.dialogue-footer {
  padding: 3rem max(5vw, 1.5rem);
  border-top: 1px solid currentColor;
}

.dialogue-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.dialogue-footer__inner > div:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dialogue-footer a {
  color: inherit;
}

.dialogue-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: .35rem;
  overflow: hidden;
}

.dialogue-social-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.body--dark .dialogue-content,
.body--dark .dialogue-footer,
.body--restaurants .dialogue-content,
.body--restaurants .dialogue-footer,
.body--dim-grey .dialogue-content,
.body--dim-grey .dialogue-footer {
  color: #fff;
}

.body--bege .dialogue-content,
.body--bege .dialogue-footer {
  color: #212121;
}

@media (max-width: 767px) {
  .dialogue-grid,
  .dialogue-grid--three {
    grid-template-columns: 1fr;
  }

  .dialogue-menu-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: baseline;
    gap: .75rem;
  }

  .dialogue-menu-list li span:last-child {
    margin-top: 0;
    text-align: right;
    white-space: nowrap;
    opacity: .7;
  }
}

/* Japanese copy needs native line-breaking and stable price columns. */
html:lang(ja) {
  line-break: strict;
  word-break: normal;
  overflow-wrap: normal;
  text-autospace: normal;
  text-spacing-trim: trim-start;
}

html:lang(ja) .dialogue-content,
html:lang(ja) .dialogue-footer {
  font-kerning: normal;
  line-break: strict;
  word-break: normal;
  overflow-wrap: normal;
}

html:lang(ja) .dialogue-title {
  max-width: 100%;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.2;
  white-space: pre-line;
  word-break: keep-all;
  overflow-wrap: normal;
}

html:lang(ja) .dialogue-grid > * {
  min-width: 0;
}

html:lang(ja) .dialogue-grid .dialogue-title {
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1.22;
  overflow-wrap: break-word;
}

html:lang(ja) .dialogue-section--vouchers .dialogue-voucher-copy .dialogue-title {
  max-width: 100%;
  font-size: clamp(2rem, 4vw, 4.5rem);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.dialogue-concept-manifesto {
  display: none;
  max-width: 46rem;
  margin: 2.5rem 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
  line-height: 1.9;
  letter-spacing: .02em;
  word-break: normal;
  overflow-wrap: normal;
}

html:lang(en) .dialogue-concept-manifesto[data-lang="en"],
html:lang(fr) .dialogue-concept-manifesto[data-lang="fr"],
html:lang(ja) .dialogue-concept-manifesto[data-lang="ja"] {
  display: block;
}

html:lang(ja) .dialogue-menu-list li {
  min-width: 0;
  align-items: baseline;
  gap: 1rem;
}

html:lang(ja) .dialogue-menu-list li span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

html:lang(ja) .dialogue-menu-list li span:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}

.dialogue-wine-history {
  display: none;
}

html:lang(en) .dialogue-wine-history[data-lang="en"],
html:lang(fr) .dialogue-wine-history[data-lang="fr"],
html:lang(ja) .dialogue-wine-history[data-lang="ja"] {
  display: block;
}

.dialogue-wine-history__copy {
  max-width: 58rem;
}

.dialogue-wine-history__copy p {
  margin: 0 0 1rem;
  line-height: 1.7;
}

.dialogue-wine-history__copy h3 {
  margin: 2.5rem 0 1rem;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 400;
}

@media (max-width: 767px) {
  html:lang(ja) .dialogue-menu-list li span:last-child {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .dialogue-slide--wine {
    z-index: 5;
    overflow: visible;
  }

  .dialogue-slide--wine > .plate-slider__image-wrapper {
    overflow: visible;
  }
}

@media (max-width: 991px) {
  .body--restaurants.dialogue-page--wine .big-title__content-block .text--mask:last-child,
  .body--restaurants.dialogue-page--wine .big-title__title {
    width: max-content;
    max-width: calc(100vw - 3rem);
  }

  .body--restaurants.dialogue-page--wine .big-title__title {
    padding-right: .08em;
    padding-bottom: .12em;
  }
}

/* Phone-only browser-toolbar clearance. Tablet and desktop layout rules are untouched. */
@media (max-width: 767px) {
  .is--home .section--plate-slider,
  .is--home .plate-slider,
  .is--home .bg-slider {
    min-height: 100vh;
    min-height: 100svh;
  }

  .is--home .dialogue-slide-arrow,
  .is--home .plate-slider-pagination,
  .is--home .header-info {
    bottom: calc(max(2rem, env(safe-area-inset-bottom)) + 5rem);
  }

  .is--home .plate-slider-pagination {
    z-index: 2000;
  }

  .is--home .header-info {
    z-index: 2001;
  }
}

/* DIALOGUE palette: bistro at night, seasonal kitchen, cellar, table, neighbourhood. */
:root {
  --dialogue-charbon: #1f211f;
  --dialogue-porcelaine: #e7e1d3;
  --dialogue-sauge: #6b7767;
  --dialogue-ardoise: #556b73;
  --dialogue-bordeaux: #6e2434;
  --dialogue-bordeaux-bright: #d45b73;
  --dialogue-laiton: #b89455;
  --dialogue-laiton-bright: #d0b777;
  --dialogue-pierre: #56514b;
}

.body--dark {
  --dialogue-content-bg: var(--dialogue-charbon);
  --dialogue-content-ink: var(--dialogue-porcelaine);
  --dialogue-content-panel: rgba(231, 225, 211, .045);
  --dialogue-action: var(--dialogue-laiton);
  --dialogue-action-ink: var(--dialogue-charbon);
}

.dialogue-page--concept {
  --dialogue-content-bg: var(--dialogue-sauge);
  --dialogue-content-ink: #fff;
  --dialogue-content-panel: rgba(231, 225, 211, .085);
  --dialogue-action: var(--dialogue-laiton);
  --dialogue-action-ink: var(--dialogue-charbon);
}

.dialogue-page--wine {
  --dialogue-content-bg: var(--dialogue-ardoise);
  --dialogue-content-ink: #fff;
  --dialogue-content-panel: rgba(231, 225, 211, .075);
  --dialogue-action: var(--dialogue-bordeaux);
  --dialogue-action-ink: #fff;
}

.body--bege {
  --dialogue-content-bg: var(--dialogue-porcelaine);
  --dialogue-content-ink: var(--dialogue-charbon);
  --dialogue-content-panel: rgba(31, 33, 31, .045);
  --dialogue-action: var(--dialogue-bordeaux);
  --dialogue-action-ink: #fff;
}

.body--dim-grey {
  --dialogue-content-bg: var(--dialogue-pierre);
  --dialogue-content-ink: #fff;
  --dialogue-content-panel: rgba(231, 225, 211, .06);
  --dialogue-action: var(--dialogue-laiton);
  --dialogue-action-ink: var(--dialogue-charbon);
}

.dialogue-content,
.dialogue-footer {
  color: var(--dialogue-content-ink, inherit);
  background-color: var(--dialogue-content-bg, transparent);
}

.dialogue-section + .dialogue-section {
  border-top-color: color-mix(in srgb, var(--dialogue-laiton) 62%, transparent);
}

.dialogue-section:nth-of-type(even) {
  padding-right: clamp(1.5rem, 3vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
  padding-left: clamp(1.5rem, 3vw, 3rem);
  background-color: var(--dialogue-content-panel);
  box-shadow: inset 0 1px color-mix(in srgb, var(--dialogue-laiton) 28%, transparent);
}

.dialogue-eyebrow {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--dialogue-content-ink, inherit);
  opacity: 1;
}

.dialogue-eyebrow::before {
  width: 2rem;
  height: 1px;
  background-color: var(--dialogue-laiton);
  content: "";
}

.dialogue-button {
  border-color: var(--dialogue-action, currentColor);
  color: var(--dialogue-content-ink, inherit);
}

.dialogue-button:hover,
.dialogue-button:focus-visible,
.body--bege .dialogue-button:hover,
.body--bege .dialogue-button:focus-visible {
  border-color: var(--dialogue-action);
  color: var(--dialogue-action-ink);
  background-color: var(--dialogue-action);
}

.dialogue-menu-list li,
.dialogue-card,
.dialogue-footer {
  border-color: color-mix(in srgb, var(--dialogue-laiton) 46%, transparent);
}

.dialogue-intro__title,
.dialogue-intro__button {
  color: var(--dialogue-laiton);
}

body .nav-bar__bg {
  background-color: rgba(31, 33, 31, .72) !important;
}

.nav-items__item[href*="res-reserve"],
.full-screen-nav__list-item[href*="res-reserve"] {
  border: 0;
  color: var(--dialogue-bordeaux-bright) !important;
  background-color: transparent;
  font-weight: 500;
}

.nav-items__item[href*="res-reserve"] .nav-items__text {
  color: var(--dialogue-bordeaux-bright) !important;
}

.nav-items__item[href*="res-reserve"]:hover,
.nav-items__item[href*="res-reserve"]:focus-visible,
.full-screen-nav__list-item[href*="res-reserve"]:hover,
.full-screen-nav__list-item[href*="res-reserve"]:focus-visible {
  color: #fff !important;
}

.body--dark .nav-items__item[href*="Home.html"],
.body--dark .full-screen-nav__list-item[href*="Home.html"],
.dialogue-page--concept .nav-items__item[href*="Concept.html"],
.dialogue-page--concept .full-screen-nav__list-item[href*="Concept.html"],
.dialogue-page--wine .nav-items__item[href*="Wine-List-Fromage.html"],
.dialogue-page--wine .full-screen-nav__list-item[href*="Wine-List-Fromage.html"],
.body--bege .nav-items__item[href*="Menu.html"],
.body--bege .full-screen-nav__list-item[href*="Menu.html"],
.body--dim-grey .nav-items__item[href*="Access.html"],
.body--dim-grey .full-screen-nav__list-item[href*="Access.html"] {
  color: var(--dialogue-laiton-bright) !important;
}

.header-info,
.dialogue-slide-arrow,
.dialogue-return-arrow {
  border-color: color-mix(in srgb, var(--dialogue-laiton) 78%, #fff);
  background-color: color-mix(in srgb, var(--dialogue-charbon) 88%, transparent);
}

.plate-slider-pagination__number {
  color: var(--dialogue-laiton-bright);
  background-color: transparent;
}

.plate-slider-pagination__count-wrapper {
  overflow: visible;
}

#numberSlides::after {
  content: " /";
  margin-right: .6rem;
  font-size: 1.4rem;
}

.plate-slider-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--dialogue-laiton-bright);
}

.is--home .plate-slider__btn-block {
  min-width: 9.6rem;
  min-height: 3.8rem;
  padding: 1rem 2rem;
}

.is--home .plate-slider__btn {
  font-size: 1.2rem;
}

.body--dim-grey .dialogue-section:nth-of-type(2) > .dialogue-image {
  height: auto;
  object-fit: contain;
  object-position: center top;
}

@media (max-width: 767px) {
  .dialogue-section:nth-of-type(even) {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
