@font-face {
  font-family: "Inter";
  src: url("assets/inter-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("assets/space-grotesk-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #000000;
  --orange: #ff6b35;
  --teal: #1d9e75;
  --beige: #d4c5a9;
  --surface: #111111;
  --surface-hover: #1a1a1a;
  --white: #ffffff;
  --line: rgba(255, 107, 53, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--black);
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  color: var(--beige);
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 107, 53, 0.2) 0, rgba(255, 107, 53, 0.06) 13rem, transparent 26rem),
    radial-gradient(circle at -8% 80%, rgba(29, 158, 117, 0.12) 0, transparent 22rem),
    var(--black);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.page-shell {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  padding: max(20px, env(safe-area-inset-top)) 16px max(26px, env(safe-area-inset-bottom));
}

.card {
  position: relative;
  width: min(100%, 530px);
  overflow: hidden;
  padding: 14px 4px 4px;
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(30px, 5vh, 46px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 78px;
  height: auto;
}

.eyebrow {
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}

.intro {
  position: relative;
  margin-bottom: 30px;
}

.team-section {
  margin-top: 26px;
}

.team-label {
  margin: 0 0 10px;
  color: #74706a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.person {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 10px;
  margin: 0;
  padding: 13px 8px 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

.person img {
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 107, 53, 0.3);
  border-radius: 12px;
  background: #222;
  object-fit: cover;
  object-position: center 24%;
}

.person + .person img {
  object-position: center 32%;
}

.person figcaption {
  min-width: 0;
}

.person strong,
.person b,
.person span {
  display: block;
}

.person strong {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.person b {
  margin-top: 5px;
  color: var(--orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.person span {
  margin-top: 4px;
  color: #858079;
  font-size: 8px;
  line-height: 1.45;
}

.kicker {
  margin: 0 0 11px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 {
  max-width: 490px;
  margin: 0;
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px, 8.7vw, 52px);
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

.lead {
  max-width: 450px;
  margin: 16px 0 0;
  color: var(--beige);
  font-size: 16px;
  line-height: 1.55;
}

.experience {
  position: relative;
  display: block;
  height: 180px;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 107, 53, 0.42);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
  text-decoration: none;
  isolation: isolate;
}

.experience > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 400ms ease;
}

.experience-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.64) 43%, rgba(0, 0, 0, 0.08) 76%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.38), transparent 60%);
}

.live-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.48);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.live-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(29, 158, 117, 0.18);
  animation: livePulse 1.8s ease-out infinite;
}

.experience-copy {
  position: absolute;
  bottom: 20px;
  left: 18px;
  z-index: 2;
  display: grid;
}

.experience-copy small {
  margin-bottom: 4px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.experience-copy strong {
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.experience-copy em {
  margin-top: 4px;
  color: var(--beige);
  font-size: 11px;
  font-style: normal;
}

.look-around {
  position: absolute;
  right: 21px;
  bottom: 25px;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(255, 107, 53, 0.78);
  border-radius: 50%;
  color: var(--black);
  background: var(--orange);
  box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.35);
  transition: transform 220ms ease, box-shadow 220ms ease;
  animation: orangePulse 2.5s ease-out infinite;
}

.look-around i {
  position: absolute;
  inset: -7px;
  border: 1px dashed rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  animation: orbit 12s linear infinite;
}

.look-around b {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}

.experience:hover > img {
  filter: saturate(1.12);
  transform: scale(1.045);
}

.experience:hover .look-around {
  box-shadow: 0 0 0 9px rgba(255, 107, 53, 0.18);
  transform: scale(1.07);
}

@keyframes livePulse {
  70% { box-shadow: 0 0 0 7px rgba(29, 158, 117, 0); }
  100% { box-shadow: 0 0 0 0 rgba(29, 158, 117, 0); }
}

@keyframes orangePulse {
  60% { box-shadow: 0 0 0 12px rgba(255, 107, 53, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0); }
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

.actions {
  display: grid;
  gap: 10px;
}

.action {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 15px;
  padding: 13px 18px 13px 13px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

.action:hover {
  border-color: rgba(255, 107, 53, 0.48);
  background: var(--surface-hover);
  transform: translateY(-2px);
}

.action:active {
  transform: scale(0.985);
}

.action-primary {
  border-color: var(--orange);
  color: var(--black);
  background: var(--orange);
}

.action-primary:hover {
  border-color: #ff8b61;
  background: #ff8155;
}

.action-accent {
  border-color: rgba(29, 158, 117, 0.72);
}

.action-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 107, 53, 0.26);
  border-radius: 11px;
  color: var(--orange);
  background: rgba(255, 107, 53, 0.07);
  font-size: 21px;
}

.action-primary .action-icon {
  border-color: rgba(0, 0, 0, 0.2);
  color: var(--black);
  background: rgba(0, 0, 0, 0.08);
}

.action-accent .action-icon {
  border-color: rgba(29, 158, 117, 0.3);
  color: var(--teal);
  background: rgba(29, 158, 117, 0.08);
}

.action strong,
.action small {
  display: block;
}

.action strong {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 14px;
  letter-spacing: -0.01em;
}

.action small {
  color: #858079;
  font-size: 11px;
}

.action-primary strong {
  color: var(--black);
}

.action-primary small {
  color: rgba(0, 0, 0, 0.66);
}

.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
}

.proof span {
  padding: 14px 5px;
  color: #858079;
  font-size: 9px;
  text-align: center;
}

.proof span + span {
  border-left: 1px solid var(--line);
}

.proof b {
  display: block;
  margin-bottom: 2px;
  color: var(--beige);
  font-size: 14px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 38px;
  padding: 0 2px;
  font-size: 11px;
}

.socials span {
  color: #666;
  text-transform: uppercase;
}

.socials a {
  color: var(--orange);
  font-weight: 700;
  text-underline-offset: 3px;
}

footer {
  padding-top: 23px;
  border-top: 1px solid var(--line);
  color: #74706a;
  font-size: 10px;
  line-height: 1.6;
}

.contact-links,
.legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.contact-links a {
  color: var(--beige);
}

footer a {
  text-underline-offset: 3px;
}

footer p {
  margin: 8px 0;
}

.legal a {
  color: #68645e;
}

.action:focus-visible,
.experience:focus-visible,
.brand:focus-visible,
.socials a:focus-visible,
footer a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

@media (max-width: 380px) {
  .team {
    gap: 8px;
  }

  .person {
    padding: 9px 6px;
  }

  .person img {
    width: 78px;
    height: 78px;
  }

  .experience {
    height: 168px;
  }

  .look-around {
    right: 15px;
    width: 64px;
    height: 64px;
  }

  .experience-copy strong {
    font-size: 21px;
  }
}

@media (min-width: 700px) {
  .page-shell {
    padding: 48px 24px;
  }

  .card {
    padding: 42px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(8, 8, 8, 0.8);
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(22px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
