@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400&family=Inter:wght@300;400;500&display=swap');

:root {
  --pcm-paper: #f3efe7;
  --pcm-ink: #15120f;
  --pcm-muted: #6f685f;
  --pcm-ember: #a94f27;
  --pcm-night: #171310;
}

body.page-id-15283,
body.page-id-1012 {
  margin: 0 !important;
  background: var(--pcm-paper) !important;
  color: var(--pcm-ink) !important;
}

body.page-id-15283 #masthead,
body.page-id-15283 #colophon,
body.page-id-15283 .entry-header,
body.page-id-15283 .page-header,
body.page-id-15283 .entry-title,
body.page-id-15283 [data-elementor-type="header"],
body.page-id-15283 [data-elementor-type="footer"],
body.page-id-1012 #masthead,
body.page-id-1012 #colophon,
body.page-id-1012 .entry-header,
body.page-id-1012 .page-header,
body.page-id-1012 .entry-title,
body.page-id-1012 [data-elementor-type="header"],
body.page-id-1012 [data-elementor-type="footer"] {
  display: none !important;
}

body.page-id-15283 #page,
body.page-id-15283 #content,
body.page-id-15283 .site-content,
body.page-id-15283 .content-area,
body.page-id-15283 .site-main,
body.page-id-15283 article,
body.page-id-15283 .entry-content,
body.page-id-1012 #page,
body.page-id-1012 #content,
body.page-id-1012 .site-content,
body.page-id-1012 .content-area,
body.page-id-1012 .site-main,
body.page-id-1012 article,
body.page-id-1012 .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pcm-luxury-root,
.pcm-luxury-root * {
  box-sizing: border-box;
}

.pcm-luxury-root {
  width: 100%;
  margin: 0;
  overflow: clip;
  color: var(--pcm-ink);
  background: var(--pcm-paper);
  font: 300 16px/1.65 "Inter", Arial, sans-serif;
}

.pcm-luxury-root img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: cover;
}

.pcm-luxury-root a {
  color: inherit;
  text-decoration: none;
}

.pcm-luxury-root h1,
.pcm-luxury-root h2,
.pcm-luxury-root h3,
.pcm-luxury-root p,
.pcm-luxury-root blockquote,
.pcm-luxury-root figure,
.pcm-luxury-root ol {
  margin: 0;
}

.pcm-luxury-root h1,
.pcm-luxury-root h2,
.pcm-luxury-root h3,
.pcm-luxury-root blockquote {
  color: inherit !important;
  font-family: "Fraunces", Georgia, serif !important;
  font-weight: 300;
  letter-spacing: 0;
}

.pcm-luxury-root .pcm-shell {
  width: min(calc(100% - 64px), 1240px);
  margin: 0 auto;
}

.pcm-luxury-root .pcm-label {
  position: relative;
  margin-bottom: 30px;
  padding-left: 54px;
  font: 500 12px/1.3 "Inter", Arial, sans-serif;
  text-transform: uppercase;
}

.pcm-luxury-root .pcm-label::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 34px;
  height: 1px;
  background: var(--pcm-ember);
  content: "";
}

.pcm-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: #f8f2e8;
}

.pcm-header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.pcm-brand {
  display: block;
  width: 205px;
}

.pcm-header-on-image .pcm-brand img {
  filter: invert(1) brightness(1.8);
}

