:root {
  --kryp-cream: #f6f0df;
  --kryp-moss: #9adf85;
  --kryp-sky: #69c8ee;
  --kryp-sun: #f0ca68;
  --kryp-ink: #031018;
}

.kryp-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(105, 200, 238, 0.14), transparent 28rem),
    radial-gradient(circle at 86% 30%, rgba(154, 223, 133, 0.1), transparent 24rem),
    #031018;
}

.kryp-shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.kryp-local-nav {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid rgba(246, 240, 223, 0.12);
  background: rgba(3, 16, 24, 0.72);
}

.kryp-local-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.kryp-wordmark {
  color: var(--kryp-cream);
  font-size: 1.08rem;
  font-weight: 780;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.kryp-wordmark span {
  color: var(--kryp-moss);
}

.kryp-local-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.kryp-local-links a {
  color: rgba(246, 240, 223, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.kryp-local-links a:hover {
  color: var(--kryp-cream);
}

.kryp-hero {
  position: relative;
  min-height: min(790px, calc(100svh - 74px));
  display: grid;
  align-items: end;
  isolation: isolate;
}

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

.kryp-hero-media {
  z-index: -2;
  overflow: hidden;
  background: #07131b;
}

.kryp-hero-media::after {
  content: "";
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 12, 18, 0.92) 0%, rgba(3, 12, 18, 0.58) 46%, rgba(3, 12, 18, 0.12) 76%),
    linear-gradient(0deg, #031018 0%, rgba(3, 16, 24, 0.04) 42%);
}

.kryp-hero-media video,
.kryp-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 42%;
}

.kryp-hero-copy {
  max-width: 780px;
  padding-block: clamp(120px, 19vw, 220px) clamp(70px, 10vw, 118px);
}

.kryp-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--kryp-cream);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kryp-kicker span {
  padding: 8px 11px;
  border: 1px solid rgba(246, 240, 223, 0.22);
  border-radius: 999px;
  background: rgba(3, 16, 24, 0.44);
  backdrop-filter: blur(12px);
}

.kryp-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--kryp-cream);
  font-size: clamp(3.6rem, 8.2vw, 8.2rem);
  font-weight: 670;
  letter-spacing: -0.066em;
  line-height: 0.88;
  text-wrap: balance;
}

.kryp-hero h1 em {
  color: var(--kryp-moss);
  font-style: normal;
}

.kryp-hero-lede {
  max-width: 630px;
  margin: 30px 0 0;
  color: rgba(246, 240, 223, 0.78);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.72;
}

.kryp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.kryp-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid rgba(246, 240, 223, 0.22);
  border-radius: 999px;
  background: rgba(3, 16, 24, 0.5);
  color: var(--kryp-cream);
  font-weight: 780;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.kryp-button-primary {
  border-color: var(--kryp-moss);
  background: var(--kryp-moss);
  color: #06130c;
}

button.kryp-button {
  cursor: pointer;
}

.kryp-section {
  padding-block: clamp(82px, 11vw, 145px);
  border-top: 1px solid rgba(246, 240, 223, 0.11);
}

.kryp-tina {
  padding-block: clamp(56px, 8vw, 92px);
  background:
    radial-gradient(circle at 18% 48%, rgba(105, 200, 238, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(154, 223, 133, 0.035), transparent);
}

.kryp-tina-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(34px, 7vw, 92px);
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid rgba(246, 240, 223, 0.14);
  border-radius: clamp(28px, 4vw, 52px);
  background: linear-gradient(135deg, rgba(12, 42, 52, 0.9), rgba(5, 20, 30, 0.96));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.kryp-tina-portrait {
  min-height: 280px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle, rgba(105, 200, 238, 0.19), transparent 67%),
    rgba(3, 16, 24, 0.38);
}

.kryp-tina-portrait img {
  width: min(100%, 340px);
  height: auto;
  display: block;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.28));
}

