:root {
  --purple: #403a60;
  --purple-ink: #403a60;
  --gold: #d0b787;
  --gold-soft: #d0b787;
  --paper: #ffffff;
  --warm: #d9d8d6;
  --ink: #101820;
  --emerald: #007840;
  --muted: #8c88a3;
  --rule: #d9d8d6;
  --lavender: #8c88a3;
  --shadow: none;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Gotham, "Avenir Next", Avenir, Arial, sans-serif;
  line-height: 1.58;
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  background: var(--paper);
}

.masthead,
.section,
.footer {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.masthead {
  padding: 18px 0 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.seal-mini,
.brand-mark-mini {
  width: 54px;
  height: auto;
  flex: 0 0 auto;
}

.brand-title {
  display: block;
  color: var(--purple);
  font-family: Mercury, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.05;
}

.brand-kicker,
.eyebrow,
.section-kicker,
.flyer-kicker {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.brand-kicker {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.mobile-copy {
  display: none;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 18px;
  color: var(--purple);
  font-size: 0.88rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  white-space: nowrap;
}

.nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.nav-menu-button {
  display: none;
}

.hero {
  display: grid;
  gap: 34px;
  padding: 44px 0 42px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
}

h1,
h2,
h3,
.quote {
  font-family: Mercury, "Times New Roman", serif;
  color: var(--purple-ink);
  line-height: 1.05;
}

h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(3.15rem, 16vw, 6.8rem);
  letter-spacing: 0;
}

.deck {
  margin: 18px 0 0;
  color: var(--purple);
  font-family: Mercury, "Times New Roman", serif;
  font-size: clamp(1.42rem, 6vw, 2.45rem);
  line-height: 1.12;
}

.lead {
  margin: 24px 0 0;
  max-width: 660px;
  color: var(--ink);
  font-size: clamp(1.08rem, 4.3vw, 1.3rem);
}

.movement-line {
  margin: 18px 0 0;
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.movement-line::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  margin-right: 10px;
  background: var(--emerald);
  vertical-align: middle;
}

.action-context {
  margin: 26px 0 0;
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 164px;
  padding: 12px 14px;
  border: 1px solid var(--purple);
  background: var(--purple);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.button-accent {
  box-shadow: inset 0 -3px 0 var(--emerald);
}

.button.secondary {
  background: var(--purple);
  color: #ffffff;
  box-shadow: inset 0 -3px 0 var(--emerald);
}

.button.tertiary {
  border-color: var(--purple);
  background: var(--purple);
  color: #ffffff;
  box-shadow: inset 0 -3px 0 var(--emerald);
}

.section-button {
  margin-top: 6px;
  box-shadow: inset 0 -3px 0 var(--emerald);
}

.profile-link,
.inline-link,
.body-link {
  color: var(--purple);
  font-weight: 800;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.linkedin-link img {
  width: 18px;
  height: 18px;
}

.profile-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.92rem;
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 20px;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--rule);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.brand-panel-mark {
  width: min(100%, 280px);
  margin: 0 auto;
}

.panel-brand-mark {
  width: 128px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  border: 1px solid var(--rule);
  padding: 10px 12px;
}

.panel-candidate-seal {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: min(52%, 210px);
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(49, 42, 84, 0.24);
}

.portrait-frame {
  position: relative;
  margin: 0;
  border: 1px solid var(--rule);
  background: #ffffff;
  overflow: hidden;
}

.portrait-frame > img:not(.panel-candidate-seal) {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 53% 18%;
}

.relaxed-photo {
  margin: 28px 0 0;
  width: min(72%, 260px);
  border: 1px solid var(--rule);
  background: #ffffff;
}

.leadership-photo {
  width: min(100%, 280px);
  margin: 0 0 0 auto;
}

.relaxed-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 56% 28%;
}

.about-bio-photo {
  float: right;
  width: min(38%, 210px);
  margin: 16px 0 18px 24px;
  border: 1px solid var(--rule);
  background: #ffffff;
}

.about-bio-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 30%;
}

.contact-panel {
  clear: both;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}

.contact-panel .section-kicker {
  margin-bottom: 12px;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, 148px);
  gap: 12px;
  row-gap: 8px;
  align-items: center;
  justify-content: start;
}

.contact-actions .button {
  width: 148px;
  min-width: 0;
}

.contact-actions .button + .button {
  grid-column: auto;
}

.contact-fallback {
  display: grid;
  grid-template-columns: repeat(2, 148px);
  gap: 12px;
  row-gap: 8px;
  align-items: center;
  justify-content: start;
  margin: 12px 0 0;
  color: var(--purple);
  font-size: 0.95rem;
}

.contact-fallback a {
  display: block;
  width: 100%;
  text-align: center;
}

.contact-fallback a:last-child {
  grid-column: auto;
}

.hero-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border-top: 3px solid var(--gold);
  padding-top: 18px;
}

