:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --alt: #f7f8fa;
  --text: #1a1a1a;
  --muted: #6b7280;
  --primary: #e0a230;
  --primary-ink: #1b1103;
  --accent: #f1c35a;
  --error: #e15b64;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: var(--text); text-decoration: none; }
button { font: inherit; }
.serif { font-family: "Playfair Display", serif; }
.small { font-size: 12px; color: var(--muted); }
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  backdrop-filter: saturate(1.2) blur(8px);
  background: rgba(0,0,0,.88);
  border-top: 1px solid rgba(255,255,255,.12);
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}
.brand {
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 20px;
}
.site-header .brand { color: #ffffff; }
.site-nav ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--muted);
}
.site-header .site-nav a { color: #f5f5f5; }
.site-header .site-nav a:hover { color: #ffffff; background: rgba(255,255,255,.12); }
.site-nav a:hover { color: var(--text); background: rgba(255,255,255,.06); }
.site-nav a:hover { color: var(--text); background: rgba(0,0,0,.06); }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: transparent;
  color: var(--text);
}
.site-header .nav-toggle { color: #ffffff; border-color: rgba(255,255,255,.24); }
.site-header .nav-toggle span { background: #ffffff; }
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
}
.nav-toggle span:nth-child(2) { margin: 6px auto; }
.announce {
  text-align: center;
  font-size: 13px;
  padding: 8px 12px;
  background: linear-gradient(90deg, rgba(224,162,48,.2), rgba(241,195,90,.2));
  border-top: 1px solid rgba(0,0,0,.06);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .02em;
  text-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 85vh;
  display: grid;
  place-items: center;
  padding: 0;
  text-align: center;
}
.hero .container.hero-inner {
  max-width: none;
  padding: 0;
}
.hero h1 {
  font-size: clamp(52px, 10vw, 120px);
  line-height: 1.1;
  margin: 0;
  opacity: 0;
  color: #ffffff;
  -webkit-text-stroke: 1px rgba(0,0,0,.18);
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
  transform: translateY(8px);
  animation: heroFade 1400ms ease-out 200ms forwards;
}
.hero-logo {
  width: clamp(300px, 40vw, 920px);
  height: auto;
  display: block;
  margin: 12vh auto 0;
  opacity: 0;
  transform: translateY(8px);
  animation: heroFade 1400ms ease-out 200ms forwards;
}
.hero-cloud {
  width: 100%;
  height: auto;
  display: block;
  margin: 12px auto 0;
  opacity: .9;
  transform: translateY(8px);
  animation: heroFade 1600ms ease-out 400ms forwards;
}
.hero .lede {
  color: var(--muted);
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 24px;
}
.hero-actions { display: flex; gap: 12px; justify-content: center; }
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(to top, var(--accent) 0%, #ffffff 92%);
}
.hero.hero-2 .hero-bg { background: var(--accent); }
.hero.hero-2 .hero-inner { place-items: start; justify-items: start; text-align: left; min-height: 130vh; }
.hero2-logo {
  width: clamp(242px, 30.8vw, 836px);
  height: auto;
  display: block;
  margin: 30vh 0 0 0;
  opacity: 0;
  transform: translateY(8px);
  animation: heroFade 1400ms ease-out 4200ms forwards;
}
.hero.hero-2 .hero-bg img { position: absolute; display: block; }
.hero2-sakurajima {
  left: 0;
  bottom: 6vh;
  width: clamp(380px, 48vw, 980px);
  height: auto;
  opacity: 0;
  transform: translateY(8px);
  animation: heroFade 1400ms ease-out 200ms forwards;
}
.hero2-cloud {
  left: 0;
  right: 0;
  top: 4vh;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(8px);
  animation: heroFade 1600ms ease-out 2200ms forwards;
  pointer-events: none;
}
.hero2-copy {
  position: absolute;
  top: 34vh;
  right: clamp(36px, 6vw, 96px);
  color: #000000;
  font-family: 'Noto Sans JP', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  font-size: clamp(20px, 2.8vw, 36px);
  line-height: 1.35;
  text-align: right;
  max-width: clamp(260px, 36vw, 520px);
  opacity: 0;
  transform: translateY(8px);
  animation: heroFade 1400ms ease-out 2800ms forwards;
}
.hero.hero-2 .hero-bg .slide { display: none; }
.hero.hero-2 .hero-bg .s1,
.hero.hero-2 .hero-bg .s2 { display: none; }
@keyframes hero2s1 {
  0% { opacity: 1; }
  40% { opacity: 1; }
  60% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes hero2s2 {
  0% { opacity: 0; }
  40% { opacity: 0; }
  60% { opacity: 1; }
  100% { opacity: 1; }
}
.hero.hero-2 .hero-bg .overlay { display: none; }
.hero.hero-2 h1 { animation: heroFade 2000ms ease-out 400ms forwards; }
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}
.hero-video {
  display: none;
}
.visual-band {
  position: relative;
  overflow: hidden;
}
.visual-band .visual-bg {
  position: absolute;
  inset: 0;
  background: url("assets/common/placeholder.svg") center / cover no-repeat;
  min-height: 85vh;
}
.section {
  padding: 64px 0;
  background: var(--surface);
}
.section.alt { background: var(--alt); }
/* news archive: delay white background start a bit lower */
#news-archive.section.sides-yellow {
  background: linear-gradient(to bottom, var(--accent) 0 420px, #ffffff 420px);
}
#news-archive .news-list { margin-top: 60px; }
.section-head {
  margin-bottom: 24px;
  background: #ffffff;
  color: var(--text);
  padding: 16px;
  border-radius: var(--radius);
  text-align: center;
}
.section#news-archive .section-head { background: transparent; margin-top: -20px; }
.section-head h2 { font-size: clamp(30px, 6vw, 46px); font-weight: 800; letter-spacing: .04em; }
/* ensure title/badge images shrink on small widths */
.section-head .section-title,
.section-head .section-badge,
.category .category-title,
.category .category-badge {
  max-width: 100%;
  height: auto;
}
#beers.section {
  position: relative;
  background: var(--accent);
  overflow: hidden;
}
#beers.section::before,
#beers.section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: max(calc((100% - 1120px)/3), 0px);
  background: var(--accent);
}
#beers.section::before { left: 0; }
#beers.section::after { right: 0; }
/* apply same side-yellow background to any section with .sides-yellow */
.section.sides-yellow {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.section.sides-yellow::before,
.section.sides-yellow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: max(calc((100% - 1120px)/3), 0px);
  background: var(--accent);
}
.section.sides-yellow::before { left: 0; }
.section.sides-yellow::after { right: 0; }
#news.section {
  position: relative;
  background: var(--accent);
}
#news .section-head h2 { color: var(--text); font-weight: 800; letter-spacing: .04em; }
#news .section-head p { color: var(--muted); }
#news .section-head .section-title,
#beers .section-head .section-title { display: block; width: clamp(200px, 80vw, 1120px); height: auto; margin: 0 auto 8px; }
#beers .section-head .section-title { width: clamp(200px, 100%, 1280px); }
#news .section-head { background: var(--accent); color: var(--primary-ink); }
#beers .section-head { background: transparent; }
#news .container { max-width: 1280px; }
#beers .container { max-width: 1280px; }
#beers .category .category-title { display: block; width: clamp(200px, 70vw, 840px); height: auto; margin: 0; }
#beers .category .category-heading { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 auto 24px; flex-wrap: wrap; }
#beers .category .category-badge { display: block; width: clamp(160px, 40vw, 480px); height: auto; }
#onlineshop .section-head .section-title { display: block; width: 50%; height: auto; margin: 0 auto 8px; }
#onlineshop .section-head .shop-heading { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 auto 8px; }
#onlineshop .section-head .section-badge { display: block; width: clamp(200px, 48vw, 720px); height: auto; }
#gallery.section { padding: 0; background: var(--accent); }
#gallery .container { max-width: none; padding: 0; }
#beers .section-head h2 { color: var(--text); font-weight: 800; letter-spacing: .04em; }
#beers .section-head p { color: var(--muted); }
#onlineshop .section-head h2 { color: var(--text); font-weight: 800; letter-spacing: .04em; }
#onlineshop .section-head p { color: var(--muted); }
#map .section-head h2 { color: var(--text); font-weight: 800; letter-spacing: .04em; }
#map .section-head p { color: var(--muted); }
.category { margin-top: 28px; padding: 16px; border-radius: var(--radius); background: #ffffff; }
.category > h3 { margin: 0 0 12px; font-size: 22px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; display: inline-block; padding: 8px 12px; border-radius: 999px; background: #ffffff; color: var(--text); }
.category .cards { margin-top: 12px; }
#beers .category { padding: 28px 28px; }
#beers .category .cards { margin-top: 20px; }
#beers .cards { gap: 24px; }
/* connect white bands across BEER categories */
#beers .category { border-radius: 0; }
#beers .category + .category { margin-top: 0; }
#beers .category:first-of-type { border-top-left-radius: var(--radius); border-top-right-radius: var(--radius); }
#beers .category:last-of-type { border-bottom-left-radius: var(--radius); border-bottom-right-radius: var(--radius); }
.section h2 {
  font-size: 28px;
  margin: 0 0 8px;
}
.section p { color: var(--muted); margin: 0; }
.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.news-item {
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#news .news-item.banner1 { background: url("assets/news/banners/banner001.jpg") center / cover no-repeat; }
#news .news-item.banner2 { background: url("assets/news/banners/banner002.jpg") center / cover no-repeat; }
#news .news-item.banner3 { background: url("assets/news/banners/banner003.jpg") center / cover no-repeat; }
.news-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 8px;
}
.chip {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(241,195,90,.18);
  color: var(--primary-ink);
  border: 1px solid rgba(241,195,90,.35);
}
.news-item .link { margin-top: auto; }
#news .news-body { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.news-title { margin: 0 0 6px; font-size: 20px; font-weight: 700; letter-spacing: .02em; color: var(--text); }
.news-body { margin: 0 0 10px; color: var(--muted); }
@keyframes heroFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.news-title { margin: 0 0 6px; font-size: 20px; font-weight: 700; letter-spacing: .02em; color: var(--text); }
.news-body { margin: 0 0 10px; color: var(--muted); }
.news-item { cursor: pointer; }
.photo-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.photo-carousel.auto { scroll-snap-type: none; }
.photo-item {
  flex: 0 0 auto;
  width: calc(((100% - 32px) / 3) * .9);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  scroll-snap-align: start;
}
.photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}
.card {
  background: transparent;
  border: none;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: none;
}
.card.plain {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.card.plain img {
  background: transparent;
}
.card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: rgba(0,0,0,.04);
}
.card-body { padding: 14px; }
.card-body h3 { margin: 0 0 6px; font-size: 18px; }
.card-body p { margin: 0 0 10px; color: var(--muted); }
.link { color: var(--accent); }
.about {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
}
.about-media img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow);
}
.about-media img:nth-of-type(2) {
  width: 75%;
  max-width: 720px;
  display: block;
  margin: 12px auto 0;
}
.about-media img + img { margin-top: 12px; }
.about-text h2 {
  display: inline-block;
  background: #ffffff;
  color: var(--text);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 12px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
  margin-top: 16px;
}
.center { text-align: center; margin-top: 20px; }
.tour-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
  margin-top: 16px;
}
.tour-item {
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding: 16px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
  margin-top: 16px;
}
.process-item {
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}
.map-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 20px;
  align-items: start;
}
.map-info {
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}
.map-embed {
  position: relative;
  background: none;
  border: none;
  border-radius: var(--radius);
  padding: 0;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.map-embed::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: linear-gradient(90deg, #f1c35a, #d18e22);
  z-index: 2;
}
.map-embed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(closest-side, rgba(0,0,0,.12), transparent 60%);
  pointer-events: none;
  z-index: 2;
}
.map-frame {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: var(--radius);
  transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .6s cubic-bezier(.2,.7,.2,1);
  filter: saturate(1.1) contrast(1.06);
}
.map-embed:hover .map-frame {
  transform: scale(1.02);
  filter: saturate(1.2) contrast(1.08) brightness(1.02);
}
.map-card {
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding: 12px;
  display: grid;
  gap: 12px;
}
.map-card .map-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.map-card .map-info .address {
  font-weight: 600;
}
@media (max-width: 720px) {
  .map-card .map-info { flex-direction: column; align-items: flex-start; }
}
.social-cta {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 20px;
  align-items: center;
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}
#onlineshop .social-cta {
  box-shadow: none;
  aspect-ratio: auto;
  min-height: clamp(220px, 30vw, 300px);
  overflow: hidden;
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}
.social-cta .handle {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
}
.social-cta .actions { margin-top: 10px; }
.social-cta .actions .btn + .btn { margin-left: 10px; }
.social-cta .social-media img {
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.08);
}
#social .social-cta.simple {
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px;
  background: transparent;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.08);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#social .social-cta.simple .handle { font-size: 18px; }
