:root {
  --ink: #24150d;
  --muted: #6b5a4c;
  --cream: #f8f1e5;
  --paper: #fffaf1;
  --beer: #b87921;
  --beer-dark: #6d3f11;
  --green: #455d38;
  --line: rgba(36, 21, 13, .14);
  --shadow: 0 24px 60px rgba(62, 32, 10, .16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 26px;
  padding: 14px clamp(18px, 4vw, 52px);
  background: rgba(248, 241, 229, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand strong { font-family: Georgia, serif; font-size: 1.18rem; letter-spacing: .01em; }
.brand small { display: block; color: var(--muted); font-size: .78rem; }
.brand-mark {
  display: grid; place-items: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--ink); color: #f8d991;
  font-family: Georgia, serif; font-weight: 700; font-size: .86rem;
  border: 2px solid #d8ad57;
}
.topbar nav { display: flex; gap: 18px; color: var(--muted); font-size: .95rem; }
.topbar nav a:hover { color: var(--ink); }
.nav-cta, .button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 12px 18px; border-radius: 999px;
  font-weight: 750; letter-spacing: .01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.nav-cta, .button.primary { background: var(--beer-dark); color: #fff8e8; box-shadow: 0 12px 30px rgba(109,63,17,.22); }
.button.secondary { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.button.ghost { background: transparent; border: 1px solid rgba(255,255,255,.36); color: #fff6e8; }
.nav-cta:hover, .button:hover { transform: translateY(-1px); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(26px, 4vw, 68px);
  align-items: start;
  padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 72px) 34px;
  min-height: calc(100dvh - 78px);
  background:
    radial-gradient(circle at 18% 22%, rgba(184,121,33,.14), transparent 32%),
    linear-gradient(135deg, #fbf3e4 0%, #f0dfc4 100%);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--beer-dark);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 850;
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.03; margin: 0; }
h1 { font-size: clamp(2.85rem, 6.2vw, 5.85rem); letter-spacing: -.052em; max-width: 980px; }
h2 { font-size: clamp(2rem, 4vw, 4.1rem); letter-spacing: -.045em; }
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
.lead { margin: 22px 0 0; max-width: 720px; font-size: clamp(1.1rem, 1.8vw, 1.45rem); color: #4f3e31; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.quick-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; }
.quick-facts div {
  padding: 14px 16px; border: 1px solid var(--line); border-radius: 20px;
  background: rgba(255, 250, 241, .72);
}
dt { font-weight: 850; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--beer-dark); }
dd { margin: 4px 0 0; color: var(--muted); font-size: .96rem; }

.hero-media { position: relative; }
.hero-media img {
  width: 100%; height: min(68vh, 650px); object-fit: cover;
  border-radius: 32px 32px 120px 32px;
  box-shadow: var(--shadow);
  filter: saturate(.96) contrast(1.03);
}
.media-card {
  position: absolute; left: 18px; bottom: 22px; max-width: 270px;
  padding: 16px 18px; border-radius: 18px 18px 18px 44px;
  background: rgba(255,250,241,.92); color: var(--ink);
  border: 1px solid rgba(109,63,17,.22);
  box-shadow: 0 18px 42px rgba(36,21,13,.18);
}
.media-card span { display: block; color: var(--beer-dark); font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 850; }
.media-card strong { display: block; margin-top: 6px; font-family: Georgia, serif; font-size: 1.16rem; line-height: 1.2; }

.decision-strip {
  width: min(1120px, calc(100% - 36px)); margin: -10px auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  position: relative; z-index: 2;
}
.decision-strip a {
  background: var(--ink); color: #fff6e8; padding: 18px 22px; border-radius: 24px;
  display: flex; justify-content: space-between; gap: 14px; align-items: end;
}
.decision-strip span { color: #e6c892; }

.section { padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px); }
.two-col { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(26px, 5vw, 80px); align-items: start; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cards article {
  background: var(--paper); border: 1px solid var(--line); border-radius: 28px;
  padding: clamp(22px, 3vw, 34px); box-shadow: 0 18px 40px rgba(62,32,10,.08);
}
.cards p, .beer-copy p, .timeline p { color: var(--muted); margin: 14px 0 0; }
.photo-band { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; padding: 0 clamp(18px, 5vw, 72px); }
.photo-band img { width: 100%; height: clamp(220px, 30vw, 440px); object-fit: cover; border-radius: 28px; }

.beer-panel {
  display: grid; grid-template-columns: 1fr .86fr; gap: clamp(28px, 6vw, 84px); align-items: center;
  margin: clamp(58px, 7vw, 90px) clamp(18px, 5vw, 72px) 0;
  padding: clamp(36px, 6vw, 78px);
  background: linear-gradient(135deg, #24150d, #5e3512 70%, #8d541d);
  color: #fff6e8; border-radius: 36px;
}
.beer-panel .eyebrow { color: #f5c66b; }
.beer-copy p { color: #f1dcb6; font-size: 1.08rem; }
.beer-list { display: grid; gap: 14px; }
.beer-list span {
  padding: 18px 20px; border-radius: 20px; border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08); font-family: Georgia, serif; font-size: 1.5rem;
}
.timeline { text-align: center; }
.timeline h2 { margin-bottom: 30px; }
.timeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; text-align: left; }
.timeline-grid article { background: #fffaf1; border-top: 4px solid var(--beer); border-radius: 22px; padding: 22px; }
.timeline-grid strong { font-family: Georgia, serif; font-size: 1.6rem; }

.contact {
  display: grid; grid-template-columns: 1fr .55fr .7fr; gap: 28px; align-items: start;
  background: var(--green); color: #fff6e8;
}
.contact .eyebrow { color: #f5c66b; }
.contact address { font-style: normal; font-size: 1.08rem; color: #f2e5cc; background: rgba(255,255,255,.08); padding: 24px; border-radius: 24px; }
.contact-actions { display: grid; gap: 12px; }
footer { padding: 32px clamp(18px, 5vw, 72px); color: var(--muted); background: #efe1cd; }
footer a { text-decoration: underline; }
.mobile-bar { display: none; }

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar nav { display: none; }
  .hero, .two-col, .beer-panel, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 36px; }
  .hero-media img { height: 520px; }
  .media-card { left: 18px; bottom: 18px; }
  .quick-facts, .decision-strip, .timeline-grid { grid-template-columns: 1fr 1fr; }
  .contact-actions { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  body { padding-bottom: 74px; }
  .topbar { position: static; padding: 12px 16px; }
  .brand-mark { width: 42px; height: 42px; }
  .nav-cta { display: none; }
  h1 { font-size: clamp(2.65rem, 15vw, 4.2rem); }
  h2 { font-size: 2.25rem; }
  .hero { padding: 30px 16px 24px; gap: 22px; }
  .lead { font-size: 1.06rem; }
  .button { width: 100%; }
  .quick-facts, .decision-strip, .cards, .photo-band, .timeline-grid, .contact-actions { grid-template-columns: 1fr; }
  .hero-media img { height: 390px; border-radius: 26px 26px 78px 26px; }
  .media-card { max-width: calc(100% - 34px); }
  .decision-strip { margin-top: 8px; }
  .section { padding: 54px 16px; }
  .photo-band { padding: 0 16px; }
  .beer-panel { margin: 54px 16px 0; padding: 28px 20px; border-radius: 28px; }
  .contact { padding-bottom: 48px; }
  .mobile-bar {
    position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    padding: 8px; border-radius: 999px; background: rgba(36,21,13,.92);
    box-shadow: 0 18px 45px rgba(36,21,13,.28); backdrop-filter: blur(14px);
  }
  .mobile-bar a { min-height: 50px; display: grid; place-items: center; color: #fff6e8; font-weight: 850; border-radius: 999px; background: rgba(255,255,255,.1); }
  .mobile-bar a:first-child { background: #b87921; }
}
