body {
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.08), transparent 38%),
    #000;
}

.site-nav.is-scrolled {
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-logo {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transition:
    opacity 200ms ease,
    transform 200ms ease;
}

.nav-logo:hover {
  opacity: 0.92;
}

.nav-logo:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.nav-logo-mark {
  font-family: Montserrat, sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.nav-logo-script {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.12em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #f0cd63;
  text-transform: none;
  transform: translateY(-0.01em) scaleX(1.08);
  transform-origin: left center;
  text-shadow: 0 4px 14px rgba(212, 175, 55, 0.1);
}

.nav-logo-copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 58rem;
}

.section-shell {
  padding-block: 5.5rem;
}

.section-intro {
  margin-bottom: 3.25rem;
}

.section-subnote {
  margin-top: 3.25rem;
}

.contact-intro {
  margin-bottom: 2.5rem;
}

.contact-grid-shell {
  margin-bottom: 2.5rem;
}

.hero-eyebrow {
  display: inline-block;
  color: #f0cd63;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.7),
    0 0 14px rgba(212, 175, 55, 0.18);
}

.hero-copy h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.92;
  text-wrap: balance;
  text-shadow:
    0 12px 40px rgba(0, 0, 0, 0.42),
    0 0 20px rgba(212, 175, 55, 0.08);
}

.hero-title-static {
  display: inline-block;
  letter-spacing: 0.035em;
}

.hero-typed-word {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12ch;
  white-space: nowrap;
  text-align: center;
  padding-inline: 0.12em;
  background: linear-gradient(135deg, #f6dfa0 0%, #d4af37 35%, #fff2be 58%, #d4af37 100%);
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 10px 26px rgba(212, 175, 55, 0.18));
  animation: hero-word-sheen 6.2s linear infinite;
}

.hero-typed-word::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(212, 175, 55, 0.18);
  transform: translate(0.06em, 0.09em) scale(1.03);
  filter: blur(10px);
  opacity: 0.95;
}

.hero-typed-word::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.9em;
  margin-left: 0.18em;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 242, 190, 0.95), rgba(212, 175, 55, 0.4));
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.65);
  animation: hero-caret-blink 0.9s steps(1) infinite;
}

.hero-cta {
  filter: brightness(1.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: #d4af37;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 1px;
  background: rgba(212, 175, 55, 0.75);
}

@keyframes hero-caret-blink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@keyframes hero-word-sheen {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

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

.founder-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.credential-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.75rem 0 1.5rem;
}

.credential-pill {
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.8rem 1rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.76rem;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.credential-pill--highlight {
  border-color: rgba(212, 175, 55, 0.7);
  background: rgba(212, 175, 55, 0.12);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.2) inset;
}

.founder-bio {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.03rem;
  line-height: 1.95;
}

.founder-bio p + p {
  margin-top: 1.35rem;
}

.founder-media {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.founder-photo {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
  object-position: center;
}

.founder-photo-caption {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.88));
  backdrop-filter: blur(8px);
}

.cyber-section {
  --cyber-progress: 0.5;
  --cyber-shift-halo: 0px;
  --cyber-shift-far: 0px;
  --cyber-shift-near: 0px;
  --cyber-canopy-tilt: 0deg;
  --cyber-floor-tilt: 0deg;
  --cyber-glow-x: 50%;
  --cyber-glow-y: 38%;
  overflow: hidden;
  isolation: isolate;
}

.cyber-section > .absolute {
  z-index: 1;
}

.cyber-section .section-padding {
  position: relative;
  z-index: 2;
}

.cyber-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  perspective: 1800px;
  transform-style: preserve-3d;
  z-index: 0;
}

.cyber-backdrop__ambient,
.cyber-backdrop__canopy,
.cyber-backdrop__floor,
.cyber-backdrop__beam,
.cyber-backdrop__spark {
  position: absolute;
  pointer-events: none;
}

.cyber-backdrop__ambient {
  inset: -12%;
  background:
    radial-gradient(circle at var(--cyber-glow-x) var(--cyber-glow-y), rgba(240, 205, 99, 0.34), transparent 18%),
    radial-gradient(circle at 20% 76%, rgba(72, 118, 255, 0.2), transparent 24%),
    radial-gradient(circle at 84% 24%, rgba(212, 175, 55, 0.2), transparent 18%);
  filter: blur(42px);
  opacity: calc(0.42 + (var(--cyber-progress) * 0.24));
  transform: translate3d(0, var(--cyber-shift-halo), -40px) scale(1.06);
}

