:root {
  --ink: #2c2a29;
  --muted: #625f5d;
  --paper: #f7f7f5;
  --white: #ffffff;
  --red: #a6192e;
  --red-dark: #7f1021;
  --red-soft: #f4e5e8;
  --line: rgba(44, 42, 41, 0.16);
  --shadow: 0 24px 60px rgba(44, 42, 41, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Myriad Pro, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(190px, 310px) 1fr;
  align-items: center;
  gap: 18px;
  padding: 12px clamp(18px, 4vw, 54px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 4px solid var(--red);
  box-shadow: 0 10px 28px rgba(44, 42, 41, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--white);
}

.brand img {
  display: block;
  width: min(100%, 330px);
  height: auto;
}

.nav {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px clamp(10px, 1.4vw, 18px);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

.menu-toggle {
  display: none;
}

.nav a:hover,
.nav a[aria-current="page"],
.text-link:hover {
  color: var(--red);
}

.header-actions {
  justify-self: end;
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-action,
.header-home {
  padding: 11px 16px;
  border: 1px solid var(--red);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.header-action {
  color: var(--white);
  background: var(--red);
}

.header-home {
  color: var(--red);
  background: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  padding: 170px clamp(20px, 6vw, 82px) 34px;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-patrouille-lanaudiere.png?v=20260510-hamburger3");
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(44, 42, 41, 0.92) 0%, rgba(44, 42, 41, 0.72) 37%, rgba(44, 42, 41, 0.16) 78%),
    linear-gradient(180deg, rgba(44, 42, 41, 0.04) 45%, rgba(44, 42, 41, 0.84) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 790px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffdfdf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand,
.button,
.nav,
.header-action,
.header-home {
  font-family: Arial Narrow, Myriad Pro, Arial, sans-serif;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.15;
}

.button.primary {
  color: var(--white);
  background: var(--red);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(44, 42, 41, 0.34);
}

.button.quiet {
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--white);
}

.hero-status {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 900px;
  margin-top: 70px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(44, 42, 41, 0.2);
  backdrop-filter: blur(16px);
}

.hero-status div {
  min-height: 92px;
  padding: 18px;
  background: rgba(44, 42, 41, 0.28);
}

.hero-status span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-status strong {
  display: block;
  font-size: clamp(15px, 1.6vw, 20px);
}

.about-section,
.intro-band,
.events-band,
.join-section,
.member-section,
.contact-section,
.split-section {
  padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 82px);
}

.about-section {
  background: var(--white);
}

.about-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 88px);
  align-items: start;
  margin-bottom: 34px;
}

.about-heading h2 {
  margin-bottom: 16px;
}

.about-heading p:last-child {
  color: var(--muted);
  font-size: 20px;
}

.about-body {
  max-width: 980px;
  margin-left: auto;
  color: var(--muted);
  font-size: 18px;
}

.about-body p {
  margin-bottom: 18px;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.about-features article {
  min-height: 300px;
  padding: 30px;
  background: var(--paper);
}

.about-features span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.about-features p {
  color: var(--muted);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr);
  gap: clamp(24px, 6vw, 88px);
  align-items: start;
  margin-bottom: 44px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading.narrow {
  display: block;
  max-width: 780px;
}

.section-heading.narrow p:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.intro-grid article {
  min-height: 280px;
  padding: 30px;
  background: var(--white);
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 46px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  font-weight: 800;
}

.intro-grid p,
.split-copy p,
.timeline p,
.join-section p,
.requirements,
.contact-card p,
.service-row p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  background: var(--white);
}

.split-copy {
  max-width: 680px;
}

.split-copy p {
  font-size: 19px;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--red-dark);
  font-weight: 800;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.timeline span,
.service-row span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.timeline strong,
.service-row strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
}

.events-band {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(44, 42, 41, 0.97), rgba(166, 25, 46, 0.94)),
    var(--ink);
}

.events-band .eyebrow {
  color: #ffdfe4;
}

