:root {
  color-scheme: light;
  --ink: #07142f;
  --muted: #59677c;
  --line: #dbe4f2;
  --paper: #f7f9fd;
  --panel: #ffffff;
  --blue: #001A72;
  --blue-dark: #000f45;
  --blue-soft: #edf3ff;
  --blue-mid: #d8e4ff;
  --aqua: #7da2ff;
  --green: #b9c9ef;
  --orange: #315ed6;
  --purple: #5f7ee0;
  --pink: #9fb5f3;
  --radius: 18px;
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(0, 26, 114, 0.08), transparent 28rem),
    radial-gradient(circle at 90% 0%, rgba(0, 26, 114, 0.12), transparent 30rem),
    var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

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

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

.announcement {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 20px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.announcement span {
  opacity: 0.8;
}

.announcement a {
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(var(--max), calc(100% - 36px));
  margin: 16px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(0, 26, 114, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(0, 26, 114, 0.08);
}

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

.brand-logo {
  width: 124px;
  height: 58px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark strong {
  font-size: 14px;
  line-height: 1.1;
}

.brand-mark small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #243454;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-links.is-open {
  display: flex;
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta {
  padding: 0 18px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
}

.menu-button {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  align-items: center;
  gap: 58px;
  width: min(var(--max), calc(100% - 36px));
  min-height: auto;
  margin: 0 auto;
  padding: 96px 0 84px;
}

.eyebrow,
.section-kicker,
.brand-tag {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1,
.split-section h2,
.belief-section h2,
.section-heading h2,
.cta-section h2 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  padding: 0 24px;
  border: 1px solid var(--ink);
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.secondary {
  background: #fff;
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 540px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(0, 26, 114, 0.98), rgba(49, 94, 214, 0.92)),
    var(--blue);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24), 0 35px 70px rgba(0, 26, 114, 0.22);
}

.cosmos-visual {
  isolation: isolate;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18), transparent 17rem),
    radial-gradient(circle at 20% 18%, rgba(125, 162, 255, 0.34), transparent 14rem),
    radial-gradient(circle at 82% 76%, rgba(120, 202, 255, 0.16), transparent 16rem),
    linear-gradient(135deg, #001a72, #143aaf 74%, #315ed6);
}

.cosmos-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 1px, transparent 1.5px);
  background-position: 24px 42px, 88px 120px;
  background-size: 140px 140px, 190px 190px;
  opacity: 0.38;
  animation: star-drift 64s linear infinite;
}

.cosmos-ring {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(-12deg);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.ring-outer {
  width: 86%;
  height: 86%;
}

.ring-middle {
  width: 68%;
  height: 68%;
  border-color: rgba(255, 255, 255, 0.22);
}

.ring-inner {
  width: 48%;
  height: 48%;
  border-color: rgba(255, 255, 255, 0.18);
}

.hero-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 240px;
  height: 240px;
  place-items: center;
  padding: 26px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  text-align: center;
  box-shadow: 0 30px 70px rgba(0, 15, 69, 0.28);
}

.cosmos-core {
  z-index: 6;
  width: 220px;
  height: 220px;
  padding: 30px;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 1) 0 18%, rgba(255, 255, 255, 0.74) 19% 28%, transparent 29%),
    linear-gradient(145deg, #ffffff, #eef4ff);
  box-shadow:
    0 0 0 14px rgba(255, 255, 255, 0.08),
    inset -28px -34px 54px rgba(0, 26, 114, 0.13),
    inset 18px 16px 28px rgba(255, 255, 255, 0.84),
    0 30px 70px rgba(0, 15, 69, 0.32);
  animation: core-breathe 9s ease-in-out infinite;
}

.cosmos-core::before {
  content: "";
  position: absolute;
  inset: -22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    conic-gradient(from 110deg, transparent, rgba(255, 255, 255, 0.16), transparent 38%, rgba(125, 162, 255, 0.2), transparent 72%);
  animation: core-aura 28s linear infinite;
  pointer-events: none;
}

.cosmos-core img {
  width: 132px;
  height: auto;
  margin: 0 auto 10px;
  mix-blend-mode: multiply;
}

.hero-core strong,
.hero-core small {
  display: block;
}

.hero-core strong {
  margin-top: -14px;
  font-size: 18px;
}

.hero-core small {
  color: var(--muted);
  font-size: 12px;
}

