:root {
  --navy:#071421;
  --navy-2:#0b2030;
  --cyan:#40e0d0;
  --cyan-2:#78f5e8;
  --ink:#10212b;
  --muted:#687780;
  --paper:#f2f1ec;
  --white:#fff;
  --line:rgba(16, 33, 43, .16);
  --radius:28px
}

* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-x:hidden
}
a {
  color:inherit;
  text-decoration:none
}
button, input, textarea {
  font:inherit
}
.noise {
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:20;
  opacity:.025;
  background-image:url("data:image/svg+xml, %3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")
}
.site-header {
  height:86px;
  padding:0 5vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:absolute;
  top:0;
  width:100%;
  z-index:10;
  color:#fff
}
.brand {
  display:flex;
  align-items:center;
  gap:12px
}
.brand-mark {
  width:38px;
  fill:var(--cyan)
}
.brand span {
  display:flex;
  flex-direction:column;
  line-height:1.05
}
.brand strong {
  font-size:18px;
  letter-spacing:.14em
}
.brand small {
  font-size:7px;
  letter-spacing:.18em;
  opacity:.6;
  margin-top:6px
}
.desktop-nav {
  display:flex;
  gap:38px;
  font-size:14px
}
.desktop-nav a {
  opacity:.72;
  transition:.2s
}
.desktop-nav a:hover {
  opacity:1;
  color:var(--cyan)
}
.header-actions {
  display:flex;
  align-items:center;
  gap:14px
}
.lang-toggle, .menu-toggle {
  border:0;
  background:none;
  color:inherit;
  cursor:pointer
}
.lang-toggle {
  font-weight:700
}
.menu-toggle {
  display:none
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  background:var(--cyan);
  color:var(--navy);
  padding:17px 26px;
  border:0;
  border-radius:100px;
  font-weight:800;
  cursor:pointer;
  transition:.25s
}
.button:hover {
  background:var(--cyan-2);
  transform:translateY(-2px)
}
.button-small {
  padding:11px 20px;
  font-size:13px
}
.hero {
  min-height:900px;
  background:var(--navy);
  color:#fff;
  position:relative;
  padding:180px 7vw 65px;
  overflow:hidden
}
.hero:before {
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  border:1px solid rgba(64, 224, 208, .1);
  border-radius:50%;
  right:-160px;
  top:40px
}
.hero-glow {
  position:absolute;
  width:540px;
  height:540px;
  border-radius:50%;
  right:7%;
  top:180px;
  background:rgba(35, 203, 190, .13);
  filter:blur(90px)
}
.hero-copy {
  position:relative;
  z-index:2;
  max-width:760px
}
.eyebrow {
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--cyan);
  font-size:13px;
  font-weight:700;
  letter-spacing:.18em
}
.eyebrow span:first-child {
  width:35px;
  height:1px;
  background:currentColor
}
.hero h1 {
  font-size:clamp(64px, 8vw, 122px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:30px 0
}
.hero h1 em {
  font-style:normal;
  color:var(--cyan)
}
.hero-copy>p {
  max-width:600px;
  color:#a9bbc3;
  font-size:18px;
  line-height:1.8
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:36px;
  margin-top:42px
}
.text-link {
  display:inline-flex;
  gap:15px;
  align-items:center;
  font-weight:700
}
.text-link b {
  color:var(--cyan)
}
.hero-visual {
  position:absolute;
  right:6vw;
  top:180px;
  width:440px;
  height:500px
}
.orbit {
  position:absolute;
  border:1px solid rgba(64, 224, 208, .25);
  border-radius:50%;
  inset:40px
}
.orbit-two {
  inset:0;
  transform:rotate(55deg);
  border-style:dashed
}
.visual-core {
  position:absolute;
  top:140px;
  left:130px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:linear-gradient(145deg, #153f52, #08151f);
  box-shadow:0 0 70px rgba(64, 224, 208, .2);
  display:grid;
  place-items:center;
  border:1px solid rgba(64, 224, 208, .4)
}
.visual-core i {
  position:absolute;
  inset:18px;
  border:1px solid rgba(255, 255, 255, .1);
  border-radius:50%
}
.visual-core b {
  font-size:58px;
  letter-spacing:-.1em;
  color:var(--cyan)
}
.visual-core small {
  position:absolute;
  bottom:34px;
  font-size:7px;
  letter-spacing:.3em;
  color:#9eb6be
}
.visual-card {
  position:absolute;
  background:rgba(16, 44, 58, .76);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255, 255, 255, .1);
  padding:18px;
  width:150px;
  height:100px;
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.visual-card span {
  font-size:8px;
  letter-spacing:.15em;
  color:#91a8b0
}
.visual-card strong {
  font-size:25px;
  color:var(--cyan)
}
.card-a {
  top:18px;
  right:20px
}
.card-b {
  bottom:28px;
  left:0
}
.floating-tag {
  position:absolute;
  font-size:11px;
  font-weight:800;
  color:var(--cyan)
}
.tag-one {
  right:5px;
  bottom:130px
}
.tag-two {
  left:35px;
  top:135px
}
.hero-stats {
  position:absolute;
  z-index:2;
  left:7vw;
  right:7vw;
  bottom:55px;
  display:flex;
  border-top:1px solid rgba(255, 255, 255, .12);
  padding-top:30px;
  gap:80px
}
.hero-stats div {
  display:flex;
  flex-direction:column
}
.hero-stats strong {
  font-size:31px
}
.hero-stats sup {
  color:var(--cyan)
}
.hero-stats span {
  font-size:12px;
  color:#839aa3;
  margin-top:7px
}
.section {
  padding:120px 7vw
}
.section-label {
  font-size:12px;
  letter-spacing:.18em;
  font-weight:800;
  color:#748087;
  text-transform:uppercase;
  margin-bottom:65px
}
.section-label.light {
  color:#6f909d
}
.about-grid {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:12vw
}
.section h2 {
  font-size:clamp(46px, 6vw, 86px);
  letter-spacing:-.055em;
  line-height:1.05;
  margin:0
}
.about-copy {
  padding-top:15px
}
.about-copy p {
  font-size:16px;
  color:var(--muted);
  line-height:1.9
}
.about-copy .lead {
  color:var(--ink);
  font-size:25px;
  line-height:1.5;
  margin-top:0
}
.about-copy .text-link {
  margin-top:25px
}
.services {
  background:var(--navy);
  color:#fff
}
.services-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:70px
}
.services-heading p {
  color:#8ca3ad;
  max-width:380px;
  line-height:1.8
}
.service-item {
  display:grid;
  grid-template-columns:80px 1fr 50px;
  align-items:center;
  border-top:1px solid rgba(255, 255, 255, .13);
  padding:32px 10px;
  transition:.3s
}
.service-item:last-child {
  border-bottom:1px solid rgba(255, 255, 255, .13)
}
.service-item:hover {
  padding-left:25px;
  background:rgba(64, 224, 208, .04)
}
.service-item>span {
  color:var(--cyan);
  font-size:12px
}
.service-item h3 {
  font-size:27px;
  margin:0 0 8px
}
.service-item p {
  margin:0;
  color:#8298a1
}
.service-item>b {
  font-size:25px;
  color:var(--cyan)
}
.work-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  margin-bottom:55px
}
.work-heading p {
  color:var(--muted)
}
.work-grid {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  grid-template-rows:330px 330px;
  gap:18px
}
.work-card {
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  background-image:linear-gradient(180deg, transparent 30%, rgba(5, 16, 25, .85)), var(--image);
  background-size:cover;
  background-position:center 18%;
  color:#fff
}
.work-card:before {
  content:"";
  position:absolute;
  inset:0;
  background:var(--image) center 18%/cover;
  transition:.6s
}
.work-card:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 25%, rgba(4, 15, 23, .9))
}
.work-card:hover:before {
  transform:scale(1.04)
}
.work-large {
  grid-row:1/3
}
.work-info {
  position:absolute;
  z-index:2;
  bottom:0;
  left:0;
  right:0;
  padding:30px
}
.work-info span {
  font-size:9px;
  letter-spacing:.15em;
  color:var(--cyan)
}
.work-info h3 {
  font-size:27px;
  margin:10px 0 0
}
.work-info button {
  position:absolute;
  right:28px;
  bottom:28px;
  border:1px solid rgba(255, 255, 255, .4);
  color:#fff;
  background:rgba(255, 255, 255, .05);
  width:46px;
  height:46px;
  border-radius:50%;
  cursor:pointer
}
.work-note {
  font-size:12px;
  color:#8a9498;
  margin-top:18px
}
.careers {
  background:#0c2c3b;
  color:#fff;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:720px;
  padding-right:0;
  overflow:hidden
}
.careers-copy {
  align-self:center;
  padding-right:8vw
}
.careers-copy p {
  max-width:550px;
  color:#9bb0b9;
  line-height:1.9;
  margin:32px 0
}
.button-light {
  background:#fff
}
.careers-visual {
  position:relative;
  display:grid;
  place-items:center;
  min-height:540px;
  background:radial-gradient(circle at center, rgba(64, 224, 208, .2), transparent 58%)
}
.career-sphere {
  width:min(34vw, 460px);
  height:min(34vw, 460px);
  border-radius:50%;
  background:linear-gradient(135deg, #45e8d8, #153f54 65%, #06141f);
  box-shadow:inset -40px -30px 70px rgba(0, 0, 0, .4), 0 0 80px rgba(64, 224, 208, .12)
}
.careers-visual span {
  position:absolute;
  font-weight:900;
  font-size:clamp(54px, 7vw, 110px);
  line-height:.76;
  letter-spacing:-.07em;
  color:transparent;
  -webkit-text-stroke:1px rgba(255, 255, 255, .7)
}
.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10vw
}
.contact-copy>p {
  color:var(--muted);
  line-height:1.8;
  max-width:520px
}
.contact-details {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
  margin-top:55px
}
.contact-details div {
  display:flex;
  flex-direction:column;
  gap:8px
}
.contact-details span {
  font-size:11px;
  color:#8a959a;
  letter-spacing:.12em
}
.contact-details strong {
  font-size:15px
}
.contact-qr {
  background:#fff;
  border-radius:var(--radius);
  padding:42px;
  box-shadow:0 25px 80px rgba(14, 40, 50, .08);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:22px
}
.contact-qr p {
  margin:0;
  font-size:18px;
  font-weight:700;
  color:var(--ink)
}
.contact-qr img {
  width:100%;
  max-width:280px;
  height:auto;
  border-radius:12px;
  display:block
}
footer {
  background:#06121b;
  color:#6e858e;
  padding:35px 7vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:11px
}
.footer-brand {
  display:flex;
  flex-direction:column;
  color:#fff
}
.footer-brand strong {
  font-size:18px
}
.footer-brand span {
  font-size:7px;
  letter-spacing:.18em;
  color:#667e87
}
footer>a {
  width:42px;
  height:42px;
  border:1px solid #31434b;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff
}
.reveal {
  opacity:0;
  transform:translateY(35px);
  transition:opacity .7s ease, transform .7s ease
}
.reveal.visible {
  opacity:1;
  transform:none
}

