* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --black: #050505;
  --dark: #0a0a0b;
  --dark-2: #111113;
  --cream: #f7efe4;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --soft: rgba(255, 255, 255, 0.1);
  --gold: #b77b13;
  --gold-2: #f3c46a;
  --blue: #f3c46a;
  --line: rgba(255, 255, 255, 0.12);
  --max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

#storyCanvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
}

.page-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.28;
  z-index: 0;
  pointer-events: none;
}

.page-glow-one {
  top: 5%;
  left: -160px;
  background: rgba(183, 123, 19, 0.55);
}

.page-glow-two {
  right: -190px;
  top: 38%;
  background: rgba(183, 123, 19, 0.6);
}

.section-pad {
  position: relative;
  z-index: 2;
  padding: 120px 6%;
}

.eyebrow {
  color: var(--gold-2);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 18px;
}

.site-header {
  width: 100%;
  height: 105px;
  padding: 0 7%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(5, 5, 5, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.brand-main {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.brand-sub {
  margin-top: 6px;
  font-size: clamp(0.72rem, 1vw, 0.95rem);
  letter-spacing: 0.6em;
  padding-left: 30px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 42px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  font-weight: 800;
  position: relative;
  transition: 0.3s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: -8px;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  transition: 0.3s ease;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  height: 58px;
  padding: 0 28px 0 32px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  display: inline-flex;
  align-items: center;
  gap: 26px;
  font-weight: 900;
  transition: 0.35s ease;
  box-shadow: 0 16px 45px rgba(255, 255, 255, 0.12);
}

.nav-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 55px rgba(193, 195, 93, 0.04);
}

.nav-arrow {
  font-size: 1.8rem;
  line-height: 1;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--white);
  transition: 0.3s ease;
}

.story-hero {
  min-height: 100vh;
  padding-top: 180px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 70px;
  max-width: 1380px;
  margin: 0 auto;
}

.hero-bg-word {
  position: absolute;
  top: 18%;
  left: 4%;
  font-size: clamp(6rem, 18vw, 18rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  color: rgba(255, 255, 255, 0.025);
  pointer-events: none;
}

.hero-copy h1,
.section-heading h2,
.relevance-content h2,
.fit-copy h2 {
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.hero-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.relevance-content p,
.fit-copy p,
.fit-closing p {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.55vw, 1.35rem);
  line-height: 1.65;
  margin-top: 28px;
}

.hero-copy p:not(.eyebrow) {
  max-width: 650px;
}

.hero-visual {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1200px;
}

.cinema-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  min-height: 520px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.75),
    0 0 80px rgba(183, 123, 19, 0.16),
    inset 0 0 40px rgba(255, 255, 255, 0.06);
  transform: rotateY(-8deg) rotateX(4deg);
}

.cinema-frame img {
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08);
}

.cinema-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(183, 123, 19, 0.22), transparent 30%),
    linear-gradient(120deg, rgba(0, 0, 0, 0.25), transparent 45%, rgba(0, 0, 0, 0.58));
  pointer-events: none;
}

.frame-shine {
  position: absolute;
  inset: -20%;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.28), transparent 43%);
  transform: translateX(-90%);
  animation: shineMove 8s ease-in-out infinite;
  z-index: 3;
}

.frame-scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 9px,
    rgba(255, 255, 255, 0.035) 10px
  );
  opacity: 0.25;
  pointer-events: none;
  z-index: 4;
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(243, 196, 106, 0.28);
  border-radius: 50%;
  z-index: -1;
  animation: orbitSpin 18s linear infinite;
}

.orbit-one {
  width: 360px;
  height: 360px;
  right: -90px;
  top: -80px;
}

.orbit-two {
  width: 510px;
  height: 510px;
  left: -120px;
  bottom: -120px;
  border-color: rgba(183, 123, 19, 0.24);
  animation-direction: reverse;
  animation-duration: 24s;
}

.floating-label {
  position: absolute;
  z-index: 5;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(10, 10, 11, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  animation: floatSoft 5s ease-in-out infinite;
}

.label-one {
  left: -30px;
  top: 14%;
}

.label-two {
  right: -20px;
  top: 52%;
  animation-delay: 0.7s;
}

.label-three {
  left: 8%;
  bottom: -22px;
  animation-delay: 1.3s;
}

.section-heading {
  max-width: 980px;
}

.section-heading.centered {
  text-align: center;
  margin: 0 auto 70px;
}

.operate-section {
  overflow: hidden;
}

.triptych-gallery {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.2fr 0.95fr;
  gap: 22px;
  perspective: 1400px;
}

.triptych-card {
  min-height: 440px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 34px 85px rgba(0, 0, 0, 0.42);
  transform-style: preserve-3d;
}

.triptych-card:nth-child(1) {
  transform: rotateY(8deg) translateY(34px);
}

.triptych-card:nth-child(2) {
  transform: translateY(-10px);
}

.triptych-card:nth-child(3) {
  transform: rotateY(-8deg) translateY(34px);
}

.triptych-card img {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08);
  transition: 0.7s ease;
}

