/*
 Theme Name:  Al-Hashmi Academy - Child Theme
 Theme URI:   https://www.alhashmi.org
 Description: Elegant Sufi child theme for Kadence. Deep emerald, antique gold and parchment design for Al-Hashmi Educational Welfare & Charitable Trust, Bijapur. Optimized for speed, SEO, AEO/GEO and LLM readability. RTL-ready for Urdu/Arabic.
 Author:      Al-Hashmi Development Team
 Author URI:  https://www.alhashmi.org
 Template:    kadence
 Version:     2.0.0
 License:     GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: alhashmi-child
 Tags:        education, islamic, sufism, multilingual, rtl-language-support, accessibility-ready, custom-colors, custom-menu, featured-images, full-width-template
*/

/* ============================================================
   1. SUFI DESIGN TOKENS (LIGHT MODE)
   ============================================================ */
:root {
  /* Primary - Deep Green */
  --sufi-primary: #0B5D3F;
  /* Secondary - Gold */
  --sufi-secondary: #C8A951;
  /* Tertiary - Burgundy */
  --sufi-tertiary: #6B1D3A;
  /* Neutral - Cream/Parchment */
  --sufi-neutral: #FAF6EE;
  /* Additional */
  --sufi-white: #FFFFFF;
  --sufi-dark-text: #1a221f;
  
  /* Typography */
  --font-body: 'EB Garamond', serif;
  --font-heading: 'Playfair Display', serif;
  --font-ui: 'Outfit', sans-serif;
  
  /* Shapes */
  --sufi-roundness: 8px;
  --sufi-shadow: 0 4px 12px rgba(11, 93, 63, 0.08);

  /* Kadence mapping */
  --global-palette1: #0b5b3d;
  --global-palette2: #063f2b;
  --global-palette3: #18231e;
  --global-palette4: #24342d;
  --global-palette5: #64736b;
  --global-palette6: #8a958c;
  --global-palette7: #f2ecda;
  --global-palette8: #f7f1df;
  --global-palette9: #fffdf6;
  --global-body-font-family: var(--font-body);
  --global-heading-font-family: var(--font-heading);
}

/* ============================================================
   NEW SUFI COMPONENTS (For Custom HTML Blocks)
   ============================================================ */
.sufi-hero-light {
  background: var(--sufi-neutral);
  padding: 80px 20px;
  text-align: center;
  border-bottom: 3px solid var(--sufi-secondary);
  position: relative;
}
.sufi-hero-light h1 {
  font-family: var(--font-heading);
  color: var(--sufi-primary);
  font-size: 3rem;
  margin-bottom: 20px;
}
.sufi-btn-primary {
  background: var(--sufi-primary);
  color: var(--sufi-white) !important;
  font-family: var(--font-ui);
  padding: 12px 24px;
  border-radius: var(--sufi-roundness);
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sufi-btn-primary:hover {
  background: var(--sufi-secondary);
}
.sufi-card {
  background: var(--sufi-white);
  border-radius: var(--sufi-roundness);
  padding: 24px;
  box-shadow: var(--sufi-shadow);
  border-top: 4px solid var(--sufi-primary);
}

/* Typography Extensions */
.sufi-arabic { font-family: 'Amiri', serif; direction: rtl; font-size: 1.5em; line-height: 1.8; color: var(--sufi-primary); }
.sufi-urdu { font-family: 'Noto Nastaliq Urdu', serif; direction: rtl; font-size: 1.6em; line-height: 2.1; color: var(--sufi-dark-text); }
.sufi-deccan-pattern {
  background-image: radial-gradient(var(--sufi-secondary) 1px, transparent 1px);
  background-size: 20px 20px;
  background-color: var(--sufi-neutral);
}
.sufi-deccan-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M20 0l20 20-20 20L0 20z" fill="none" stroke="%23c8a951" stroke-opacity="0.15" stroke-width="1"/></svg>') repeat;
  pointer-events: none;
}

