:root {
  --ink: #111827;
  --muted: #617083;
  --paper: #f7f8f4;
  --white: #ffffff;
  --teal: #0e5263;
  --green: #1f7a64;
  --gold: #d8a928;
  --red: #b4232a;
  --rose: #b94a6f;
  --steel: #5f7185;
  --line: rgba(17, 24, 39, 0.12);
  --shadow: 0 28px 90px rgba(12, 23, 34, 0.2);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 7%, rgba(31, 122, 100, 0.13), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(216, 169, 40, 0.12), transparent 24%),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

.site-header {
  position: fixed;
  top: 18px;
  left: clamp(14px, 3vw, 42px);
  right: clamp(14px, 3vw, 42px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(5, 10, 16, 0.62);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  font-weight: 900;
  overflow: hidden;
}

.logo-mark {
  border-color: rgba(83, 255, 147, 0.5);
  background: #020503;
}

.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

nav a {
  transition: color 180ms ease, background 180ms ease;
}

nav a:hover {
  color: var(--white);
}

.nav-action {
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px clamp(20px, 5vw, 72px) 34px;
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-shade {
  background:
    radial-gradient(circle at 76% 18%, rgba(34, 197, 94, 0.34), transparent 30%),
    radial-gradient(circle at 52% 42%, rgba(216, 169, 40, 0.2), transparent 26%),
    linear-gradient(90deg, rgba(3, 8, 14, 0.94) 0%, rgba(3, 8, 14, 0.66) 46%, rgba(3, 8, 14, 0.16) 100%),
    linear-gradient(180deg, rgba(3, 8, 14, 0.08) 0%, rgba(3, 8, 14, 0.72) 100%);
}

.hero-content,
.hero-stats {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 860px;
  padding-bottom: clamp(28px, 7vh, 76px);
}

.hero-logo-orb {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin-bottom: 24px;
  border: 1px solid rgba(95, 255, 140, 0.38);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.28);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28), inset 0 0 45px rgba(34, 197, 94, 0.12);
  backdrop-filter: blur(16px);
}

.hero-logo-orb img {
  width: 86px;
  height: 86px;
  border-radius: 28px;
  object-fit: cover;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  max-width: 920px;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.primary {
  background: var(--gold);
  color: #15120a;
  box-shadow: 0 18px 36px rgba(216, 169, 40, 0.22);
}

.secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: 0;
}

.hero-stats article {
  padding: 22px clamp(14px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.hero-stats article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-stats strong {
  display: block;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.portfolio-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  margin: -48px clamp(16px, 5vw, 72px) 0;
  padding: clamp(28px, 4vw, 48px);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.portfolio-copy h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
}

.portfolio-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.portfolio-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(31, 122, 100, 0.18);
  border-radius: 999px;
  color: #123b33;
  background: linear-gradient(180deg, #ffffff, #eef8f1);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(31, 122, 100, 0.08);
}

.section {
  padding: clamp(70px, 9vw, 130px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 38px;
}

.section-heading h2,
.legacy-band h2 {
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

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

.company-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
  color: var(--white);
  background: var(--teal);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.company-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 100px rgba(12, 23, 34, 0.26);
}

.company-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.2), transparent 18%);
}

.company-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -26% 32%;
  height: 210px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  transform: rotate(-16deg);
}

