:root {
  --cream: #f5efe4;
  --paper: #fffdf8;
  --ink: #27241f;
  --muted: #6d665d;
  --orange: #b34822;
  --orange-dark: #843217;
  --blue: #182a68;
  --line: #ddd2c2;
  --radius: 18px;
  --shadow: 0 18px 50px rgb(55 38 19 / 12%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
h1, h2, h3 { margin: 0 0 .6em; line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 13ch; overflow-wrap: break-word; hyphens: auto; font-size: clamp(2.65rem, 7vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.55rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1.15rem; }

.shell { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 2.5rem)); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgb(39 36 31 / 10%); background: rgb(255 253 248 / 94%); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand img:first-child { width: clamp(150px, 20vw, 240px); }
.brand img:last-child { width: clamp(92px, 12vw, 150px); }
.header-inner nav, .footer-inner nav { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; }
.header-inner nav a { font-size: .92rem; font-weight: 700; text-decoration: none; }
.header-inner nav a:hover, .header-inner nav a:focus-visible { color: var(--orange); }

.hero { overflow: hidden; padding: clamp(3.5rem, 8vw, 8rem) 0; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.eyebrow { margin-bottom: 1rem; color: var(--orange); font-size: .8rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.lead { max-width: 66ch; color: #4d4841; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; margin-top: 2rem; }
.button { display: inline-block; border: 2px solid var(--orange); border-radius: 999px; padding: .78rem 1.25rem; background: var(--orange); color: white; font-weight: 800; text-decoration: none; }
.button:hover, .button:focus-visible { border-color: var(--orange-dark); background: var(--orange-dark); }
.text-link { color: var(--blue); font-weight: 750; }
.portrait { margin: 0; transform: rotate(1.8deg); }
.portrait img { width: 100%; max-height: 580px; border: 10px solid var(--paper); border-radius: 8px; box-shadow: var(--shadow); object-fit: cover; }
.portrait figcaption { margin-top: .6rem; color: var(--muted); font-size: .85rem; text-align: center; }

.section { padding: clamp(4rem, 8vw, 8rem) 0; scroll-margin-top: 96px; }
.section-tinted { background: var(--cream); }
.section-dark { background: var(--blue); color: white; }
.section-dark .eyebrow { color: #f6a680; }
.split { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.feature-image { width: 100%; max-height: 610px; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }
.facts { display: flex; flex-wrap: wrap; gap: .7rem; padding: 0; list-style: none; }
.facts li { border: 1px solid var(--line); border-radius: 999px; padding: .45rem .8rem; background: rgb(255 255 255 / 55%); font-size: .9rem; font-weight: 700; }

.section-heading { display: grid; grid-template-columns: 1fr 230px; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-heading img { width: 230px; height: 175px; border-radius: var(--radius); object-fit: cover; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.product-grid article { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; background: white; }
.product-grid article:nth-child(2), .product-grid article:nth-child(5) { border-top: 5px solid var(--orange); }

.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.location-grid article { border: 1px solid rgb(255 255 255 / 23%); border-radius: var(--radius); padding: 1.6rem; background: rgb(255 255 255 / 7%); }
.location-grid a { color: #ffbb9a; font-weight: 800; }
.availability-note { max-width: 75ch; margin-top: 1.5rem; color: rgb(255 255 255 / 75%); font-size: .92rem; }

.restaurant { text-align: center; }
.button-outline { background: transparent; color: var(--orange); }
.button-outline:hover, .button-outline:focus-visible { color: white; }
.contact { background: #e7ddd0; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; }
address { border-left: 4px solid var(--orange); padding-left: 1.4rem; font-style: normal; }
address a { color: var(--blue); font-weight: 750; }

footer { padding: 1.5rem 0; background: var(--ink); color: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-inner p { margin: 0; }
.footer-inner a { color: white; }

.legal { padding: 4rem 0 7rem; }
.legal h1 { max-width: none; font-size: clamp(2.5rem, 6vw, 4.7rem); }
.legal h2 { margin-top: 2.3rem; font-size: 1.6rem; }
.legal .back { display: inline-block; margin-bottom: 2rem; color: var(--blue); font-weight: 750; }

@media (max-width: 900px) {
  .header-inner { padding: .75rem 0; align-items: flex-start; flex-direction: column; gap: .65rem; }
  .header-inner nav { gap: .45rem 1rem; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .portrait { width: min(410px, 85%); margin-inline: auto; }
  .feature-image { max-height: 420px; }
  .product-grid, .location-grid { grid-template-columns: 1fr 1fr; }
  .section { scroll-margin-top: 140px; }
}

@media (max-width: 620px) {
  .shell, .narrow { width: min(100% - 1.4rem, 1160px); }
  h1 { font-size: 2.15rem; }
  .brand img:first-child { width: 158px; }
  .brand img:last-child { width: 94px; }
  .header-inner nav a { font-size: .82rem; }
  .hero { padding-top: 2.7rem; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading img { width: 100%; height: 220px; }
  .product-grid, .location-grid { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
