:root {
  --performance-ink: #142018;
  --performance-ink-soft: #1f2e25;
  --performance-copper: #d89a63;
  --performance-ivory: #f4efe8;
  --performance-paper: #fbf8f3;
  --performance-line: rgba(216, 154, 99, 0.3);
}

body {
  background: var(--performance-ink);
}

body::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 154, 99, 0.055), transparent 24rem),
    radial-gradient(circle at 84% 76%, rgba(244, 239, 232, 0.035), transparent 26rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
}

.container {
  width: min(1280px, calc(100% - 64px));
}

.site-header {
  background: rgba(20, 32, 24, 0.94);
  border-bottom-color: rgba(216, 154, 99, 0.2);
  backdrop-filter: blur(18px);
}

.nav-shell {
  height: 84px;
  width: min(1380px, calc(100% - 64px));
}

.brand-mark {
  height: 50px;
  width: 50px;
}

.brand-name,
.desktop-nav .nav-link,
.nav-phone {
  color: var(--performance-ivory);
}

.brand-name {
  font-size: 1.05rem;
  letter-spacing: 0.14em;
}

.brand-tag {
  color: rgba(216, 154, 99, 0.74);
  font-size: 0.57rem;
  letter-spacing: 0.08em;
}

.desktop-nav {
  gap: 1.8rem;
}

.desktop-nav .nav-link {
  font-size: 0.63rem;
  letter-spacing: 0.13em;
}

.desktop-nav .nav-link::after {
  background: var(--performance-copper);
}

.nav-phone {
  border-color: rgba(244, 239, 232, 0.28);
}

.desktop-nav .button-dark {
  background: var(--performance-copper);
  color: var(--performance-ink);
}

.menu-toggle span {
  background: var(--performance-ivory);
}

.mobile-panel {
  background: var(--performance-ink);
}

.mobile-panel nav a {
  border-bottom-color: rgba(244, 239, 232, 0.15);
  color: var(--performance-ivory);
}

.mobile-panel nav a span {
  color: var(--performance-copper);
}

.button {
  letter-spacing: 0.13em;
  min-height: 56px;
  padding-inline: 1.75rem;
}

.button-copper {
  background: var(--performance-copper);
  color: var(--performance-ink);
}

.button-dark {
  background: var(--performance-ink);
}

.performance-home {
  background: var(--performance-ink);
  color: var(--performance-ivory);
}

.performance-home h1,
.performance-home h2,
.performance-home h3 {
  text-wrap: balance;
}

.performance-noise {
  background-image:
    linear-gradient(112deg, transparent 0 23%, rgba(216, 154, 99, 0.05) 23.15%, transparent 23.3% 71%, rgba(244, 239, 232, 0.035) 71.15%, transparent 71.3%),
    repeating-linear-gradient(128deg, transparent 0 56px, rgba(216, 154, 99, 0.025) 57px, transparent 58px);
  inset: 0;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
}

.performance-kicker,
.performance-section-label {
  color: #a25d31;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.22em;
  margin: 0 0 1.8rem;
  text-transform: uppercase;
}

.performance-kicker {
  color: rgba(244, 239, 232, 0.66);
}

.performance-kicker span {
  color: var(--performance-copper);
  margin-right: 0.8rem;
}

.performance-section-label-light {
  color: var(--performance-copper);
}

.performance-link {
  align-items: center;
  color: var(--performance-ivory);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 0.7rem;
  letter-spacing: 0.12em;
  padding-bottom: 0.35rem;
  position: relative;
  text-transform: uppercase;
}

.performance-link::after {
  background: var(--performance-copper);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 220ms ease;
  width: 2.4rem;
}

.performance-link:hover::after {
  width: 100%;
}

.performance-link span {
  color: var(--performance-copper);
}

.performance-link-dark {
  color: var(--performance-ink);
}

.performance-hero {
  background: var(--performance-ink);
  min-height: calc(100svh - 84px);
  overflow: hidden;
  position: relative;
}