.service-list {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.service-row {
  display: grid;
  grid-template-columns: 80px minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.service-row span,
.service-row p {
  color: rgba(255, 255, 255, 0.74);
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.join-section p {
  max-width: 660px;
  font-size: 19px;
}

.member-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(44, 42, 41, 0.97), rgba(44, 42, 41, 0.9)),
    var(--ink);
}

.member-section .eyebrow {
  color: #ffdfe4;
}

.member-intro {
  max-width: 940px;
  margin-bottom: 44px;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.member-grid article {
  min-height: 360px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
}

.member-grid h3 {
  min-height: 78px;
  color: var(--white);
  text-transform: uppercase;
}

.member-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.requirements {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.requirements li {
  position: relative;
  padding: 18px 18px 18px 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 700;
}

.requirements li::before {
  position: absolute;
  left: 18px;
  color: var(--red);
  content: "✓";
}

.contact-section {
  padding-top: 0;
}

.contact-card {
  display: grid;
  max-width: 1060px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 62px);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-card p {
  max-width: 640px;
  font-size: 18px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(20px, 6vw, 82px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
  font-size: 14px;
}

.footer p {
  margin: 0;
}

.site-credit {
  margin-left: auto;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.58);
}

.site-credit span {
  color: var(--white);
  font-family: Arial Narrow, Myriad Pro, Arial, sans-serif;
  font-weight: 800;
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  min-height: 780px;
  overflow: hidden;
  padding: 190px clamp(20px, 6vw, 82px) 72px;
  color: var(--white);
}

.simple-page-hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: 620px;
}

.page-hero-media,
.page-hero-overlay {
  position: absolute;
  inset: 0;
}

.page-hero-media {
  background-image: url("assets/hero-patrouille-lanaudiere.png?v=20260510-hamburger3");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.page-hero-overlay {
  background:
    radial-gradient(circle at 82% 35%, rgba(166, 25, 46, 0.62), rgba(166, 25, 46, 0) 34%),
    linear-gradient(90deg, rgba(44, 42, 41, 0.94) 0%, rgba(44, 42, 41, 0.78) 48%, rgba(44, 42, 41, 0.46) 100%),
    linear-gradient(180deg, rgba(44, 42, 41, 0.12) 30%, rgba(44, 42, 41, 0.88) 100%);
}

.page-hero-content,
.identity-panel {
  position: relative;
  z-index: 1;
}

.page-hero-content {
  max-width: 920px;
}

.page-hero-content p:last-child {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 23px);
}

.identity-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.identity-panel img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.identity-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
}

.identity-stats div {
  min-height: 96px;
  padding: 16px 12px;
  color: var(--ink);
  background: var(--paper);
}

.identity-stats strong {
  display: block;
  color: var(--red);
  font-family: Arial Narrow, Myriad Pro, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.identity-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.story-section,
.operations-section,
.initiatives-section,
.content-band,
.directory-section,
.news-section,
.gallery-section,
.contact-page-section {
  padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 82px);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 92px);
  background: var(--white);
}

.story-intro {
  max-width: 620px;
}

.story-copy {
  color: var(--muted);
  font-size: 18px;
}

.lead-copy {
  font-size: 21px;
}

.story-copy p {
  margin-bottom: 20px;
}

.content-band {
  display: grid;
}

.light-band {
  background: var(--paper);
}

.red-band {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(166, 25, 46, 0.98), rgba(44, 42, 41, 0.96)),
    var(--red);
}

.red-band .eyebrow {
  color: #ffdfe4;
}

.red-band p {
  color: rgba(255, 255, 255, 0.78);
}

.content-block {
  max-width: 1080px;
  margin: 0 auto;
}

.content-block p {
  color: var(--muted);
  font-size: 18px;
}

.red-band .content-block p {
  color: rgba(255, 255, 255, 0.78);
}

