/**
 * Page-specific styles for the ocean-life route (loaded only when this file exists).
 */

:root {
  --dk: #07121e;
  --dk2: #0c1d2e;
  --dk3: #0f2236;
  --lt: #f4f8fb;
  --lt2: #ffffff;
  --lt-text: #0c1e2e;
  --lt-text2: #253e50;
  --lt-text3: #5a7a8a;
  --dk-text: #e8f0f8;
  --dk-text2: rgba(232, 240, 248, 0.62);
  --dk-text3: rgba(232, 240, 248, 0.35);
  --teal: #1a9bb5;
  --teal2: #7dd3e8;
  --teal-dk: #0e6b8c;
  --wb: #2a7fc4;
  --wb2: #a8d4f0;

  /* Per-pillar accent colours */
  --animal: #2a7fc4;
  --animal2: #a8d4f0;
  --physics: #8e44ad;
  --physics2: #c4b5fd;
  --system: #2db87a;
  --system2: #7de8b8;
  --record: #e8a020;
  --record2: #f5d080;
  --encounter: #4ab8ff;
  --encounter2: #7dd3e8;
}

/* ══ HERO ══ */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--dk);
  overflow: hidden;
  padding: 6rem 2rem 4rem;
}
.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.18;
}
.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      ellipse 70% 60% at 15% 50%,
      rgba(42, 127, 196, 0.12) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 50% 80% at 85% 30%,
      rgba(26, 155, 181, 0.08) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 40% 50% at 50% 90%,
      rgba(74, 184, 255, 0.06) 0%,
      transparent 70%
    );
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.hero-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(168, 212, 240, 0.6);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeUp 0.8s ease 0.1s both;
}
.hero-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(26, 155, 181, 0.15);
}

.hero-headline {
  font-family: 'Crimson Pro', serif;
  font-weight: 200;
  font-size: clamp(2.6rem, 8vw, 7rem);
  line-height: 0.92;
  letter-spacing: -3px;
  color: #ffffff;
  margin-bottom: 1.5rem;
  animation: fadeUp 0.9s ease 0.2s both;
}
.hero-headline em {
  font-style: italic;
  font-weight: 200;
  color: var(--wb2);
  display: block;
}

.hero-tagline {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(168, 212, 240, 0.72);
  line-height: 1.55;
  max-width: 620px;
  margin-bottom: 2.5rem;
  animation: fadeUp 0.9s ease 0.35s both;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  animation: fadeUp 0.9s ease 0.5s both;
}
.hero-meta-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-meta-num {
  font-family: 'Crimson Pro', serif;
  font-size: 2rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
}
.hero-meta-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dk-text3);
}
.hero-meta-sep {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
  align-self: center;
}

.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
  animation: fadeUp 1s ease 0.8s both;
}
.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(168, 212, 240, 0.4), transparent);
}
.hero-scroll-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--dk-text3);
}

/* ══ EDITORIAL TEST ══ */
.editorial-band {
  background: var(--dk2);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2.5rem 2rem;
}
.editorial-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.editorial-rule {
  width: 2px;
  height: 60px;
  background: linear-gradient(to bottom, var(--teal), rgba(26, 155, 181, 0));
  flex-shrink: 0;
}
.editorial-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.4rem;
}
.editorial-text {
  font-family: 'Crimson Pro', serif;
  font-size: 1.15rem;
  font-weight: 300;
  font-style: italic;
  color: var(--dk-text2);
  line-height: 1.7;
}

/* ══ PILLAR GRID ══ */
.pillars {
  padding: 5rem 2rem 6rem;
  max-width: 1200px;
  margin: 0 auto;
}
.pillars-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.pillars-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dk-text3);
  margin-bottom: 0.75rem;
}
.pillars-title {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300;
  color: #ffffff;
  letter-spacing: -0.5px;
}

/* ── Five pillars in a responsive grid ── */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}

/* Row 1: 3 cards | Row 2: 2 cards centred */
.pillar-card:nth-child(4) {
  grid-column: 1;
}
.pillar-card:nth-child(5) {
  grid-column: 2;
}

