:root {
  --navy: #0b1d36;
  --navy-2: #122848;
  --navy-3: #1a3558;
  --gold: #c4a35a;
  --gold-2: #e8d5a3;
  --ivory: #f6f1e8;
  --paper: #fbf8f2;
  --ink: #1c1915;
  --muted: #6d675e;
  --line: rgba(196, 163, 90, .28);
  --danger: #8b2e2e;
  --ok: #2d6a4f;
  --shadow: 0 18px 50px rgba(11, 29, 54, .12);
  --radius: 18px;
  --header-h: 64px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, .serif { font-family: "Cormorant Garamond", Georgia, serif; letter-spacing: .01em; }
.container { width: min(1240px, calc(100% - 36px)); margin-inline: auto; }
.skip-link {
  position: absolute; left: -999px; top: 8px; background: var(--gold); color: var(--navy); padding: 8px 14px; z-index: 80;
}
.skip-link:focus { left: 8px; }

.topbar {
  background: var(--navy);
  color: var(--gold-2);
  font-size: 12px;
}
.topbar-inner, .header-inner, .footer-bottom-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.topbar-inner { min-height: 32px; }
.topbar-left, .topbar-right { display: flex; gap: 16px; flex-wrap: wrap; }
.topbar a { color: var(--gold-2); }
.topbar i { color: var(--gold); margin-right: 6px; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(251, 248, 242, .96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(11,29,54,.06); }
.header-inner { min-height: var(--header-h); flex-wrap: nowrap; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 38px; height: 38px; }
.brand strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 18px; line-height: 1.1; color: var(--navy); }
.brand small { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.brand-light strong { color: #fff; }
.nav {
  display: flex; align-items: center; justify-content: flex-end;
  gap: 2px; flex: 1; flex-wrap: nowrap; min-width: 0;
}
.nav-link {
  padding: 6px 8px; font-size: 13px; color: var(--navy-2); font-weight: 500; white-space: nowrap;
}
.nav-link.is-active, .nav-link:hover { color: var(--gold); }
.nav-cta { margin-left: 10px; padding: 8px 14px !important; font-size: 13px !important; flex-shrink: 0; white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; position: relative; flex-shrink: 0; }
.nav-toggle span {
  position: absolute; left: 10px; right: 10px; height: 2px; background: var(--navy); transition: .2s;
}
.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 20px; }
.nav-toggle span:nth-child(3) { top: 26px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 16px; border-radius: 999px; border: 1px solid transparent; font-weight: 600; cursor: pointer;
  font-family: inherit; font-size: 13px;
}
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-2); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-outline { border-color: var(--gold); color: var(--gold-2); background: transparent; }
.btn-outline-dark { border-color: var(--navy); color: var(--navy); background: transparent; }

.hero {
  position: relative; min-height: 520px; height: 62vh; max-height: 640px; color: #fff;
  display: grid; place-items: center; overflow: hidden;
  background: var(--navy) center/cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11,29,54,.88) 0%, rgba(11,29,54,.55) 52%, rgba(11,29,54,.25) 100%),
    linear-gradient(180deg, rgba(11,29,54,.15), rgba(11,29,54,.55));
}
.hero-content { position: relative; z-index: 1; width: min(1240px, calc(100% - 36px)); padding: 56px 0 48px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold); letter-spacing: .22em; text-transform: uppercase; font-size: 12px; font-weight: 600;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.hero h1 {
  font-size: clamp(34px, 5vw, 58px); line-height: 1.08; margin: 10px 0 12px; max-width: 16ch; font-weight: 600;
}
.hero p { max-width: 54ch; color: rgba(255,255,255,.86); font-size: 16px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.hero-meta { display: flex; gap: 24px; margin-top: 28px; flex-wrap: wrap; }
.hero-meta b { display: block; font-family: "Cormorant Garamond", serif; font-size: 28px; color: var(--gold-2); }
.hero-meta span { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.7); }

.slider { position: relative; min-height: 520px; height: 62vh; max-height: 640px; overflow: hidden; background: var(--navy); }
.slider-track { position: relative; min-height: 520px; height: 100%; }
.slide {
  position: absolute; inset: 0; background: var(--navy) center/cover no-repeat;
  opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s ease;
  display: flex; align-items: center;
}
.slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,29,54,.88) 0%, rgba(11,29,54,.5) 55%, rgba(11,29,54,.22) 100%);
}
.slide-inner {
  position: relative; z-index: 2; width: min(1240px, calc(100% - 36px)); margin: 0 auto; padding: 56px 0 64px; color: #fff;
}
.slide-inner h1 {
  font-size: clamp(32px, 4.8vw, 54px); line-height: 1.1; margin: 0 0 12px; max-width: 18ch; font-weight: 600;
}
.slide-inner p { max-width: 52ch; color: rgba(255,255,255,.86); font-size: 16px; margin: 0; }
.slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(232,213,163,.45);
  background: rgba(11,29,54,.45); color: var(--gold-2); cursor: pointer;
}
.slider-prev { left: 18px; }
.slider-next { right: 18px; }
.slider-btn:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.slider-dots {
  position: absolute; left: 0; right: 0; bottom: 22px; z-index: 3;
  display: flex; justify-content: center; gap: 8px;
}
.slider-dots button {
  width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.4); cursor: pointer; padding: 0;
}
.slider-dots button.is-active { background: var(--gold); width: 26px; border-radius: 999px; }

