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

:root {
  --ink: #1f402e;
  --ink-deep: #1f402e;
  --cream: #f4efe4;
  --cream-light: #fbf8f0;
  --gold: #d8b968;
  --gold-bright: #e8cb7a;
  --gold-deep: #a47c32;
  --muted: #657276;
  --line: rgba(31, 64, 46, .14);
  --shell: min(1180px, calc(100% - 48px));
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-light);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 116px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 18px;
  background: var(--gold); color: var(--ink); border-radius: 4px; font-weight: 700;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; height: 82px;
  color: #fff; background: rgba(31, 64, 46, .96);
  box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(12px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 190px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; }
.primary-nav > a:not(.button) { position: relative; padding: 10px 0; }
.primary-nav > a:not(.button)::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px;
  background: var(--gold); transition: right .2s ease;
}
.primary-nav > a:not(.button):hover::after { right: 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 56px; padding: 0 24px; border-radius: 3px; font-size: 14px; font-weight: 700;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink-deep); background: var(--gold); box-shadow: 0 10px 22px rgba(10, 20, 20, .14); }
.button-gold:hover { background: var(--gold-bright); box-shadow: 0 14px 28px rgba(10, 20, 20, .2); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--ink-deep); }
.button-small { min-height: 44px; padding-inline: 18px; }

.hero {
  position: relative; min-height: 760px; overflow: hidden; color: #fff;
  background: var(--ink);
}
.hero::before {
  content: ''; position: absolute; left: -12vw; bottom: -38vw; width: 60vw; height: 60vw;
  border: 1px solid rgba(255,255,255,.06); border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012);
}
.hero-grid {
  position: relative; z-index: 1; min-height: 760px; padding: 145px 0 76px;
  display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 68px;
}
.eyebrow {
  display: flex; align-items: center; gap: 11px; margin: 0 0 22px;
  color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow span { display: block; width: 26px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--gold-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); }
h1 {
  max-width: 620px; margin-bottom: 24px; font-size: clamp(58px, 6.2vw, 92px);
  line-height: .92; letter-spacing: -.055em; font-weight: 600;
}
h1 em, h2 em { color: var(--gold); font-weight: 600; }
.hero-intro { max-width: 530px; margin-bottom: 32px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { padding: 12px 2px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 14px; font-weight: 700; }
.text-link span { margin-left: 12px; color: var(--gold); }
.service-list {
  display: flex; flex-wrap: wrap; gap: 19px; margin: 54px 0 0; padding: 0; list-style: none;
  color: rgba(255,255,255,.62); font-size: 11px; font-weight: 600; letter-spacing: .03em;
}
.service-list li { display: flex; align-items: center; gap: 7px; }
.service-list svg { width: 17px; fill: none; stroke: var(--gold); stroke-width: 1.6; }
.hero-visual { position: relative; min-width: 0; padding: 24px 0 38px; }
.image-frame {
  position: relative; height: 480px; overflow: hidden; border-radius: 50% 50% 4px 4px / 42% 42% 4px 4px;
  background: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.3);
}
.image-frame::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(31,64,46,.5) 0, transparent 34%, transparent 80%, rgba(0,0,0,.12));
}
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.dripping-stamp {
  position: absolute; right: -32px; top: -8px; z-index: 2; display: flex; flex-direction: column;
  align-items: center; justify-content: center; width: 150px; height: 150px; border: 2px solid var(--ink);
  border-radius: 50%; color: var(--ink); background: rgba(244,239,228,.96); text-align: center;
  text-transform: uppercase; transform: rotate(7deg); box-shadow: 0 12px 30px rgba(0,0,0,.2);
}
.dripping-stamp::before {
  content: ''; position: absolute; inset: 7px; border: 1px dashed currentColor;
  border-radius: 50%; opacity: .62;
}
.dripping-stamp span { font-size: 9px; font-weight: 700; letter-spacing: .19em; }
.dripping-stamp strong { margin: 4px 0 2px; font-family: var(--serif); font-size: 17px; letter-spacing: .03em; }
.dripping-stamp b { font-size: 15px; line-height: 1.02; letter-spacing: .08em; }
.image-note {
  position: absolute; right: 26px; bottom: 0; margin: 0; font-size: 10px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.54);
}
.image-note span { margin-right: 8px; color: var(--gold); }

