/* BCH Custom Styles */

/* ============================================================
   FONTS
   ============================================================ */

@font-face {
  font-family: 'Program OT';

  src: url('/fonts/Program_OT_Bold.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Program Nar OT';

  src: url('/fonts/Program_Nar_OT_Bold.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-Light-07.woff2') format('woff2');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-LightOblique-08.woff2') format('woff2');

  font-weight: 300;

  font-style: oblique;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-Book-01.woff2') format('woff2');

  font-weight: 350;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-BookOblique-02.woff2') format('woff2');

  font-weight: 350;

  font-style: oblique;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-Roman-12.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-Oblique-11.woff2') format('woff2');

  font-weight: 400;

  font-style: oblique;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-Medium-09.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-MediumOblique-10.woff2') format('woff2');

  font-weight: 500;

  font-style: oblique;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-Heavy-05.woff2') format('woff2');

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-HeavyOblique-06.woff2') format('woff2');

  font-weight: 800;

  font-style: oblique;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-Black-03.woff2') format('woff2');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Avenir';

  src: url('/fonts/Avenir-BlackOblique-04.woff2') format('woff2');

  font-weight: 900;

  font-style: oblique;

  font-display: swap;
}

/* Page wrapper */

.bch-page {
  background-color: #1E1E1E;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Footer box */

.bch-footer {
  background-color: #252525;
  overflow: visible;
}

/* Gradient only on subpage footer, not homepage */

.bch-footer--subpage {
  position: relative;
}

.bch-footer--subpage::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to bottom, transparent, #252525);
  pointer-events: none;
  z-index: 10;
}

/* Footer layout */

.bch-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 40px 100px;
  position: relative;
  z-index: 11;
}

.bch-footer__left {
  display: flex;
  align-items: center;
  gap: 28px;
}

.bch-footer__turtle {
  height: 340px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  margin-top: -135px;
}