.quote-box {
  border-top: 3px solid var(--gold);
  padding-top: 18px;
  padding-bottom: 0;
}

.hero-proof .quote-box {
  border-top: 0;
  padding-top: 0;
}

.quote {
  margin: 0;
  font-size: 1.38rem;
}

.quote-credit {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.section {
  padding: 54px 0;
  border-top: 1px solid var(--rule);
}

#brotherhood {
  padding-bottom: 34px;
}

#brotherhood + #leadership {
  border-top: 1px solid var(--rule);
}

.section-grid {
  display: grid;
  gap: 24px;
}

.section h2 {
  margin: 10px 0 0;
  max-width: 680px;
  font-size: clamp(2rem, 9vw, 4rem);
}

.section p {
  margin: 16px 0 0;
  max-width: 760px;
  color: var(--ink);
  font-size: 1.03rem;
}

.quiet-list,
.material-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.quiet-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
  color: var(--purple);
  font-weight: 800;
}

.brotherhood-widget {
  gap: 0;
  border-top: 1px solid var(--rule);
}

.brotherhood-widget li {
  position: relative;
  padding: 0;
  cursor: default;
  outline: none;
}

.brotherhood-widget li:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.brotherhood-widget h3 {
  margin: 0;
  min-height: 58px;
  padding: 17px 34px 17px 0;
  color: var(--purple);
  font-family: Gotham, "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.brotherhood-widget h3::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 0;
  color: var(--gold);
  font-family: Gotham, "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.brotherhood-widget li:hover h3::after,
.brotherhood-widget li:focus h3::after,
.brotherhood-widget li:focus-within h3::after {
  content: "-";
}

.item-reveal {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 180ms ease, opacity 180ms ease, padding 180ms ease;
}

.brotherhood-widget li:hover .item-reveal,
.brotherhood-widget li:focus .item-reveal,
.brotherhood-widget li:focus-within .item-reveal {
  max-height: 260px;
  padding: 0 34px 18px 0;
  opacity: 1;
}

.brotherhood-widget .item-reveal p {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.48;
}

.brotherhood-widget .item-reveal p:first-child {
  margin-top: 0;
}

@media (hover: none) {
  .brotherhood-widget .item-reveal {
    max-height: none;
    padding: 0 34px 18px 0;
    opacity: 1;
  }

  .brotherhood-widget h3::after {
    content: "";
  }
}

.principles {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.leadership-context {
  max-width: 760px;
}

.principle {
  padding: 18px 0;
  border-top: 1px solid var(--rule);
}

.principle h3 {
  margin: 0;
  font-size: 1.25rem;
}

.principle p {
  margin-top: 8px;
}

.materials {
  background: var(--purple);
  color: #ffffff;
}

.materials .section {
  border-top: 0;
}

.materials h2,
.materials p {
  color: #ffffff;
}

.materials .section-kicker {
  color: var(--gold-soft);
}

.material-list a {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid var(--lavender);
  color: #ffffff;
  font-family: Mercury, "Times New Roman", serif;
  font-size: 1.24rem;
  line-height: 1.2;
  text-decoration: none;
}

.material-list a span {
  display: block;
  margin-top: 5px;
  color: var(--gold-soft);
  font-family: Gotham, "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.viewer-open {
  overflow: hidden;
}

.viewer-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.viewer-modal[aria-hidden="true"] {
  display: none;
}

.viewer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 27, 50, 0.72);
}