@media(max-width:1000px) {
  .desktop-nav {
  display:none
}
.hero {
  min-height:980px
}
.hero-copy {
  max-width:650px
}
.hero-visual {
  opacity:.55;
  right:-120px;
  top:300px
}
.about-grid, .contact-grid {
  gap:7vw
}
.careers {
  grid-template-columns:1.2fr .8fr
}
.career-sphere {
  width:330px;
  height:330px
}
.menu-toggle {
  display:block;
  width:30px
}
.menu-toggle span {
  display:block;
  height:1px;
  background:#fff;
  margin:7px
}
.site-header.menu-open .desktop-nav {
  display:flex;
  position:absolute;
  top:75px;
  left:5vw;
  right:5vw;
  padding:25px;
  background:#102a38;
  border-radius:18px;
  flex-direction:column
}
.header-actions>.button-small {
  display:none
}

}

@media(max-width:720px) {
  .site-header {
  height:72px;
  padding:0 20px
}
.brand strong {
  font-size:15px
}
.brand-mark {
  width:32px
}
.hero {
  min-height:850px;
  padding:135px 22px 45px
}
.hero h1 {
  font-size:58px
}
.hero-copy>p {
  font-size:15px
}
.hero-visual {
  width:330px;
  height:380px;
  right:-135px;
  top:340px
}
.visual-core {
  width:140px;
  height:140px;
  left:95px;
  top:105px
}
.visual-card {
  transform:scale(.8)
}
.hero-stats {
  left:22px;
  right:22px;
  bottom:35px;
  gap:0;
  justify-content:space-between
}
.hero-stats strong {
  font-size:24px
}
.hero-stats span {
  font-size:9px;
  max-width:75px
}
.section {
  padding:85px 22px
}
.section-label {
  margin-bottom:38px
}
.about-grid, .contact-grid, .careers {
  grid-template-columns:1fr
}
.section h2 {
  font-size:48px
}
.about-copy {
  padding-top:30px
}
.about-copy .lead {
  font-size:20px
}
.services-heading, .work-heading {
  display:block
}
.services-heading p, .work-heading p {
  margin-top:25px
}
.service-item {
  grid-template-columns:40px 1fr 20px;
  padding:25px 0
}
.service-item h3 {
  font-size:21px
}
.service-item p {
  font-size:13px;
  line-height:1.6
}
.work-grid {
  display:block
}
.work-card {
  height:430px;
  margin-bottom:15px
}
.work-card:not(.work-large) {
  height:300px
}
.careers {
  padding-right:22px
}
.careers-copy {
  padding-right:0
}
.careers-visual {
  min-height:380px
}
.career-sphere {
  width:280px;
  height:280px
}
.contact-grid {
  gap:50px
}
.contact-details {
  margin-top:35px
}
.contact-qr {
  padding:28px 22px
}
.contact-qr img {
  max-width:240px
}
footer {
  flex-wrap:wrap;
  gap:25px
}
footer p {
  width:100%;
  order:3
}
.hero-actions {
  gap:22px
}
.button {
  padding:15px 22px
}

}


