:root {
  --bg: #172941;
  --surface: #10100d;
  --surface-2: #171812;
  --text: #f7f1e7;
  --muted: #a8b3c4;
  --line: rgba(255, 255, 255, .11);
  --line-strong: rgba(255, 255, 255, .22);

  /* Brand orange (from logo) */
  --orange: #f4b23a;
  --orange-light: #f7c766;
  --orange-deep: #d99520;

  /* Blue palette */
  --blue-deep: #172941;
  --blue-core: #1F3859;
  --blue-soft: #2A4366;
  --blue: #1F3859;

  /* Legacy aliases — now mapped to brand orange */
  --gold: #f4b23a;
  --lemon: #f4b23a;
  --lime: #f4b23a;
  --green: #1F3859;
  --rose: #de8d91;

  --cta-gradient: linear-gradient(95deg, #f7c766 0%, #f4b23a 55%, #d99520 100%);
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 85% 4%, rgba(244, 178, 58, .08), transparent 38%),
    radial-gradient(circle at 8% 96%, rgba(42, 67, 102, .55), transparent 40%),
    radial-gradient(circle at 95% 70%, rgba(31, 56, 89, .45), transparent 42%),
    linear-gradient(180deg, #0e1a28 0%, #122236 50%, #172941 100%);
  background-attachment: fixed;
  color: var(--text);
  min-height: 100vh;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("../images/noise.svg");
  opacity: .2;
  mix-blend-mode: soft-light;
}

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

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(14, 26, 40, .78);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: max-content;
}

.brand img {
  width: 166px;
  max-height: 44px;
  height: auto;
  display: block;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex: 1;
  color: rgba(247, 241, 231, .72);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  transition: color .2s ease;
}

.site-nav a:hover {
  color: var(--text);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.nav-cta {
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, .06);
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 99px;
  background: var(--text);
}

.section-band {
  position: relative;
  padding: 92px 0;
}

.hero {
  padding-top: 66px;
  padding-bottom: 94px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr);
  align-items: center;
  gap: 58px;
  min-height: 580px;
  margin-bottom: 56px;
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: rgba(247, 241, 231, .55);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: .98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 22px;
  line-height: 1.15;
}

.lead,
.section-head > p,
.work-copy p,
.contact-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.lead {
  max-width: 590px;
  margin-bottom: 30px;
}

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

.btn {
  padding: 0 22px;
  border: 1px solid var(--line-strong);
}

.btn-primary {
  padding: 0 28px;
  border-color: transparent;
  background: var(--cta-gradient);
  color: #12110e;
  box-shadow: 0 14px 34px rgba(244, 178, 58, .22);
}

.btn-secondary {
  background: rgba(255, 255, 255, .06);
}

.hero-showcase {
  position: relative;
  min-height: 580px;
}

.showcase-portrait {
  position: relative;
  height: 600px;
  isolation: isolate;
}

.portrait-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  z-index: 2;
  filter: contrast(1.06) saturate(.98);
  -webkit-mask-image:
    linear-gradient(180deg, #000 0%, #000 78%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 14%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-image:
    linear-gradient(180deg, #000 0%, #000 78%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 14%, #000 88%, transparent 100%);
          mask-composite: intersect;
}

.blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.blob-lemon {
  display: block;
  z-index: 1;
  left: 8%;
  top: 26%;
  width: 230px;
  height: 230px;
  background: radial-gradient(circle at 38% 38%, #f4f17a, #d8d442 65%);
  filter: blur(.5px);
  box-shadow: 0 40px 110px rgba(244, 178, 58, .25);
}

.blob-lime {
  z-index: 3;
  right: 14%;
  bottom: 8%;
  width: 84px;
  height: 84px;
  background: radial-gradient(circle at 40% 40%, #f7c766, #d99520 70%);
  box-shadow: 0 20px 50px rgba(244, 178, 58, .35);
}

.blob-lime::before,
.blob-lime::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.blob-lime::before {
  width: 42px;
  height: 42px;
  left: -52px;
  top: 30px;
  opacity: .9;
}

.blob-lime::after {
  width: 26px;
  height: 26px;
  left: -18px;
  top: 84px;
  opacity: .85;
}

.blob-dot {
  z-index: 3;
  left: 22%;
  top: 12%;
  width: 22px;
  height: 22px;
  background: var(--lemon);
  box-shadow: 0 6px 20px rgba(244, 178, 58, .5);
}

.circular-badge {
  position: absolute;
  top: 8px;
  right: -10px;
  z-index: 4;
  width: 108px;
  height: 108px;
  color: var(--text);
  animation: spinSlow 22s linear infinite;
}

.circular-badge svg {
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.badge-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  background: var(--lemon);
  box-shadow: 0 0 24px rgba(244, 178, 58, .8);
}

@keyframes spinSlow {
  to { transform: rotate(360deg); }
}

.stat-item span,
.service-card small,
.work-item p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
  padding: 28px 36px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(244, 178, 58, .08), transparent 50%),
    rgba(255, 255, 255, .04);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .4);
  gap: 22px;
  align-items: center;
}

