:root {
  --brand-dark: #064e3b;
  --brand-main: #10b981;
  --brand-light: #ecfdf5;
  --brand-accent: #f59e0b;
  --brand-text: #1f2937;
}

html {
  background: #06111d;
}

body {
  font-family: 'Pretendard', sans-serif;
  background: #06111d;
  color: #e5eef5;
  overflow-x: hidden;
  word-break: keep-all;
}

::-webkit-scrollbar { width: 0.6rem; }
::-webkit-scrollbar-track { background: #e5e7eb; }
::-webkit-scrollbar-thumb { background: var(--brand-main); border-radius: 9999px; }
::-webkit-scrollbar-thumb:hover { background: var(--brand-dark); }

.mesh-bg {
  background:
    radial-gradient(circle at top left, rgba(16, 185, 129, 0.26), transparent 28%),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 24%),
    radial-gradient(circle at bottom, rgba(6, 78, 59, 0.34), transparent 38%),
    linear-gradient(180deg, #07111e 0%, #081a2a 36%, #eef8f3 36%, #f7faf8 100%);
}

.subpage-bg {
  background:
    radial-gradient(circle at top, rgba(16, 185, 129, 0.16), transparent 26%),
    linear-gradient(180deg, #07111e 0%, #081a2a 20%, #eef8f3 20%, #f7faf8 100%);
}

.subpage-hero-shell {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(7, 17, 30, 0.96), rgba(8, 26, 42, 0.92)),
    rgba(7, 17, 30, 0.94);
  box-shadow: 0 30px 90px rgba(3, 10, 18, 0.24);
}

.glass {
  background: rgba(7, 17, 30, 0.72);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.section-shell {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.hero-grid {
  background-size: 48px 48px;
}

.nav-blur {
  backdrop-filter: blur(16px);
}

.hero-stage {
  position: relative;
  min-height: calc(100vh - 7rem);
}

.hero-stage-home {
  position: relative;
  min-height: auto;
  padding: 0;
}

.hero-surface {
  position: relative;
  min-height: auto;
}

.hero-content-shell {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: auto;
  align-items: center;
}

.hero-content-shell--center {
  justify-items: center;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Full-bleed variant: the moving arch spans the whole hero section. */
.hero-backdrop--full {
  z-index: 0;
}

.hero-backdrop::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 32%, rgba(106, 249, 205, 0.18) 0%, rgba(7, 17, 30, 0.1) 22%, rgba(4, 10, 18, 0.66) 70%, rgba(4, 10, 18, 0.88) 100%),
    linear-gradient(180deg, rgba(4, 10, 18, 0.82) 0%, rgba(4, 10, 18, 0.36) 45%, rgba(4, 10, 18, 0.82) 100%);
}

.hero-backdrop::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: min(70rem, 92vw);
  height: 12rem;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(122, 246, 214, 0.2) 0%, rgba(8, 17, 28, 0) 70%);
  filter: blur(18px);
}

.hero-copy-panel {
  position: relative;
  max-width: 41rem;
}

.hero-copy-panel--center {
  max-width: 60rem;
  text-align: center;
}

.hero-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  justify-items: center;
}

.hero-cta-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-copy-panel--center .hero-cta-row {
  justify-content: center;
}

.hero-cta-button {
  display: inline-flex;
  min-height: 3.5rem;
  min-width: 10rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.95rem 1.85rem;
  text-align: center;
}

.hero-frame {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 35px 120px rgba(0, 0, 0, 0.38);
  animation: hero-bloom 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(4, 10, 18, 0.74) 18%, rgba(4, 10, 18, 0.12) 58%, rgba(4, 10, 18, 0.72) 100%);
}

.stacked-hero-frame::after {
  background:
    radial-gradient(circle at center, rgba(7, 17, 30, 0.08) 0%, rgba(4, 10, 18, 0.48) 64%, rgba(4, 10, 18, 0.82) 100%),
    linear-gradient(120deg, rgba(4, 10, 18, 0.72) 14%, rgba(4, 10, 18, 0.08) 52%, rgba(4, 10, 18, 0.78) 100%);
}

.hero-frame video,
.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02) brightness(0.88);
}

.hero-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-noise {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 128px 128px;
}

.stacked-panels-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1800px;
}

.stacked-panels-scene {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  will-change: transform;
}