#social .social-cta.simple p { margin: 4px 0 8px; font-size: 14px; color: var(--muted); }
#social .social-cta.simple .social-media img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border: none;
}
@media (max-width: 720px) {
  #social .social-cta.simple { grid-template-columns: 1fr; width: 100%; }
  #social .social-cta.simple .social-media { order: -1; margin-bottom: 8px; display: flex; justify-content: center; }
}
#onlineshop .social-cta .social-media { aspect-ratio: 4 / 3; }
#onlineshop .social-cta .social-media img { width: 100%; height: 100%; object-fit: cover; }
#onlineshop .social-cta.stores .social-media {
  background: #000000;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
}
#onlineshop .social-cta.stores .social-media img {
  aspect-ratio: auto;
  width: 92%;
  height: 92%;
  object-fit: contain;
  background: transparent;
}
.taproom-media { margin-bottom: 16px; }
.taproom-media img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow);
  object-fit: cover;
}
.contact { max-width: 840px; }
.contact-form {
  margin-top: 16px;
  background: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding: 16px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.form-grid .span { grid-column: 1 / -1; }
.form-actions { display: flex; justify-content: flex-end; margin-top: 12px; }
label { display: grid; gap: 8px; font-size: 14px; color: var(--muted); }
input, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.14);
  background: #ffffff;
  color: var(--text);
}
input:focus, textarea:focus {
  outline: 2px solid rgba(224,162,48,.35);
  border-color: rgba(224,162,48,.35);
}
.btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.04);
  color: var(--text);
}
.btn.primary {
  border-color: transparent;
  background: linear-gradient(180deg, #f1c35a, #d18e22);
  color: var(--primary-ink);
}
.btn:hover { filter: brightness(1.08); }
.site-footer {
  background: #0e0e10;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #f2f2f2;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
}
.footer-brand .logo {
  font-weight: 700;
  letter-spacing: .06em;
}
.site-footer .footer-brand .logo { color: #ffffff; }
.site-footer .small { color: #c7c7c7; }
.site-footer nav ul {
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer nav a { color: #e8e8e8; }
.site-footer nav a:hover { color: #ffffff; text-decoration: underline; }
.socials { display: flex; gap: 12px; }
.icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.12);
}
.site-footer .icon {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
  color: #ffffff;
}
@media (max-width: 960px) {
  .cards { grid-template-columns: 1fr 1fr; }
  .social-cta { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: 1fr; }
  .news-list { grid-template-columns: 1fr 1fr; }
  .tour-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .map-grid { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
}
@media (min-width: 960px) {
  .hero { min-height: 85vh; }
}
@media (max-width: 720px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 0; }
  .site-nav { position: fixed; inset: 64px 0 auto 0; padding: 16px; display: none; }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; gap: 8px; background: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 12px; }
  .hero h1 { font-size: clamp(40px, 12vw, 64px); }
  .hero .lede { font-size: 16px; }
  .cards { grid-template-columns: 1fr; }
  .social-cta { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: 1fr; }
  .news-list { grid-template-columns: 1fr; }
  .tour-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .map-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  #beers .category .category-heading { flex-direction: column; align-items: center; }
  #beers .category .category-title { width: clamp(180px, 70vw, 520px); }
  #beers .category .category-badge { width: clamp(140px, 40vw, 360px); }
  .section { padding: 48px 0; }
  .photo-carousel { gap: 12px; }
  .photo-item { width: 80%; }
  #news-archive.section.sides-yellow {
    background: linear-gradient(to bottom, var(--accent) 0 280px, #ffffff 280px);
  }
  #news-archive .news-list { margin-top: 40px; }
  .section#news-archive .section-head { margin-top: -12px; }
}
@media (max-width: 960px) {
  .hero.hero-2 .hero-inner { min-height: 110vh; }
  .hero2-logo { margin: 24vh 0 0 0; width: clamp(220px, 40vw, 600px); }
  .hero2-copy { font-size: clamp(18px, 2.2vw, 28px); right: clamp(20px, 4vw, 64px); max-width: clamp(240px, 46vw, 540px); }
  .photo-carousel { gap: 12px; }
  .photo-item { width: calc(((100% - 12px) / 2)); }
}
