/* ==================================================
   VENTURE CREW 591 - CONSOLIDATED SECTION STYLESHEET

   Reconciled from the separate Venture Crew landing,
   advancements, events, and forms/documents stylesheet
   branches supplied on August 25, 2026.

   Canonical deployment path:
     css/venture-crew.css

   This is a true reconciliation rather than a file
   concatenation: shared rules are defined once, page
   modules remain scoped, conflicting shared rules were
   resolved, and duplicate responsive shell rules were
   normalized.
   ================================================== */

/* ==================================================
   VENTURE CREW 591 SECTION

   Load after css/style.css. All program-specific selectors are scoped to
   .venture-crew-page so this file does not alter Scout Troop, Cub Pack,
   Repository, or homepage layouts.

   Primary Venture Crew green requested by the site owner: #042018.
   ================================================== */

.venture-crew-page {
  --venture-forest-950: #02130e;
  --venture-forest-900: #042018;
  --venture-forest-850: #082a20;
  --venture-forest-800: #0c3529;
  --venture-forest-700: #174c3c;
  --venture-gold: #d5b665;
  --venture-gold-light: #ead38e;
  --venture-paper: #f6f0e1;
  --venture-paper-deep: #eddec4;
  --venture-ink: #18231b;
  --venture-muted-green: #315645;
  --venture-line: #c3b99e;
}

.venture-crew-page .site-shell {
  background-color: var(--venture-paper);
}

/* ==================================================
   COMPACT GLOBAL HEADER OVERRIDES
   ================================================== */

.venture-crew-page .site-header {
  min-height: 50px;
  padding: 0 38px;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 78% -80%, rgba(213, 182, 101, 0.08), transparent 45%),
    linear-gradient(90deg, var(--venture-forest-950), var(--venture-forest-900) 54%, #031a13);
}

.venture-crew-page .primary-navigation {
  margin-left: auto;
  justify-content: flex-end;
}

.venture-crew-page .primary-navigation__utility {
  color: var(--venture-gold-light) !important;
}

/* ==================================================
   VENTURE CREW IDENTITY HERO
   ================================================== */

.venture-crew-hero {
  position: relative;
  z-index: 4;
  min-height: 258px;
  overflow: hidden;
  color: #fff8e8;
  background-color: var(--venture-forest-900);
  background-image: url("../images/ui/venture-crew/Venture_Crew_Hero_Background_Muted_1920x414.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid rgba(224, 196, 125, 0.56);
}

.venture-crew-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 19, 14, 0.48) 0%, rgba(4, 32, 24, 0.18) 45%, rgba(4, 32, 24, 0.04) 72%, rgba(2, 19, 14, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.17));
  pointer-events: none;
}

.venture-crew-hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 72px), 1120px);
  min-height: 258px;
  margin-inline: auto;
}

.venture-crew-identity {
  display: flex;
  width: min(68%, 760px);
  min-height: 258px;
  align-items: center;
  gap: clamp(20px, 2.3vw, 30px);
  padding-block: 24px;
  text-shadow: 0 3px 11px rgba(0, 0, 0, 0.48);
}

.venture-crew-unit-lockup {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding-right: clamp(17px, 2vw, 25px);
  border-right: 1px solid rgba(224, 196, 125, 0.54);
}

.venture-crew-mark {
  width: clamp(70px, 7.2vw, 92px);
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.43));
}

.venture-crew-identity-copy {
  min-width: 0;
}

.venture-crew-identity-copy h1 {
  margin: 0;
  color: #fffaf0;
  font-size: clamp(35px, 4.15vw, 52px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.venture-crew-identity-copy p {
  margin: 6px 0 0;
  color: var(--venture-gold-light);
  font-size: clamp(11px, 1.05vw, 14px);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.venture-crew-mountain-accent {
  width: min(100%, 330px);
  height: auto;
  margin: 10px 0 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.34));
}

/* ==================================================
   LANDING / OVERVIEW PAGE
   ================================================== */

.venture-crew-home-page .site-shell {
  background-color: var(--venture-paper);
}

/* Horizontal Venture Crew navigation below the hero. */

.venture-crew-home-navigation {
  position: relative;
  z-index: 8;
  color: #f7f0df;
  background:
    linear-gradient(180deg, rgba(213, 182, 101, 0.045), rgba(0, 0, 0, 0.12)),
    var(--venture-forest-900);
  border-top: 1px solid rgba(214, 183, 104, 0.18);
  border-bottom: 1px solid rgba(214, 183, 104, 0.58);
  box-shadow: 0 4px 8px rgba(8, 21, 16, 0.2);
}

.venture-crew-home-navigation-inner {
  display: flex;
  width: min(calc(100% - 48px), 1120px);
  min-height: 52px;
  align-items: stretch;
  justify-content: space-between;
  margin-inline: auto;
}

.venture-crew-home-navigation a {
  position: relative;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: #f4eedf;
  font-size: clamp(11px, 1.04vw, 14px);
  font-weight: 750;
  letter-spacing: 0.012em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 160ms ease, background-color 160ms ease;
}

.venture-crew-home-navigation a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 6px;
  left: 10px;
  height: 2px;
  background: var(--venture-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.venture-crew-home-navigation a:hover,
.venture-crew-home-navigation a:focus-visible,
.venture-crew-home-navigation a.is-current {
  color: var(--venture-gold-light);
  background: rgba(255, 255, 255, 0.035);
}

.venture-crew-home-navigation a:hover::after,
.venture-crew-home-navigation a:focus-visible::after,
.venture-crew-home-navigation a.is-current::after {
  transform: scaleX(1);
}

/* Cream paper landing surface. */

.venture-crew-home-surface {
  position: relative;
  z-index: 2;
  background-color: var(--venture-paper);
  background-image:
    radial-gradient(circle at 82% 3%, rgba(198, 170, 110, 0.09), transparent 28%),
    url("../images/ui/paper-texture.png");
  background-repeat: no-repeat, repeat;
  background-size: auto, 256px 256px;
}

.venture-crew-home-content {
  width: min(calc(100% - 58px), 1110px);
  margin-inline: auto;
  padding: clamp(40px, 4.4vw, 56px) 0 clamp(42px, 4.8vw, 60px);
}

/* Welcome panel */

.venture-crew-home-welcome {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  gap: clamp(38px, 5vw, 68px);
  align-items: center;
}

.venture-crew-home-welcome-copy {
  align-self: center;
}

.venture-crew-home-welcome-copy h2,
.venture-crew-home-section-heading h2,
.venture-crew-home-glance h2 {
  color: #17251a;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.venture-crew-home-welcome-copy h2 {
  margin: 0 0 17px;
  font-size: clamp(29px, 3vw, 39px);
}

.venture-crew-home-welcome-copy p {
  max-width: 500px;
  margin: 0 0 27px;
  color: #263129;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.62;
}

.venture-crew-home-primary-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  color: #fff8e5;
  background:
    linear-gradient(180deg, rgba(213, 182, 101, 0.06), rgba(0, 0, 0, 0.1)),
    var(--venture-forest-900);
  border: 1px solid #8c7a43;
  border-radius: 5px;
  box-shadow:
    0 3px 6px rgba(38, 31, 19, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.venture-crew-home-primary-button:hover,
.venture-crew-home-primary-button:focus-visible {
  color: #10251a;
  background: var(--venture-gold-light);
  border-color: #9f8240;
  transform: translateY(-2px);
}

.venture-crew-home-welcome-figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 1.55 / 1;
  margin: 0;
  background: #3b4d41;
  border: 1px solid #a99460;
  border-radius: 7px;
  box-shadow:
    0 5px 10px rgba(57, 43, 24, 0.2),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.venture-crew-home-welcome-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  pointer-events: none;
}

.venture-crew-home-welcome-figure img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.venture-crew-home-divider {
  height: 1px;
  margin: clamp(36px, 4.5vw, 54px) 0 25px;
  background: rgba(122, 108, 80, 0.52);
}

/* Upcoming Events + At a Glance */

.venture-crew-home-information-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.68fr) minmax(270px, 0.82fr);
  gap: 0;
  align-items: start;
}

.venture-crew-home-events {
  min-width: 0;
  padding-right: clamp(28px, 3.6vw, 46px);
}

.venture-crew-home-glance {
  min-width: 0;
  padding-left: clamp(28px, 3.4vw, 42px);
  border-left: 1px solid rgba(137, 123, 92, 0.48);
}

.venture-crew-home-section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.venture-crew-home-section-heading h2,
.venture-crew-home-glance h2 {
  margin: 0;
  font-size: clamp(21px, 2.15vw, 28px);
}

.venture-crew-home-section-heading a {
  flex: 0 0 auto;
  color: #365143;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.venture-crew-home-section-heading a:hover,
.venture-crew-home-section-heading a:focus-visible {
  color: #8b6924;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.venture-crew-home-events-status {
  margin: 0 0 7px;
  color: #506057;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.venture-crew-home-events-status[data-state="ready"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.venture-crew-home-events-status[data-state="setup"],
.venture-crew-home-events-status[data-state="error"] {
  margin: 8px 0 12px;
  padding: 9px 11px;
  color: #5b4219;
  background: rgba(237, 222, 196, 0.75);
  border: 1px solid rgba(157, 132, 78, 0.5);
  border-radius: 5px;
}

.venture-crew-home-events-status[data-state="error"] {
  color: #642e1f;
  background: rgba(244, 220, 208, 0.72);
  border-color: rgba(153, 75, 53, 0.48);
}

.venture-crew-home-event-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(146, 132, 102, 0.45);
}

.venture-crew-home-event-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 26px;
  gap: 17px;
  align-items: center;
  min-height: 92px;
  padding: 9px 4px;
  border-bottom: 1px solid rgba(146, 132, 102, 0.4);
}

.venture-crew-home-event-date {
  display: grid;
  width: 61px;
  overflow: hidden;
  background: #eee2c8;
  border: 1px solid #a99567;
  border-radius: 5px;
  box-shadow:
    0 2px 2px rgba(71, 54, 30, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  text-align: center;
}

.venture-crew-home-event-month {
  padding: 5px 4px 4px;
  color: #fff8e7;
  background: var(--venture-forest-900);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-home-event-day {
  padding: 6px 3px 7px;
  color: #263429;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.venture-crew-home-event-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
  color: #26352b;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.venture-crew-home-event-title {
  min-width: 0;
  color: #1b2c20;
  font-size: clamp(14px, 1.32vw, 17px);
  font-weight: 750;
  line-height: 1.22;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.venture-crew-home-event-title:hover,
.venture-crew-home-event-title:focus-visible {
  color: var(--venture-forest-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.venture-crew-home-event-meta,
.venture-crew-home-event-location {
  color: #4d5b52;
  font-size: clamp(11px, 1.02vw, 13px);
  font-weight: 600;
  line-height: 1.3;
}

.venture-crew-home-event-location {
  color: #59665e;
}

.venture-crew-home-event-mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #9b792c;
  font-size: 18px;
  line-height: 1;
}

.venture-crew-home-event-empty {
  min-height: 92px;
  padding: 24px 9px;
  color: #566158;
  border-bottom: 1px solid rgba(146, 132, 102, 0.4);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
}

.venture-crew-home-events-noscript {
  margin: 12px 0 0;
  padding: 10px 12px;
  color: #642e1f;
  background: rgba(244, 220, 208, 0.72);
  border: 1px solid rgba(153, 75, 53, 0.48);
  border-radius: 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}

/* At a glance */

.venture-crew-home-glance h2 {
  margin-bottom: 18px;
}

.venture-crew-home-glance-list {
  display: grid;
  gap: 19px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.venture-crew-home-glance-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #26352b;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 1.12vw, 14px);
  line-height: 1.5;
}

.venture-crew-home-glance-list svg {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  fill: none;
  stroke: var(--venture-forest-900);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.venture-crew-home-glance-list strong {
  color: #192b20;
  font-weight: 800;
}

/* Scenic footer + rotating quote */

.venture-crew-home-footer {
  position: relative;
  z-index: 3;
  min-height: 240px;
  overflow: hidden;
  color: #f8edd3;
  background: var(--venture-forest-900);
}

.venture-crew-home-footer-art {
  position: relative;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
  user-select: none;
}

.venture-crew-home-footer::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 48px;
  background-color: var(--venture-paper);
  background-image: url("../images/ui/paper-texture.png");
  background-repeat: repeat;
  background-size: 256px 256px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.85) 12%, rgba(0, 0, 0, 0.35) 48%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.85) 12%, rgba(0, 0, 0, 0.35) 48%, transparent 100%);
  pointer-events: none;
}

.venture-crew-home-footer::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(246, 240, 225, 0.02) 0%, rgba(4, 32, 24, 0.08) 44%, rgba(2, 19, 14, 0.24) 100%),
    radial-gradient(circle at 50% 70%, rgba(0, 0, 0, 0.12), transparent 42%);
  pointer-events: none;
}

.venture-crew-home-quote {
  position: absolute;
  z-index: 4;
  bottom: 24px;
  left: 50%;
  width: min(72%, 760px);
  margin: 0;
  color: #fff6df;
  text-align: center;
  text-shadow:
    -1px -1px 0 rgba(2, 18, 13, 0.88),
    1px -1px 0 rgba(2, 18, 13, 0.88),
    -1px 1px 0 rgba(2, 18, 13, 0.88),
    1px 1px 0 rgba(2, 18, 13, 0.88),
    0 3px 8px rgba(0, 0, 0, 0.78);
  transform: translateX(-50%);
}

.venture-crew-home-quote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.75vw, 21px);
  font-style: italic;
  line-height: 1.35;
  transition: opacity 260ms ease, transform 260ms ease;
}

.venture-crew-home-quote footer {
  margin-top: 5px;
  color: var(--venture-gold-light);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.2;
  transition: opacity 260ms ease, transform 260ms ease;
}

.venture-crew-home-quote footer:empty {
  display: none;
}

.venture-crew-home-quote.is-changing p,
.venture-crew-home-quote.is-changing footer {
  opacity: 0;
  transform: translateY(5px);
}

/* ==================================================
   RESPONSIVE VENTURE CREW LAYOUT
   ================================================== */

@media (max-width: 1110px) {
  .venture-crew-page .site-header {
    min-height: 58px;
    padding-inline: 30px;
  }

  .venture-crew-hero,
  .venture-crew-hero-inner,
  .venture-crew-identity {
    min-height: 236px;
  }

  .venture-crew-hero-inner {
    width: min(calc(100% - 54px), 1040px);
  }

  .venture-crew-identity {
    width: 72%;
  }

  .venture-crew-home-navigation-inner {
    width: min(calc(100% - 24px), 1060px);
  }

  .venture-crew-home-navigation a {
    padding-inline: 9px;
    font-size: 11px;
  }

  .venture-crew-home-content {
    width: min(calc(100% - 50px), 1040px);
  }

  .venture-crew-home-welcome {
    grid-template-columns: minmax(0, 0.9fr) minmax(350px, 1.1fr);
    gap: 38px;
  }
}

@media (max-width: 940px) {
  .venture-crew-page .site-header {
    min-height: 62px;
    padding-inline: 22px;
  }

  .venture-crew-page .menu-toggle {
    margin-left: auto;
  }

  .venture-crew-hero,
  .venture-crew-hero-inner,
  .venture-crew-identity {
    min-height: 220px;
  }

  .venture-crew-hero {
    background-position: 57% center;
  }

  .venture-crew-identity {
    width: 78%;
  }

  .venture-crew-home-navigation-inner {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .venture-crew-home-navigation a {
    flex: 0 0 auto;
    min-height: 52px;
    padding-inline: 18px;
    font-size: 12px;
  }

  .venture-crew-home-welcome {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 32px;
  }

  .venture-crew-home-information-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(250px, 0.85fr);
  }

  .venture-crew-home-footer {
    min-height: 225px;
  }
}