.work-card video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s
}
.work-card:hover video {
  transform:scale(1.04)
}


.about-address {
  margin:65px 0 18px;
  font-size:17px;
  color:var(--muted)
}
.about-address span {
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase
}
.about-address strong {
  color:var(--ink)
}
.about-media {
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px
}
.about-media img {
  display:block;
  width:100%;
  height:390px;
  object-fit:cover;
  border-radius:var(--radius)
}

.team {
  padding-top:20px
}
.team-heading {
  display:flex;
  align-items:center;
  gap:28px;
  margin-bottom:30px
}
.team-heading h2 {
  font-size:clamp(38px, 5vw, 70px)
}
.team-heading span {
  width:16px;
  height:16px;
  background:#dc3833
}
.team-copy {
  max-width:1120px
}
.team-copy p {
  font-size:18px;
  font-weight:650;
  line-height:1.75;
  margin:0 0 12px
}
.team-media {
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:18px;
  margin-top:35px;
  align-items:stretch
}
.team-photo-stack {
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:18px
}
.team-media img, .team-media video {
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  border-radius:var(--radius)
}
.team-media video {
  max-height:820px;
  background:var(--navy)
}

@media(max-width:720px) {
  .about-address {
  margin-top:45px;
  line-height:1.7
}
.about-media, .team-media {
  grid-template-columns:1fr
}
.about-media img {
  height:260px
}
.team {
  padding-top:0
}
.team-heading {
  gap:16px
}
.team-heading h2 {
  font-size:38px
}
.team-heading span {
  width:12px;
  height:12px
}
.team-copy p {
  font-size:16px
}
.team-photo-stack {
  grid-template-rows:none
}
.team-media img {
  height:280px
}
.team-media video {
  height:520px
}

}