.pcm-header-actions {
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.pcm-menu-toggle,
.pcm-menu-close {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: 400 11px/1 "Inter", Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.pcm-menu-toggle:hover,
.pcm-menu-close:hover {
  opacity: .6;
}

.pcm-menu-lines {
  width: 27px;
  display: grid;
  gap: 5px;
}

.pcm-menu-lines span {
  width: 100%;
  height: 1px;
  display: block;
  background: currentColor;
}

.pcm-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  overflow-y: auto;
  color: var(--pcm-ink);
  background: var(--pcm-paper);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .6s ease, visibility 0s linear .6s;
}

.pcm-menu-overlay.pcm-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

html.pcm-menu-open,
html.pcm-menu-open body {
  overflow: hidden !important;
}

.pcm-menu-overlay-inner {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr;
}

.pcm-menu-overlay-top {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.pcm-menu-identity {
  font-size: 13px;
  font-weight: 400;
}

.pcm-menu-close-mark {
  position: relative;
  width: 20px;
  height: 20px;
}

.pcm-menu-close-mark::before,
.pcm-menu-close-mark::after {
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 1px;
  background: currentColor;
  content: "";
}

.pcm-menu-close-mark::before { transform: rotate(45deg); }
.pcm-menu-close-mark::after { transform: rotate(-45deg); }

.pcm-menu-layout {
  padding: 76px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 110px;
}

.pcm-menu-links {
  display: grid;
  align-content: center;
}

.pcm-menu-links a {
  width: fit-content;
  font: 300 66px/1.16 "Fraunces", Georgia, serif;
}

.pcm-menu-links a:hover,
.pcm-menu-links a[aria-current="page"] {
  color: var(--pcm-ember);
}

.pcm-menu-meta {
  align-self: end;
  color: var(--pcm-muted);
  font-size: 14px;
}

.pcm-menu-meta > p {
  margin-bottom: 28px;
}

.pcm-menu-meta .pcm-label {
  color: var(--pcm-ink);
}

.pcm-menu-contact-link,
.pcm-contact-action,
.pcm-editorial-link {
  width: fit-content;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-weight: 400;
  text-transform: uppercase;
}

.pcm-menu-contact-link:hover,
.pcm-contact-action:hover,
.pcm-editorial-link:hover {
  color: var(--pcm-ember);
}

.pcm-image-hero {
  position: relative;
  min-height: 660px;
  height: 84svh;
  max-height: 900px;
  display: grid;
  align-items: end;
  color: #fbf5eb;
  background: var(--pcm-night);
}

.pcm-intro-image,
.pcm-intro-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
}

.pcm-intro-image {
  object-position: 57% 54%;
  filter: saturate(.9) contrast(1.08) sepia(.06);
}

.pcm-intro-shade {
  background: rgba(10, 7, 4, .55);
}

.pcm-intro-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 72px;
}

.pcm-intro h1 {
  max-width: 980px;
  font-size: 88px;
  line-height: .92;
  text-transform: uppercase;
}

.pcm-intro-copy {
  max-width: 520px;
  margin-top: 42px !important;
  font-size: 18px;
}

.pcm-section {
  padding: 142px 0;
}

.pcm-chef {
  padding-top: 86px;
  background: var(--pcm-paper);
}

.pcm-chef-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: center;
  gap: 72px;
}

