/* Shared campaign identity, editorial typography, and uncropped artwork. */
:root {
  --editorial: Georgia, "Times New Roman", serif;
  --copper: #b74720;
  --copper-dark: #903719;
  --orange: #ef7b32;
  --apricot: #ffae66;
  --amber: #ffb75f;
  --tobacco: #743a25;
  --cream: #fff1dc;
  --paper: #fcf8f0;
}

img {
  height: auto;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 100px;
  height: auto;
  aspect-ratio: 9 / 7;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transform: none;
}

.brand-mark::after {
  content: none;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer .brand-mark img {
  filter: brightness(0) invert(1);
}

.hero-motto {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(12px, 1fr) auto minmax(12px, 1fr);
  align-items: center;
  justify-content: center;
  gap: 0.08em 0.25em;
  width: 100%;
  margin: 0 0 24px;
  color: #fff3df;
  font-family: var(--editorial);
  font-size: clamp(1.35rem, 2.8vw, 2.4rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.12;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: none;
  transform: none;
}

.hero-motto::before,
.hero-motto::after {
  content: "";
  grid-row: 1 / 3;
  width: clamp(12px, 2vw, 32px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--apricot));
}

.hero-motto::before { grid-column: 1; justify-self: end; }
.hero-motto::after { grid-column: 3; justify-self: start; transform: scaleX(-1); }

.hero-motto > span,
.hero-motto > strong {
  grid-column: 2;
}

.hero-motto > span { grid-row: 1; }
.hero-motto > strong { grid-row: 2; }

.hero-motto strong {
  position: relative;
  color: var(--apricot);
  font-weight: 700;
}

.hero-motto strong::after {
  content: "";
  position: absolute;
  right: 0.03em;
  bottom: -0.09em;
  width: 92%;
  height: 0.12em;
  border-top: 3px solid var(--orange);
  border-radius: 50%;
  transform: rotate(-3deg);
}

.hero-inner {
  max-width: 1320px;
  min-height: 0;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  padding: 54px clamp(28px, 4vw, 56px) 22px;
}

.hero-copy {
  min-width: 0;
  padding: 0 0 26px;
}

.hero-identity {
  position: relative;
  max-width: 600px;
  font-size: clamp(4rem, 7.4vw, 7rem);
}

.hero h1 {
  font-size: inherit;
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.hero h1 span {
  white-space: nowrap;
}

.hero h1 span + span {
  margin-top: 0.05em;
}

.hero h1 .hero-first-name {
  display: flex;
  align-items: center;
  gap: 0.18em;
}

.hero-lakes {
  position: static;
  flex: 0 0 auto;
  width: 1.02em;
  height: auto;
  object-fit: contain;
  transform: none;
  pointer-events: none;
}

.hero-intro {
  max-width: 34em;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 26px;
}

.hero-meta {
  margin-top: 20px;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}

.hero-portrait {
  align-self: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 0;
  isolation: isolate;
}

.portrait-art {
  position: relative;
  width: 100%;
}

.hero-portrait img {
  width: 100%;
  max-width: 430px;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(12px 14px 16px #06172338);
}

.hero-portrait .portrait-halo {
  width: 94%;
  max-width: 410px;
  bottom: 14%;
  transform: translateX(-50%);
}

.story-profile img,
.place-card img,
.campaign-asset img,
.campaign-asset-wide img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
}

.home-mosaic-map a,
.platform-map,
.mosaic-map-link {
  border-radius: 0;
  box-shadow: none;
}

.home-mosaic-map a:hover img,
.home-mosaic-map a:focus-visible img {
  transform: none;
}

.home-mosaic-map a > span,
.platform-map a > span,
.mosaic-map-action {
  position: static;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 0;
  padding: 16px 20px;
  color: var(--cream);
  background: var(--navy);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.campaign-assets {
  padding: clamp(24px, 4vw, 48px);
}

.campaign-assets-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 42px;
}

.campaign-asset-portrait {
  width: min(100%, 660px);
  max-width: none;
  margin-inline: auto;
}

.campaign-asset figcaption a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding-top: 8px;
  color: var(--cream);
  background: transparent;
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cover-image-wrap {
  height: auto;
  min-width: 0;
}

.cover-image-wrap img {
  width: min(100%, 380px);
  height: auto;
  max-height: none;
  object-fit: contain;
  margin-inline: auto;
}

.artwork-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.artwork-link > span {
  display: block;
  padding: 10px 0;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mosaic-map .artwork-link {
  color: var(--ink);
}

@media screen {
  .header-accent {
    height: 5px;
    background: linear-gradient(90deg, var(--tobacco), var(--copper) 35%, var(--orange) 72%, var(--apricot));
  }

  .site-nav a {
    font-weight: 600;
  }

  .site-nav .nav-glance {
    border-radius: 2px;
  }

  .eyebrow,
  .page-kicker {
    font-weight: 650;
    letter-spacing: 0.13em;
  }

  .hero {
    min-height: 0;
    background: radial-gradient(ellipse at 84% 52%, #ac582617, transparent 48%), #0b2434;
  }

  .hero::before {
    background: url("./assets/paper-grain.webp") repeat;
    background-size: 180px 180px;
    opacity: 0.8;
  }

  .nav-cta,
  .button-primary {
    color: #fffaf3;
    background: linear-gradient(150deg, #b74720, #903719);
    box-shadow: inset 0 1px 0 #ffc38845, 0 2px 0 #5c281b;
  }

  .nav-cta:hover,
  .button-primary:hover {
    color: #ffffff;
    background: linear-gradient(150deg, #ad431c, #743a25);
  }

  .brand-copy small {
    color: var(--tobacco);
  }

  .hero-lines {
    opacity: 0.12;
  }

  /* A construction-orange invitation, with dark copy and calm reading surfaces. */
  .participation-paths {
    color: var(--ink);
    background: #ff7900;
  }
  .participation-paths .eyebrow,
  .participation-paths .paths-heading > p:last-child { color: var(--ink); }
  .participation-paths .path-grid {
    border-color: #743a2540;
    background: #743a2540;
  }
  .participation-paths .path-card {
    color: var(--ink);
    background: var(--cream);
  }
  .participation-paths .path-card p { color: #294b60; }
  .participation-paths .path-card > span,
  .participation-paths .path-card a,
  .participation-paths .path-card small { color: var(--copper-dark); }

  .portrait-halo {
    background: #ffa45d url("./assets/creamsicle-swirl.svg") center / contain no-repeat;
    box-shadow: none;
  }

  .preacher-label {
    margin-block: 28px 22px;
    padding: 0 0 12px;
    color: var(--amber);
    background: none;
    border-bottom: 1px solid #ffae6699;
    box-shadow: none;
    font-family: var(--editorial);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    letter-spacing: -0.03em;
    text-transform: none;
    transform: none;
  }

  .preacher-label span {
    font-size: 1em;
  }

  .portrait-caption,
  .story-profile {
    transform: none;
    box-shadow: none;
  }

  .hero-meta span {
    width: 23px;
    height: 1px;
    flex-shrink: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .section-heading h2,
  .hometown-heading h2,
  .priority-intro h2,
  .mosaic-heading h2,
  .mosaic-case-heading h2,
  .mosaic-map-heading h2,
  .mosaic-discussion-heading h2,
  .school-feature-copy h2,
  .voices-intro h3,
  .process-heading h2,
  .paths-heading h2,
  .types-heading h2,
  .handling-heading h2,
  .idea-builder-copy h2,
  .campaign-assets-heading h2 {
    font-family: var(--editorial);
    font-size: clamp(2.3rem, 4.6vw, 4.75rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.08;
    text-transform: none;
  }

  .chapter-header h2 {
    font-family: var(--editorial);
    font-size: clamp(2rem, 3.8vw, 4.15rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.1;
    text-transform: none;
  }

  .chapter-header > span {
    padding-top: 0.12em;
    font-family: var(--editorial);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
  }

  .priority-grid {
    gap: 0 36px;
  }

  .priority-card,
  .priority-card.feature,
  .priority-card-lake,
  .priority-card-amber,
  .priority-card-paper {
    min-height: 0;
    padding: 30px 0 40px;
    color: var(--cream);
    background: transparent;
    border-top: 1px solid rgba(244, 234, 215, 0.35);
    box-shadow: none;
  }

  .priority-card:hover,
  .mosaic-card:hover {
    transform: none;
    box-shadow: none;
  }

  .card-topline {
    padding-bottom: 0;
    color: var(--amber);
    border: 0;
    opacity: 1;
  }

  .card-topline > span:first-child {
    font-family: var(--editorial);
    font-size: 1.35rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
  }

  .card-topline > span:last-child {
    display: none;
  }

  .priority-card h3 {
    margin-block: 22px 18px;
    font-family: var(--editorial);
    font-size: clamp(1.7rem, 2.6vw, 2.45rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.13;
    text-transform: none;
  }

  .priority-card p {
    color: #f7f5ef;
    line-height: 1.7;
  }

  .campaign-assets .eyebrow {
    color: var(--amber);
  }

  .card-link,
  .priority-card .card-link span {
    color: var(--amber);
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    font-size: 0.9rem;
  }

  .mosaic-card,
  .mosaic-card-wharf,
  .mosaic-card-stay,
  .mosaic-card-station,
  .mosaic-card-north,
  .mosaic-card-rail {
    min-height: 0;
    color: var(--ink);
    background: #f3efe5;
    border-top: 2px solid var(--copper-dark);
  }

  .mosaic-card::after {
    content: none;
  }

  .mosaic-kicker {
    margin-bottom: 30px;
  }

  .mosaic-card h3,
  .project-detail h3,
  .place-card figcaption strong {
    font-family: var(--editorial);
    font-size: clamp(1.65rem, 2.8vw, 2.75rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-transform: none;
  }

  .place-card {
    border-radius: 0;
    box-shadow: none;
  }

  .platform-caveat {
    box-shadow: none;
    border-left-width: 3px;
  }

  .platform-subsection h3,
  .platform-policy-question > h3,
  .reporting-card h3,
  .path-card h3,
  .type-card h3 {
    font-family: var(--editorial);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-transform: none;
  }

  .platform-measure-grid section,
  .risk-ledger section,
  .policy-fact-grid section,
  .regulated-choice-grid section {
    background: #f3efe5;
    border-top-width: 1px;
  }

  .page-heading h2,
  .cover-copy h2,
  .mosaic-copy h2 {
    font-family: var(--editorial);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.1;
    text-transform: none;
  }
}

/* A quiet printed-paper texture, behind content rather than over artwork.
   One small repeating SVG is shared across the site; nothing is animated. */
@media screen {
  :is(.story, .hometown, .priorities, .school-feature, .bigger-ideas,
      .statement, .process, .participation-paths, .platform-opening,
      .platform-chapter, .platform-sources, .ideas-hero, .participation-options,
      .idea-builder, .handling, .mosaic-hero, .mosaic-map-section,
      .mosaic-economic-case, .mosaic-projects, .mosaic-discussion,
      .mosaic-notice, .question-hero, .question-main, .site-footer, .book-page) {
    position: relative;
    isolation: isolate;
  }

  :is(.story, .hometown, .priorities, .school-feature, .bigger-ideas,
      .statement, .process, .participation-paths, .platform-opening,
      .platform-chapter, .platform-sources, .ideas-hero, .participation-options,
      .idea-builder, .handling, .mosaic-hero, .mosaic-map-section,
      .mosaic-economic-case, .mosaic-projects, .mosaic-discussion,
      .mosaic-notice, .question-hero, .question-main, .site-footer, .book-page)::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url("./assets/paper-grain.webp") repeat;
    background-size: 180px 180px;
    opacity: 0.55;
    pointer-events: none;
    border-radius: inherit;
  }

  .site-header {
    background-color: #fffaf1;
    border-bottom-color: #743a252e;
  }

  .mosaic-notice,
  .mosaic-proof-note,
  .platform-question-example,
  .statement {
    background: linear-gradient(125deg, #743a25, #903719 65%, #a23e1c);
  }

  .mosaic-notice p:not(.eyebrow),
  .mosaic-proof-note p:last-child,
  .platform-question-example > p:not(.eyebrow) { color: #fff1dc; }

  .portrait-caption {
    color: var(--navy);
    background: #fff3df;
    border-left-color: var(--orange);
  }
}

@media (forced-colors: active) {
  .hero::before,
  :is(.story, .hometown, .priorities, .school-feature, .bigger-ideas,
      .statement, .process, .participation-paths, .platform-opening,
      .platform-chapter, .platform-sources, .ideas-hero, .participation-options,
      .idea-builder, .handling, .mosaic-hero, .mosaic-map-section,
      .mosaic-economic-case, .mosaic-projects, .mosaic-discussion,
      .mosaic-notice, .question-hero, .question-main, .site-footer, .book-page)::after { display: none; }
  .hero-motto,
  .hero-motto strong { color: CanvasText; text-shadow: none; }
  .button-primary,
  .nav-cta { border: 1px solid ButtonText; box-shadow: none; }
}

/* Participation navigation. */
.participation-options {
  padding-block: clamp(48px, 6vw, 88px);
  background: var(--paper);
}

.participation-options-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(32px, 6vw, 88px);
  max-width: 1240px;
}

.participation-intro h2 {
  margin: 0 0 22px;
  font: 400 clamp(2.4rem, 4vw, 3.5rem)/1.08 var(--editorial);
  letter-spacing: -0.04em;
  text-transform: none;
}

.participation-intro > p:not(.eyebrow) {
  color: #52616a;
  font-size: 1rem;
  line-height: 1.65;
}

.participation-intro .participation-note {
  margin-top: 28px;
  padding-left: 16px;
  border-left: 2px solid #b5603d;
  font-size: 0.84rem;
}

.participation-choices { border-top: 1px solid var(--line); }

.participation-choice {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 24px;
  align-items: start;
  gap: 18px;
  min-height: 44px;
  padding: 24px 8px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: background-color 160ms ease;
}

.participation-number {
  padding-top: 3px;
  color: var(--copper-dark);
  font: italic 1.25rem var(--editorial);
}

.participation-choice h3 {
  margin: 0;
  font: 400 clamp(1.35rem, 2.1vw, 1.8rem)/1.18 var(--editorial);
  letter-spacing: -0.025em;
  text-transform: none;
  text-wrap: pretty;
}

.participation-choice p {
  margin: 8px 0 10px;
  color: #52616a;
  font-size: 0.94rem;
  line-height: 1.55;
}

.participation-action {
  color: var(--copper-dark);
  font-size: 0.82rem;
  font-weight: 650;
}

.participation-arrow {
  align-self: center;
  color: var(--copper-dark);
  font-size: 1.5rem;
}

.participation-choice:hover,
.participation-choice:focus-visible { background: #f3efe5; }
.participation-choice:hover .participation-action,
.participation-choice:focus-visible .participation-action { text-decoration: underline; text-underline-offset: 4px; }

.participation-contact { margin-top: 28px; padding: 22px; background: #f3efe5; }
.participation-label { margin: 0 0 18px; color: #596771; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.participation-contact-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.participation-contact-options h3 { margin: 0 0 8px; font: 400 1.16rem/1.25 var(--editorial); text-transform: none; }
.participation-contact-options p { margin: 0; color: #596771; font-size: 0.84rem; line-height: 1.6; }

@media (max-width: 900px) {
  .participation-options-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; max-width: 760px; }
  .participation-intro .participation-note { margin-top: 18px; }
}

@media (max-width: 480px) {
  .participation-choice { grid-template-columns: 24px minmax(0, 1fr) 20px; gap: 10px; padding: 20px 4px; }
  .participation-contact { padding: 20px; }
  .participation-contact-options { grid-template-columns: minmax(0, 1fr); gap: 18px; }
}

@media (max-width: 780px) {
  .brand-mark {
    width: 64px;
  }

  .cover-image-wrap img {
    width: min(100%, 380px);
  }
}

@media (max-width: 360px) {
  .brand-mark {
    width: 50px;
  }
}

@media (min-width: 781px) and (max-width: 1240px) {
  .brand-mark {
    width: 86px;
  }
}

/* One responsive composition: two columns down to small tablets, then a stack.
   Keep the lakes tied to the title and preserve the portrait's natural ratio. */
@media screen and (max-width: 1000px) {
  .hero-inner {
    max-width: 100%;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 24px;
    padding: 44px 28px 28px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-identity {
    font-size: clamp(2.9rem, 7.2vw, 4.8rem);
  }
  .hero-copy .eyebrow {
    margin-bottom: 16px;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
  }
  .hero .preacher-label {
    margin-block: 22px 16px;
    padding-bottom: 8px;
    font-size: 2rem;
  }
  .hero-intro {
    font-size: 1rem;
  }
  .hero-actions {
    margin-top: 22px;
    gap: 10px;
    flex-direction: row;
  }
  .hero-actions .button {
    min-height: 50px;
    padding-inline: 16px;
    font-size: 0.9rem;
  }
  .hero-meta {
    margin-top: 16px;
  }
  .hero-portrait {
    width: 100%;
    min-height: 0;
  }
  .hero-portrait img {
    width: 100%;
    max-width: 340px;
    max-height: none;
  }
  .hero-portrait .portrait-halo {
    width: 98%;
    max-width: 330px;
  }
  .hero .rail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero .rail-grid a {
    min-height: 110px;
    padding: 20px;
  }
  .hero .rail-grid strong {
    font-size: 1.02rem;
  }
  .hero .rail-grid a::after {
    right: 18px;
    bottom: 14px;
  }
}

@media screen and (max-width: 640px) {
  .hero-motto {
    font-size: clamp(1.35rem, 6vw, 1.8rem);
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding: 40px max(24px, env(safe-area-inset-right)) 20px max(24px, env(safe-area-inset-left));
  }
  .hero-copy {
    padding: 0;
  }
  .hero-identity {
    max-width: 540px;
    font-size: clamp(3rem, 16vw, 5.8rem);
  }
  .hero .preacher-label {
    margin-block: 24px 20px;
  }
  .hero-intro {
    max-width: 32em;
  }
  .hero-portrait {
    width: min(330px, calc(100vw - 64px));
    justify-self: center;
  }
  .hero-portrait img {
    width: 100%;
    max-width: 100%;
  }
  .hero-portrait .portrait-halo {
    width: 100%;
  }
  .hero .rail-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero .rail-grid a {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 0 14px;
    min-height: 96px;
    padding: 18px 40px 18px 20px;
  }
  .hero .rail-grid a > span {
    grid-row: 1 / 3;
    align-self: center;
  }
  .hero .rail-grid strong {
    margin: 0;
    font-size: 1.12rem;
  }
  .hero .rail-grid small {
    display: block;
    margin-top: 2px;
  }
  .hero .rail-grid a::after {
    display: block;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 641px) and (orientation: landscape) and (max-height: 520px) {
  .hero-inner { padding-top: 36px; }
}

@media print {
  .hero-motto {
    display: none;
  }
  .hero-lakes {
    display: none;
  }
}