.bch-footer__sandbox-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bch-footer__ctas {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Homepage hero eyebrow */

.bch-hero-eyebrow {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  font-weight: 700;
}

.bch-hero-eyebrow__narrow {
  font-family: 'Program Nar OT', sans-serif;
}

.bch-hero-eyebrow__wide {
  font-family: 'Program OT', sans-serif;
}

/* Typography — Avenir */

.bch-tagline {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-weight: 900;
  font-size: 34px;
  font-style: italic;
  color: #fff;
}

/* Typography — Program OT */

.bch-nav-link {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  text-transform: lowercase;
  background-color: #252525;
  border-radius: 9999px;
  padding: 0 40px;
  display: inline-block;
  transition: background-color 0.4s, color 0.4s;
}

.bch-nav-link:hover {
  opacity: 1;
}

.bch-nav-link.bch-nav-link--who:hover {
  background-color: #EC008C;
  color: #fff;
}

.bch-nav-link.bch-nav-link--what:hover {
  background-color: #00AEEF;
  color: #fff;
}

.bch-nav-link.bch-nav-link--why:hover {
  background-color: #FFF200;
  color: #1E1E1E;
}

.bch-sandbox-heading {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  text-transform: lowercase;
}

.bch-cta-primary {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  text-transform: lowercase;
  border: 2px solid #fff;
  border-radius: 7px;
  padding: 0 24px;
  display: inline-block;
  transition: background-color 0.4s, color 0.4s;
}

.bch-cta-primary:hover {
  background-color: #fff;
  color: #000;
}

.bch-cta-secondary {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  text-transform: lowercase;
  border: 2px solid #fff;
  border-radius: 7px;
  padding: 0 24px;
  display: inline-block;
  transition: background-color 0.4s, color 0.4s;
}

.bch-cta-secondary:hover {
  background-color: #fff;
  color: #000;
}

.bch-cta-dark {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  text-transform: lowercase;
  border: 2px solid #000;
  border-radius: 7px;
  padding: 0 24px;
  display: inline-block;
  transition: background-color 0.4s, color 0.4s;
}

.bch-cta-dark:hover {
  background-color: #000;
  color: #fff;
}

/* Address block */

.bch-address {
  text-align: right;
  color: #fff;
  line-height: 1.6;
  font-size: 14px;
}

/* ============================================================
   SHARED UTILITIES
   ============================================================ */

.bch-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */

[data-animate] {
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

[data-animate="fade-up"]    {
  transform: translateY(48px);
}

[data-animate="fade-down"]  {
  transform: translateY(-48px);
}

[data-animate="fade-left"]  {
  transform: translateX(-48px);
}

[data-animate="fade-right"] {
  transform: translateX(48px);
}

[data-animate="scale-in"]   {
  transform: scale(0.92);
}

[data-animate].is-visible {
  opacity: 1;
  transform: none;
}

/* Staggered children — add data-animate-group to parent */

[data-animate-group] > *:nth-child(1) {
  transition-delay: 0ms;
}

[data-animate-group] > *:nth-child(2) {
  transition-delay: 100ms;
}

[data-animate-group] > *:nth-child(3) {
  transition-delay: 200ms;
}

[data-animate-group] > *:nth-child(4) {
  transition-delay: 300ms;
}

[data-animate-group] > *:nth-child(5) {
  transition-delay: 400ms;
}

/* ============================================================
   SITE HEADER
   ============================================================ */

.bch-site-header {
  background-color: transparent;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  mix-blend-mode: difference;
}

.bch-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}

.bch-site-header__left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.bch-site-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.bch-site-header__logo-img {
  height: 32px;
  width: auto;
  display: block;
}

.bch-site-header__email {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}

.bch-site-header__email-bold {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
}

.bch-site-header__email-light {
  font-family: 'Avenir', sans-serif;
  font-weight: 300;
}

.bch-site-header__nav {
  display: flex;
  align-items: center;
}

.bch-site-header__link {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-transform: lowercase;
  text-decoration: none;
  padding: 4px 18px;
  display: inline-block;
  transition: color 0.2s;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.bch-site-header__link:first-child {
  border-left: none;
}

/* Default hover */

.bch-site-header__link:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* Who page — active/hover accent */

.bch-site-header[data-page="who"] .bch-site-header__link.is-active,
.bch-site-header[data-page="who"] .bch-site-header__link:hover {
  color: #EC008C;
}

/* What page — placeholder, update when confirmed */

.bch-site-header[data-page="what"] .bch-site-header__link.is-active,
.bch-site-header[data-page="what"] .bch-site-header__link:hover {
  color: #00AEEF;
}

/* Why page */

.bch-site-header[data-page="why"] .bch-site-header__link.is-active,
.bch-site-header[data-page="why"] .bch-site-header__link:hover {
  color: #FFF200;
}

/* News page */

.bch-site-header[data-page="news"] .bch-site-header__link.is-active,
.bch-site-header[data-page="news"] .bch-site-header__link:hover {
  color: #9CEB00;
}

/* ============================================================
   WHO PAGE
   ============================================================ */

/* Hero */

.who-hero {
  position: relative;
  background-image: url('/images/who-intro-section.webp');
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
  overflow: hidden;
}

/* Gradient overlay — left side only */

.who-hero__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(236, 0, 140, 0.16) 0%,
    rgba(236, 0, 140, 0.34) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.who-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 40fr 60fr;
  align-items: start;
  min-height: 600px;
  padding: 100px 40px 60px;
}

.who-hero__left {
  display: flex;
  align-items: flex-start;
}

.who-hero__right {
  display: flex;
  align-items: center;
  padding: 0 100px;
}

.who-hero__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(6rem, 14vw, 12rem);
  line-height: 1;
  margin: 0 0 40px;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 28%,
    #ff8a80 33%,
    #ffd740 41%,
    #69f0ae 49%,
    #40c4ff 57%,
    #ea80fc 63%,
    #fff 68%,
    #fff 100%
  );
  background-size: 400% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation:
    whoTitleStomp 0.65s cubic-bezier(0.22, 1, 0.36, 1) both 0.1s,
    whoTitleShimmer 1.3s ease-in-out both 0.75s;
}