.pcm-chef-image {
  min-height: 660px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.pcm-chef-image img {
  width: min(100%, 650px);
  height: 710px;
  object-position: center top;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.pcm-chef-copy h2,
.pcm-statement h2,
.pcm-services h2,
.pcm-contact h2,
.pcm-menu-contact h2 {
  font-size: 62px;
  line-height: .98;
  text-transform: uppercase;
}

.pcm-chef-copy h2 {
  margin-bottom: 46px;
}

.pcm-chef-copy p {
  max-width: 500px;
  margin-bottom: 22px;
  color: var(--pcm-muted);
  font-size: 18px;
}

.pcm-chef-copy .pcm-label {
  color: var(--pcm-ink);
}

.pcm-signature {
  color: #f4ede2;
  background: var(--pcm-night);
}

.pcm-statement {
  max-width: 980px;
}

.pcm-statement h2 {
  max-width: 820px;
  margin-bottom: 42px;
}

.pcm-statement > p:last-child {
  max-width: 650px;
  margin-left: auto;
  color: #c8bdb0;
  font-size: 19px;
}

.pcm-services-head {
  max-width: 800px;
  margin-bottom: 88px;
}

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

.pcm-service h3 {
  margin-bottom: 22px;
  font-size: 33px;
  line-height: 1.05;
}

.pcm-service p {
  max-width: 300px;
  color: var(--pcm-muted);
}

.pcm-editorial-link {
  margin-top: 86px;
  font-size: 13px;
}

.pcm-closing,
.pcm-menu-contact {
  color: var(--pcm-paper);
  background: var(--pcm-night);
}

.pcm-closing {
  min-height: 92svh;
  display: flex;
}

.pcm-closing-inner {
  padding-top: 142px;
  padding-bottom: 48px;
  display: grid;
  align-content: space-between;
}

.pcm-closing blockquote {
  max-width: 1010px;
  margin-bottom: 28px;
  font-size: 60px;
  line-height: 1.02;
}

.pcm-quote-source {
  color: #aaa096;
  font-size: 13px;
}

.pcm-contact {
  margin-top: 148px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
}

.pcm-contact h2 {
  max-width: 700px;
}

.pcm-footer {
  margin-top: 124px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  color: #aaa096;
  font-size: 11px;
}

.pcm-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.pcm-footer a:hover {
  color: #f6eee3;
}

.pcm-menu-introduction {
  padding: 112px 0 96px;
}

.pcm-menu-introduction-grid,
.pcm-course-grid {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  gap: 100px;
}

.pcm-menu-introduction-grid > p:last-child {
  max-width: 710px;
  font: 300 34px/1.22 "Fraunces", Georgia, serif;
}

.pcm-menu-course {
  padding: 108px 0 0;
}

.pcm-menu-course-amuse {
  padding-top: 80px;
}

.pcm-course-heading {
  max-width: 360px;
}

.pcm-course-number {
  margin-bottom: 24px !important;
  color: var(--pcm-ember);
  font-size: 12px;
  font-weight: 500;
}

.pcm-course-heading h2 {
  margin-bottom: 28px;
  font-size: 47px;
  line-height: 1;
}

.pcm-course-heading > p:last-child {
  color: var(--pcm-muted);
}

.pcm-dish-list {
  padding: 0;
  list-style: none;
  counter-reset: dish;
  border-top: 1px solid rgba(21, 18, 15, .22);
}

.pcm-dish-list li {
  min-height: 104px;
  padding: 27px 0 27px 54px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(21, 18, 15, .22);
  font: 300 27px/1.18 "Fraunces", Georgia, serif;
  counter-increment: dish;
}

.pcm-dish-list li::before {
  width: 54px;
  margin-left: -54px;
  color: var(--pcm-muted);
  font: 400 10px/1 "Inter", Arial, sans-serif;
  content: counter(dish, decimal-leading-zero);
}

.pcm-menu-feature {
  width: min(calc(100% - 64px), 1240px);
  margin: 96px auto 0;
}

.pcm-menu-feature img {
  height: min(72svh, 780px);
  min-height: 560px;
  object-position: center 47%;
  filter: saturate(.84) contrast(1.08) sepia(.07);
}

.pcm-menu-gallery {
  margin-top: 96px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}

.pcm-menu-gallery img {
  height: 560px;
  filter: saturate(.84) contrast(1.08) sepia(.07);
}

.pcm-menu-gallery figure:nth-child(1) img { object-position: center; }
.pcm-menu-gallery figure:nth-child(2) img { object-position: center 42%; }
.pcm-menu-gallery figure:nth-child(3) img { object-position: center; }

.pcm-menu-feature figcaption,
.pcm-menu-gallery figcaption {
  padding-top: 14px;
  color: var(--pcm-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.pcm-menu-gallery figcaption {
  padding-right: 20px;
  padding-left: 20px;
}

.pcm-menu-contact {
  margin-top: 132px;
  padding: 138px 0 48px;
}

.pcm-menu-contact-inner {
  max-width: 900px;
}

.pcm-menu-contact h2 {
  margin-bottom: 38px;
}

.pcm-menu-contact-inner > p:not(.pcm-label) {
  max-width: 590px;
  margin-bottom: 50px;
  color: #c8bdb0;
  font-size: 18px;
}

.pcm-reveal {
  opacity: 1;
}

.pcm-js .pcm-reveal {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.pcm-js .pcm-reveal.pcm-visible {
  opacity: 1;
}

/* GTranslate remains the translation engine; its visual layer is reduced to FR / EN. */
.gtranslate_wrapper .gt_switcher {
  width: auto !important;
  overflow: visible !important;
  line-height: 1 !important;
}

.gtranslate_wrapper .gt_selected {
  display: none !important;
}

.gtranslate_wrapper .gt_option {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-height: none !important;
  display: flex !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

.gtranslate_wrapper .gt_option a {
  display: none !important;
}

.gtranslate_wrapper .gt_option a[data-gt-lang="fr"],
.gtranslate_wrapper .gt_option a[data-gt-lang="en"] {
  width: auto !important;
  display: inline-flex !important;
  align-items: center;
  padding: 0 !important;
  color: currentColor !important;
  background: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.gtranslate_wrapper .gt_option a[data-gt-lang="fr"]::after,
.gtranslate_wrapper .gt_option a[data-gt-lang="en"]::after {
  font: 400 11px/1 "Inter", Arial, sans-serif;
}

.gtranslate_wrapper .gt_option a[data-gt-lang="fr"]::after { content: "FR"; }
.gtranslate_wrapper .gt_option a[data-gt-lang="en"]::after { content: "EN"; }

.gtranslate_wrapper .gt_option a[data-gt-lang="fr"] { order: 1; }
.gtranslate_wrapper .gt_option a[data-gt-lang="en"] { order: 2; }

.gtranslate_wrapper .gt_option a[data-gt-lang="en"]::before {
  margin: 0 8px;
  font: 300 11px/1 "Inter", Arial, sans-serif;
  content: "/";
}

.gtranslate_wrapper img {
  display: none !important;
}

.pcm-header-actions .gtranslate_wrapper {
  color: inherit;
}

.elementor-social-icons-wrapper,
.elementor-widget-social-icons {
  display: none !important;
}

body.pcm-static-offer-body #pcm-static-offer {
  --paper: var(--pcm-paper);
  --ink: var(--pcm-ink);
  --muted: var(--pcm-muted);
  background: var(--pcm-paper) !important;
  color: var(--pcm-ink) !important;
}

body.pcm-static-offer-body #pcm-static-offer .pcm-offer-hero img,
body.pcm-static-offer-body #pcm-static-offer .pcm-offer-gallery img {
  filter: saturate(.84) contrast(1.06) sepia(.07);
}

body.pcm-static-offer-body #pcm-static-offer.pcm-js .pcm-reveal {
  transform: none !important;
  transition: opacity 1.2s ease !important;
}

body.pcm-static-offer-body #pcm-static-offer .pcm-offer-header-inner .gtranslate_wrapper {
  margin-left: auto;
  color: inherit;
}

.pcm-language-floating {
  position: fixed;
  top: 20px;
  right: 24px;
  z-index: 99990;
  padding: 12px 14px;
  color: var(--pcm-ink);
  background: rgba(243, 239, 231, .94);
  font-family: "Inter", Arial, sans-serif;
}

#pcm-global-footer-links {
  min-height: 76px;
  padding: 26px max(32px, calc((100vw - 1240px) / 2));
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  color: var(--pcm-muted);
  background: var(--pcm-paper);
  font: 400 11px/1.4 "Inter", Arial, sans-serif;
  text-transform: uppercase;
}

#pcm-global-footer-links a {
  color: inherit;
  text-decoration: none;
}

#pcm-global-footer-links a:hover {
  color: var(--pcm-ember);
}

