:root {
  --ink: #122018;
  --green: #173f2a;
  --pea: #91b865;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --line: rgba(18, 32, 24, 0.15);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
.topbar {
  height: 94px;
  padding: 0 clamp(24px, 5vw, 72px);
  display: flex;
  align-items: center;
  gap: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-right: auto;
}
.brand img {
  display: block;
  width: 50px;
  height: 55px;
  object-fit: cover;
}
.brand small {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.25em;
}
.topbar nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
}
.topbar nav a {
  opacity: 0.85;
  transition: 0.2s;
}
.topbar nav a:hover {
  opacity: 1;
}
.reserve {
  border-bottom: 1px solid currentColor;
  padding: 7px 0;
  font-size: 14px;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  color: inherit;
  width: 34px;
  height: 34px;
}
.menu-button span {
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
  margin: 6px auto;
}
.hero {
  min-height: 100svh;
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 150px clamp(24px, 7vw, 110px) 11vh;
  overflow: hidden;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background-image: url("petit-pois-patio.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(5, 18, 11, 0.76) 0%,
      rgba(5, 18, 11, 0.34) 52%,
      rgba(5, 18, 11, 0.12) 100%
    ),
    linear-gradient(0deg, rgba(5, 18, 11, 0.45), transparent 45%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
}
.eyebrow.green {
  color: #4b754e;
}
.hero h1,
.section h2,
.patio h2,
.final-cta h2 {
  font: 400 clamp(55px, 8.4vw, 122px) / 0.89 var(--serif);
  letter-spacing: -0.035em;
  margin-bottom: 30px;
}
.hero h1 em {
  font-style: italic;
  color: #d9e8c5;
}
.intro {
  font-size: clamp(18px, 2vw, 24px);
  max-width: 520px;
  color: rgba(255, 255, 255, 0.86);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 42px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--ink);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: 0.25s;
}
.button:hover {
  background: var(--ink);
  color: white;
}
.button.light {
  border-color: rgba(255, 255, 255, 0.75);
}
.button.light:hover {
  background: white;
  color: var(--green);
}
.text-link {
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
}
.text-link span {
  margin-left: 8px;
}
.light-link {
  color: white;
}
.scroll-cue {
  position: absolute;
  right: clamp(24px, 5vw, 72px);
  bottom: 38px;
  z-index: 1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}
