/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      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;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-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"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .italic {
    font-style: italic;
  }
}
:root {
  --green: #123a2d;
  --deep: #0b251d;
  --gold: #c8a45f;
  --cream: #f4efe4;
  --ink: #1c2924;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans), sans-serif;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1180px, 100% - 48px);
  margin-inline: auto;
}
.section {
  padding: 120px 0;
}
.hero {
  color: #fff;
  background:
    linear-gradient(90deg, #051913f0 0%, #071f18c2 42%, #0714102e 75%),
    url(assets/hero-food.png) 50% / cover;
  flex-direction: column;
  min-height: 100svh;
  display: flex;
  position: relative;
}
.hero:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#00000040, #0000 30%, #05140f8c);
  position: absolute;
  inset: 0;
}
.nav {
  z-index: 2;
  border-bottom: 1px solid #ffffff2e;
  justify-content: space-between;
  align-items: center;
  height: 104px;
  display: flex;
  position: relative;
}
.brand {
  align-items: center;
  gap: 13px;
  display: flex;
}
.brand-mark {
  border: 1px solid var(--gold);
  width: 44px;
  height: 44px;
  font: 600 16px var(--font-serif);
  color: var(--gold);
  border-radius: 50%;
  place-items: center;
  display: grid;
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font: 600 22px var(--font-serif);
  letter-spacing: 0.02em;
}
.brand small {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #d7c9aa;
  margin-top: 2px;
  font-size: 8px;
}
.nav-links {
  letter-spacing: 0.08em;
  gap: 38px;
  font-size: 12px;
  display: flex;
}
.nav-links a:hover {
  color: var(--gold);
}
.nav-cta {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid #ffffff8c;
  padding: 13px 23px;
  font-size: 11px;
}
.hero-content {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 80px 0 60px;
  display: flex;
  position: relative;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #e5d7b8;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}
.eyebrow span {
  background: var(--gold);
  width: 36px;
  height: 1px;
}
.eyebrow.dark {
  color: #877b68;
}
h1,
h2 {
  font-family: var(--font-serif);
  letter-spacing: -0.035em;
  margin: 0;
  font-weight: 500;
  line-height: 0.9;
}
h1 {
  max-width: 850px;
  font-size: clamp(65px, 8.5vw, 116px);
}
h1 em,
h2 em {
  color: var(--gold);
  font-weight: 400;
}
.hero-copy {
  color: #dbded9;
  max-width: 590px;
  margin: 34px 0;
  font-size: 15px;
  line-height: 1.9;
}
.hero-actions {
  align-items: center;
  gap: 34px;
  display: flex;
}
.button {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  align-items: center;
  gap: 34px;
  padding: 18px 24px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}
.button span {
  font-size: 16px;
}
.button-gold {
  background: var(--gold);
  color: #14251f;
}
.button-gold:hover {
  background: #dfbf7a;
}
.text-link {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  border-bottom: 1px solid #ffffff59;
  padding: 12px 0;
  font-size: 11px;
}
.text-link span {
  color: var(--gold);
  margin-left: 20px;
}
.hero-bottom {
  z-index: 2;
  border-top: 1px solid #ffffff2e;
  align-items: center;
  gap: 80px;
  min-height: 90px;
  display: flex;
  position: relative;
}
.hero-bottom div small,
.hero-bottom div strong {
  display: block;
}
.hero-bottom small {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #aebcb5;
  font-size: 8px;
}
.hero-bottom strong {
  font: 500 16px var(--font-serif);
  margin-top: 5px;
}
.scroll {
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-left: auto;
  display: grid;
}
.intro {
  grid-template-columns: 130px 1fr 280px;
  align-items: start;
  gap: 70px;
  display: grid;
}
.intro-label span {
  font: 500 44px var(--font-serif);
  color: #c8bfae;
}
.intro-label p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9px;
}
.intro-main h2,
.section-head h2,
.experience h2,
.reservation h2 {
  font-size: clamp(48px, 6vw, 78px);
}
.lead {
  max-width: 650px;
  font: 400 20px/1.8 var(--font-serif);
  color: #5d675f;
  margin: 32px 0;
}
.dark-link {
  border-color: #a6a094;
}
.quote-card {
  background: var(--green);
  color: #fff;
  margin-top: 70px;
  padding: 34px;
}
.quote-card > span {
  color: var(--gold);
  font: 72px/1 var(--font-serif);
}
.quote-card p {
  font: italic 22px/1.45 var(--font-serif);
}
.quote-card small {
  color: #aabbb4;
  letter-spacing: 0.12em;
  font-size: 9px;
}
.menu-section {
  background: var(--deep);
  color: #fff;
}
.section-head {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 55px;
  display: flex;
}
.section-head > p {
  color: #a9b7b1;
  max-width: 390px;
  font-size: 13px;
  line-height: 1.8;
}
.dish-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}
.dish-image {
  filter: saturate(0.9);
  background-size: cover;
  height: 360px;
  position: relative;
}
.dish-image:after {
  content: "";
  background: linear-gradient(#0000000d, #0006);
  position: absolute;
  inset: 0;
}
.dish-image span {
  z-index: 1;
  width: 38px;
  height: 38px;
  font: 14px var(--font-serif);
  border: 1px solid #ffffff80;
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: absolute;
  top: 18px;
  left: 18px;
}
.dish-info {
  border-bottom: 1px solid #315046;
  justify-content: space-between;
  align-items: end;
  padding: 20px 2px 30px;
  display: flex;
}
.dish-info small {
  color: #98a8a1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 8px;
}
.dish-info h3 {
  font: 500 24px var(--font-serif);
  margin: 8px 0 0;
}
.dish-info > strong {
  color: var(--gold);
  font: 500 18px var(--font-serif);
}
.center {
  text-align: center;
  margin-top: 48px;
}
.button-outline {
  border: 1px solid #456056;
}
.experience {
  background: #e9e1d3;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 680px;
  padding: 0;
  display: grid;
}
.experience-image {
  background: url(assets/food-showcase.png) 50% / cover;
  min-height: 570px;
}
.experience-copy {
  align-self: center;
  padding: 110px clamp(40px, 7vw, 110px);
}
.experience-copy > p:not(.eyebrow) {
  color: #647069;
  max-width: 520px;
  margin: 32px 0;
  line-height: 1.9;
}
.features {
  border-top: 1px solid #cfc4b2;
  gap: 36px;
  padding-top: 28px;
  display: flex;
}
.features > div {
  gap: 12px;
  display: flex;
}
.features b {
  color: var(--gold);
}
.features strong,
.features small {
  display: block;
}
.features strong {
  font: 600 17px var(--font-serif);
}
.features small {
  color: #7d847e;
  margin-top: 5px;
  font-size: 10px;
}
.testimonials .eyebrow {
  justify-content: center;
}
.testimonial-grid {
  background: #d4cbbd;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 35px;
  display: grid;
}
.testimonial-grid blockquote {
  background: var(--cream);
  margin: 0;
  padding: 55px;
}
.stars {
  color: var(--gold);
  letter-spacing: 0.35em;
  font-size: 10px;
}
.testimonial-grid blockquote > p {
  font: italic 26px/1.55 var(--font-serif);
}
.testimonial-grid footer {
  margin-top: 28px;
}
.testimonial-grid footer strong,
.testimonial-grid footer small {
  display: block;
}
.testimonial-grid footer strong {
  font: 600 15px var(--font-serif);
}
.testimonial-grid footer small {
  color: #899087;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 5px;
  font-size: 9px;
}
.reservation {
  color: #fff;
  text-align: center;
  background:
    linear-gradient(#072018e6, #072018f0),
    url(assets/hero-food.png) 50% / cover;
}
.reservation .eyebrow {
  justify-content: center;
}
.reservation p:not(.eyebrow) {
  color: #b5c1bc;
  max-width: 520px;
  margin: 28px auto;
  line-height: 1.8;
}
.centered {
  justify-content: center;
}
footer {
  color: #fff;
  background: #071b15;
  padding: 70px 0 25px;
}
.footer-grid {
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 40px;
  display: grid;
}
.footer-grid > div > small {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
}
.footer-grid p {
  color: #a8b5b0;
  font-size: 11px;
  line-height: 1.8;
}
.copyright {
  color: #74857e;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-top: 1px solid #294139;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 22px;
  font-size: 9px;
  display: flex;
}
@media (width<=850px) {
  .nav-links {
    display: none;
  }
  .section {
    padding: 80px 0;
  }
  .intro {
    grid-template-columns: 1fr;
  }
  .intro-label {
    display: none;
  }
  .quote-card {
    margin-top: 0;
  }
  .section-head {
    display: block;
  }
  .section-head > p {
    margin-top: 25px;
  }
  .dish-grid {
    grid-template-columns: 1fr;
  }
  .dish-image {
    height: 420px;
  }
  .experience {
    grid-template-columns: 1fr;
  }
  .experience-image {
    min-height: 440px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-bottom {
    gap: 30px;
  }
  .hero-bottom div:nth-child(2) {
    display: none;
  }
}
@media (width<=540px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }
  .nav {
    height: 82px;
  }
  .nav-cta {
    display: none;
  }
  .brand strong {
    font-size: 19px;
  }
  .hero-content {
    padding-top: 60px;
  }
  .hero-copy {
    font-size: 13px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .hero-bottom {
    min-height: 75px;
  }
  .intro-main h2,
  .section-head h2,
  .experience h2,
  .reservation h2 {
    font-size: 50px;
  }
  .lead {
    font-size: 18px;
  }
  .dish-image {
    height: 360px;
  }
  .experience-copy {
    padding: 75px 24px;
  }
  .features {
    flex-direction: column;
  }
  .testimonial-grid blockquote {
    padding: 38px 25px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .copyright {
    flex-direction: column;
    gap: 15px;
  }
}

:root {
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Manrope", Arial, sans-serif;
}