.triptych-card:hover img {
  transform: scale(1.08);
}

.triptych-overlay {
  position: absolute;
  inset: auto 18px 18px 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(5, 5, 5, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.triptych-overlay span {
  color: var(--gold-2);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.triptych-overlay h3 {
  margin-top: 8px;
  font-size: 1.15rem;
  line-height: 1.2;
}

.wide-statement {
  max-width: 1100px;
  margin: 100px auto 0;
  padding: 42px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.wide-statement p {
  color: var(--cream);
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.relevance-section {
  padding-top: 80px;
}

.relevance-shell {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 42px;
  align-items: center;
  padding: 62px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 82% 18%, rgba(183, 123, 19, 0.15), transparent 32%),
    radial-gradient(circle at 18% 82%, rgba(183, 123, 19, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.5);
}

.relevance-map {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.65;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.relevance-map::before {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px dashed rgba(243, 196, 106, 0.28);
  border-radius: 50%;
  animation: orbitSpin 30s linear infinite;
}

.map-node {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--gold-2);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(243, 196, 106, 0.9);
  animation: pulseNode 2.8s ease-in-out infinite;
}

.node-a {
  top: 22%;
  left: 24%;
}

.node-b {
  top: 36%;
  right: 24%;
  background: var(--gold-2);
  box-shadow: 0 0 30px rgba(183, 123, 19, 0.9);
  animation-delay: 0.4s;
}

.node-c {
  bottom: 24%;
  left: 40%;
  animation-delay: 0.9s;
}

.node-d {
  bottom: 28%;
  right: 15%;
  background: var(--gold-2);
  box-shadow: 0 0 30px rgba(183, 123, 19, 0.9);
  animation-delay: 1.2s;
}

.relevance-content {
  position: relative;
  z-index: 2;
}

.relevance-content h2 {
  max-width: 760px;
}

.relevance-content h2::after,
.section-heading h2::after,
.fit-copy h2::after {
  content: "";
  display: block;
  width: min(520px, 70%);
  height: 2px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.relevance-content h3 {
  margin-top: 42px;
  font-size: clamp(1.4rem, 3vw, 3rem);
  letter-spacing: -0.06em;
  color: var(--cream);
}

.relevance-side-card {
  position: relative;
  z-index: 2;
  padding: 28px;
  border-radius: 28px;
  background: rgba(5, 5, 5, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.04);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.relevance-side-card span {
  color: var(--gold-2);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  font-weight: 900;
}

.relevance-side-card strong {
  margin-top: 16px;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.working-section {
  background:
    radial-gradient(circle at 14% 20%, rgba(183, 123, 19, 0.12), transparent 32%),
    radial-gradient(circle at 90% 40%, rgba(183, 123, 19, 0.1), transparent 30%),
    #080808;
}

.working-section .section-heading {
  max-width: 1180px;
  margin: 0 auto 64px;
}

.principle-intro {
  color: var(--cream) !important;
  font-weight: 800;
}

.principle-grid {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.principle-grid::before {
  content: "";
  position: absolute;
  inset: -80px -70px;
  border: 2px dashed rgba(183, 123, 19, 0.32);
  border-radius: 50%;
  transform: rotate(-10deg);
  pointer-events: none;
  opacity: 0.7;
  animation: pathDrift 12s ease-in-out infinite alternate;
}

.principle-card {
  position: relative;
  z-index: 2;
  min-height: 310px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.5),
    inset 0 0 38px rgba(255, 255, 255, 0.035);
  transition: 0.45s ease;
}

.principle-card:hover {
  transform: translateY(-12px);
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.62),
    0 0 45px rgba(183, 123, 19, 0.13);
}

.principle-top {
  min-height: 86px;
  background: var(--cream);
  color: #171717;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 26px;
}

.principle-top span {
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(183, 123, 19, 0.7);
}

.principle-top h3 {
  font-size: 30px;
  letter-spacing: -0.05em;
  font-weight: 500px;
}

.principle-card p {
  padding: 34px 26px;
  color: var(--cream);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: -0.045em;
}

.fit-section {
  background:
    linear-gradient(180deg, #050505, #0b0b0c),
    radial-gradient(circle at 70% 20%, rgba(183, 123, 19, 0.12), transparent 28%);
}

.fit-panel {
  max-width: var(--max);
  margin: 0 auto;
  padding: 58px;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.46);
}

.fit-list {
  margin-top: 55px;
  display: grid;
  gap: 24px;
}

.fit-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: 0.35s ease;
}

.fit-item:hover {
  transform: translateX(12px);
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(243, 196, 106, 0.32);
}

.fit-item span {
  color: var(--gold-2);
  font-size: 2.1rem;
  line-height: 1;
}

.fit-item p {
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  font-weight: 850;
  letter-spacing: -0.045em;
}

.fit-closing {
  margin-top: 48px;
  max-width: 980px;
}

.site-footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #050505;
  padding: 110px 6% 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-network {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(5, 5, 5, 0.82), rgba(5, 5, 5, 0.92)),
    url("world-network.png") center/cover no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.footer-cta,
.footer-main,
.footer-bottom {
  position: relative;
  z-index: 2;
}

.footer-cta {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 90px;
}

.connector-3d {
  margin: 28px auto 34px;
  max-width: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 700px;
}

.connector-line {
  height: 2px;
  flex: 1;
   background: linear-gradient(90deg, transparent, var(--gold-2), var(--gold), transparent);
  box-shadow: 0 0 24px rgba(66, 200, 255, 0.4);
  animation: connectorPulse 3s ease-in-out infinite;
}

.connector-node {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow:
    0 0 22px rgba(243, 196, 106, 0.9),
    0 0 50px rgba(168, 158, 89, 0.28);
  animation: nodeFloat 3.5s ease-in-out infinite;
}

.node-mid {
  width: 24px;
  height: 24px;
  background: var(--gold);
  animation-delay: 0.5s;
}

.node-right {
  animation-delay: 1s;
}

.footer-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  font-weight: 950;
  letter-spacing: -0.02em;
  transition: 0.35s ease;
}

.footer-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 70px rgba(183, 123, 19, 0.24);
}

.footer-main {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand p {
  max-width: 430px;
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.footer-logo .brand-main {
  font-size: 2.2rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-column h4 {
  color: var(--cream);
  margin-bottom: 8px;
  font-size: 1rem;
}

.footer-column a {
  color: var(--muted);
  transition: 0.3s ease;
}

.footer-column a:hover {
  color: var(--gold-2);
}

.footer-bottom {
  max-width: var(--max);
  margin: 52px auto 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.9rem;
}

.reveal-up {
  opacity: 0;
  transform: translateY(42px);
  transition: 0.85s ease;
}

.reveal-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes shineMove {
  0%, 45% {
    transform: translateX(-90%);
  }

  60%, 100% {
    transform: translateX(90%);
  }
}

@keyframes orbitSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes floatSoft {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes pulseNode {
  0%, 100% {
    transform: scale(1);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.55);
    opacity: 1;
  }
}

@keyframes pathDrift {
  from {
    transform: rotate(-10deg) translateY(0);
  }

  to {
    transform: rotate(-4deg) translateY(18px);
  }
}

@keyframes connectorPulse {
  0%, 100% {
    opacity: 0.45;
    transform: scaleX(0.92);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes nodeFloat {
  0%, 100% {
    transform: translateY(0) translateZ(0);
  }

  50% {
    transform: translateY(-8px) translateZ(40px);
  }
}

@media (max-width: 1080px) {
  .site-header {
    padding: 0 5%;
  }

  .nav-links {
    gap: 24px;
  }

  .story-hero {
    grid-template-columns: 1fr;
    padding-top: 160px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .cinema-frame {
    transform: none;
  }

  .triptych-gallery {
    grid-template-columns: 1fr;
  }

  .triptych-card,
  .triptych-card:nth-child(1),
  .triptych-card:nth-child(2),
  .triptych-card:nth-child(3) {
    transform: none;
  }

  .relevance-shell {
    grid-template-columns: 1fr;
  }

  .relevance-side-card {
    min-height: 220px;
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 88px;
  }

  .brand-main {
    font-size: 1.7rem;
  }

  .brand-sub {
    font-size: 0.62rem;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: calc(100vh - 88px);
    padding: 42px 7%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgba(5, 5, 5, 0.96);
    backdrop-filter: blur(18px);
    transform: translateX(100%);
    transition: 0.35s ease;
  }

  .nav-links.active {
    transform: translateX(0);
  }

  .nav-links a {
    font-size: 2rem;
    letter-spacing: -0.05em;
  }

  .nav-cta {
    display: none;
  }

  .section-pad {
    padding: 90px 6%;
  }

  .story-hero {
    min-height: auto;
    padding-top: 140px;
  }

  .cinema-frame,
  .cinema-frame img {
    min-height: 380px;
  }

  .floating-label {
    display: none;
  }

  .wide-statement {
    padding: 28px;
    margin-top: 60px;
  }

  .relevance-shell,
  .fit-panel {
    padding: 34px 24px;
    border-radius: 30px;
  }

  .principle-grid::before {
    display: none;
  }

  .fit-item {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .section-pad {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-copy h1,
  .section-heading h2,
  .relevance-content h2,
  .fit-copy h2 {
    font-size: 3.1rem;
  }

  .hero-copy p:not(.eyebrow),
  .section-heading p:not(.eyebrow),
  .relevance-content p,
  .fit-copy p,
  .fit-closing p {
    font-size: 1rem;
  }

  .triptych-card,
  .triptych-card img {
    min-height: 330px;
  }

  .principle-card p {
    font-size: 1.35rem;
  }

  .fit-item p {
    font-size: 1.18rem;
  }

  .footer-button {
    width: 100%;
  }
}