.stacked-panel {
  position: absolute;
  left: 50%;
  top: 0;
  overflow: hidden;
  border-radius: 1.4rem;
  transform-origin: center center;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(13, 32, 48, 0.92), rgba(6, 17, 28, 0.92));
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.stacked-panel-image,
.stacked-panel-gradient,
.stacked-panel-vignette,
.stacked-panel-border {
  position: absolute;
  inset: 0;
}

.stacked-panel-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  /* Crop the letterbox: hqdefault is 4:3 (black bars on 16:9 and Shorts
     alike) and maxres is 16:9 (side bars on Shorts). A uniform zoom clears
     the bars whichever source ends up loading. */
  transform: scale(1.34);
}

.stacked-panel-gradient {
  display: none;
}

.stacked-panel-vignette {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(2, 8, 14, 0.55) 100%);
}

.stacked-panel-border {
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-sizing: border-box;
}

.hero-side-label {
  position: absolute;
  top: 50%;
  display: none;
  align-items: center;
  gap: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero-side-label::before,
.hero-side-label::after {
  content: '';
  width: 3rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.hero-side-label-left { left: 0; transform: translate(-35%, -50%) rotate(-90deg); }
.hero-side-label-right { right: 0; transform: translate(35%, -50%) rotate(90deg); }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-radius: 9999px;
  border: 1px solid rgba(16, 185, 129, 0.22);
  background: rgba(16, 185, 129, 0.1);
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brand-light);
}

.hero-badge span {
  display: inline-flex;
  height: 0.55rem;
  width: 0.55rem;
  border-radius: 9999px;
  background: var(--brand-main);
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
  animation: pulse-dot 2.6s infinite;
}

.hero-showcase {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-showcase-frame {
  position: relative;
  width: min(100%, 32rem);
  border-radius: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  padding: 1.25rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.28);
}

.hero-showcase-orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(0.5px);
  opacity: 0.9;
}

.hero-showcase-orb-top {
  top: -1rem;
  right: -0.5rem;
  width: 9rem;
  height: 9rem;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.42) 0%, rgba(16, 185, 129, 0) 70%);
}

.hero-showcase-orb-bottom {
  bottom: 1rem;
  left: -1.25rem;
  width: 10rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.3) 0%, rgba(245, 158, 11, 0) 72%);
}

.hero-main-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.8rem;
  min-height: 30rem;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.34);
}

.hero-main-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 30, 0.04) 10%, rgba(7, 17, 30, 0.12) 35%, rgba(7, 17, 30, 0.82) 100%);
}

.hero-main-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-main-card__overlay {
  position: absolute;
  inset: auto 1.4rem 1.4rem 1.4rem;
  z-index: 1;
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 17, 30, 0.58);
  padding: 1.2rem 1.25rem;
  backdrop-filter: blur(12px);
}

.hero-main-card__eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(236, 253, 245, 0.72);
}

.hero-main-card__title {
  margin-top: 0.75rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.7;
  color: #ffffff;
}

.hero-floating-badge {
  position: absolute;
  z-index: 2;
  max-width: 14rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.86);
  padding: 1rem 1.05rem;
  box-shadow: 0 18px 42px rgba(8, 15, 28, 0.18);
}

.hero-floating-badge-top {
  top: 1.8rem;
  left: -1.4rem;
}

.hero-floating-badge-bottom {
  right: -1.2rem;
  bottom: 2rem;
}

.hero-floating-badge__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brand-main);
}

.hero-floating-badge__value {
  margin-top: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--brand-text);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.kicker-line {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.82);
}

.kicker-line::before {
  content: '';
  width: 3rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.metric-card,
.work-card,
.category-card,
.award-chip,
.process-card,
.contact-card,
.related-card {
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.metric-card:hover,
.work-card:hover,
.category-card:hover,
.award-chip:hover,
.process-card:hover,
.contact-card:hover,
.related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.strength-card {
  position: relative;
  overflow: hidden;
}

.strength-card--team {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(7, 17, 30, 0.98), rgba(8, 26, 42, 0.96));
}

.strength-card--awards {
  border: 1px solid rgba(226, 232, 240, 0.95);
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.94);
}

.team-intro-stack {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}

.team-intro {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 1.3rem 1.4rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.team-intro:hover {
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.team-intro__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.team-intro__logo {
  display: inline-flex;
  height: 2.9rem;
  width: 2.9rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  border: 1.5px solid rgba(15, 23, 42, 0.12);
  background: #0b0b0c;
}

.team-intro__logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.team-intro__eyebrow {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-main);
}

.team-intro__name {
  margin-top: 0.1rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--brand-text);
}

