:root {
  --green-950: #073724;
  --green-900: #09452e;
  --green-800: #0d5b3c;
  --green-700: #147049;
  --green-100: #e4f2e8;
  --cream: #f7f3e8;
  --gold: #d9b85f;
  --gold-soft: #f0dfaa;
  --ink: #162019;
  --muted: #657068;
  --line: #d8ded9;
  --white: #fff;
  --shadow: 0 18px 50px rgba(6, 54, 35, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfcfa;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; z-index: 20; padding: .75rem 1rem; background: white; }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .7rem clamp(1rem, 4vw, 4rem);
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(9,69,46,.12);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--green-900); }
.brand img { width: 56px; height: 56px; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 1.12rem; }
.brand small { color: var(--muted); font-size: .75rem; }
nav { display: flex; gap: 1.35rem; }
nav a { font-weight: 650; text-decoration: none; color: #324239; }
nav a:hover, nav a:focus-visible { color: var(--green-700); }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 999px; padding: .65rem 1rem; font: inherit; font-weight: 700; }

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 650px;
  padding: clamp(4rem, 8vw, 7.5rem) clamp(1.25rem, 8vw, 8rem);
  color: white;
  background:
    radial-gradient(circle at 10% 0%, rgba(217,184,95,.23), transparent 28rem),
    linear-gradient(135deg, var(--green-950), var(--green-800));
}
.hero-pattern {
  position: absolute;
  inset: -10%;
  opacity: .12;
  background-image:
    linear-gradient(30deg, transparent 44%, var(--gold-soft) 45%, var(--gold-soft) 47%, transparent 48%),
    linear-gradient(150deg, transparent 44%, var(--gold-soft) 45%, var(--gold-soft) 47%, transparent 48%);
  background-size: 72px 124px;
  transform: rotate(-3deg);
}
.hero-copy, .event-card { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 .75rem; color: var(--gold); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.025em; line-height: 1.05; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 500; }
h1 em { color: var(--gold-soft); font-style: normal; }
.hero-lead { max-width: 720px; margin: 1.5rem 0 2rem; font-size: clamp(1.05rem, 2vw, 1.3rem); color: #e8f2eb; }
.hero-actions, .form-actions, .source-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.15rem;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.button.primary { background: var(--gold); color: var(--green-950); box-shadow: 0 10px 30px rgba(217,184,95,.2); }
.button.secondary { color: white; border: 1px solid rgba(255,255,255,.5); background: transparent; }
.button.ghost { color: var(--green-800); border: 1px solid var(--green-700); background: white; }
.button.whatsapp { color: white; background: #128c4b; box-shadow: 0 10px 28px rgba(18,140,75,.2); }
.button:hover { transform: translateY(-1px); }

.event-card {
  max-width: 410px;
  justify-self: end;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--green-950);
  background: var(--cream);
  border: 1px solid rgba(217,184,95,.8);
  border-radius: 180px 180px 28px 28px;
  box-shadow: var(--shadow);
  text-align: center;
}
.event-month { margin: 2rem 0 0; font-size: .85rem; font-weight: 900; letter-spacing: .16em; }
.event-date { margin: -.35rem 0; font-family: Georgia, serif; font-size: clamp(5rem, 11vw, 8rem); line-height: 1; color: var(--green-800); }
.event-day { margin: 0; font-weight: 850; color: #6d5d2c; }
.event-card hr { border: 0; border-top: 1px solid #dccf9f; margin: 1.2rem 0; }
.event-card dl, .event-card dd { margin: 0; }
.event-card dl { display: grid; gap: .8rem; text-align: left; }
.event-card dl div { display: grid; grid-template-columns: 70px 1fr; gap: .5rem; }
.event-card dt { color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.event-card dd { font-weight: 700; }

.deadline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1.25rem, 8vw, 8rem);
  color: white;
  background: #9a4128;
}
.deadline > div { display: flex; align-items: center; gap: .75rem; }
.deadline p { margin: 0; }
.deadline span { color: #fdebdc; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: #ffd5a3; box-shadow: 0 0 0 7px rgba(255,213,163,.18); }
#countdown { text-align: right; font-weight: 850; }

.section { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 8vw, 8rem); }
.section-heading { max-width: 900px; margin-bottom: 2.2rem; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1fr minmax(280px, .7fr); gap: 2rem; align-items: end; }
.section h2 { margin: 0; color: var(--green-950); font-size: clamp(2.35rem, 5vw, 4.4rem); }
.section-intro { margin: 0; color: var(--muted); }
.notice-section { background: var(--cream); }
.notice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.notice-card { min-height: 255px; padding: 1.5rem; background: white; border: 1px solid #e4dfd1; border-radius: var(--radius); box-shadow: 0 10px 28px rgba(42,63,49,.06); }
.notice-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--cream); background: var(--green-800); font-weight: 900; }
.notice-card h3, .document-callout h3 { margin: 1.25rem 0 .5rem; color: var(--green-900); font-family: Georgia, serif; font-size: 1.45rem; }
.notice-card p, .document-callout p { color: var(--muted); }
.document-callout {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  color: white;
  background: var(--green-900);
  border-radius: var(--radius);
}
.document-callout h3, .document-callout p { color: white; }
.document-callout p:last-child { margin-bottom: 0; color: #dceae0; }

.nomination-section { background: white; }
.submission-contact {
  max-width: 1060px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.25rem, 4vw, 1.8rem);
  border: 1px solid #b8dbc4;
  border-radius: var(--radius);
  background: var(--green-100);
}
.submission-contact h3 { margin: 0; color: var(--green-900); font-family: Georgia, serif; font-size: 1.45rem; }
.submission-contact p:last-child { margin: .45rem 0 0; color: #405248; }
form { max-width: 1060px; margin: 0 auto; }
fieldset { margin: 0 0 1rem; padding: clamp(1.25rem, 4vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); }
legend { padding: 0 .55rem; color: var(--green-900); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 800; }
.form-hint { margin: 0 0 1rem; color: var(--muted); }
.role-groups { display: grid; grid-template-columns: 1.4fr .6fr; gap: 1.25rem; }
.role-groups h3 { margin: 0 0 .65rem; color: var(--muted); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.role-options { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: .65rem; }
.role-options.compact { grid-template-columns: 1fr; }
.role-options label { cursor: pointer; }
.role-options input { position: absolute; opacity: 0; pointer-events: none; }
.role-options span { min-height: 48px; display: flex; align-items: center; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 13px; font-weight: 750; }
.role-options input:checked + span { color: white; background: var(--green-800); border-color: var(--green-800); box-shadow: 0 0 0 4px var(--green-100); }
.role-options input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid label { display: grid; gap: .35rem; font-weight: 750; }
input[type="text"], input[type="tel"], .form-grid input {
  width: 100%;
  min-height: 50px;
  padding: .75rem .9rem;
  border: 1px solid #b9c3bb;
  border-radius: 12px;
  background: #fff;
  font: inherit;
}
input:focus-visible { outline: 3px solid rgba(217,184,95,.5); border-color: var(--green-700); }
.check-row { display: flex; align-items: flex-start; gap: .7rem; margin: .7rem 0; cursor: pointer; }
.check-row input { width: 20px; height: 20px; margin-top: .2rem; accent-color: var(--green-700); }
.privacy-note { display: grid; gap: .2rem; margin: 1rem 0; padding: 1rem 1.2rem; border-left: 5px solid #a5472a; background: #fff4ee; border-radius: 10px; }
.privacy-note span, .form-status { color: var(--muted); }
.form-status { min-height: 1.5rem; }

.guide-section { background: var(--green-950); color: white; }
.guide-section h2 { color: white; }
.guide-section .section-intro { color: #bed1c4; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.steps li { min-height: 245px; padding: 1.3rem; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--green-950); background: var(--gold); font-weight: 900; }
.steps h3 { margin: 1rem 0 .4rem; font-family: Georgia, serif; font-size: 1.3rem; }
.steps p { margin: 0; color: #c9d9ce; }
.checklist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.checklist-grid article { padding: 1.25rem; color: var(--green-950); background: var(--cream); border-radius: 18px; }
.checklist-grid h3 { margin: 0; font-family: Georgia, serif; }
.checklist-grid ul { margin: .8rem 0 0; padding-left: 1.2rem; }
.source-links { margin-top: 1.5rem; }
.source-links a { color: var(--gold-soft); font-weight: 750; }

.lineup-section { background: #f7faf7; }
.leaders { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.leaders article, .officers article { padding: 1.2rem; background: white; border: 1px solid var(--line); border-radius: 18px; }
.leaders span, .officers span { color: var(--green-700); font-size: .77rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.leaders h3, .officers h3 { margin: .55rem 0 0; font-family: Georgia, serif; font-size: 1.22rem; }
.officers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
details { margin-top: 1rem; background: white; border: 1px solid var(--line); border-radius: 18px; }
summary { padding: 1.1rem 1.25rem; color: var(--green-800); font-weight: 850; cursor: pointer; }
.bureau-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0 1.25rem 1.25rem; }
.bureau-grid article { padding: 1rem; background: var(--cream); border-radius: 14px; }
.bureau-grid h3 { margin: 0 0 .5rem; color: var(--green-900); font-family: Georgia, serif; }
.bureau-grid p { margin: 0; color: #46544b; }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 1.25rem; align-items: center; padding: 2.5rem clamp(1.25rem, 8vw, 8rem); color: white; background: #052b1c; }
footer img { width: 72px; height: 72px; object-fit: contain; background: white; border-radius: 50%; }
footer p { margin: .2rem 0 0; color: #b8cbc0; }
footer a { color: var(--gold-soft); font-weight: 750; }

.floating-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 30;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: white;
  background: #25d366;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 12px 34px rgba(4,54,31,.28);
  transition: transform .18s ease, box-shadow .18s ease;
}
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 38px rgba(4,54,31,.34); }
.floating-whatsapp:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.floating-whatsapp svg { width: 34px; height: 34px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .event-card { justify-self: start; max-width: 100%; border-radius: 24px; text-align: left; }
  .event-month { margin-top: 0; }
  .event-date { font-size: 5rem; }
  .event-card dl { max-width: 460px; }
  .section-heading.split { grid-template-columns: 1fr; align-items: start; }
  .notice-grid, .steps, .leaders { grid-template-columns: repeat(2, 1fr); }
  .checklist-grid, .bureau-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; }
  .brand img { width: 48px; height: 48px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 1rem 1.25rem; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  nav.open { display: grid; gap: .2rem; }
  nav a { padding: .75rem 0; }
  .hero { padding-top: 3.5rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-actions .button { width: 100%; }
  .deadline { align-items: flex-start; flex-direction: column; }
  #countdown { text-align: left; }
  .notice-grid, .steps, .leaders, .officers, .form-grid, .role-groups { grid-template-columns: 1fr; }
  .role-options { grid-template-columns: 1fr; }
  .document-callout { align-items: flex-start; flex-direction: column; }
  .document-callout .button { width: 100%; }
  .submission-contact { align-items: stretch; flex-direction: column; }
  .submission-contact .button { width: 100%; }
  .form-actions .button { width: 100%; }
  .floating-whatsapp { right: .9rem; bottom: .9rem; width: 56px; height: 56px; }
  footer { grid-template-columns: auto 1fr; }
  footer a { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