.who-hero__body {
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.who-hero__body p + p {
  margin-top: 20px;
}

.who-hero__body {
  animation: heroFadeUp 0.9s ease 0.2s both;
}

.who-answer__heading,
.who-answer__body {
  animation: heroFadeUp 0.9s ease both;
}

@keyframes whoTitleStomp {
  0%   {
    opacity: 0;
    transform: scale(2.8);
  }

  50%  {
    opacity: 1;
    transform: scale(0.93);
  }

  72%  {
    transform: scale(1.05);
  }

  88%  {
    transform: scale(0.98);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes whoTitleShimmer {
  from {
    background-position: 0% 0;
  }

  to   {
    background-position: 100% 0;
  }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to   {
    opacity: 1;
    transform: none;
  }
}

@keyframes chevronBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }

  50%       {
    transform: translateY(6px);
    opacity: 0.6;
  }
}

/* We answer to the work */

.who-answer {
  position: relative;
  background-image: url('/images/who-starfield-bg.webp');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  overflow: hidden;
}

/* Full-width gradient overlay */

.who-answer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(217, 217, 217, 0) 0%,
    rgba(236, 0, 140, 0) 0%,
    rgba(236, 0, 140, 0.64) 84%
  );
  pointer-events: none;
  z-index: 1;
}

.who-answer__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 40fr 60fr;
  min-height: 500px;
  padding: 60px 40px;
}

.who-answer__left {
  /* intentionally empty — background shows through */
}

.who-answer__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 100px;
}

.who-answer__heading {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #fff;
  line-height: 1.1;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.who-answer__body {
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

/* 36 years */

.who-evolving {
  position: relative;
  background-image: url('/images/evolution.webp');
  background-size: cover;
  background-position: center;
  padding: 0;
  overflow: hidden;
}

.who-evolving__inner {
  display: grid;
  grid-template-columns: 40fr 60fr;
  padding: 60px 40px 20px;
  position: relative;
  z-index: 1;
}

.who-evolving__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 100px;
}

.who-evolving__heading {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  animation: heroFadeUp 0.9s ease both;
}

.who-evolving__body {
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  animation: heroFadeUp 0.9s ease 0.15s both;
}

.who-evolving__body p + p {
  margin-top: 20px;
}

.who-evolving__stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.who-evolving__stat {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #e8637a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.who-evolving__stat-number {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  display: block;
}

.who-evolving__stat-label {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  display: block;
  margin-top: 4px;
}

/* Logo scroller */

.who-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 40px 50px;
}

.who-logos__viewport {
  flex: 1;
  overflow: hidden;
}

.who-logos__track {
  display: flex;
  align-items: center;
  gap: 70px;
  will-change: transform;
}

.who-logos__logo {
  height: 60px;
  width: auto;
  flex-shrink: 0;
  opacity: 0.75;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s;
}

.who-logos__logo:hover {
  opacity: 1;
}

