/* ================================================================
   Castro Theatre Preservation Foundation — Main Stylesheet
   Art Deco · Est. 1922 · San Francisco
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Josefin+Sans:wght@300;400;600&display=swap');

/* ── RESET & ROOT ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root { 
  --gold:              #C9A84C;
  --gold-light:        #E8C97A;
  --gold-pale:         #F5E9C8;
  --crimson:           #8B1A1A;
  --crimson-deep:      #5C0F0F;
  --ivory:             #FAF6EE;
  --ivory-warm:        #F2EAD8;
  --dark:              #3A0204;
  --dark-mid:          #410806;
  --charcoal:          #3D3020;
  --text-body:         #2A1F0E;
  --text-muted:        #6B5840;
  --border-gold:       rgba(201,168,76,0.35);
  --border-gold-strong:rgba(201,168,76,0.6);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  background: var(--dark);
  color: var(--ivory);
  font-size: 18px;
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none}

/* ── WORDPRESS ALIGNMENT CLASSES ── */
.alignleft  { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.aligncenter { display: block; margin: 1.5rem auto; text-align: center; }
.alignwide  { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull  { width: 100vw; position: relative; left: 50%; transform: translateX(-50%); }

/* ── SCREEN READER TEXT ── */
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute; width: 1px; word-wrap: normal !important;
}

/* ── SKIP LINK ── */
.skip-link {
  position: absolute; top: -100px; left: 1rem; z-index: 999;
  background: var(--gold); color: var(--dark);
  font-family: 'Josefin Sans', sans-serif; font-size: 0.7rem;
  font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 12px 20px; text-decoration: none; transition: top 0.2s;
}
.skip-link:focus { top: 1rem; }

/* ── NAVIGATION ── */
#masthead {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(26,18,8,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-gold);
}
.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.site-branding a {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.04em;
  text-decoration: none;
  line-height: 1.2;
}
.site-branding .site-description {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: rgba(201,168,76,0.7);
  text-transform: uppercase;
  margin-top: 2px;
}
.main-navigation ul {
  display: flex;
  gap: 2.2rem;
  list-style: none;
}
.main-navigation a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory-warm);
  text-decoration: none;
  transition: color 0.2s;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a { color: var(--gold); }
.nav-donate-btn {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dark) !important;
  background: var(--gold);
  padding: 10px 22px;
  text-decoration: none;
  transition: background 0.2s;
}
.nav-donate-btn:hover { background: var(--gold-light) !important; color: var(--dark) !important; }

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 14px;
  cursor: pointer;
}

/* ── SECTION LAYOUT ── */
.site-section { padding: 100px 2rem; }
.site-section-inner { max-width: 1100px; margin: 0 auto; }
.section-alt { background: var(--dark-mid); }
.section-ivory {
  background: var(--ivory);
  color: var(--text-body);
}

/* ── TYPOGRAPHY UTILITIES ── */
.eyebrow {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
.section-ivory .eyebrow { color: var(--crimson); }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ivory);
  margin-bottom: 1.5rem;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-ivory .section-title { color: var(--dark); }
.section-ivory .section-title em { color: var(--crimson); }

.section-lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(250,246,238,0.75);
  max-width: 680px;
}
.section-ivory .section-lead { color: var(--text-muted); }

/* ── BUTTONS ── */
.btn-primary {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--gold);
  padding: 16px 36px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-ghost {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--border-gold-strong);
  padding: 16px 36px;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.2s, color 0.2s;
  background: transparent;
  cursor: pointer;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); }

/* ── DECO DIVIDER ── */
.deco-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
}
.deco-divider-line {
  flex: 1;
  height: 1px;
  background: var(--border-gold);
}
.deco-divider-motif {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--gold);
  opacity: 0.6;
}
.deco-divider-motif span {
  width: 5px; height: 5px;
  background: currentColor;
  transform: rotate(45deg);
  display: block;
}
.deco-divider-motif span:nth-child(2) { width: 8px; height: 8px; opacity: 0.8; }