.operations-section {
  background: var(--white);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 38px 0 48px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.metrics-grid div {
  min-height: 180px;
  padding: 26px;
  background: var(--paper);
}

.metrics-grid strong {
  display: block;
  color: var(--red);
  font-family: Arial Narrow, Myriad Pro, Arial, sans-serif;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 0.95;
}

.metrics-grid span {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-weight: 800;
}

.two-column-copy {
  columns: 2 320px;
  column-gap: clamp(28px, 5vw, 72px);
}

.two-column-copy p {
  break-inside: avoid;
}

.initiatives-section {
  background:
    linear-gradient(180deg, rgba(247, 247, 245, 0.92), rgba(247, 247, 245, 0.92)),
    url("assets/hero-patrouille-lanaudiere.png?v=20260510-hamburger3") center / cover;
}

.initiatives-card {
  max-width: 1000px;
  padding: clamp(30px, 6vw, 64px);
  border-left: 8px solid var(--red);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.initiatives-card p {
  max-width: 860px;
  color: var(--muted);
  font-size: 18px;
}

.initiatives-card .button {
  width: fit-content;
  margin-top: 12px;
}

.directory-section,
.news-section,
.gallery-section,
.contact-page-section {
  background: var(--white);
}

.station-grid,
.committee-grid,
.news-list,
.photo-grid,
.contact-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.station-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.committee-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.station-grid article,
.committee-grid article,
.news-list article,
.contact-grid article {
  min-height: 300px;
  padding: 30px;
  background: var(--paper);
}

.photo-grid figure {
  min-height: 360px;
  margin: 0;
  background: var(--paper);
}

.photo-grid img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.photo-grid figcaption {
  padding: 18px 20px 22px;
  color: var(--ink);
  font-family: Arial Narrow, Myriad Pro, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.station-grid h3,
.committee-grid h3,
.news-list h3,
.contact-grid h2 {
  color: var(--ink);
}

.station-grid p,
.committee-grid p,
.news-list p,
.contact-grid p {
  color: var(--muted);
}

.station-label,
.committee-grid span,
.news-list time,
.contact-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.station-facts {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.station-facts li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 700;
}

.station-facts li::before {
  position: absolute;
  left: 0;
  color: var(--red);
  content: "•";
}

.station-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.contact-grid .button {
  width: fit-content;
  margin-top: 12px;
}

.training-hero {
  position: relative;
  display: grid;
  min-height: 720px;
  overflow: hidden;
  padding: 190px clamp(20px, 6vw, 82px) 72px;
  color: var(--white);
}

.training-hero-media,
.training-hero-overlay {
  position: absolute;
  inset: 0;
}

.training-hero-media {
  background-image: url("assets/hero-patrouille-lanaudiere.png?v=20260510-hamburger3");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.training-hero-overlay {
  background:
    linear-gradient(90deg, rgba(44, 42, 41, 0.95) 0%, rgba(44, 42, 41, 0.76) 52%, rgba(166, 25, 46, 0.42) 100%),
    linear-gradient(180deg, rgba(44, 42, 41, 0.1) 28%, rgba(44, 42, 41, 0.88) 100%);
}

.training-hero-content {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 900px;
}

.training-hero-content p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
}

.season-section {
  padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 82px);
  background: var(--white);
}

.season-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 88px);
  align-items: start;
  margin-bottom: 40px;
}

.season-heading p:last-child {
  color: var(--muted);
  font-size: 20px;
}

.date-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.date-grid article {
  min-height: 138px;
  padding: 24px;
  background: var(--paper);
}

.date-grid time {
  display: block;
  color: var(--red);
  font-family: Arial Narrow, Myriad Pro, Arial, sans-serif;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 800;
  line-height: 1;
}

.date-grid span {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.training-blocks {
  display: grid;
  gap: 14px;
}

.training-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-left: 8px solid var(--red);
  border-radius: 8px;
  background: var(--paper);
}

.training-block h3 {
  margin-bottom: 0;
  font-size: clamp(24px, 3vw, 38px);
}

.block-label {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.training-block > time {
  color: var(--ink);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
}

.date-lines {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.date-lines li {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.date-lines li:last-child {
  border-bottom: 0;
}

.date-lines span,
.date-lines time {
  font-weight: 800;
}

.date-lines span {
  color: var(--ink);
}

.date-lines time {
  color: var(--muted);
}

.info-block {
  background: var(--red-soft);
}

.track-block {
  border-left-color: var(--ink);
}

.dark-season {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(44, 42, 41, 0.98), rgba(166, 25, 46, 0.94)),
    var(--ink);
}

.dark-season .eyebrow {
  color: #ffdfe4;
}

.dark-season .season-heading p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.dark-season .date-grid {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.18);
}

.dark-season .date-grid article {
  background: rgba(255, 255, 255, 0.08);
}

.dark-season .date-grid time {
  color: var(--white);
}

.dark-season .date-grid span {
  color: rgba(255, 255, 255, 0.8);
}

.dark-season .training-block {
  border-color: rgba(255, 255, 255, 0.18);
  border-left-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.dark-season .block-label,
.dark-season .date-lines time {
  color: #ffdfe4;
}

.dark-season .training-block > time,
.dark-season .date-lines span {
  color: var(--white);
}

.dark-season .date-lines li {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.dark-season .info-block {
  background: rgba(166, 25, 46, 0.34);
}

.dark-season .track-block {
  border-left-color: #ffdfe4;
}

.season-action {
  display: flex;
  margin-top: 28px;
}

.form-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(44, 42, 41, 0.9), rgba(166, 25, 46, 0.82)),
    url("assets/hero-patrouille-lanaudiere.png?v=20260510-hamburger3") center / cover;
}

.recruitment-form-section {
  min-height: auto;
  background:
    linear-gradient(135deg, rgba(44, 42, 41, 0.9), rgba(166, 25, 46, 0.82)),
    url("assets/hero-patrouille-lanaudiere.png?v=20260510-hamburger3") center / cover;
}

.signup-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 170px clamp(24px, 6vw, 72px) clamp(24px, 6vw, 72px);
}

.signup-panel {
  width: min(100%, 760px);
  padding: clamp(28px, 6vw, 58px);
  border-top: 8px solid var(--red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.signup-logo {
  display: block;
  max-width: 360px;
  margin-bottom: 34px;
}

.signup-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.signup-panel h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 72px);
}

