.resources-page {
  background: var(--paper);
}

.resources-page .site-header {
  background: rgba(6, 17, 31, 0.97);
  border-bottom-color: rgba(197, 160, 89, 0.22);
}

.resources-page .site-header .brand::before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  aspect-ratio: 800 / 186;
  background: url("/assets/img/header-lockup-web.png") left top / 100% auto no-repeat;
  clip-path: inset(0 0 0 24.5%);
  filter: brightness(0) saturate(100%) invert(73%) sepia(35%) saturate(764%) hue-rotate(358deg) brightness(90%) contrast(84%);
  pointer-events: none;
}

.resources-page .site-header .brand img {
  position: relative;
  z-index: 1;
  clip-path: inset(0 75.5% 0 0);
}

.resources-page .site-header .brand-edition,
.resources-page .site-header .brand-trademark,
.resources-page .site-nav a,
.resources-page .site-nav a:hover,
.resources-page .site-nav a[aria-current="page"],
.resources-page .language-picker {
  color: var(--gold-light);
}

.resources-page .site-nav .nav-cta {
  color: var(--gold-light);
  background: transparent;
  border-color: var(--gold);
}

.resources-page .site-nav .nav-cta:hover {
  color: var(--navy-950);
  background: var(--gold-light);
}

.instagram-page .nav-shell {
  justify-content: space-between;
}

.instagram-page .nav-shell > .nav-cta {
  margin-left: auto;
  padding: 12px 18px;
  color: var(--gold-light);
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.instagram-page .nav-shell > .nav-cta:hover {
  color: var(--navy-950);
  background: var(--gold-light);
}

.resources-page .language-picker select,
.resources-page .menu-button {
  color: var(--gold-light);
  border-color: rgba(254, 212, 136, 0.55);
}

@media (min-width: 921px) and (max-width: 1180px) {
  .resources-page .nav-shell {
    width: calc(100% - 32px);
    gap: 14px;
  }

  .resources-page .site-header .brand {
    width: 168px;
    flex: 0 0 168px;
  }

  .resources-page .site-header .brand-trademark {
    right: -18px;
    font-size: 0.56rem;
  }

  .resources-page .site-header .brand-edition {
    font-size: 0.38rem;
  }

  .resources-page .site-nav {
    min-width: 0;
    gap: clamp(9px, 1.35vw, 16px);
  }

  .resources-page .site-nav a {
    white-space: nowrap;
    font-size: clamp(0.65rem, 1.05vw, 0.76rem);
    letter-spacing: 0.01em;
  }

  .resources-page .site-nav .nav-cta {
    padding: 10px 11px;
    font-size: 0.67rem;
  }
}

.resources-hero,
.resource-hero {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--navy-950);
}

.resources-hero {
  min-height: 610px;
  display: grid;
  align-items: end;
  padding: 176px 0 96px;
}

.resources-hero::before,
.resource-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 17, 31, 0.98) 0%, rgba(6, 17, 31, 0.86) 46%, rgba(6, 17, 31, 0.35) 100%),
    radial-gradient(circle at 78% 30%, rgba(197, 160, 89, 0.22), transparent 32%);
  z-index: 1;
}

.resources-hero > img,
.resource-hero-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.52) contrast(1.04);
}

.resources-hero .shell,
.resource-hero .shell {
  position: relative;
  z-index: 2;
}

.resources-hero-copy {
  max-width: 780px;
}

.resources-hero .eyebrow,
.resource-hero .eyebrow {
  color: var(--gold-light);
}

.resources-hero h1,
.resource-hero h1 {
  max-width: 980px;
  color: white;
  font-size: clamp(3rem, 6.4vw, 6.35rem);
}

.resources-hero p:not(.eyebrow),
.resource-hero p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.75;
}

.resource-collection {
  padding: 118px 0 132px;
}

.resource-collection-intro {
  max-width: 730px;
  margin-bottom: 60px;
}

