:root {
  --black: #050505;
  --panel: #0c0c0c;
  --panel-2: #111;
  --white: #fff;
  --muted: #c7c7c7;
  --orange: #ff6500;
  --line: rgba(255, 255, 255, .15);
  --max-width: 1220px;
  --header-height: 68px;
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #000; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
img { max-width: 100%; }
a { color: inherit; }

.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;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 9999;
  padding: .75rem 1rem;
  color: #000;
  background: var(--orange);
  font-weight: 800;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max-width)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header-height);
  background: rgba(0, 0, 0, .97);
  border-bottom: 1px solid rgba(255, 101, 0, .35);
  backdrop-filter: blur(10px);
}
.nav-wrap {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(.9rem, 2vw, 2rem);
}
.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
}
.brand-text {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.brand-name {
  color: #f3f3f3;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .01em;
  white-space: nowrap;
}
.brand-highlight {
  color: var(--orange);
}

.primary-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(1rem, 2.5vw, 2.2rem); }
.primary-nav a {
  padding: .45rem 0;
  border-bottom: 2px solid transparent;
  color: #f1f1f1;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--orange); border-color: var(--orange); }
.button {
  min-height: 44px;
  padding: .7rem 1.3rem;
  border: 1px solid var(--orange);
  border-radius: 4px;
  color: #fff;
  background: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.button:hover { background: #ff7b26; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #111;
  cursor: pointer;
}
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { background: #000; overflow: hidden; }
.hero picture, .hero img { display: block; width: 100%; }
.hero picture { height: min(52vh, 560px); }
.hero img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.priorities { padding: .85rem 0 1.05rem; background: #050505; border-top: 1px solid rgba(255,101,0,.2); }
.priority-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.8vw, 2.4rem); }
.priority-item { display: grid; grid-template-columns: 56px 1fr; gap: .8rem; align-items: start; }
.icon-circle {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: 2rem;
  font-weight: 900;
}
.icon-circle svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.priority-item h2 { margin: .1rem 0 .3rem; font-size: 1.12rem; line-height: 1.05; text-transform: uppercase; }
.accent-rule { display: block; width: 100%; max-width: 160px; height: 2px; margin-bottom: .45rem; background: var(--orange); }
.priority-item p { margin: 0; color: #e0e0e0; font-size: .84rem; line-height: 1.4; }

.involvement { padding: .8rem 0 1rem; background: #050505; border-top: 1px solid var(--line); }
.involvement h2 { margin: 0 0 .6rem; font-size: clamp(1.05rem, 2.2vw, 1.35rem); text-align: center; text-transform: uppercase; letter-spacing: .05em; }
.action-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.action-button {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  border: 2px solid var(--orange);
  border-radius: 4px;
  color: #fff;
  background: #080808;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.action-button:hover, .action-button:focus-visible { transform: translateY(-2px); background: #151515; }
.action-button svg { width: 30px; height: 30px; fill: #fff; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.content-section { padding: 1rem 0 1.4rem; background: #050505; }
.content-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: 1.3rem; align-items: start; }
.positions-panel, .facebook-panel { min-width: 0; border: 1px solid var(--line); background: #080808; }
.positions-panel > h2, .panel-heading { margin: 0; padding: .75rem 1rem; background: #0d0d0d; border-bottom: 1px solid var(--line); }
.positions-panel > h2, .panel-heading h2 { font-size: 1.18rem; text-transform: uppercase; }
.panel-intro { margin: 0; padding: .85rem 1rem; color: var(--muted); font-size: .88rem; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.panel-heading h2 { margin: 0; }
.panel-heading a { color: var(--orange); font-size: .8rem; font-weight: 800; text-decoration: none; }
.panel-heading a:hover { text-decoration: underline; }
.accordion-list { padding: 0 1rem 1rem; }
.accordion { margin-top: .45rem; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, #1b1b1b, #121212); }
.accordion summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem .8rem; font-size: .88rem; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion-icon { position: relative; width: 18px; height: 18px; flex: 0 0 auto; }
.accordion-icon::before, .accordion-icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1px; background: #fff; transform: translate(-50%, -50%); }
.accordion-icon::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.accordion[open] .accordion-icon::after { transform: translate(-50%, -50%); }
.accordion-content { padding: .15rem .8rem .8rem; color: var(--muted); font-size: .88rem; }
.accordion-content p { margin: .55rem 0 0; }
.accordion-content strong { color: #fff; }
.facebook-panel { background: #000; }
.facebook-embed {
  min-height: 560px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: .75rem;
  background: #000;
}
.facebook-embed iframe {
  width: 100%;
  max-width: 500px;
  background: #000;
  border-radius: 4px;
}

.site-footer { padding: 1.1rem 0 1.35rem; border-top: 2px solid var(--orange); background: #000; text-align: center; }
.footer-content p { margin: .1rem 0; }
.footer-content > p:first-child { font-weight: 700; }
.footer-content address { color: #ddd; font-style: normal; }
.copyright { margin-top: .65rem !important; color: #777; font-size: .78rem; }

.eyebrow { margin: 0 0 .5rem; color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.modal { width: min(92vw, 540px); padding: 0; border: 1px solid var(--orange); border-radius: 8px; color: #fff; background: #111; box-shadow: 0 30px 80px rgba(0,0,0,.7); }
.modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(3px); }
.modal-content { padding: 2.2rem; }
.modal-content h2 { margin: 0 0 .7rem; font-size: 1.8rem; }
.modal-content p { color: var(--muted); }
.modal-close { position: absolute; right: .7rem; top: .55rem; width: 40px; height: 40px; border: 0; color: #fff; background: transparent; font-size: 2rem; cursor: pointer; }

/* Contact and yard-sign pages */
.form-page-main { min-height: calc(100svh - var(--header-height)); padding: clamp(2.5rem, 6vw, 5rem) 0; background: radial-gradient(circle at 12% 8%, rgba(255,101,0,.13), transparent 30%), #050505; }
.form-shell { width: min(calc(100% - 2rem), 820px); margin-inline: auto; }
.form-kicker { margin: 0 0 .55rem; color: var(--orange); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.form-shell h1 { margin: 0 0 .65rem; font-size: clamp(2rem, 5vw, 3.5rem); }
.form-intro { margin: 0 0 1.6rem; color: var(--muted); }
.campaign-form { padding: clamp(1.2rem, 4vw, 2rem); border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: 8px; background: #0b0b0b; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: grid; gap: .4rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 800; }
.form-field input, .form-field textarea { width: 100%; padding: .8rem .9rem; border: 1px solid #414141; border-radius: 4px; color: #fff; background: #151515; }
.form-field textarea { min-height: 190px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid var(--orange); outline-offset: 1px; border-color: var(--orange); }
.form-help { margin: .35rem 0 0; color: #aaa; font-size: .8rem; }
.form-actions { margin-top: 1.2rem; display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.form-submit { min-height: 48px; padding: .8rem 1.4rem; border: 1px solid var(--orange); border-radius: 4px; color: #000; background: var(--orange); font-weight: 900; cursor: pointer; }
.form-submit:hover { background: #ff7b26; }
.back-link { color: #fff; font-weight: 700; text-decoration: none; }
.back-link:hover { color: var(--orange); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: 1fr auto; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem 1rem 1rem; background: #050505; border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .8rem 1rem; border-bottom: 0; }
  .nav-toggle { display: block; justify-self: end; }
  .priority-grid { gap: 1.4rem; }
  .priority-item { grid-template-columns: 52px 1fr; gap: .8rem; }
  .icon-circle { width: 48px; height: 48px; font-size: 1.65rem; }
  .icon-circle svg { width: 29px; height: 29px; }
  .priority-item h2 { font-size: 1.05rem; }
  .content-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hero picture { height: auto; }
  .hero img { height: auto; object-fit: contain; }

  :root { --header-height: 64px; }
  .nav-wrap { grid-template-columns: 1fr auto; gap: .7rem; }
  .brand-name { font-size: .84rem; white-space: normal; line-height: 1.2; }
  .priority-grid { grid-template-columns: 1fr; }
  .priorities { padding: 1.2rem 0; }
  .priority-item { grid-template-columns: 58px 1fr; }
  .icon-circle { width: 54px; height: 54px; }
  .priority-item h2 { font-size: 1.25rem; }
  .action-buttons { grid-template-columns: 1fr; gap: .75rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .facebook-embed { min-height: 500px; }
  .facebook-embed iframe { height: 500px; }
}

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

/* Preserve the complete desktop campaign banner without cropping. */
@media (min-width: 1200px) {
  .hero picture { height: auto; }
  .hero img { height: auto; object-fit: contain; object-position: center; }
}


/* Linked priority cards */
.priority-link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: var(--radius);
}
.priority-link .priority-item {
  height: 100%;
  padding: .45rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.priority-link:hover .priority-item,
.priority-link:focus-visible .priority-item {
  border-color: rgba(255, 101, 0, .7);
  background: #0b0b0b;
  transform: translateY(-2px);
}
.priority-link:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.priority-more {
  display: inline-block;
  margin-top: .55rem;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

/* Campaign priority detail pages */
.detail-page { background: #050505; }
.page-hero {
  border-bottom: 1px solid rgba(255, 101, 0, .35);
  background:
    linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.76)),
    url('assets/hero-desktop.jpg') center 36% / cover no-repeat;
}
.page-hero-inner { padding: clamp(3rem, 7vw, 6.5rem) 0; }
.page-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5.6rem);
  line-height: .96;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.page-lead {
  max-width: 820px;
  margin: 1.1rem 0 0;
  color: #ededed;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}
.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: clamp(1.4rem, 4vw, 3.5rem);
  align-items: start;
  padding-top: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}
.policy-article { min-width: 0; }
.policy-section {
  padding: 0 0 1.7rem;
  margin-bottom: 1.7rem;
  border-bottom: 1px solid var(--line);
}
.policy-section h2 {
  margin: 0 0 .6rem;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.15;
}
.policy-section h2::after {
  content: '';
  display: block;
  width: 72px;
  height: 3px;
  margin-top: .55rem;
  background: var(--orange);
}
.policy-section p,
.policy-closing p {
  margin: 0;
  color: #d5d5d5;
  font-size: 1.02rem;
  line-height: 1.75;
}
.policy-closing {
  padding: 1.2rem 1.35rem;
  border-left: 4px solid var(--orange);
  background: #0e0e0e;
}
.policy-closing p { color: #fff; font-weight: 700; }
.policy-aside {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  padding: 1rem;
  border: 1px solid var(--line);
  border-top: 4px solid var(--orange);
  background: #0b0b0b;
}
.policy-aside h2 { margin: 0 0 .75rem; font-size: 1rem; text-transform: uppercase; }
.policy-aside a {
  display: block;
  padding: .65rem 0;
  border-top: 1px solid rgba(255,255,255,.09);
  color: #eee;
  font-weight: 800;
  text-decoration: none;
}
.policy-aside a:hover,
.policy-aside a:focus-visible { color: var(--orange); }

@media (max-width: 880px) {
  .policy-layout { grid-template-columns: 1fr; }
  .policy-aside { position: static; }
}

@media (max-width: 760px) {
  .priority-link .priority-item { padding: .2rem 0; }
  .page-hero {
    background:
      linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.82)),
      url('assets/hero-mobile.jpg') center top / cover no-repeat;
  }
  .page-hero-inner { padding: 3rem 0; }
  .policy-section p,
  .policy-closing p { font-size: .98rem; }
}