@media(min-width:1001px) {
  .hero {
  min-height:900px;
  padding-bottom:210px
}
.hero-copy {
  max-width:min(55vw, 1060px)
}
.hero h1 {
  font-size:clamp(64px, 5.4vw, 104px);
  line-height:1.02
}
.hero-copy>p {
  max-width:720px
}
.hero-stats {
  max-width:720px;
  gap:0;
  justify-content:space-between
}
.hero-stats>div {
  min-width:170px
}
.hero-actions {
  margin-top:34px
}

}

.work-showcase {
  display:grid;
  gap:80px
}
.demo-title {
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom:22px
}
.demo-title>span {
  flex:0 0 auto;
  color:var(--cyan);
  font-size:12px;
  font-weight:800;
  padding-top:7px
}
.demo-title h3 {
  margin:0;
  font-size:24px;
  line-height:1.5
}
.demo-media {
  display:grid;
  gap:18px
}
.demo-media-pair {
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:980px
}
.demo-media-single {
  max-width:470px;
  margin-inline:0
}
.demo-media video {
  display:block;
  width:100%;
  aspect-ratio:9/16;
  object-fit:cover;
  background:#050505;
  border-radius:var(--radius)
}
.demo-poster {
  position:relative;
  max-width:1100px
}
.demo-poster img {
  display:block;
  width:100%;
  max-height:620px;
  object-fit:cover;
  object-position:top;
  border-radius:var(--radius)
}
.demo-poster span {
  position:absolute;
  right:18px;
  bottom:18px;
  padding:9px 13px;
  background:rgba(7,20,33,.78);
  color:#fff;
  font-size:12px;
  border-radius:4px
}
.work-note {
  margin-top:35px
}
@media(max-width:720px) {
  .work-showcase {gap:55px}
  .demo-title {gap:12px}
  .demo-title h3 {font-size:19px}
  .demo-media-pair {grid-template-columns:1fr}
  .demo-media-single {max-width:none}
  .demo-media video {border-radius:8px}
  .demo-poster img {min-height:260px;border-radius:8px}
  .demo-poster span {right:10px;bottom:10px}
}