.brand-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 7;
  width: var(--orbit-x);
  height: var(--orbit-y);
  margin-left: calc(var(--orbit-x) / -2);
  margin-top: calc(var(--orbit-y) / -2);
  border-radius: 50%;
  animation: cosmos-orbit var(--speed) linear infinite;
  transform-origin: center;
  pointer-events: none;
}

.brand-planet {
  position: absolute;
  left: 50%;
  top: 0;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  padding: 18px 12px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.98) 0 18%, rgba(255, 255, 255, 0.72) 19% 28%, transparent 29%),
    radial-gradient(circle at 62% 72%, rgba(0, 26, 114, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(237, 243, 255, 0.84));
  box-shadow:
    inset -18px -24px 42px rgba(0, 26, 114, 0.16),
    inset 12px 14px 28px rgba(255, 255, 255, 0.72),
    0 24px 50px rgba(0, 15, 69, 0.28);
  text-align: center;
  animation: cosmos-counter var(--speed) linear infinite;
  pointer-events: auto;
}

.brand-planet::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.54), transparent 38%),
    repeating-linear-gradient(8deg, transparent 0 14px, rgba(255, 255, 255, 0.18) 15px 16px);
  opacity: 0.8;
  pointer-events: none;
}

.brand-planet > * {
  position: relative;
  z-index: 1;
}

.brand-planet strong {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.brand-planet small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}

.gooby-orbit {
  --orbit-x: 82%;
  --orbit-y: 60%;
  --speed: 64s;
}

.rouya-orbit {
  --orbit-x: 69%;
  --orbit-y: 50%;
  --speed: 56s;
  animation-delay: -18s;
}

.cohee-orbit {
  --orbit-x: 88%;
  --orbit-y: 75%;
  --speed: 78s;
  animation-delay: -38s;
}

.rouya-orbit .brand-planet {
  animation-delay: -18s;
}

.cohee-orbit .brand-planet {
  animation-delay: -38s;
}

.gooby-planet strong {
  color: #f05a00;
}

.gooby-planet {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.98) 0 18%, rgba(255, 233, 219, 0.8) 19% 28%, transparent 29%),
    radial-gradient(circle at 68% 72%, rgba(240, 90, 0, 0.2), transparent 44%),
    linear-gradient(145deg, #ffffff, #fff1e8);
}

.rouya-planet strong {
  color: #0b3f8d;
}

.rouya-planet {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.98) 0 18%, rgba(219, 241, 255, 0.82) 19% 28%, transparent 29%),
    radial-gradient(circle at 68% 72%, rgba(32, 162, 255, 0.22), transparent 44%),
    linear-gradient(145deg, #ffffff, #e8f7ff);
}

.cohee-planet strong {
  color: #4c2a91;
}

.cohee-planet {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.98) 0 18%, rgba(239, 226, 255, 0.82) 19% 28%, transparent 29%),
    radial-gradient(circle at 68% 72%, rgba(116, 74, 214, 0.22), transparent 44%),
    linear-gradient(145deg, #ffffff, #f4efff);
}

@keyframes cosmos-orbit {
  to {
    transform: rotate(1turn);
  }
}

@keyframes cosmos-counter {
  to {
    transform: translate(-50%, -50%) rotate(-1turn);
  }
}

@keyframes star-drift {
  to {
    background-position: 164px 182px, 278px 310px;
  }
}

@keyframes core-aura {
  to {
    transform: rotate(1turn);
  }
}

@keyframes core-breathe {
  0%,
  100% {
    box-shadow:
      0 0 0 14px rgba(255, 255, 255, 0.08),
      inset -28px -34px 54px rgba(0, 26, 114, 0.13),
      inset 18px 16px 28px rgba(255, 255, 255, 0.84),
      0 30px 70px rgba(0, 15, 69, 0.32);
  }

  50% {
    box-shadow:
      0 0 0 18px rgba(255, 255, 255, 0.1),
      inset -24px -30px 48px rgba(0, 26, 114, 0.11),
      inset 20px 18px 30px rgba(255, 255, 255, 0.88),
      0 34px 78px rgba(0, 15, 69, 0.36);
  }
}

.brand-strip {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto 70px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  overflow: hidden;
}

.logo-marquee {
  --logo-gap: clamp(48px, 6vw, 92px);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: logo-marquee 34s linear infinite;
  will-change: transform;
}

.logo-marquee-set {
  display: flex;
  align-items: center;
  gap: var(--logo-gap);
  padding-right: var(--logo-gap);
}