.cyber-backdrop__canopy,
.cyber-backdrop__floor {
  left: -18%;
  right: -18%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.cyber-backdrop__canopy {
  top: -4%;
  height: 34%;
  background:
    radial-gradient(circle at 50% 100%, rgba(240, 205, 99, 0.26), transparent 40%),
    repeating-linear-gradient(90deg, transparent 0, transparent 56px, rgba(240, 205, 99, 0.22) 57px, rgba(240, 205, 99, 0.22) 58px, transparent 60px),
    repeating-linear-gradient(0deg, transparent 0, transparent 56px, rgba(255, 255, 255, 0.1) 57px, rgba(255, 255, 255, 0.1) 58px, transparent 60px),
    linear-gradient(180deg, rgba(255, 237, 186, 0.16), transparent 72%);
  border-top: 1px solid rgba(240, 205, 99, 0.22);
  box-shadow: 0 22px 48px rgba(240, 205, 99, 0.08);
  opacity: 0.48;
  transform:
    rotateX(calc(-82deg + var(--cyber-canopy-tilt)))
    translate3d(0, calc(var(--cyber-shift-far) * -0.3), -140px)
    scale(1.18);
}

.cyber-backdrop__floor {
  bottom: -18%;
  height: 54%;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 229, 145, 0.3), transparent 26%),
    repeating-linear-gradient(90deg, transparent 0, transparent 42px, rgba(212, 175, 55, 0.28) 43px, rgba(212, 175, 55, 0.28) 44px, transparent 46px),
    repeating-linear-gradient(0deg, transparent 0, transparent 42px, rgba(255, 255, 255, 0.07) 43px, rgba(255, 255, 255, 0.07) 44px, transparent 46px),
    linear-gradient(180deg, rgba(24, 18, 8, 0.08), rgba(24, 18, 8, 0.62) 100%);
  border-top: 1px solid rgba(240, 205, 99, 0.28);
  box-shadow:
    0 -18px 40px rgba(240, 205, 99, 0.08),
    inset 0 14px 34px rgba(255, 229, 145, 0.06);
  opacity: 0.68;
  transform:
    rotateX(calc(78deg + var(--cyber-floor-tilt)))
    translate3d(0, var(--cyber-shift-near), 40px)
    scale(1.08);
}

.cyber-backdrop__floor::before,
.cyber-backdrop__floor::after {
  content: "";
  position: absolute;
  inset: 0;
}

.cyber-backdrop__floor::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.18) 16%, rgba(0, 0, 0, 0.18) 84%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.28) 16%, rgba(0, 0, 0, 0.06) 32%, rgba(0, 0, 0, 0.16) 72%, rgba(0, 0, 0, 0.88) 100%);
}

.cyber-backdrop__floor::after {
  left: 16%;
  right: 16%;
  top: 2%;
  bottom: auto;
  height: 18%;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 226, 132, 0.28), transparent 70%),
    linear-gradient(180deg, rgba(255, 226, 132, 0.16), transparent);
  filter: blur(6px);
  opacity: 0.82;
}

.cyber-backdrop__beam {
  width: 28rem;
  height: 12rem;
  border: 1px solid rgba(240, 205, 99, 0.14);
  background:
    linear-gradient(135deg, rgba(240, 205, 99, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  box-shadow:
    0 0 40px rgba(240, 205, 99, 0.12),
    inset 0 0 22px rgba(240, 205, 99, 0.08);
  opacity: 0.44;
}

.cyber-backdrop__beam--left {
  left: -6%;
  top: 16%;
  transform:
    perspective(1200px)
    rotateY(72deg)
    rotateZ(-14deg)
    translate3d(0, calc(var(--cyber-shift-far) * -0.2), 0);
}

.cyber-backdrop__beam--right {
  right: -6%;
  top: 22%;
  transform:
    perspective(1200px)
    rotateY(-72deg)
    rotateZ(14deg)
    translate3d(0, calc(var(--cyber-shift-far) * -0.2), 0);
}

.cyber-backdrop__spark {
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(240, 205, 99, 0.88) 0, rgba(240, 205, 99, 0.88) 1px, transparent 2px),
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.8) 1px, transparent 2px),
    radial-gradient(circle at 56% 38%, rgba(240, 205, 99, 0.84) 0, rgba(240, 205, 99, 0.84) 1px, transparent 2px),
    radial-gradient(circle at 82% 46%, rgba(240, 205, 99, 0.72) 0, rgba(240, 205, 99, 0.72) 1px, transparent 2px);
  filter: drop-shadow(0 0 10px rgba(240, 205, 99, 0.4));
  opacity: 0.52;
}