/* ── HERO ── */
.hero-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 120px 2rem 80px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,168,76,0.12) 0%, transparent 70%),
    linear-gradient(180deg, #0D0A05 0%, #1A1208 40%, #0F0B06 100%);
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold-light) 50%, var(--gold) 80%, transparent 100%);
}
.hero-deco-svg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  opacity: 0.06;
}
.hero-ornament {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.hero-ornament-line {
  width: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.hero-ornament-line.right { background: linear-gradient(90deg, var(--gold), transparent); }
.hero-ornament-diamond {
  width: 8px; height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.hero-eyebrow {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--ivory);
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-subtitle {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(250,246,238,0.6);
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}
.hero-established {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.6);
  margin-bottom: 3.5rem;
}
.hero-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }

/* ── MISSION ── */
.mission-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.mission-quote {
  position: relative;
  padding: 3rem 3rem 3rem 4rem;
  border-left: 3px solid var(--gold);
  background: rgba(201,168,76,0.04);
}
.mission-quote::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 8rem;
  line-height: 0;
  color: var(--gold);
  opacity: 0.2;
  position: absolute;
  top: 3.5rem;
  left: 1.5rem;
}
.mission-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.7;
  color: rgba(250,246,238,0.9);
  position: relative;
}

/* ── PILLARS ── */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 3rem;
}
.pillar {
  background: rgba(201,168,76,0.05);
  border: 1px solid var(--border-gold);
  padding: 2.5rem 2rem;
  transition: background 0.25s;
  position: relative;
  overflow: hidden;
}
.pillar::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.25s;
}
.pillar:hover { background: rgba(201,168,76,0.1); }
.pillar:hover::after { opacity: 1; }
.pillar-icon { font-size: 2rem; margin-bottom: 1.2rem; display: block; }
.pillar-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 1rem;
}
.pillar-text {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(250,246,238,0.7);
}

/* ── TIMELINE ── */
.timeline {
  position: relative;
  padding-left: 2.5rem;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 0; top: 0.5rem; bottom: 0.5rem;
  width: 1px;
  background: linear-gradient(180deg, var(--gold) 0%, rgba(201,168,76,0.2) 100%);
}
.timeline-item { position: relative; margin-bottom: 2.5rem; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -2.5rem;
  top: 0.45rem;
  width: 8px; height: 8px;
  background: var(--gold);
  transform: rotate(45deg) translateX(-50%);
}
.timeline-year {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.timeline-event {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(250,246,238,0.8);
}
.timeline-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

/* ── SUPPORT TIERS ── */
.tiers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.tier-card {
  background: var(--ivory);
  color: var(--text-body);
  padding: 2.5rem 2rem;
  border-top: 4px solid var(--gold);
  position: relative;
}
.tier-card.featured {
  background: var(--dark);
  color: var(--ivory);
  border: 2px solid var(--gold);
  border-top: 4px solid var(--gold-light);
}
.tier-card.featured .tier-name  { color: var(--gold-light); }
.tier-card.featured .tier-amount { color: var(--ivory); }
.tier-card.featured .tier-benefit { color: rgba(250,246,238,0.75); }
.tier-card.featured .tier-benefit::before { background: var(--gold); }
.tier-badge {
  position: absolute;
  top: -1px; right: 1.5rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--gold-light);
  color: var(--dark);
  padding: 4px 10px;
}
.tier-name {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--crimson);
  margin-bottom: 0.5rem;
}
.tier-amount {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 1.5rem;
}
.tier-amount span {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  opacity: 0.6;
  margin-left: 4px;
}
.tier-divider {
  width: 36px; height: 1px;
  background: var(--border-gold-strong);
  margin-bottom: 1.5rem;
}
.tier-benefits { list-style: none; }
.tier-benefit {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-muted);
  padding: 0.5rem 0 0.5rem 1.4rem;
  position: relative;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.tier-benefit:last-child { border-bottom: none; }
.tier-benefit::before {
  content: '';
  position: absolute;
  left: 0; top: 1rem;
  width: 6px; height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
}

/* ── BOARD ── */
.board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.board-card {
  padding: 2rem;
  border: 1px solid rgba(201,168,76,0.2);
  background: rgba(255,255,255,0.02);
  transition: border-color 0.25s, background 0.25s;
}
.board-card:hover {
  border-color: var(--border-gold-strong);
  background: rgba(201,168,76,0.05);
}
.board-initials {
  width: 52px; height: 52px;
  background: rgba(201,168,76,0.15);
  border: 1px solid var(--border-gold-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.board-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ivory);
  margin-bottom: 0.25rem;
}
.board-role {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.board-bio {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(250,246,238,0.6);
}

/* ── CTA BANNER ── */
.cta-banner {
  padding: 100px 2rem;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(139,26,26,0.25) 0%, transparent 70%),
    var(--dark);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
}
.cta-banner .section-title { max-width: 700px; margin: 0 auto 1.5rem; }
.cta-banner .section-lead  { margin: 0 auto 3rem; text-align: center; }
.cta-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }

/* ── SINGLE POST / PAGE ── */
.page-hero {
  padding: 160px 2rem 80px;
  background: linear-gradient(180deg, #0D0A05 0%, var(--dark-mid) 100%);
  border-bottom: 1px solid var(--border-gold);
  text-align: center;
}
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--ivory);
  margin-bottom: 1rem;
}
.entry-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.entry-content h2, .entry-content h3 {
  font-family: 'Playfair Display', serif;
  color: var(--gold-light);
  margin: 2.5rem 0 1rem;
}
.entry-content h2 { font-size: 1.8rem; }
.entry-content h3 { font-size: 1.4rem; }
.entry-content p  { margin-bottom: 1.4rem; color: rgba(250,246,238,0.82); }
.entry-content ul, .entry-content ol {
  margin: 1rem 0 1.4rem 1.5rem;
  color: rgba(250,246,238,0.75);
}
.entry-content li { margin-bottom: 0.5rem; }
.entry-content a  { color: var(--gold); text-decoration: underline; text-decoration-color: var(--border-gold); }
.entry-content a:hover { color: var(--gold-light); }
.entry-content blockquote {
  border-left: 3px solid var(--gold);
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: rgba(201,168,76,0.05);
  font-style: italic;
  font-size: 1.15rem;
}

/* ── FOOTER ── */
#colophon {
  background: #0D0A05;
  border-top: 1px solid var(--border-gold);
}
.footer-widgets {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 2rem 0;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
}
.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.footer-brand-sub {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.5);
  margin-bottom: 1.2rem;
}
.footer-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(250,246,238,0.45);
}
.footer-col-heading {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.footer-nav-list { list-style: none; }
.footer-nav-list li { margin-bottom: 0.5rem; }
.footer-nav-list a {
  font-size: 0.9rem;
  color: rgba(250,246,238,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-nav-list a:hover { color: var(--gold); }

/* Widget styles */
.widget-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.widget ul  { list-style: none; }
.widget li  { margin-bottom: 0.5rem; }
.widget a   { font-size: 0.9rem; color: rgba(250,246,238,0.5); text-decoration: none; transition: color 0.2s; }
.widget a:hover { color: var(--gold); }

.site-info {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid rgba(201,168,76,0.15);
  margin-top: 3rem;
}
.copyright {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: rgba(250,246,238,0.25);
}
.footer-est {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  font-style: italic;
  color: rgba(201,168,76,0.4);
}

/* ── CONTACT FORM (CF7 / WPForms compatible) ── */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpforms-field input,
.wpforms-field textarea {
  width: 100%;
  background: rgba(201,168,76,0.05);
  border: 1px solid var(--border-gold);
  color: var(--ivory);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  padding: 14px 18px;
  outline: none;
  transition: border-color 0.2s;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus { border-color: var(--gold); }
.wpcf7 input[type="submit"] {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--gold);
  border: none;
  padding: 16px 36px;
  cursor: pointer;
  transition: background 0.2s;
}
.wpcf7 input[type="submit"]:hover { background: var(--gold-light); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .mission-layout    { grid-template-columns: 1fr; gap: 3rem; }
  .pillars-grid      { grid-template-columns: 1fr; gap: 0; }
  .timeline-layout   { grid-template-columns: 1fr; gap: 3rem; }
  .footer-widgets    { grid-template-columns: 1fr; gap: 2rem; padding-bottom: 2rem; }
  .main-navigation   { display: none; }
  .nav-donate-btn    { display: none; }
  .menu-toggle       { display: block; }
}
@media (max-width: 700px) {
  .tiers-grid  { grid-template-columns: 1fr; }
  .board-grid  { grid-template-columns: 1fr; }
  .site-section { padding: 60px 1.25rem; }
}

/* Mobile nav open state */
.main-navigation.toggled {
  display: block;
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: rgba(26,18,8,0.98);
  border-bottom: 1px solid var(--border-gold);
  padding: 1.5rem 2rem;
}
.main-navigation.toggled ul {
  flex-direction: column;
  gap: 1.2rem;
}