.careers{display:block;min-height:0;padding:120px 7vw;background:#f7f7f4;color:var(--ink)}
.careers .section-label{color:#748087}.coop-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:70px}.coop-heading p{max-width:520px;color:var(--muted);font-size:17px;line-height:1.8}.coop-block{padding:55px 0;border-top:1px solid var(--line)}.coop-block-heading{display:flex;gap:20px;align-items:flex-start;margin-bottom:30px}.coop-block-heading>span{color:var(--cyan);font-size:12px;font-weight:800;padding-top:8px}.coop-block-heading small{color:#758187;font-size:10px;font-weight:800}.coop-block-heading h3{font-size:30px;margin:5px 0 0}.training-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.training-plan{position:relative;background:#fff;padding:30px;border:1px solid #dfe3e2;border-radius:8px}.training-plan.featured{border-top:4px solid var(--cyan);padding-top:27px}.plan-level{font-size:18px;font-weight:800}.training-plan>strong{display:block;font-size:38px;margin:15px 0 2px}.training-plan>p{margin:0 0 25px;color:var(--muted)}.training-plan ul,.benefit-list{list-style:none;padding:0;margin:0}.training-plan li,.benefit-list li{position:relative;padding:8px 0 8px 28px;line-height:1.5}.training-plan li:before,.benefit-list li:before{content:"✓";position:absolute;left:0;top:8px;width:18px;height:18px;display:grid;place-items:center;background:#43c991;color:#fff;border-radius:3px;font-size:12px;font-weight:900}.branch-summary{display:flex;gap:70px;margin-bottom:25px}.branch-summary div{display:flex;flex-direction:column}.branch-summary small{color:var(--muted);margin-bottom:5px}.branch-summary strong{font-size:34px}.benefit-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:1050px;gap:2px 35px}.investment-summary{display:flex;align-items:baseline;gap:18px;margin-bottom:25px}.investment-summary strong{font-size:38px}.investment-summary span{color:var(--muted)}.table-scroll{overflow-x:auto}.return-table{width:100%;border-collapse:collapse;background:#fff;min-width:680px}.return-table th,.return-table td{padding:16px 20px;border:1px solid #d8dedd;text-align:left}.return-table th{background:#0c2c3b;color:#fff}.return-table tbody tr:nth-child(even){background:#f0f4f3}.investment-note{color:var(--muted);line-height:1.7}.coop-action{padding-top:10px}
@media(max-width:720px){.careers{padding:85px 22px}.coop-heading{display:block;margin-bottom:50px}.coop-heading p{margin-top:20px}.coop-block{padding:42px 0}.coop-block-heading h3{font-size:24px}.training-plans{grid-template-columns:1fr}.branch-summary{gap:30px;justify-content:space-between}.branch-summary strong{font-size:27px}.benefit-list{grid-template-columns:1fr}.investment-summary{display:block}.investment-summary span{display:block;margin-top:5px}.return-table th,.return-table td{padding:13px 14px}}

.work-heading-side{display:flex;align-items:flex-end;gap:30px}.work-heading-side p{margin:0}.work-carousel-controls{display:flex;gap:8px}.work-carousel-controls button{width:44px;height:44px;border:1px solid #aeb8b9;border-radius:50%;background:transparent;color:var(--ink);font-size:21px;cursor:pointer;transition:.2s}.work-carousel-controls button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.work-showcase{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;padding-bottom:22px;scrollbar-width:thin;scrollbar-color:#829397 transparent}.work-showcase .demo-group{flex:0 0 min(980px,82vw);scroll-snap-align:start}.work-showcase .demo-media-single{margin-inline:0}.work-showcase::-webkit-scrollbar{height:6px}.work-showcase::-webkit-scrollbar-thumb{background:#829397;border-radius:6px}
@media(max-width:720px){.work-heading-side{display:block}.work-carousel-controls{margin-top:20px}.work-carousel-controls button{width:40px;height:40px}.work-showcase{gap:14px;margin-right:-22px;padding-right:22px}.work-showcase .demo-group{flex-basis:88vw}.work-showcase .demo-media-pair{grid-template-columns:repeat(2,minmax(0,1fr))}.work-showcase .demo-title h3{min-height:58px}.work-showcase .demo-media video{border-radius:8px}}

.performance{background:#071421;color:#fff}.performance .section-label{color:#6f909d}.performance-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:50px}.performance-heading p{max-width:480px;color:#91a6ae;line-height:1.8}.performance-gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.performance-gallery figure{margin:0;min-width:0}.performance-gallery img{display:block;width:100%;height:auto;aspect-ratio:1179/2556;object-fit:contain;background:#fff;border-radius:6px;cursor:pointer;transition:transform .2s}.performance-gallery img:hover{transform:scale(1.02)}.performance-gallery figcaption{padding-top:12px;color:#6f909d;font-size:9px;font-weight:800}
.lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(7,20,33,.92);opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.lightbox.active{opacity:1;visibility:visible}.lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 30px 90px rgba(0,0,0,.5)}.lightbox-close{position:absolute;top:22px;right:28px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:background .2s}.lightbox-close:hover{background:rgba(255,255,255,.3)}
@media(max-width:720px){.performance-heading{display:block;margin-bottom:35px}.performance-heading p{margin-top:20px}.performance-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-right:-22px;padding:0 22px 18px 0}.performance-gallery figure{flex:0 0 72vw;scroll-snap-align:start}.lightbox img{max-width:96vw;max-height:86vh}.lightbox-close{top:14px;right:16px}}