.cyber-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.7) 38%, rgba(0, 0, 0, 0.58) 62%, rgba(0, 0, 0, 0.92) 100%),
    radial-gradient(circle at 50% 12%, rgba(212, 175, 55, 0.1), transparent 30%);
  z-index: 0;
}

.cyber-section::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 12%;
  height: 16rem;
  background:
    radial-gradient(circle at 50% 14%, rgba(240, 205, 99, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 241, 196, 0.06), rgba(255, 241, 196, 0));
  filter: blur(26px);
  opacity: 0.62;
  pointer-events: none;
  z-index: 0;
}

.industries-section {
  --cyber-glow-x: 50%;
  --cyber-glow-y: 28%;
}

.industries-section .cyber-backdrop__canopy {
  top: 4%;
  height: 24%;
  opacity: 0.38;
}

.industries-section .cyber-backdrop__floor {
  left: -10%;
  right: -10%;
  bottom: -10%;
  height: 40%;
  opacity: 0.74;
}

.industries-section .cyber-backdrop__beam--left {
  top: 18%;
  left: -2%;
}

.industries-section .cyber-backdrop__beam--right {
  top: 18%;
  right: -2%;
}

.industries-section .industry-card {
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.92), rgba(18, 18, 18, 0.84));
  backdrop-filter: blur(6px);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(212, 175, 55, 0.03);
}

.industries-section .industry-card:hover {
  background:
    linear-gradient(180deg, rgba(14, 14, 14, 0.94), rgba(22, 22, 22, 0.84));
}

.founder-section {
  --cyber-glow-x: 72%;
  --cyber-glow-y: 26%;
}

.founder-section .cyber-backdrop__ambient {
  opacity: calc(0.32 + (var(--cyber-progress) * 0.18));
}

.founder-section .cyber-backdrop__canopy {
  top: 6%;
  left: 34%;
  right: -10%;
  height: 26%;
  opacity: 0.4;
}

.founder-section .cyber-backdrop__floor {
  left: 16%;
  right: -12%;
  bottom: -16%;
  height: 42%;
  opacity: 0.58;
}

.founder-section .cyber-backdrop__beam--left {
  left: -12%;
  top: 26%;
  opacity: 0.2;
}

.founder-section .cyber-backdrop__beam--right {
  right: -2%;
  top: 12%;
  opacity: 0.42;
}

.contact-section {
  --cyber-glow-x: 50%;
  --cyber-glow-y: 32%;
}

.contact-section > .absolute.inset-0 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.54) 44%, rgba(0, 0, 0, 0.82) 100%);
}

.contact-section .cyber-backdrop__ambient {
  opacity: calc(0.34 + (var(--cyber-progress) * 0.2));
}

.contact-section .cyber-backdrop__canopy {
  top: 14%;
  height: 26%;
  opacity: 0.4;
}

.contact-section .cyber-backdrop__floor {
  bottom: -10%;
  height: 46%;
  opacity: 0.66;
}

.contact-section .cyber-backdrop__beam--left {
  left: 6%;
  top: 36%;
  opacity: 0.26;
}

.contact-section .cyber-backdrop__beam--right {
  right: 6%;
  top: 36%;
  opacity: 0.26;
}

.founder-section .founder-media,
.contact-section .form-shell,
.contact-section .contact-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(212, 175, 55, 0.16);
  background:
    linear-gradient(180deg, rgba(10, 10, 12, 0.9), rgba(18, 18, 22, 0.8));
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(212, 175, 55, 0.04);
  backdrop-filter: blur(8px);
}

.founder-section .founder-media::before,
.contact-section .form-shell::before,
.contact-section .contact-card::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 205, 99, 0.82), transparent);
}

.founder-section .founder-media::after,
.contact-section .form-shell::after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 10rem;
  right: -2rem;
  top: -2rem;
  border: 1px solid rgba(240, 205, 99, 0.12);
  background: linear-gradient(135deg, rgba(240, 205, 99, 0.08), transparent 62%);
  transform: rotate(24deg);
  opacity: 0.7;
}

.contact-section .form-shell::after {
  content: none;
}

