:root {
  color-scheme: dark;
  --night: #202526;
  --night-2: #2d3230;
  --cream: #f3ead9;
  --coral: #e97754;
  --pale: #f2bb92;
  --muted: rgb(243 234 217 / 64%);
  --line: rgb(243 234 217 / 18%);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  --shell: 1180px;
  font-family: var(--sans);
  color: var(--cream);
  background: var(--night);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.shell {
  width: min(var(--shell), calc(100% - 4rem));
  margin-inline: auto;
}

.demo-bar {
  padding: 0.55rem 1rem;
  color: var(--night);
  background: var(--pale);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.8rem;
  padding-inline: max(2rem, calc((100vw - var(--shell)) / 2));
  background: rgb(32 37 38 / 90%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
}

.wordmark strong {
  color: var(--coral);
  font-size: 1.25rem;
  letter-spacing: -0.06em;
}

.site-header nav {
  display: flex;
  gap: 2.2rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-header nav a:hover {
  color: var(--cream);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.header-cta,
.button-coral {
  color: var(--night);
  background: var(--coral);
}

.button-cream {
  color: var(--night);
  background: var(--cream);
}

.button-dark {
  color: var(--cream);
  background: var(--night);
}

.button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: scale(0.96);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 0.8fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  min-height: calc(100svh - 6.4rem);
  padding-block: clamp(5rem, 10vw, 9rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.3rem;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dot {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--coral);
  border-radius: 50%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--sans);
  letter-spacing: -0.09em;
  line-height: 0.88;
  text-transform: uppercase;
}

h1 {
  max-width: 8ch;
  margin-bottom: 2rem;
  font-size: clamp(4.8rem, 10vw, 9.6rem);
}

h1 em,
h2 em {
  color: var(--coral);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.07em;
  text-transform: none;
}

.hero-lede {
  max-width: 31rem;
  color: var(--muted);
  font-size: 1.03rem;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.text-link {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.8rem;
  font-weight: 700;
}

.service-note {
  display: grid;
  gap: 0.35rem;
  max-width: 22rem;
  margin-top: 4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.service-note span {
  color: var(--coral);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-note strong {
  font-size: 0.84rem;
}

.service-note small {
  color: var(--muted);
  font-size: 0.7rem;
}

.hero-art {
  position: relative;
  min-height: 39rem;
  overflow: hidden;
  background: #a94d3c;
  border-radius: 1.5rem;
  isolation: isolate;
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: radial-gradient(rgb(32 37 38 / 30%) 0.8px, transparent 0.8px);
  background-size: 9px 9px;
  mix-blend-mode: multiply;
}

.sun {
  position: absolute;
  top: 12%;
  right: 4%;
  width: 52%;
  aspect-ratio: 1;
  border: 1px solid rgb(243 234 217 / 35%);
  border-radius: 50%;
}

.sun::before,
.sun::after {
  position: absolute;
  inset: 13%;
  border: 1px solid rgb(243 234 217 / 22%);
  border-radius: 50%;
  content: '';
}

.sun::after {
  inset: 26%;
  border-color: rgb(243 234 217 / 18%);
}

.plate {
  position: absolute;
  border-radius: 50%;
}

.plate-back {
  right: 5%;
  bottom: 2%;
  width: 78%;
  aspect-ratio: 1;
  background: #e7c7a8;
  box-shadow:
    inset 0 0 0 1px rgb(32 37 38 / 16%),
    0 2rem 3rem rgb(32 37 38 / 24%);
}

.plate-front {
  right: 15%;
  bottom: 12%;
  width: 58%;
  aspect-ratio: 1;
  background: var(--cream);
  box-shadow:
    inset 0 0 0 1px rgb(32 37 38 / 20%),
    0 1rem 2rem rgb(32 37 38 / 15%);
}

.plate-dish {
  position: absolute;
  top: 32%;
  left: 28%;
  width: 43%;
  height: 29%;
  background: var(--coral);
  border-radius: 52% 48% 38% 45%;
  transform: rotate(-16deg);
}

.plate-dish::after {
  position: absolute;
  right: 12%;
  bottom: 16%;
  width: 33%;
  height: 22%;
  background: var(--night-2);
  border-radius: 50%;
  content: '';
}

.plate-leaf {
  position: absolute;
  width: 17%;
  height: 29%;
  background: #6a8059;
  border-radius: 100% 0;
  transform: rotate(30deg);
}

.leaf-one {
  top: 25%;
  left: 25%;
}

.leaf-two {
  top: 52%;
  left: 58%;
  transform: rotate(120deg);
}

.plate-dot {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--coral);
  border-radius: 50%;
}

.dot-one {
  top: 64%;
  left: 23%;
}

.dot-two {
  top: 23%;
  right: 23%;
}

.art-caption {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: var(--cream);
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.13em;
  line-height: 0.8;
}

.art-caption span {
  display: block;
  margin-top: 1rem;
  color: rgb(243 234 217 / 70%);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.art-stamp {
  position: absolute;
  right: 1.7rem;
  bottom: 1.7rem;
  display: grid;
  width: 6rem;
  height: 6rem;
  place-items: center;
  color: var(--night);
  background: var(--cream);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 0.9;
  text-align: center;
  transform: rotate(11deg);
}

.art-stamp::before {
  content: 'MENU';
}

.art-stamp::after {
  position: absolute;
  top: 55%;
  color: var(--night);
  content: 'DU MOMENT';
  font-size: 0.42rem;
  letter-spacing: 0.08em;
}

.art-stamp small {
  font-size: 0.42rem;
  letter-spacing: 0.08em;
}

.section {
  padding-block: clamp(6rem, 12vw, 11rem);
}

.section-top {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 4rem;
}

.section-top h2,
.reservation h2,
.closing h2 {
  max-width: 8ch;
  margin: 0 0 1.3rem;
  font-size: clamp(4rem, 8vw, 8rem);
}

.section-top p:not(.eyebrow),
.reservation-copy > p:last-child {
  max-width: 29rem;
  color: var(--muted);
  font-size: 0.98rem;
  text-wrap: pretty;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.menu-card {
  position: relative;
  min-height: 20rem;
  padding: 1.4rem;
  border-right: 1px solid var(--line);
}

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

.menu-card-featured {
  color: var(--night);
  background: var(--pale);
}

.menu-number {
  display: block;
  margin-bottom: 4rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-card-featured .menu-number {
  color: var(--night);
}

.menu-card h3 {
  margin-bottom: 0.7rem;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.08em;
}

.menu-card p {
  max-width: 16rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.menu-card-featured p {
  color: rgb(32 37 38 / 72%);
}

.menu-card strong {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  font-size: 0.9rem;
}

.menu-card i {
  position: absolute;
  right: 1.4rem;
  top: 4.2rem;
  color: var(--coral);
  font-size: 1.8rem;
  font-style: normal;
}

.menu-footnote {
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.maison {
  background: var(--cream);
  color: var(--night);
}

.maison-grid {
  display: grid;
  grid-template-columns: minmax(20rem, 0.85fr) minmax(0, 0.8fr);
  gap: clamp(3rem, 10vw, 10rem);
  align-items: center;
}

.maison-visual {
  position: relative;
  min-height: 35rem;
  padding: 2rem;
  overflow: hidden;
  background: var(--coral);
  border-radius: 1rem;
}

.maison-visual::before {
  position: absolute;
  right: -20%;
  bottom: -30%;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgb(32 37 38 / 30%);
  border-radius: 50%;
  content: '';
}

.maison-visual::after {
  position: absolute;
  right: -2%;
  bottom: -14%;
  width: 65%;
  aspect-ratio: 1;
  border: 1px solid rgb(32 37 38 / 25%);
  border-radius: 50%;
  content: '';
}

.maison-visual > span {
  position: relative;
  z-index: 1;
  color: var(--night);
  font-size: 5.5rem;
  font-weight: 800;
  letter-spacing: -0.16em;
}

.maison-visual strong {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  left: 2rem;
  font-size: clamp(2.6rem, 5vw, 5rem);
  letter-spacing: -0.09em;
  line-height: 0.88;
  text-transform: uppercase;
}

.maison-visual em {
  color: var(--night);
  font-family: var(--serif);
  font-weight: 400;
  text-transform: none;
}

.maison-visual i {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 2rem;
  color: var(--night);
  font-size: 0.65rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.maison-copy h2 {
  max-width: 8ch;
  margin-bottom: 1.5rem;
  font-size: clamp(4rem, 8vw, 8rem);
}

.maison-copy h2 em {
  color: #963f2d;
}

.maison-copy > p:not(.eyebrow) {
  max-width: 29rem;
  color: rgb(32 37 38 / 68%);
  font-size: 1rem;
  text-wrap: pretty;
}

.maison-points {
  display: grid;
  gap: 0.8rem;
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(32 37 38 / 20%);
}

.maison-points span {
  display: flex;
  gap: 1rem;
  color: rgb(32 37 38 / 68%);
  font-size: 0.78rem;
}

.maison-points strong {
  color: #963f2d;
  font-size: 0.62rem;
}

.reservation {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 0.72fr);
  gap: clamp(3rem, 10vw, 9rem);
  align-items: start;
}

.reservation-copy h2 em {
  color: var(--coral);
}

.reservation-form {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1.3rem, 4vw, 2.5rem);
  background: var(--night-2);
  border: 1px solid var(--line);
  border-radius: 1rem;
}

.reservation-form label {
  display: grid;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reservation-form input,
.reservation-form select {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.75rem 0;
  color: var(--cream);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(243 234 217 / 30%);
  border-radius: 0;
  font: inherit;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
}

.reservation-form option {
  color: var(--night);
  background: var(--cream);
}

.reservation-form .button {
  margin-top: 1rem;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--pale);
  font-size: 0.8rem;
}

.closing {
  color: var(--night);
  background: var(--coral);
}

.closing-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.closing .eyebrow {
  color: var(--night);
}

.closing h2 em {
  color: var(--night);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.5rem;
  color: var(--muted);
  font-size: 0.7rem;
}

.site-footer a {
  color: var(--cream);
  font-weight: 700;
}

@media (max-width: 800px) {
  .shell {
    width: min(var(--shell), calc(100% - 2rem));
  }
  .site-header {
    padding-inline: 1rem;
  }
  .site-header nav {
    display: none;
  }
  .header-cta {
    min-height: 2.6rem;
    padding: 0.5rem 0.7rem;
    font-size: 0.68rem;
  }
  .hero,
  .maison-grid,
  .reservation {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .hero {
    padding-block: 4.5rem 5rem;
  }
  .hero-art {
    min-height: 28rem;
  }
  .section-top {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .menu-grid {
    grid-template-columns: 1fr;
  }
  .menu-card {
    min-height: 15rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .menu-card:last-child {
    border-bottom: 0;
  }
  .menu-number {
    margin-bottom: 2.5rem;
  }
  .maison-visual {
    min-height: 25rem;
  }
  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .demo-bar {
    font-size: 0.57rem;
  }
  .header-cta {
    max-width: 9.5rem;
    text-align: right;
  }
  .hero h1 {
    font-size: clamp(4rem, 19vw, 6rem);
  }
  .hero-lede {
    font-size: 0.95rem;
  }
  .hero-art {
    min-height: 24rem;
  }
  .art-caption {
    left: 1.2rem;
    top: 1.2rem;
    font-size: 3.4rem;
  }
  .plate-back {
    right: -5%;
    width: 90%;
  }
  .plate-front {
    right: 7%;
    width: 68%;
  }
  .section-top h2,
  .reservation h2,
  .closing h2,
  .maison-copy h2 {
    font-size: clamp(3.7rem, 17vw, 5.4rem);
  }
  .reservation-form {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .button:hover {
    transform: none;
  }
}