@media (max-width: 760px) {
  .venture-crew-recognition-banner-quote {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 46%;
    align-content: end;
    padding: 82px 24px 22px;
    background: linear-gradient(
      180deg,
      rgba(247, 242, 230, 0) 0%,
      rgba(247, 242, 230, 0.26) 20%,
      rgba(247, 242, 230, 0.86) 58%,
      rgba(247, 242, 230, 0.96) 100%
    );
  }

  .venture-crew-recognition-banner-quote p {
    max-width: 520px;
    margin: 0;
    font-size: 19px;
  }


  .venture-crew-hero {
    min-height: 244px;
    background-position: 62% center;
  }

  .venture-crew-hero::after {
    background:
      linear-gradient(90deg, rgba(2, 19, 14, 0.62), rgba(4, 32, 24, 0.38) 64%, rgba(2, 19, 14, 0.24)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.2));
  }

  .venture-crew-hero-inner {
    width: min(calc(100% - 40px), 680px);
    min-height: 244px;
  }

  .venture-crew-identity {
    width: 100%;
    min-height: 244px;
    justify-content: center;
  }

  .venture-crew-unit-lockup {
    padding-right: 18px;
  }

  .venture-crew-identity-copy h1 {
    white-space: normal;
  }

  .venture-crew-home-content {
    width: min(calc(100% - 40px), 680px);
    padding-top: 34px;
  }

  .venture-crew-home-welcome {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .venture-crew-home-welcome-copy p {
    max-width: none;
  }

  .venture-crew-home-welcome-figure {
    aspect-ratio: 16 / 9;
  }

  .venture-crew-home-divider {
    margin-top: 38px;
  }

  .venture-crew-home-information-grid {
    grid-template-columns: 1fr;
  }

  .venture-crew-home-events {
    padding-right: 0;
  }

  .venture-crew-home-glance {
    margin-top: 36px;
    padding: 31px 0 0;
    border-top: 1px solid rgba(137, 123, 92, 0.48);
    border-left: 0;
  }

  .venture-crew-home-glance-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }

  .venture-crew-home-footer {
    min-height: 220px;
  }

  .venture-crew-home-footer-art {
    object-position: 70% bottom;
  }

  .venture-crew-home-quote {
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: auto;
    max-width: none;
    margin: 0;
    text-align: center;
    transform: none;
  }
}

@media (max-width: 520px) {
  .venture-crew-home-content {
    width: min(calc(100% - 30px), 490px);
  }

  .venture-crew-home-welcome-copy h2 {
    font-size: 29px;
  }

  .venture-crew-home-event-item {
    grid-template-columns: 59px minmax(0, 1fr) 18px;
    gap: 11px;
    min-height: 88px;
  }

  .venture-crew-home-event-date {
    width: 55px;
  }

  .venture-crew-home-event-day {
    font-size: 22px;
  }

  .venture-crew-home-event-mark {
    width: 18px;
    font-size: 15px;
  }

  .venture-crew-home-glance-list {
    grid-template-columns: 1fr;
  }

  .venture-crew-home-footer {
    min-height: 210px;
  }

  .venture-crew-home-footer-art {
    object-position: 66% bottom;
  }
}

@media (max-width: 430px) {
  .venture-crew-hero,
  .venture-crew-hero-inner,
  .venture-crew-identity {
    min-height: 226px;
  }

  .venture-crew-hero-inner {
    width: min(calc(100% - 28px), 390px);
  }

  .venture-crew-identity {
    gap: 13px;
  }

  .venture-crew-unit-lockup {
    padding-right: 12px;
  }

  .venture-crew-mark {
    width: 50px;
  }

  .venture-crew-identity-copy h1 {
    font-size: 29px;
  }

  .venture-crew-identity-copy p {
    font-size: 9px;
    letter-spacing: 0.09em;
  }

  .venture-crew-mountain-accent {
    width: 220px;
    margin-top: 7px;
  }

  .venture-crew-home-navigation a {
    padding-inline: 15px;
  }

  .venture-crew-home-content {
    width: min(calc(100% - 26px), 400px);
  }

  .venture-crew-home-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .venture-crew-home-event-item {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .venture-crew-home-event-mark {
    display: none;
  }

  .venture-crew-home-footer {
    min-height: 205px;
  }

  .venture-crew-home-footer-art {
    object-position: 62% bottom;
  }

  .venture-crew-home-quote {
    right: 20px;
    left: 20px;
    width: auto;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-home-navigation a::after,
  .venture-crew-home-primary-button,
  .venture-crew-home-quote p,
  .venture-crew-home-quote footer {
    transition: none;
  }
}

/* ==================================================
   SHARED VENTURE CREW DETAIL-PAGE SHELL

   Reconciled once for Advancements, Events, Forms & Documents,
   and future Venture Crew detail pages.
   ================================================== */

.venture-crew-layout {
  display: grid;
  grid-template-columns: clamp(226px, 21.5vw, 258px) minmax(0, 1fr);
  align-items: stretch;
  min-height: 900px;
  background-color: var(--venture-paper);
  background-image: url("../images/ui/paper-texture.png");
  background-repeat: repeat;
  background-size: 256px 256px;
}

.venture-crew-sidebar {
  position: relative;
  z-index: 3;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--venture-paper-deep);
  border-right: 1px solid rgba(133, 120, 91, 0.36);
  box-shadow: 6px 0 14px rgba(80, 66, 43, 0.06);
}

/* Decorative mountain treatment reconciled from the Events/Forms branch. */
.venture-crew-sidebar-mountain {
  flex: 0 0 auto;
  overflow: hidden;
  padding-top: 7px;
  background: var(--venture-paper-deep);
}

.venture-crew-sidebar-mountain img {
  width: calc(100% + 4px);
  max-width: none;
  height: auto;
  margin: 0 -2px -1px;
}

.venture-crew-section-navigation {
  display: grid;
  flex: 0 0 auto;
  padding: 3px 0 0;
}

.venture-crew-section-navigation a {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 51px;
  padding: 9px 18px 9px 20px;
  color: var(--venture-ink);
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.venture-crew-section-navigation a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--venture-gold);
  opacity: 0;
  transition: opacity 160ms ease;
}