.kryp-tina-copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--kryp-cream);
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.kryp-tina-copy > p:not(.kryp-eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(246, 240, 223, 0.72);
  line-height: 1.74;
}

.kryp-tina-copy .kryp-tina-note {
  padding-left: 18px;
  border-left: 3px solid var(--kryp-moss);
  color: rgba(246, 240, 223, 0.62);
  font-size: 0.92rem;
}

.kryp-tina-note strong {
  color: var(--kryp-cream);
}

.kryp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.52fr);
  align-items: end;
  gap: 46px;
  margin-bottom: 44px;
}

.kryp-eyebrow {
  margin: 0 0 14px;
  color: var(--kryp-moss);
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.kryp-section-heading h2,
.kryp-motion-head h2,
.kryp-story-copy h2,
.kryp-about h2 {
  margin: 0;
  color: var(--kryp-cream);
  font-size: clamp(2.55rem, 5.5vw, 5.8rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-wrap: balance;
}

.kryp-section-heading > p,
.kryp-story-copy > p,
.kryp-about > div > p {
  margin: 0;
  color: rgba(246, 240, 223, 0.66);
  line-height: 1.75;
}

.kryp-motion-head h2 {
  margin: 0;
  color: var(--kryp-cream);
  font-size: clamp(2.55rem, 5.5vw, 5.8rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.kryp-trails {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.kryp-trail {
  position: relative;
  min-height: 430px;
  grid-column: span 6;
  overflow: hidden;
  border: 1px solid rgba(246, 240, 223, 0.13);
  border-radius: 28px;
  background: #071821;
  color: var(--kryp-cream);
  text-decoration: none;
}

.kryp-trail:nth-child(2),
.kryp-trail:nth-child(3) {
  grid-column: span 3;
}

.kryp-trail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 600ms ease;
}

.kryp-trail:hover img {
  transform: scale(1.035);
}

.kryp-trail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 10, 14, 0.9), transparent 64%);
}

.kryp-trail-copy {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 27px;
}

.kryp-trail-copy span {
  color: var(--kryp-moss);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kryp-trail-copy h3 {
  margin: 9px 0 7px;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.kryp-trail-copy p {
  max-width: 500px;
  margin: 0;
  color: rgba(246, 240, 223, 0.7);
  font-size: 0.9rem;
  line-height: 1.55;
}

.kryp-motion-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

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

.kryp-motion-card {
  overflow: hidden;
  border: 1px solid rgba(246, 240, 223, 0.13);
  border-radius: 24px;
  background: rgba(7, 24, 33, 0.82);
}

.kryp-motion-card video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  background: #061119;
}

.kryp-motion-copy {
  padding: 22px;
}

.kryp-motion-copy span {
  color: var(--kryp-sun);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kryp-motion-copy h3 {
  margin: 8px 0 7px;
  color: var(--kryp-cream);
  font-size: 1.3rem;
}

.kryp-motion-copy p {
  margin: 0;
  color: rgba(246, 240, 223, 0.62);
  font-size: 0.9rem;
  line-height: 1.6;
}

.kryp-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(42px, 8vw, 96px);
}

.kryp-story-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 240px);
  gap: 12px;
}

.kryp-story-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(246, 240, 223, 0.13);
  border-radius: 22px;
}

.kryp-story-media img:first-child {
  grid-row: 1 / 3;
}

