:root {
  --yellow: #ffe800;
  --black: #231f20;
  --white: #ffffff;
  --soft: #f4f4f1;
  --gray: #5f5b5c;
  --border: #dedbd2;
  --shell: 1320px;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(35, 31, 32, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 19px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 {
  margin: 0 0 0.55em;
  font-family: "Arial Black", Impact, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
h1 { font-size: clamp(3rem, 6vw, 6.5rem); }
h2 { font-size: clamp(2.2rem, 3.8vw, 3.75rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { margin: 0 0 1.15em; }
ul { padding-left: 1.25em; }
li + li { margin-top: 0.48em; }

.site-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: clamp(58px, 6.5vw, 92px) 0; }
.section-white { background: var(--white); }
.section-soft { background: var(--soft); }
.section-dark { color: var(--white); background: var(--black); }
.section-yellow { background: var(--yellow); }
.split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); gap: clamp(38px, 5vw, 72px); align-items: center; }
.rounded-image { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }
.portrait-image { aspect-ratio: 4 / 5; object-position: center 25%; }
.rounded-image img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; object-position: inherit; }
.wp-block-image { margin: 0; }
.wp-block-buttons { margin-top: 28px; }
.wp-block-button__link { border-radius: 2px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 5px; background: currentColor; }
.eyebrow.dark { color: var(--black); }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 2px;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-yellow { color: var(--black); background: var(--yellow); }
.button-yellow:hover { color: var(--yellow); background: var(--black); border-color: var(--yellow); }
.button-dark { color: var(--white); background: var(--black); }
.button-dark:hover { color: var(--black); background: var(--yellow); }
.wp-block-button.button-yellow .wp-block-button__link { color: var(--black); background: var(--yellow); }
.wp-block-button.button-yellow .wp-block-button__link:hover { color: var(--yellow); background: var(--black); outline: 2px solid var(--yellow); }
.wp-block-button.button-dark .wp-block-button__link { color: var(--white); background: var(--black); }
.wp-block-button.button-dark .wp-block-button__link:hover { color: var(--black); background: var(--yellow); }
.text-link { display: inline-block; font-weight: 900; text-decoration-thickness: 3px; text-underline-offset: 5px; }

.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; padding: 10px 14px; background: var(--yellow); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, 0.97); border-bottom: 1px solid rgba(35, 31, 32, 0.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: 155px; flex: 0 0 auto; }
.brand img { width: 100%; max-height: 78px; object-fit: contain; }
.primary-navigation .menu { display: flex; flex-wrap: nowrap; align-items: center; gap: clamp(14px, 1.8vw, 28px); margin: 0; padding: 0; list-style: none; }
.primary-navigation li { display: flex; align-items: center; margin: 0; }
.primary-navigation a { display: flex; min-height: 44px; align-items: center; white-space: nowrap; font-size: clamp(.67rem, .82vw, .76rem); font-weight: 900; letter-spacing: 0.045em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 5px; text-underline-offset: 8px; }
.menu-toggle { display: none; padding: 10px 14px; color: var(--white); background: var(--black); border: 0; font-weight: 900; text-transform: uppercase; }

.hero {
  min-height: min(780px, calc(100vh - 96px));
  display: grid;
  align-items: center;
  color: var(--white);
  background-position: center;
  background-size: cover;
}
.home-hero { min-height: min(780px,calc(100vh - 96px)); display: grid; grid-template-columns: 1fr; background-color: var(--black); background-position: center top; background-repeat: no-repeat; background-size: cover; }
.hero-inner { padding-block: 90px; }
.hero .wp-block-cover__background { opacity: .68 !important; }
.hero .wp-block-cover__image-background { object-position: 64% center; }
.hero h1 { max-width: 760px; margin-bottom: 0.3em; font-size: clamp(2.8rem, 4.25vw, 4.65rem); text-wrap: balance; text-shadow: 0 3px 22px rgba(0,0,0,.9); }
.home-hero .hero-inner { width: min(calc(100% - 40px),var(--shell)); margin-inline: auto; padding: 62px 0; transform: translateY(48px); }
.home-hero h1 { max-width: 500px; margin-bottom: 18px; font-size: clamp(4rem,6vw,6.4rem); line-height: .82; text-wrap: balance; }
.hero-tagline { max-width: 480px; margin-bottom: 12px; color: var(--white); font-size: clamp(1.28rem,2vw,1.7rem); font-weight: 900; line-height: 1.25; }
.home-hero .hero-subtitle { max-width: 480px; margin-bottom: 28px; font-size: 1.05rem; }
.hero-subtitle { margin-bottom: 34px; font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 800; }
.split-about > div { max-width: 680px; }