.contact-section .form-shell {
  border-color: rgba(240, 205, 99, 0.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(240, 205, 99, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(10, 10, 12, 0.92), rgba(18, 18, 22, 0.82));
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.34),
    0 0 96px rgba(240, 205, 99, 0.12),
    0 0 26px rgba(72, 118, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(212, 175, 55, 0.05);
}

.contact-section .form-shell::after {
  width: 14rem;
  height: 14rem;
  right: -3rem;
  top: -3rem;
  opacity: 0.92;
}

.industries-grid,
.platform-grid,
.partnership-grid,
.contact-grid {
  display: grid;
  gap: 2rem;
}

.industry-card,
.platform-card,
.partner-tile,
.contact-card,
.form-shell {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.industry-card {
  position: relative;
  padding: 2rem;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.industry-card:hover,
.platform-card:hover,
.partner-tile:hover,
.contact-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.45);
  background: rgba(255, 255, 255, 0.07);
}

.industry-badge,
.platform-badge {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: #d4af37;
  font-family: Montserrat, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.industry-rank {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.industry-card h3,
.platform-card h3,
.partner-name,
.contact-card h3 {
  font-family: Montserrat, sans-serif;
}

.industry-copy,
.platform-copy,
.contact-copy,
.chip-row {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.85;
}

.industry-accent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #d4af37;
  transition: width 0.35s ease;
}

.industry-card:hover .industry-accent {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .cyber-backdrop__ambient,
  .cyber-backdrop__canopy,
  .cyber-backdrop__floor,
  .cyber-backdrop__beam {
    transform: none;
  }
}

@media (max-width: 900px) {
  .cyber-backdrop__beam {
    opacity: 0.16;
  }

  .cyber-backdrop__canopy {
    height: 24%;
  }

  .cyber-backdrop__floor {
    height: 38%;
  }

  .founder-section .cyber-backdrop__floor,
  .contact-section .cyber-backdrop__floor {
    height: 34%;
  }
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
  justify-content: center;
  max-width: 64rem;
  margin-inline: auto;
}

.chip {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top-color: rgba(212, 175, 55, 0.2);
  background: linear-gradient(160deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: color 0.35s ease, border-color 0.35s ease, background 0.35s ease,
              box-shadow 0.35s ease, transform 0.35s ease;
}

/* Always-on gold top accent */
.chip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.4), transparent);
}

/* Bottom gold sweep on hover */
.chip::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, #f0d060, #d4af37, transparent);
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.chip:hover {
  color: #d4af37;
  border-color: rgba(212, 175, 55, 0.5);
  border-top-color: rgba(212, 175, 55, 0.5);
  background: linear-gradient(160deg, rgba(212,175,55,0.08) 0%, rgba(212,175,55,0.02) 100%);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.08);
  transform: translateY(-1px);
}

.chip:hover::after {
  width: 100%;
}

.platform-card,
.contact-card {
  padding: 2rem;
}

.partner-tile {
  padding: 1.4rem 1.35rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease;
}

/* Always-on gold top accent line */
.partner-tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.35), transparent);
}

/* Bottom gold sweep on hover */
.partner-tile::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, #f0d060, #d4af37, transparent);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-tile:hover {
  transform: translateY(-2px);
}

.partner-tile:hover::after {
  width: 100%;
}

/* Logo panel */
.partner-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-top-color: rgba(212, 175, 55, 0.18);
  height: 120px;
  padding: 1.25rem 2rem;
  margin-bottom: 1.1rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

/* Subtle gold shimmer overlay inside panel on hover */
.partner-logo-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.partner-tile:hover .partner-logo-wrap {
  border-color: rgba(212, 175, 55, 0.55);
  border-top-color: rgba(212, 175, 55, 0.55);
  background: linear-gradient(160deg, rgba(212,175,55,0.07) 0%, rgba(212,175,55,0.02) 100%);
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.08), inset 0 0 12px rgba(212, 175, 55, 0.04);
}

.partner-tile:hover .partner-logo-wrap::after {
  opacity: 1;
}

/* Logo image */
.partner-logo-img {
  display: block;
  max-height: 68px;
  max-width: 210px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.78;
  filter: sepia(0.15) brightness(1.05);
  transition: opacity 0.4s ease, filter 0.4s ease, transform 0.4s ease;
}

.partner-tile:hover .partner-logo-img {
  opacity: 1;
  filter: sepia(1) saturate(3.5) hue-rotate(3deg) brightness(1.15);
  transform: scale(1.04);
}

.partner-meta {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: flex-start;
  text-align: left;
}