.team-intro__desc {
  margin-top: 0.9rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #64748b;
}

.team-intro__members {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.member-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.32rem 0.72rem;
  border-radius: 9999px;
  border: 1px solid rgba(6, 78, 59, 0.14);
  background: var(--brand-light);
  color: var(--brand-dark);
  font-size: 0.8rem;
  font-weight: 600;
}

.member-chip--lead {
  background: var(--brand-main);
  border-color: var(--brand-main);
  color: #ffffff;
}

.member-chip--lead i {
  font-size: 0.62rem;
}

.awards-band {
  width: 100%;
}

.work-thumb {
  position: relative;
  overflow: hidden;
}

.work-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.24));
}

.work-thumb img,
.work-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.work-card:hover .work-thumb img,
.work-card:hover .work-thumb video {
  transform: scale(1.06);
}

.award-ribbon {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: calc(100% - 1.7rem);
  padding: 0.34rem 0.78rem 0.34rem 0.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(8, 17, 28, 0.86), rgba(8, 17, 28, 0.6));
  border: 1px solid rgba(245, 158, 11, 0.5);
  box-shadow: 0 12px 28px rgba(8, 17, 28, 0.38);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.award-ribbon__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #fcd34d, #f59e0b);
  color: #3b2606;
  font-size: 0.72rem;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.55);
}

.award-ribbon__text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.18;
}

.award-ribbon__tier {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fde68a;
}

.award-ribbon__contest {
  overflow: hidden;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.78);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-badges {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 2;
  display: flex;
  gap: 0.4rem;
  pointer-events: none;
}

.team-badge {
  position: relative;
  height: 1.95rem;
  width: 1.95rem;
  border-radius: 9999px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 12px rgba(8, 17, 28, 0.4);
  pointer-events: auto;
}

.team-badge__img {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  object-fit: cover;
  display: block;
}

.team-badge::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 0.45rem);
  right: 0;
  padding: 0.32rem 0.6rem;
  border-radius: 0.6rem;
  background: rgba(8, 17, 28, 0.94);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  z-index: 5;
}

.team-badge:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-parallax] {
  transform: translate3d(0, var(--parallax-offset, 0px), 0);
  will-change: transform;
}

.partner-rows {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.partner-marquee {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.partner-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 1.25rem;
  padding: 0.75rem 1.5rem;
  animation: marquee 42s linear infinite;
}

.partner-track--reverse {
  animation-direction: reverse;
}

.partner-marquee:hover .partner-track {
  animation-play-state: paused;
}

.partner-card {
  position: relative;
  display: flex;
  height: 5.25rem;
  width: 9.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(226, 232, 240, 0.72);
  /* Opaque background (no backdrop-filter): a moving backdrop-filter shimmers
     along the card edges while the marquee scrolls on mobile (iOS Safari). */
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.partner-card__inner {
  display: flex;
  height: calc(100% - 0.6rem);
  width: calc(100% - 0.6rem);
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.5);
}

.partner-card img {
  max-height: 66%;
  width: auto;
  max-width: 82%;
  object-fit: contain;
}

.strength-point-list {
  display: grid;
  gap: 0.9rem;
}

.strength-point-item {
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem 1.1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.strength-point-item__label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brand-light);
}

.team-photo-frame {
  position: relative;
  flex: 1;
  min-height: 16rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.28);
}

.team-photo-frame img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.team-photo-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(7, 17, 30, 0.22) 100%);
}

.strength-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.strength-stat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.strength-stat__value {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.strength-stat__label {
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
}

.strength-highlight-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(236, 253, 245, 0.1);
  backdrop-filter: blur(14px);
}

.more-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 1.85rem;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.more-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 34px 70px rgba(15, 23, 42, 0.16);
}

.more-card__media {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 13.5rem;
  padding: 1.5rem;
  overflow: hidden;
  color: #ffffff;
}

.more-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(2, 8, 14, 0.05) 35%, rgba(2, 8, 14, 0.6) 100%);
}

/* Card cover image. Drop a real file in via the matching <img class="more-card__img">
   in index.html; the gradient + icon/title stay layered on top for legibility. */
.more-card__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.more-card__media--vertical {
  background:
    radial-gradient(circle at 78% 18%, rgba(110, 249, 205, 0.35), transparent 55%),
    linear-gradient(155deg, #0f4a37 0%, #0a2a20 100%);
}

.more-card__media--ads {
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.28), transparent 52%),
    linear-gradient(155deg, #7ba996 0%, #4f7d68 100%);
}