.section { padding: 44px 0; }
.section-head { max-width: 720px; margin-bottom: 22px; }
.section-head h2 { font-size: clamp(26px, 3.2vw, 36px); margin: 4px 0 8px; color: var(--navy); }
.muted { color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-2 { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; box-shadow: 0 10px 28px rgba(11, 29, 54, .07);
}
.card-body { padding: 18px; }
.card h3 { margin: 0 0 6px; font-size: 22px; color: var(--navy); }
.card p { margin: 0; color: var(--muted); }
.card-icon {
  width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
  background: var(--navy); color: var(--gold); margin-bottom: 10px;
}
.media { border-radius: 14px; overflow: hidden; box-shadow: 0 10px 28px rgba(11, 29, 54, .07); }
.media img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.gold-rule { width: 44px; height: 2px; background: var(--gold); margin: 10px 0 14px; }

.page-hero {
  background: var(--navy) center/cover no-repeat; color: #fff; padding: 44px 0 32px; position: relative;
}
.page-hero::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(11,29,54,.9), rgba(11,29,54,.45)); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(30px, 4vw, 46px); margin: 6px 0; }
.crumbs { font-size: 13px; color: var(--gold-2); display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: var(--gold); }

.article { background: #fff; border-radius: 14px; padding: 26px; border: 1px solid var(--line); }
.article .lead { font-size: 19px; color: var(--navy-2); font-family: "Cormorant Garamond", serif; }
.article h2 { color: var(--navy); font-size: 26px; margin-top: 22px; }
.article .cite { margin-top: 32px; font-size: 14px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; }
pre.petition {
  white-space: pre-wrap; background: #0b1d36; color: #f6f1e8; padding: 24px; border-radius: 12px;
  font-family: "Courier New", ui-monospace, monospace; font-size: 13.5px; line-height: 1.7; overflow: auto;
}
.meta-row { display: flex; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 13px; margin: 10px 0 22px; }
.chip { display: inline-flex; padding: 4px 10px; border-radius: 999px; background: var(--ivory); color: var(--navy); font-size: 12px; font-weight: 600; }

.form { display: grid; gap: 14px; }
.form label { font-size: 13px; font-weight: 600; color: var(--navy); }
.form input, .form textarea, .form select {
  width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid #e4dccb; font: inherit; background: #fff;
}
.form textarea { min-height: 140px; resize: vertical; }
.alert { padding: 12px 14px; border-radius: 12px; font-size: 14px; }
.alert-ok { background: #e9f5ee; color: var(--ok); }
.alert-err { background: #f8eaea; color: var(--danger); }

.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button {
  width: 100%; text-align: left; background: none; border: 0; padding: 12px 0; font: inherit; font-weight: 600;
  color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; gap: 12px;
}
.faq-item .faq-a { display: none; padding: 0 0 12px; color: var(--muted); }
.faq-item.open .faq-a { display: block; }

.link-card { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; height: 100%; }
.link-card h3 { font-size: 22px; margin: 0 0 6px; }
.link-card a { color: var(--gold); font-weight: 600; font-size: 13px; }

.site-footer { background: var(--navy); color: rgba(255,255,255,.8); margin-top: 0; }
.footer-goldline { height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr .7fr; gap: 28px; padding: 40px 0; }
.footer-grid h3 { color: var(--gold); font-size: 22px; margin: 0 0 14px; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-list a:hover { color: var(--gold-2); }
.footer-about { color: rgba(255,255,255,.72); }
.footer-bottom { border-top: 1px solid rgba(196,163,90,.2); padding: 16px 0; font-size: 13px; }

.wa-float {
  position: fixed; right: 18px; bottom: 18px; width: 56px; height: 56px; border-radius: 50%;
  background: #1aad5a; color: #fff; display: grid; place-items: center; font-size: 28px; z-index: 50;
  box-shadow: 0 12px 30px rgba(26,173,90,.35);
}
.article-card img { height: 160px; width: 100%; object-fit: cover; }
.quote { font-family: "Cormorant Garamond", serif; font-size: 21px; color: var(--navy); margin: 0; }
.stat-box { padding: 18px; border-top: 2px solid var(--gold); background: #fff; border-radius: 14px; }

.about-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; align-items: start; }
.about-side { display: grid; gap: 14px; }
.side-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 18px 16px;
  box-shadow: 0 10px 28px rgba(11, 29, 54, .07);
}
.side-card h3 { margin: 8px 0 12px; font-size: 24px; color: var(--navy); }
.id-list { list-style: none; margin: 0 0 14px; padding: 0; }
.id-list li {
  display: flex; justify-content: space-between; gap: 12px; padding: 9px 0;
  border-bottom: 1px solid var(--line); font-size: 14px;
}
.id-list li:last-child { border-bottom: 0; }
.id-list span { color: var(--muted); }
.id-list strong { color: var(--navy); text-align: right; }
.skill-list { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 6px; }
.skill-list a {
  display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px;
  background: var(--ivory); color: var(--navy); font-weight: 600; font-size: 14px;
}
.skill-list a:hover { background: var(--navy); color: var(--gold-2); }
.skill-list i { width: 18px; color: var(--gold); text-align: center; }

@media (max-width: 1180px) {
  .grid-3, .grid-4, .footer-grid, .grid-2, .about-layout { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--paper); flex-direction: column; align-items: stretch; padding: 10px 18px 16px;
    border-bottom: 1px solid var(--line); gap: 0;
  }
  .nav.is-open { display: flex; }
  .nav-link { padding: 10px 4px; }
  .nav-cta { margin-left: 0; margin-top: 8px; align-self: flex-start; }
  .hide-sm { display: none; }
  .hero, .slider { min-height: 420px; height: 56vh; }
  .slider-track { min-height: 420px; }
  .slider-btn { display: none; }
}