.partner-name {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.partner-note {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.96rem;
  line-height: 1.75;
}

.status-message {
  margin-bottom: 1.5rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.status-message--success {
  border-color: rgba(212, 175, 55, 0.5);
}

.status-message--error {
  border-color: rgba(255, 255, 255, 0.2);
}

.form-shell {
  padding: 2rem;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 1rem;
}

.field-label {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.field-input,
.field-textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 0.95rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.field-input::placeholder,
.field-textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.field-input:focus,
.field-textarea:focus {
  outline: none;
  border-color: rgba(212, 175, 55, 0.8);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.25);
}

.field-textarea {
  min-height: 10rem;
  resize: vertical;
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.footer-bar {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
}

.footer-meta {
  line-height: 1.8;
}

.scroll-top-button {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 60;
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background: rgba(0, 0, 0, 0.72);
  color: #f6dfa0;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.scroll-top-button:hover {
  background: rgba(212, 175, 55, 0.14);
  border-color: rgba(212, 175, 55, 0.56);
  color: #fff2be;
}

.scroll-top-button.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.partnership-grid--subtle {
  gap: 1rem;
}

body.js-ready .reveal {
  opacity: 0;
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

body.js-ready .reveal-up {
  transform: translateY(32px);
}

body.js-ready .reveal-left {
  transform: translateX(-28px);
}

body.js-ready .reveal-scale {
  transform: scale(0.96);
}

body.js-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 240ms;
}

.delay-3 {
  transition-delay: 360ms;
}

.delay-4 {
  transition-delay: 480ms;
}

.delay-5 {
  transition-delay: 600ms;
}

@media (min-width: 768px) {
  .section-shell {
    padding-block: 6rem;
  }

  .section-intro {
    margin-bottom: 3.5rem;
  }

  .section-subnote {
    margin-top: 3.5rem;
  }

  .contact-intro,
  .contact-grid-shell {
    margin-bottom: 3rem;
  }

  .founder-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 3rem;
  }

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

  .platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .industries-grid > :last-child:nth-child(odd),
  .partnership-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 1rem);
    width: 100%;
    justify-self: center;
  }

  .contact-grid--balanced {
    max-width: 58rem;
    margin-inline: auto;
  }

  .footer-bar {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .footer-nav {
    gap: 1rem 2rem;
  }

  .footer-meta {
    justify-self: end;
  }
}

@media (min-width: 1024px) {
  .industries-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partnership-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .industries-grid > :last-child:nth-child(3n + 1),
  .partnership-grid > :last-child:nth-child(3n + 1) {
    grid-column: 2 / 3;
    max-width: none;
  }

  .footer-nav {
    gap: 1rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .section-shell {
    padding-block: 4rem;
  }

  .section-intro,
  .section-subnote,
  .contact-intro,
  .contact-grid-shell {
    margin-bottom: 2rem;
  }

  .nav-logo-mark {
    font-size: 1.26rem;
    letter-spacing: 0.08em;
  }

  .nav-logo-copy {
    font-size: 0.56rem;
    letter-spacing: 0.18em;
  }

  .hero-copy {
    max-width: 100%;
    padding-inline: 0.2rem;
  }

  .hero-copy h1 {
    line-height: 0.98;
    letter-spacing: 0.01em;
  }

  .hero-eyebrow {
    max-width: 21rem;
    line-height: 1.8;
  }

  .hero-typed-word {
    min-width: 10.5ch;
  }

  .section-kicker {
    gap: 0.65rem;
    font-size: 0.68rem;
    letter-spacing: 0.28em;
  }

  .section-kicker::before {
    width: 2.2rem;
  }

  .credential-strip {
    gap: 0.7rem;
    margin: 1.4rem 0 1.25rem;
  }

  .credential-pill {
    width: 100%;
    padding: 0.75rem 0.9rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .founder-bio {
    font-size: 0.97rem;
    line-height: 1.82;
  }

  .founder-stats {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .founder-stat {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
  }

  .founder-photo {
    min-height: 26rem;
  }

  .founder-photo-caption {
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    padding: 0.9rem 0.95rem;
  }

  .industries-grid,
  .partnership-grid,
  .contact-grid {
    gap: 1.25rem;
  }

  .industry-card,
  .contact-card,
  .form-shell {
    padding: 1.35rem;
  }

  .partner-tile {
    padding: 1.15rem 1rem;
  }

  .industry-badge {
    width: 3.1rem;
    height: 3.1rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
  }

  .industry-rank,
  .partner-name,
  .field-label {
    letter-spacing: 0.18em;
  }

  .industry-copy,
  .contact-copy,
  .partner-note {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .chip-row {
    gap: 0.65rem;
    margin-top: 1.5rem;
  }

  .chip {
    padding: 0.65rem 0.8rem;
    font-size: 0.69rem;
    letter-spacing: 0.12em;
  }

  .contact-email-line {
    margin-top: -1rem;
    line-height: 1.75;
  }

  .footer-tagline {
    letter-spacing: 0.18em;
    line-height: 1.6;
  }

  .scroll-top-button {
    right: 1rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
  }
}
