:root {
  color: #13243b;
  background: #f7f2e9;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  --ink: #13243b;
  --navy: #102c47;
  --cream: #f7f2e9;
  --paper: #fffdf8;
  --sand: #dfcdb8;
  --terracotta: #b85b3e;
  --gold: #c8944c;
  --line: rgba(19, 36, 59, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.sale-strip {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 24px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
}
.sale-strip strong { color: #f4c783; text-transform: uppercase; letter-spacing: .13em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 12px clamp(22px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 242, 233, .94);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 23px;
}
.brand > span:last-child { display: grid; }
.brand strong { font-family: Georgia, serif; font-size: 25px; font-weight: 500; line-height: .9; }
.brand small { margin-top: 4px; color: #607084; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 36px; font-size: 14px; }
.site-header nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus-visible, .site-header nav a.is-active { border-bottom-color: var(--terracotta); color: var(--terracotta); }
.header-cta { justify-self: end; padding: 13px 22px; border: 1px solid var(--navy); border-radius: 999px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--navy); color: #fff; }

.hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(400px, .9fr) minmax(520px, 1.1fr);
  align-items: stretch;
  background: var(--paper);
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 8vw, 120px) clamp(28px, 6vw, 90px); }
.eyebrow { margin: 0 0 22px; color: var(--terracotta); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(52px, 6vw, 92px); line-height: .94; letter-spacing: -.045em; }
.hero-lead { max-width: 560px; margin: 30px 0 0; color: #49596b; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; width: max-content; padding: 0 25px; border: 1px solid var(--navy); border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: #fff; }
.button-primary:hover, .button-primary:focus-visible { background: var(--terracotta); border-color: var(--terracotta); }
.button-outline:hover, .button-outline:focus-visible { background: var(--navy); color: #fff; }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--terracotta); font-size: 14px; font-weight: 700; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-meta p { display: grid; gap: 5px; margin: 0; }
.hero-meta strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.hero-meta span { color: #718094; font-size: 11px; }
.hero-visual { position: relative; min-height: 700px; margin: 0; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,44,71,.1), transparent 30%), linear-gradient(0deg, rgba(16,44,71,.28), transparent 35%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 34px; bottom: 28px; color: #fff; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.marquee { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 3vw, 46px); min-height: 74px; padding: 15px 24px; overflow: hidden; background: var(--terracotta); color: #fff7ed; white-space: nowrap; font-size: 12px; letter-spacing: .13em; }
.marquee i { color: #f6c889; font-style: normal; }
.section { padding: clamp(76px, 9vw, 132px) clamp(24px, 7vw, 110px); }

.story { display: grid; grid-template-columns: minmax(380px, 1.05fr) minmax(340px, .95fr); gap: clamp(54px, 8vw, 130px); align-items: center; }
.story-image { position: relative; }
.story-image img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }
.story-image span { position: absolute; right: -22px; bottom: -22px; max-width: 190px; padding: 18px 22px; background: var(--navy); color: #fff; font-family: Georgia, serif; font-size: 17px; line-height: 1.3; }
.story h2, .section-heading h2, .visit h2 { margin: 0; font-size: clamp(44px, 5vw, 76px); line-height: .98; letter-spacing: -.04em; }
.story-copy > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 0; color: #526174; font-size: 17px; line-height: 1.75; }
.story-copy .text-link { margin-top: 30px; }

.menu-preview { background: var(--navy); color: #fff; }
.menu-preview .eyebrow { color: #f0b76d; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); gap: 60px; align-items: end; }
.section-heading > p { margin: 0 0 8px; color: #bdcad7; font-size: 16px; line-height: 1.65; }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 70px; margin-top: 60px; border-top: 1px solid rgba(255,255,255,.19); }
.menu-grid article { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; min-height: 130px; align-items: start; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.19); }
.menu-grid article > span { color: #f0b76d; font-size: 11px; }
.menu-grid h3 { margin: 0; font-size: 25px; }
.menu-grid p { margin: 8px 0 0; color: #acbac9; font-size: 13px; line-height: 1.55; }
.menu-grid strong { color: #f0b76d; font-family: Georgia, serif; font-size: 20px; font-weight: 500; white-space: nowrap; }
.menu-preview .button { margin-top: 44px; border-color: rgba(255,255,255,.6); color: #fff; }
.menu-preview .button:hover { background: #fff; color: var(--navy); }

.visit { display: grid; grid-template-columns: 1fr minmax(350px, .82fr); gap: clamp(50px, 10vw, 150px); background: var(--sand); }
.visit-copy > p:last-child { max-width: 530px; margin-top: 28px; color: #4e5d6d; font-size: 17px; line-height: 1.7; }
.visit-card { padding: clamp(28px, 4vw, 50px); background: var(--paper); box-shadow: 0 22px 60px rgba(32,40,50,.08); }
.visit-card > div { display: grid; gap: 8px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.visit-card span { color: #768397; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.visit-card strong { font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.visit-card .button { margin-top: 30px; }

footer { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 25px clamp(24px, 5vw, 76px); background: var(--paper); }
footer p { margin: 0; color: #6f7b8b; font-size: 12px; text-align: center; }
footer > a:last-child { justify-self: end; color: var(--terracotta); font-size: 13px; font-weight: 700; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; }
  .hero-visual { min-height: 580px; }
  .story, .visit { grid-template-columns: 1fr; }
  .story-image { width: min(720px, 94%); }
  .section-heading { grid-template-columns: 1fr; gap: 28px; align-items: start; }
}

@media (max-width: 720px) {
  .sale-strip { align-items: flex-start; gap: 5px; flex-direction: column; padding: 8px 18px; }
  .site-header { min-height: 68px; padding: 10px 18px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand strong { font-size: 22px; }
  .header-cta { padding: 11px 15px; font-size: 12px; }
  .hero-copy { min-height: auto; padding: 72px 22px 64px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-meta { grid-template-columns: 1fr; margin-top: 46px; }
  .hero-meta p { grid-template-columns: 120px 1fr; align-items: baseline; }
  .hero-visual { min-height: 470px; }
  .hero-visual figcaption { left: 20px; right: 20px; }
  .marquee { justify-content: flex-start; overflow-x: auto; }
  .section { padding: 76px 22px; }
  .story { gap: 58px; }
  .story-image { width: calc(100% - 16px); }
  .story-image span { right: -16px; bottom: -26px; }
  .menu-grid { grid-template-columns: 1fr; gap: 0; }
  .menu-grid article { grid-template-columns: auto 1fr; }
  .menu-grid article > strong { grid-column: 2; }
  .visit-card { padding: 28px 22px; }
  footer { grid-template-columns: 1fr; justify-items: start; padding: 38px 22px; }
  footer p { text-align: left; line-height: 1.55; }
  footer > a:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