.resource-collection-intro h2 {
  color: var(--navy-950);
  font-size: clamp(2.4rem, 4.6vw, 4.6rem);
}

.resource-collection-intro > p:not(.eyebrow) {
  max-width: 650px;
  font-size: 1rem;
  line-height: 1.8;
}

.resource-index-list {
  border-top: 1px solid var(--rule);
}

.resource-index-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1.1fr) minmax(260px, 0.72fr) 42px;
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  min-height: 190px;
  padding: 34px 8px;
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  transition: background 220ms ease, padding 220ms ease;
}

.resource-index-card:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: rgba(197, 160, 89, 0.07);
}

.resource-index-number {
  color: var(--gold-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.resource-index-card h3 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
}

.resource-index-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.7;
}

.resource-index-arrow {
  color: var(--gold-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  transition: transform 220ms ease;
}

.resource-index-card:hover .resource-index-arrow {
  transform: translateX(5px);
}

.resource-principle {
  padding: 86px 0;
  color: white;
  background: var(--navy-950);
}

.resource-principle .shell {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.resource-principle .eyebrow {
  color: var(--gold-light);
}

.resource-principle blockquote {
  margin: 0;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.6rem, 3vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.resource-hero {
  min-height: 680px;
  padding: 188px 0 92px;
}

.resource-hero .shell {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

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

.resource-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 17, 31, 0.93) 0%, rgba(6, 17, 31, 0.72) 54%, rgba(6, 17, 31, 0.24) 100%);
}

.resource-hero--journal .resource-hero-media img {
  object-position: 50% 38%;
}

.resource-hero--health .resource-hero-media img {
  object-position: 52% 34%;
}

.resource-hero--prospect .resource-hero-media img {
  object-position: 48% 42%;
}

.resource-hero--movement .resource-hero-media img {
  object-position: 50% 42%;
}

.resource-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.resource-breadcrumbs a {
  text-underline-offset: 4px;
}

.resource-breadcrumbs span[aria-hidden="true"] {
  color: var(--gold-light);
}

.resource-deck {
  max-width: 750px !important;
}

.resource-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 25px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
  letter-spacing: 0.045em;
}

.resource-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 760px);
  justify-content: center;
  gap: clamp(55px, 8vw, 120px);
  padding-top: 100px;
  padding-bottom: 126px;
}

.resource-rail {
  align-self: start;
  position: sticky;
  top: 116px;
  padding-top: 8px;
}

.resource-rail strong {
  display: block;
  margin-bottom: 16px;
  color: var(--navy-950);
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.resource-rail nav {
  display: grid;
  border-top: 1px solid var(--rule);
}

.resource-rail nav a {
  padding: 12px 0;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--rule);
  font-size: 0.78rem;
  line-height: 1.45;
  text-decoration: none;
}

.resource-rail nav a:hover {
  color: var(--gold-dark);
}

.resource-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.resource-tool-button {
  padding: 9px 11px;
  color: var(--navy-900);
  background: transparent;
  border: 1px solid var(--rule);
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  cursor: pointer;
}

.resource-tool-button:hover {
  border-color: var(--gold-dark);
}

.resource-article {
  min-width: 0;
}

.resource-lead {
  margin-bottom: 58px;
  color: var(--navy-900);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.32rem, 2.2vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.48;
}

.resource-section {
  scroll-margin-top: 110px;
  margin-top: 64px;
  padding-top: 8px;
}

.resource-section:first-of-type {
  margin-top: 0;
}

.resource-section h2 {
  margin-bottom: 18px;
  color: var(--navy-950);
  font-size: clamp(2rem, 3.7vw, 3.2rem);
}

