:root {
  --bg-dark: #0a0b10;
  --bg-deep: #050508;
  --surface: rgba(255, 255, 255, 0.035);
  --surface-strong: rgba(255, 255, 255, 0.075);
  --border: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(217, 119, 54, 0.46);
  --text-main: #f1f0ed;
  --text-muted: #a4a09a;
  --text-soft: #cbc6bd;
  --teal: #178ca4;
  --teal-soft: rgba(23, 140, 164, 0.2);
  --orange: #d97736;
  --orange-soft: rgba(217, 119, 54, 0.22);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--text-main);
  background: var(--bg-dark);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--text-main);
  background:
    radial-gradient(circle at 18% 8%, rgba(217, 119, 54, 0.16), transparent 32rem),
    radial-gradient(circle at 86% 26%, rgba(23, 140, 164, 0.18), transparent 34rem),
    var(--bg-dark);
  -webkit-font-smoothing: antialiased;
}

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

.filmGrain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(22px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(5, 5, 8, 0.84), rgba(5, 5, 8, 0));
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.logo {
  flex: 0 0 auto;
  color: #fff;
  font-size: 19px;
  font-weight: 620;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
}

.logo span {
  color: var(--orange);
}

.navLinks {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 30px);
}

.navLinks a {
  color: rgba(241, 240, 237, 0.82);
  font-size: 14px;
  letter-spacing: 1px;
  transition: color 0.25s ease;
}

.navLinks a:hover {
  color: var(--teal);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 140px clamp(22px, 5vw, 72px) 92px;
  overflow: hidden;
  isolation: isolate;
}

.heroImage {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.heroImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.98) contrast(1.03) brightness(0.98);
  transform: scale(1.02);
}

.heroShade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 8, 0.82) 0%, rgba(5, 5, 8, 0.58) 35%, rgba(5, 5, 8, 0.14) 62%, rgba(5, 5, 8, 0.54) 100%),
    linear-gradient(180deg, rgba(5, 5, 8, 0.12) 0%, rgba(10, 11, 16, 0.76) 88%, var(--bg-dark) 100%),
    radial-gradient(circle at 66% 27%, rgba(217, 119, 54, 0.26), transparent 30rem);
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(22px, 5vw, 72px);
  bottom: 70px;
  width: min(640px, calc(100vw - 44px));
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(217, 119, 54, 0));
}

.heroContent {
  max-width: 720px;
  padding-top: 56px;
}

.heroMeta,
.sectionHeader p {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(26px, 3.1vw, 42px);
  font-weight: 480;
  line-height: 1.18;
  letter-spacing: 0;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.72);
}

.heroLead {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--text-soft);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.85;
  letter-spacing: 0.2px;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.primaryBtn,
.secondaryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.primaryBtn {
  color: #100d0b;
  background: linear-gradient(135deg, #f0a45d, var(--orange));
  box-shadow: 0 18px 42px rgba(217, 119, 54, 0.28);
}

.secondaryBtn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.stockCode {
  display: inline-flex;
  margin-top: 28px;
  padding: 9px 15px;
  color: #9ee1ed;
  border: 1px solid rgba(23, 140, 164, 0.55);
  border-radius: 999px;
  background: rgba(8, 24, 30, 0.48);
  font-size: 13px;
  letter-spacing: 1px;
}

.introStrip {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 44px));
  margin: -44px auto 0;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  padding: 30px;
  border: 1px solid var(--border);
  border-left-color: var(--border-strong);
  border-radius: 8px;
  background: rgba(10, 11, 16, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.introStrip span {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.introStrip strong {
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.35;
  font-weight: 400;
}

.introStrip p {
  margin: 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.9;
}

.section {
  position: relative;
  z-index: 1;
  padding: 116px clamp(22px, 5vw, 72px);
}

.sectionHeader {
  max-width: 960px;
  margin-bottom: 46px;
}

.sectionHeader.narrow {
  max-width: 760px;
}

.sectionHeader h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
}

.sectionHeader h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 20px;
  background: var(--orange);
}

.sectionHeader span {
  display: block;
  margin-top: 24px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.9;
}

.trackGrid,
.teamGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.trackCard,
.teamCard,
.capabilityCard {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.trackCard::before,
.teamCard::before,
.capabilityCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 119, 54, 0.9), rgba(23, 140, 164, 0));
}

.trackCard:hover,
.teamCard:hover,
.capabilityCard:hover {
  transform: translateY(-6px);
  border-color: rgba(23, 140, 164, 0.48);
  background:
    linear-gradient(145deg, rgba(217, 119, 54, 0.08), rgba(23, 140, 164, 0.035)),
    rgba(255, 255, 255, 0.02);
}