.stat-item {
  padding: 0;
  border-right: 0;
}

.stat-item span {
  display: block;
  margin-bottom: 10px;
}

.stat-item strong {
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.02em;
}

.stat-preview {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.stat-preview-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.stat-preview-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.stat-preview-head strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.stat-avatars {
  display: flex;
}

.stat-avatars span {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #0f0f0c;
}

.stat-avatars span:first-child {
  margin-left: 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .55fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 38px;
}

/* ============ Service Cards — Fanned ============ */
.services {
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 178, 58, .06), transparent 50%),
    #0c1827;
  padding: 100px 0 120px;
}

.services .section-head {
  display: block;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.services .section-head h2 {
  margin-bottom: 18px;
}

.services .section-head p {
  margin: 0 auto;
}

.service-grid {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  padding: 40px 0 60px;
}

.service-card {
  position: relative;
  flex: 0 0 260px;
  aspect-ratio: 4 / 5;
  margin: 0 -40px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1a2235, #0f1825);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow:
    0 18px 32px rgba(0, 0, 0, .32),
    0 36px 60px rgba(0, 0, 0, .22);
  transform-origin: bottom center;
  transition:
    transform .55s cubic-bezier(.22, 1, .36, 1),
    opacity .35s ease,
    box-shadow .4s ease,
    border-color .4s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card:nth-child(1) { transform: rotate(-8deg); z-index: 1; }
.service-card:nth-child(2) { transform: rotate(-3deg); z-index: 2; }
.service-card:nth-child(3) { transform: rotate(3deg);  z-index: 3; }
.service-card:nth-child(4) { transform: rotate(8deg);  z-index: 4; }

/* When ANY card in grid is hovered, fade others */
.service-grid:hover .service-card {
  opacity: .55;
}

.service-grid .service-card:hover {
  transform: rotate(0deg) scale(1.05) translateY(-20px);
  opacity: 1;
  z-index: 10;
  border-color: rgba(244, 178, 58, .4);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, .4),
    0 50px 80px rgba(0, 0, 0, .35),
    0 0 50px rgba(244, 178, 58, .15);
}

/* Thumbnail (top) — can be partially covered by neighbor */
.service-thumb {
  position: relative;
  flex: 0 0 52%;
  overflow: hidden;
  background: linear-gradient(160deg, #2a2a22, #141410);
}

.service-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.85) contrast(1.05);
}

.service-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .55;
}

.tone-amber .service-thumb::after { background: linear-gradient(160deg, rgba(244, 178, 58, .55), transparent 65%); }
.tone-green .service-thumb::after { background: linear-gradient(160deg, rgba(42, 67, 102, .65),  transparent 65%); }
.tone-blue  .service-thumb::after { background: linear-gradient(160deg, rgba(125, 183, 216, .55),  transparent 65%); }
.tone-rose  .service-thumb::after { background: linear-gradient(160deg, rgba(222, 141, 145, .5),  transparent 65%); }

.service-thumb-num {
  position: absolute;
  left: 16px;
  top: 14px;
  z-index: 2;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
}

/* Body (bottom) — text never covered by neighbors */
.service-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 18px;
  flex: 1;
}

.service-cat {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.service-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: -.01em;
}

.service-desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
}

.service-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
}

.service-price {
  font-size: 12px;
  font-weight: 800;
  color: rgba(247, 241, 231, .88);
}

.service-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #ea580b;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  transition: background .2s ease, transform .2s ease;
}

.service-cta:hover {
  background: #fb6f1f;
  transform: translateY(-1px);
}

.service-cta span {
  transition: transform .2s ease;
}

.service-card:hover .service-cta span {
  transform: translateX(3px);
}