.performance-hero::before {
  background:
    linear-gradient(90deg, rgba(20, 32, 24, 0.98) 0%, rgba(20, 32, 24, 0.9) 40%, rgba(20, 32, 24, 0.35) 71%, rgba(20, 32, 24, 0.55) 100%),
    linear-gradient(0deg, var(--performance-ink) 0%, transparent 28%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.performance-hero::after {
  border: 1px solid rgba(216, 154, 99, 0.22);
  content: "";
  height: min(58vw, 780px);
  position: absolute;
  right: -12vw;
  top: 10%;
  transform: rotate(45deg);
  width: min(58vw, 780px);
  z-index: 1;
}

.performance-hero-image {
  inset: 0 0 0 34%;
  position: absolute;
}

.performance-hero-image img {
  filter: saturate(0.68) sepia(0.12) contrast(1.08) brightness(0.76);
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
  width: 100%;
}

.performance-hero-inner {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 12rem;
  min-height: calc(100svh - 136px);
  position: relative;
  z-index: 2;
}

.performance-hero-copy {
  max-width: 63rem;
  padding: 6rem 0 8rem;
}

.performance-hero h1 {
  color: var(--performance-ivory);
  font-size: clamp(4.5rem, 9.2vw, 9.5rem);
  letter-spacing: -0.055em;
  line-height: 0.79;
  margin: 0 0 2.4rem;
}

.performance-hero h1 em {
  color: var(--performance-copper);
  display: inline-block;
  font-weight: 400;
  margin-left: clamp(0rem, 5vw, 5rem);
}

.performance-lede {
  color: rgba(244, 239, 232, 0.75);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
  margin: 0 0 2.4rem;
  max-width: 42rem;
}

.performance-hero-index {
  border-left: 1px solid rgba(216, 154, 99, 0.28);
}

.performance-hero-index div {
  border-bottom: 1px solid rgba(216, 154, 99, 0.2);
  padding: 1.2rem 0 1.2rem 1.4rem;
}

.performance-hero-index span {
  color: var(--performance-copper);
  display: block;
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  margin-bottom: 0.25rem;
}

.performance-hero-index p {
  color: rgba(244, 239, 232, 0.72);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.performance-ticker {
  background: var(--performance-copper);
  bottom: 0;
  color: var(--performance-ink);
  overflow: hidden;
  padding: 1rem 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.performance-ticker div {
  animation: performance-ticker 28s linear infinite;
  display: flex;
  min-width: max-content;
}

.performance-ticker span {
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  padding: 0 1.6rem;
  text-transform: uppercase;
}

.performance-ticker i {
  background: var(--performance-ink);
  display: block;
  height: 4px;
  margin-top: 0.42rem;
  transform: rotate(45deg);
  width: 4px;
}

@keyframes performance-ticker {
  to { transform: translateX(-50%); }
}

.performance-manifesto {
  background: var(--performance-ivory);
  color: var(--charcoal);
  padding: clamp(7rem, 11vw, 12rem) 0;
}

.performance-manifesto-grid {
  display: grid;
  gap: clamp(3rem, 7vw, 8rem);
  grid-template-columns: 1.15fr 0.85fr;
}

.performance-manifesto h2,
.performance-services h2,
.performance-founder h2,
.performance-final h2 {
  color: var(--performance-ink);
  font-size: clamp(3.4rem, 6.8vw, 7.2rem);
  letter-spacing: -0.055em;
  line-height: 0.91;
  margin: 0;
}

.performance-manifesto h2 em,
.performance-services h2 em,
.performance-founder h2 em {
  color: #a25d31;
  font-weight: 400;
}

.performance-manifesto-copy {
  align-self: end;
  border-top: 1px solid rgba(31, 46, 37, 0.3);
  padding-top: 2rem;
}

.performance-manifesto-copy > p {
  color: rgba(42, 42, 42, 0.68);
  max-width: 36rem;
}

.performance-drop {
  color: var(--performance-ink) !important;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  line-height: 1.25;
}

.performance-principles {
  border-top: 1px solid rgba(31, 46, 37, 0.25);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(5rem, 8vw, 8rem);
}

.performance-principles article {
  border-right: 1px solid rgba(31, 46, 37, 0.2);
  padding: 2.2rem 2.2rem 0 0;
}

.performance-principles article + article {
  padding-left: 2.2rem;
}

.performance-principles article:last-child {
  border-right: 0;
}

.performance-principles span,
.performance-service-list > a > span,
.performance-case-foot span {
  color: #a25d31;
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.17em;
}

.performance-principles h3 {
  color: var(--performance-ink);
  font-size: 1.5rem;
  margin: 2rem 0 0.65rem;
}

.performance-principles p {
  color: rgba(42, 42, 42, 0.62);
  font-size: 0.88rem;
  margin: 0;
}

.performance-system {
  background:
    radial-gradient(circle at 20% 60%, rgba(216, 154, 99, 0.08), transparent 23rem),
    var(--performance-ink);
  color: var(--performance-ivory);
  overflow: hidden;
  padding: clamp(7rem, 11vw, 12rem) 0;
  position: relative;
}

.performance-system-head,
.performance-case-head {
  align-items: end;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1.1fr 0.9fr;
  position: relative;
  z-index: 1;
}

.performance-system h2,
.performance-case h2,
.performance-scorecard h2 {
  color: var(--performance-ivory);
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
  margin: 0;
}

.performance-system h2 em,
.performance-case h2 em,
.performance-scorecard h2 em {
  color: var(--performance-copper);
  font-weight: 400;
}

.performance-system-head > p,
.performance-case-head > p {
  border-top: 1px solid rgba(216, 154, 99, 0.32);
  color: rgba(244, 239, 232, 0.66);
  margin: 0;
  padding-top: 1.5rem;
}

.performance-system-grid {
  align-items: center;
  display: grid;
  gap: clamp(4rem, 8vw, 9rem);
  grid-template-columns: 0.8fr 1.2fr;
  margin-top: clamp(5rem, 8vw, 8rem);
  position: relative;
  z-index: 1;
}

.performance-orbit {
  aspect-ratio: 1;
  margin: 0 auto;
  max-width: 34rem;
  position: relative;
  width: 100%;
}

.performance-orbit::before,
.performance-orbit::after {
  background: rgba(216, 154, 99, 0.22);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.performance-orbit::before {
  height: 1px;
  width: 100%;
}

.performance-orbit::after {
  height: 100%;
  width: 1px;
}

.orbit-ring {
  border: 1px solid rgba(216, 154, 99, 0.34);
  inset: 8%;
  position: absolute;
  transform: rotate(45deg);
}

.orbit-ring-two {
  inset: 21%;
  transform: rotate(22.5deg);
}

.orbit-ring-three {
  inset: 34%;
  transform: rotate(67.5deg);
}

.orbit-core {
  align-items: center;
  background: var(--performance-ink);
  border: 1px solid var(--performance-copper);
  display: flex;
  flex-direction: column;
  inset: 39%;
  justify-content: center;
  position: absolute;
  transform: rotate(45deg);
  z-index: 2;
}

.orbit-core img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(33%) saturate(674%) hue-rotate(341deg) brightness(92%);
  transform: rotate(-45deg);
  width: 2.2rem;
}

.orbit-core span {
  color: var(--performance-copper);
  font-size: 0.45rem;
  letter-spacing: 0.18em;
  margin-top: 0.35rem;
  transform: rotate(-45deg);
}

.orbit-label {
  background: var(--performance-ink);
  color: rgba(244, 239, 232, 0.74);
  font-size: 0.54rem;
  letter-spacing: 0.12em;
  padding: 0.25rem 0.45rem;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.orbit-label-one { left: 4%; top: 12%; }
.orbit-label-two { right: 4%; top: 22%; }
.orbit-label-three { right: 1%; top: 68%; }
.orbit-label-four { bottom: 5%; left: 39%; }
.orbit-label-five { left: 0; top: 65%; }

.performance-phases {
  border-top: 1px solid rgba(216, 154, 99, 0.28);
}

.performance-phases article {
  border-bottom: 1px solid rgba(216, 154, 99, 0.22);
  display: grid;
  gap: 2rem;
  grid-template-columns: 5.5rem 1fr;
  padding: 1.45rem 0;
}

.performance-phases > article > span {
  color: var(--performance-copper);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  padding-top: 0.45rem;
  text-transform: uppercase;
}

.performance-phases h3 {
  color: var(--performance-ivory);
  font-size: clamp(1.6rem, 2.7vw, 2.5rem);
  margin: 0 0 0.35rem;
}

.performance-phases p {
  color: rgba(244, 239, 232, 0.6);
  font-size: 0.84rem;
  margin: 0;
  max-width: 42rem;
}

.performance-services {
  background: var(--performance-paper);
  padding: clamp(7rem, 11vw, 12rem) 0;
}

.performance-services-intro {
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: 1.1fr 0.9fr;
}

.performance-services-intro .performance-section-label {
  grid-column: 1 / -1;
}

.performance-services-intro > p:last-child {
  align-self: end;
  border-top: 1px solid rgba(31, 46, 37, 0.28);
  color: rgba(42, 42, 42, 0.64);
  margin: 0;
  padding-top: 1.5rem;
}

.performance-service-list {
  border-top: 1px solid rgba(31, 46, 37, 0.28);
  margin-top: clamp(5rem, 8vw, 8rem);
}

.performance-service-list > a {
  align-items: center;
  border-bottom: 1px solid rgba(31, 46, 37, 0.24);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 3.5rem minmax(16rem, 0.8fr) 1fr 2rem;
  padding: 2rem 0;
  transition: background 200ms ease, padding 200ms ease;
}

.performance-service-list > a:hover {
  background: rgba(216, 154, 99, 0.1);
  padding-inline: 1.25rem;
}

.performance-service-list h3 {
  color: var(--performance-ink);
  font-size: clamp(1.55rem, 2.6vw, 2.5rem);
  margin: 0;
}

.performance-service-list p {
  color: rgba(42, 42, 42, 0.6);
  font-size: 0.85rem;
  margin: 0;
}

.performance-service-list i {
  color: #a25d31;
  font-size: 1.2rem;
  font-style: normal;
}

.performance-case {
  background: var(--performance-ink-soft);
  color: var(--performance-ivory);
  padding: clamp(7rem, 11vw, 12rem) 0;
}

.performance-verticals {
  background: var(--performance-ink);
  border-bottom: 1px solid rgba(216, 154, 99, 0.22);
  border-top: 1px solid rgba(216, 154, 99, 0.22);
  padding: clamp(7rem, 11vw, 11rem) 0;
}

.performance-verticals-head {
  display: grid;
  gap: 2rem 5rem;
  grid-template-columns: 0.7fr 1.3fr;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.performance-verticals-head .performance-section-label {
  padding-top: 0.5rem;
}

.performance-verticals-head h2 {
  color: var(--performance-ivory);
  font-size: clamp(3.5rem, 6.6vw, 7rem);
  line-height: 0.9;
  margin: 0;
}

.performance-verticals-head h2 em {
  color: var(--performance-copper);
  font-weight: 400;
}

.performance-verticals-grid {
  border: 1px solid rgba(216, 154, 99, 0.3);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.performance-verticals-grid > a {
  min-height: 32rem;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 4rem);
  position: relative;
}

.performance-verticals-grid > a + a {
  border-left: 1px solid rgba(216, 154, 99, 0.3);
}

.performance-verticals-grid > a::before {
  background:
    linear-gradient(145deg, transparent 0 65%, rgba(216, 154, 99, 0.1) 65.2%, transparent 65.4%);
  content: "";
  inset: 0;
  position: absolute;
  transition: transform 500ms ease;
}

.performance-verticals-grid > a:hover::before {
  transform: scale(1.08);
}

.performance-verticals-grid span,
.performance-verticals-grid i {
  color: var(--performance-copper);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.performance-verticals-grid h3 {
  color: var(--performance-ivory);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 0.92;
  margin: 4rem 0 1.3rem;
}

.performance-verticals-grid p {
  color: rgba(244, 239, 232, 0.62);
  font-size: 0.86rem;
  max-width: 30rem;
}

.performance-verticals-grid i {
  bottom: clamp(2rem, 4vw, 4rem);
  position: absolute;
}

.performance-case-images {
  display: grid;
  gap: 1px;
  grid-template-columns: 0.84fr 1.16fr;
  margin-top: clamp(4rem, 7vw, 7rem);
  padding: 1px;
}

.shieldroof-brand-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(4rem, 7vw, 7rem);
  padding: 1px;
}

.shieldroof-brand-card {
  background: #0b0b0b;
  margin: 0;
  min-width: 0;
}

.shieldroof-card-canvas,
.shieldroof-application-canvas {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.shieldroof-card-canvas {
  align-items: center;
  background:
    linear-gradient(135deg, transparent 0 62%, rgba(184, 138, 74, 0.13) 62.15%, transparent 62.3%),
    radial-gradient(circle at 50% 48%, #202225 0, #111214 47%, #0b0b0b 75%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 4.5rem);
}

.shieldroof-board-meta {
  color: rgba(236, 236, 236, 0.5);
  display: flex;
  font-size: 0.56rem;
  font-weight: 700;
  justify-content: space-between;
  left: clamp(1.25rem, 2.5vw, 2.5rem);
  letter-spacing: 0.14em;
  position: absolute;
  right: clamp(1.25rem, 2.5vw, 2.5rem);
  text-transform: uppercase;
  top: clamp(1.25rem, 2.5vw, 2.5rem);
}

.shieldroof-live-lockup {
  align-items: center;
  display: flex;
  gap: clamp(0.8rem, 1.5vw, 1.4rem);
  position: relative;
  z-index: 1;
}

.shieldroof-live-lockup-primary {
  flex-direction: column;
  text-align: center;
}

.shieldroof-live-mark {
  color: #b88a4a;
  flex: none;
  height: auto;
  width: clamp(3.8rem, 6.5vw, 6rem);
}

.shieldroof-live-lockup-primary .shieldroof-live-mark {
  width: clamp(4.8rem, 8vw, 7.5rem);
}

.shieldroof-live-wordmark {
  color: #fff;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 0.86;
  margin: 0;
}

.shieldroof-live-wordmark span {
  color: rgba(255, 255, 255, 0.64);
  display: block;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 0.22em;
  font-weight: 700;
  letter-spacing: 0.46em;
  margin-top: 0.8em;
  padding-left: 0.46em;
}

.shieldroof-brand-idea {
  color: rgba(236, 236, 236, 0.7);
  display: flex;
  font-size: clamp(0.58rem, 0.8vw, 0.72rem);
  font-weight: 700;
  gap: 1.3rem;
  letter-spacing: 0.13em;
  margin-top: clamp(1.3rem, 2.5vw, 2.5rem);
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.shieldroof-brand-idea span + span {
  border-left: 1px solid rgba(184, 138, 74, 0.45);
  padding-left: 1.3rem;
}

.shieldroof-palette {
  bottom: clamp(1.25rem, 2.5vw, 2.5rem);
  display: grid;
  gap: clamp(0.65rem, 1vw, 1.1rem);
  grid-template-columns: repeat(4, 1fr);
  left: clamp(1.25rem, 2.5vw, 2.5rem);
  position: absolute;
  right: clamp(1.25rem, 2.5vw, 2.5rem);
}

.shieldroof-palette span {
  color: rgba(236, 236, 236, 0.52);
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shieldroof-palette i {
  background: var(--swatch);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: block;
  height: 0.42rem;
  margin-bottom: 0.42rem;
  width: 100%;
}

.shieldroof-application-canvas {
  background: #0b0b0b;
}

.shieldroof-application-image {
  display: block;
  filter: grayscale(0.45) contrast(1.08) brightness(0.62);
  height: 100%;
  object-fit: cover;
  transition: filter 300ms ease, transform 600ms ease;
  width: 100%;
}

.shieldroof-application-card:hover .shieldroof-application-image {
  filter: grayscale(0.15) contrast(1.05) brightness(0.68);
  transform: scale(1.015);
}

.shieldroof-application-canvas::after {
  background:
    linear-gradient(90deg, rgba(11, 11, 11, 0.92), rgba(11, 11, 11, 0.22) 72%),
    linear-gradient(0deg, rgba(11, 11, 11, 0.78), transparent 48%);
  content: "";
  inset: 0;
  position: absolute;
}

.shieldroof-application-overlay {
  bottom: clamp(2rem, 4vw, 4rem);
  left: clamp(2rem, 4vw, 4rem);
  position: absolute;
  right: clamp(2rem, 4vw, 4rem);
  z-index: 1;
}

.shieldroof-application-overlay .shieldroof-live-mark {
  width: clamp(2.8rem, 4.5vw, 4.3rem);
}

.shieldroof-application-overlay .shieldroof-live-wordmark {
  font-size: clamp(1.6rem, 3vw, 3rem);
}

.shieldroof-application-overlay > p {
  color: #fff;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.7vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.92;
  margin: clamp(1.5rem, 3vw, 3rem) 0 1rem;
  max-width: 10ch;
}

.shieldroof-application-overlay > span {
  color: #d7b66f;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(0.52rem, 0.8vw, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shieldroof-card-caption {
  background: #111214;
  color: rgba(244, 239, 232, 0.7);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  margin: 0;
  min-height: 4.3rem;
  padding: 1.15rem 1.25rem;
  text-transform: uppercase;
}

.shieldroof-card-caption span {
  color: #d7b66f;
  margin-right: 0.9rem;
}

.performance-case figure {
  background: var(--performance-ink);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.performance-case figure img {
  display: block;
  filter: saturate(0.72) contrast(1.03);
  height: clamp(22rem, 43vw, 42rem);
  object-fit: cover;
  transition: filter 300ms ease, transform 600ms ease;
  width: 100%;
}

.performance-case figure:hover img {
  filter: saturate(1);
  transform: scale(1.02);
}

.performance-case figcaption {
  background: rgba(20, 32, 24, 0.94);
  bottom: 0;
  color: rgba(244, 239, 232, 0.72);
  font-size: 0.72rem;
  left: 0;
  letter-spacing: 0.06em;
  padding: 1rem 1.25rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.performance-case figcaption span {
  color: var(--performance-copper);
  margin-right: 1rem;
}

.performance-case-foot {
  align-items: center;
  border-bottom: 1px solid rgba(216, 154, 99, 0.24);
  border-top: 1px solid rgba(216, 154, 99, 0.24);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr) auto;
  margin-top: 2rem;
}

.performance-case-foot > div {
  border-right: 1px solid rgba(216, 154, 99, 0.2);
  padding: 1.25rem 0;
}

.performance-case-foot p {
  color: rgba(244, 239, 232, 0.72);
  font-size: 0.72rem;
  margin: 0.2rem 0 0;
}

.performance-case-stillwater {
  background:
    linear-gradient(130deg, transparent 0 73%, rgba(217, 101, 55, 0.08) 73.15%, transparent 73.3%),
    #f3f0e8;
  color: #071d28;
}

.performance-case-stillwater h2 {
  color: #071d28;
}

.performance-case-stillwater h2 em {
  color: #d96537;
}

.performance-case-stillwater .performance-case-head > p {
  border-top-color: rgba(7, 29, 40, 0.2);
  color: rgba(7, 29, 40, 0.7);
}

.performance-case-stillwater .performance-case-images {
  background: rgba(7, 29, 40, 0.14);
}

.performance-case-stillwater figure {
  background: #071d28;
}

.performance-case-stillwater figure img {
  aspect-ratio: 16 / 9;
  filter: none;
  height: auto;
  object-fit: cover;
}

.performance-case-stillwater figure:hover img {
  filter: none;
}

.performance-case-stillwater figcaption {
  background: rgba(7, 29, 40, 0.94);
}

.performance-case-stillwater figcaption span,
.performance-case-stillwater .performance-case-foot span {
  color: #ec7443;
}

.performance-case-stillwater .performance-case-foot {
  border-bottom-color: rgba(7, 29, 40, 0.18);
  border-top-color: rgba(7, 29, 40, 0.18);
}

.performance-case-stillwater .performance-case-foot > div {
  border-right-color: rgba(7, 29, 40, 0.14);
}

.performance-case-stillwater .performance-case-foot p {
  color: rgba(7, 29, 40, 0.72);
}

.performance-case-stillwater .performance-link {
  color: #071d28;
}

.performance-founder {
  background: var(--performance-sand, #e7ddd0);
  padding: clamp(7rem, 11vw, 12rem) 0;
}

.performance-founder-grid {
  align-items: center;
  display: grid;
  gap: clamp(3.5rem, 8vw, 9rem);
  grid-template-columns: 0.78fr 1.22fr;
}

.performance-founder-portrait {
  position: relative;
}

.performance-founder-portrait::before {
  border: 1px solid rgba(31, 46, 37, 0.36);
  content: "";
  inset: -1.2rem 1.2rem 1.2rem -1.2rem;
  position: absolute;
}

.performance-founder-portrait img {
  display: block;
  filter: saturate(0.7) contrast(1.02);
  height: min(63vw, 46rem);
  object-fit: cover;
  object-position: top;
  position: relative;
  width: 100%;
}

.performance-founder-portrait > p {
  background: var(--performance-ink);
  bottom: 0;
  color: var(--performance-ivory);
  font-family: var(--display);
  font-size: 1.25rem;
  left: 0;
  margin: 0;
  padding: 1.1rem 1.3rem;
  position: absolute;
  right: 0;
}

.performance-founder-portrait > p span {
  color: var(--performance-copper);
  display: block;
  font-family: var(--sans);
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  margin-top: 0.25rem;
  text-transform: uppercase;
}

.performance-founder-grid > div:last-child > p:not(.performance-section-label) {
  color: rgba(42, 42, 42, 0.66);
  max-width: 44rem;
}

.performance-scorecard {
  background:
    linear-gradient(128deg, transparent 0 46%, rgba(216, 154, 99, 0.08) 46.2%, transparent 46.4%),
    var(--performance-ink);
  overflow: hidden;
  padding: clamp(7rem, 11vw, 12rem) 0;
  position: relative;
}

.performance-scorecard-grid {
  align-items: center;
  display: grid;
  gap: clamp(4rem, 9vw, 10rem);
  grid-template-columns: 0.55fr 1.45fr;
  position: relative;
  z-index: 1;
}

.performance-score-mark {
  align-content: center;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 154, 99, 0.34);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2.3rem;
  position: relative;
  transform: rotate(45deg);
}

.performance-score-mark > * {
  transform: rotate(-45deg);
}

.performance-score-mark > span {
  color: var(--performance-copper);
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.8;
}

.performance-score-mark > p {
  align-self: center;
  color: rgba(244, 239, 232, 0.6);
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.performance-score-mark > i {
  background: rgba(216, 154, 99, 0.3);
  grid-column: 1 / -1;
  height: 1px;
  margin: 1.6rem 0;
  transform: none;
}

.performance-scorecard-grid > div:last-child > p:not(.performance-section-label) {
  color: rgba(244, 239, 232, 0.65);
  margin: 1.7rem 0 2rem;
  max-width: 46rem;
}

.performance-final {
  background: var(--performance-copper);
  color: var(--performance-ink);
  padding: clamp(7rem, 11vw, 12rem) 0;
}

.performance-final .container {
  display: grid;
  gap: 3rem 5rem;
  grid-template-columns: 1.25fr 0.75fr;
}

.performance-final .performance-section-label {
  color: rgba(20, 32, 24, 0.68);
  grid-column: 1 / -1;
}

.performance-final > .container > div {
  align-self: end;
  border-top: 1px solid rgba(20, 32, 24, 0.35);
  padding-top: 1.5rem;
}

.performance-final p {
  color: rgba(20, 32, 24, 0.75);
}

/* Interior pages */

.page-hero {
  background:
    linear-gradient(115deg, rgba(20, 32, 24, 0.98), rgba(20, 32, 24, 0.82)),
    url("hero-arch.png") center 43% / cover;
  border-bottom: 1px solid rgba(216, 154, 99, 0.25);
  min-height: 38rem;
  padding: clamp(7rem, 11vw, 11rem) 0;
  position: relative;
}

.page-hero::after {
  border: 1px solid rgba(216, 154, 99, 0.22);
  content: "";
  height: 24rem;
  position: absolute;
  right: -7rem;
  top: 8rem;
  transform: rotate(45deg);
  width: 24rem;
}

.page-hero-grid {
  align-items: end;
  grid-template-columns: 1.2fr 0.8fr;
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  color: var(--performance-ivory);
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.88;
}

.page-hero h1 em {
  color: var(--performance-copper);
}

.page-lead {
  color: rgba(244, 239, 232, 0.72);
  max-width: 46rem;
}

.page-hero-aside {
  background: rgba(20, 32, 24, 0.72);
  border-color: rgba(216, 154, 99, 0.28);
  backdrop-filter: blur(10px);
}

.page-hero-aside span {
  color: var(--performance-copper);
}

.section-ivory {
  background: var(--performance-ivory);
}

.section-sand {
  background: #e7ddd0;
}

.dark-panel,
.founder-section,
.hub-preview,
.work-section {
  background:
    linear-gradient(122deg, transparent 0 67%, rgba(216, 154, 99, 0.06) 67.2%, transparent 67.4%),
    var(--performance-ink);
}

.value-card,
.cluster-card,
.detail-card,
.process-step,
.audience-card,
.invest-card,
.faq-item {
  border-radius: 0;
}

.value-card,
.cluster-card,
.detail-card {
  border-color: rgba(31, 46, 37, 0.24);
  box-shadow: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.value-card:hover,
.cluster-card:hover,
.detail-card:hover {
  border-color: rgba(162, 93, 49, 0.62);
  transform: translateY(-4px);
}

.content-grid,
.intro-grid,
.split-heading {
  gap: clamp(3rem, 7vw, 8rem);
}

.content-grid h2,
.intro-grid h2,
.split-heading h2,
.section-heading h2 {
  font-size: clamp(3.1rem, 6vw, 6.2rem);
  line-height: 0.92;
}

.cta-section {
  background: var(--performance-copper);
  color: var(--performance-ink);
}

.cta-section h2,
.cta-section p,
.cta-section .eyebrow,
.cta-section .text-link {
  color: var(--performance-ink);
}

.cta-section .button-copper {
  background: var(--performance-ink);
  color: var(--performance-ivory);
}

.cta-contact-line {
  color: rgba(20, 32, 24, 0.7) !important;
}

.q-hero {
  background:
    linear-gradient(115deg, rgba(20, 32, 24, 0.98), rgba(20, 32, 24, 0.76)),
    url("hero-arch.png") center 40% / cover;
  min-height: 40rem;
  padding: clamp(7rem, 11vw, 11rem) 0;
}

.q-hero h1 {
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.88;
}

.q-panel {
  border-color: rgba(216, 154, 99, 0.45);
}

.q-opt-body {
  border-color: rgba(31, 46, 37, 0.23);
}

.q-opt input:checked + .q-opt-body {
  background: var(--performance-ink);
  border-color: var(--performance-copper);
}

.site-footer {
  background:
    linear-gradient(130deg, transparent 0 70%, rgba(196, 106, 60, 0.08) 70.2%, transparent 70.4%),
    #f4efe8;
  border-top: 1px solid rgba(31, 46, 37, 0.18);
  color: rgba(31, 46, 37, 0.76);
}

.site-footer a {
  color: rgba(31, 46, 37, 0.88);
}

.footer-main {
  border-bottom-color: rgba(31, 46, 37, 0.14);
  padding-top: 5rem;
}

.footer-name {
  color: var(--performance-forest);
  letter-spacing: 0.16em;
}

.site-footer .footer-summary,
.site-footer .footer-brand-lockup p:last-child,
.site-footer .footer-newsletter .blurb,
.site-footer .footer-bottom {
  color: rgba(31, 46, 37, 0.68);
}

.site-footer .footer-label {
  color: #9a532e;
}

.site-footer .footer-newsletter {
  border-bottom-color: rgba(31, 46, 37, 0.14);
}

.site-footer .newsletter-form input[type="email"] {
  background: #fffdf9;
  border-color: rgba(31, 46, 37, 0.22);
  color: var(--performance-forest);
}

.site-footer .newsletter-form input[type="email"]::placeholder {
  color: rgba(31, 46, 37, 0.48);
}

.site-footer .footer-bottom {
  border-top-color: rgba(31, 46, 37, 0.14);
}

.footer-column a:hover {
  color: #9a532e;
}

@media (max-width: 1080px) {
  .performance-hero-inner,
  .performance-manifesto-grid,
  .performance-system-head,
  .performance-system-grid,
  .performance-services-intro,
  .performance-case-head,
  .performance-founder-grid,
  .performance-scorecard-grid,
  .performance-final .container {
    grid-template-columns: 1fr;
  }

  .performance-verticals-head {
    grid-template-columns: 1fr;
  }

  .performance-hero-index {
    display: none;
  }

  .performance-hero-image {
    inset: 0;
  }

  .performance-hero::before {
    background:
      linear-gradient(90deg, rgba(20, 32, 24, 0.98), rgba(20, 32, 24, 0.62)),
      linear-gradient(0deg, var(--performance-ink), transparent 40%);
  }

  .performance-system-grid {
    gap: 5rem;
  }

  .performance-orbit {
    max-width: 28rem;
  }

  .performance-founder-portrait img {
    height: 42rem;
    max-width: 35rem;
  }

  .performance-score-mark {
    max-width: 22rem;
  }

  .performance-final .performance-section-label,
  .performance-services-intro .performance-section-label {
    grid-column: auto;
  }

  .performance-case-foot {
    grid-template-columns: repeat(3, 1fr);
  }

  .performance-case-foot .performance-link {
    grid-column: 1 / -1;
    margin: 1rem 0 1.5rem;
    width: max-content;
  }
}

@media (max-width: 760px) {
  .container,
  .nav-shell {
    width: min(100% - 36px, 1280px);
  }

  .nav-shell {
    height: 74px;
  }

  .brand-tag {
    display: none;
  }

  .performance-hero {
    min-height: calc(100svh - 74px);
  }

  .performance-hero-inner {
    min-height: calc(100svh - 126px);
  }

  .performance-hero-copy {
    padding: 4.5rem 0 7rem;
  }

  .performance-hero h1 {
    font-size: clamp(4rem, 20vw, 6.5rem);
    line-height: 0.82;
  }

  .performance-hero h1 em {
    margin-left: 0;
  }

  .performance-hero-image {
    inset: 0;
  }

  .performance-hero-image img {
    object-position: 63% 50%;
  }

  .performance-hero::before {
    background:
      linear-gradient(90deg, rgba(20, 32, 24, 0.98), rgba(20, 32, 24, 0.64)),
      linear-gradient(0deg, var(--performance-ink), transparent 50%);
  }

  .performance-manifesto h2,
  .performance-services h2,
  .performance-founder h2,
  .performance-final h2,
  .performance-system h2,
  .performance-case h2,
  .performance-scorecard h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .performance-principles {
    grid-template-columns: 1fr;
  }

  .performance-principles article,
  .performance-principles article + article {
    border-bottom: 1px solid rgba(31, 46, 37, 0.2);
    border-right: 0;
    padding: 2rem 0;
  }

  .performance-service-list > a {
    gap: 0.8rem;
    grid-template-columns: 2.5rem 1fr 1.5rem;
  }

  .performance-service-list > a p {
    display: none;
  }

  .performance-case-images {
    grid-template-columns: 1fr;
  }

  .shieldroof-brand-grid {
    grid-template-columns: 1fr;
  }

  .shieldroof-card-canvas,
  .shieldroof-application-canvas {
    aspect-ratio: 4 / 3;
  }

  .shieldroof-brand-idea {
    gap: 0.75rem;
  }

  .shieldroof-brand-idea span + span {
    padding-left: 0.75rem;
  }

  .performance-verticals-grid {
    grid-template-columns: 1fr;
  }

  .performance-verticals-grid > a {
    min-height: 27rem;
  }

  .performance-verticals-grid > a + a {
    border-left: 0;
    border-top: 1px solid rgba(216, 154, 99, 0.3);
  }

  .performance-case figure img {
    height: 24rem;
  }

  .performance-case-foot {
    grid-template-columns: 1fr;
  }

  .performance-case-foot > div {
    border-bottom: 1px solid rgba(216, 154, 99, 0.2);
    border-right: 0;
  }

  .performance-founder-portrait img {
    height: 31rem;
  }

  .performance-score-mark {
    margin: 0 auto;
    width: 82%;
  }

  .page-hero {
    min-height: 34rem;
    padding: 6rem 0;
  }

  .page-hero h1,
  .q-hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.6rem);
  }

  .page-hero::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .performance-ticker div {
    animation: none;
  }
}

/* Branded social links page */

.performance-links {
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 154, 99, 0.12), transparent 36rem),
    var(--performance-ink);
  color: var(--performance-ivory);
}

.performance-links::before {
  background:
    linear-gradient(142deg, transparent 0 74%, rgba(216, 154, 99, 0.05) 74.2%, transparent 74.4%);
}

.performance-links .card {
  color: var(--performance-ivory);
}

.performance-links .mark {
  filter: brightness(0) saturate(100%) invert(73%) sepia(33%) saturate(674%) hue-rotate(341deg) brightness(92%);
}

.performance-links .brand {
  color: var(--performance-copper);
}

.performance-links h1 {
  color: var(--performance-ivory);
}

.performance-links .tagline,
.performance-links .legal {
  color: rgba(244, 239, 232, 0.58);
}

.performance-links .link {
  background: rgba(244, 239, 232, 0.035);
  border-color: rgba(216, 154, 99, 0.24);
  color: var(--performance-ivory);
}

.performance-links .link:hover {
  background: rgba(216, 154, 99, 0.09);
  border-color: rgba(216, 154, 99, 0.58);
}

.performance-links .link strong,
.performance-links .footer-links a {
  color: var(--performance-ivory);
}

.performance-links .link span {
  color: rgba(244, 239, 232, 0.53);
}

.performance-links .link-primary {
  background: var(--performance-copper);
  border-color: var(--performance-copper);
  color: var(--performance-ink);
}

.performance-links .link-primary strong,
.performance-links .link-primary span,
.performance-links .link-primary svg,
.performance-links .link-primary .arrow {
  color: var(--performance-ink);
}

.performance-links .divider {
  border-bottom-color: rgba(216, 154, 99, 0.24);
  border-top-color: rgba(216, 154, 99, 0.24);
  color: var(--performance-copper);
}