/* Base pillar card */
.pillar-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: var(--dk2);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  min-height: 340px;
}
.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

/* Per-pillar accent applied via class */
.pillar-card.animal {
  border-color: rgba(42, 127, 196, 0.2);
}
.pillar-card.animal:hover {
  border-color: rgba(42, 127, 196, 0.45);
  box-shadow: 0 16px 48px rgba(42, 127, 196, 0.12);
}
.pillar-card.physics {
  border-color: rgba(142, 68, 173, 0.2);
}
.pillar-card.physics:hover {
  border-color: rgba(142, 68, 173, 0.45);
  box-shadow: 0 16px 48px rgba(142, 68, 173, 0.12);
}
.pillar-card.system {
  border-color: rgba(45, 184, 122, 0.2);
}
.pillar-card.system:hover {
  border-color: rgba(45, 184, 122, 0.45);
  box-shadow: 0 16px 48px rgba(45, 184, 122, 0.12);
}
.pillar-card.record {
  border-color: rgba(232, 160, 32, 0.2);
}
.pillar-card.record:hover {
  border-color: rgba(232, 160, 32, 0.45);
  box-shadow: 0 16px 48px rgba(232, 160, 32, 0.12);
}
.pillar-card.encounter {
  border-color: rgba(74, 184, 255, 0.2);
}
.pillar-card.encounter:hover {
  border-color: rgba(74, 184, 255, 0.45);
  box-shadow: 0 16px 48px rgba(74, 184, 255, 0.12);
}

/* Card top — coloured accent strip + pillar name */
.card-top {
  padding: 1.4rem 1.6rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-pillar {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.animal .card-pillar {
  color: var(--animal2);
}
.physics .card-pillar {
  color: var(--physics2);
}
.system .card-pillar {
  color: var(--system2);
}
.record .card-pillar {
  color: var(--record2);
}
.encounter .card-pillar {
  color: var(--encounter2);
}

.card-pillar-q {
  font-family: 'Crimson Pro', serif;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  color: var(--dk-text3);
}

/* Card body */
.card-body {
  padding: 1.4rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-monument {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 200;
  line-height: 0.9;
  letter-spacing: -1px;
  color: #ffffff;
}
.animal .card-monument {
  color: rgba(168, 212, 240, 0.9);
}
.physics .card-monument {
  color: rgba(196, 181, 253, 0.9);
}
.system .card-monument {
  color: rgba(125, 232, 184, 0.9);
}
.record .card-monument {
  color: rgba(245, 208, 128, 0.9);
}
.encounter .card-monument {
  color: rgba(125, 211, 232, 0.9);
}

.card-title {
  font-family: 'Crimson Pro', serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 0.25rem;
}

.card-caption {
  font-family: 'Crimson Pro', serif;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: var(--dk-text2);
  line-height: 1.55;
}

.card-hook {
  font-size: 13px;
  font-weight: 400;
  color: var(--dk-text3);
  line-height: 1.65;
  flex: 1;
}

/* Card footer */
.card-footer {
  padding: 0.9rem 1.6rem 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-species {
  font-family: 'Crimson Pro', serif;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: var(--dk-text3);
}
.card-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.2s;
}
.animal .card-arrow {
  border-color: rgba(42, 127, 196, 0.3);
}
.physics .card-arrow {
  border-color: rgba(142, 68, 173, 0.3);
}
.system .card-arrow {
  border-color: rgba(45, 184, 122, 0.3);
}
.record .card-arrow {
  border-color: rgba(232, 160, 32, 0.3);
}
.encounter .card-arrow {
  border-color: rgba(74, 184, 255, 0.3);
}
.pillar-card:hover .card-arrow {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(3px);
}

/* ══ FEATURED ARTICLE ══ */
.featured {
  background: var(--lt);
  padding: 5rem 2rem;
}
.featured-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.featured-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lt-text3);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.featured-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--lt-text3);
  opacity: 0.2;
}

.featured-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.featured-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14);
}