.kryp-story-copy h2 {
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.kryp-story-copy > p {
  margin-top: 24px;
}

.kryp-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kryp-note {
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(246, 240, 223, 0.13);
  border-radius: 22px;
  background: rgba(7, 24, 33, 0.72);
}

.kryp-note span {
  color: var(--kryp-moss);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kryp-note h3 {
  margin: 14px 0 10px;
  color: var(--kryp-cream);
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.kryp-note p {
  margin: 0;
  color: rgba(246, 240, 223, 0.63);
  line-height: 1.68;
}

.kryp-about {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(48px, 9vw, 112px);
  padding: clamp(42px, 7vw, 76px);
  border: 1px solid rgba(246, 240, 223, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 10%, rgba(154, 223, 133, 0.11), transparent 20rem),
    rgba(7, 24, 33, 0.86);
}

.kryp-about h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.kryp-about > div > p + p {
  margin-top: 16px;
}

.kryp-trail-copy strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: var(--kryp-cream);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kryp-trail-copy strong span {
  color: var(--kryp-moss);
  transition: transform 180ms ease;
}

.kryp-trail:hover .kryp-trail-copy strong span {
  transform: translateX(4px);
}

.kryp-trail:focus-visible {
  outline: 3px solid var(--kryp-moss);
  outline-offset: 4px;
}

.trail-hero {
  position: relative;
  min-height: min(720px, 78vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(154, 223, 133, 0.14);
  isolation: isolate;
}

.trail-hero > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trail-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(to top, rgba(3, 16, 24, 0.98) 0%, rgba(3, 16, 24, 0.54) 54%, rgba(3, 16, 24, 0.24) 100%),
    linear-gradient(to right, rgba(3, 16, 24, 0.68), transparent 65%);
}

.trail-hero-copy {
  max-width: 850px;
  padding-block: clamp(92px, 13vw, 150px) clamp(56px, 9vw, 96px);
}

.trail-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(246, 240, 223, 0.7);
  font-size: 0.72rem;
}

.trail-crumbs a {
  color: var(--kryp-moss);
  text-decoration: none;
}

.trail-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--kryp-cream);
  font-size: clamp(3rem, 9vw, 7rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-wrap: balance;
}

.trail-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(246, 240, 223, 0.76);
  font-size: clamp(1rem, 2.1vw, 1.22rem);
  line-height: 1.75;
}

.trail-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: start;
}

.trail-intro h2,
.trail-animal-copy h2 {
  margin: 0;
  color: var(--kryp-cream);
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.trail-intro-copy p,
.trail-animal-copy > p {
  margin: 0 0 1.2em;
  color: rgba(246, 240, 223, 0.68);
  line-height: 1.8;
}

.trail-animal-list {
  display: grid;
  gap: 26px;
}

.trail-animal-profile {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid rgba(154, 223, 133, 0.16);
  border-radius: 28px;
  background: rgba(5, 29, 38, 0.82);
}

.trail-animal-profile:nth-child(even) .trail-animal-media {
  order: 2;
}

.trail-animal-media {
  position: relative;
  min-height: 480px;
}

.trail-animal-media img,
.trail-animal-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.trail-animal-copy {
  align-self: center;
  padding: clamp(28px, 5vw, 62px);
}

.trail-scientific {
  display: block;
  margin: 10px 0 24px;
  color: var(--kryp-sky);
  font-size: 0.92rem;
  font-style: italic;
}

.trail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.trail-fact {
  padding: 16px;
  border: 1px solid rgba(105, 200, 238, 0.14);
  border-radius: 15px;
  background: rgba(3, 16, 24, 0.45);
}

.trail-fact span {
  display: block;
  margin-bottom: 7px;
  color: var(--kryp-moss);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trail-fact strong {
  color: var(--kryp-cream);
  font-size: 0.85rem;
  line-height: 1.45;
}

.trail-question {
  margin: 22px 0 0 !important;
  padding: 18px 20px;
  border-left: 3px solid var(--kryp-sun);
  border-radius: 0 14px 14px 0;
  background: rgba(240, 202, 104, 0.07);
  color: var(--kryp-cream) !important;
}

.trail-source-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.trail-source-list a {
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(105, 200, 238, 0.14);
  border-radius: 14px;
  color: var(--kryp-sky);
  text-decoration: none;
}

.trail-source-list a:hover {
  border-color: rgba(105, 200, 238, 0.4);
  color: var(--kryp-cream);
}

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

.trail-next-card {
  padding: 24px;
  border: 1px solid rgba(154, 223, 133, 0.16);
  border-radius: 18px;
  background: rgba(5, 29, 38, 0.75);
  color: var(--kryp-cream);
  text-decoration: none;
}

.trail-next-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--kryp-moss);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trail-anchor {
  display: block;
  scroll-margin-top: 90px;
}

.kryp-motion-lede {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(246, 240, 223, 0.65);
  line-height: 1.7;
}

.kryp-motion-copy strong {
  color: var(--kryp-cream);
}

.kryp-motion-copy a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--kryp-moss);
  font-size: 0.78rem;
  font-weight: 760;
  text-decoration: none;
}

