:root {
  color-scheme: light;
  --ink: #3f2a1d;
  --deep: #2c1810;
  --copper: #b87333;
  --cream: #f8f1e9;
  --paper: #fff8f0;
  --line: #d9b894;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, system-ui, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.safe { padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); }
.nav { background: var(--deep); border-bottom: 4px solid var(--copper); box-shadow: 0 10px 28px rgba(23, 12, 8, .2); }
.nav-inner { width: min(74rem, 100%); margin: auto; padding-top: max(.8rem, env(safe-area-inset-top)); padding-bottom: .8rem; display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.nav-buttons { display: flex; align-items: center; gap: .45rem; }
.logo { width: min(16rem, 42vw); height: auto; }
.nav-cta, .nav-flavors, .primary, .secondary { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: .75rem 1.15rem; font-weight: 800; text-decoration: none; }
.nav-cta, .primary { background: var(--copper); color: white; }
.nav-flavors { border: 1px solid rgba(221, 163, 105, .72); color: #dda369; }
.secondary { border: 1px solid var(--line); background: white; color: #7c4219; }
.crumbs { width: min(70rem, 100%); margin: 0 auto; padding-top: 1.1rem; font-size: .76rem; color: #6f5949; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; margin: 0; padding: 0; }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: .45rem; color: #a48975; }
.hero { width: min(70rem, 100%); margin: 0 auto; padding-top: 1.5rem; padding-bottom: 3.5rem; display: grid; gap: 2rem; }
.photo-stage { position: relative; min-height: 24rem; background: #170c08; border: 1px solid var(--deep); border-radius: 1.7rem; overflow: hidden; box-shadow: 0 24px 50px -28px rgba(23, 12, 8, .65); }
.photo-stage > img { width: 100%; height: 100%; min-height: 24rem; object-fit: cover; }
.photo-label { position: absolute; left: 1rem; top: 1rem; margin: 0; padding: .45rem .7rem; border-radius: 999px; background: rgba(23, 12, 8, .82); color: white; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.copy { align-self: center; }
.eyebrow { margin: 0 0 .65rem; color: #9c531f; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.copy h1, .pair h2 { margin: 0; font-family: Cinzel, Georgia, serif; letter-spacing: .02em; line-height: 1.05; }
.copy h1 { font-size: clamp(2.35rem, 8vw, 4.2rem); }
.tagline { margin: 1rem 0 0; color: #7c4219; font-size: clamp(1.1rem, 3vw, 1.45rem); font-weight: 800; }
.description { margin: 1rem 0 0; color: #5c4633; font-size: 1.05rem; line-height: 1.7; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 1.35rem 0 0; }
.fact { border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); padding: .9rem; }
.fact dt { color: #9c531f; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fact dd { margin: .35rem 0 0; font-weight: 800; line-height: 1.35; }
.best { margin: 1rem 0 0; border-left: 4px solid var(--copper); background: white; border-radius: 0 1rem 1rem 0; padding: 1rem 1.1rem; color: #5c4633; line-height: 1.55; }
.best strong { display: block; margin-bottom: .25rem; color: var(--ink); }
.actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.35rem; }
.pair { width: min(70rem, calc(100% - 2rem)); margin: 0 auto 3rem; padding: 1.5rem; background: var(--deep); border: 1px solid var(--copper); border-radius: 1.4rem; color: white; }
.pair p { color: rgba(255, 255, 255, .75); line-height: 1.55; }
.pair a { color: #dda369; font-weight: 800; }
.flavor-nav { width: min(70rem, calc(100% - 2rem)); margin: 0 auto 3.5rem; }
.flavor-nav h2 { font-family: Cinzel, Georgia, serif; }
.flavor-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.flavor-links a { border: 1px solid var(--line); border-radius: 999px; background: white; padding: .55rem .75rem; color: #6b4229; font-size: .75rem; font-weight: 800; text-decoration: none; }
.flavor-links a[aria-current="page"] { background: var(--deep); border-color: var(--deep); color: white; }
.footer { padding: 1.5rem; text-align: center; background: white; border-top: 1px solid #e8d9c9; color: #6f5949; font-size: .8rem; }
.nav-cta:focus-visible, .nav-flavors:focus-visible, .primary:focus-visible, .secondary:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #d58a4b; outline-offset: 3px; }
@media (min-width: 800px) {
  .hero { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); padding-top: 2.5rem; padding-bottom: 4.5rem; }
  .photo-stage, .photo-stage > img { min-height: 35rem; }
  .pair { padding: 2rem; }
}
@media (max-width: 480px) {
  .nav-cta, .nav-flavors { padding: .62rem .7rem; font-size: .7rem; }
  .logo { width: 7.4rem; }
  .facts { grid-template-columns: 1fr; }
  .photo-stage, .photo-stage > img { min-height: 22rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