.signup-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
}

.signup-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.signup-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.signup-form input {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.signup-form input:focus {
  outline: 3px solid rgba(166, 25, 46, 0.18);
  border-color: var(--red);
}

.signup-form button {
  width: fit-content;
  margin-top: 8px;
  border: 0;
  cursor: pointer;
}

.form-message {
  min-height: 26px;
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.form-message.success {
  color: #236b3b;
}

.form-message.error {
  color: var(--red);
}

@media (max-width: 860px) {
  .site-header {
    position: sticky;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 8px 12px 10px;
    background: rgba(255, 255, 255, 0.98);
  }

  .brand {
    max-width: 220px;
    padding: 4px 0;
  }

  .brand img {
    width: 100%;
  }

  .menu-toggle {
    justify-self: end;
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid var(--red);
    border-radius: 8px;
    background: var(--white);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: var(--red);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle span + span {
    margin-top: 0;
  }

  .nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
    width: 100%;
    gap: 8px;
    padding: 8px 0 2px;
    font-size: 16px;
  }

  .nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    line-height: 1.1;
    white-space: nowrap;
  }

  .nav a[aria-current="page"] {
    border-color: var(--red);
    background: var(--red-soft);
  }

  .header-actions {
    display: none;
  }

  .menu-open .nav {
    display: grid;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header-action,
  .header-home {
    padding: 10px 12px;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 34px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(44, 42, 41, 0.94) 0%, rgba(44, 42, 41, 0.78) 68%, rgba(44, 42, 41, 0.42) 100%),
      linear-gradient(180deg, rgba(44, 42, 41, 0.18) 40%, rgba(44, 42, 41, 0.88) 100%);
  }

  .hero-status,
  .page-hero,
  .season-heading,
  .story-section,
  .about-heading,
  .about-features,
  .intro-grid,
  .member-grid,
  .station-grid,
  .committee-grid,
  .news-list,
  .photo-grid,
  .contact-grid,
  .section-heading,
  .split-section,
  .join-section {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 44px;
  }

  .identity-panel {
    max-width: 430px;
  }

  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .date-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .training-block {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .intro-grid article {
    min-height: auto;
  }

  .about-body {
    margin-left: 0;
  }

  .service-row {
    grid-template-columns: 44px 1fr;
    gap: 12px 18px;
  }

  .service-row p {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .brand {
    max-width: 176px;
    padding: 3px 0;
  }

  .nav {
    font-size: 15px;
  }

  .site-header {
    border-bottom-width: 3px;
  }

  .hero {
    min-height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  h1 {
    font-size: 34px;
    line-height: 1;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

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

  .hero-status {
    margin-top: 44px;
  }

  .intro-band,
  .about-section,
  .story-section,
  .season-section,
  .operations-section,
  .initiatives-section,
  .content-band,
  .directory-section,
  .news-section,
  .gallery-section,
  .contact-page-section,
  .events-band,
  .join-section,
  .member-section,
  .contact-section,
  .split-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .page-hero {
    min-height: auto;
    padding-top: 54px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .training-hero {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 34px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .training-hero-content p:not(.eyebrow),
  .page-hero-content p:last-child,
  .hero-copy,
  .season-heading p:last-child {
    font-size: 16px;
  }

  .season-section {
    padding-top: 42px;
    padding-bottom: 50px;
  }

  .season-heading {
    gap: 8px;
    margin-bottom: 24px;
  }

  .training-block {
    padding: 20px 18px;
    border-left-width: 6px;
  }

  .signup-shell {
    min-height: auto;
    place-items: start center;
    padding: 34px 18px 52px;
  }

  .signup-panel {
    padding: 22px 18px;
    border-top-width: 6px;
  }

  .signup-logo {
    display: none;
  }

  .signup-panel h1 {
    font-size: 30px;
    line-height: 1.02;
  }

  .signup-copy {
    font-size: 15px;
  }

  .signup-form {
    gap: 14px;
    margin-top: 22px;
  }

  .signup-form input {
    min-height: 48px;
  }

  .signup-form button {
    width: 100%;
  }

  .training-block h3 {
    font-size: 26px;
    line-height: 1.08;
  }

  .block-label {
    margin-bottom: 7px;
    font-size: 11px;
  }

  .date-lines li {
    padding: 10px 0;
  }

  .date-lines span {
    font-size: 18px;
  }

  .date-lines time,
  .training-block > time {
    font-size: 18px;
  }

  .season-action .button {
    width: 100%;
  }

  .identity-stats,
  .date-grid,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .date-lines li {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