.featured-img-side {
  background: linear-gradient(135deg, #07121e, #0c1d2e);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 440px;
}
.featured-img-side::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 60% at 30% 40%,
    rgba(74, 184, 255, 0.15) 0%,
    transparent 70%
  );
}
.featured-img-particles {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle 1.5px at 20% 30%,
      rgba(74, 184, 255, 0.4) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 60% 20%,
      rgba(74, 184, 255, 0.3) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 2px at 80% 60%,
      rgba(74, 184, 255, 0.25) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 40% 70%,
      rgba(125, 211, 232, 0.3) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1.5px at 10% 80%,
      rgba(74, 184, 255, 0.35) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 70% 85%,
      rgba(74, 184, 255, 0.2) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 2px at 50% 45%,
      rgba(125, 211, 232, 0.2) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 30% 55%,
      rgba(74, 184, 255, 0.3) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1.5px at 90% 35%,
      rgba(74, 184, 255, 0.25) 0%,
      transparent 100%
    ),
    radial-gradient(
      circle 1px at 15% 50%,
      rgba(125, 211, 232, 0.35) 0%,
      transparent 100%
    );
}
.featured-badge {
  position: relative;
  z-index: 1;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(74, 184, 255, 0.7);
  margin-bottom: auto;
}
.featured-num {
  position: relative;
  z-index: 1;
  font-family: 'Crimson Pro', serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 200;
  color: #ffffff;
  line-height: 0.9;
  letter-spacing: -2px;
  margin-bottom: 0.65rem;
  margin-top: 2rem;
}
.featured-num em {
  color: rgba(74, 184, 255, 0.85);
  font-style: italic;
}
.featured-caption {
  position: relative;
  z-index: 1;
  font-family: 'Crimson Pro', serif;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(125, 211, 232, 0.75);
}

.featured-content-side {
  background: #ffffff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
.featured-pillar {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4ab8ff;
  margin-bottom: 0.5rem;
}
.featured-title {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  color: var(--lt-text);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.featured-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--lt-text2);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  flex: 1;
}
.featured-test {
  background: rgba(74, 184, 255, 0.05);
  border: 1px solid rgba(74, 184, 255, 0.15);
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  margin-bottom: 1.75rem;
}
.featured-test-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(74, 184, 255, 0.6);
  margin-bottom: 0.3rem;
}
.featured-test-text {
  font-family: 'Crimson Pro', serif;
  font-size: 0.95rem;
  font-weight: 300;
  font-style: italic;
  color: var(--lt-text2);
  line-height: 1.6;
}
.featured-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0e6b8c;
  text-decoration: none;
  padding: 0.7rem 1.4rem;
  border: 1.5px solid rgba(14, 107, 140, 0.35);
  border-radius: 24px;
  background: rgba(14, 107, 140, 0.05);
  transition: all 0.22s ease;
  align-self: flex-start;
  pointer-events: none;
  margin-top: 20px;
}
.featured-card:hover .featured-cta {
  color: #fff;
  background: #0e6b8c;
  border-color: #0e6b8c;
  box-shadow: 0 2px 12px rgba(14, 107, 140, 0.3);
}

/* ══ ABOUT THE LIBRARY ══ */
.about {
  background: var(--dk2);
  padding: 5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.about-inner {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-text-side {
}
.about-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1rem;
}
.about-headline {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  letter-spacing: -0.3px;
}
.about-body {
  font-size: 16px;
  font-weight: 400;
  color: var(--dk-text2);
  line-height: 1.82;
  margin-bottom: 1.5rem;
}
.about-body em {
  font-style: italic;
  color: var(--dk-text);
}

.about-filter {
  background: rgba(26, 155, 181, 0.06);
  border: 1px solid rgba(26, 155, 181, 0.18);
  border-radius: 12px;
  padding: 1.1rem 1.35rem;
}
.about-filter-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(26, 155, 181, 0.65);
  margin-bottom: 0.4rem;
}
.about-filter-text {
  font-family: 'Crimson Pro', serif;
  font-size: 1.05rem;
  font-weight: 300;
  font-style: italic;
  color: var(--dk-text2);
  line-height: 1.65;
}