.resource-section h3 {
  margin-top: 34px;
  color: var(--navy-900);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.resource-section > p,
.resource-section li {
  font-size: 0.95rem;
  line-height: 1.82;
}

.resource-note {
  margin: 34px 0;
  padding: 26px 28px;
  background: rgba(197, 160, 89, 0.09);
  border-left: 3px solid var(--gold);
}

.resource-note strong {
  display: block;
  margin-bottom: 7px;
  color: var(--navy-950);
  font-family: "Montserrat", sans-serif;
}

.resource-note p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.7;
}

.resource-note--safety {
  background: rgba(13, 28, 50, 0.06);
  border-left-color: var(--navy-900);
}

.checklist-group {
  margin: 28px 0 36px;
  padding: 0;
  border: 0;
}

.checklist-group legend {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: var(--navy-950);
  border-bottom: 1px solid var(--rule);
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

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

.resource-checklist label {
  min-height: 65px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 16px;
  color: var(--ink);
  background: white;
  font-size: 0.82rem;
  line-height: 1.5;
  cursor: pointer;
}

.resource-checklist input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  accent-color: var(--navy-900);
}

.resource-checklist label:has(input:checked) {
  color: var(--ink-soft);
  background: #f4f1e9;
  text-decoration: line-through;
}

.journal-template {
  display: grid;
  gap: 18px;
  margin: 28px 0 40px;
}

.journal-field {
  display: grid;
  gap: 8px;
}

.journal-field label {
  color: var(--navy-950);
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.journal-field span {
  color: var(--ink-soft);
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 400;
}

.journal-field textarea,
.journal-field input[type="text"] {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  background: white;
  border: 1px solid var(--rule);
  border-radius: 6px;
  resize: vertical;
}

.journal-field textarea {
  min-height: 102px;
}

.comparison-table {
  width: 100%;
  margin: 28px 0 40px;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 13px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--rule);
}

.comparison-table th {
  color: var(--navy-950);
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.comparison-table td:first-child {
  width: 29%;
  color: var(--navy-900);
  font-weight: 700;
}

.comparison-table input {
  width: 100%;
  min-width: 130px;
  padding: 9px 10px;
  border: 1px solid var(--rule);
  border-radius: 4px;
}

.shot-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 42px;
}

.shot-card {
  min-height: 175px;
  padding: 24px;
  background: white;
  border: 1px solid var(--rule);
  border-radius: 8px;
}

.shot-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.shot-card h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
}

.shot-card p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.65;
}

.resource-app-bridge {
  margin-top: 78px;
  padding: 42px;
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 92% 10%, rgba(197, 160, 89, 0.24), transparent 32%),
    var(--navy-950);
  border-radius: 12px;
}

.resource-app-bridge .eyebrow {
  color: var(--gold-light);
}

.resource-app-bridge h2 {
  max-width: 600px;
  color: white;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.resource-app-bridge p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  line-height: 1.75;
}

.resource-app-bridge .button {
  margin-top: 10px;
}

.resource-related {
  margin-top: 72px;
  padding-top: 30px;
  border-top: 1px solid var(--rule);
}