.venture-crew-section-navigation svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.venture-crew-section-navigation a:hover,
.venture-crew-section-navigation a:focus-visible,
.venture-crew-section-navigation a.is-current {
  color: #fff8e6;
  background: linear-gradient(90deg, var(--venture-forest-800), var(--venture-forest-850));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

.venture-crew-section-navigation a:hover::before,
.venture-crew-section-navigation a:focus-visible::before,
.venture-crew-section-navigation a.is-current::before {
  opacity: 1;
}

/* Used by Events and Forms & Documents. */
.venture-crew-identity-card {
  position: relative;
  z-index: 2;
  margin: 70px 16px 34px;
  padding: 19px 18px 21px;
  color: #f7edd4;
  background:
    radial-gradient(circle at 20% 0%, rgba(83, 129, 79, 0.26), transparent 42%),
    linear-gradient(145deg, var(--venture-forest-850), var(--venture-forest-950) 88%);
  border: 1px solid #a98a42;
  border-radius: 6px;
  box-shadow:
    0 5px 10px rgba(45, 34, 17, 0.25),
    inset 0 0 0 2px rgba(255, 255, 255, 0.06);
}

.venture-crew-identity-card h2 {
  margin: 0 0 14px;
  color: #fff8e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.3vw, 31px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  text-align: center;
  text-transform: none;
}

.venture-crew-identity-card p {
  margin: 0;
  color: #f4e9cf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13px, 1.16vw, 15px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.62;
}

/* Used by the Advancements branch. */
.venture-crew-motto-card {
  position: relative;
  z-index: 2;
  margin: 76px 16px 34px;
  padding: 19px 18px 21px;
  color: #f7edd4;
  background:
    radial-gradient(circle at 20% 0%, rgba(113, 154, 127, 0.18), transparent 42%),
    linear-gradient(145deg, var(--venture-forest-800), var(--venture-forest-950) 88%);
  border: 1px solid #a98a42;
  border-radius: 6px;
  box-shadow:
    0 5px 10px rgba(45, 34, 17, 0.25),
    inset 0 0 0 2px rgba(255, 255, 255, 0.06);
  text-align: center;
}

.venture-crew-motto-card h2 {
  margin: 0 0 12px;
  color: #fff8e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: none;
}

.venture-crew-motto-card p {
  margin: 0;
  color: var(--venture-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.35vw, 18px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
}

/* Decorative lower forest treatment reconciled from the Events/Forms branch. */
.venture-crew-sidebar-forest {
  margin-top: auto;
  overflow: hidden;
  background: var(--venture-paper-deep);
}

.venture-crew-sidebar-forest img {
  display: block;
  width: calc(100% + 4px);
  max-width: none;
  height: auto;
  min-height: 0;
  margin: -1px -2px -3px;
  background: transparent;
}

/* Advancement page content */

.venture-crew-advancements-page .venture-crew-layout {
  min-height: 1080px;
}

.venture-crew-advancements {
  min-width: 0;
  padding: clamp(40px, 4.1vw, 54px) clamp(28px, 4vw, 50px) 64px;
  color: var(--venture-ink);
}

.venture-crew-advancements-introduction {
  margin-bottom: clamp(26px, 3vw, 38px);
}

.venture-crew-advancements-introduction h2 {
  margin: 0 0 8px;
  color: #12251a;
  font-size: clamp(31px, 3.1vw, 42px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-advancements-introduction p {
  margin: 0;
  color: #333c35;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.42vw, 18px);
  font-weight: 500;
  line-height: 1.45;
}

/* Four-rank advancement path */

.venture-crew-advancement-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
  gap: clamp(24px, 3vw, 36px);
  align-items: center;
  margin-bottom: clamp(34px, 4vw, 48px);
  padding: 22px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(221, 205, 171, 0.08)),
    rgba(247, 242, 230, 0.65);
  border: 1px solid var(--venture-line);
  border-radius: 10px;
  box-shadow:
    0 3px 0 rgba(77, 60, 35, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.venture-crew-advancement-kicker {
  display: block;
  margin-bottom: 5px;
  color: #735b27;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-advancement-summary h3 {
  margin: 0 0 7px;
  color: #173224;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-transform: uppercase;
}

.venture-crew-advancement-summary p {
  margin: 0;
  color: #4d5a51;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.48;
}

.venture-crew-rank-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.venture-crew-rank-step {
  position: relative;
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 3px;
  padding: 12px 10px;
  background: rgba(239, 228, 203, 0.7);
  border: 1px solid rgba(160, 140, 92, 0.48);
  border-radius: 7px;
  text-align: center;
}

.venture-crew-rank-step + .venture-crew-rank-step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: 9px;
  height: 1px;
  background: rgba(143, 118, 59, 0.7);
}

.venture-crew-rank-step strong {
  color: #183024;
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 850;
  line-height: 1.15;
  text-transform: uppercase;
}

.venture-crew-rank-step span {
  color: #6c5a31;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}

/* Shared Tiers of Adventure reference */

.venture-crew-tier-guide {
  scroll-margin-top: 18px;
  margin-bottom: clamp(36px, 4.4vw, 54px);
}

.venture-crew-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.venture-crew-section-heading h3 {
  margin: 0 0 5px;
  color: #173224;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-transform: uppercase;
}

.venture-crew-section-heading p {
  max-width: 720px;
  margin: 0;
  color: #4d5a51;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.48;
}

.venture-crew-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.venture-crew-tier-card {
  min-width: 0;
  padding: 17px 16px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(220, 205, 176, 0.06)),
    rgba(247, 242, 230, 0.62);
  border: 1px solid var(--venture-line);
  border-top: 4px solid var(--venture-forest-900);
  border-radius: 8px;
  box-shadow: 0 2px 0 rgba(77, 60, 35, 0.05);
}

.venture-crew-tier-card.is-tier-ii {
  border-top-color: #88702f;
}

.venture-crew-tier-card.is-tier-iii {
  border-top-color: var(--venture-gold);
}

.venture-crew-tier-card h4 {
  margin: 0 0 9px;
  color: #183024;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-tier-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0 0 0 17px;
  color: #455148;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.venture-crew-tier-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  color: #435249;
  background: rgba(228, 214, 182, 0.36);
  border-left: 3px solid var(--venture-gold);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

/* Expandable rank cards */

.venture-crew-rank-guide {
  margin-bottom: clamp(40px, 5vw, 60px);
}

.venture-crew-rank-directory {
  display: grid;
  gap: 12px;
}

.venture-crew-rank-card {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.21), rgba(223, 207, 174, 0.06)),
    rgba(247, 242, 230, 0.7);
  border: 1px solid var(--venture-line);
  border-radius: 10px;
  box-shadow:
    0 3px 0 rgba(77, 60, 35, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.venture-crew-rank-card > summary {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto 22px;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 12px 16px;
  color: #1c3023;
  cursor: pointer;
  list-style: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.venture-crew-rank-card > summary::-webkit-details-marker {
  display: none;
}

.venture-crew-rank-card > summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center;
  transition: transform 180ms ease;
}

.venture-crew-rank-card[open] > summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.venture-crew-rank-card > summary:hover,
.venture-crew-rank-card > summary:focus-visible,
.venture-crew-rank-card[open] > summary {
  color: #fff8e7;
  background: linear-gradient(90deg, var(--venture-forest-800), var(--venture-forest-900));
}

.venture-crew-rank-marker {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--venture-gold-light);
  background: var(--venture-forest-900);
  border: 1px solid #9e8445;
  border-radius: 9px 9px 9px 3px;
  box-shadow:
    0 3px 6px rgba(49, 38, 21, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
}

.venture-crew-rank-card > summary:hover .venture-crew-rank-marker,
.venture-crew-rank-card:focus-within .venture-crew-rank-marker,
.venture-crew-rank-card[open] .venture-crew-rank-marker {
  color: #173024;
  background: var(--venture-gold-light);
}

.venture-crew-rank-summary-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.venture-crew-rank-summary-copy strong {
  color: inherit;
  font-size: clamp(15px, 1.55vw, 19px);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.venture-crew-rank-summary-copy small {
  color: #5e695f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.venture-crew-rank-card > summary:hover .venture-crew-rank-summary-copy small,
.venture-crew-rank-card > summary:focus-visible .venture-crew-rank-summary-copy small,
.venture-crew-rank-card[open] .venture-crew-rank-summary-copy small {
  color: #ddd3ba;
}

.venture-crew-details-label {
  color: #6c5b31;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-rank-card > summary:hover .venture-crew-details-label,
.venture-crew-rank-card > summary:focus-visible .venture-crew-details-label,
.venture-crew-rank-card[open] .venture-crew-details-label {
  color: var(--venture-gold-light);
}

.venture-crew-rank-card-body {
  padding: 21px 20px 22px;
  border-top: 1px solid rgba(143, 130, 102, 0.38);
}

.venture-crew-rank-focus-copy {
  margin: 0 0 19px;
  color: #455148;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.52;
}

.venture-crew-requirement-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
}

.venture-crew-requirement-group.is-full {
  grid-column: 1 / -1;
}

.venture-crew-requirement-group h4 {
  margin: 0 0 8px;
  color: #183224;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-transform: uppercase;
}

.venture-crew-requirement-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 0 0 21px;
  color: #3d4941;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.48;
}

.venture-crew-requirement-list li::marker {
  color: #8c7130;
  font-weight: 800;
}

.venture-crew-requirement-list a,
.venture-crew-tier-reference {
  color: #24533c;
  font-weight: 700;
  text-underline-offset: 2px;
}

.venture-crew-requirement-list a:hover,
.venture-crew-requirement-list a:focus-visible,
.venture-crew-tier-reference:hover,
.venture-crew-tier-reference:focus-visible {
  color: #8b6924;
}

.venture-crew-source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(143, 130, 102, 0.3);
}

.venture-crew-source-row p {
  margin: 0;
  color: #687169;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10.5px;
  line-height: 1.35;
}

.venture-crew-source-link {
  color: #264a36;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.venture-crew-source-link:hover,
.venture-crew-source-link:focus-visible {
  color: #8b6924;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Crew Board of Review calendar */

.venture-crew-bor-section {
  margin-top: clamp(40px, 4.8vw, 58px);
}

.venture-crew-bor-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.venture-crew-bor-heading h3 {
  margin: 0 0 5px;
  color: #173224;
  font-size: clamp(16px, 1.58vw, 20px);
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1.1;
  text-transform: uppercase;
}

.venture-crew-bor-heading p {
  margin: 0;
  color: #4d5a51;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(11px, 1.05vw, 13px);
  line-height: 1.4;
}

.venture-crew-bor-calendar-link {
  flex: 0 0 auto;
  color: #244431;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.venture-crew-bor-calendar-link:hover,
.venture-crew-bor-calendar-link:focus-visible {
  color: #8a6924;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.venture-crew-bor-app {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(220, 205, 176, 0.07)),
    rgba(247, 242, 230, 0.64);
  border: 1px solid var(--venture-line);
  border-radius: 9px;
  box-shadow:
    0 2px 0 rgba(77, 60, 35, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.venture-crew-bor-status {
  margin: 0;
  color: #3d5545;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.venture-crew-bor-status[data-state="ready"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.venture-crew-bor-status[data-state="loading"],
.venture-crew-bor-status[data-state="setup"],
.venture-crew-bor-status[data-state="error"] {
  padding: 10px 13px;
  border-bottom: 1px solid rgba(151, 132, 87, 0.42);
}

.venture-crew-bor-status[data-state="loading"] {
  color: #3a5544;
  background: rgba(229, 217, 186, 0.4);
}

.venture-crew-bor-status[data-state="setup"] {
  color: #5b4219;
  background: rgba(237, 222, 196, 0.8);
}

.venture-crew-bor-status[data-state="error"] {
  color: #642e1f;
  background: rgba(244, 220, 208, 0.76);
}

.venture-crew-bor-group-heading {
  display: flex;
  min-height: 47px;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  background: rgba(226, 212, 180, 0.32);
  border-bottom: 1px solid rgba(143, 130, 102, 0.36);
}

.venture-crew-bor-group-heading h4 {
  margin: 0;
  color: #1e3024;
  font-size: clamp(12px, 1.15vw, 15px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.18;
  text-transform: uppercase;
}

.venture-crew-bor-type {
  display: inline-grid;
  min-width: 54px;
  min-height: 25px;
  place-items: center;
  padding: 4px 8px;
  color: #183022;
  background: var(--venture-gold-light);
  border: 1px solid #a78a41;
  border-radius: 99px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1;
}

.venture-crew-bor-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.venture-crew-bor-list li + li {
  border-top: 1px solid rgba(143, 130, 102, 0.31);
}

.venture-crew-bor-row {
  display: grid;
  grid-template-columns: minmax(58px, 0.2fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 10px 14px;
  color: #26352b;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.venture-crew-bor-row.is-link:hover,
.venture-crew-bor-row.is-link:focus-visible {
  color: #12351f;
  background: rgba(219, 201, 157, 0.28);
  transform: translateX(2px);
}

.venture-crew-bor-date {
  color: #263a2e;
  font-size: clamp(12px, 1.08vw, 14px);
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.venture-crew-bor-detail {
  display: grid;
  min-width: 0;
  gap: 2px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.25;
}

.venture-crew-bor-detail strong {
  min-width: 0;
  overflow: hidden;
  font-size: clamp(12px, 1.08vw, 14px);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venture-crew-bor-time,
.venture-crew-bor-location {
  min-width: 0;
  color: #516057;
  font-size: clamp(10px, 0.93vw, 12px);
  font-weight: 650;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venture-crew-bor-empty {
  min-height: 83px;
  margin: 0;
  padding: 21px 15px;
  color: #59635b;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.45;
}

.venture-crew-bor-noscript {
  margin: 0;
  padding: 12px;
  color: #642e1f;
  background: rgba(244, 220, 208, 0.72);
  border-top: 1px solid rgba(153, 75, 53, 0.48);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ==================================================
   RESPONSIVE ADVANCEMENTS LAYOUT
   ================================================== */

@media (max-width: 1110px) {
  .venture-crew-advancements {
    padding-inline: 34px;
  }

  .venture-crew-advancement-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .venture-crew-advancements-page .venture-crew-layout {
    min-height: 0;
  }

  .venture-crew-advancements {
    padding: 38px 32px 54px;
  }
}

@media (max-width: 760px) {
  .venture-crew-advancements {
    padding: 33px 22px 50px;
  }

  .venture-crew-rank-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venture-crew-rank-step + .venture-crew-rank-step::before {
    display: none;
  }

  .venture-crew-tier-grid,
  .venture-crew-requirement-groups {
    grid-template-columns: 1fr;
  }

  .venture-crew-requirement-group.is-full {
    grid-column: auto;
  }

  .venture-crew-rank-card > summary {
    grid-template-columns: 52px minmax(0, 1fr) 20px;
    gap: 11px;
    min-height: 78px;
    padding-inline: 13px;
  }

  .venture-crew-details-label {
    display: none;
  }

  .venture-crew-rank-marker {
    width: 46px;
    height: 46px;
  }

  .venture-crew-bor-heading,
  .venture-crew-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .venture-crew-advancements {
    padding-inline: 17px;
  }

  .venture-crew-advancement-summary {
    padding: 18px 16px;
  }

  .venture-crew-rank-path {
    grid-template-columns: 1fr;
  }

  .venture-crew-rank-card-body {
    padding-inline: 15px;
  }

  .venture-crew-bor-row {
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 9px;
    padding-inline: 11px;
  }
}

@media (max-width: 430px) {
  .venture-crew-advancements-introduction h2 {
    font-size: 29px;
  }

  .venture-crew-rank-summary-copy strong {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-rank-card > summary,
  .venture-crew-rank-card > summary::after,
  .venture-crew-bor-row {
    transition: none;
  }
}

/* ==================================================
   UPCOMING EVENTS / GOOGLE CALENDAR PAGE

   These rules extend the existing Venture Crew stylesheet rather
   than creating a second section stylesheet. The selectors use the
   .venture-crew-events-page body class so the Links page is unchanged.
   ================================================== */

.venture-crew-events-page .venture-crew-layout {
  min-height: 880px;
}

.venture-crew-events {
  min-width: 0;
  padding: clamp(40px, 4.1vw, 54px) clamp(30px, 4.4vw, 55px) 54px;
  color: var(--venture-ink);
}

.venture-crew-events-introduction {
  margin-bottom: clamp(24px, 2.6vw, 32px);
}

.venture-crew-events-introduction h2 {
  margin: 0 0 8px;
  color: #042018;
  font-size: clamp(31px, 3.1vw, 42px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-events-introduction p {
  margin: 0;
  color: #333c35;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.42vw, 18px);
  font-weight: 500;
  line-height: 1.45;
}

.venture-crew-calendar-app {
  min-width: 0;
}

/* Month controls */

.venture-crew-calendar-toolbar {
  display: grid;
  grid-template-columns: minmax(72px, 1fr) auto minmax(126px, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 54px;
  margin-bottom: 10px;
}

.venture-crew-calendar-month-heading {
  margin: 0;
  color: #17271c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}

.venture-crew-calendar-toolbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.6vw, 20px);
}

.venture-crew-calendar-arrow,
.venture-crew-calendar-today {
  display: inline-grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

.venture-crew-calendar-arrow {
  width: 43px;
  height: 43px;
  padding: 9px;
  color: #0c3529;
  background: transparent;
  border-radius: 50%;
}

.venture-crew-calendar-arrow svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.venture-crew-calendar-arrow:hover,
.venture-crew-calendar-arrow:focus-visible {
  color: #fff8e7;
  background: var(--venture-forest-800);
  transform: translateY(-1px);
}

.venture-crew-calendar-today {
  min-width: 100px;
  min-height: 40px;
  padding: 8px 16px;
  color: #fff8e5;
  background:
    linear-gradient(180deg, rgba(50, 104, 66, 0.26), rgba(0, 0, 0, 0.08)),
    var(--venture-forest-850);
  border: 1px solid #8c7a43;
  border-radius: 5px;
  box-shadow:
    0 3px 6px rgba(38, 31, 19, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-calendar-today:hover,
.venture-crew-calendar-today:focus-visible {
  color: #112719;
  background: var(--venture-gold-light);
  border-color: #9f8240;
  transform: translateY(-1px);
}

.venture-crew-calendar-arrow:disabled,
.venture-crew-calendar-today:disabled {
  cursor: wait;
  opacity: 0.5;
  transform: none;
}

/* Connection/loading message. The ready state remains visually hidden so it
   can announce updates to assistive technology without adding visual clutter. */

.venture-crew-calendar-status {
  min-height: 0;
  margin: 0;
  color: #315645;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.venture-crew-calendar-status[data-state="ready"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.venture-crew-calendar-status[data-state="loading"] {
  margin: -2px 0 8px;
  color: #315645;
}

.venture-crew-calendar-status[data-state="setup"],
.venture-crew-calendar-status[data-state="error"] {
  margin: 0 0 12px;
  padding: 10px 12px;
  background: rgba(237, 222, 196, 0.72);
  border: 1px solid rgba(157, 132, 78, 0.55);
  border-radius: 5px;
}

.venture-crew-calendar-status[data-state="error"] {
  color: #642e1f;
  background: rgba(244, 220, 208, 0.72);
  border-color: rgba(153, 75, 53, 0.48);
}

/* Month grid */

.venture-crew-calendar-scroll {
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border-radius: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(28, 71, 45, 0.55) rgba(222, 208, 179, 0.55);
}

.venture-crew-calendar-scroll:focus-visible {
  outline-offset: 5px;
}

.venture-crew-calendar-panel {
  min-width: 680px;
  overflow: hidden;
  background: rgba(249, 245, 234, 0.6);
  border: 1px solid #aaa188;
  border-radius: 8px;
  box-shadow:
    0 2px 0 rgba(66, 52, 31, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.venture-crew-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-height: 40px;
  color: #fff9e8;
  background:
    linear-gradient(180deg, rgba(41, 94, 57, 0.34), rgba(0, 0, 0, 0.09)),
    #042018;
  border-bottom: 1px solid #776a4a;
}

.venture-crew-calendar-weekdays span {
  display: grid;
  place-items: center;
  padding: 8px 4px;
  font-size: clamp(11px, 1.05vw, 14px);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-calendar-grid {
  display: grid;
  background: rgba(134, 123, 96, 0.42);
  gap: 1px;
}

.venture-crew-calendar-week {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-height: clamp(72px, 6.3vw, 84px);
  background: rgba(134, 123, 96, 0.42);
  gap: 1px;
}

.venture-crew-calendar-day {
  --calendar-bar-lanes: 0;
  position: relative;
  min-width: 0;
  min-height: clamp(72px, 6.3vw, 84px);
  overflow: hidden;
  padding: 5px 5px 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(228, 214, 184, 0.08)),
    rgba(248, 243, 231, 0.93);
}

.venture-crew-calendar-day.is-outside-month {
  color: #8b8b7c;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(225, 215, 193, 0.13)),
    rgba(240, 235, 222, 0.86);
}

.venture-crew-calendar-day.is-today {
  background:
    linear-gradient(180deg, rgba(229, 204, 132, 0.24), rgba(229, 204, 132, 0.07)),
    rgba(249, 244, 231, 0.98);
  box-shadow: inset 0 0 0 2px rgba(176, 139, 54, 0.58);
}

.venture-crew-calendar-date-number {
  position: relative;
  z-index: 4;
  display: block;
  color: #18231b;
  font-size: clamp(10px, 0.98vw, 13px);
  font-weight: 800;
  line-height: 1;
  text-align: right;
}

.venture-crew-calendar-day.is-outside-month .venture-crew-calendar-date-number {
  color: #99998a;
}

.venture-crew-calendar-day.is-today .venture-crew-calendar-date-number {
  display: grid;
  width: 22px;
  height: 22px;
  margin: -2px -2px 0 auto;
  place-items: center;
  color: #fff8e8;
  background: var(--venture-forest-800);
  border-radius: 50%;
}

.venture-crew-calendar-day-events {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 3px;
  padding-top: calc(17px + (var(--calendar-bar-lanes) * 22px));
}

/* All-day and multi-day events are drawn across one or more date columns. */

.venture-crew-calendar-event-bar {
  position: relative;
  z-index: 6;
  grid-column: var(--event-column) / span var(--event-span);
  grid-row: 1;
  align-self: start;
  min-width: 0;
  min-height: 22px;
  margin: calc(24px + (var(--event-lane) * 22px)) 2px 0;
  padding: 4px 8px 3px;
  overflow: hidden;
  color: #fff9e8;
  background:
    linear-gradient(180deg, rgba(73, 137, 87, 0.45), rgba(9, 66, 34, 0.08)),
    #0c3529;
  border: 1px solid rgba(16, 76, 42, 0.52);
  border-radius: 5px;
  box-shadow:
    0 1px 2px rgba(33, 43, 31, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 0.96vw, 12px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venture-crew-calendar-event-bar.continues-before {
  margin-left: 0;
  border-left: 0;
  border-radius: 0 5px 5px 0;
}

.venture-crew-calendar-event-bar.continues-after {
  margin-right: 0;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

.venture-crew-calendar-event-bar.continues-before.continues-after {
  border-radius: 0;
}

.venture-crew-calendar-event-bar:hover,
.venture-crew-calendar-event-bar:focus-visible {
  color: #042018;
  background: var(--venture-gold-light);
  border-color: #9a7b36;
  text-decoration: none;
}

/* Timed events sit inside their individual day cells. */

.venture-crew-calendar-timed-event {
  display: grid;
  min-width: 0;
  gap: 1px;
  padding: 3px 2px;
  color: #17231b;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(9px, 0.9vw, 12px);
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

.venture-crew-calendar-timed-event-title,
.venture-crew-calendar-timed-event-time {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.venture-crew-calendar-timed-event-time {
  font-weight: 800;
  white-space: nowrap;
}

.venture-crew-calendar-timed-event:hover,
.venture-crew-calendar-timed-event:focus-visible {
  color: #042018;
  background: rgba(213, 182, 101, 0.28);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.venture-crew-calendar-more-events {
  display: block;
  color: #174c3c;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

/* Highlight list */

.venture-crew-calendar-highlights {
  margin-top: clamp(24px, 2.8vw, 34px);
}

.venture-crew-calendar-highlights h3 {
  margin: 0 0 9px;
  color: #042018;
  font-size: clamp(15px, 1.52vw, 19px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.1;
  text-transform: uppercase;
}

.venture-crew-calendar-highlight-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(147, 135, 105, 0.54);
}

.venture-crew-calendar-highlight {
  display: grid;
  grid-template-columns: minmax(105px, 0.3fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 42px;
  padding: 8px 18px;
  border-bottom: 1px solid rgba(147, 135, 105, 0.48);
}

.venture-crew-calendar-highlight-date {
  color: #0c3529;
  font-size: clamp(12px, 1.18vw, 15px);
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.venture-crew-calendar-highlight-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  align-items: baseline;
  gap: 16px;
  color: #18231b;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 1.18vw, 15px);
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.venture-crew-calendar-highlight-title {
  min-width: 0;
}

.venture-crew-calendar-highlight-time {
  flex: 0 0 auto;
  color: #315645;
  font-size: 0.9em;
  font-weight: 700;
  white-space: nowrap;
}

.venture-crew-calendar-highlight-detail:hover,
.venture-crew-calendar-highlight-detail:focus-visible {
  color: #0c3529;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.venture-crew-calendar-highlight.is-empty {
  display: block;
  color: #556158;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
}

/* Full Google Calendar link */

.venture-crew-calendar-full-link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.venture-crew-calendar-full-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  color: #fff8e5;
  background:
    linear-gradient(180deg, rgba(50, 104, 66, 0.28), rgba(0, 0, 0, 0.1)),
    var(--venture-forest-850);
  border: 1px solid #8c7a43;
  border-radius: 5px;
  box-shadow:
    0 3px 6px rgba(38, 31, 19, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

.venture-crew-calendar-full-link:hover,
.venture-crew-calendar-full-link:focus-visible {
  color: #042018;
  background: var(--venture-gold-light);
  border-color: #9f8240;
  transform: translateY(-2px);
}

.venture-crew-calendar-full-link.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

.venture-crew-calendar-noscript {
  margin: 18px 0 0;
  padding: 12px;
  color: #642e1f;
  background: rgba(244, 220, 208, 0.72);
  border: 1px solid rgba(153, 75, 53, 0.48);
  border-radius: 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ==================================================
   RESPONSIVE CALENDAR LAYOUT
   ================================================== */

@media (max-width: 1110px) {
  .venture-crew-events {
    padding-inline: 36px;
  }

  .venture-crew-calendar-highlight {
    padding-inline: 13px;
  }
}

@media (max-width: 940px) {
  .venture-crew-events-page .venture-crew-layout {
    min-height: 0;
  }

  .venture-crew-events {
    padding: 38px 32px 54px;
  }

  .venture-crew-calendar-week {
    min-height: 82px;
  }

  .venture-crew-calendar-day {
    min-height: 82px;
  }
}

@media (max-width: 760px) {
  .venture-crew-events {
    padding: 33px 22px 48px;
  }

  .venture-crew-events-introduction {
    margin-bottom: 20px;
  }

  .venture-crew-calendar-toolbar {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .venture-crew-calendar-toolbar-actions {
    gap: 6px;
  }

  .venture-crew-calendar-arrow {
    width: 40px;
    height: 40px;
  }

  .venture-crew-calendar-today {
    min-width: 78px;
    min-height: 38px;
    padding-inline: 11px;
    font-size: 11px;
  }

  .venture-crew-calendar-panel {
    min-width: 650px;
  }

  .venture-crew-calendar-highlight {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 12px;
    padding-inline: 8px;
  }
}

@media (max-width: 520px) {
  .venture-crew-events {
    padding-inline: 17px;
  }

  .venture-crew-calendar-toolbar {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    margin-bottom: 12px;
  }

  .venture-crew-calendar-month-heading {
    font-size: 22px;
  }

  .venture-crew-calendar-toolbar-actions {
    display: contents;
  }

  .venture-crew-calendar-toolbar-actions .venture-crew-calendar-arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .venture-crew-calendar-today {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    min-width: 100px;
  }

  .venture-crew-calendar-highlight {
    grid-template-columns: 1fr;
    gap: 3px;
    padding-block: 10px;
  }

  .venture-crew-calendar-highlight-detail {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media (max-width: 430px) {
  .venture-crew-events-introduction h2 {
    font-size: 29px;
  }

  .venture-crew-calendar-panel {
    min-width: 620px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-calendar-arrow,
  .venture-crew-calendar-today,
  .venture-crew-calendar-event-bar,
  .venture-crew-calendar-timed-event,
  .venture-crew-calendar-full-link {
    transition: none;
  }
}

/* ==================================================
   FORMS & DOCUMENTS PAGE

   Extends the Venture Crew detail-page shell and is scoped to the
   Venture Crew Forms & Documents page. The live directory service
   scans forms/venture-crew/forms and forms/venture-crew/documents.
   ================================================== */

.venture-crew-forms-page .venture-crew-layout {
  min-height: 900px;
}

.venture-crew-forms {
  min-width: 0;
  padding: clamp(40px, 4.1vw, 54px) clamp(30px, 4.4vw, 55px) 48px;
  color: var(--venture-ink);
}

.venture-crew-forms-introduction {
  margin-bottom: clamp(25px, 2.8vw, 34px);
}

.venture-crew-forms-introduction h2 {
  margin: 0 0 8px;
  color: var(--venture-forest-900);
  font-size: clamp(31px, 3.1vw, 42px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-forms-introduction p {
  margin: 0;
  color: #333c35;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.42vw, 18px);
  font-weight: 500;
  line-height: 1.45;
}

.venture-crew-download-status {
  margin: 0 0 13px;
  color: #315645;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.venture-crew-download-status[data-state="ready"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.venture-crew-download-status[data-state="warning"],
.venture-crew-download-status[data-state="error"] {
  padding: 10px 12px;
  background: rgba(237, 222, 196, 0.74);
  border: 1px solid rgba(157, 132, 78, 0.55);
  border-radius: 5px;
}

.venture-crew-download-status[data-state="error"] {
  color: #642e1f;
  background: rgba(244, 220, 208, 0.74);
  border-color: rgba(153, 75, 53, 0.48);
}

.venture-crew-download-groups {
  display: grid;
  gap: clamp(28px, 3vw, 38px);
}

.venture-crew-download-group h3 {
  margin: 0 0 9px;
  color: var(--venture-forest-900);
  font-size: clamp(16px, 1.58vw, 20px);
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1.1;
  text-transform: uppercase;
}

.venture-crew-download-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(220, 205, 176, 0.07)),
    rgba(247, 242, 230, 0.58);
  border: 1px solid var(--venture-line);
  border-radius: 9px;
  box-shadow:
    0 2px 0 rgba(77, 60, 35, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.venture-crew-download-item {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 66px;
  padding: 8px 15px;
}

.venture-crew-download-item + .venture-crew-download-item {
  border-top: 1px solid rgba(143, 130, 102, 0.32);
}

.venture-crew-file-icon {
  position: relative;
  display: grid;
  width: 36px;
  height: 43px;
  place-items: center;
  color: var(--venture-forest-700);
}

.venture-crew-file-icon svg {
  width: 30px;
  height: 35px;
  fill: rgba(255, 255, 255, 0.22);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.venture-crew-download-list[data-document-list="documents"] .venture-crew-file-icon {
  color: #9e4d47;
}

.venture-crew-file-icon.file-type-doc,
.venture-crew-file-icon.file-type-docx {
  color: #375b74;
}

.venture-crew-file-icon.file-type-xls,
.venture-crew-file-icon.file-type-xlsx {
  color: #356b4b;
}

.venture-crew-file-icon.file-type-zip {
  color: #80663b;
}

.venture-crew-download-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.venture-crew-download-name {
  min-width: 0;
  color: #243229;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(14px, 1.32vw, 17px);
  font-weight: 650;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.venture-crew-download-meta {
  color: #505d54;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 0.98vw, 12px);
  font-weight: 600;
  line-height: 1.2;
}

.venture-crew-download-button {
  display: inline-flex;
  min-width: 112px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  color: #fff8e6;
  background:
    linear-gradient(180deg, rgba(73, 137, 87, 0.32), rgba(0, 0, 0, 0.08)),
    var(--venture-forest-850);
  border: 1px solid #826f3a;
  border-radius: 5px;
  box-shadow:
    0 2px 4px rgba(38, 31, 19, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: clamp(10px, 0.96vw, 12px);
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

.venture-crew-download-button:hover,
.venture-crew-download-button:focus-visible {
  color: #10251a;
  background: var(--venture-gold-light);
  border-color: #9f8240;
  box-shadow: 0 4px 8px rgba(38, 31, 19, 0.2);
  transform: translateY(-1px);
}

.venture-crew-download-item.is-empty,
.venture-crew-download-item.is-error {
  display: block;
  min-height: 58px;
  padding: 17px 18px;
  color: #566058;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.45;
}

.venture-crew-download-item.is-error {
  color: #642e1f;
}

.venture-crew-download-item.is-placeholder {
  pointer-events: none;
}

.venture-crew-download-item.is-placeholder .venture-crew-file-icon,
.venture-crew-download-placeholder-line,
.venture-crew-download-placeholder-button {
  background: rgba(158, 145, 116, 0.2);
  border-radius: 4px;
}

.venture-crew-download-placeholder-line {
  display: block;
  width: min(78%, 320px);
  height: 12px;
}

.venture-crew-download-placeholder-line.is-short {
  width: 92px;
  height: 9px;
}

.venture-crew-download-placeholder-button {
  width: 112px;
  height: 38px;
}

.venture-crew-forms-help {
  margin-top: clamp(34px, 4.2vw, 52px);
  color: #26352b;
  text-align: center;
}

.venture-crew-forms-help p {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 1.15vw, 14px);
  line-height: 1.55;
}

.venture-crew-forms-help strong {
  font-weight: 700;
}

.venture-crew-download-noscript {
  margin: 18px 0 0;
  padding: 12px;
  color: #642e1f;
  background: rgba(244, 220, 208, 0.72);
  border: 1px solid rgba(153, 75, 53, 0.48);
  border-radius: 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ==================================================
   RESPONSIVE FORMS & DOCUMENTS LAYOUT
   ================================================== */

@media (max-width: 940px) {
  .venture-crew-forms-page .venture-crew-layout {
    min-height: 0;
  }

  .venture-crew-forms {
    padding: 38px 32px 52px;
  }
}

@media (max-width: 760px) {
  .venture-crew-forms {
    padding: 33px 22px 46px;
  }

  .venture-crew-forms-introduction {
    margin-bottom: 23px;
  }

  .venture-crew-download-item {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 64px;
    padding: 8px 10px;
  }

  .venture-crew-download-button,
  .venture-crew-download-placeholder-button {
    min-width: 96px;
    width: 96px;
  }
}

@media (max-width: 520px) {
  .venture-crew-forms {
    padding-inline: 17px;
  }

  .venture-crew-download-item {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 11px 10px 12px;
  }

  .venture-crew-download-button,
  .venture-crew-download-placeholder-button {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    min-height: 38px;
  }

  .venture-crew-download-placeholder-button {
    margin-top: 2px;
  }
}

@media (max-width: 430px) {
  .venture-crew-forms-introduction h2 {
    font-size: 29px;
  }

  .venture-crew-download-group h3 {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-download-button {
    transition: none;
  }
}

/* ==================================================
   SHARED DETAIL-PAGE RESPONSIVE SHELL
   ================================================== */

@media (max-width: 1110px) {
  .venture-crew-layout {
    grid-template-columns: 224px minmax(0, 1fr);
  }
}

@media (max-width: 940px) {
  .venture-crew-layout {
    display: block;
    min-height: 0;
  }

  .venture-crew-sidebar {
    display: block;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid rgba(133, 120, 91, 0.42);
    box-shadow: 0 5px 11px rgba(80, 66, 43, 0.08);
  }

  .venture-crew-sidebar-mountain,
  .venture-crew-sidebar-forest {
    display: none;
  }

  .venture-crew-section-navigation {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0;
    scrollbar-width: thin;
  }

  .venture-crew-section-navigation a {
    grid-template-columns: 24px auto;
    flex: 0 0 auto;
    gap: 8px;
    min-height: 52px;
    padding: 10px 17px;
    font-size: 13px;
    white-space: nowrap;
  }

  .venture-crew-section-navigation a::before {
    top: auto;
    right: 10px;
    bottom: 0;
    left: 10px;
    width: auto;
    height: 3px;
  }

  .venture-crew-section-navigation svg {
    width: 21px;
    height: 21px;
  }

  .venture-crew-motto-card {
    display: none;
  }

  .venture-crew-identity-card {
    margin: 18px 22px;
  }
}

@media (max-width: 520px) {
  .venture-crew-identity-card {
    margin-inline: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-section-navigation a {
    transition: none;
  }
}
/* ==================================================
   CREW INFO PAGE

   Data-driven Venture Crew roster and youth officer directory.
   The page mirrors the interaction pattern of the Scout Troop
   Patrols page while using Venture Crew terminology and artwork.
   ================================================== */

.venture-crew-crew-info-page .venture-crew-layout {
  min-height: 930px;
}

.venture-crew-crew-info {
  min-width: 0;
  padding: clamp(40px, 4.1vw, 54px) clamp(26px, 3.9vw, 48px) 56px;
  color: var(--venture-ink);
}

.venture-crew-crew-info-introduction {
  margin-bottom: clamp(23px, 2.6vw, 31px);
}

.venture-crew-crew-info-introduction h2 {
  margin: 0 0 8px;
  color: var(--venture-forest-900);
  font-size: clamp(31px, 3.1vw, 42px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-crew-info-introduction > p {
  margin: 0;
  color: #333c35;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.42vw, 18px);
  font-weight: 500;
  line-height: 1.45;
}

.venture-crew-crew-info-introduction .venture-crew-crew-info-instruction {
  margin-top: 7px;
  color: #536057;
  font-size: clamp(11px, 1.02vw, 13px);
  font-weight: 600;
}

.venture-crew-crew-info-status {
  margin: 0 0 13px;
  color: #315645;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.venture-crew-crew-info-status[data-state="ready"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.venture-crew-crew-info-status[data-state="error"] {
  padding: 10px 12px;
  color: #642e1f;
  background: rgba(244, 220, 208, 0.74);
  border: 1px solid rgba(153, 75, 53, 0.48);
  border-radius: 5px;
}

.venture-crew-group-directory {
  display: grid;
  gap: clamp(13px, 1.55vw, 18px);
}

/* Expandable crew/group card. Additional cards can be enabled later by
   adding entries to venture-crew-info-data.js; no HTML changes are needed. */

.venture-crew-group-card {
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(220, 205, 176, 0.07)),
    rgba(247, 242, 230, 0.72);
  border: 1px solid #b8ad91;
  border-radius: 10px;
  box-shadow:
    0 2px 0 rgba(77, 60, 35, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.venture-crew-group-card:hover,
.venture-crew-group-card:focus-within,
.venture-crew-group-card[open] {
  border-color: #9b824a;
  box-shadow: 0 8px 18px rgba(63, 47, 27, 0.15);
}

.venture-crew-group-card[open] {
  transform: translateY(-1px);
}

.venture-crew-group-card[data-status="inactive"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(220, 205, 176, 0.08)),
    rgba(239, 233, 218, 0.68);
  border-style: dashed;
}

.venture-crew-group-summary {
  position: relative;
  display: grid;
  grid-template-columns: clamp(96px, 10.5vw, 126px) minmax(0, 1fr) clamp(145px, 17vw, 190px);
  gap: clamp(15px, 2vw, 25px);
  align-items: center;
  min-height: clamp(136px, 13.5vw, 164px);
  padding: 12px 13px 12px 17px;
  color: #1c2a21;
  cursor: pointer;
  list-style: none;
}

.venture-crew-group-summary::-webkit-details-marker {
  display: none;
}

.venture-crew-group-summary::marker {
  content: "";
}

.venture-crew-group-summary:focus-visible {
  outline-offset: -5px;
}

.venture-crew-group-emblem-wrap {
  display: grid;
  min-width: 0;
  place-items: center;
  align-self: stretch;
}

.venture-crew-group-emblem {
  width: min(100%, 112px);
  max-height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 4px 4px rgba(55, 40, 23, 0.16));
  transition: transform 180ms ease;
}

.venture-crew-group-card:hover .venture-crew-group-emblem,
.venture-crew-group-card[open] .venture-crew-group-emblem {
  transform: scale(1.035);
}

.venture-crew-group-card[data-status="inactive"] .venture-crew-group-emblem {
  opacity: 0.64;
  filter: grayscale(0.6) drop-shadow(0 3px 2px rgba(55, 40, 23, 0.1));
}

.venture-crew-group-summary-copy {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 8px;
}

.venture-crew-group-name-row {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.venture-crew-group-name {
  color: var(--venture-forest-900);
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.venture-crew-group-status-chip {
  display: inline-grid;
  min-height: 24px;
  place-items: center;
  padding: 4px 9px;
  color: #fff9e8;
  background: var(--venture-forest-800);
  border: 1px solid var(--venture-forest-900);
  border-radius: 99px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-group-card[data-status="inactive"] .venture-crew-group-status-chip {
  color: #4e4124;
  background: #dbc98f;
  border-color: #aa9150;
}

.venture-crew-group-meta {
  display: block;
  color: #344139;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.25;
}

.venture-crew-group-meta strong {
  color: #27372d;
  font-weight: 750;
}

.venture-crew-group-expand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
  color: var(--venture-muted-green);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-group-expand svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 170ms ease;
}

.venture-crew-group-card[open] .venture-crew-group-expand svg {
  transform: rotate(180deg);
}

.venture-crew-group-visual {
  position: relative;
  display: grid;
  min-width: 0;
  height: clamp(112px, 12vw, 142px);
  overflow: hidden;
  place-items: center;
  align-content: center;
  gap: 6px;
  padding: 13px;
  color: #f8edd0;
  background-color: var(--venture-forest-900);
  background-image:
    linear-gradient(rgba(4, 32, 24, 0.58), rgba(2, 19, 14, 0.8)),
    url("../images/ui/venture-crew/Venture_Crew_Hero_Background_Muted_1920x414.png");
  background-position: center;
  background-size: cover;
  border: 1px solid #8f7a45;
  border-radius: 8px;
  box-shadow:
    0 4px 8px rgba(45, 34, 17, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  text-align: center;
}

.venture-crew-group-visual > img:not(:only-child) {
  width: 72px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.38));
}

.venture-crew-group-visual > span {
  color: var(--venture-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-group-visual.has-photo {
  display: block;
  padding: 0;
  background: #b6b2a4;
}

.venture-crew-group-visual.has-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venture-crew-group-card[data-status="inactive"] .venture-crew-group-visual {
  opacity: 0.72;
  filter: grayscale(0.45);
}

.venture-crew-group-expanded {
  padding: 21px clamp(17px, 2.2vw, 28px) 24px;
  background: rgba(239, 226, 199, 0.36);
  border-top: 1px solid rgba(143, 130, 102, 0.38);
}

.venture-crew-group-expanded-heading,
.venture-crew-member-roster-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 12px;
}

.venture-crew-group-expanded-heading h3,
.venture-crew-member-roster-heading h3 {
  margin: 0;
  color: var(--venture-forest-900);
  font-size: clamp(14px, 1.42vw, 18px);
  font-weight: 800;
  letter-spacing: -0.012em;
  line-height: 1.15;
  text-transform: uppercase;
}

.venture-crew-group-expanded-heading > span,
.venture-crew-member-roster-heading > span {
  flex: 0 0 auto;
  color: #536057;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

/* Six standard Venture Crew youth officer positions. */
.venture-crew-leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.venture-crew-leadership-slot {
  display: grid;
  min-width: 0;
  min-height: 67px;
  align-content: center;
  gap: 5px;
  padding: 10px 12px;
  background: rgba(250, 246, 236, 0.72);
  border: 1px solid rgba(154, 141, 110, 0.42);
  border-radius: 7px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.venture-crew-leadership-role {
  color: #6d5726;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.venture-crew-leadership-name {
  min-width: 0;
  color: #203329;
  font-size: clamp(12px, 1.15vw, 14px);
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.venture-crew-leadership-slot.is-empty .venture-crew-leadership-name {
  color: #697169;
  font-style: italic;
  font-weight: 600;
}

.venture-crew-member-section {
  margin-top: 24px;
  padding-top: 21px;
  border-top: 1px solid rgba(143, 130, 102, 0.34);
}

.venture-crew-member-roster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.venture-crew-member {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px 8px 12px;
  background: rgba(250, 246, 236, 0.68);
  border: 1px solid rgba(154, 141, 110, 0.4);
  border-radius: 6px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.venture-crew-member.is-leadership {
  border-color: rgba(166, 131, 54, 0.62);
  box-shadow: inset 4px 0 0 rgba(197, 155, 60, 0.72);
}

.venture-crew-member-name {
  min-width: 0;
  color: #26352b;
  font-size: clamp(12px, 1.12vw, 14px);
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.venture-crew-member-role {
  display: inline-grid;
  max-width: 180px;
  min-height: 25px;
  place-items: center;
  padding: 4px 8px;
  color: #315142;
  background: rgba(211, 196, 157, 0.34);
  border: 1px solid rgba(150, 127, 73, 0.36);
  border-radius: 99px;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-align: center;
}

.venture-crew-member.is-leadership .venture-crew-member-role {
  color: #fff8e6;
  background: var(--venture-forest-800);
  border-color: var(--venture-forest-900);
}

.venture-crew-group-empty,
.venture-crew-group-note,
.venture-crew-group-privacy-note {
  margin: 0;
  color: #536057;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.venture-crew-group-empty {
  padding: 13px 14px;
  background: rgba(247, 242, 230, 0.56);
  border: 1px dashed #b9ae92;
  border-radius: 6px;
  font-style: italic;
}

.venture-crew-group-note,
.venture-crew-group-privacy-note {
  margin-top: 12px;
}

.venture-crew-group-privacy-note {
  padding-left: 11px;
  border-left: 3px solid rgba(166, 131, 54, 0.62);
}

.venture-crew-crew-info-updated {
  margin: 14px 2px 0;
  color: #647068;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
}

.venture-crew-crew-info-noscript {
  margin: 15px 0;
  padding: 12px;
  color: #642e1f;
  background: rgba(244, 220, 208, 0.72);
  border: 1px solid rgba(153, 75, 53, 0.48);
  border-radius: 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Bottom disclosure mirrors the Scout Troop Patrol System Overview control. */
.venture-crew-organization-overview {
  margin: clamp(33px, 4vw, 48px) auto 0;
  text-align: center;
}

.venture-crew-organization-overview > summary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  color: #fff8e5;
  background:
    linear-gradient(180deg, rgba(50, 104, 66, 0.2), rgba(0, 0, 0, 0.1)),
    var(--venture-forest-900);
  border: 1px solid #8c7a43;
  border-radius: 5px;
  box-shadow:
    0 3px 6px rgba(38, 31, 19, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.venture-crew-organization-overview > summary::-webkit-details-marker {
  display: none;
}

.venture-crew-organization-overview > summary::marker {
  content: "";
}

.venture-crew-organization-overview > summary:hover,
.venture-crew-organization-overview > summary:focus-visible {
  color: var(--venture-forest-900);
  background: var(--venture-gold-light);
  border-color: #9f8240;
  transform: translateY(-2px);
}

.venture-crew-organization-overview-copy {
  max-width: 720px;
  margin: 17px auto 0;
  padding: 20px 22px;
  color: #334139;
  background: rgba(247, 242, 230, 0.65);
  border: 1px solid var(--venture-line);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  text-align: left;
}

.venture-crew-organization-overview-copy h3 {
  margin: 0 0 9px;
  color: var(--venture-forest-900);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.venture-crew-organization-overview-copy p {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.venture-crew-organization-overview-copy p + p {
  margin-top: 10px;
}

/* ==================================================
   RESPONSIVE CREW INFO LAYOUT
   ================================================== */

@media (max-width: 1110px) {
  .venture-crew-crew-info {
    padding-inline: 34px;
  }

  .venture-crew-group-summary {
    grid-template-columns: 104px minmax(0, 1fr) 160px;
    gap: 17px;
  }

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

@media (max-width: 940px) {
  .venture-crew-crew-info-page .venture-crew-layout {
    min-height: 0;
  }

  .venture-crew-crew-info {
    padding: 38px 32px 52px;
  }

  .venture-crew-group-summary {
    grid-template-columns: 112px minmax(0, 1fr) 170px;
  }
}

@media (max-width: 760px) {
  .venture-crew-crew-info {
    padding: 33px 22px 48px;
  }

  .venture-crew-crew-info-introduction {
    margin-bottom: 22px;
  }

  .venture-crew-group-summary {
    grid-template-columns: 88px minmax(0, 1fr) 128px;
    gap: 12px;
    min-height: 128px;
    padding-left: 11px;
  }

  .venture-crew-group-emblem {
    max-height: 82px;
  }

  .venture-crew-group-visual {
    height: 106px;
  }

  .venture-crew-group-visual > img:not(:only-child) {
    width: 54px;
    height: 48px;
  }

  .venture-crew-group-visual > span {
    font-size: 10px;
  }

  .venture-crew-member-roster {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .venture-crew-group-summary {
    grid-template-columns: 76px minmax(0, 1fr);
    min-height: 126px;
    padding: 12px 13px;
  }

  .venture-crew-group-visual {
    display: none;
  }

  .venture-crew-group-name-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .venture-crew-group-status-chip {
    min-height: 22px;
  }

  .venture-crew-group-expanded {
    padding-inline: 14px;
  }

  .venture-crew-group-expanded-heading,
  .venture-crew-member-roster-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .venture-crew-leadership-grid {
    grid-template-columns: 1fr;
  }

  .venture-crew-member {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .venture-crew-member-role {
    width: fit-content;
    max-width: 100%;
  }
}

@media (max-width: 430px) {
  .venture-crew-crew-info {
    padding-inline: 17px;
  }

  .venture-crew-crew-info-introduction h2 {
    font-size: 29px;
  }

  .venture-crew-group-summary {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    padding-inline: 10px;
  }

  .venture-crew-group-emblem {
    max-height: 68px;
  }

  .venture-crew-group-name {
    font-size: 17px;
  }

  .venture-crew-organization-overview-copy {
    padding-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-group-card,
  .venture-crew-group-emblem,
  .venture-crew-group-expand svg,
  .venture-crew-organization-overview > summary {
    transition: none;
  }
}

/* ==================================================
   PHOTO GALLERY PAGE

   These rules extend the shared Venture Crew stylesheet. They are
   scoped with .venture-crew-gallery-page so Links, Events, and Forms
   retain their existing layouts.
   ================================================== */

.venture-crew-gallery-page .venture-crew-layout {
  min-height: 900px;
}

.venture-crew-gallery [hidden],
.venture-crew-lightbox[hidden] {
  display: none !important;
}

.venture-crew-gallery {
  min-width: 0;
  padding: clamp(40px, 4.1vw, 54px) clamp(26px, 3.5vw, 43px) 58px;
  color: var(--venture-ink);
}

.venture-crew-gallery-introduction {
  margin-bottom: clamp(22px, 2.5vw, 29px);
}

.venture-crew-gallery-introduction h2 {
  margin: 0 0 8px;
  color: #12251a;
  font-size: clamp(31px, 3.1vw, 42px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-gallery-introduction p {
  margin: 0;
  color: #333c35;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.42vw, 18px);
  font-weight: 500;
  line-height: 1.45;
}

/* Category filters are built from event.json values. */

.venture-crew-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
}

.venture-crew-gallery-filter {
  min-height: 38px;
  padding: 8px 18px;
  color: #26352b;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(222, 208, 178, 0.12)),
    rgba(247, 242, 230, 0.74);
  border: 1px solid #b9ae92;
  border-radius: 5px;
  box-shadow:
    0 1px 1px rgba(66, 52, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

.venture-crew-gallery-filter:hover,
.venture-crew-gallery-filter:focus-visible,
.venture-crew-gallery-filter.is-active {
  color: #fff8e6;
  background:
    linear-gradient(180deg, rgba(70, 127, 80, 0.34), rgba(0, 0, 0, 0.08)),
    var(--venture-forest-850);
  border-color: #826f3a;
  box-shadow:
    0 2px 4px rgba(38, 31, 19, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.venture-crew-gallery-status {
  margin: 0 0 15px;
  color: #3d5545;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.venture-crew-gallery-status[data-state="ready"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.venture-crew-gallery-status[data-state="warning"],
.venture-crew-gallery-status[data-state="error"] {
  padding: 10px 12px;
  background: rgba(237, 222, 196, 0.74);
  border: 1px solid rgba(157, 132, 78, 0.55);
  border-radius: 5px;
}

.venture-crew-gallery-status[data-state="error"] {
  color: #642e1f;
  background: rgba(244, 220, 208, 0.74);
  border-color: rgba(153, 75, 53, 0.48);
}

/* Album cards */

.venture-crew-album-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(13px, 1.45vw, 18px);
}

.venture-crew-album-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  color: #1d2a21;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(224, 209, 177, 0.08)),
    rgba(247, 242, 230, 0.74);
  border: 1px solid #bdb298;
  border-radius: 8px;
  box-shadow:
    0 2px 0 rgba(77, 60, 35, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  text-align: center;
  text-decoration: none;
  transform: translateZ(0);
  transition:
    border-color 170ms ease,
    box-shadow 170ms ease,
    transform 170ms ease;
}

.venture-crew-album-image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #c9c4b3;
  border-bottom: 1px solid rgba(137, 124, 96, 0.42);
}

.venture-crew-album-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.venture-crew-album-count-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  min-width: 28px;
  padding: 4px 7px;
  color: #fff8e7;
  background: rgba(8, 37, 22, 0.87);
  border: 1px solid rgba(224, 196, 125, 0.58);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.venture-crew-album-copy {
  display: grid;
  min-height: 72px;
  align-content: center;
  gap: 4px;
  padding: 10px 8px 11px;
}

.venture-crew-album-title {
  color: #1c2c21;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 1.12vw, 15px);
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.venture-crew-album-date {
  color: #4b584f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 0.92vw, 12px);
  font-weight: 650;
  line-height: 1.2;
}

.venture-crew-album-card:hover,
.venture-crew-album-card:focus-visible {
  color: #142519;
  border-color: #9e8448;
  box-shadow: 0 9px 18px rgba(63, 47, 27, 0.19);
  transform: translateY(-4px);
}

.venture-crew-album-card:hover .venture-crew-album-image-wrap img,
.venture-crew-album-card:focus-visible .venture-crew-album-image-wrap img {
  transform: scale(1.035);
}

.venture-crew-album-empty {
  grid-column: 1 / -1;
  min-height: 150px;
  padding: 34px 24px;
  color: #536057;
  background: rgba(247, 242, 230, 0.58);
  border: 1px dashed #b9ae92;
  border-radius: 8px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
  text-align: center;
}

/* Loading cards preserve the concept's four-column rhythm. */

.venture-crew-album-card.is-placeholder {
  min-height: 228px;
  pointer-events: none;
}

.venture-crew-album-card.is-placeholder span {
  display: block;
  aspect-ratio: 4 / 3;
  background: rgba(147, 139, 119, 0.22);
}

.venture-crew-album-card.is-placeholder i,
.venture-crew-album-card.is-placeholder b {
  display: block;
  height: 11px;
  margin-inline: auto;
  background: rgba(147, 139, 119, 0.22);
  border-radius: 4px;
}

.venture-crew-album-card.is-placeholder i {
  width: 72%;
  margin-top: 18px;
}

.venture-crew-album-card.is-placeholder b {
  width: 42%;
  height: 9px;
  margin-top: 9px;
}

.venture-crew-gallery-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(31px, 3.6vw, 43px);
}

.venture-crew-gallery-more {
  min-height: 43px;
  padding: 10px 24px;
  color: #fff8e5;
  background:
    linear-gradient(180deg, rgba(50, 104, 66, 0.28), rgba(0, 0, 0, 0.1)),
    var(--venture-forest-850);
  border: 1px solid #8c7a43;
  border-radius: 5px;
  box-shadow:
    0 3px 6px rgba(38, 31, 19, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

.venture-crew-gallery-more:hover,
.venture-crew-gallery-more:focus-visible {
  color: #10251a;
  background: var(--venture-gold-light);
  border-color: #9f8240;
  transform: translateY(-2px);
}

/* Selected album */

.venture-crew-gallery-back {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  padding: 7px 13px;
  color: #254234;
  background: rgba(247, 242, 230, 0.6);
  border: 1px solid #b9ae92;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.venture-crew-gallery-back svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.venture-crew-gallery-back:hover,
.venture-crew-gallery-back:focus-visible {
  color: #fff8e7;
  background: var(--venture-forest-800);
}

.venture-crew-gallery-album-header {
  margin-bottom: 26px;
}

.venture-crew-gallery-album-category {
  margin: 0 0 7px;
  color: #315645;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-gallery-album-header h2 {
  margin: 0 0 8px;
  color: #12251a;
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

.venture-crew-gallery-album-date,
.venture-crew-gallery-album-description,
.venture-crew-gallery-album-count {
  margin: 0;
  color: #3d493f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.venture-crew-gallery-album-date {
  font-size: 14px;
  font-weight: 700;
}

.venture-crew-gallery-album-description {
  max-width: 720px;
  margin-top: 8px;
  font-size: 15px;
}

.venture-crew-gallery-album-count {
  margin-top: 7px;
  color: #536057;
  font-size: 12px;
  font-weight: 650;
}

.venture-crew-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.venture-crew-photo-button {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  padding: 0;
  background: #c9c4b3;
  border: 1px solid #aa9d7f;
  border-radius: 7px;
  box-shadow: 0 2px 5px rgba(51, 42, 27, 0.13);
  cursor: zoom-in;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.venture-crew-photo-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.venture-crew-photo-button:hover,
.venture-crew-photo-button:focus-visible {
  border-color: #8f7437;
  box-shadow: 0 7px 13px rgba(51, 42, 27, 0.22);
  transform: translateY(-3px);
}

.venture-crew-photo-button:hover img,
.venture-crew-photo-button:focus-visible img {
  transform: scale(1.035);
}

.venture-crew-gallery-noscript {
  margin: 18px 0 0;
  padding: 12px;
  color: #642e1f;
  background: rgba(244, 220, 208, 0.72);
  border: 1px solid rgba(153, 75, 53, 0.48);
  border-radius: 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ==================================================
   ACCESSIBLE PHOTO LIGHTBOX
   ================================================== */

.venture-crew-lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  padding: 0;
  color: #fff8e8;
  background: transparent;
  border: 0;
}

.venture-crew-lightbox::backdrop {
  background: rgba(3, 12, 8, 0.92);
  backdrop-filter: blur(3px);
}

.venture-crew-lightbox[open],
.venture-crew-lightbox.is-open {
  display: grid;
  place-items: center;
}

.venture-crew-lightbox.is-open {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(3, 12, 8, 0.94);
}

body.has-gallery-lightbox {
  overflow: hidden;
}

.venture-crew-lightbox-frame {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  width: min(96vw, 1240px);
  min-height: 280px;
  align-items: center;
  gap: 12px;
  padding: 54px 18px 24px;
}

.venture-crew-lightbox-figure {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 12px;
  margin: 0;
}

.venture-crew-lightbox-figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 78vh;
  object-fit: contain;
  border: 1px solid rgba(232, 211, 142, 0.56);
  border-radius: 5px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

.venture-crew-lightbox-figure figcaption {
  display: grid;
  max-width: 820px;
  gap: 5px;
  color: #f8f0dc;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.venture-crew-lightbox-counter {
  color: var(--venture-gold-light);
  font-size: 12px;
  font-weight: 750;
}

.venture-crew-lightbox-close,
.venture-crew-lightbox-arrow {
  display: grid;
  place-items: center;
  color: #fff8e7;
  background: rgba(12, 45, 27, 0.82);
  border: 1px solid rgba(224, 196, 125, 0.68);
  border-radius: 50%;
  cursor: pointer;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    transform 150ms ease;
}

.venture-crew-lightbox-close:hover,
.venture-crew-lightbox-close:focus-visible,
.venture-crew-lightbox-arrow:hover,
.venture-crew-lightbox-arrow:focus-visible {
  color: #10251a;
  background: var(--venture-gold-light);
  transform: scale(1.05);
}

.venture-crew-lightbox-close svg,
.venture-crew-lightbox-arrow svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.venture-crew-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 18px;
  width: 43px;
  height: 43px;
}

.venture-crew-lightbox-arrow {
  width: 48px;
  height: 48px;
}

.venture-crew-lightbox-arrow.is-previous {
  grid-column: 1;
}

.venture-crew-lightbox-figure {
  grid-column: 2;
}

.venture-crew-lightbox-arrow.is-next {
  grid-column: 3;
}

/* ==================================================
   RESPONSIVE PHOTO GALLERY LAYOUT
   ================================================== */

@media (max-width: 1110px) {
  .venture-crew-gallery {
    padding-inline: 34px;
  }

  .venture-crew-album-grid {
    gap: 13px;
  }
}

@media (max-width: 940px) {
  .venture-crew-gallery-page .venture-crew-layout {
    min-height: 0;
  }

  .venture-crew-gallery {
    padding: 38px 32px 52px;
  }

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

@media (max-width: 760px) {
  .venture-crew-gallery {
    padding: 33px 22px 47px;
  }

  .venture-crew-gallery-introduction {
    margin-bottom: 21px;
  }

  .venture-crew-gallery-filters {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 2px 7px;
    scrollbar-width: thin;
  }

  .venture-crew-gallery-filter {
    flex: 0 0 auto;
  }

  .venture-crew-album-grid,
  .venture-crew-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venture-crew-lightbox-frame {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    width: 100vw;
    gap: 5px;
    padding-inline: 7px;
  }

  .venture-crew-lightbox-arrow {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 520px) {
  .venture-crew-gallery {
    padding-inline: 17px;
  }

  .venture-crew-album-copy {
    min-height: 78px;
  }

  .venture-crew-lightbox-frame {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: center;
    padding: 55px 12px 18px;
  }

  .venture-crew-lightbox-figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .venture-crew-lightbox-arrow {
    grid-row: 2;
    justify-self: center;
  }

  .venture-crew-lightbox-arrow.is-previous {
    grid-column: 1;
  }

  .venture-crew-lightbox-arrow.is-next {
    grid-column: 2;
  }

  .venture-crew-lightbox-figure img {
    max-height: 68vh;
  }
}

@media (max-width: 430px) {
  .venture-crew-gallery-introduction h2,
  .venture-crew-gallery-album-header h2 {
    font-size: 29px;
  }

  .venture-crew-album-grid {
    grid-template-columns: 1fr;
  }

  .venture-crew-album-card.is-placeholder {
    min-height: 260px;
  }

  .venture-crew-album-copy {
    min-height: 70px;
  }

  .venture-crew-photo-grid {
    gap: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-gallery-filter,
  .venture-crew-album-card,
  .venture-crew-album-image-wrap img,
  .venture-crew-gallery-more,
  .venture-crew-photo-button,
  .venture-crew-photo-button img,
  .venture-crew-lightbox-close,
  .venture-crew-lightbox-arrow {
    transition: none;
  }
}

/* ==================================================
   PHOTO GALLERY - MIXED PHOTO + VIDEO EXTENSION

   Added for MP4, WebM, MOV, and M4V support. The existing gallery card,
   album, and lightbox styles remain unchanged for images.
   ================================================== */

.venture-crew-video-marker {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 6px;
  color: #fff8e7;
  background: radial-gradient(circle, rgba(5, 25, 15, 0.08) 0%, rgba(5, 25, 15, 0.22) 75%);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.venture-crew-video-marker svg {
  width: clamp(38px, 4.5vw, 54px);
  height: clamp(38px, 4.5vw, 54px);
  fill: rgba(10, 46, 28, 0.86);
  stroke: #f2dda0;
  stroke-width: 1.4;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.38));
}

.venture-crew-video-marker svg path {
  fill: #fff8e7;
  stroke: none;
}

.venture-crew-video-marker > span {
  padding: 4px 8px;
  background: rgba(7, 32, 19, 0.76);
  border: 1px solid rgba(224, 196, 125, 0.5);
  border-radius: 99px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-album-image-wrap.is-video-placeholder,
.venture-crew-photo-button.is-video.is-video-placeholder {
  background-color: var(--venture-forest-900);
  background-image:
    linear-gradient(rgba(5, 29, 17, 0.4), rgba(5, 29, 17, 0.65)),
    url("../images/ui/venture-crew/Venture_Crew_Hero_Background_Muted_1920x414.png");
  background-position: center;
  background-size: cover;
}

.venture-crew-video-placeholder-label {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  color: #f5e6bb;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.venture-crew-photo-button.is-video {
  cursor: pointer;
}

.venture-crew-photo-button.is-video:hover .venture-crew-video-marker svg,
.venture-crew-photo-button.is-video:focus-visible .venture-crew-video-marker svg {
  transform: scale(1.08);
}

.venture-crew-video-marker svg {
  transition: transform 160ms ease;
}

.venture-crew-lightbox-figure video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 76vh;
  background: #000;
  border: 1px solid rgba(232, 211, 142, 0.56);
  border-radius: 5px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

.venture-crew-lightbox-figure video[hidden] {
  display: none !important;
}

.venture-crew-lightbox-video-note {
  max-width: 680px;
  margin: 0;
  padding: 10px 14px;
  color: #fff0ce;
  background: rgba(101, 44, 31, 0.82);
  border: 1px solid rgba(232, 169, 134, 0.65);
  border-radius: 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 520px) {
  .venture-crew-lightbox-figure video {
    max-height: 64vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-video-marker svg {
    transition: none;
  }
}
/* ==================================================
   VENTURE CREW LINKS PAGE

   Mirrors the Scout Troop resource-list layout while
   preserving the Venture Crew palette and shared shell.
   ================================================== */

.venture-crew-links-page .venture-crew-layout {
  min-height: 900px;
}

.venture-crew-links {
  min-width: 0;
  padding: clamp(43px, 4.3vw, 58px) clamp(34px, 4.6vw, 58px) 76px;
  color: var(--venture-ink);
}

.venture-crew-links-introduction {
  margin-bottom: clamp(31px, 3.5vw, 43px);
}

.venture-crew-links-introduction h2 {
  margin: 0 0 9px;
  color: var(--venture-forest-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.3vw, 43px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-links-introduction p {
  margin: 0;
  color: #343d35;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.45;
}

.venture-crew-resource-groups {
  display: grid;
  gap: clamp(30px, 3.65vw, 45px);
}

.venture-crew-resource-group h3 {
  margin: 0 0 10px;
  color: var(--venture-forest-800);
  font-size: clamp(16px, 1.65vw, 21px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.venture-crew-resource-list {
  margin: 0;
  padding: 9px 11px;
  list-style: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(220, 205, 176, 0.08)),
    rgba(247, 242, 230, 0.58);
  border: 1px solid var(--venture-line);
  border-radius: 10px;
  box-shadow:
    0 2px 0 rgba(77, 60, 35, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.venture-crew-resource-list li + li {
  border-top: 1px solid rgba(143, 130, 102, 0.16);
}

.venture-crew-resource-list a {
  display: grid;
  grid-template-columns: minmax(220px, 0.94fr) minmax(270px, 1.06fr);
  gap: 26px;
  align-items: center;
  min-height: 47px;
  padding: 9px 7px;
  color: inherit;
  text-decoration: none;
  border-radius: 5px;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.venture-crew-resource-list .resource-name {
  color: #26352b;
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 700;
  line-height: 1.25;
}

.venture-crew-resource-list .resource-url {
  min-width: 0;
  color: var(--venture-muted-green);
  font-size: clamp(12px, 1.24vw, 15px);
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.venture-crew-resource-list a:hover,
.venture-crew-resource-list a:focus-visible {
  color: var(--venture-forest-900);
  background: rgba(219, 201, 157, 0.3);
  transform: translateX(3px);
}

.venture-crew-resource-list a:hover .resource-url,
.venture-crew-resource-list a:focus-visible .resource-url {
  color: var(--venture-forest-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1110px) {
  .venture-crew-resource-list a {
    grid-template-columns: minmax(190px, 0.92fr) minmax(235px, 1.08fr);
    gap: 18px;
  }
}

@media (max-width: 940px) {
  .venture-crew-links-page .venture-crew-layout {
    min-height: 0;
  }

  .venture-crew-links {
    padding-top: 40px;
  }
}

@media (max-width: 760px) {
  .venture-crew-links {
    padding: 34px 24px 58px;
  }

  .venture-crew-links-introduction {
    margin-bottom: 31px;
  }

  .venture-crew-resource-groups {
    gap: 31px;
  }

  .venture-crew-resource-list {
    padding: 6px 8px;
  }

  .venture-crew-resource-list a {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 66px;
    padding: 10px 8px;
  }

  .venture-crew-resource-list .resource-name {
    font-size: 16px;
  }

  .venture-crew-resource-list .resource-url {
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .venture-crew-links {
    padding: 30px 17px 50px;
  }

  .venture-crew-links-introduction h2 {
    font-size: 31px;
  }

  .venture-crew-resource-group h3 {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-resource-list a {
    transition: none;
  }
}

/* ==================================================
   VENTURE CREW RECOGNITIONS PAGE

   Recognition Hall architecture:
   - Summit + legacy Venturing Silver recipients
   - Venturing rank path reference
   - independent specialty-award directories
   - future-ready leadership/other recognition section
   - data-driven recipient profiles and public packet links
   ================================================== */

.venture-crew-recognitions-page .venture-crew-layout {
  min-height: 1100px;
}

.venture-crew-recognitions {
  min-width: 0;
  padding: clamp(38px, 3.9vw, 51px) clamp(24px, 3.2vw, 41px) 64px;
  color: var(--venture-ink);
}

.venture-crew-recognitions-introduction {
  margin-bottom: clamp(19px, 2vw, 25px);
}

.venture-crew-recognitions-introduction h2 {
  margin: 0 0 7px;
  color: var(--venture-forest-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.1vw, 42px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-recognitions-introduction p {
  margin: 0;
  color: #333c35;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.42vw, 18px);
  font-weight: 500;
  line-height: 1.45;
}

.venture-crew-recognition-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(25px, 3vw, 36px);
  background: var(--venture-paper-deep);
  border: 1px solid #9d8c63;
  border-radius: 10px;
  box-shadow:
    0 3px 0 rgba(75, 59, 35, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.venture-crew-recognition-banner-art {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}


.venture-crew-recognition-banner-quote {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  display: grid;
  width: 43%;
  height: 100%;
  align-content: center;
  margin: 0;
  padding: clamp(24px, 3vw, 38px) clamp(26px, 3.5vw, 46px);
  color: var(--venture-forest-900);
  background: linear-gradient(
    90deg,
    rgba(247, 242, 230, 0) 0%,
    rgba(247, 242, 230, 0.05) 25%,
    rgba(247, 242, 230, 0.14) 60%,
    rgba(247, 242, 230, 0.24) 100%
  );
  text-align: left;
}

.venture-crew-recognition-banner-quote p {
  max-width: 360px;
  margin: 0 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  font-style: italic;
  line-height: 1.45;
  text-shadow:
    0 1px 1px rgba(255, 255, 255, 0.85),
    0 0 5px rgba(255, 255, 255, 0.65);
}

.venture-crew-recognitions-page .venture-crew-rank-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: clamp(36px, 4vw, 50px);
}

.venture-crew-recognitions-page .venture-crew-rank-step {
  position: relative;
  display: grid;
  min-height: 88px;
  align-content: center;
  justify-items: center;
  gap: 4px;
  padding: 13px 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.20), rgba(218, 201, 160, 0.08)),
    rgba(247, 242, 230, 0.72);
  border: 1px solid #b7aa8c;
  border-radius: 7px;
  text-align: center;
}

.venture-crew-recognitions-page .venture-crew-rank-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  z-index: 3;
  width: 10px;
  height: 1px;
  background: #ae9559;
}

.venture-crew-recognitions-page .venture-crew-rank-step:last-child::after {
  display: none;
}

.venture-crew-recognitions-page .venture-crew-rank-step strong {
  color: var(--venture-forest-900);
  font-size: clamp(12px, 1.15vw, 15px);
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.venture-crew-recognitions-page .venture-crew-rank-step span {
  color: #6a725f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.25;
}

.venture-crew-recognitions-page .venture-crew-rank-step.is-summit {
  color: #fff8e4;
  background:
    radial-gradient(circle at 50% 20%, rgba(222, 187, 105, 0.28), transparent 42%),
    var(--venture-forest-900);
  border-color: #9d8243;
  box-shadow: 0 5px 10px rgba(30, 43, 33, 0.16);
}

.venture-crew-recognitions-page .venture-crew-rank-step.is-summit strong {
  color: var(--venture-gold-light);
}

.venture-crew-recognitions-page .venture-crew-rank-step.is-summit span {
  color: #efe5c9;
}

.venture-crew-recognition-section + .venture-crew-recognition-section {
  margin-top: clamp(43px, 5vw, 60px);
  padding-top: clamp(35px, 4vw, 46px);
  border-top: 1px solid rgba(143, 130, 102, 0.42);
}

.venture-crew-recognition-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 13px;
}

.venture-crew-recognition-section-heading h3 {
  margin: 0 0 5px;
  color: var(--venture-forest-800);
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 850;
  letter-spacing: -0.018em;
  line-height: 1.1;
  text-transform: uppercase;
}

.venture-crew-recognition-section-heading p {
  max-width: 700px;
  margin: 0;
  color: #536057;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(11px, 1.02vw, 13px);
  line-height: 1.45;
}

.venture-crew-recognition-count {
  flex: 0 0 auto;
  color: #4d5a51;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.venture-crew-recognition-status {
  margin: 0 0 13px;
  color: #3d5545;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.venture-crew-recognition-status[data-state="ready"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.venture-crew-recognition-status[data-state="error"] {
  padding: 10px 12px;
  color: #642e1f;
  background: rgba(244, 220, 208, 0.74);
  border: 1px solid rgba(153, 75, 53, 0.48);
  border-radius: 5px;
}

.venture-crew-capstone-grid,
.venture-crew-specialty-recipient-grid,
.venture-crew-other-recipient-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(11px, 1.35vw, 16px);
}

.venture-crew-recognition-person-card {
  display: flex;
  min-width: 0;
}

.venture-crew-recognition-person-button {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  flex-direction: column;
  padding: 0;
  color: #1d2a21;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(224, 209, 177, 0.08)),
    rgba(247, 242, 230, 0.76);
  border: 1px solid #bdb298;
  border-radius: 8px;
  box-shadow:
    0 2px 0 rgba(77, 60, 35, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  text-align: center;
  cursor: pointer;
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.venture-crew-recognition-person-button:hover,
.venture-crew-recognition-person-button:focus-visible {
  color: var(--venture-forest-900);
  border-color: #9e8448;
  box-shadow: 0 9px 18px rgba(63, 47, 27, 0.19);
  transform: translateY(-4px);
}

.venture-crew-recognition-portrait {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  place-items: center;
  aspect-ratio: 4 / 4.1;
  background:
    radial-gradient(circle at 50% 24%, rgba(225, 205, 146, 0.40), transparent 28%),
    linear-gradient(145deg, #2d5847, #0c3c2d 68%, var(--venture-forest-900));
  border-bottom: 1px solid rgba(137, 124, 96, 0.42);
}

.venture-crew-recognition-portrait.has-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.venture-crew-recognition-person-button:hover .venture-crew-recognition-portrait.has-photo img,
.venture-crew-recognition-person-button:focus-visible .venture-crew-recognition-portrait.has-photo img {
  transform: scale(1.035);
}

.venture-crew-recognition-portrait.is-placeholder > img {
  width: 58%;
  height: auto;
  opacity: 0.88;
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.28));
}

.venture-crew-recognition-initials {
  position: absolute;
  right: 10px;
  bottom: 9px;
  display: grid;
  min-width: 34px;
  min-height: 34px;
  place-items: center;
  padding: 5px;
  color: #fff8e8;
  background: rgba(4, 32, 24, 0.90);
  border: 1px solid rgba(224, 196, 125, 0.68);
  border-radius: 50%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.venture-crew-recognition-card-copy {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  gap: 4px;
  width: 100%;
  padding: 11px 8px 10px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.venture-crew-recognition-card-name {
  display: flex;
  min-height: 36px;
  align-items: flex-start;
  justify-content: center;
  color: #1b2b20;
  font-size: clamp(12px, 1.14vw, 15px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.venture-crew-recognition-card-earned {
  display: flex;
  min-height: 29px;
  align-items: flex-start;
  justify-content: center;
  color: #425047;
  font-size: clamp(10px, 0.94vw, 12px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.venture-crew-recognition-card-project {
  display: -webkit-box;
  min-height: 34px;
  max-height: 34px;
  margin-top: 2px;
  overflow: hidden;
  color: #3d493f;
  font-size: clamp(10px, 0.92vw, 12px);
  font-weight: 600;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.venture-crew-recognition-card-footer {
  display: grid;
  min-height: 48px;
  align-content: start;
  justify-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 7px;
  color: var(--venture-muted-green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-recognition-chip {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  padding: 4px 7px;
  color: #fff8e7;
  background: var(--venture-forest-800);
  border: 1px solid var(--venture-forest-900);
  border-radius: 99px;
  font-size: 8px;
  line-height: 1;
}

.venture-crew-recognition-chip.is-legacy {
  color: #473716;
  background: #e3cf96;
  border-color: #a88c4c;
}

.venture-crew-recognition-view-all-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 3.4vw, 40px);
}

.venture-crew-recognition-view-all,
.venture-crew-recognition-packet-link,
.venture-crew-recognition-official-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  color: #fff8e5;
  background:
    linear-gradient(180deg, rgba(50, 104, 66, 0.28), rgba(0, 0, 0, 0.1)),
    var(--venture-forest-800);
  border: 1px solid #8c7a43;
  border-radius: 5px;
  box-shadow:
    0 3px 6px rgba(38, 31, 19, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.venture-crew-recognition-view-all:hover,
.venture-crew-recognition-view-all:focus-visible,
.venture-crew-recognition-packet-link:hover,
.venture-crew-recognition-packet-link:focus-visible,
.venture-crew-recognition-official-link:hover,
.venture-crew-recognition-official-link:focus-visible {
  color: var(--venture-forest-900);
  background: var(--venture-gold-light);
  border-color: #9f8240;
  transform: translateY(-2px);
}

.venture-crew-recognition-updated {
  margin: 13px 2px 0;
  color: #647068;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
}

.venture-crew-specialty-award-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.55vw, 18px);
}

.venture-crew-specialty-award-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 225px;
  align-content: start;
  gap: 8px;
  padding: 22px 20px 19px;
  color: #223329;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(218, 201, 160, 0.06)),
    rgba(247, 242, 230, 0.78);
  border: 1px solid #b9ad90;
  border-radius: 9px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.venture-crew-specialty-award-card:hover,
.venture-crew-specialty-award-card:focus-visible,
.venture-crew-specialty-award-card.is-selected {
  border-color: #9b7f3f;
  box-shadow: 0 8px 18px rgba(63, 47, 27, 0.16);
  transform: translateY(-3px);
}

.venture-crew-specialty-award-card.is-selected {
  background:
    linear-gradient(180deg, rgba(225, 199, 127, 0.10), rgba(4, 32, 24, 0.02)),
    rgba(248, 243, 229, 0.92);
  box-shadow:
    inset 4px 0 0 var(--venture-gold),
    0 8px 18px rgba(63, 47, 27, 0.16);
}

.venture-crew-specialty-award-symbol {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--venture-gold-light);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.12), transparent 30%),
    var(--venture-forest-900);
  border: 1px solid #9e8241;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(55, 40, 23, 0.15);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 800;
}

.venture-crew-specialty-award-card strong {
  color: var(--venture-forest-900);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.venture-crew-specialty-award-focus {
  color: #8a6b27;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
}

.venture-crew-specialty-award-summary {
  margin: 0;
  color: #4b574f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.venture-crew-specialty-award-count {
  margin-top: auto;
  color: var(--venture-muted-green);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.venture-crew-specialty-detail {
  margin-top: 18px;
  padding: clamp(18px, 2.3vw, 27px);
  background: rgba(239, 226, 199, 0.28);
  border: 1px solid rgba(151, 136, 102, 0.44);
  border-radius: 9px;
}

.venture-crew-specialty-detail-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 16px;
}

.venture-crew-specialty-detail-heading h4 {
  margin: 0 0 5px;
  color: var(--venture-forest-900);
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 850;
  line-height: 1.05;
  text-transform: uppercase;
}

.venture-crew-specialty-detail-heading p {
  max-width: 650px;
  margin: 0;
  color: #536057;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.venture-crew-specialty-requirement-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.venture-crew-specialty-requirement-list li {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 10px;
  color: #fff8e7;
  background: var(--venture-forest-800);
  border: 1px solid var(--venture-forest-900);
  border-radius: 99px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 750;
}

.venture-crew-specialty-directory-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin: 22px 0 11px;
  padding-top: 18px;
  border-top: 1px solid rgba(143, 130, 102, 0.34);
}

.venture-crew-specialty-directory-heading h5 {
  margin: 0;
  color: var(--venture-forest-800);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.venture-crew-specialty-directory-heading span {
  color: #56635b;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.venture-crew-recognition-empty {
  grid-column: 1 / -1;
  min-height: 150px;
  padding: 32px 26px;
  color: #536057;
  background: rgba(247, 242, 230, 0.6);
  border: 1px dashed #b9ae92;
  border-radius: 8px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
  text-align: center;
}

.venture-crew-recognition-empty h4 {
  margin: 0 0 8px;
  color: var(--venture-forest-800);
  font-size: 16px;
  font-weight: 850;
  text-transform: uppercase;
}

.venture-crew-recognition-empty p {
  max-width: 600px;
  margin: 0 auto;
}

.venture-crew-recognition-note {
  margin: 14px 0 0;
  color: #68736b;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.45;
}

.venture-crew-recognition-noscript {
  margin: 18px 0 0;
  padding: 12px;
  color: #642e1f;
  background: rgba(244, 220, 208, 0.72);
  border: 1px solid rgba(153, 75, 53, 0.48);
  border-radius: 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ==================================================
   RECOGNITION PROFILE DIALOG
   ================================================== */

body.has-recognition-dialog {
  overflow: hidden;
}

.venture-crew-recognition-dialog {
  width: min(940px, calc(100% - 34px));
  max-width: 940px;
  max-height: min(90vh, 840px);
  overflow: visible;
  padding: 0;
  color: #1c2b21;
  background: transparent;
  border: 0;
}

.venture-crew-recognition-dialog::backdrop {
  background: rgba(2, 15, 10, 0.86);
  backdrop-filter: blur(3px);
}

.venture-crew-recognition-dialog.is-open {
  position: fixed;
  z-index: 1000;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.venture-crew-recognition-dialog-frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) minmax(0, 1.65fr);
  max-height: min(90vh, 840px);
  overflow: auto;
  background-color: var(--venture-paper);
  background-image: url("../images/ui/paper-texture.png");
  background-repeat: repeat;
  background-size: 256px 256px;
  border: 1px solid #a58e56;
  border-radius: 11px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.46);
}

.venture-crew-recognition-dialog-close {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
  display: grid;
  width: 41px;
  height: 41px;
  place-items: center;
  padding: 0;
  color: #fff8e7;
  background: rgba(4, 32, 24, 0.94);
  border: 1px solid rgba(224, 196, 125, 0.72);
  border-radius: 50%;
  cursor: pointer;
}

.venture-crew-recognition-dialog-close:hover,
.venture-crew-recognition-dialog-close:focus-visible {
  color: var(--venture-forest-900);
  background: var(--venture-gold-light);
}

.venture-crew-recognition-dialog-close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.venture-crew-recognition-dialog-profile {
  min-height: 100%;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(4, 32, 24, 0.08), rgba(4, 32, 24, 0.76)),
    url("../images/ui/venture-crew/Venture_Crew_Hero_Background_Muted_1920x414.png") center / cover;
  border-right: 1px solid rgba(156, 132, 77, 0.58);
}

.venture-crew-recognition-dialog-profile .venture-crew-recognition-portrait {
  min-height: 320px;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(224, 196, 125, 0.72);
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.venture-crew-recognition-dialog-profile .venture-crew-recognition-portrait.is-placeholder > img {
  width: 70%;
}

.venture-crew-recognition-dialog-profile .venture-crew-recognition-initials {
  right: 14px;
  bottom: 14px;
  min-width: 44px;
  min-height: 44px;
  font-size: 13px;
}

.venture-crew-recognition-dialog-copy {
  min-width: 0;
  padding: clamp(29px, 4vw, 48px) clamp(25px, 4vw, 48px) 36px;
}

.venture-crew-recognition-dialog-heading {
  padding-right: 38px;
  margin-bottom: 24px;
}

.venture-crew-recognition-dialog-kicker {
  margin: 0 0 7px;
  color: #8c6e2d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-recognition-dialog-heading h2 {
  margin: 0;
  color: var(--venture-forest-900);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-recognition-dialog-date {
  margin: 8px 0 0;
  color: #46544a;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 650;
}

.venture-crew-recognition-dialog-content {
  display: grid;
  gap: 22px;
}

.venture-crew-recognition-detail-section {
  min-width: 0;
}

.venture-crew-recognition-detail-section + .venture-crew-recognition-detail-section {
  padding-top: 20px;
  border-top: 1px solid rgba(143, 130, 102, 0.42);
}

.venture-crew-recognition-detail-section h3 {
  margin: 0 0 9px;
  color: var(--venture-forest-800);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  text-transform: uppercase;
}

.venture-crew-recognition-detail-section p {
  margin: 0;
  color: #3d493f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.venture-crew-recognition-detail-project-title {
  color: #20372a !important;
  font-size: 17px !important;
  font-weight: 750;
}

.venture-crew-recognition-detail-meta {
  margin-top: 6px !important;
  color: #536057 !important;
  font-size: 12px !important;
}

.venture-crew-recognition-detail-summary {
  margin-top: 10px !important;
}

.venture-crew-recognition-detail-list,
.venture-crew-recognition-rank-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.venture-crew-recognition-detail-list li,
.venture-crew-recognition-rank-list li {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 10px;
  color: #fff8e7;
  background: var(--venture-forest-800);
  border: 1px solid var(--venture-forest-900);
  border-radius: 99px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 750;
}

.venture-crew-recognition-rank-list li {
  color: #4b3b17;
  background: #ead9a8;
  border-color: #b5954d;
}

.venture-crew-recognition-packet-section > p {
  margin-bottom: 13px;
}

.venture-crew-recognition-packet-unavailable {
  padding: 11px 12px;
  color: #59635b !important;
  background: rgba(247, 242, 230, 0.56);
  border: 1px dashed #b9ae92;
  border-radius: 6px;
  font-style: italic;
}

@media (max-width: 1110px) {
  .venture-crew-recognitions {
    padding-inline: 33px;
  }

  .venture-crew-capstone-grid,
  .venture-crew-specialty-recipient-grid,
  .venture-crew-other-recipient-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .venture-crew-recognitions-page .venture-crew-layout {
    min-height: 0;
  }

  .venture-crew-recognitions {
    padding: 38px 32px 52px;
  }
}

@media (max-width: 760px) {
  .venture-crew-recognitions {
    padding: 33px 22px 48px;
  }

  .venture-crew-recognitions-page .venture-crew-rank-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venture-crew-recognitions-page .venture-crew-rank-step:nth-child(2)::after {
    display: none;
  }

  .venture-crew-recognition-section-heading,
  .venture-crew-specialty-directory-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .venture-crew-capstone-grid,
  .venture-crew-specialty-recipient-grid,
  .venture-crew-other-recipient-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venture-crew-specialty-award-grid {
    grid-template-columns: 1fr;
  }

  .venture-crew-specialty-award-card {
    min-height: 0;
  }

  .venture-crew-specialty-detail-heading {
    grid-template-columns: 1fr;
  }

  .venture-crew-specialty-detail-heading .venture-crew-recognition-official-link {
    width: fit-content;
  }

  .venture-crew-recognition-dialog-frame {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .venture-crew-recognition-dialog-profile {
    padding: 14px;
  }
}

@media (max-width: 580px) {
  .venture-crew-recognition-dialog {
    width: min(680px, calc(100% - 20px));
    max-height: 94vh;
  }

  .venture-crew-recognition-dialog-frame {
    grid-template-columns: 1fr;
    max-height: 94vh;
  }

  .venture-crew-recognition-dialog-profile {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid rgba(156, 132, 77, 0.58);
  }

  .venture-crew-recognition-dialog-profile .venture-crew-recognition-portrait {
    width: min(235px, 72%);
    min-height: 270px;
    margin-inline: auto;
  }

  .venture-crew-recognition-dialog-copy {
    padding: 28px 19px 31px;
  }
}

@media (max-width: 430px) {
  .venture-crew-recognitions {
    padding-inline: 17px;
  }

  .venture-crew-recognitions-introduction h2 {
    font-size: 29px;
  }

  .venture-crew-recognitions-page .venture-crew-rank-path {
    grid-template-columns: 1fr;
  }

  .venture-crew-recognitions-page .venture-crew-rank-step::after {
    top: auto;
    right: 50%;
    bottom: -9px;
    width: 1px;
    height: 10px;
  }

  .venture-crew-recognitions-page .venture-crew-rank-step:nth-child(2)::after {
    display: block;
  }

  .venture-crew-capstone-grid,
  .venture-crew-specialty-recipient-grid,
  .venture-crew-other-recipient-grid {
    grid-template-columns: 1fr;
  }

  .venture-crew-recognition-person-button {
    min-height: 0;
  }

  .venture-crew-recognition-portrait {
    aspect-ratio: 5 / 4;
  }

  .venture-crew-recognition-portrait.is-placeholder > img {
    width: 43%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-recognition-person-button,
  .venture-crew-recognition-portrait.has-photo img,
  .venture-crew-recognition-view-all,
  .venture-crew-recognition-packet-link,
  .venture-crew-recognition-official-link,
  .venture-crew-specialty-award-card {
    transition: none;
  }
}


/* ==================================================
   RECOGNITIONS BANNER - MOBILE OVERLAY CORRECTION

   This block intentionally appears at the END of the
   stylesheet so it wins over the desktop Recognition
   banner rules that are defined later in the cumulative
   Venture Crew stylesheet.

   On smaller screens:
   - the banner is given more vertical room;
   - the artwork is cropped toward the scenic/right side;
   - the embedded left-side Venturing mark is de-emphasized;
   - the quote remains an overlay on the right rather than
     dropping below the banner or being clipped.
   ================================================== */

@media (max-width: 760px) {
  .venture-crew-recognitions-page .venture-crew-recognition-banner {
    min-height: 238px;
  }

  .venture-crew-recognitions-page .venture-crew-recognition-banner-art {
    width: 100%;
    height: 238px;
    object-fit: cover;
    object-position: 7% center;
  }

  .venture-crew-recognitions-page .venture-crew-recognition-banner-quote {
    top: 0;
    right: 0;
    bottom: auto;
    width: 62%;
    height: 100%;
    min-height: 0;
    align-content: center;
    padding: 18px 18px 18px 32px;
    background: linear-gradient(
      90deg,
      rgba(247, 242, 230, 0) 0%,
      rgba(247, 242, 230, 0.07) 18%,
      rgba(247, 242, 230, 0.18) 48%,
      rgba(247, 242, 230, 0.30) 100%
    );
    text-align: left;
  }

  .venture-crew-recognitions-page .venture-crew-recognition-banner-quote p {
    max-width: 250px;
    margin: 0 0 0 auto;
    font-size: clamp(14px, 3.5vw, 17px);
    line-height: 1.3;
  }
}

@media (max-width: 430px) {
  .venture-crew-recognitions-page .venture-crew-recognition-banner {
    min-height: 230px;
  }

  .venture-crew-recognitions-page .venture-crew-recognition-banner-art {
    height: 230px;
    object-position: 100% center;
  }

  .venture-crew-recognitions-page .venture-crew-recognition-banner-quote {
    width: 65%;
    padding: 16px 14px 16px 27px;
  }

  .venture-crew-recognitions-page .venture-crew-recognition-banner-quote p {
    max-width: 220px;
    font-size: 14px;
    line-height: 1.28;
  }
}

/* ==================================================
   MOBILE - COMPACT VENTURE CREW HERO
   Keep branding, remove photographic background
   ================================================== */

@media (max-width: 760px) {
  .venture-crew-hero {
    display: block;

    /* Remove the large photographic hero artwork and add topo design*/
    background-image: url("../images/ui/venture-crew/Venture_Crew_Topographic_Panel_920x414.png") !important;
    /* Keep the Venture section color behind the branding */
    background-color: #042018;
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* Compact mobile height similar to Scout Troop */
    min-height: 190px;
  }

  .venture-crew-hero-inner {
    min-height: 190px;
  }
}


/* ==================================================
   VENTURE CREW CALENDAR - MOBILE AGENDA ENHANCEMENT

   At 600px and below the seven-column month grid is replaced by a
   date-grouped agenda. The agenda uses the same loaded Google Calendar data
   and therefore does not create a second event source or API request.
   ================================================== */

.venture-crew-calendar-mobile-agenda {
  display: none;
}

.venture-crew-calendar-agenda-list {
  display: grid;
  gap: 15px;
}

.venture-crew-calendar-agenda-day {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(220, 205, 176, 0.07)),
    rgba(247, 242, 230, 0.72);
  border: 1px solid var(--venture-line);
  border-radius: 9px;
  box-shadow:
    0 2px 0 rgba(77, 60, 35, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.venture-crew-calendar-agenda-date {
  display: flex;
  min-height: 41px;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 8px 12px;
  color: #fff9e8;
  background:
    linear-gradient(180deg, rgba(41, 94, 57, 0.28), rgba(0, 0, 0, 0.08)),
    var(--venture-forest-900);
  border-bottom: 1px solid rgba(119, 106, 74, 0.72);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
}

.venture-crew-calendar-agenda-day.is-today .venture-crew-calendar-agenda-date {
  color: #18231b;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(196, 157, 67, 0.08)),
    var(--venture-gold-light);
}

.venture-crew-calendar-agenda-weekday {
  min-width: 34px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.venture-crew-calendar-agenda-date-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.venture-crew-calendar-agenda-today-label {
  margin-left: auto;
  padding: 4px 7px;
  color: #fff9e8;
  background: var(--venture-forest-800);
  border: 1px solid rgba(16, 63, 37, 0.76);
  border-radius: 99px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.venture-crew-calendar-agenda-events {
  margin: 0;
  padding: 0;
  list-style: none;
}

.venture-crew-calendar-agenda-events li + li {
  border-top: 1px solid rgba(143, 130, 102, 0.31);
}

.venture-crew-calendar-agenda-event {
  display: grid;
  min-width: 0;
  gap: 5px;
  padding: 13px 14px 14px;
  color: #18231b;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.35;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.venture-crew-calendar-agenda-event[href]:hover,
.venture-crew-calendar-agenda-event[href]:focus-visible {
  color: var(--venture-forest-900);
  background: rgba(219, 201, 157, 0.28);
  transform: translateX(2px);
}

.venture-crew-calendar-agenda-title {
  min-width: 0;
  color: #18231b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.venture-crew-calendar-agenda-meta {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 5px 9px;
  align-items: baseline;
  color: #536057;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.venture-crew-calendar-agenda-meta span + span::before {
  content: "•";
  margin-right: 9px;
  color: #9b792c;
}

.venture-crew-calendar-agenda-time,
.venture-crew-calendar-agenda-range {
  color: var(--venture-forest-800);
  font-weight: 750;
}

.venture-crew-calendar-agenda-location {
  min-width: 0;
  overflow-wrap: anywhere;
}

.venture-crew-calendar-agenda-empty {
  margin: 0;
  padding: 20px 16px;
  color: #536057;
  background: rgba(247, 242, 230, 0.62);
  border: 1px dashed #b9ae92;
  border-radius: 8px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 600px) {
  .venture-crew-calendar-scroll {
    display: none;
  }

  .venture-crew-calendar-mobile-agenda {
    display: block;
    margin-top: 13px;
  }

  .venture-crew-calendar-highlights {
    display: none;
  }

  .venture-crew-calendar-full-link-wrap {
    margin-top: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-calendar-agenda-event {
    transition: none;
  }
}

/* ==================================================
   VENTURE CREW PHOTO GALLERY - AUTOMATIC FIVE-YEAR ARCHIVE

   Current Gallery = current calendar year + prior 4 calendar years.
   Archive = anything older. The files never move; gallery-data.asp assigns
   each event to the appropriate view from its event.json date.
   ================================================== */

.venture-crew-gallery-window-note {
  margin-top: 7px !important;
  color: #647068 !important;
  font-size: clamp(11px, 1vw, 13px) !important;
  font-weight: 600 !important;
}

.venture-crew-gallery-current-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--venture-muted-green);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.venture-crew-gallery-current-link:hover,
.venture-crew-gallery-current-link:focus-visible {
  color: #8b6924;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.venture-crew-gallery-archive-link-wrap {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin-top: clamp(32px, 3.8vw, 46px);
  padding-top: clamp(24px, 2.8vw, 34px);
  border-top: 1px solid rgba(143, 130, 102, 0.42);
  text-align: center;
}

.venture-crew-gallery-archive-link-wrap[hidden] {
  display: none !important;
}

.venture-crew-gallery-archive-link-wrap.is-return-link {
  margin-top: 34px;
}

.venture-crew-gallery-archive-link-wrap p {
  max-width: 590px;
  margin: 0;
  color: #536057;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.venture-crew-gallery-archive-link {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  color: #fff8e5;
  background:
    linear-gradient(180deg, rgba(50, 104, 66, 0.28), rgba(0, 0, 0, 0.1)),
    var(--venture-forest-850);
  border: 1px solid #8c7a43;
  border-radius: 5px;
  box-shadow:
    0 3px 6px rgba(38, 31, 19, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

.venture-crew-gallery-archive-link:hover,
.venture-crew-gallery-archive-link:focus-visible {
  color: var(--venture-forest-900);
  background: var(--venture-gold-light);
  border-color: #9f8240;
  transform: translateY(-2px);
}

/* Category controls remain on the left while the year selector gives older
   albums a fast navigation path without requiring a long scroll. */

.venture-crew-gallery-archive-controls {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.venture-crew-gallery-archive-controls .venture-crew-gallery-filters {
  flex: 1 1 auto;
  margin-bottom: 0;
}

.venture-crew-gallery-year-filter {
  display: grid;
  flex: 0 0 auto;
  gap: 5px;
  min-width: 130px;
  color: var(--venture-muted-green);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.venture-crew-gallery-year-filter[hidden] {
  display: none !important;
}

.venture-crew-gallery-year-filter select {
  min-height: 38px;
  padding: 7px 32px 7px 11px;
  color: #26352b;
  background-color: rgba(247, 242, 230, 0.84);
  border: 1px solid #b9ae92;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.venture-crew-gallery-year-filter select:focus-visible {
  border-color: #8c7a43;
}

/* Archived albums reuse the normal album-card component and are grouped by
   year so a decade or more of history remains easy to browse. */

.venture-crew-album-grid.is-archive-grouped {
  display: block;
}

.venture-crew-album-grid.is-archive-grouped > .venture-crew-album-empty {
  display: block;
}

.venture-crew-archive-year-section + .venture-crew-archive-year-section {
  margin-top: clamp(35px, 4vw, 48px);
}

.venture-crew-archive-year-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 13px;
  color: var(--venture-forest-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.venture-crew-archive-year-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(143, 130, 102, 0.48);
}

.venture-crew-archive-year-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(13px, 1.45vw, 18px);
}

@media (max-width: 940px) {
  .venture-crew-gallery-archive-controls {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .venture-crew-gallery-year-filter {
    width: min(220px, 100%);
  }

  .venture-crew-archive-year-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .venture-crew-gallery-archive-controls .venture-crew-gallery-filters {
    width: 100%;
  }

  .venture-crew-archive-year-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .venture-crew-gallery-year-filter {
    width: 100%;
  }

  .venture-crew-archive-year-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venture-crew-gallery-archive-link {
    transition: none;
  }
}