/* Mobile Menu Additions */
.sufi-mobile-toggle { display: none; background: none; border: none; font-size: 2rem; color: var(--sufi-primary); cursor: pointer; }
@media (max-width: 992px) {
  .sufi-mobile-toggle { display: block; }
  .sufi-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: var(--sufi-white); box-shadow: var(--sufi-shadow); flex-direction: column; padding: 20px; max-height: 80vh; overflow-y: auto; }
  .sufi-nav.active { display: flex; }
  .sufi-nav ul { flex-direction: column; gap: 15px; }
  .sufi-mega-menu { position: static; display: none; box-shadow: none; border-top: none; padding: 10px 0 0 15px; border-left: 2px solid var(--sufi-secondary); margin-top: 10px; background: transparent; }
  .sufi-has-dropdown.active .sufi-mega-menu { display: flex; flex-direction: column; gap: 20px; }
  .sufi-has-dropdown:hover .sufi-mega-menu { display: none; } /* Disable hover on mobile */
  .sufi-header-cta { display: none; }
}

/* Hide native Kadence Page Titles on Pages */
.page .entry-header, .page .page-title, .page-header { display: none !important; }


/* ============================================================
   2. BASE
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}
a { color: var(--green-3); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-3); }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--green);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 .75rem;
  letter-spacing: .2px;
}
h1 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); }
h2 { font-size: clamp(1.5rem, 3.6vw, 2.2rem); }
h3 { font-size: clamp(1.2rem, 2.8vw, 1.6rem); }
h4 { font-size: 1.2rem; }
img { max-width: 100%; height: auto; }
::selection { background: var(--gold-2); color: var(--green); }

/* Arabic & Urdu */
[lang="ar"], .arabic-text { font-family: var(--font-arabic); font-size: 1.15em; line-height: 1.9; direction: rtl; }
[lang="ur"], .urdu-text { font-family: var(--font-urdu); font-size: 1.25em; line-height: 2.1; direction: rtl; }

/* ============================================================
   3. TOP BAR (Sufi message strip)
   ============================================================ */
.sufi-topbar {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-2) 100%);
  color: var(--gold-2);
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: .95rem;
  letter-spacing: .4px;
  border-bottom: 2px solid var(--gold-3);
  position: relative;
  z-index: 999;
}
.sufi-topbar .sufi-message { font-weight: 600; display: flex; align-items: center; gap: 8px; }
.sufi-topbar .bismillah-text { font-family: var(--font-arabic); font-size: 1.25rem; color: var(--cream); line-height: 1.4; }
@media (max-width: 768px) {
  .sufi-topbar { flex-direction: column; text-align: center; padding: 12px 16px; }
}

/* ============================================================
   4. HEADER & NAVIGATION
   ============================================================ */
#masthead {
  background: var(--paper);
  box-shadow: 0 2px 18px rgba(3, 31, 21, .08);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-branding a.brand img { max-width: 205px; max-height: 62px; object-fit: contain; }