.resource-related > strong {
  display: block;
  margin-bottom: 18px;
  color: var(--navy-950);
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.resource-related-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.resource-related a {
  padding: 18px;
  color: var(--navy-900);
  background: white;
  border: 1px solid var(--rule);
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.resource-related a:hover {
  border-color: var(--gold);
}

.resource-home-strip {
  padding: 98px 0;
  background: #f1ede4;
  border-top: 1px solid var(--rule);
}

.resource-home-heading {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

.resource-home-heading h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
}

.resource-home-heading p:not(.eyebrow) {
  max-width: 590px;
  margin: 0;
  line-height: 1.8;
}

.resource-home-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(13, 28, 50, 0.25);
}

.resource-home-links a {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 20px 22px 0;
  color: var(--navy-950);
  border-bottom: 1px solid rgba(13, 28, 50, 0.25);
  text-decoration: none;
}

.resource-home-links a:not(:last-child) {
  margin-right: 20px;
  border-right: 1px solid rgba(13, 28, 50, 0.18);
}

.resource-home-links span {
  color: var(--gold-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.resource-home-links strong {
  max-width: 175px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
}

.instagram-landing {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 130px 0 70px;
  color: white;
  background:
    linear-gradient(90deg, rgba(6, 17, 31, 0.97), rgba(6, 17, 31, 0.76)),
    url("../img/balou-huracan-jumping.jpg") center 42% / cover;
}

.instagram-landing-card {
  max-width: 720px;
  padding: clamp(30px, 5vw, 58px);
  background: rgba(6, 17, 31, 0.88);
  border: 1px solid rgba(197, 160, 89, 0.42);
  border-radius: 14px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}

.instagram-landing-card .eyebrow {
  color: var(--gold-light);
}

.instagram-landing-card h1 {
  color: white;
  font-size: clamp(2.7rem, 7vw, 5.7rem);
}

.instagram-landing-card > p:not(.eyebrow, .platform-note) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
}

.instagram-actions {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

.instagram-actions a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-decoration: none;
}

.instagram-actions a:first-child {
  color: var(--navy-950);
  background: var(--gold-light);
  border-color: var(--gold-light);
}

.platform-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.71rem;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .resource-index-card {
    grid-template-columns: 58px minmax(0, 1fr) 34px;
  }

  .resource-index-card p {
    display: none;
  }

  .resource-layout {
    grid-template-columns: minmax(0, 760px);
  }

  .resource-rail {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .resource-rail nav {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .resource-rail nav a {
    padding-right: 14px;
  }

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

  .resource-home-links a:not(:last-child) {
    margin-right: 0;
    padding-right: 20px;
  }
}

@media (max-width: 720px) {
  .resources-hero,
  .resource-hero {
    min-height: 580px;
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .resources-hero::before,
  .resource-hero::before,
  .resource-hero-media::after {
    background: linear-gradient(0deg, rgba(6, 17, 31, 0.98) 0%, rgba(6, 17, 31, 0.82) 58%, rgba(6, 17, 31, 0.42) 100%);
  }

  .resource-collection {
    padding: 82px 0 94px;
  }

  .resource-index-card {
    grid-template-columns: 42px minmax(0, 1fr) 25px;
    min-height: 138px;
    gap: 12px;
    padding: 24px 0;
  }

  .resource-index-card:hover {
    padding-right: 0;
    padding-left: 0;
  }

  .resource-principle .shell,
  .resource-home-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .resource-layout {
    gap: 54px;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .resource-rail nav {
    grid-template-columns: 1fr 1fr;
  }

  .resource-checklist,
  .shot-list,
  .resource-related-links {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    display: block;
    overflow-x: auto;
  }

  .resource-app-bridge {
    padding: 30px 25px;
  }

  .resource-home-links {
    grid-template-columns: 1fr;
  }

  .resource-home-links a {
    min-height: 118px;
    margin: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .resource-rail,
  .resource-app-bridge,
  .resource-related,
  .resource-breadcrumbs,
  .resource-hero-media {
    display: none !important;
  }

  .resource-hero {
    min-height: 0;
    padding: 0 0 28px;
    color: black;
    background: white;
  }

  .resource-hero::before {
    display: none;
  }

  .resource-hero .shell {
    min-height: 0;
  }

  .resource-hero h1,
  .resource-hero p:not(.eyebrow),
  .resource-byline {
    color: black;
  }

  .resource-hero .eyebrow {
    color: #785a1a;
  }

  .resource-layout {
    display: block;
    width: 100%;
    padding: 0;
  }

  .resource-section {
    break-inside: avoid;
    margin-top: 28px;
  }

  .resource-checklist {
    grid-template-columns: repeat(2, 1fr);
  }

  .resource-checklist label,
  .shot-card,
  .journal-field textarea,
  .journal-field input,
  .comparison-table input {
    background: white !important;
  }
}
