/* ==========================================================================
   The Antique Center of Gettysburg — restoration theme
   Warm antiques/heritage palette: burgundy + antique gold on parchment.
   Bulma handles layout/grid; this file owns brand color, type, and tweaks.
   ========================================================================== */

:root {
  --burgundy: #6b1f2a;
  --burgundy-dark: #4e151d;
  --gold: #b08d2c;
  --gold-light: #d8b75a;
  --walnut: #2b241d;
  --parchment: #f3ead6;
  --parchment-deep: #e8dabb;
  --cream: #fbf6ec;
  --ink: #2b241d;
  --ink-soft: #5b5042;
}

html { scroll-behavior: smooth; }

body {
  background-color: var(--cream);
  color: var(--ink);
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  line-height: 1.75;
}

/* Responsive images everywhere */
img { max-width: 100%; height: auto; display: block; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, .title, .subtitle, .navbar-item, .button {
  font-family: 'Playfair Display', Georgia, serif;
}
h1, h2, h3 { color: var(--burgundy); letter-spacing: 0.2px; }
.content h1 { font-size: 2.55rem; line-height: 1.15; margin-bottom: 1.1rem; }
.content h2 {
  font-size: 1.75rem;
  margin-top: 2.2rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid var(--parchment-deep);
}
.content h3 { font-size: 1.3rem; color: var(--walnut); }
.content p, .content li { color: var(--ink); }
.content a { color: var(--burgundy); border-bottom: 1px dotted var(--gold); text-decoration: none; }
.content a:hover { color: var(--gold); border-bottom-color: var(--burgundy); }
.content strong { color: var(--walnut); }
.content ul { margin-left: 1.4rem; }
.content li { margin-bottom: 0.45rem; }

/* ---------- Navbar ---------- */
.navbar.is-antique {
  background-color: var(--burgundy);
  border-bottom: 4px solid var(--gold);
}
.navbar.is-antique .navbar-brand .brand-text {
  color: var(--cream);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.4px;
}
.navbar.is-antique .brand-mark { color: var(--gold-light); margin-right: 0.5rem; }
.navbar.is-antique .navbar-item,
.navbar.is-antique .navbar-link {
  color: var(--parchment);
  font-size: 1rem;
}
.navbar.is-antique a.navbar-item:hover,
.navbar.is-antique a.navbar-item:focus,
.navbar.is-antique .navbar-item.is-active {
  background-color: var(--burgundy-dark);
  color: var(--gold-light);
}
.navbar.is-antique .navbar-burger { color: var(--cream); }
@media (max-width: 1023px) {
  .navbar.is-antique .navbar-menu { background-color: var(--burgundy); }
  .navbar.is-antique .navbar-menu .navbar-item { color: var(--parchment); }
}

/* ---------- Hero ---------- */
.acg-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  color: var(--cream);
  padding: 6rem 1.5rem;
}
.acg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(43,36,29,0.55) 0%, rgba(78,21,29,0.72) 100%);
}
.acg-hero .acg-hero-inner { position: relative; z-index: 2; max-width: 820px; }
.acg-hero h1 { color: var(--cream); font-size: 3rem; line-height: 1.12; text-shadow: 0 2px 14px rgba(0,0,0,0.45); }
.acg-hero p.lead { color: var(--parchment); font-size: 1.25rem; margin-top: 1rem; text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.acg-hero .tagline {
  display: inline-block;
  background: var(--gold);
  color: var(--walnut);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.35rem 0.9rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}

/* ---------- Buttons ---------- */
.button.is-antique {
  background-color: var(--gold);
  border: none;
  color: var(--walnut);
  font-weight: 700;
  border-radius: 2px;
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.button.is-antique:hover { background-color: var(--gold-light); color: var(--walnut); transform: translateY(-2px); }
.button.is-antique-outline {
  background: transparent;
  border: 2px solid var(--cream);
  color: var(--cream);
  font-weight: 700;
  border-radius: 2px;
}
.button.is-antique-outline:hover { background: var(--cream); color: var(--burgundy); }

/* ---------- Content card / page body ---------- */
.acg-section { padding: 3.5rem 1.5rem; }
.acg-card {
  background: var(--cream);
  border: 1px solid var(--parchment-deep);
  border-top: 4px solid var(--gold);
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(43,36,29,0.08);
  padding: 2.5rem;
}
.acg-bg-parchment { background-color: var(--parchment); }

/* Page-top feature image */
.acg-feature {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--parchment-deep);
  margin-bottom: 1.8rem;
  box-shadow: 0 10px 30px rgba(43,36,29,0.12);
}

/* ---------- Specialty tiles (home) ---------- */
.acg-tile {
  background: var(--cream);
  border: 1px solid var(--parchment-deep);
  border-radius: 4px;
  padding: 1.6rem;
  height: 100%;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.acg-tile:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(43,36,29,0.12); }
.acg-tile .acg-tile-ico { color: var(--gold); font-size: 1.8rem; margin-bottom: 0.6rem; }
.acg-tile h3 { margin-bottom: 0.4rem; }
.acg-tile p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- Contact form ---------- */
.contact-form { max-width: 620px; margin-top: 1rem; }
.contact-form label {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: var(--walnut);
  margin: 0.9rem 0 0.3rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--parchment-deep);
  border-radius: 3px;
  background: #fff;
  font-family: 'Lora', serif;
  font-size: 1rem;
  color: var(--ink);
}
.contact-form input:focus,
.contact-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 2px rgba(176,141,44,0.2); }
.contact-form button {
  margin-top: 1.1rem;
  background: var(--burgundy);
  color: var(--cream);
  border: none;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  padding: 0.75rem 1.6rem;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.contact-form button:hover { background: var(--burgundy-dark); }

/* ---------- Footer ---------- */
.acg-footer {
  background-color: var(--walnut);
  color: var(--parchment);
  padding: 3rem 1.5rem 2rem;
}
.acg-footer h4 { color: var(--gold-light); font-family: 'Playfair Display', serif; margin-bottom: 0.8rem; font-size: 1.1rem; }
.acg-footer a { color: var(--parchment); border-bottom: 1px dotted transparent; }
.acg-footer a:hover { color: var(--gold-light); border-bottom-color: var(--gold-light); }
.acg-footer .footer-cols { display: flex; flex-wrap: wrap; gap: 2.5rem; }
.acg-footer ul { list-style: none; }
.acg-footer li { margin-bottom: 0.4rem; }
.acg-footer .copyright {
  border-top: 1px solid rgba(243,234,214,0.2);
  margin-top: 2rem;
  padding-top: 1.2rem;
  font-size: 0.9rem;
  color: var(--parchment-deep);
}

/* ---------- 404 ---------- */
.acg-404 { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 3rem 1.5rem; }
.acg-404 .big { font-family: 'Playfair Display', serif; font-size: 6rem; color: var(--gold); line-height: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .acg-hero h1 { font-size: 2.1rem; }
  .acg-hero { padding: 4rem 1.25rem; }
  .acg-card { padding: 1.5rem; }
  .content h1 { font-size: 2rem; }
  .acg-footer .footer-cols { gap: 1.5rem; }
}