.site-branding .site-title { font-family: var(--font-heading); font-weight: 700; color: var(--green); font-size: 1.4rem; }
.main-navigation .primary-menu-container > ul > li.menu-item > a {
  font-weight: 600;
  color: #24342d;
  font-size: .95rem;
  position: relative;
  padding: 1em .9em;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: .35em;
  width: 0;
  height: 2px;
  background: var(--gold-3);
  transform: translateX(-50%);
  transition: width .25s ease;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover::after,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a::after { width: 70%; }
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover { color: var(--wine); }
.header-navigation .header-menu-container ul ul.sub-menu {
  background: var(--green);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 12px 28px rgba(3,31,21,.25);
}
.header-navigation .header-menu-container ul ul li.menu-item > a { color: #f4efe0; font-size: .88rem; }
.header-navigation .header-menu-container ul ul li.menu-item > a:hover { color: var(--gold-2); background: var(--green-2); }

/* ============================================================
   5. BUTTONS
   ============================================================ */
button, .button, .wp-block-button__link,
.kb-button, .kadence-blocks-btn,
input[type="button"], input[type="submit"] {
  font-family: var(--font-body);
  font-weight: 600;
  border-radius: 999px;
  padding: .7em 1.6em;
  background: var(--gold-3);
  color: #3a2d0a;
  border: 2px solid var(--gold-3);
  transition: all .25s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
}
button:hover, .button:hover, .wp-block-button__link:hover,
.kb-button:hover, .kadence-blocks-btn:hover {
  background: var(--green-2);
  border-color: var(--green-2);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(3,31,21,.18);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid var(--green-3);
  color: var(--green-3);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover { background: var(--green-3); color: #fff; }

/* ============================================================
   6. HOMEPAGE COMPONENTS
   ============================================================ */
.alhashmi-homepage { position: relative; }

/* Hero */
.alh-hero {
  background: linear-gradient(135deg, rgba(0,107,63,.95) 0%, rgba(0,77,44,.98) 100%),
              url('https://www.alhashmi.org/wp-content/uploads/2024/11/Jamia-Hashimpeer-Bijapur-40.jpg') center/cover;
  color: #fff;
  padding: 84px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.alh-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(215,182,90,.35) 0 1px, transparent 1.5px),
                    repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.03) 35px, rgba(255,255,255,.03) 70px);
  background-size: 38px 38px, auto;
  opacity: .5;
  pointer-events: none;
}
.alh-hero-content { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; }
.alh-hero-badge {
  background: var(--gold-3);
  color: #3a2d0a;
  padding: 8px 24px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  font-size: .95rem;
  margin-bottom: 1.5rem;
  letter-spacing: .5px;
}
.alh-hero h1 { color: #fff; text-shadow: 2px 2px 10px rgba(0,0,0,.35); }
.alh-hero-subtitle { opacity: .95; max-width: 900px; margin: 0 auto 2rem; font-size: 1.2rem; }
.alh-hero-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem;
  max-width: 900px; margin: 2.5rem auto; padding: 1.8rem 1rem;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.2);
}
.alh-stat-number { font-size: 2.4rem; font-weight: 700; color: var(--gold-2); display: block; margin-bottom: .4rem; font-family: var(--font-heading); }
.alh-stat-label { opacity: .9; font-size: .95rem; }
.alh-hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.alh-hero-ctas .btn, .alh-hero-ctas .button { background: var(--gold-3); border-color: var(--gold-3); color: #3a2d0a; }
.alh-hero-ctas .button-secondary { background: transparent; border: 2px solid #fff; color: #fff; }
.alh-hero-ctas .button-secondary:hover { background: #fff; color: var(--green); }

/* Crescent divider */
.crescent-divider { text-align: center; margin: 3rem 0; position: relative; }
.crescent-divider::before {
  content: "\263e";
  font-size: 2.2rem;
  color: var(--gold-3);
  padding: 0 1.5rem;
  background: var(--cream);
  position: relative; z-index: 1;
}
.crescent-divider::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 50%;
  height: 2px;
  background: linear-gradient(to right, transparent 0%, var(--line) 20%, var(--line) 80%, transparent 100%);
  z-index: 0;
}

/* Sections */
.alh-section { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
.alh-section-header { text-align: center; max-width: 800px; margin: 0 auto 3rem; }
.alh-section-header h2 { position: relative; display: inline-block; padding-bottom: 15px; }
.alh-section-header h2::after {
  content: ""; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 60px; height: 3px; background: var(--gold-3);
}
.kicker { text-transform: uppercase; letter-spacing: 2px; font-size: .82rem; color: var(--gold-3); font-weight: 700; display: block; margin-bottom: .5rem; }

/* Founder */
.alh-founder-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: center;
  background: var(--paper); padding: 3rem; border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.alh-founder-image { position: relative; border-radius: var(--radius); overflow: hidden; }
.alh-founder-image img { width: 100%; object-fit: cover; }
.alh-founder-badge {
  position: absolute; top: 20px; left: 20px;
  background: rgba(212,175,55,.95);
  color: #3a2d0a; padding: 8px 16px; border-radius: 8px; font-weight: 600;
}
.alh-founder-title { color: var(--gold-3); font-weight: 600; margin-bottom: 1.5rem; }
.alh-founder-highlights { list-style: none; margin: 1.5rem 0; padding: 0; }
.alh-founder-highlights li { padding: .5rem 0 .5rem 2rem; position: relative; }
.alh-founder-highlights li::before { content: "\2726"; position: absolute; left: 0; color: var(--gold-3); font-size: 1.2rem; }

/* Cards grids */
.alh-institutes-grid, .alh-activities-grid, .alh-features-grid, .alh-contact-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;
}
.alh-institute-card {
  background: var(--paper); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 8px 30px rgba(3,31,21,.1);
  transition: all .3s ease;
  border-top: 4px solid var(--green-3);
  display: flex; flex-direction: column;
}
.alh-institute-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.alh-institute-image { position: relative; height: 220px; overflow: hidden; background: var(--green); }
.alh-institute-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.alh-institute-card:hover .alh-institute-image img { transform: scale(1.08); }
.alh-institute-badge {
  position: absolute; top: 15px; right: 15px;
  background: rgba(212,175,55,.95);
  padding: 6px 14px; border-radius: 20px; font-size: .85rem; font-weight: 600; color: #3a2d0a;
}
.alh-institute-content { padding: 1.75rem; display: flex; flex-direction: column; flex: 1; }
.alh-institute-meta { color: var(--muted); margin-bottom: 1rem; font-size: .9rem; }
.alh-institute-features { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.alh-institute-features li { padding: .4rem 0 .4rem 1.5rem; position: relative; font-size: .95rem; }
.alh-institute-features li::before { content: "\2713"; position: absolute; left: 0; color: var(--green-3); font-weight: 700; }
.alh-institute-content .btn { align-self: flex-start; margin-top: auto; }

/* Activities */
.alh-activity-card {
  background: var(--paper); border-radius: var(--radius); padding: 2rem;
  box-shadow: 0 8px 30px rgba(3,31,21,.08);
  border-left: 4px solid var(--teal);
  transition: all .3s ease;
}
.alh-activity-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.alh-activity-icon {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, var(--green-3) 0%, var(--teal) 100%);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin-bottom: 1.25rem; color: #fff;
}
.alh-activity-impact {
  background: rgba(212,175,55,.12); padding: 1rem; border-radius: 10px;
  border-left: 3px solid var(--gold-3); margin-top: 1rem; font-size: .95rem;
}

/* Features strip */
.alh-features {
  background: linear-gradient(135deg, var(--green-3) 0%, var(--green-deep) 100%);
  color: #fff; padding: 60px 20px; position: relative; overflow: hidden;
}
.alh-features h2, .alh-features p { color: #fff; }
.alh-feature-box {
  background: rgba(255,255,255,.08); backdrop-filter: blur(10px); padding: 2rem;
  border-radius: var(--radius); border: 1px solid rgba(255,255,255,.18); text-align: center;
}
.alh-feature-icon { font-size: 2.6rem; margin-bottom: 1rem; display: block; }
.alh-feature-box h3 { color: var(--gold-2); }

/* CTA & Contact */
.alh-cta {
  background: linear-gradient(135deg, rgba(212,175,55,.12) 0%, rgba(0,139,139,.12) 100%);
  padding: 60px 20px; text-align: center;
  border-radius: var(--radius); margin: 60px auto; max-width: 1200px;
}
.alh-contact-card {
  background: var(--paper); padding: 2rem; border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(3,31,21,.08); text-align: center;
}
.alh-contact-icon {
  width: 70px; height: 70px;
  background: linear-gradient(135deg, var(--green-3) 0%, var(--teal) 100%);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin: 0 auto 1.25rem; color: #fff;
}

/* Quote blocks & section split */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: center; }
.image-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.image-card img { width: 100%; object-fit: cover; }
.quote {
  font-family: var(--font-arabic);
  font-size: 1.5rem;
  color: var(--green-2);
  direction: rtl;
  text-align: center;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  padding: 1rem 0;
  margin: 1.5rem 0;
}
.pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.pillar { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 1.75rem; text-align: center; }
.pillar .icon { font-size: 2rem; color: var(--gold-2); margin-bottom: .75rem; display: block; }
.pillar h3 { color: var(--gold-2); }
.pillar p { color: rgba(255,255,255,.78); font-size: .95rem; }
.dark-section { background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%); padding: 60px 0; }

/* ============================================================
   7. FRIDAY SPEECH / BAYAN LAYOUT
   ============================================================ */
.ah-speech { max-width: 980px; margin: 0 auto; padding: 40px 20px; }
.ah-speech-video { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 2rem; }
.ah-speech-video iframe { width: 100%; aspect-ratio: 16/9; display: block; border: 0; }
.ah-speech-transcript {
  background: var(--paper);
  border-left: 4px solid var(--gold-3);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.75rem 2rem;
  margin: 1.5rem 0;
}
.ah-speech-transcript .urdu, .ah-speech-transcript [lang="ur"] { margin-top: 1.25rem; }
.ah-speech-meta { display: flex; gap: 1rem; flex-wrap: wrap; color: var(--muted); font-size: .9rem; margin-bottom: 1.5rem; }
.ah-speech-meta span::before { content: "\2726"; color: var(--gold-3); margin-right: .4rem; }

/* ============================================================
   8. FOOTER
   ============================================================ */
.site-footer, .site-footer-wrap { background: #03271a !important; }
.islamic-footer-border {
  height: 10px;
  background: repeating-linear-gradient(-45deg, var(--gold-3) 0, var(--gold-3) 15px, var(--green-deep) 15px, var(--green-deep) 30px);
  box-shadow: 0 -4px 10px rgba(0,0,0,.12);
}
.site-footer .widget-title, .site-footer h3 {
  color: var(--gold-2) !important;
  font-family: var(--font-heading) !important;
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
}
.site-footer .widget-title::after, .site-footer h3::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background: var(--gold-3);
}
.site-footer a { color: rgba(255,255,255,.78) !important; transition: all .3s ease; }
.site-footer a:hover { color: var(--gold-2) !important; }
.site-footer p, .site-footer li { color: rgba(255,255,255,.7); }

/* ============================================================
   9. SPEECH ARCHIVE / BLOG CARDS
   ============================================================ */
.ah-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.75rem; }
.ah-card {
  background: var(--paper); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 8px 30px rgba(3,31,21,.1); transition: all .3s ease;
  display: flex; flex-direction: column;
}
.ah-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.ah-card-thumb { aspect-ratio: 16/9; overflow: hidden; background: var(--green); }
.ah-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ah-card-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.ah-card-body h3 { margin-bottom: .5rem; font-size: 1.2rem; }
.ah-card-body p { color: var(--muted); font-size: .95rem; flex: 1; }
.ah-card-meta { font-size: .82rem; color: var(--muted); margin-top: 1rem; }

/* ============================================================
   10. RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .split { grid-template-columns: 1fr; }
  .alh-founder-grid { grid-template-columns: 1fr; padding: 2rem; }
}
@media (max-width: 768px) {
  .alh-section { padding: 40px 15px; }
  .alh-hero { padding: 60px 15px; }
  .alh-hero-stats { grid-template-columns: 1fr 1fr; padding: 1.25rem .75rem; }
  .alh-hero-ctas .btn, .alh-hero-ctas .button { width: 100%; }
  .alh-institutes-grid, .alh-activities-grid, .alh-features-grid, .alh-contact-grid { grid-template-columns: 1fr; }
  .alh-founder-grid { padding: 1.5rem; }
}
@media (max-width: 480px) {
  .alh-hero-stats { grid-template-columns: 1fr; }
}

/* ============================================================
   11. ACCESSIBILITY & REDUCED MOTION
   ============================================================ */
.skip-link { position: absolute; left: -9999px; z-index: 999999; }
.skip-link:focus { left: 6px; top: 7px; background: var(--green); color: #fff; padding: 12px 20px; border-radius: 6px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold-3); outline-offset: 2px;
}