.who-logos__arrow {
  flex-shrink: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  padding: 0 8px;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.who-logos__arrow:hover {
  opacity: 1;
}

/* Experience stats */

.who-stats {
  padding: 0 40px 80px;
}

.who-stats__inner {
  display: grid;
  grid-template-columns: 40fr 60fr;
}

.who-stats__right {
  padding: 0 100px;
}

.who-stats__cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.who-stats__col {
  padding: 0 32px;
}

.who-stats__col:first-child {
  padding-left: 0;
}

.who-stats__col:not(:first-child) {
  border-left: 3px solid rgba(255,255,255,0.35);
}

.who-stats__col p {
  font-family: 'Avenir', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}

/* Perfect balance */

.who-balance {
  background-color: #1E1E1E;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.who-balance__bg {
  position: absolute;
  inset: -20% 0;
  background-image: url('/images/perfect-balance-v3.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  pointer-events: none;
  will-change: transform;
}

.who-balance__inner {
  position: relative;
  padding: 40px;
}

.who-balance__text-wrap {
  display: grid;
  grid-template-columns: 40fr 60fr;
  width: 100%;
}

.who-balance__text {
  text-align: left;
  padding: 100px 100px 0;
}

.who-balance__heading {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  color: #fff;
  margin: 0 0 16px;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.who-balance__body {
  font-family: 'Avenir', sans-serif;
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  text-align: left;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.who-balance__principals {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.who-balance__principal {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.who-balance__principal-name-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.who-balance__linkedin {
  display: flex;
  align-items: center;
  color: rgba(255,255,255,0.7);
  transition: color 0.3s;
  flex-shrink: 0;
}

.who-balance__linkedin:hover {
  color: #fff;
}

.who-balance__linkedin svg {
  width: 18px;
  height: 18px;
}

.who-balance__principal-name {
  font-family: 'Avenir', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

.who-balance__principal-title {
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.who-team__ctas {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.who-meet-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.who-meet-btn__arrow {
  width: 28px;
  height: 16px;
  color: #fff;
  display: block;
  animation: chevronBounce 1.6s ease-in-out infinite;
}

/* We're a capable bunch — overlaid on image */

.who-team {
  padding: 50px 0 80px;
  position: relative;
  z-index: 11;
}

.who-team__heading {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1;
  color: #fff;
  margin: 350px 0 20px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.who-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0 100px;
}

.who-team__photo-placeholder {
  aspect-ratio: 1;
  background-color: rgba(255,255,255,1);
  border-radius: 32px;
}

/* ============================================================
   WHAT PAGE
   ============================================================ */

/* What page body — gradient covers everything between header and footer */

.what-body {
  background: linear-gradient(
    135deg,
    #80D7F7 0%,
    #3BBDE8 50%,
    #00AEEF 100%
  );
}

/* Hero */

.what-hero {
  padding-bottom: 60px;
}

.what-hero__inner {
  display: grid;
  grid-template-columns: 40fr 60fr;
  align-items: start;
  padding: 100px 40px 60px;
}

.what-hero__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(6rem, 14vw, 12rem);
  line-height: 1;
  margin: 0;
  background: linear-gradient(
    90deg,
    #000 0%,
    #000 28%,
    #ff8a80 33%,
    #ffd740 41%,
    #69f0ae 49%,
    #40c4ff 57%,
    #ea80fc 63%,
    #000 68%,
    #000 100%
  );
  background-size: 400% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation:
    whoTitleStomp 0.65s cubic-bezier(0.22, 1, 0.36, 1) both 0.1s,
    whoTitleShimmer 1.3s ease-in-out both 0.75s;
}

.what-hero__body-col {
  padding: 0 100px;
}

.what-hero__intro {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1.6;
}

.what-hero__intro + .what-hero__intro {
  margin-top: 24px;
}

/* Capabilities */

.what-capabilities {
  padding: 0;
}

.what-cap-header {
  background-image: url('/images/bg-our-capabilities.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 40px;
  min-height: 280px;
  margin: 40px 40px 0;
  border-radius: 28px;
  cursor: pointer;
  transition: border-radius 0.15s ease 0.4s;
}

.what-cap-header.is-open {
  border-radius: 28px 28px 0 0;
  transition: border-radius 0.15s ease 0s;
}

.what-cap-header__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  margin: 0;
  background: linear-gradient(
    90deg,
    #000 0%, #000 28%,
    #ff8a80 33%, #ffd740 41%, #69f0ae 49%, #40c4ff 57%, #ea80fc 63%,
    #000 68%, #000 100%
  );
  background-size: 400% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.what-cap-header:hover .what-cap-header__title {
  animation: whoTitleShimmer 1s ease-in-out forwards;
}

.what-cap-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
  margin: 0 40px;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}

.what-cap-panel.is-open {
  grid-template-rows: 1fr;
  margin-bottom: 40px;
}

.what-cap-panel__inner {
  overflow: hidden;
  background: #D9D9D9;
  position: relative;
}

.what-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 20px 20px 80px;
}

.what-cap-block {
  padding: 28px 32px;
}

.what-cap-block--1 {
  grid-column: 1;
  grid-row: 1;
}

.what-cap-block--2 {
  grid-column: 1;
  grid-row: 2;
}

.what-cap-block--3 {
  grid-column: 2;
  grid-row: 1;
}

.what-cap-block--4 {
  grid-column: 2;
  grid-row: 2;
}

.what-cap-block--5 {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.what-cap-block__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #3B3B3B;
  line-height: 1.2;
  margin: 0 0 16px;
  text-transform: lowercase;
}

.what-cap-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.what-cap-block__list li {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 16px;
  color: #3b3b3b;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.what-cap-block__list li:last-child {
  border-bottom: none;
}

.what-cap-close {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.what-cap-close:hover {
  opacity: 1;
}

.what-cap-close svg {
  width: 24px;
  height: 24px;
}

/* Case studies */

.what-cases {
  padding-top: 60px;
}

.what-case__label {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 17px;
  color: #000;
  margin: 40px 65px 12px;
  letter-spacing: 0.02em;
}

.what-case__card {
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  margin: 0 40px 100px;
  min-height: 480px;
  position: relative;
  overflow: hidden;
  cursor: url('/images/pointer-logo.webp'), pointer;
}

.what-case__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.what-case__card:hover .what-case__overlay {
  opacity: 1;
}

.what-case__logo {
  position: absolute;
  top: 40px;
  left: 60px;
  height: 150px !important;
  width: auto !important;
  max-width: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}

.what-case__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #000;
  line-height: 1.1;
  margin: 0;
}

/* Image break sections */

.what-image-break {
  background-color: #1a1a1a;
  overflow: hidden;
}

.what-image-break__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.what-image-break--alt .what-image-break__inner {
  direction: rtl;
}

.what-image-break--alt .what-image-break__content {
  direction: ltr;
}

.what-image-break__image-wrap {
  overflow: hidden;
}

.what-image-break__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.what-image-break__content {
  padding: 60px 50px;
}

.what-image-break__text {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 20px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}

/* ============================================================
   WHY PAGE
   ============================================================ */

/* Hero */

.why-hero {
  background-image: url('/images/bg-sandcastle.webp');
  background-size: cover;
  background-position: center;
  min-height: 700px;
  display: flex;
  flex-direction: column;
}

.why-hero__inner {
  flex: 1;
  display: grid;
  grid-template-columns: 40fr 60fr;
  grid-template-rows: 1fr;
  align-items: start;
  padding: 100px 40px 60px;
}

.why-hero__title-col {
  display: flex;
  align-items: flex-start;
}

.why-hero__body-col {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 0 100px;
}

.why-hero__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(6rem, 14vw, 12rem);
  line-height: 1;
  margin: 0;
  background: linear-gradient(
    90deg,
    #000 0%,
    #000 28%,
    #ff8a80 33%,
    #ffd740 41%,
    #69f0ae 49%,
    #40c4ff 57%,
    #ea80fc 63%,
    #000 68%,
    #000 100%
  );
  background-size: 400% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation:
    whoTitleStomp 0.65s cubic-bezier(0.22, 1, 0.36, 1) both 0.1s,
    whoTitleShimmer 1.3s ease-in-out both 0.75s;
}

.why-hero__intro {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 20px;
  color: #3b3b3b;
  line-height: 1.6;
  margin-bottom: 24px;
}

.why-hero__subhead {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  color: #3b3b3b;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: auto;
}

/* Audience */

.why-audience {
  background-image: url('/images/bg-3d-movie.webp');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.why-audience__inner {
  display: grid;
  grid-template-columns: 40fr 60fr;
  padding: 0 40px;
}

.why-audience__left {
  /* intentionally empty — background shows through */
}

.why-audience__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 100px;
}

.why-audience__heading {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: #fff;
  line-height: 1.1;
  margin: 0;
}

.why-audience__body {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

.why-audience__body p + p {
  margin-top: 16px;
}

/* Brand Adoption */

.why-brand {
  background-image: url('/images/bg-wiring-diagram.webp');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.why-brand__inner {
  display: grid;
  grid-template-columns: 40fr 60fr;
  padding: 0 40px;
  align-items: center;
}

.why-brand__badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-brand__content {
  padding: 0 100px;
}

.why-brand__heading {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #1E1E1E;
  line-height: 1.1;
  margin: 0 0 24px;
}

.why-brand__body {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1.6;
}

.why-brand__body + .why-brand__body {
  margin-top: 16px;
}

.why-brand__badge-image {
  width: 200px;
  height: auto;
  display: block;
}

/* Earning Hearts */

.why-hearts {
  background-image: url('/images/bg-abstract-gradient.webp');
  background-size: cover;
  background-position: center;
  padding: 80px 0 140px;
}

.why-hearts__inner {
  display: grid;
  grid-template-columns: 40fr 60fr;
  padding: 0 40px;
  align-items: center;
}

.why-hearts__content {
  padding: 0 100px;
}

.why-hearts__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.why-heart {
  position: relative;
  display: block;
}

.why-heart__empty,
.why-heart__full {
  display: block;
  width: 100%;
  height: auto;
}

.why-heart__full {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 85% 0 0);
}

.why-hearts__heading {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #000;
  line-height: 1.1;
  margin: 0 0 24px;
}

.why-hearts__body {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contact-hero {
  padding: 60px 40px 80px;
  background-color: #252525;
}

.contact-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
}

.contact-hero__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(5rem, 12vw, 10rem);
  color: #fff;
  line-height: 1;
  margin: 0;
}

.contact-hero__intro {
  font-family: 'Avenir', sans-serif;
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  margin: 0 0 28px;
}

/* Main two-column layout */

.contact-main {
  padding: 0 40px 320px;
  background-color: #252525;
}

.contact-main__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

/* Contact info sidebar */

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 8px;
}

.contact-info__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-info__label {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
}

.contact-info__value {
  font-family: 'Avenir', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
}

a.contact-info__value:hover {
  color: rgba(255,255,255,0.7);
}

/* Form */

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form__label {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.04em;
}

.contact-form__input {
  background-color: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  padding: 14px 16px;
  color: #fff;
  font-family: 'Avenir', sans-serif;
  font-size: 16px;
  width: 100%;
  outline: none;
  transition: border-color 0.3s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.contact-form__input:focus {
  border-color: rgba(255,255,255,0.8);
}

.contact-form__select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.contact-form__select option {
  background-color: #2a2a2a;
  color: #fff;
}

.contact-form__textarea {
  resize: vertical;
  min-height: 180px;
}

.contact-form__footer {
  display: flex;
  align-items: center;
  padding-top: 8px;
}

.contact-form__btn {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 7px;
  padding: 0 40px;
  cursor: pointer;
  transition: background-color 0.4s, color 0.4s;
  line-height: 2.2;
  text-transform: lowercase;
}

.contact-form__btn:hover {
  background-color: #fff;
  color: #1E1E1E;
}

/* ============================================================
   CAREERS LIST PAGE
   ============================================================ */

.careers-list {
  padding: 60px 40px 320px;
  background-color: #252525;
}

.careers-list__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(5rem, 12vw, 10rem);
  color: #fff;
  line-height: 1;
  margin: 0 0 60px;
}

.careers-list__jobs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 860px;
}

.careers-job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 36px;
  border: 2px solid #fff;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
}

.careers-job-row:hover {
  background-color: #fff;
}

.careers-job-row:hover .careers-job-row__title,
.careers-job-row:hover .careers-job-row__chevron {
  color: #1E1E1E;
}

.careers-job-row__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: #fff;
  transition: color 0.2s;
}

.careers-job-row__chevron {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  transition: color 0.2s;
}

/* ============================================================
   CAREER SINGLE PAGE
   ============================================================ */

.career-single {
  padding: 60px 40px 320px;
  background-color: #252525;
}

.career-single__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.career-single__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 7vw, 6rem);
  color: #fff;
  line-height: 1;
  margin: 0;
}