.logo-item {
  display: flex;
  flex: 0 0 212px;
  width: 212px;
  height: 84px;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  display: block;
  width: auto;
  height: 50px;
  max-width: 212px;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.04);
}

.logo-item img[src*="logo-lazada"],
.logo-item img[src*="logo-tiktok-shop"] {
  height: 48px;
}

.logo-item img[src*="logo-gooby"],
.logo-item img[src*="logo-rouya"],
.logo-item img[src*="logo-cohee"] {
  height: 52px;
}

@keyframes logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

section {
  scroll-margin-top: 110px;
}

.split-section,
.belief-section,
.brands-section,
.model-section,
.values-section,
.roadmap-section,
.cta-section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto 86px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 46px;
}

.split-section p,
.section-heading p,
.brand-copy p,
.steps p,
.value-grid p,
.roadmap p,
.cta-section p {
  color: var(--muted);
  font-size: 16px;
}

.split-section p {
  max-width: 740px;
  margin: 20px 0 0;
}

.metric-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.metric-grid article,
.belief-list article,
.steps article,
.value-grid article,
.roadmap article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.metric-grid article {
  padding: 22px;
}

.metric-grid strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.metric-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.belief-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 42px;
  align-items: start;
  padding: 46px;
  border-radius: 28px;
  background: var(--blue);
  color: #fff;
}

.belief-section .eyebrow {
  color: #cbd8ff;
}

.belief-section h2 {
  max-width: 620px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  text-wrap: balance;
}

.belief-section h2 span {
  display: block;
}

.belief-list {
  display: grid;
  gap: 14px;
}

.belief-list article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.belief-list span,
.steps span,
.roadmap span {
  color: var(--orange);
  font-weight: 900;
}

.belief-list h3,
.steps h3,
.value-grid h3 {
  margin: 8px 0 10px;
  font-size: 20px;
}

.belief-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.section-heading {
  max-width: 800px;
  margin-bottom: 34px;
}

.section-heading h2 {
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.06;
}

.section-heading p {
  margin: 18px 0 0;
}

.brand-carousel {
  position: relative;
  width: min(var(--max), 100%);
  max-width: none;
  margin: 28px auto 0;
  padding: 0 58px 28px;
  overflow: hidden;
}

.brand-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.brand-track::-webkit-scrollbar {
  display: none;
}

.brand-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.brand-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(420px, 1.05fr);
  flex: 0 0 100%;
  gap: 24px;
  align-items: stretch;
  min-height: 382px;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
  overflow: hidden;
  scroll-snap-align: center;
}

.brand-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 36px;
}

.brand-copy::before {
  display: none;
}

.brand-copy::after {
  display: none;
}

.brand-tag {
  display: none;
}

.brand-copy h3 {
  order: 1;
  margin: 0;
  font-size: clamp(36px, 3.4vw, 50px);
  line-height: 1.02;
}

.brand-line {
  order: 2;
  color: var(--ink) !important;
  font-size: 17px !important;
  font-weight: 900;
}

.brand-copy p:not(.brand-line) {
  order: 3;
}

.brand-copy ul {
  order: 4;
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.brand-copy li {
  position: relative;
  padding-left: 22px;
  color: #263653;
  font-size: 14px;
  font-weight: 700;
}

.brand-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.brand-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 342px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff, var(--blue-soft));
}

.brand-image img {
  width: min(88%, 410px);
  height: auto;
  max-height: 318px;
  object-fit: contain;
  padding: 10px;
}