.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; margin: 36px 0 40px; }
.check-item { position: relative; min-height: 68px; display: flex; align-items: center; padding: 16px 18px 16px 62px; background: var(--white); border-left: 5px solid var(--yellow); font-weight: 850; }
.check-item::before { content: "✓"; position: absolute; left: 20px; color: var(--black); font-size: 1.4rem; font-weight: 900; }

.issue-grid { width: 100%; max-width: none !important; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 42px 0 40px; }
.issue-grid > * { width: auto !important; max-width: none !important; margin: 0 !important; }
.issue-card { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; color: var(--white); background: #302c2d; border-top: 7px solid var(--yellow); text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.issue-card:hover { transform: translateY(-5px); color: var(--black); background: var(--yellow); }
.issue-card span, .issue-card > p { margin: 0; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.14em; }
.issue-card h3 { margin: 0; }

.contact-strip .contact-list { align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 34px; background: var(--yellow); }
.contact-list a { font-size: clamp(1rem, 2vw, 1.28rem); font-weight: 900; overflow-wrap: anywhere; }
.contact-list p { margin: 0; }
.closing-cta { padding: clamp(90px, 13vw, 180px) 0; color: var(--white); text-align: center; background-position: center; background-size: cover; }
.closing-cta h2 { max-width: 780px; margin-inline: auto; font-size: clamp(2.5rem, 4.8vw, 4.8rem); text-wrap: balance; }
.closing-cta p { font-size: 1.18rem; font-weight: 750; }

.page-hero { padding: clamp(58px, 6.5vw, 92px) 0; color: var(--white); background: var(--black); border-bottom: 9px solid var(--yellow); }
.page-hero h1 { max-width: 1000px; font-size: clamp(3rem, 6vw, 5.7rem); }
.page-intro { max-width: 980px; margin-bottom: 0; font-size: clamp(1.18rem, 1.8vw, 1.42rem); }
.page-accomplishments .page-hero { position: relative; overflow: hidden; color: var(--black); background: var(--soft); border-bottom: 8px solid var(--yellow); }
.page-accomplishments .page-hero::after { content: none; }
.page-accomplishments .page-hero .site-shell { position: relative; z-index: 1; }
.page-accomplishments .page-hero .eyebrow { color: var(--black); }
.page-accomplishments .page-hero h1 { max-width: 850px; font-size: clamp(3rem, 5.2vw, 5.15rem); }
.page-split { align-items: start; }
.prose { max-width: 880px; }
.prose p { font-size: 1.1rem; }
.lead { font-size: clamp(1.35rem, 2.4vw, 1.8rem) !important; font-weight: 850; line-height: 1.35; }
.signature-line { margin-top: 42px !important; padding-top: 24px; border-top: 6px solid var(--yellow); font-weight: 900; }
.page-meet-mac .portrait-image { max-height: 650px; }
.page-meet-mac .portrait-image img { height: 650px; object-fit: cover; object-position: center 22%; }

.page-accomplishments .result-list { width: min(calc(100% - 40px), var(--shell)) !important; max-width: var(--shell) !important; display: block !important; margin-left: auto !important; margin-right: auto !important; }
.result-list > * { width: 100% !important; max-width: none !important; margin-inline: 0 !important; }
.page-accomplishments .result-row { width: 100% !important; max-width: none !important; display: block !important; margin: 0 0 22px !important; padding: clamp(30px, 4vw, 46px) !important; background: var(--white); border: 1px solid var(--border); box-shadow: 0 10px 30px rgba(35,31,32,.06); }
.result-row > * { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
.page-accomplishments .result-row > .result-number { display: none !important; }
.page-accomplishments .result-row > div:last-child { width: auto !important; max-width: none !important; min-width: 0 !important; flex: 1 1 auto !important; display: block !important; }
.page-accomplishments .result-row > div:last-child > * { width: auto !important; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; white-space: normal !important; }
.page-accomplishments .result-row li { width: auto !important; max-width: none !important; white-space: normal !important; }
.result-row h2 { max-width: 850px; font-size: clamp(1.65rem, 2.5vw, 2.55rem); }
.result-row p { max-width: 900px; }
.result-row ul { max-width: 950px; margin-bottom: 0; }
.result-number { width: 58px; height: 58px; display: grid; place-items: center; background: var(--yellow); font-weight: 950; }

.issue-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.issue-detail { scroll-margin-top: 120px; padding: clamp(30px, 3vw, 42px); background: var(--soft); border-bottom: 7px solid var(--yellow); }
.issue-detail h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); }
.issue-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 24px; color: var(--black); background: var(--yellow); border-radius: 50%; font-weight: 950; }
.lead-small { font-size: 1.12rem; font-weight: 850; }