.kryp-motion-copy a:hover {
  color: var(--kryp-cream);
}

.kryp-spotlight-preview {
  background: linear-gradient(180deg, rgba(105, 200, 238, 0.035), transparent);
}

.kryp-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.kryp-spotlight-card {
  min-width: 0;
  overflow: hidden;
  padding-bottom: 20px;
  border: 1px solid rgba(246, 240, 223, 0.13);
  border-radius: 22px;
  background: rgba(7, 24, 33, 0.82);
  color: var(--kryp-cream);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.kryp-spotlight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(154, 223, 133, 0.38);
}

.kryp-spotlight-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  display: block;
  margin-bottom: 18px;
  object-fit: cover;
}

.kryp-spotlight-card > span,
.kryp-spotlight-card h3,
.kryp-spotlight-card p {
  margin-right: 20px;
  margin-left: 20px;
}

.kryp-spotlight-card > span {
  display: block;
  color: var(--kryp-sun);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.kryp-spotlight-card h3 {
  margin-top: 7px;
  margin-bottom: 3px;
  font-size: 1.35rem;
}

.kryp-spotlight-card p {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(246, 240, 223, 0.62);
  font-size: 0.86rem;
}

.kryp-profile-hero {
  padding-block: clamp(82px, 12vw, 150px);
  border-bottom: 1px solid rgba(246, 240, 223, 0.12);
}

.kryp-profile-hero-grid,
.kryp-profile-grid,
.kryp-profile-next {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(42px, 8vw, 100px);
}

.kryp-profile-hero h1 {
  max-width: 760px;
  margin: 12px 0 24px;
  color: var(--kryp-cream);
  font-size: clamp(3.2rem, 7.6vw, 7.4rem);
  font-weight: 640;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.kryp-profile-hero h1 em {
  display: block;
  color: var(--kryp-moss);
  font-family: Georgia, serif;
  font-weight: 400;
}

.kryp-profile-hero p,
.kryp-profile-next p {
  color: rgba(246, 240, 223, 0.68);
  line-height: 1.75;
}

.kryp-profile-hero figure {
  margin: 0;
}

.kryp-profile-hero figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(246, 240, 223, 0.14);
  border-radius: 28px;
}

.kryp-profile-hero figcaption,
.kryp-profile-media > span {
  display: block;
  margin-top: 11px;
  color: rgba(246, 240, 223, 0.5);
  font-size: 0.72rem;
}

.kryp-profile-media > span a,
.trail-credit a {
  color: inherit;
  text-underline-offset: 3px;
}

.trail-credit {
  margin-top: 22px;
  color: rgba(246, 240, 223, 0.52);
  font-size: 0.72rem;
  line-height: 1.6;
}

.kryp-profile-index {
  border-bottom: 1px solid rgba(246, 240, 223, 0.12);
}

.kryp-profile {
  scroll-margin-top: 88px;
  padding-block: clamp(76px, 10vw, 132px);
  border-bottom: 1px solid rgba(246, 240, 223, 0.12);
}

.kryp-profile:nth-of-type(even) {
  background: rgba(105, 200, 238, 0.025);
}

.kryp-profile-media img,
.kryp-profile-media video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(246, 240, 223, 0.14);
  border-radius: 24px;
  background: #061119;
}

