:root {
  --orange: #ff9d20;
  --orange-600: #f08a12;
  --orange-700: #d9760a;
  --ink: #10122a;
  --ink-2: #171a36;
  --concrete: #f4f5f1;
  --line: rgba(255, 255, 255, .22);
  --text: #1a1c2e;
  --muted: #62677b;
  --white: #ffffff;
  --shadow: 0 30px 80px rgba(7, 9, 24, .28);
  --soft-shadow: 0 16px 38px rgba(16, 18, 42, .14);
  --ring: 0 0 0 3px rgba(255, 157, 32, .34);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  left: 14px;
  top: 12px;
  z-index: 30;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--orange);
  color: #1b1200;
  padding: 10px 14px;
  font-weight: 800;
  transition: transform .2s var(--ease);
}

.skip-link:focus {
  transform: none;
  outline: none;
}

:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.bio-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(24px, 4vw, 56px);
}

.scene {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--ink);
}

.scene__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  filter: saturate(.9) contrast(1.06);
}

.scene__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(7, 9, 25, .94), rgba(16, 18, 42, .78) 44%, rgba(16, 18, 42, .58)),
    radial-gradient(circle at var(--mx, 70%) var(--my, 28%), rgba(255, 157, 32, .32), transparent 27%),
    radial-gradient(circle at 10% 90%, rgba(244, 245, 241, .18), transparent 30%);
}

.scene__grid {
  position: absolute;
  inset: 0;
  opacity: .26;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 72%, transparent);
}

.bio-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(300px, 430px);
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 54px);
  width: min(1120px, 100%);
  min-height: calc(100vh - clamp(48px, 8vw, 112px));
  margin: 0 auto;
}

.content-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(244, 245, 241, .9)),
    var(--white);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 40px);
}

.content-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 157, 32, .16), transparent 36%),
    linear-gradient(180deg, rgba(16, 18, 42, .06), transparent 32%);
}

.content-panel > * {
  position: relative;
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: clamp(22px, 4vw, 32px);
}

.brand-card {
  display: inline-flex;
  align-items: center;
  width: min(230px, 54vw);
  border: 1px solid rgba(16, 18, 42, .08);
  border-radius: 16px;
  background: #fff;
  padding: 10px 14px;
  box-shadow: 0 12px 26px rgba(16, 18, 42, .12);
}

.brand-card img {
  width: 100%;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  border: 1px solid rgba(16, 18, 42, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--ink-2);
  padding: 9px 13px;
  font-size: .8rem;
  font-weight: 800;
  white-space: nowrap;
}

.status-pill span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 6px rgba(37, 211, 102, .13);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange-700);
  font-family: "Sora", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

h1 {
  max-width: 580px;
  margin: 0;
  color: var(--ink);
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.lead {
  max-width: 540px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.quick-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 24px;
}

.quick-proof span {
  border: 1px solid rgba(16, 18, 42, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  color: var(--ink-2);
  padding: 8px 11px;
  font-size: .82rem;
  font-weight: 800;
}

.primary-link,
.link-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}

.primary-link {
  min-height: 86px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--orange), var(--orange-600));
  color: #1b1200;
  padding: 18px;
  box-shadow: 0 18px 34px rgba(240, 138, 18, .34);
}

.primary-link:hover,
.link-card:hover {
  transform: translateY(-3px);
}

.primary-link:hover {
  box-shadow: 0 22px 46px rgba(240, 138, 18, .44);
}

.primary-link__icon,
.link-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.primary-link__icon {
  background: rgba(255, 255, 255, .42);
}

.primary-link strong,
.link-card strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.primary-link small,
.link-card small {
  display: block;
  margin-top: 3px;
  color: rgba(27, 18, 0, .72);
  font-size: .86rem;
}

.arrow {
  width: 22px;
  height: 22px;
  transition: transform .25s var(--ease);
}

.primary-link:hover .arrow,
.link-card:hover .arrow {
  transform: translate(2px, -2px);
}

.link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.link-card {
  min-height: 94px;
  border: 1px solid rgba(16, 18, 42, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  padding: 16px;
  box-shadow: 0 10px 24px rgba(16, 18, 42, .06);
}

.link-card:hover {
  border-color: rgba(255, 157, 32, .44);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.link-card__icon {
  background: rgba(255, 157, 32, .13);
  color: var(--orange-700);
}

.link-card small {
  color: var(--muted);
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.product-strip a {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(16, 18, 42, .09);
  border-radius: 16px;
  background: rgba(16, 18, 42, .04);
  padding: 12px 8px 10px;
  color: var(--ink-2);
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
  transition: transform .25s var(--ease), background .25s var(--ease);
}

.product-strip a:hover {
  transform: translateY(-3px);
  background: rgba(255, 157, 32, .12);
}

.product-strip img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.visual-panel {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 14px;
}

.factory-card {
  position: relative;
  overflow: hidden;
  min-height: min(600px, 74vh);
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  background: var(--ink-2);
}

.factory-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(7, 9, 24, .9));
}

.factory-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.factory-card figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
}

.factory-card strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.factory-card span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .74);
}

.info-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.info-stack div {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .09);
  color: #fff;
  padding: 14px;
  backdrop-filter: blur(16px);
}

.info-stack svg {
  flex: 0 0 auto;
  color: var(--orange);
}

.info-stack span {
  font-size: .9rem;
  font-weight: 700;
}

.bio-footer {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 24px;
  color: rgba(255, 255, 255, .58);
  text-align: center;
  font-size: .82rem;
}

.bio-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
  transition-delay: var(--delay, 0s);
}

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

@media (max-width: 980px) {
  .bio-page {
    min-height: auto;
    padding: 22px 16px 92px;
  }

  .bio-shell {
    grid-template-columns: minmax(0, 680px);
    min-height: auto;
  }

  .visual-panel {
    display: none;
  }

  .bio-footer {
    padding-top: 0;
  }
}

@media (max-width: 680px) {
  .content-panel {
    border-radius: 24px;
    padding: 20px;
  }

  .brand-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-card {
    width: min(238px, 78vw);
  }

  .status-pill {
    font-size: .76rem;
  }

  h1 {
    font-size: clamp(2rem, 11vw, 2.72rem);
  }

  .lead {
    font-size: 1rem;
  }

  .quick-proof {
    margin-bottom: 18px;
  }

  .primary-link {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 82px;
    border-radius: 18px;
  }

  .primary-link > .arrow {
    display: none;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .link-card {
    min-height: 78px;
    border-radius: 16px;
  }

  .product-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 380px) {
  .bio-page {
    padding-inline: 10px;
  }

  .content-panel {
    padding: 16px;
  }

  .primary-link,
  .link-card {
    gap: 10px;
  }

  .primary-link__icon,
  .link-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .primary-link strong,
  .link-card strong {
    font-size: .94rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