.about-pillars-side {
}
.about-pillars-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dk-text3);
  margin-bottom: 1rem;
}
.about-pillar-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.about-pillar-item {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  padding: 0.65rem 0.9rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.2s;
}
.about-pillar-item:hover {
  background: rgba(255, 255, 255, 0.06);
}
.about-pillar-name {
  font-size: 13px;
  font-weight: 600;
  min-width: 90px;
}
.about-pillar-q {
  font-family: 'Crimson Pro', serif;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: var(--dk-text3);
  line-height: 1.4;
}
.ap-animal .about-pillar-name {
  color: var(--animal2);
}
.ap-physics .about-pillar-name {
  color: var(--physics2);
}
.ap-system .about-pillar-name {
  color: var(--system2);
}
.ap-record .about-pillar-name {
  color: var(--record2);
}
.ap-encounter .about-pillar-name {
  color: var(--encounter2);
}

/* ── FOCUS VISIBLE — keyboard nav matches hover ── */
.pillar-card:focus-visible {
  outline: none;
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.pillar-card.animal:focus-visible {
  border-color: rgba(42, 127, 196, 0.55);
  box-shadow:
    0 16px 48px rgba(42, 127, 196, 0.18),
    0 0 0 3px rgba(42, 127, 196, 0.25);
}
.pillar-card.physics:focus-visible {
  border-color: rgba(142, 68, 173, 0.55);
  box-shadow:
    0 16px 48px rgba(142, 68, 173, 0.18),
    0 0 0 3px rgba(142, 68, 173, 0.25);
}
.pillar-card.system:focus-visible {
  border-color: rgba(45, 184, 122, 0.55);
  box-shadow:
    0 16px 48px rgba(45, 184, 122, 0.18),
    0 0 0 3px rgba(45, 184, 122, 0.25);
}
.pillar-card.record:focus-visible {
  border-color: rgba(232, 160, 32, 0.55);
  box-shadow:
    0 16px 48px rgba(232, 160, 32, 0.18),
    0 0 0 3px rgba(232, 160, 32, 0.25);
}
.pillar-card.encounter:focus-visible {
  border-color: rgba(74, 184, 255, 0.55);
  box-shadow:
    0 16px 48px rgba(74, 184, 255, 0.18),
    0 0 0 3px rgba(74, 184, 255, 0.25);
}
.pillar-card:focus-visible .card-arrow {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(3px);
}

.featured-card:focus-visible {
  outline: none;
  transform: translateY(-3px);
  box-shadow:
    0 12px 48px rgba(0, 0, 0, 0.18),
    0 0 0 3px rgba(74, 184, 255, 0.25);
}
.bc-back:focus-visible {
  outline: none;
  color: white;
  border-color: var(--teal);
  background: var(--teal);
  box-shadow: 0 0 0 3px rgba(26, 155, 181, 0.3);
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-eyebrow,
  .hero-headline,
  .hero-tagline,
  .hero-meta,
  .hero-scroll {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .pillar-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pillar-card:nth-child(4) {
    grid-column: auto;
  }
  .pillar-card:nth-child(5) {
    grid-column: auto;
  }
  .featured-card {
    grid-template-columns: 1fr;
  }
  .featured-img-side {
    min-height: 280px;
  }
  .about-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 600px) {
  .pillar-grid {
    grid-template-columns: 1fr;
  }
  .pillar-card:nth-child(n) {
    grid-column: auto;
  }
  .hero {
    padding: 5rem 1.25rem 3rem;
  }
  .hero-meta {
    gap: 1rem;
  }
  .pillars {
    padding: 3.5rem 1.25rem;
  }
  .featured {
    padding: 3.5rem 1.25rem;
  }
  .about {
    padding: 3.5rem 1.25rem;
  }
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--teal);
  color: #fff;
  font-family: 'Crimson Pro', serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0 0 8px 8px;
  text-decoration: none;
  z-index: 2000;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0;
}