/* ---- Tablet & Mobile: stacked scroll-snap carousel ---- */
@media (max-width: 1080px) {
  .services {
    overflow: hidden;
  }

  .services .section-head::after {
    content: "swipe or wait";
    display: inline-block;
    margin-top: 18px;
    padding: 6px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .service-grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* bleed to viewport edge — break out of .container */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    /* center first & last card on snap */
    padding: 60px calc(50vw - 140px) 80px;
    perspective: 1200px;
  }

  .service-grid::-webkit-scrollbar {
    display: none;
  }

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3),
  .service-card:nth-child(4) {
    flex: 0 0 280px;
    aspect-ratio: 4 / 5;
    margin: 0;
    transform: scale(.82);
    opacity: .35;
    scroll-snap-align: center;
    transform-origin: center center;
    transition:
      transform .55s cubic-bezier(.22, 1, .36, 1),
      opacity .4s ease;
  }

  /* Active card (center) scales up to full size */
  .service-grid > .is-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
  }

  /* Neighbors (one step away) — mid-state */
  .service-grid > .is-near {
    transform: scale(.9);
    opacity: .55;
    z-index: 1;
  }

  .service-grid:hover .service-card {
    opacity: inherit;
  }

  .service-grid .service-card:hover {
    transform: scale(1) translateY(-4px);
  }
}

/* ---- Mobile only: card width relative to viewport ---- */
@media (max-width: 560px) {
  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3),
  .service-card:nth-child(4) {
    flex: 0 0 74vw;
    max-width: 300px;
  }

  .service-grid {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}

/* Hide leftover legacy structure from earlier render (if any) */
.service-card-top,
.service-visual,
.service-orbit,
.tag-row,
.card-link {
  display: none;
}

.work {
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), transparent);
}

.work-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr);
  gap: 72px;
  align-items: center;
}

.work-copy h2,
.contact-panel h2 {
  margin-bottom: 24px;
}

.work-copy .kicker {
  color: var(--lime);
  opacity: .85;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-weight: 800;
  font-size: 14px;
  color: var(--text);
}

.link-arrow span {
  transition: transform .2s ease;
}

.link-arrow:hover span {
  transform: translateX(4px);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.work-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid var(--line);
  transition: transform .25s ease, border-color .25s ease;
}

.work-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 178, 58, .35);
}

.work-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
}

.work-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: soft-light;
  opacity: .85;
}

.work-card.tint-amber .work-card-media::after { background: linear-gradient(135deg, rgba(244, 178, 58, .55), transparent 60%); }
.work-card.tint-lime  .work-card-media::after { background: linear-gradient(135deg, rgba(42, 67, 102, .65), transparent 60%); }
.work-card.tint-blue  .work-card-media::after { background: linear-gradient(135deg, rgba(125, 183, 216, .55), transparent 60%); }
.work-card.tint-rose  .work-card-media::after { background: linear-gradient(135deg, rgba(222, 141, 145, .55), transparent 60%); }

.work-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-card-meta {
  padding: 4px 6px 8px;
}

.work-card-meta h3 {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.2;
}

.work-card-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.process-item {
  min-height: 238px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .05);
}

.process-item span {
  display: inline-flex;
  margin-bottom: 40px;
  color: var(--gold);
  font-weight: 900;
}

.process-item h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.process-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.contact-panel {
  padding: 52px;
  border: 1px solid rgba(244, 178, 58, .34);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(244, 178, 58, .14), transparent 42%),
    rgba(255, 255, 255, .055);
}

.contact-panel p {
  max-width: 620px;
  margin-bottom: 28px;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
}

.footer-logo {
  width: 132px;
  height: auto;
  display: block;
}

.footer-inner p {
  margin: 0;
  flex: 1;
}

.footer-links {
  display: flex;
  gap: 20px;
  font-weight: 800;
}