body.pcm-static-offer-body #pcm-global-footer-links {
  min-height: auto;
  padding: 0;
  color: inherit;
  background: transparent;
}

body.pcm-static-offer-body #pcm-global-footer-links a:hover {
  color: var(--pcm-paper);
}

@media (prefers-reduced-motion: reduce) {
  .pcm-js .pcm-reveal {
    opacity: 1;
    transition: none;
  }
}

@media (max-width: 980px) {
  .pcm-luxury-root .pcm-shell {
    width: min(calc(100% - 44px), 1240px);
  }

  .pcm-menu-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 56px;
  }

  .pcm-menu-links a { font-size: 54px; }
  .pcm-intro h1 { font-size: 68px; }
  .pcm-chef-grid { gap: 42px; }
  .pcm-chef-image { min-height: 590px; }
  .pcm-chef-image img { height: 620px; }
  .pcm-chef-copy h2,
  .pcm-statement h2,
  .pcm-services h2,
  .pcm-contact h2,
  .pcm-menu-contact h2 { font-size: 50px; }
  .pcm-service-list { gap: 34px; }
  .pcm-closing blockquote { font-size: 50px; }
  .pcm-contact { align-items: flex-start; flex-direction: column; }
  .pcm-menu-introduction-grid,
  .pcm-course-grid { gap: 56px; }
  .pcm-menu-gallery img { height: 470px; }
}