.pharma-card {
  background: linear-gradient(135deg, #123b33, #1f7a64 54%, #d8a928);
}

.healthcare-card {
  background: linear-gradient(135deg, #16334e, #2780a2 55%, #5fb77a);
}

.jockey-card {
  background: linear-gradient(135deg, #2e1b2b, #84435c 54%, #d6a055);
}

.ge-card {
  background: linear-gradient(135deg, #15202d, #4c6174 52%, #1f7a64);
}

.company-card > * {
  position: relative;
  z-index: 1;
}

.company-kicker {
  margin-bottom: 125px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.company-card h3 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4vw, 68px);
  line-height: 0.95;
}

.product-symbol {
  position: absolute;
  top: 34px;
  right: 28px;
  z-index: 1;
  width: 132px;
  height: 132px;
  opacity: 0.96;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.medicines span,
.capsule span,
.cosmetics span,
.machine span {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.medicines span {
  width: 82px;
  height: 34px;
  border-radius: 999px;
}

.medicines span:nth-child(1) {
  top: 18px;
  left: 12px;
  transform: rotate(-24deg);
}

.medicines span:nth-child(2) {
  top: 64px;
  right: 0;
  transform: rotate(28deg);
  background: rgba(216, 169, 40, 0.9);
}

.medicines span:nth-child(3) {
  bottom: 10px;
  left: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.capsule span {
  top: 26px;
  left: 18px;
  width: 96px;
  height: 48px;
  border-radius: 999px;
  transform: rotate(-35deg);
  background: linear-gradient(90deg, #ffffff 0 50%, #60d394 50% 100%);
}

.cosmetics span:nth-child(1) {
  bottom: 8px;
  left: 22px;
  width: 38px;
  height: 92px;
  border-radius: 18px 18px 6px 6px;
  background: linear-gradient(#ffffff 0 28%, #e9b4c4 28% 100%);
}

.cosmetics span:nth-child(2) {
  top: 10px;
  right: 18px;
  width: 44px;
  height: 112px;
  border-radius: 22px;
  background: linear-gradient(#f6df99 0 36%, #ffffff 36% 100%);
}

.machine span:nth-child(1) {
  top: 24px;
  left: 20px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: conic-gradient(from 20deg, rgba(255, 255, 255, 0.9), rgba(95, 113, 133, 0.72), rgba(255, 255, 255, 0.9));
}

.machine span:nth-child(2) {
  top: 52px;
  left: 48px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #203040;
}

.machine span:nth-child(3) {
  right: 4px;
  bottom: 16px;
  width: 58px;
  height: 30px;
  border-radius: 6px;
  background: rgba(216, 169, 40, 0.88);
}

.company-card p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--gold);
  color: var(--white);
  font-weight: 900;
  transition: transform 180ms ease;
}

.card-line {
  position: absolute;
  left: 46px;
  right: 46px;
  bottom: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.26);
}

.legacy-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin: 0 clamp(16px, 5vw, 72px);
  padding: clamp(54px, 7vw, 88px);
  color: var(--white);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #18202b, #0e5263 56%, #1f7a64);
  box-shadow: var(--shadow);
}

.legacy-band p:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.7;
}

.legacy-band a,
.site-footer a {
  color: var(--gold);
  font-weight: 900;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  background: transparent;
  border: 0;
}

.capability-grid article {
  min-height: 280px;
  padding: 30px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(12, 23, 34, 0.08);
}

.capability-grid span {
  color: var(--red);
  font-weight: 900;
}

.capability-grid h3 {
  margin: 64px 0 14px;
  font-size: 24px;
}

.capability-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 5vw, 72px);
  margin: 0 clamp(16px, 5vw, 72px) 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--white);
}

.site-footer strong {
  color: var(--ink);
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    border-radius: 28px;
  }

  nav {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  nav a:not(.nav-action) {
    display: none;
  }

  .hero {
    min-height: 880px;
  }

  .hero-stats,
  .portfolio-intro,
  .legacy-band,
  .capability-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-stats article {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .company-card {
    min-height: 380px;
  }

  .portfolio-pills {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px;
  }

  .brand {
    min-width: auto;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding: 116px 16px 20px;
    min-height: 820px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .section,
  .legacy-band,
  .portfolio-intro {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .company-card,
  .capability-grid article {
    padding: 24px;
  }

  .tutorial-section {
  padding: 4rem 2rem;
  background-color: #f9f9f9; /* Optional: adds a light background color */
  text-align: center;
}

.video-container {
  max-width: 400px;
  margin: 2rem auto 0;
  aspect-ratio: 21 / 9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.video-container video {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
}

  .site-footer {
    flex-direction: column;
    border-radius: 24px;
  }
}