.career-single__back {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 7px;
  padding: 0 20px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 12px;
  transition: background-color 0.4s, color 0.4s;
}

.career-single__back:hover {
  background-color: #fff;
  color: #1E1E1E;
}

.career-single__meta {
  display: flex;
  gap: 40px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.career-single__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.career-single__meta-label {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  text-transform: lowercase;
  letter-spacing: 0.08em;
}

.career-single__meta-value {
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.career-single__section {
  margin-bottom: 48px;
  max-width: 760px;
}

.career-single__section-heading {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.career-single__body {
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin: 0 0 16px;
}

.career-single__list {
  padding-left: 20px;
  margin: 0;
}

.career-single__list li {
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-bottom: 10px;
}

/* ============================================================
   NEWS LISTING PAGE
   ============================================================ */

.news-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  background-image: url('/images/bg-news-gradient.webp');
  background-size: cover;
  background-position: center;
  min-height: 600px;
  padding: 100px 40px;
  gap: 60px;
  align-items: start;
}

/* Sidebar */

.news-sidebar {
  margin: 0;
  padding: 0;
}

.news-sidebar__title {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: clamp(5rem, 12vw, 9rem);
  line-height: 1;
  margin: -40px 0 40px;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 28%,
    #ff8a80 33%,
    #ffd740 41%,
    #69f0ae 49%,
    #40c4ff 57%,
    #ea80fc 63%,
    #fff 68%,
    #fff 100%
  );
  background-size: 400% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation:
    whoTitleStomp 0.65s cubic-bezier(0.22, 1, 0.36, 1) both 0.1s,
    whoTitleShimmer 1.3s ease-in-out both 0.75s;
}

.news-sidebar__recent-label {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
}

.news-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-sidebar__item {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 10px 0;
}

.news-sidebar__item:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.news-sidebar__link {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  transition: color 0.2s;
}

.news-sidebar__link:hover {
  color: #9CEB00;
}

/* Cards */

.news-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 40px;
}