@media (max-width: 680px) {
  .pcm-luxury-root .pcm-shell,
  .pcm-menu-feature {
    width: min(calc(100% - 32px), 1240px);
  }

  .pcm-header-inner,
  .pcm-menu-overlay-top { min-height: 78px; }
  .pcm-brand { width: 158px; }
  .pcm-header-actions { min-width: 106px; gap: 16px; }
  .pcm-menu-toggle-label { display: none; }
  .pcm-menu-layout {
    padding: 68px 0 42px;
    grid-template-columns: 1fr;
    align-content: space-between;
    align-items: initial;
    gap: 64px;
  }
  .pcm-menu-links a { font-size: 40px; line-height: 1.22; }
  .pcm-menu-meta { max-width: 280px; }
  .pcm-image-hero {
    min-height: 590px;
    height: 80svh;
  }
  .pcm-intro-image { object-position: 65% 52%; }
  .pcm-intro-shade { background: rgba(10, 7, 4, .58); }
  .pcm-intro-inner { padding-bottom: 46px; }
  .pcm-intro h1 { font-size: 43px; line-height: .96; }
  .pcm-intro-copy { max-width: 330px; margin-top: 30px !important; font-size: 16px; }
  .pcm-luxury-root .pcm-label { margin-bottom: 24px; padding-left: 44px; }
  .pcm-luxury-root .pcm-label::before { width: 28px; }
  .pcm-section { padding: 96px 0; }
  .pcm-chef { padding-top: 42px; }
  .pcm-chef-grid { grid-template-columns: 1fr; gap: 42px; }
  .pcm-chef-image { min-height: 480px; }
  .pcm-chef-image img { width: 100%; height: 530px; }
  .pcm-chef-copy h2,
  .pcm-statement h2,
  .pcm-services h2,
  .pcm-contact h2,
  .pcm-menu-contact h2 { font-size: 38px; }
  .pcm-chef-copy h2 { margin-bottom: 34px; }
  .pcm-chef-copy p,
  .pcm-statement > p:last-child { font-size: 16px; }
  .pcm-services-head { margin-bottom: 58px; }
  .pcm-service-list { grid-template-columns: 1fr; gap: 48px; }
  .pcm-service h3 { font-size: 29px; }
  .pcm-editorial-link { margin-top: 62px; }
  .pcm-closing { min-height: 100svh; }
  .pcm-closing-inner { padding-top: 96px; padding-bottom: 36px; }
  .pcm-closing blockquote { font-size: 37px; }
  .pcm-contact { margin-top: 106px; }
  .pcm-footer { margin-top: 96px; align-items: flex-start; flex-direction: column; }
  .pcm-footer-links { justify-content: flex-start; gap: 16px 20px; }
  .pcm-menu-introduction { padding: 82px 0 56px; }
  .pcm-menu-introduction-grid,
  .pcm-course-grid { grid-template-columns: 1fr; gap: 36px; }
  .pcm-menu-introduction-grid > p:last-child { font-size: 28px; }
  .pcm-menu-course { padding-top: 86px; }
  .pcm-course-heading h2 { font-size: 38px; }
  .pcm-dish-list li { min-height: 90px; padding: 24px 0 24px 42px; font-size: 23px; }
  .pcm-dish-list li::before { width: 42px; margin-left: -42px; }
  .pcm-menu-feature { margin-top: 64px; }
  .pcm-menu-feature img { height: 62svh; min-height: 460px; }
  .pcm-menu-gallery { margin-top: 64px; grid-template-columns: 1fr; gap: 42px; }
  .pcm-menu-gallery img { height: 68svh; min-height: 430px; }
  .pcm-menu-gallery figcaption { padding-left: 16px; }
  .pcm-menu-contact { margin-top: 96px; padding: 96px 0 36px; }
  #pcm-global-footer-links { padding: 24px 16px; justify-content: flex-start; }
}

#cookie-notice {
  background: var(--pcm-night) !important;
  box-shadow: none !important;
}

#cookie-notice .cn-text-container {
  color: var(--pcm-paper) !important;
  font: 300 12px/1.5 "Inter", Arial, sans-serif !important;
}

#cookie-notice .cn-button {
  padding: 0 0 2px !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--pcm-paper) !important;
  background: transparent !important;
}