.trackCard h3,
.teamCard h3,
.capabilityCard h3,
.timelineItem h3 {
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.trackCard p,
.teamCard p,
.capabilityCard p,
.timelineItem p {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.85;
}

.capabilitySection {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 10% 10%, rgba(23, 140, 164, 0.12), transparent 28rem);
}

.capabilityGrid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--border);
}

.capabilityCard {
  min-height: 270px;
  border: 0;
  border-radius: 0;
  background: rgba(10, 11, 16, 0.88);
}

.capabilityCard span {
  display: block;
  margin-bottom: 56px;
  color: rgba(217, 119, 54, 0.78);
  font-size: 14px;
  letter-spacing: 2px;
}

.capabilityCard h3 {
  font-size: 22px;
}

.trackCard {
  min-height: 300px;
}

.trackCard span,
.workFrame span,
.teamCard span {
  display: inline-block;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.trackCard h3 {
  margin-top: 70px;
  font-size: 32px;
}

.worksSection {
  background:
    radial-gradient(circle at 76% 16%, rgba(217, 119, 54, 0.12), transparent 34rem),
    #08090d;
}

.worksList {
  display: grid;
  gap: 28px;
}

.workShowcase {
  position: relative;
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 28px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.02);
  padding: 24px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.workShowcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 119, 54, 0.9), rgba(23, 140, 164, 0));
}

.workCopy {
  align-self: end;
  padding: 12px 0;
}

.workCopy span {
  display: inline-block;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.workCopy h3 {
  margin-top: 18px;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.workCopy p {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.85;
}

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

.posterGallerySingle,
.fivePosters {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.posterGallerySingle img:first-child {
  grid-column: span 5;
}

.posterGallery img {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: center top;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111217;
}

.posterGallerySingle img,
.twoWide img,
.mixedPosters img:first-child {
  aspect-ratio: 16 / 9;
}

.mixedPosters {
  grid-template-columns: 1.4fr 0.68fr;
}

.mixedPosters img:last-child,
.twoPortraits img,
.fivePosters img {
  aspect-ratio: 2 / 3;
}

.twoPortraits {
  grid-template-columns: repeat(2, minmax(0, 280px));
}

.fivePosters img {
  min-height: 360px;
}

.processSection {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.02)),
    var(--bg-dark);
}

.timeline {
  border-top: 1px solid var(--border);
}

.timelineItem {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
}

.timelineItem > span {
  color: var(--teal);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
}

.timelineItem h3 {
  font-size: 24px;
}

.timelineItem p {
  max-width: 760px;
  margin-top: 10px;
}

.teamCard {
  border-left: 3px solid var(--teal);
}

.teamCard h3 {
  font-size: 26px;
}

.teamCard span {
  margin-top: 10px;
}

.footer {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  padding: 82px clamp(22px, 5vw, 72px);
  border-top: 1px solid var(--border);
  background:
    radial-gradient(circle at 12% 20%, rgba(217, 119, 54, 0.12), transparent 26rem),
    #050508;
}

.footer h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.7vw, 34px);
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.footer p {
  margin: 18px 0 0;
  color: var(--text-muted);
  line-height: 1.8;
}

.contactPanel {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.contactPanel a {
  color: #9ee1ed;
}

.icpLink {
  display: inline-block;
  margin-top: 28px;
  color: var(--text-muted) !important;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .navLinks {
    display: none;
  }

  .introStrip,
  .footer {
    grid-template-columns: 1fr;
  }

  .trackGrid,
  .teamGrid {
    grid-template-columns: 1fr;
  }

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

  .posterGallery,
  .posterGallerySingle,
  .fivePosters,
  .mixedPosters,
  .twoPortraits,
  .twoWide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .posterGallerySingle img:first-child {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .navbar {
    height: 66px;
  }

  .logo {
    font-size: 18px;
  }

  .hero {
    min-height: 92vh;
    padding-top: 112px;
  }

  .hero h1 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .heroLead {
    font-size: 15px;
  }

  .footer h2 {
    font-size: 19px;
    white-space: nowrap;
  }

  .heroActions a {
    width: 100%;
  }

  .introStrip {
    padding: 22px;
  }

  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .capabilityGrid,
  .posterGallery,
  .posterGallerySingle,
  .fivePosters,
  .mixedPosters,
  .twoPortraits,
  .twoWide {
    grid-template-columns: 1fr;
  }

  .posterGallerySingle img:first-child {
    grid-column: auto;
  }

  .posterGallery img,
  .fivePosters img {
    min-height: 320px;
  }

  .timelineItem {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