.more-card__media--others {
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.22), transparent 52%),
    linear-gradient(155deg, #79858f 0%, #424d59 100%);
}

.more-card__media--contact {
  background:
    radial-gradient(circle at 78% 18%, rgba(110, 249, 205, 0.32), transparent 55%),
    linear-gradient(155deg, #10583a 0%, #06311f 100%);
}

.more-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  height: 2.85rem;
  width: 2.85rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 1.05rem;
  backdrop-filter: blur(6px);
}

.more-card__title {
  position: relative;
  z-index: 1;
  margin-top: 2.4rem;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.more-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.6rem 1.6rem 1.75rem;
}

.more-card__desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #64748b;
}

.more-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 1.6rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--brand-dark);
}

.more-card__cta i {
  transition: transform 0.4s ease;
}

.more-card:hover .more-card__cta i {
  transform: translateX(4px);
}

.more-card__cta--btn {
  justify-content: space-between;
  width: 100%;
}

.more-card__cta-btn {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: var(--brand-dark);
  color: #ffffff;
  font-size: 0.85rem;
  transition: transform 0.4s ease, background 0.4s ease;
}

.more-card:hover .more-card__cta-btn {
  background: var(--brand-main);
  transform: translateX(4px);
}

/* ============ Subpage hero showcases ============ */
.subhero-headline {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: #ffffff;
}

/* Feature spec boxes (vertical page) */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.spec-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  padding: 1.15rem 0.6rem;
  text-align: center;
}

.spec-item__icon {
  display: inline-flex;
  height: 2.4rem;
  width: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(16, 185, 129, 0.4);
  background: rgba(16, 185, 129, 0.08);
  color: var(--brand-main);
  font-size: 0.95rem;
}

.spec-item__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

/* Inline tag chips (others page) */
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.6rem 1.05rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.84);
}

.tag-chip i {
  color: var(--brand-main);
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.hero-note i {
  color: var(--brand-main);
}

/* Phone duo (vertical page) */
.phone-duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.phone-card {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a1620;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.phone-card--lift {
  transform: translateY(-1.4rem);
}

.phone-card__media {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.phone-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 8, 14, 0.5) 0%, rgba(2, 8, 14, 0) 24%, rgba(2, 8, 14, 0) 52%, rgba(2, 8, 14, 0.88) 100%);
}

.phone-card__top,
.phone-card__actions,
.phone-card__bottom {
  position: absolute;
  z-index: 1;
  color: #ffffff;
}

.phone-card__top {
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem;
}

.phone-card__avatar {
  display: inline-flex;
  height: 1.7rem;
  width: 1.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: var(--brand-main);
  font-size: 0.72rem;
  font-weight: 800;
}

.phone-card__id {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.phone-card__id strong {
  font-size: 0.72rem;
}

.phone-card__id span {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.72);
}

.phone-card__more {
  margin-left: auto;
  font-size: 0.8rem;
  opacity: 0.85;
}

.phone-card__actions {
  right: 0.7rem;
  bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.95rem;
  font-size: 0.6rem;
}

.phone-card__actions span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.phone-card__actions i {
  font-size: 0.95rem;
}

.phone-card__bottom {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.9rem;
}

.phone-card__bottom p {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.5;
}

.phone-card__cta {
  display: inline-block;
  margin-top: 0.55rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  padding: 0.25rem 0.75rem;
  font-size: 0.62rem;
}

.phone-card__progress {
  margin-top: 0.75rem;
  height: 3px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}

.phone-card__progress span {
  display: block;
  height: 100%;
  width: 30%;
  background: var(--brand-main);
}

.phone-card__time {
  margin-top: 0.4rem;
  text-align: right;
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.72);
}

/* Ads showcase */
.ad-stack {
  display: grid;
  gap: 1rem;
}

.ad-feature {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.ad-feature__media,
.ad-thumb__media,
.film-showcase__media {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ad-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 8, 14, 0.85) 0%, rgba(2, 8, 14, 0.35) 52%, rgba(2, 8, 14, 0.12) 100%);
}

.ad-feature__copy {
  position: absolute;
  z-index: 1;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-55%);
  max-width: 58%;
  color: #ffffff;
}

.ad-feature__copy p {
  font-size: clamp(0.95rem, 1.4vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
}

.ad-feature__copy span {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.7);
}