.scroll-cue span {
  margin-top: 12px;
}
.section {
  padding: clamp(90px, 13vw, 190px) clamp(24px, 8vw, 130px);
  position: relative;
}
.section-number {
  position: absolute;
  top: 52px;
  left: clamp(24px, 4vw, 68px);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #76827a;
}
.story {
  display: grid;
  grid-template-columns: 1.7fr 0.8fr;
  gap: 12vw;
  background: var(--cream);
}
.story h2 {
  font-size: clamp(48px, 7vw, 94px);
}
.story-copy > p:not(.eyebrow) {
  font-size: clamp(18px, 2vw, 23px);
  max-width: 660px;
}
.story-note {
  border-left: 1px solid var(--line);
  padding-left: 38px;
  align-self: end;
  color: #45604d;
}
.story-note > p:first-child {
  margin-bottom: 18px;
  font: 400 clamp(24px, 2.4vw, 34px) / 1.25 var(--serif);
}
.fleurie-link {
  display: block;
  width: min(100%, 300px);
}
.fleurie-link img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.25s ease;
}
.fleurie-link:hover img {
  transform: translateY(-3px);
}
.fleurie-date {
  margin: 14px 0 0;
  color: #657169;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sources {
  background: var(--paper);
}
.sources .section-head h2 {
  font-size: clamp(52px, 7.5vw, 100px);
}
.source-label {
  margin: 0 0 18px;
  color: #4b754e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.source-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ink);
}
.source-grid > * {
  display: grid;
  gap: 5px;
  align-content: start;
  min-height: 132px;
  padding: 27px 30px 27px 0;
  border-bottom: 1px solid var(--line);
}
.source-grid > *:nth-child(even) {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}
.source-grid strong {
  font: 400 24px/1.2 var(--serif);
}
.source-grid span {
  color: #68736c;
  font-size: 14px;
}
.source-grid a:hover strong {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.community-partners {
  margin-top: 90px;
}
.community-note {
  max-width: 710px;
  margin: 0;
  font-size: 17px;
}
.community-note a {
  border-bottom: 1px solid currentColor;
}
.heritage-mark {
  display: grid;
  justify-items: center;
  padding: clamp(54px, 8vw, 94px) 24px clamp(66px, 9vw, 112px);
  background: var(--paper);
  text-align: center;
}
.heritage-mark::before {
  content: "";
  width: min(100%, 520px);
  height: 1px;
  margin-bottom: clamp(52px, 7vw, 76px);
  background: var(--line);
}
.heritage-mark img {
  display: block;
  width: clamp(190px, 22vw, 270px);
  height: auto;
}
.heritage-mark p {
  margin: 26px 0 4px;
  color: #45584b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.heritage-mark span {
  color: #78837b;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.menus {
  background: var(--paper);
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 60px;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(60px, 9vw, 126px);
}
.section-head > p {
  font-size: 18px;
  max-width: 480px;
  margin: 0 0 12px;
}
.menu-intro {
  max-width: 480px;
  margin: 0 0 12px;
}
.menu-intro > p:first-child {
  margin-bottom: 10px;
  font-size: 18px;
}
.menu-updated {
  margin: 0;
  color: #68736c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.menu-updated time {
  white-space: nowrap;
}
.menu-switcher {
  display: flex;
  border-bottom: 1px solid var(--line);
  margin-bottom: 50px;
  gap: 42px;
}
.menu-tab {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 16px;
  cursor: pointer;
  color: #7f8882;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.menu-tab.active {
  color: var(--ink);
  border-bottom-color: var(--green);
}
.menu-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #607066;
  margin-bottom: 54px;
}
.menu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
}
.menu-group h3 {
  font: 400 30px/1.2 var(--serif);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink);
  margin-bottom: 0;
}
.menu-group article {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
.menu-group h4 {
  font: 500 16px/1.3 var(--sans);
  margin: 0 0 4px;
}
.menu-group p {
  font-size: 14px;
  color: #68736c;
  margin: 0;
}
.menu-group b {
  font-weight: 500;
  font-size: 14px;
}
.menu-footnote {
  margin: 42px 0 0;
  color: #68736c;
  font-style: italic;
}
.patio {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 8vw;
}
.patio-image {
  position: absolute;
  inset: 0;
  background: url("trout-amandine.jpg") center/cover;
}
.patio:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 27, 17, 0.72),
    rgba(9, 27, 17, 0.08)
  );
}
.patio-card {
  position: relative;
  z-index: 1;
  color: white;
  max-width: 650px;
  padding: 60px 0;
}
.patio h2 {
  font-size: clamp(58px, 8vw, 106px);
  margin-bottom: 25px;
}
.patio-card > p:not(.eyebrow) {
  font-size: 18px;
  max-width: 620px;
  margin-bottom: 18px;
}
.patio-card > p:not(.eyebrow):last-of-type {
  margin-bottom: 35px;
}
.visit {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10vw;
}
.visit h2 {
  font-size: clamp(52px, 7.5vw, 100px);
}
.visit-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 54px);
  padding-top: 55px;
}
.visit-details h3 {
  font: 400 25px/1.2 var(--serif);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ink);
}
.visit-details p,
.visit-details a {
  display: block;
  font-size: 14px;
  margin-bottom: 21px;
}
.visit-details a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.final-cta {
  background: var(--green);
  color: white;
  padding: clamp(100px, 15vw, 210px) 24px;
  text-align: center;
}
.final-cta h2 {
  font-size: clamp(58px, 9vw, 125px);
  margin-bottom: 48px;
}
.final-cta .button {
  min-width: 210px;
}
footer {
  background: #0d2015;
  color: #dfe7df;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 70px;
  padding: 55px clamp(24px, 5vw, 72px);
}
.footer-brand {
  color: white;
}
.footer-links {
  display: flex;
  gap: 26px;
  font-size: 13px;
}
footer > p {
  font-size: 11px;
  margin: 0;
  color: #8b9b90;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.mobile-nav {
  display: none;
}
.bottle-list {
  margin-top: 56px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.bottle-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.bottle-list summary::-webkit-details-marker {
  display: none;
}
.bottle-list[open] summary span {
  transform: rotate(45deg);
}
.bottle-list summary span {
  transition: 0.2s;
  font-size: 20px;
  line-height: 1;
}
.bottle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  padding: 20px 0 45px;
}
.bottle-grid h3 {
  font: 400 30px/1.2 var(--serif);
  margin-bottom: 20px;
}
.bottle-grid p {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 20px;
  border-top: 1px solid var(--line);
  padding: 14px 0;
  margin: 0;
}
.bottle-grid strong {
  font-size: 14px;
  font-weight: 500;
}
.bottle-grid span {
  font-size: 13px;
}
.bottle-grid small {
  grid-column: 1/-1;
  color: #68736c;
  font-size: 12px;
}
@media (max-width: 800px) {
  .topbar {
    height: 78px;
    padding: 0 20px;
  }
  .topbar nav,
  .reserve-top {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .brand img {
    width: 42px;
    height: 46px;
  }
  .hero {
    padding: 130px 23px 100px;
    min-height: 92svh;
  }
  .hero h1 {
    font-size: clamp(52px, 16vw, 76px);
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 34px;
  }
  .scroll-cue {
    display: none;
  }
  .section {
    padding: 100px 23px;
  }
  .section-number {
    top: 30px;
    left: 23px;
  }
  .story,
  .section-head,
  .visit {
    grid-template-columns: 1fr;
  }
  .story {
    gap: 60px;
  }
  .story-note {
    padding-left: 23px;
  }
  .fleurie-link {
    width: min(88%, 280px);
  }
  .heritage-mark {
    padding-inline: 23px;
  }
  .source-grid {
    grid-template-columns: 1fr;
  }
  .source-grid > *,
  .source-grid > *:nth-child(even) {
    min-height: 0;
    padding: 22px 0;
    border-left: 0;
  }
  .community-partners {
    margin-top: 70px;
  }
  .section-head {
    gap: 18px;
    margin-bottom: 44px;
  }
  .section-head > p {
    font-size: 16px;
  }
  .menu-intro > p:first-child {
    font-size: 16px;
  }
  .menu-switcher {
    gap: 29px;
    overflow: auto;
  }
  .menu-columns {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .menu-meta {
    gap: 20px;
  }
  .patio {
    min-height: 700px;
    padding: 24px;
  }
  .patio-card {
    align-self: flex-end;
  }
  .visit {
    gap: 10px;
  }
  .visit-details {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 20px;
  }
  .bottle-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .bottle-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .final-cta {
    padding: 110px 23px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 35px;
    align-items: start;
  }
  .mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 9;
    background: var(--paper);
    color: var(--green);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 30px;
    gap: 18px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .mobile-nav.open {
    opacity: 1;
    visibility: visible;
  }
  .mobile-nav > a:not(.button) {
    font: 400 48px/1.1 var(--serif);
  }
  body.nav-open {
    overflow: hidden;
  }
  .topbar.nav-open {
    position: fixed;
    color: var(--green);
    border-color: var(--line);
  }
  .topbar.nav-open .menu-button span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .topbar.nav-open .menu-button span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