.contact-page { align-items: start; }
.contact-list.large { display: flex; flex-direction: column; gap: 12px; }
.policy-content { max-width: 940px; }
.policy-content h2 { margin-top: 42px; margin-bottom: 12px; font-size: clamp(1.55rem,2.4vw,2.15rem); }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p { max-width: 900px; }
.policy-content a { font-weight: 800; }
.campaign-form { padding: clamp(28px, 4vw, 48px); background: var(--soft); border-top: 8px solid var(--yellow); }
.campaign-form label { display: block; margin: 0 0 5px; font-size: 0.77rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.campaign-form input, .campaign-form textarea { width: 100%; margin: 0 0 20px; padding: 13px 14px; color: var(--black); background: var(--white); border: 1px solid #b9b4b5; border-radius: 0; font: inherit; }
.campaign-form input:focus, .campaign-form textarea:focus { outline: 4px solid rgba(255, 232, 0, 0.55); border-color: var(--black); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.campaign-form .checkbox-label { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; align-items: start; margin: 4px 0 18px; font-size: .85rem; font-weight: 600; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.campaign-form .checkbox-label input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--black); }
.campaign-form .checkbox-label a { text-decoration: underline; text-underline-offset: 2px; }
.campaign-form .consent { font-size: .76rem; }
.campaign-form .form-submit { width: 100%; margin-top: 8px; }
.form-notice { margin-bottom: 20px; padding: 14px 16px; font-weight: 800; }
.form-notice.success { background: #e6f6e6; }
.form-notice.error { background: #fee8e8; }

/* A lighter, more parent-friendly balance for the campaign palette. */
.home .section-soft > .site-shell { display: grid !important; grid-template-columns: minmax(240px,.72fr) minmax(0,1.28fr) !important; grid-template-rows: auto auto 1fr auto !important; column-gap: clamp(45px,7vw,100px) !important; align-items: start !important; text-align: left !important; }
.home .section-soft > .site-shell > .eyebrow { grid-column: 1 !important; grid-row: 1 !important; justify-content: flex-start !important; }
.home .section-soft > .site-shell > h2 { grid-column: 1 !important; grid-row: 2 !important; }
.home .section-soft > .site-shell > .check-grid { grid-column: 2 !important; grid-row: 1 / span 4 !important; width: 100% !important; max-width: none !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 18px !important; margin: 0 !important; text-align: left; }
.home .section-soft > .site-shell > .wp-block-buttons { grid-column: 1 !important; grid-row: 4 !important; }
.home .section-soft .check-item { width: 100% !important; max-width: none !important; min-height: 118px; margin: 0 !important; border: 1px solid var(--border); border-top: 5px solid var(--yellow); border-left: 1px solid var(--border); box-shadow: 0 8px 24px rgba(35,31,32,.06); }
.home .section-dark { color: var(--black); background: var(--yellow); }
.home .section-dark > .site-shell { display: block !important; width: min(calc(100% - 40px), var(--shell)) !important; max-width: var(--shell) !important; text-align: center !important; }
.home .section-dark > .site-shell > .eyebrow { justify-content: center !important; }
.home .section-dark > .site-shell > h2 { max-width: 900px; margin-left: auto !important; margin-right: auto !important; }
.home .section-dark > .site-shell > .issue-grid { width: 100% !important; max-width: none !important; display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)) !important; gap: 18px !important; margin: 42px 0 36px !important; text-align: left !important; }
.home .section-dark > .site-shell > .wp-block-buttons { justify-content: center !important; }
.home .section-dark .eyebrow { color: var(--black); }
.home .section-dark .issue-card { color: var(--black); background: var(--white); border-top-color: var(--black); box-shadow: 0 10px 28px rgba(35,31,32,.1); }
.home .section-dark .issue-card { cursor: pointer; }
.home .section-dark .issue-card:hover { color: var(--white); background: var(--black); }
.home .section-dark .button-yellow { color: var(--white); background: var(--black); }
.page-key-issues .page-hero { color: var(--black); background: var(--soft); border-bottom-color: var(--yellow); }
.page-key-issues .page-hero .eyebrow { color: var(--black); }
.page-key-issues .page-intro { color: #494546; }
.page-key-issues .page-hero { padding: clamp(58px,6vw,82px) 0; }
.page-key-issues .page-hero h1 { max-width: 1050px; margin-bottom: 24px; font-size: clamp(2.8rem,4.7vw,4.8rem); }
.page-key-issues .page-hero .page-intro { max-width: 900px; font-size: clamp(1.05rem,1.6vw,1.25rem); }
.accomplishments-page .page-hero { padding: clamp(58px,6vw,82px) 0; }
.accomplishments-page .page-hero h1 { margin-bottom: 24px; }

.site-footer { color: var(--white); background: var(--black); border-top: 12px solid var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 48px; padding-block: 42px; align-items: start; }
.footer-grid h2 { font-size: 1rem; letter-spacing: 0.08em; }
.footer-grid a { color: var(--white); }
.footer-grid p { margin-bottom: .6em; }
.footer-logo { width: 135px; margin-bottom: 14px; }
.footer-brand p { max-width: 430px; font-size: .95rem; line-height: 1.45; }
.footer-legal { padding: 18px 0; color: var(--black); background: var(--yellow); font-size: 0.72rem; font-weight: 900; text-align: center; }
.footer-legal-inner { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-legal a { color: var(--black); font-weight: 950; }

@media (max-width: 900px) {
  body { font-size: 17px; }
  .header-inner { min-height: 82px; }
  .brand { width: 125px; }
  .menu-toggle { display: block; }
  .primary-navigation { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 18px 20px 28px; background: var(--white); box-shadow: 0 20px 35px rgba(35,31,32,.16); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation .menu { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-navigation a { display: block; padding: 12px 0; }
  .hero { min-height: 640px; background-position: 62% center; }
  .split, .issue-detail-grid, .footer-grid { grid-template-columns: 1fr; }
  .split-about .portrait-image { max-width: 520px; }
  .issue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .check-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 34px; }
  .footer-legal-inner { gap: 10px 18px; }
  .home .section-soft > .site-shell { display: block !important; }
  .home .section-soft > .site-shell > .check-grid { grid-template-columns: 1fr !important; margin: 36px 0 !important; }
  .home .section-dark > .site-shell > .issue-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
}

@media (max-width: 1080px) and (min-width: 901px) {
  .brand { width: 125px; }
  .header-inner { gap: 18px; }
  .primary-navigation .menu { gap: 13px; }
  .primary-navigation a { font-size: .64rem; letter-spacing: .025em; }
}

@media (max-width: 600px) {
  .site-shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero { min-height: 670px; align-items: end; background-position: center; }
  .hero-inner { padding-block: 64px; }
  .issue-grid { grid-template-columns: 1fr; }
  .home .section-dark > .site-shell > .issue-grid { grid-template-columns: 1fr !important; }
  .issue-card { min-height: 150px; }
  .result-list { width: min(calc(100% - 28px), var(--shell)); }
  .result-row { padding: 26px 22px; }
  .result-number { width: 58px; height: 58px; }
  .page-hero { padding: 75px 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

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

/* Stable custom homepage. These styles do not depend on Gutenberg layout rules. */
.home-about { background: var(--white); }
.home-about-grid, .home-results-grid, .home-contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(38px,5vw,72px); align-items: center; }
.home-about-copy, .home-results-copy, .home-contact-copy { width: 100%; max-width: none; }
.home-photo-frame { position: relative; max-width: 520px; justify-self: end; }
.home-photo-frame::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; z-index: 0; background: var(--yellow); }
.home-photo-frame img { position: relative; z-index: 1; width: 100%; max-height: 650px; object-fit: cover; object-position: center 20%; }

.home-results { position: relative; overflow: hidden; color: var(--white); background: var(--black); }
.home-results::after { content: "RESULTS"; position: absolute; right: -20px; bottom: -55px; color: transparent; font-family: "Arial Black",Impact,sans-serif; font-size: clamp(7rem,18vw,16rem); font-weight: 900; line-height: .8; -webkit-text-stroke: 2px rgba(255,255,255,.08); pointer-events: none; }
.home-results-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); gap: clamp(55px,8vw,110px); align-items: center; }
.home-results-heading { max-width: 520px; margin: 0; text-align: left; }
.home-results-heading .eyebrow { color: var(--yellow); }
.home-results-heading h2 { font-size: clamp(3rem,6vw,5.6rem); }
.home-results-heading p { margin-bottom: 32px; }
.home-stat-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3px; background: rgba(255,255,255,.16); }
.home-stat { min-height: 180px; display: flex; flex-direction: column; justify-content: center; padding: clamp(25px,3vw,38px); background: #302c2d; }
.home-stat:nth-child(2), .home-stat:nth-child(3) { background: var(--yellow); color: var(--black); }
.home-stat strong { display: block; margin-bottom: 10px; color: var(--yellow); font-family: "Arial Black",Impact,sans-serif; font-size: clamp(2.8rem,5vw,5rem); line-height: .9; letter-spacing: -.06em; }
.home-stat:nth-child(2) strong, .home-stat:nth-child(3) strong { color: var(--black); }
.home-stat span { max-width: 210px; font-weight: 850; line-height: 1.3; }

/* Accomplishments page: fixed theme template, independent of saved editor markup. */
.accomplishments-hero { color: var(--black); background: var(--soft); border-bottom: 8px solid var(--yellow); }
.accomplishments-results { background: var(--white); }
.accomplishments-page .result-list { width: min(calc(100% - 40px),var(--shell)); display: block; }
.accomplishments-page .result-row { width: 100% !important; display: grid !important; grid-template-columns: minmax(240px,.62fr) minmax(0,1.38fr); grid-template-areas: "stat copy"; gap: clamp(42px,5vw,72px); align-items: center; min-height: 0; margin: 0 !important; padding: clamp(42px,5vw,66px) 0 !important; background: transparent !important; border: 0 !important; border-bottom: 1px solid var(--border) !important; box-shadow: none !important; }
.accomplishments-page .result-row.reverse { grid-template-columns: minmax(0,1.38fr) minmax(240px,.62fr); grid-template-areas: "copy stat"; }
.accomplishments-page .result-highlight { grid-area: stat; }
.accomplishments-page .result-copy { grid-area: copy; }
.result-highlight { position: relative; padding: 28px 0 28px 32px; border-left: 10px solid var(--yellow); }
.result-highlight strong { display: block; max-width: 100%; color: var(--black); font-family: "Arial Black",Impact,sans-serif; font-size: clamp(3.5rem,5vw,5.6rem); line-height: .88; letter-spacing: -.06em; overflow-wrap: anywhere; text-transform: uppercase; }
.result-highlight span { display: block; max-width: 240px; margin-top: 14px; font-weight: 900; line-height: 1.3; text-transform: uppercase; }
.accomplishments-page .result-row h2 { max-width: 900px; margin-bottom: 18px; }
.accomplishments-page .result-copy { width: 100%; max-width: none; }
.accomplishments-page .result-row p { font-size: 1.08rem; font-weight: 750; }
.accomplishments-page .result-row li { font-size: 1.05rem; }
.accomplishments-page .result-row ul { margin-bottom: 0; }
.accomplishments-page .result-row li { padding-left: 8px; }
.accomplishments-page .result-row li::marker { color: var(--black); font-size: 1.15em; }
.accomplishments-page .accomplishments-closing { position: relative; padding: clamp(42px,5vw,62px) 0; color: var(--black); background: var(--soft); border-top: 8px solid var(--yellow); text-align: left; }
.accomplishments-page .closing-band-grid { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); gap: clamp(35px,6vw,78px); align-items: center; }
.accomplishments-page .closing-band-grid > div { padding-left: 24px; border-left: 7px solid var(--yellow); }
.accomplishments-page .closing-band-grid .eyebrow { margin-bottom: 9px; color: var(--black); }
.accomplishments-page .closing-band-grid h2 { max-width: 560px; margin: 0; color: var(--black); font-size: clamp(2.25rem,3.4vw,3.4rem); }
.accomplishments-page .closing-band-grid > p { max-width: 720px; margin: 0; color: var(--black); font-size: clamp(1.12rem,1.45vw,1.3rem); line-height: 1.65; font-weight: 650; }
.page-key-issues .section-dark { padding: clamp(42px,5vw,62px) 0; color: var(--black) !important; background: var(--soft) !important; border-top: 8px solid var(--yellow); border-bottom: 0 !important; }
.page-key-issues .section-dark .narrow { width: min(calc(100% - 40px),var(--shell)); max-width: var(--shell); display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); gap: clamp(35px,6vw,78px); align-items: center; }
.page-key-issues .section-dark h2 { max-width: 560px; margin: 0; padding-left: 24px; color: var(--black) !important; border-left: 7px solid var(--yellow); font-size: clamp(2.25rem,3.4vw,3.4rem); }
.page-key-issues .section-dark p { max-width: 720px; margin: 0; color: var(--black) !important; font-size: clamp(1.12rem,1.45vw,1.3rem); line-height: 1.65; font-weight: 650; }

.home-priorities { position: relative; overflow: hidden; background: var(--white); }
.home-priorities::before { content: ""; position: absolute; top: -180px; right: -150px; width: 460px; height: 460px; border: 75px solid rgba(255,232,0,.32); border-radius: 50%; pointer-events: none; }
.home-section-heading { position: relative; z-index: 1; max-width: 820px; margin: 0 auto 46px; text-align: center; }
.home-section-heading .eyebrow { justify-content: center; }
.home-section-heading p:last-child { max-width: 680px; margin-inline: auto; }
.home-issue-grid { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.home-issue-card { min-height: 275px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; color: var(--black); background: var(--soft); border-bottom: 7px solid var(--yellow); box-shadow: 0 14px 35px rgba(35,31,32,.08); text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.home-issue-card:hover { transform: translateY(-6px); box-shadow: 0 20px 42px rgba(35,31,32,.15); }
.home-issue-card h3 { margin-top: 26px; }
.home-issue-card p { margin-bottom: 22px; }
.issue-mark { width: 54px; height: 54px; display: grid; place-items: center; color: var(--black); background: var(--yellow); border-radius: 50%; font-weight: 950; }
.card-arrow { margin-top: auto; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.home-priority-action { margin-top: 38px; text-align: center; }

.home-contact { color: var(--white); background: var(--black); }
.home-contact-grid { align-items: start; }
.home-contact-copy { position: sticky; top: 135px; }
.home-contact-copy h2 { max-width: 600px; }
.home-contact-links { display: flex; flex-direction: column; gap: 8px; margin-top: 30px; }
.home-contact-links a { color: var(--white); font-size: 1.12rem; font-weight: 850; }
.home-form-card .campaign-form { color: var(--black); background: var(--white); border-top-color: var(--yellow); }
.home-form-card .campaign-form .button-dark { color: var(--black); background: var(--yellow); }
.home-form-card .campaign-form .button-dark:hover { color: var(--white); background: var(--black); }

.home-closing { padding: clamp(85px,10vw,135px) 0; color: var(--white); background-position: center top; background-size: cover; }
.home-closing .site-shell { transform: translateY(42px); }
.home-closing h2 { max-width: 560px; font-size: clamp(2.7rem,3.8vw,4rem); }
.home-closing p { max-width: 720px; margin-bottom: 0; font-size: clamp(1.25rem,1.8vw,1.5rem); font-weight: 800; }

@media (min-width: 1101px) {
  .home-hero .hero-inner,
  .home-closing .site-shell { width: 100%; max-width: none; padding-left: clamp(54px,7vw,145px); padding-right: clamp(54px,7vw,145px); }
  .home-hero h1 { max-width: 490px; }
  .home-hero .hero-tagline,
  .home-hero .hero-subtitle { max-width: 460px; }
  .home-closing h2 { max-width: 500px; }
  .home-closing p { max-width: 570px; }
}

@media (max-width: 1000px) {
  .home-issue-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 800px) {
  .home-about-grid, .home-results-grid, .home-contact-grid { grid-template-columns: 1fr; }
  .home-photo-frame { justify-self: start; margin: 25px 0 0 18px; }
  .home-results-layout, .accomplishments-page .result-row, .accomplishments-page .result-row.reverse, .closing-band-grid, .page-key-issues .section-dark .narrow { grid-template-columns: 1fr; grid-template-areas: "stat" "copy"; }
  .accomplishments-page .closing-band-grid { gap: 24px; }
  .page-key-issues .section-dark .narrow { gap: 24px; }
  .home-contact-copy { position: static; }
}
@media (max-width: 1100px) {
  .home-hero { background-position: 56% top; }
  .home-hero h1 { max-width: 430px; font-size: clamp(3.7rem,7vw,5.2rem); }
  .hero-tagline, .home-hero .hero-subtitle { max-width: 410px; }
}
@media (max-width: 760px) {
  .home-hero { min-height: 700px; align-items: end; background-position: 59% top; }
  .home-hero .hero-inner { padding: 250px 0 50px; transform: none; }
  .home-hero h1 { font-size: clamp(3.5rem,16vw,5rem); }
}
@media (max-width: 560px) {
  .home-issue-grid { grid-template-columns: 1fr; }
  .home-issue-card { min-height: 245px; }
  .home-stat-grid { grid-template-columns: 1fr; }
  .home-stat:nth-child(2), .home-stat:nth-child(3) { background: #302c2d; color: var(--white); }
  .home-stat:nth-child(2) strong, .home-stat:nth-child(3) strong { color: var(--yellow); }
  .home-closing .site-shell { transform: none; }
}

/* Gravity Forms integration — Mac McQuillin v2.9.1 */
.mac-gravity-form .gform_wrapper { margin: 0; }
.mac-gravity-form .gform_fields { row-gap: 22px !important; }
.mac-gravity-form .gfield_label,
.mac-gravity-form legend.gfield_label { font-weight: 900 !important; color: var(--black) !important; font-size: 1rem !important; }
.mac-gravity-form input[type="text"],
.mac-gravity-form input[type="email"],
.mac-gravity-form input[type="tel"],
.mac-gravity-form textarea,
.mac-gravity-form select { width:100% !important; border: 2px solid #d6d8dc !important; border-bottom: 4px solid var(--blue) !important; border-radius:0 !important; background:#fff !important; min-height:54px !important; padding:12px 14px !important; box-shadow:none !important; }
.mac-gravity-form textarea { min-height:150px !important; resize:vertical; }
.mac-gravity-form .ginput_complex { gap:18px !important; }
.mac-gravity-form .gfield--type-checkbox { border-top: 3px solid var(--blue); padding-top:18px; }
.mac-gravity-form .gchoice { display:grid !important; grid-template-columns:26px 1fr; gap:12px; align-items:start; margin:12px 0 !important; }
.mac-gravity-form .gchoice input[type="checkbox"] { width:22px !important; height:22px !important; margin-top:2px !important; accent-color:var(--blue); }
.mac-gravity-form .gchoice label { max-width:none !important; line-height:1.5 !important; font-size:.95rem !important; }
.mac-gravity-form .gchoice a { text-decoration:underline; font-weight:800; }
.mac-gravity-form .gform_footer { margin-top:24px !important; }
.mac-gravity-form .gform_button { background:var(--yellow) !important; color:var(--black) !important; border:3px solid var(--black) !important; border-radius:0 !important; padding:15px 34px !important; min-width:210px; font-weight:950 !important; text-transform:uppercase; cursor:pointer; }
.mac-gravity-form .iti, .mac-gravity-form .ginput_container_phone { width:100% !important; }
.mac-gravity-form .iti__country-container { height:54px !important; }
@media (max-width:700px){ .mac-gravity-form .ginput_complex { display:block !important; } .mac-gravity-form .ginput_complex > span { display:block; margin-bottom:14px; } }

/* v2.9.2 homepage refinements */
.home-closing {
  min-height: 520px;
  display: flex;
  align-items: center;
  background-position: center 42% !important;
}
.home-closing .site-shell { transform: none !important; }
@media (max-width: 760px) {
  .home-closing { min-height: 560px; background-position: 58% 38% !important; }
}


/* v2.9.3: homepage Gravity Form + Meet Mac photo fixes */
.home-contact-form { background: var(--white); }
.home-contact-form .home-section-heading { max-width: 760px; margin-bottom: 34px; }
.home-form-wrap { max-width: 980px; margin: 0 auto; }
.home-contact-form .mac-gravity-form { width: 100%; }
body.page-meet-mac img.portrait-image,
.page-meet-mac img.portrait-image {
  width: 100% !important;
  max-width: 680px !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}
.page-meet-mac .page-split { align-items: center; }
@media (max-width: 800px) { .home-form-wrap { max-width: 100%; } }

/* v2.9.4 photo + homepage form corrections */
.home-about-grid { grid-template-columns: minmax(0,.82fr) minmax(580px,1.18fr); }
.home-photo-frame { max-width: 760px; width: 100%; }
.home-photo-frame img { width:100%; height:auto; max-height:none; object-fit:contain; }

/* Keep the closing family/sign image readable instead of zooming into faces. */
.home-closing {
  min-height: 590px;
  background-size: cover !important;
  background-position: center 48% !important;
}

/* Meet Mac: never crop the sign or family photo. */
.meet-photo-hero { width:100%; background:#fff; overflow:hidden; }
.meet-photo-hero img { display:block; width:100%; height:auto; max-height:720px; object-fit:contain; object-position:center; margin:0 auto; }
.meet-mac-main { grid-template-columns: minmax(0,.82fr) minmax(560px,1.18fr); gap:clamp(42px,6vw,90px); align-items:center; }
.meet-family-frame { position:relative; width:100%; max-width:820px; justify-self:end; }
.meet-family-frame::before { content:""; position:absolute; inset:-24px 24px 24px -24px; background:var(--yellow); z-index:0; }
.meet-family-frame img { display:block; position:relative; z-index:1; width:100%; height:auto; object-fit:contain; }

/* Gravity Form must be visible on the homepage. */
.home-contact-form { display:block !important; visibility:visible !important; opacity:1 !important; padding-top:clamp(70px,8vw,110px); padding-bottom:clamp(70px,8vw,110px); }
.home-contact-form .gform_wrapper { display:block !important; width:100% !important; }
.home-form-wrap { display:block !important; width:100%; max-width:1050px; }

@media (max-width:1000px){
 .home-about-grid,.meet-mac-main { grid-template-columns:1fr; }
 .home-photo-frame,.meet-family-frame { max-width:760px; justify-self:center; }
 .home-closing { min-height:520px; background-position:center center !important; }
}

/* v2.9.5 — definitive photo sizing + reliable homepage form */
.home-about .site-shell { max-width: 1480px; }
.home-about-grid { grid-template-columns: minmax(330px,.62fr) minmax(680px,1.38fr) !important; gap: clamp(50px,6vw,100px) !important; }
.home-photo-frame { width:100% !important; max-width:960px !important; justify-self:end !important; }
.home-photo-frame img { display:block !important; width:100% !important; height:auto !important; max-height:none !important; object-fit:contain !important; }

/* Show the complete Meet Mac sign photo; no fixed-height crop. */
.meet-photo-hero { padding: 42px 0 !important; height:auto !important; min-height:0 !important; overflow:visible !important; background:#fff !important; }
.meet-photo-hero img { display:block !important; width:min(92vw,1400px) !important; max-width:1400px !important; height:auto !important; max-height:none !important; object-fit:contain !important; object-position:center !important; margin:0 auto !important; }
.meet-mac-main { max-width:1480px !important; grid-template-columns:minmax(360px,.62fr) minmax(700px,1.38fr) !important; }
.meet-family-frame { width:100% !important; max-width:980px !important; }
.meet-family-frame img { width:100% !important; height:auto !important; max-height:none !important; object-fit:contain !important; }

/* The closing family photo is now a real image, so faces can never be cropped by background-cover. */
.home-closing-photo { position:relative !important; min-height:0 !important; padding:0 !important; overflow:hidden; background:#231f20 !important; }
.home-closing-image { display:block; width:100%; height:auto; max-height:none; object-fit:contain; }
.home-closing-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(35,31,32,.84) 0%,rgba(35,31,32,.55) 38%,rgba(35,31,32,.12) 72%,rgba(35,31,32,.04) 100%); }
.home-closing-copy { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; z-index:2; transform:none !important; }

/* Homepage form: render and style the same wrapper used on Contact. */
.home-contact-form .mac-gravity-form { display:block !important; width:100% !important; }
.home-contact-form .gform_wrapper { display:block !important; visibility:visible !important; opacity:1 !important; }

@media (max-width:1050px){
 .home-about-grid,.meet-mac-main { grid-template-columns:1fr !important; }
 .home-photo-frame,.meet-family-frame { max-width:900px !important; justify-self:center !important; }
 .home-closing-copy { position:relative; padding-top:60px; padding-bottom:60px; background:#231f20; }
 .home-closing-shade { display:none; }
}

/* v2.9.6 — final Meet Mac sizing + direct Gravity Forms shortcode render */
/* Sign/couple image should support the page, not behave like a second hero. */
.meet-photo-hero { padding: 38px 24px !important; }
.meet-photo-hero img { width: min(76vw, 1050px) !important; max-width:1050px !important; height:auto !important; object-fit:contain !important; }
/* Family portrait gets more visual weight while preserving the full image. */
.meet-mac-main { max-width:1560px !important; grid-template-columns:minmax(340px,.55fr) minmax(760px,1.45fr) !important; }
.meet-family-frame { max-width:1150px !important; }
.meet-family-frame img { width:100% !important; height:auto !important; object-fit:contain !important; }
/* Ensure Gravity Forms output itself cannot be hidden by theme/plugin defaults. */
.home-form-wrap, .home-form-wrap .mac-gravity-form, .home-form-wrap .gform_wrapper, .home-form-wrap form { display:block !important; visibility:visible !important; opacity:1 !important; width:100% !important; }
@media (max-width:1050px){
 .meet-photo-hero img { width:min(90vw,900px) !important; }
 .meet-mac-main { grid-template-columns:1fr !important; }
 .meet-family-frame { max-width:950px !important; justify-self:center !important; }
}