.kryp-profile-copy h2,
.kryp-profile-next h2 {
  margin: 8px 0 6px;
  color: var(--kryp-cream);
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.kryp-latin {
  margin: 0 0 24px;
  color: var(--kryp-sky);
  font-size: 0.84rem;
}

.kryp-profile-lede {
  margin: 0 0 28px;
  color: rgba(246, 240, 223, 0.76);
  font-size: 1.05rem;
  line-height: 1.75;
}

.kryp-profile-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.kryp-profile-facts article {
  padding: 18px;
  border: 1px solid rgba(154, 223, 133, 0.12);
  border-radius: 16px;
  background: rgba(5, 29, 38, 0.62);
}

.kryp-profile-facts h3 {
  margin: 0 0 8px;
  color: var(--kryp-sun);
  font-size: 0.76rem;
}

.kryp-profile-facts p {
  margin: 0;
  color: rgba(246, 240, 223, 0.65);
  font-size: 0.84rem;
  line-height: 1.65;
}

.kryp-profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
}

.kryp-profile-links a {
  color: var(--kryp-moss);
  font-size: 0.78rem;
  font-weight: 760;
  text-decoration: none;
}

.kryp-profile-links a:hover {
  color: var(--kryp-cream);
}

.kryp-profile-next {
  align-items: start;
}

@media (max-width: 960px) {
  .kryp-section-heading,
  .kryp-story,
  .kryp-about,
  .kryp-tina-card {
    grid-template-columns: 1fr;
  }

  .kryp-tina-portrait {
    min-height: 220px;
  }

  .kryp-tina-portrait img {
    width: min(54vw, 300px);
  }

  .kryp-trail,
  .kryp-trail:nth-child(2),
  .kryp-trail:nth-child(3) {
    grid-column: span 6;
  }

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

  .kryp-motion-card:last-child,
  .kryp-note:last-child {
    grid-column: 1 / -1;
  }

  .trail-intro,
  .trail-animal-profile,
  .kryp-profile-hero-grid,
  .kryp-profile-grid,
  .kryp-profile-next {
    grid-template-columns: 1fr;
  }

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

  .trail-animal-profile:nth-child(even) .trail-animal-media {
    order: 0;
  }

  .trail-next-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .kryp-shell {
    width: min(100% - 28px, 1220px);
  }

  .kryp-local-inner {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-block: 12px;
  }

  .kryp-local-links {
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: thin;
  }

  .kryp-local-links a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .kryp-hero {
    min-height: 720px;
  }

  .kryp-hero-media::after {
    background:
      linear-gradient(90deg, rgba(3, 12, 18, 0.76), rgba(3, 12, 18, 0.13)),
      linear-gradient(0deg, #031018 0%, rgba(3, 16, 24, 0.12) 72%);
  }

  .kryp-hero-copy {
    padding-block: 150px 62px;
  }

  .kryp-hero h1 {
    font-size: clamp(3.25rem, 17vw, 5.7rem);
  }

  .kryp-trail,
  .kryp-trail:nth-child(2),
  .kryp-trail:nth-child(3) {
    min-height: 390px;
    grid-column: 1 / -1;
  }

  .kryp-motion-head {
    align-items: start;
    flex-direction: column;
  }

  .kryp-motion-grid,
  .kryp-notes,
  .kryp-spotlight-grid,
  .kryp-profile-facts {
    grid-template-columns: 1fr;
  }

  .kryp-motion-card:last-child,
  .kryp-note:last-child {
    grid-column: auto;
  }

  .kryp-story-media {
    grid-template-rows: repeat(2, 190px);
  }

  .kryp-about {
    padding: 30px;
    border-radius: 24px;
  }

  .kryp-tina-card {
    padding: 26px;
    border-radius: 24px;
  }

  .kryp-tina-copy h2 {
    font-size: clamp(2.5rem, 13vw, 4.3rem);
  }

  .trail-hero {
    min-height: 640px;
  }

  .trail-animal-media {
    min-height: 360px;
  }

  .trail-facts {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kryp-trail img {
    transition: none;
  }
}