.news-card {
  background: transparent;
  border: 3px solid #fff;
  border-radius: 47px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 28px 40px;
  align-items: start;
}

.news-card__title {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  color: #fff;
  line-height: 1.15;
  margin: 0 0 12px;
}

.news-card__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.news-card__title-link:hover {
  color: #9CEB00;
}

.news-card__excerpt {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin: 0 0 20px;
}

.news-card__read-more {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  text-transform: lowercase;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 6px 16px;
  display: inline-block;
  transition: background-color 0.4s, color 0.4s;
}

.news-card__read-more:hover {
  background-color: #fff;
  color: #000;
}

.news-card__image-wrap {
  width: 160px;
  flex-shrink: 0;
}

.news-card__image {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* ============================================================
   SINGLE ARTICLE PAGE
   ============================================================ */

.news-article-bg {
  background-image: url('/images/bg-news-gradient.webp');
  background-size: cover;
  background-position: center;
  padding: 100px 160px;
}

.article-content-card {
  background-color: #fff;
  border-radius: 47px;
  padding: 60px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.article-hero {
  margin-bottom: 0;
}

.article-hero__title {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 4rem);
  color: #fff;
  line-height: 1.1;
  margin: 0;
  max-width: 900px;
}

.article-featured-image {
  overflow: hidden;
  max-height: 500px;
}

.article-featured-image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Article prose content */

.article-body {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 20px;
  color: #222;
  line-height: 1.6;
  max-width: 760px;
  margin-bottom: 48px;
}

.article-body p {
  margin-bottom: 20px;
}

.article-body p:last-child {
  margin-bottom: 0;
}

.article-body ol,
.article-body ul {
  padding-left: 24px;
  margin-bottom: 20px;
}

.article-body li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.article-body a {
  color: #9CEB00;
  text-decoration: underline;
}

.article-body strong {
  font-weight: 700;
}

/* Author */

.article-author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px 0;
  border-top: 1px solid rgba(0,0,0,0.12);
  max-width: 760px;
}

.article-author__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.article-author__name {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #1E1E1E;
  text-transform: lowercase;
  margin: 0 0 4px;
}

.article-author__bio {
  font-family: 'Avenir', 'AvenirNext', sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Prev / Next nav */

.article-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(0,0,0,0.12);
  max-width: 760px;
}

.article-nav__link {
  font-family: 'Program OT', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1E1E1E;
  text-transform: lowercase;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.3);
  padding: 8px 20px;
  display: inline-block;
  transition: background-color 0.4s, color 0.4s;
}

.article-nav__link:hover {
  background-color: #1E1E1E;
  color: #fff;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-auto {
  height: auto;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-none {
  max-width: none;
}

.grow {
  flex-grow: 1;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-center {
  text-align: center;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}