.viewer-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(100%, 980px);
  max-height: min(86vh, 780px);
  padding: 18px;
  border: 1px solid var(--rule);
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(31, 27, 50, 0.35);
}

.viewer-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.viewer-header h2 {
  margin: 0;
  color: var(--purple);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  line-height: 1.1;
}

.viewer-close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--rule);
  background: #ffffff;
  color: var(--purple);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

.viewer-panel iframe {
  width: 100%;
  height: min(62vh, 560px);
  border: 1px solid var(--rule);
  background: var(--warm);
}

.viewer-panel p {
  margin: 0;
}

.viewer-external {
  color: var(--purple);
  font-weight: 800;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.qr-callout {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}

.qr-card {
  width: min(100%, 270px);
  padding: 14px;
  border: 1px solid var(--rule);
  background: #ffffff;
}

.qr-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}

.qr-label {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.footer {
  padding: 34px 0 46px;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 759px) {
  .desktop-copy {
    display: none;
  }

  .mobile-copy {
    display: block;
  }

  .masthead,
  .section,
  .footer {
    width: min(100% - 28px, 1120px);
  }

  .masthead {
    padding-top: 14px;
  }

  .nav {
    position: relative;
    display: flex;
    gap: 12px;
    padding-bottom: 14px;
  }

  .brand-lockup {
    gap: 10px;
  }

  .brand-mark-mini {
    width: 46px;
  }

  .brand-title {
    font-size: 0.96rem;
  }

  .brand-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.13em;
  }

  .nav-menu-button {
    display: inline-grid;
    place-items: center;
    gap: 4px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    border: 1px solid var(--purple);
    background: var(--purple);
    cursor: pointer;
  }

  .nav-toggle:focus-visible + .nav-menu-button {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
  }

  .nav-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    background: #ffffff;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 5;
    display: none;
    width: min(100%, 260px);
    padding: 12px 14px;
    border-left: 3px solid var(--emerald);
    background: var(--purple);
    color: #ffffff;
    font-size: 0.84rem;
    line-height: 1.25;
    box-shadow: none;
  }

  .nav-links a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--lavender);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-toggle:checked ~ .nav-links {
    display: block;
  }

  .hero {
    gap: 24px;
    padding: 34px 0 40px;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 4rem);
    line-height: 0.98;
  }

  .deck {
    margin-top: 14px;
    font-size: clamp(1.35rem, 7vw, 1.85rem);
  }

  .lead {
    margin-top: 18px;
    font-size: 1.03rem;
    line-height: 1.5;
  }

  .movement-line {
    margin-top: 16px;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }

  .movement-line::before {
    width: 22px;
    margin-right: 8px;
  }

  .hero-actions {
    display: grid;
    gap: 8px;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 12px 14px;
  }

  .contact-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .contact-actions .button {
    width: 100%;
    min-width: 0;
  }

  .contact-actions .button + .button {
    grid-column: auto;
  }

  .contact-fallback {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    justify-content: center;
  }

  .contact-fallback a:last-child {
    grid-column: auto;
  }

  .hero-panel {
    gap: 16px;
    padding: 16px;
  }

  .portrait-frame > img:not(.panel-candidate-seal) {
    aspect-ratio: 1 / 1.08;
    object-position: 53% 16%;
  }

  .hero-proof {
    gap: 12px;
    padding-top: 15px;
    display: none;
  }

  .hero-proof .quote-box {
    display: none;
  }

  .quote {
    font-size: 1.16rem;
    line-height: 1.16;
  }

  .panel-candidate-seal {
    right: 10px;
    bottom: 10px;
    width: min(42%, 155px);
  }

  .section {
    padding: 42px 0;
  }

  #brotherhood {
    padding-bottom: 0;
  }

  #brotherhood + #leadership {
    border-top: 0;
    padding-top: 42px;
  }

  .section-grid {
    gap: 16px;
  }

  .section h2 {
    margin-top: 8px;
    font-size: clamp(1.85rem, 10vw, 2.65rem);
    line-height: 1.04;
  }

  .section p {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .about-bio-photo {
    float: none;
    width: min(68%, 230px);
    margin: 2px 0 18px;
  }

  .viewer-modal {
    padding: 14px;
  }

  .viewer-panel {
    max-height: 90vh;
    padding: 14px;
  }

  .viewer-panel iframe {
    height: 58vh;
  }

  .section-button {
    margin-top: 4px;
  }

  .brotherhood-widget {
    margin-top: 18px;
  }

  .brotherhood-widget h3 {
    min-height: 0;
    padding: 14px 28px 14px 0;
    font-size: 0.96rem;
  }

  .brotherhood-widget .item-reveal {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }

  .brotherhood-widget li:hover .item-reveal,
  .brotherhood-widget li:focus .item-reveal,
  .brotherhood-widget li:focus-within .item-reveal {
    max-height: 320px;
    padding: 0 28px 16px 0;
    opacity: 1;
  }

  .brotherhood-widget h3::after {
    content: "+";
    top: 15px;
  }

  .brotherhood-widget li:hover h3::after,
  .brotherhood-widget li:focus h3::after,
  .brotherhood-widget li:focus-within h3::after {
    content: "-";
  }

  .brotherhood-widget .item-reveal p {
    font-size: 0.96rem;
  }

  .principles {
    gap: 0;
    margin-top: 20px;
  }

  .principle {
    padding: 16px 0;
  }

  .principle h3 {
    font-size: 1.12rem;
  }

  .principle p {
    margin-top: 6px;
    font-size: 0.96rem;
    line-height: 1.46;
  }

  .material-list {
    margin-top: 18px;
  }

  .material-list a {
    padding: 15px 0;
    font-size: 1.08rem;
  }

  .material-list a span {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .footer {
    padding: 28px 0 36px;
    font-size: 0.82rem;
    line-height: 1.45;
  }
}

@media (max-width: 360px) {
  .masthead,
  .section,
  .footer {
    width: min(100% - 22px, 1120px);
  }

  .brand-mark-mini {
    width: 40px;
  }

  .brand-title {
    font-size: 0.9rem;
  }

  .brand-kicker,
  .section-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  h1 {
    font-size: clamp(2.45rem, 14vw, 3.3rem);
  }

  .deck {
    font-size: 1.28rem;
  }

  .movement-line {
    font-size: 0.68rem;
  }

  .nav-menu-button {
    width: 38px;
    height: 38px;
  }

  .section h2 {
    font-size: clamp(1.72rem, 9vw, 2.2rem);
  }

  .material-list a {
    font-size: 1rem;
  }
}

.flyer-body {
  background: #d9d8d6;
}

.flyer-spread {
  display: grid;
  gap: 28px;
  justify-content: center;
  padding: 28px 0;
}

.flyer-card {
  position: relative;
  width: 8.5in;
  height: 5.5in;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

.flyer-card::before,
.flyer-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.1in;
  background: repeating-linear-gradient(
    135deg,
    var(--purple) 0,
    var(--purple) 0.055in,
    transparent 0.055in,
    transparent 0.11in
  );
}

.flyer-card::before {
  top: 0;
}

.flyer-card::after {
  bottom: 0;
}

.flyer-front {
  display: grid;
  grid-template-columns: 1fr 3in;
  gap: 0.28in;
  align-items: stretch;
  padding: 0.34in 0.38in 0.14in;
}

.front-copy {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.flyer-front .flyer-kicker {
  margin: 0 0 0.72rem;
}

.flyer-candidate-line {
  display: block;
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.front-portrait {
  position: relative;
  align-self: end;
  height: calc(100% - 0.24in);
  margin-bottom: 0.24in;
  min-height: 0;
}

.flyer-portrait {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% 27%;
  border: 1px solid var(--rule);
}

.flyer-brand-mark {
  position: absolute;
  right: -0.1in;
  bottom: -0.08in;
  width: 1.18in;
  padding: 0.08in 0.1in;
  background: #ffffff;
  border: 1px solid var(--rule);
  box-shadow: none;
}

.flyer-candidate-seal {
  position: absolute;
  right: 0.1in;
  bottom: 0.1in;
  width: 1.42in;
  background: #ffffff;
  border-radius: 50%;
}

.flyer-name {
  margin: -4px 0 0;
  color: var(--purple);
  font-family: Mercury, "Times New Roman", serif;
  font-size: 62px;
  line-height: 0.94;
}

.flyer-chapter-line {
  margin: 7px 0 0;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.flyer-subhead {
  margin: 12px 0 0;
  color: var(--purple);
  font-family: Mercury, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.14;
}

.front-statement-block {
  margin-top: 0.2in;
  margin-bottom: 0;
  height: 2.606in;
  padding: 0.15in 0.24in 0.16in;
  border-left: 4px solid var(--gold);
  background: var(--warm);
}

.flyer-lead {
  margin: 0;
  color: var(--ink);
  font-family: Mercury, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.1;
}

.flyer-lead span {
  display: block;
}

.flyer-statement {
  margin: 8px 0 0;
  max-width: 4.15in;
  color: var(--ink);
  font-size: 13.4px;
  line-height: 1.23;
}

.flyer-statement-secondary {
  margin-top: 8px;
}

.flyer-payoff {
  margin: 9px 0 0;
  color: var(--purple);
  font-family: Gotham, "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 13.2px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.28;
  text-transform: uppercase;
  white-space: nowrap;
}

.flyer-back {
  display: grid;
  grid-template-columns: 1fr 2.68in;
  gap: 0.24in;
  padding: 0.17in 0.36in;
}

.back-main {
  display: block;
  min-width: 0;
}

.back-main p {
  margin: 10px 0 0;
  max-width: 4.65in;
  font-size: 14.2px;
  line-height: 1.4;
}

.back-photo {
  float: right;
  width: 1.18in;
  margin: 0.1in 0 0.05in 0.18in;
  border: 1px solid var(--rule);
  background: #ffffff;
  overflow: hidden;
}

.back-photo span {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-image: url("assets/brad-reichard-portrait-print-300.jpeg");
  background-position: 50% 40%;
  background-size: 150%;
}

.back-qr {
  display: grid;
  align-content: start;
  justify-items: stretch;
  padding: 0;
  border-left: 4px solid var(--gold);
  background: var(--warm);
}

.back-seal-block {
  display: grid;
  justify-items: center;
  padding: 0.12in 0.12in 0.1in;
  background: var(--purple);
}

.back-qr-content {
  display: grid;
  justify-items: center;
  grid-template-rows: auto auto 1fr auto;
  row-gap: 0.12in;
  min-height: 3.66in;
  padding: 0.16in 0.14in 0.14in;
}

.back-greek-mark {
  width: 0.82in;
  height: auto;
  margin-bottom: 0.1in;
}

.back-candidate-seal {
  width: 1.28in;
  height: auto;
  margin: 0;
}

.back-qr h2 {
  margin: 0;
  color: var(--purple);
  font-family: Mercury, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.12;
  text-align: center;
}

.back-qr h2::after {
  content: "";
  display: block;
  width: 0.28in;
  height: 2px;
  margin: 0.08in auto 0;
  background: var(--emerald);
}

.back-qr p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.36;
  text-align: center;
}

.rooted-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 18px 0 6px;
  padding: 0;
  list-style: none;
}

.rooted-list li {
  display: flex;
  align-items: center;
  min-height: 0.55in;
  padding: 12px 13px;
  border-left: 3px solid var(--gold);
  background: var(--warm);
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.24;
  text-align: left;
}

.learn {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.flyer-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin-top: 0;
}

.flyer-qr-grid.single-qr {
  grid-template-columns: minmax(0, 1fr);
  width: 0.82in;
  align-self: center;
  justify-self: center;
}

.flyer-qr-item {
  min-width: 0;
}

.flyer-qr {
  width: 100%;
  padding: 0;
  border: 0;
  background: #ffffff;
}

.flyer-qr img {
  display: block;
  width: 100%;
}

.flyer-qr-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 6px;
  color: var(--emerald);
  font-size: 7.2px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.flyer-qr-caption img {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
}

.flyer-close {
  width: 100%;
  align-self: end;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  color: var(--purple);
  font-family: Mercury, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.12;
  text-align: center;
}

.flyer-print-body {
  background: #cfcfcd;
}

.print-production {
  display: grid;
  gap: 34px;
  justify-content: center;
  padding: 34px 0;
}

.print-sheet {
  display: grid;
  grid-template-rows: repeat(2, 5.5in);
  position: relative;
  width: 8.5in;
  height: 11in;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(16, 24, 32, 0.16);
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

.print-slot {
  position: relative;
  display: grid;
  place-items: center;
  width: 8.5in;
  height: 5.5in;
  overflow: visible;
}

.print-sheet .flyer-card {
  margin: 0;
  box-shadow: none;
  overflow: hidden;
  transform: scale(0.96);
  transform-origin: center center;
}

.print-slot {
  --trim-x: 0.17in;
  --trim-y: 0.11in;
  --art-w: 8.16in;
  --art-h: 5.28in;
  --mark: 0.1in;
}

.sheet-crop-marks {
  --trim-x: 0.17in;
  --trim-y: 0.11in;
  --art-w: 8.16in;
  --art-h: 5.28in;
  --mark: 0.1in;
  position: absolute;
  inset: 0;
  z-index: 30;
  pointer-events: none;
}

.sheet-crop {
  position: absolute;
  display: block;
  width: var(--mark);
  height: var(--mark);
}

.sheet-crop-tl {
  top: calc(var(--trim-y) - var(--mark));
  left: calc(var(--trim-x) - var(--mark));
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.sheet-crop-tr {
  top: calc(var(--trim-y) - var(--mark));
  left: calc(var(--trim-x) + var(--art-w));
  border-left: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.sheet-crop-upper-ml {
  top: calc(var(--trim-y) + var(--art-h));
  left: calc(var(--trim-x) - var(--mark));
  border-right: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
}

.sheet-crop-upper-mr {
  top: calc(var(--trim-y) + var(--art-h));
  left: calc(var(--trim-x) + var(--art-w));
  border-left: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
}

.sheet-crop-lower-ml {
  top: calc(5.5in + var(--trim-y) - var(--mark));
  left: calc(var(--trim-x) - var(--mark));
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.sheet-crop-lower-mr {
  top: calc(5.5in + var(--trim-y) - var(--mark));
  left: calc(var(--trim-x) + var(--art-w));
  border-left: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.sheet-crop-bl {
  top: calc(11in - var(--trim-y) - var(--mark));
  left: calc(var(--trim-x) - var(--mark));
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.sheet-crop-br {
  top: calc(11in - var(--trim-y) - var(--mark));
  left: calc(var(--trim-x) + var(--art-w));
  border-left: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.printer-instructions {
  width: min(8.5in, calc(100% - 32px));
  margin: 0 auto;
  padding: 0.18in 0.22in;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 0 0 1px rgba(16, 24, 32, 0.16);
}

.printer-instructions h1 {
  margin: 0 0 8px;
  color: var(--purple);
  font-family: Mercury, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.1;
}

.printer-instructions p {
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.4;
}


@media (min-width: 760px) {
  .masthead,
  .section,
  .footer {
    width: min(100% - 72px, 1120px);
  }

  .nav-links {
    display: flex;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
    padding: 76px 0 68px;
  }

  .hero-actions {
    flex-wrap: nowrap;
  }

  .section-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 34px;
  }

  .qr-callout {
    grid-template-columns: 270px 1fr;
  }
}

@media print {
  @page {
    size: 8.5in 5.5in;
    margin: 0;
  }

  html,
  body {
    width: 8.5in;
    height: 5.5in;
    background: #ffffff;
  }

  .flyer-spread {
    display: block;
    padding: 0;
  }

  .flyer-card {
    width: 8.5in;
    height: 5.5in;
    margin: 0;
    box-shadow: none;
    break-after: page;
    page-break-after: always;
  }

  .flyer-card:last-child {
    break-after: auto;
    page-break-after: auto;
  }
}