.ad-feature__label {
  position: absolute;
  z-index: 1;
  left: 1.5rem;
  bottom: 1.1rem;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.82);
}

.play-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  height: 3.4rem;
  width: 3.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  backdrop-filter: blur(6px);
  transition: transform 0.3s ease, background 0.3s ease;
}

.ad-feature:hover .play-btn,
.film-showcase:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgba(16, 185, 129, 0.6);
}

.play-btn--sm {
  height: 2.4rem;
  width: 2.4rem;
  font-size: 0.78rem;
}

.ad-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.ad-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ad-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 8, 14, 0) 45%, rgba(2, 8, 14, 0.72) 100%);
}

.ad-thumb__label {
  position: absolute;
  z-index: 1;
  left: 0.85rem;
  bottom: 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
}

/* Others / brand-film showcase */
.film-showcase {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.film-showcase::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 8, 14, 0.55) 0%, rgba(2, 8, 14, 0.1) 40%, rgba(2, 8, 14, 0.85) 100%);
}

.film-showcase__eyebrow {
  position: absolute;
  z-index: 1;
  top: 1.2rem;
  left: 1.4rem;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.85);
}

.film-showcase__meta {
  position: absolute;
  z-index: 1;
  top: 1.1rem;
  right: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.85);
}

.film-showcase__caption {
  position: absolute;
  z-index: 1;
  left: 1.4rem;
  bottom: 1.3rem;
  color: #ffffff;
}

.film-showcase__caption strong {
  font-size: 1.05rem;
  font-weight: 700;
}

.film-showcase__caption span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.72);
}

.film-showcase__play {
  position: static;
  transform: none;
}

.film-showcase:hover .film-showcase__play {
  transform: none;
  background: rgba(16, 185, 129, 0.6);
}

.film-showcase__nav {
  position: absolute;
  z-index: 2;
  right: 1.3rem;
  bottom: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

.film-showcase__arrow {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.75rem;
  transition: background 0.3s ease, transform 0.3s ease;
}

.film-showcase__arrow:hover {
  background: rgba(16, 185, 129, 0.6);
  transform: scale(1.08);
}

.film-showcase__dots {
  display: flex;
  gap: 0.3rem;
}

.film-showcase__dots i {
  display: inline-block;
  height: 2px;
  width: 1.1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.film-showcase__dots i.is-active {
  background: var(--brand-main);
}

@media (max-width: 640px) {
  .spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ad-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
  .phone-card--lift {
    transform: none;
  }
  /* Stack the two phone previews into one full-width column so each is large
     enough that the social UI overlays don't swallow the video on mobile.
     (No max-width + margin:auto here: auto margins make the grid item
     shrink-to-fit, and phone-card has no intrinsic width — aspect-ratio only
     derives height from width — so it would collapse to 0 and disappear.) */
  .phone-duo {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  background: rgba(2, 6, 23, 0.84);
  padding: 1rem;
}

.video-modal.is-open {
  display: block;
}

.modal-open {
  overflow: hidden;
}

.video-modal video,
.video-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.portfolio-guide-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] .faq-icon {
  transform: rotate(45deg);
}

.faq-icon {
  transition: transform 0.3s ease;
}

@keyframes hero-bloom {
  0% {
    opacity: 0;
    transform: scale(0.86) translateY(32px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
  70% { box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

@media (min-width: 1280px) {
  .hero-side-label {
    display: inline-flex;
  }
}

@media (min-width: 640px) {
  .hero-cta-row {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .hero-layout {
    max-width: 64rem;
    gap: 3rem;
  }
}

@media (max-width: 1023px) {
  .mesh-bg {
    background:
      radial-gradient(circle at top, rgba(16, 185, 129, 0.22), transparent 28%),
      linear-gradient(180deg, #07111e 0%, #081a2a 30%, #eef8f3 30%, #f7faf8 100%);
  }

  .hero-stage-home,
  .hero-surface,
  .hero-content-shell {
    min-height: auto;
  }

  .hero-showcase {
    max-width: 36rem;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .hero-frame {
    border-radius: 1.5rem;
  }

  .hero-stage-home {
    padding-bottom: 2rem;
  }

  .hero-content-shell {
    min-height: 34rem;
  }

  .stacked-panels-stage {
    transform: scale(0.9);
  }

  .partner-card {
    width: 9rem;
    height: 5.25rem;
  }
}
