/* Sheriff Buford Pusser Museum — site styles (rebuild) */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4d4d4d;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #2776c4; text-decoration: none; transition: color .15s; }
a:hover { color: #1d56a0; }
h1,h2,h3,h4 { font-family: "Lato",sans-serif; color: #1d3148; margin: 0 0 .6em; line-height: 1.2; font-weight: 400; }
h1 { font-size: 2.4rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1em; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ============ TOP BANNER ============ */
.top-banner {
  background: #8a1a1a;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 1.05rem;
}
.top-banner a { color: #fff; text-decoration: underline; }

/* ============ HEADER ============ */
.site-header {
  background: #d4d6d8;
  padding: 22px 0;
}
.site-header .header-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 30px;
}
.site-header .seal img { max-height: 200px; width: auto; margin: 0 auto; }
.site-header .title-area { text-align: center; }
.site-header .title-area h1 {
  font-family: "Playfair Display","Georgia",serif;
  font-weight: 700;
  font-size: 2.3rem;
  color: #1d3148;
  margin: 0 0 12px;
}
.site-header .tagline {
  color: #4d4d4d;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.7;
}

/* ============ FESTIVAL HERO ============ */
.festival-hero {
  position: relative;
  overflow: hidden;
  background: #1d3148;
  color: #fff;
  min-height: 460px;
  display: flex;
  align-items: center;
}
.festival-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.festival-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29,49,72,.55) 0%, rgba(29,49,72,.78) 100%);
  z-index: 1;
}
.festival-hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 24px;
  text-align: center;
}
.festival-hero-kicker {
  font-family: "Playfair Display","Georgia",serif;
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: .04em;
  color: #f6c84c;
  margin-bottom: 10px;
}
.festival-hero-title {
  font-family: "Playfair Display","Georgia",serif;
  font-size: 2.6rem;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.festival-hero-dates {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 26px;
  text-shadow: 0 1px 6px rgba(0,0,0,.4);
}
.festival-hero-list {
  list-style: none;
  margin: 0 auto 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  max-width: 760px;
}
.festival-hero-list li {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: .98rem;
  font-weight: 700;
  backdrop-filter: blur(2px);
}
.festival-hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.festival-hero-cta .cta-blue { font-size: 1.05rem; }
.festival-hero-phones { font-size: .98rem; color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,.4); }
.festival-hero-phones a { color: #f6c84c; }
.festival-hero-phones a:hover { color: #fff; }
@media (max-width: 640px) {
  .festival-hero { min-height: 0; }
  .festival-hero-title { font-size: 1.8rem; }
  .festival-hero-dates { font-size: 1.05rem; }
  .festival-hero-content { padding: 40px 16px; }
}

/* ============ NAV ============ */
.site-nav {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.nav-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 18px 0;
}
.nav-row a {
  color: #555;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nav-row a:hover, .nav-row a.active { color: #2776c4; }
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 6px 16px;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background: #444;
  margin: 5px 0;
  border-radius: 2px;
}
body {
  background: #1d3148 url('assets/american-flag-1208660_1920.jpg') center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.frame {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0,0,0,.35);
}
 
/* ============ SECTIONS ============ */
section { background: #fff; }
section.gray { background: #f0f0f0; }
section.padded { padding: 60px 0; }
.section-title {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: .03em;
  color: #1d3148;
  margin-bottom: 40px;
}

/* ============ HOME — TWO COLUMN ============ */
.home-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 60px 0;
}
.home-split h2 { font-size: 1.8rem; }
.home-split .left-col { padding-right: 10px; }
.post-item { margin-bottom: 24px; clear: both; overflow: hidden; }
.post-item .post-meta { font-size: 13px; color: #999; margin-bottom: 4px; clear: both; }
.post-item .post-thumb { float: left; margin-right: 16px; max-width: 180px; height: auto; }
.post-item p { margin-bottom: 6px; }
.cta-blue {
  display: inline-block;
  background: #2776c4;
  color: #fff !important;
  padding: 14px 30px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  transition: background .15s;
}
.cta-blue:hover { background: #1d56a0; }
.cta-block { text-align: center; padding: 24px 0 60px; }

/* ============ TESTIMONIAL PARALLAX ============ */
.testimonial {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 110px 0;
}
.testimonial::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0,0,0,.55);
}
.testimonial .wrap { position: relative; z-index: 1; }
.testimonial blockquote {
  font-size: 1.3rem;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 auto 20px;
  font-style: italic;
}
.testimonial cite {
  font-style: normal;
  font-weight: 700;
  letter-spacing: .04em;
}

/* ============ UPCOMING EVENTS ============ */
.events-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: start;
  padding-top: 30px;
}
.event-info h3 { font-size: 1.4rem; margin-bottom: 16px; }
.event-info p { margin-bottom: 8px; }

/* ============ OUR GEAR ============ */
.gear-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.gear-item {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.gear-item img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: #f4f4f4; }
.gear-item .gear-info { padding: 12px 16px; text-align: center; }
.gear-item .gear-name { font-weight: 600; color: #1d3148; min-height: 2.6em; line-height: 1.3; }
.gear-item .gear-price { color: #2776c4; font-weight: 700; margin-top: 4px; }
.gear-item .gear-img-wrap { position: relative; }
.gear-item .sold-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #8a1a1a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
}
.gear-item.sold-out img { opacity: .55; }

/* Shop notice band */
.shop-notice {
  background: #8a1a1a;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 16px 20px;
  border-radius: 3px;
  max-width: 780px;
  margin: 0 auto 24px;
  letter-spacing: .01em;
}
.shop-notice a { color: #fff; text-decoration: underline; }
.shop-notice a:hover { color: #f4d6d6; }

/* ============ LOCATION + FACEBOOK ============ */
.loc-fb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 60px 0;
}
.loc-fb-grid h2 { font-size: 1.7rem; }
.loc-fb-grid iframe { width: 100%; min-height: 300px; border: 0; }

/* ============ COME VISIT US BAND ============ */
.come-visit {
  background: #2776c4;
  color: #fff;
  text-align: center;
  padding: 36px 0;
  font-size: 1.6rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.come-visit .pin { font-size: 1.2rem; vertical-align: middle; margin-right: 8px; }

/* ============ FOOTER PHOTO + FOOTER ============ */
.footer-photo {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
}
.site-footer {
  background: #1d3148;
  color: #d8dce2;
  padding: 50px 0 30px;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
}
.site-footer h4 {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 14px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 6px 0; }
.site-footer a { color: #d8dce2; }
.site-footer a:hover { color: #fff; }
.site-footer .credit {
  text-align: center;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 13px;
  color: rgba(255,255,255,.6);
}

/* ============ PAGE BANNER + CONTENT BLOCKS ============ */
.page-banner {
  background: #d4d6d8;
  text-align: center;
  padding: 30px 0;
}
.content-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 60px 0;
}
.content-2col h2 { font-size: 2rem; }
.content-2col ul { padding-left: 22px; }

.about-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}
.about-row.reverse > div:first-child { order: 2; }
.about-row .text-side { padding: 60px; }
.about-row .img-side {
  background-size: cover;
  background-position: center;
  min-height: 360px;
}
.about-row blockquote {
  border-left: 4px solid #2776c4;
  background: #f0f0f0;
  padding: 16px 20px;
  margin: 20px 0;
  font-style: italic;
  color: #555;
}
.about-row blockquote + p { text-align: right; color: #777; font-size: 14px; }

/* ============ POSTS LIST ============ */
.post-list { padding: 50px 0; background: #f0f0f0; }
.post-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: start;
  background: transparent;
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
.post-date {
  background: #8a1a1a;
  color: #fff;
  padding: 14px 6px;
  text-align: center;
  border-radius: 2px;
}
.post-date .day { font-size: 1.7rem; font-weight: 700; line-height: 1; }
.post-date .month-year { font-size: 12px; margin-top: 4px; letter-spacing: .04em; }
.post-row h3 { font-size: 1.4rem; margin-bottom: 6px; }
.post-row .meta { font-size: 13px; color: #999; margin-bottom: 12px; }
.post-row .thumb { float: right; max-width: 220px; margin: 0 0 10px 24px; }

/* ============ CONTACT FORM ============ */
.contact-form {
  display: grid;
  gap: 14px;
  max-width: 540px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font: inherit;
  border-radius: 2px;
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.form-message {
  padding: 12px 14px;
  border-radius: 3px;
  margin-bottom: 8px;
  font-weight: 600;
}
.form-message.ok  { background: #e8f4ec; color: #1d6635; border: 1px solid #b9d8c4; }
.form-message.err { background: #f9e3e3; color: #842020; border: 1px solid #d8b9b9; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }
  .site-header .header-row { grid-template-columns: 1fr; text-align: center; }
  .site-header .seal img { max-height: 140px; }
  .site-header .title-area h1 { font-size: 1.7rem; }
  .nav-row { flex-direction: column; gap: 0; padding: 8px 0; display: none; }
  .nav-row.open { display: flex; }
  .nav-row a { padding: 12px; border-bottom: 1px solid #f0f0f0; width: 100%; text-align: center; }
  .nav-toggle { display: block; }
  .nav-bar { display: flex; justify-content: space-between; align-items: center; padding: 8px 16px; }
  .home-split, .loc-fb-grid, .content-2col, .events-row, .footer-grid { grid-template-columns: 1fr !important; gap: 30px; }
  .gear-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial { background-attachment: scroll; padding: 60px 0; }
  .about-row { grid-template-columns: 1fr; }
  .about-row .text-side { padding: 30px 24px; }
  .about-row.reverse > div:first-child { order: 0; }
  .post-row .thumb { float: none; max-width: 100%; margin: 12px 0; }
  .site-footer .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .gear-grid { grid-template-columns: 1fr; }
}