.marquee { overflow: hidden; color: var(--ink); background: var(--gold); transform: rotate(-1.1deg) scale(1.02); }
.marquee-track {
  display: flex; align-items: center; width: max-content; padding: 18px 0;
  animation: marquee 28s linear infinite;
}
.marquee span { font-family: var(--serif); font-size: 19px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.marquee i { margin: 0 30px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.favourites { background: var(--cream-light); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .visit-intro h2 {
  margin: 0; font-size: clamp(44px, 5vw, 68px); line-height: .98; letter-spacing: -.045em;
}
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.dish-card {
  position: relative; min-height: 390px; padding: 30px; display: flex; flex-direction: column;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.3);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.dish-card:hover { z-index: 1; transform: translateY(-7px); background: #fff; box-shadow: 0 22px 50px rgba(31,64,46,.11); }
.dish-card.featured { background: var(--cream); }
.dish-number { color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.dish-icon { display: grid; place-items: center; height: 132px; color: var(--ink); }
.dish-icon svg { width: 102px; height: 102px; fill: none; stroke: currentColor; stroke-width: 2; }
.dish-icon.pie svg { width: 94px; }
.dish-card h3 { margin-bottom: 10px; font-size: 27px; letter-spacing: -.025em; }
.dish-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.dish-card > a { margin-top: auto; padding-top: 24px; font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--line); }
.dish-card > a span { float: right; color: var(--gold-deep); }
.popular-tag {
  position: absolute; right: 20px; top: 24px; padding: 6px 9px; color: #fff; background: var(--gold-deep);
  font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; transform: rotate(2deg);
}
.menu-cta { margin-top: 30px; display: flex; justify-content: flex-end; align-items: center; gap: 28px; }
.menu-cta p { margin: 0; color: var(--muted); font-family: var(--serif); font-style: italic; }

.about { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.about::after {
  content: ''; position: absolute; width: 380px; height: 380px; right: -190px; top: -190px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025);
}
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.about-art { position: relative; min-height: 430px; }
.art-circle { position: absolute; inset: 5% 8%; border-radius: 50%; background: var(--gold); }
.paper-card { position: absolute; z-index: 2; background: var(--cream-light); color: var(--ink); box-shadow: 0 25px 50px rgba(70,18,8,.22); }
.card-one {
  left: 8%; top: 3%; width: 245px; height: 155px; padding: 35px 28px; display: flex; flex-direction: column;
  font-family: var(--serif); font-size: 25px; transform: rotate(-7deg);
}
.card-one strong { font-size: 34px; }
.card-two { right: 5%; bottom: 6%; width: 260px; height: 190px; display: grid; place-items: center; transform: rotate(6deg); }
.card-two svg { width: 170px; fill: none; stroke: var(--ink); stroke-width: 2.2; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy h2 em { color: var(--gold); }
.about-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.75; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.24); }
.about-points div { display: flex; gap: 16px; padding-top: 24px; }
.about-points strong { color: var(--gold); font-size: 11px; letter-spacing: .1em; }
.about-points span { font-family: var(--serif); font-size: 17px; line-height: 1.35; }

.visit { background: var(--cream); }
.visit-card {
  position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px;
  min-height: 430px; padding: 66px 72px; color: var(--ink); background: var(--cream-light); border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(31,64,46,.08);
}
.visit-card::before {
  content: ''; position: absolute; left: -90px; bottom: -140px; width: 300px; height: 300px;
  border: 1px solid rgba(31,64,46,.08); border-radius: 50%; box-shadow: 0 0 0 45px rgba(31,64,46,.025);
}
.visit-intro { position: relative; z-index: 1; }
.visit-intro h2 { margin-bottom: 38px; }
.visit-intro h2 em { color: var(--gold-deep); }
.visit-details { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-content: center; }
.detail-block { padding-left: 26px; border-left: 1px solid var(--line); }
.detail-label { display: block; margin-bottom: 22px; color: var(--gold-deep); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.detail-block address { margin-bottom: 24px; font-family: var(--serif); font-size: 20px; font-style: normal; line-height: 1.55; }
.detail-block > a { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); }
.hours dl, .hours dd { margin: 0; }
.hours dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.hours dt { color: var(--muted); }
.hours dd { font-weight: 700; }
.hours small { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; }
.map-mark { position: absolute; right: -18px; bottom: -24px; opacity: .06; }
.map-mark svg { width: 180px; fill: none; stroke: var(--ink); stroke-width: 2; }

.site-footer { color: rgba(255,255,255,.7); background: var(--ink-deep); }
.footer-top { min-height: 220px; display: grid; grid-template-columns: 1.15fr 1fr .7fr; align-items: center; gap: 70px; }
.brand-footer { color: #fff; }
.brand-footer .brand-logo { width: 245px; }
.footer-top > p { margin: 0; font-family: var(--serif); font-size: 21px; line-height: 1.5; }
.footer-links { display: grid; gap: 12px; justify-content: end; font-size: 13px; font-weight: 600; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--gold); }
.footer-bottom {
  min-height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .04em;
}
.footer-bottom p { margin: 0; }
.powered-by { display: inline-flex; align-items: baseline; gap: 5px; justify-self: center; }
.powered-by strong { color: var(--gold); font-size: 11px; letter-spacing: .02em; }
.powered-by:hover strong { color: var(--gold-bright); }
.footer-bottom div { display: flex; gap: 24px; justify-self: end; }

.reveal { opacity: 1; transform: none; }

@supports (animation-timeline: view()) {
  .reveal {
    animation: css-reveal both linear;
    animation-timeline: view();
    animation-range: entry 0% cover 24%;
  }

  @keyframes css-reveal {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .section { padding: 88px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 150px; }
  .hero-copy { max-width: 670px; }
  .hero-visual { width: 100%; }
  .image-frame { height: 430px; }
  .service-list { margin-top: 36px; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-card { min-height: 300px; display: grid; grid-template-columns: 40px 140px 1fr; grid-template-rows: 1fr auto; align-items: center; column-gap: 20px; }
  .dish-icon { grid-column: 2; grid-row: 1 / 3; }
  .dish-card > div:nth-of-type(3) { grid-column: 3; }
  .dish-card > a { grid-column: 3; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-art { width: min(570px, 100%); margin: auto; }
  .about-copy { max-width: 620px; }
  .visit-card { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { height: 118px; }
  .nav-wrap { height: 72px; align-items: center; }
  .brand-logo { width: 145px; }
  .primary-nav {
    position: absolute; left: 15px; right: 15px; top: 72px; height: 46px;
    display: flex; justify-content: space-between; gap: 8px; overflow-x: auto;
    border-top: 1px solid rgba(255,255,255,.12); font-size: 11px;
    scrollbar-width: none;
  }
  .primary-nav::-webkit-scrollbar { display: none; }
  .primary-nav > a:not(.button) { flex: 0 0 auto; padding: 14px 2px 10px; }
  .primary-nav .button { flex: 0 0 auto; min-height: 34px; margin-top: 6px; padding: 0 12px; font-size: 10px; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding: 158px 0 64px; }
  h1 { font-size: clamp(49px, 15vw, 68px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .service-list { gap: 14px 18px; }
  .hero-visual { padding-bottom: 26px; }
  .image-frame { height: 330px; border-radius: 160px 160px 3px 3px; }
  .dripping-stamp { width: 116px; height: 116px; right: -6px; top: 3px; }
  .dripping-stamp span { font-size: 7px; }
  .dripping-stamp strong { margin: 3px 0 1px; font-size: 13px; }
  .dripping-stamp b { font-size: 11px; }
  .image-note { display: none; }
  .marquee-track { padding: 14px 0; }
  .marquee span { font-size: 15px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .dish-card { min-height: 360px; padding: 26px; display: flex; align-items: stretch; }
  .dish-icon { height: 105px; }
  .dish-icon svg { width: 90px; height: 90px; }
  .menu-cta { align-items: stretch; flex-direction: column; }
  .menu-cta p { text-align: center; }
  .about-art { min-height: 330px; }
  .card-one { left: 1%; width: 210px; height: 135px; padding: 28px 24px; font-size: 21px; }
  .card-one strong { font-size: 29px; }
  .card-two { right: 1%; width: 220px; height: 160px; }
  .card-two svg { width: 140px; }
  .about-points { grid-template-columns: 1fr; }
  .visit-card { padding: 40px 26px; }
  .visit-details { grid-template-columns: 1fr; gap: 36px; }
  .footer-top { padding: 56px 0; grid-template-columns: 1fr; gap: 34px; }
  .footer-links { justify-content: start; }
  .footer-bottom { min-height: 96px; grid-template-columns: 1fr auto; }
  .powered-by { grid-column: 1 / -1; grid-row: 2; padding-bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