.gooby-feature .brand-image {
  background: linear-gradient(135deg, #ffffff, var(--blue-soft));
}

.gooby-feature .brand-tag,
.gooby-feature li::before {
  color: var(--blue);
  background: var(--blue);
}

.rouya-feature .brand-image {
  background: linear-gradient(135deg, #ffffff, var(--blue-soft));
}

.cohee-feature .brand-image {
  background: linear-gradient(135deg, #ffffff, var(--blue-soft));
}

.cohee-feature .brand-image img {
  width: min(82%, 340px);
  max-height: 288px;
}

.cohee-feature .brand-tag,
.cohee-feature li::before {
  color: var(--blue);
  background: var(--blue);
}

.brand-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 26, 114, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(0, 26, 114, 0.14);
  color: var(--blue);
  cursor: pointer;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.brand-nav-prev {
  left: 8px;
}

.brand-nav-next {
  right: 8px;
}

.brand-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.brand-dots button {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 26, 114, 0.18);
  cursor: pointer;
}

.brand-dots button.is-active {
  background: var(--blue);
}

.steps,
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.steps article,
.value-grid article {
  padding: 24px;
}

.steps p,
.value-grid p {
  margin: 0;
}

.model-section {
  padding-top: 18px;
}

.steps article {
  min-height: 240px;
}

.steps span {
  font-size: 34px;
}

.values-section {
  border-top: 1px solid var(--line);
  padding-top: 64px;
}

.roadmap-section {
  padding: 42px;
  border-radius: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.roadmap {
  display: grid;
  gap: 14px;
}

.roadmap article {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 22px;
  padding: 22px;
}

.roadmap span {
  color: var(--blue);
  font-size: 34px;
}

.roadmap p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.careers-section {
  padding: 54px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 8%, rgba(125, 162, 255, 0.18), transparent 24rem),
    linear-gradient(180deg, #fff, #f7faff);
  box-shadow: 0 24px 70px rgba(0, 26, 114, 0.07);
}

.careers-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.careers-hero h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.04;
}

.careers-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
}

.careers-summary {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(0, 26, 114, 0.12);
  border-radius: 22px;
  background: var(--blue-soft);
}

.careers-summary strong,
.career-filters h3,
.career-filters strong {
  color: var(--ink);
  font-weight: 900;
}

.careers-summary span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.careers-summary .button {
  width: fit-content;
  margin-top: 4px;
  border-color: var(--blue);
  background: var(--blue);
}

.careers-board {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.career-filters {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
}

.career-filters h3 {
  margin: 0;
  font-size: 22px;
}

.career-filters div {
  display: grid;
  gap: 10px;
}

.career-filters strong {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.career-filters span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(0, 26, 114, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.career-list {
  display: grid;
  gap: 14px;
}

.career-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 230px) auto;
  gap: 22px;
  align-items: center;
  min-height: 148px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 26, 114, 0.05);
}

.career-team {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.career-list h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.16;
}

.career-list p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.career-meta {
  display: grid;
  gap: 8px;
}

.career-meta span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.career-list article > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-feature,
.steps article,
.value-grid article,
.roadmap article {
  opacity: 1;
  transform: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.brand-feature.is-visible,
.steps article.is-visible,
.value-grid article.is-visible,
.roadmap article.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cta-section {
  padding: 62px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 20%, rgba(125, 162, 255, 0.24), transparent 28rem),
    var(--blue);
  color: #fff;
  text-align: center;
}

.cta-logo {
  display: block;
  width: min(300px, 74vw);
  height: auto;
  margin: 0 auto 24px;
  border-radius: 10px;
  box-shadow: 0 22px 50px rgba(3, 17, 48, 0.18);
}

.cta-section .eyebrow,
.cta-section p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-section h2 {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(36px, 4.8vw, 66px);
  line-height: 1.04;
}

.cta-section p {
  max-width: 720px;
  margin: 22px auto 30px;
  font-size: 18px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.cta-section .button.secondary {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.site-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 4px solid var(--blue);
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  clear: both;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(520px, 1fr);
  gap: clamp(40px, 6vw, 92px);
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0 70px;
}

.footer-brand-panel,
.footer-directory {
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  width: 154px;
  margin-bottom: 18px;
}

.footer-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.footer-slogan {
  display: grid;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: clamp(39px, 5.2vw, 72px);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: 0;
}

.footer-slogan span:nth-child(2) {
  color: var(--ink);
}

.footer-slogan span:nth-child(3) {
  color: rgba(0, 26, 114, 0.18);
}

.footer-brand-panel p {
  max-width: 560px;
  margin: 0;
  color: #253753;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 900;
  line-height: 1.25;
}

.footer-contact-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.footer-pill {
  display: inline-flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 18px 36px rgba(0, 26, 114, 0.18);
}

.footer-contact-block strong,
.footer-social-row strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.footer-contact-block a:not(.footer-pill) {
  display: inline-block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
}

.footer-directory {
  display: grid;
  align-content: start;
  gap: 44px;
  padding-top: 38px;
}

.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 36px 60px;
}

.footer-link-grid > div {
  min-width: 0;
}

.site-footer h4 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

.footer-link-grid a,
.footer-link-grid span {
  display: block;
  margin: 12px 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.32;
}

.footer-link-grid a:hover {
  color: var(--blue);
}

.footer-link-grid .is-pending {
  cursor: default;
  opacity: 0.68;
}

.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-socials a,
.footer-socials span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 26, 114, 0.06);
}

.footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-socials a:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.footer-socials .is-disabled {
  cursor: default;
  opacity: 0.66;
}

.footer-info-strip {
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 20px max(18px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.footer-info-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.company-info {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.company-info strong {
  color: var(--ink);
  font-size: 14px;
}

.company-info span {
  display: block;
}

.footer-info-strip strong {
  color: #2f3b52;
  font-weight: 900;
}

.footer-info-strip a,
.company-info a {
  display: inline;
  color: var(--blue);
  font-weight: 900;
}

@media (max-width: 980px) {
  .announcement {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-links,
  .header-cta {
    display: none;
  }

  .nav-links.is-open {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(14, 23, 38, 0.1);
  }

  .nav-links.is-open a {
    padding: 14px;
  }

  .menu-button {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
  }

  .menu-button span {
    width: 18px;
    height: 2px;
    background: #fff;
  }

  .hero,
  .split-section,
  .belief-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .metric-grid {
    grid-column: auto;
  }

  .steps,
  .value-grid,
  .footer-main,
  .careers-hero,
  .careers-board {
    grid-template-columns: 1fr;
  }

  .career-filters {
    position: static;
  }

  .career-filters div {
    display: flex;
    flex-wrap: wrap;
  }

  .career-filters h3,
  .career-filters strong {
    flex-basis: 100%;
  }

  .career-list article {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-main {
    padding: 58px 0;
  }

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

  .brand-feature {
    flex-basis: 100%;
  }

  .brand-nav {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .hero h1,
  .split-section h2,
  .belief-section h2,
  .section-heading h2,
  .cta-section h2 {
    font-size: 44px;
    line-height: 1;
  }

  .brand-strip {
    margin-bottom: 56px;
    padding: 14px 0;
  }

  .logo-marquee {
    --logo-gap: 34px;
  }

  .logo-marquee-track {
    animation-duration: 26s;
  }

  .logo-item {
    flex-basis: 168px;
    width: 168px;
    height: 66px;
  }

  .logo-item img {
    height: 40px;
    max-width: 168px;
  }

  .logo-item img[src*="logo-lazada"],
  .logo-item img[src*="logo-tiktok-shop"] {
    height: 38px;
  }

  .logo-item img[src*="logo-gooby"],
  .logo-item img[src*="logo-rouya"],
  .logo-item img[src*="logo-cohee"] {
    height: 42px;
  }

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

  .footer-main {
    width: min(100% - 28px, var(--max));
    padding: 46px 0 40px;
  }

  .footer-logo {
    width: 132px;
  }

  .footer-slogan {
    font-size: clamp(38px, 13vw, 56px);
  }

  .footer-contact-block {
    align-items: stretch;
    gap: 20px;
  }

  .footer-pill {
    min-height: 60px;
    width: 100%;
    padding: 0 22px;
  }

  .footer-link-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .belief-section,
  .roadmap-section,
  .careers-section,
  .cta-section {
    padding: 28px;
  }

  .careers-hero h2 {
    font-size: 38px;
  }

  .careers-summary .button,
  .career-list article > a {
    width: 100%;
  }

  .brand-feature {
    grid-template-columns: 1fr;
    flex-basis: 100%;
    padding: 12px;
    border-radius: 24px;
    min-height: auto;
  }

  .brand-carousel {
    padding: 0 44px 24px;
  }

  .brand-copy {
    padding: 22px 14px;
  }

  .brand-copy h3 {
    font-size: 40px;
  }

  .brand-image {
    min-height: 245px;
  }

  .brand-image img {
    width: min(88%, 300px);
    max-height: 230px;
  }

  .cohee-feature .brand-image img {
    width: min(82%, 250px);
    max-height: 215px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-core {
    width: 190px;
    height: 190px;
  }

  .cosmos-core {
    width: 176px;
    height: 176px;
    padding: 24px;
  }

  .cosmos-core img {
    width: 104px;
  }

  .brand-planet {
    width: 88px;
    height: 88px;
    padding: 14px 10px;
  }

  .brand-planet strong {
    font-size: 18px;
  }

  .brand-planet small {
    font-size: 8px;
  }

  .roadmap article {
    grid-template-columns: 1fr;
  }
}
