/* ── PUBLIC HOLIDAY CHECKER — GLOBAL STYLES ─────────────────── */
:root {
  --ink:        #0e0d0b;
  --paper:      #f5f0e8;
  --cream:      #ede7d9;
  --gold:       #c9973a;
  --gold-light: #f0c96b;
  --gold-pale:  #fdf8ed;
  --red:        #c53030;
  --green:      #2d6a4f;
  --blue:       #1a4b8c;
  --muted:      #7a7060;
  --border:     #cfc8b8;
  --white:      #ffffff;
  --radius:     6px;
  --shadow:     0 2px 12px rgba(14,13,11,0.10);
  --shadow-lg:  0 8px 40px rgba(14,13,11,0.15);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.6;
}
h1,h2,h3,h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

/* ── MASTHEAD ─────────────────────────────────────────────────── */
.masthead {
  background: var(--ink);
  color: var(--paper);
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 2px solid var(--gold);
  height: 58px;
}
.masthead-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.masthead-logo .accent { color: var(--gold-light); }
.masthead-nav {
  display: flex;
  gap: 4px;
  align-items: center;
}
.masthead-nav a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.7;
  transition: opacity .2s;
  padding: 6px 10px;
  border-radius: var(--radius);
}
.masthead-nav a:hover { opacity: 1; background: rgba(255,255,255,0.07); }
.masthead-nav a.active { opacity: 1; color: var(--gold-light); }

/* hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--paper); border-radius: 2px; transition: all .25s; }
.mobile-menu {
  display: none;
  position: fixed;
  top: 58px; left: 0; right: 0;
  background: var(--ink);
  border-bottom: 2px solid var(--gold);
  padding: 16px 24px;
  z-index: 199;
  flex-direction: column;
  gap: 4px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 0.9rem;
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: var(--paper);
  opacity: 0.8;
}
.mobile-menu a:last-child { border-bottom: none; }

/* ── PAGE HERO (inner pages) ─────────────────────────────────── */
.page-hero {
  background: var(--ink);
  color: var(--paper);
  padding: 48px 32px 40px;
  text-align: center;
  border-bottom: 2px solid var(--gold);
}
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 12px; }
.page-hero p { max-width: 560px; margin: 0 auto; opacity: 0.75; font-size: 1rem; }

/* ── CONTENT WRAPPER ─────────────────────────────────────────── */
.content-wrap { max-width: 820px; margin: 0 auto; padding: 48px 32px; }
.content-wrap h2 { font-size: 1.5rem; margin: 36px 0 12px; color: var(--ink); }
.content-wrap h3 { font-size: 1.1rem; margin: 24px 0 8px; }
.content-wrap p { margin-bottom: 14px; color: #3a3530; line-height: 1.7; }
.content-wrap ul { padding-left: 20px; margin-bottom: 14px; }
.content-wrap ul li { margin-bottom: 6px; color: #3a3530; line-height: 1.6; }
.content-wrap a { color: var(--gold); text-decoration: underline; }

/* ── FOOTER ──────────────────────────────────────────────────── */
.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 48px 32px 24px;
  border-top: 2px solid var(--gold);
}
.footer-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.footer-brand .footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer-brand .footer-logo span { color: var(--gold-light); }
.footer-brand p { font-size: 0.82rem; opacity: 0.6; line-height: 1.6; }
.footer-col h4 { font-size: 0.7rem; font-family: 'DM Mono', monospace; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold-light); margin-bottom: 12px; }
.footer-col a { display: block; font-size: 0.82rem; opacity: 0.6; margin-bottom: 6px; transition: opacity .2s; }
.footer-col a:hover { opacity: 1; }
.footer-bottom {
  max-width: 1160px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.78rem;
  opacity: 0.5;
}
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { opacity: 1; text-decoration: underline; }

/* ── UTILITIES ───────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--ink);
  border: none;
  padding: 10px 22px;
  border-radius: var(--radius);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background .2s, transform .1s;
}
.btn-primary:hover { background: var(--gold-light); }
.btn-primary:active { transform: scale(0.98); }
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--paper);
  border: 1.5px solid rgba(255,255,255,0.3);
  padding: 9px 20px;
  border-radius: var(--radius);
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.btn-outline:hover { border-color: var(--gold-light); background: rgba(255,255,255,0.06); }

@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(1.4)} }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
@keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
@keyframes fadeUp { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }
.fade-up { animation: fadeUp .5s ease forwards; }

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .masthead { padding: 0 16px; }
  .masthead-nav { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .content-wrap { padding: 32px 20px; }
  .page-hero { padding: 36px 20px 28px; }
}