.data-error main::before {
  content: "Data gagal dimuat. Jalankan halaman melalui local server agar file JSON bisa dibaca.";
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 50;
  transform: translateX(-50%);
  width: min(520px, calc(100% - 32px));
  padding: 14px 16px;
  border: 1px solid rgba(222, 141, 145, .5);
  border-radius: 14px;
  background: #241315;
  color: #ffe8e8;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .hero-grid,
  .work-layout,
  .section-head {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 42px;
    min-height: 0;
    margin-bottom: 34px;
  }

  .hero-showcase {
    min-height: 460px;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .showcase-portrait {
    height: 460px;
  }

  .blob-lemon {
    width: 180px;
    height: 180px;
  }

  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-preview {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }

  .work-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .work-copy {
    order: -1;
  }

  .detail-meta {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .process-item {
    min-height: auto;
    padding: 20px;
  }

  .process-item span {
    margin-bottom: 18px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, var(--max));
  }

  .nav-shell {
    min-height: 68px;
    gap: 16px;
  }

  .brand img {
    width: 138px;
    max-height: 38px;
  }

  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(14, 26, 40, .96);
    backdrop-filter: blur(14px);
  }

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

  .site-nav a {
    padding: 14px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-cta {
    display: none;
  }

  .section-band {
    padding: 64px 0;
  }

  .hero {
    padding-top: 42px;
    padding-bottom: 76px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(40px, 12vw, 50px);
    line-height: 1;
  }

  h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.05;
  }

  .lead,
  .section-head > p,
  .work-copy p,
  .contact-panel p {
    font-size: 16px;
    line-height: 1.72;
  }

  .hero-showcase {
    min-height: 380px;
    max-width: 100%;
  }

  .showcase-portrait {
    height: 380px;
  }

  .blob-lemon {
    width: 130px;
    height: 130px;
    left: 4%;
    top: 22%;
  }

  .blob-lime {
    right: 8%;
    bottom: 14%;
    width: 60px;
    height: 60px;
  }

  .blob-lime::before {
    width: 28px;
    height: 28px;
    left: -36px;
    top: 18px;
  }

  .blob-lime::after {
    width: 18px;
    height: 18px;
    left: -12px;
    top: 60px;
  }

  .circular-badge {
    width: 92px;
    height: 92px;
    top: 4px;
    right: 4px;
  }

  .stats-strip,
  .process-list,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .stats-strip {
    padding: 22px 24px;
    gap: 18px;
  }

  .stat-item strong {
    font-size: 32px;
  }

  .stat-preview {
    grid-column: auto;
    flex-wrap: wrap;
  }

  .stat-preview-head strong {
    white-space: normal;
  }

  .tag-row {
    margin-bottom: 18px;
  }

  .card-link {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .work-layout {
    gap: 34px;
  }

  .work-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .work-item strong {
    grid-column: 2;
  }

  .contact-panel {
    padding: 28px;
    border-radius: 24px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
  }
}

@media (max-width: 560px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .process-list {
    grid-template-columns: 1fr;
  }
}

/* ============ Service Detail Page ============ */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .2s ease, transform .2s ease;
}

.back-link:hover {
  color: var(--text);
  transform: translateX(-3px);
}

.detail-hero {
  padding-top: 36px;
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: 56px;
  align-items: center;
}

.detail-hero-copy h1 {
  font-size: clamp(38px, 4.6vw, 64px);
  margin-bottom: 20px;
}

.detail-hero-copy .lead {
  margin-bottom: 32px;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 22px 26px;
  margin-bottom: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .03);
}

.detail-meta > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.detail-meta span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

.detail-meta strong {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.detail-hero-media {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
}

.detail-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: soft-light;
  opacity: .8;
}

.tone-amber .detail-hero-media::after { background: linear-gradient(160deg, rgba(244, 178, 58, .45), transparent 65%); }
.tone-green .detail-hero-media::after { background: linear-gradient(160deg, rgba(42, 67, 102, .55),  transparent 65%); }
.tone-blue  .detail-hero-media::after { background: linear-gradient(160deg, rgba(125, 183, 216, .4),  transparent 65%); }
.tone-rose  .detail-hero-media::after { background: linear-gradient(160deg, rgba(222, 141, 145, .4),  transparent 65%); }

.detail-section-alt {
  background: rgba(255, 255, 255, .02);
}

.detail-two-col {
  display: grid;
  grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.detail-two-col h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3.2vw, 44px);
}

.deliverable-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.deliverable-list li {
  position: relative;
  padding: 18px 22px 18px 56px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
  font-size: 15px;
  line-height: 1.5;
}

.deliverable-list li::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cta-gradient);
  box-shadow: 0 0 0 4px rgba(244, 178, 58, .12);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .04);
  transition: transform .25s ease, border-color .25s ease;
}

.package-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 178, 58, .35);
}

.package-card.package-featured {
  border-color: rgba(244, 178, 58, .4);
  background: linear-gradient(180deg, rgba(244, 178, 58, .08), rgba(255, 255, 255, .04));
}

.package-badge {
  position: absolute;
  top: -12px;
  left: 24px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--cta-gradient);
  color: #12110e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.package-card h3 {
  margin: 0;
  font-size: 20px;
}

.package-price {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.package-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.package-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 900;
}

.package-cta span {
  transition: transform .2s ease;
}

.package-card:hover .package-cta span {
  transform: translateX(4px);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.faq-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 700;
  color: var(--muted);
  transition: transform .2s ease;
}

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

.faq-item p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .detail-hero-grid,
  .detail-two-col {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .detail-hero-media {
    max-width: 480px;
    margin: 0 auto;
  }

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

  .package-card.package-featured {
    grid-column: 1 / -1;
  }

  .detail-meta {
    grid-template-columns: 1fr 1fr;
  }

  .detail-actions {
    flex-direction: column;
  }

  .detail-actions .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .detail-meta,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .package-card.package-featured {
    grid-column: auto;
  }

  .detail-hero-copy h1 {
    font-size: clamp(32px, 9vw, 44px);
  }
}
