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);
}

.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%;
}

.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);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.partner-tile {
  padding: 1.4rem 1.35rem;
}

.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.08rem;
    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;
  }
}
