/* ============================================================
   Cincee, added sections: How it works + Video Management
   Platform (USP) + Why Cincee + Shopify. VidPros-style
   presentation, kept in the pink system.
   ============================================================ */

/* ---------- How it works (3 step) ---------- */
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 44px;
}
.how-step { text-align: center; padding: 6px; }
.how-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 78px; height: 78px; border-radius: 24px;
  background: linear-gradient(135deg, #F569A1, #C8366B);
  box-shadow: 0 14px 30px rgba(200, 54, 107, 0.28);
  margin-bottom: 18px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.how-ico svg { width: 38px; height: 38px; }
.how-step h3 { font-size: 20px; margin: 0 0 6px; letter-spacing: -0.02em; }
.how-step p { color: var(--ink-soft); margin: 0 auto; font-size: 15.5px; max-width: 280px; }
@media (hover: hover) {
  .how-step:hover .how-ico { transform: translateY(-5px) rotate(-4deg); box-shadow: 0 18px 38px rgba(200, 54, 107, 0.4); }
}

/* ---------- Why / Platform gradient panel ---------- */
.why {
  position: relative;
  margin-top: 0;
  padding: clamp(64px, 8vw, 92px) 0 clamp(68px, 8vw, 96px);
  background: linear-gradient(135deg, #F03E8E 0%, #D63A78 48%, #A52C73 100%);
  color: #fff;
  overflow: hidden;
}
.why-wave {
  position: absolute; top: -1px; left: 0;
  width: 100%; height: 72px; line-height: 0; display: block;
}
.why-wave svg { display: block; width: 100%; height: 100%; }
.why-h2 { color: #fff; }
.why-lead { color: rgba(255, 255, 255, 0.85); }
.platform-eyebrow { color: rgba(255, 255, 255, 0.9); }
.platform .why-lead { max-width: 720px; margin-inline: auto; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 28px;
  margin-top: 48px;
}
.why-card { text-align: center; padding: 4px 10px; }
.why-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 58px; height: 58px; margin-bottom: 14px; color: #fff;
  transition: transform .35s var(--ease);
}
.why-ico svg { width: 42px; height: 42px; }
.why-card h3 { font-size: 18px; margin: 0 0 8px; color: #fff; letter-spacing: -0.02em; }
.why-card p { color: rgba(255, 255, 255, 0.84); font-size: 14.5px; line-height: 1.55; margin: 0 auto; max-width: 320px; }
@media (hover: hover) {
  .why-card:hover .why-ico { transform: translateY(-5px) scale(1.08); }
}
.why-cta { text-align: center; margin-top: 48px; }
.btn-light { background: #fff; color: var(--pink-deep); }
@media (hover: hover) {
  .btn-light:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2); }
}

/* ---------- VMP preview mockup ---------- */
.vmp-mock {
  max-width: 440px;
  margin: 44px auto 8px;
  background: #fff; color: var(--ink);
  border-radius: 20px; padding: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
  text-align: left;
}
.vmp-mock-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.vmp-mock-sub { margin-top: 12px; }
.vmp-mock-title { font-weight: 700; font-size: 15px; }
.vmp-mock-meta { font-size: 12.5px; color: var(--ink-soft); }
.vmp-pill { font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.vmp-pill.prog { background: #e7effe; color: #2563eb; }
.vmp-pill.urgent { background: var(--pink-soft); color: var(--pink-deep); }
.vmp-steps { display: flex; gap: 6px; margin-top: 14px; }
.vmp-step { flex: 1; height: 6px; border-radius: 999px; background: #eee; }
.vmp-step.done { background: #34c759; }
.vmp-step.active { background: var(--pink); }
.vmp-mock-foot { margin-top: 14px; font-size: 12.5px; color: var(--ink-soft); border-top: 1px solid #f1edf0; padding-top: 12px; }

/* ---------- Why Cincee (light, niche + US) ---------- */
.cards-2 {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 22px; margin-top: 40px; max-width: 760px; margin-inline: auto;
}
.why2-card {
  background: var(--pink-soft); border: 1px solid var(--grey-line);
  border-radius: var(--radius); padding: 30px 24px; text-align: center;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.why2-ico {
  display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center;
  border-radius: 16px; background: #fff; color: var(--pink); margin-bottom: 14px;
}
.why2-ico svg { width: 30px; height: 30px; }
.why2-card h3 { margin: 0 0 6px; font-size: 18px; letter-spacing: -0.02em; }
.why2-card p { margin: 0; color: var(--ink-soft); font-size: 15px; }
@media (hover: hover) {
  .why2-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(236, 78, 134, 0.16); }
}

/* ---------- Web dev points ---------- */
.webdev-points {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin-top: 20px;
}
.webdev-points span {
  background: var(--pink-soft); color: var(--pink-deep);
  border: 1px solid var(--grey-line);
  padding: 9px 16px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
}

/* ---------- Responsive ---------- */
@media (min-width: 781px) and (max-width: 980px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 780px) {
  .how-steps { grid-template-columns: 1fr; gap: 34px; }
  .why-grid { grid-template-columns: 1fr; gap: 32px; }
  .why { padding: 76px 0 84px; }
  .cards-2 { grid-template-columns: 1fr; }
}

/* ============================================================
   v2 additions: nav divider, step arrows, recent work,
   clients, live demo modal, editors expand, Runit theme, clock
   ============================================================ */

/* ---------- 1. Nav + footer divider, Video Management after CTA ---------- */
.island-divider {
  color: var(--grey-line);
  font-weight: 400;
  font-size: 18px;
  padding: 0 2px;
  user-select: none;
  line-height: 1;
}
.island-link-vm { color: var(--nav-accent-deep); font-weight: 600; transition: color .4s var(--ease), background .35s var(--ease); }
@media (hover: hover) {
  .island-link-vm:hover { color: var(--nav-accent-deep); background: var(--nav-hover-bg); }
}
.island-divider { transition: color .4s var(--ease); }
html.theme-runit .island-divider { color: var(--grey-line); }
.footer-divider { color: var(--grey-line); user-select: none; }
/* In the mobile stacked menu the inline divider would look odd: hide it */
@media (max-width: 860px) {
  .island.open .island-divider { display: none; }
  .island.open .island-link-vm { order: 99; text-align: center; justify-content: center; color: var(--pink-deep); }
}

/* ---------- 2. How it works arrows ---------- */
.how-steps { align-items: start; }
.how-arrow {
  display: flex; align-items: center; justify-content: center;
  color: var(--pink); opacity: .55;
  align-self: center; margin-top: 30px;
}
.how-arrow svg { width: 34px; height: 34px; }
/* The grid is 3 equal columns of steps; the arrows sit absolutely centered
   between them so the step columns keep their width. */
.how-steps {
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
}
.how-steps .how-arrow {
  position: absolute; top: 26px; width: 40px; margin: 0; z-index: 2;
}
.how-steps .how-arrow:nth-of-type(1) { left: calc(33.33% - 20px); }
.how-steps .how-arrow:nth-of-type(2) { left: calc(66.66% - 20px); }
@media (max-width: 780px) {
  .how-arrow { display: none; }
}

/* ---------- 3 + 7. Recent work, grouped ---------- */
.work2 .sub-lead { max-width: 560px; }
.work-stage { margin-top: 18px; }
.work-cat { margin-top: 64px; }
.work-cat:first-child { margin-top: 48px; }
.work-cat-head { text-align: center; margin-bottom: 30px; }
.work-cat-title { font-size: clamp(24px, 3.4vw, 34px); font-weight: 700; letter-spacing: -0.025em; margin: 0 0 8px; }
.work-cat-sub { color: var(--ink-soft); font-size: 16px; margin: 0; }
.work-sub-label {
  text-align: center; font-size: 14px; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--pink); margin: 30px 0 16px;
}

.work-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.work-grid-vert { grid-template-columns: repeat(4, 1fr); }
.work-grid-solo { grid-template-columns: 1fr; max-width: 300px; margin-inline: auto; }

.work-card { display: flex; flex-direction: column; }
.work-card-art {
  position: relative; display: block; width: 100%; aspect-ratio: 16 / 10;
  border: 0; padding: 0; cursor: pointer; overflow: hidden;
  border-radius: var(--radius); background: #1B1A1D;
  box-shadow: 0 14px 36px rgba(0,0,0,.12);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.work-grid-vert .work-card-art { aspect-ratio: 9 / 14; }
.work-card-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.work-card-art iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.work-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(255,255,255,.92); backdrop-filter: blur(4px);
  transition: transform .3s var(--ease), background .3s var(--ease);
  z-index: 2;
}
.work-play::after {
  content: ""; position: absolute; left: 54%; top: 50%; transform: translate(-50%, -50%);
  border-style: solid; border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--ink);
}
.work-card-meta { display: flex; align-items: center; gap: 10px; padding: 14px 4px 0; }
.work-tag { font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.yt-tag { color: var(--pink); background: var(--pink-soft); }
.tiktok-tag { color: #fff; background: #000; }
.fb-tag { color: #fff; background: #1877f2; }
.work-card-title { font-size: 15px; font-weight: 600; color: var(--ink); }

/* Facade / card art backgrounds */
.tiktok-art { background: linear-gradient(150deg, #25f4ee 0%, #1B1A1D 45%, #fe2c55 100%); }
.tiktok-art.alt { background: linear-gradient(150deg, #fe2c55 0%, #1B1A1D 50%, #25f4ee 100%); }
.fb-art { background: linear-gradient(150deg, #4293ff 0%, #1b2a4a 55%, #0a1730 100%); }
.fb-art::before, .tiktok-art::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 50% 38%, rgba(255,255,255,.12), transparent 70%);
}

@media (hover: hover) {
  .work-card-art:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(0,0,0,.2); }
  .work-card-art:hover img { transform: scale(1.05); }
  .work-card-art:hover .work-play { transform: translate(-50%, -50%) scale(1.08); background: #fff; }
}

/* ---------- 3. Clients chips ---------- */
.client-chips {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
  max-width: 880px; margin: 48px auto 0;
}
.client-chip {
  background: #fff; border: 1px solid var(--grey-line); border-radius: 999px;
  padding: 12px 22px; font-size: 16px; font-weight: 600; color: var(--ink);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
}
@media (hover: hover) {
  .client-chip:hover { transform: translateY(-3px); border-color: transparent; color: var(--pink-deep); box-shadow: 0 14px 30px rgba(236,78,134,.14); }
}

/* ---------- 5. Live VMP demo cta + modal ---------- */
.vmp-demo-cta { text-align: center; margin-top: 26px; }
.vmp-demo-note { margin: 12px 0 0; font-size: 13.5px; color: rgba(255,255,255,.82); }

.demo-modal {
  position: fixed; inset: 0; z-index: 300;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.demo-modal[hidden] { display: none; }
.demo-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(20, 10, 16, 0.62);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  animation: demo-fade .3s var(--ease);
}
.demo-modal-box {
  position: relative; z-index: 1;
  width: 100%; max-width: 980px; height: min(86vh, 760px);
  background: #fff; border-radius: 22px; overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 40px 90px rgba(0,0,0,.4);
  animation: demo-pop .35s var(--ease);
}
@keyframes demo-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes demo-pop { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
.demo-modal-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 16px 14px 20px; border-bottom: 1px solid var(--grey-line);
}
.demo-modal-title { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.demo-modal-close {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 999px; border: 0;
  background: var(--grey); color: var(--ink); cursor: pointer;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
@media (hover: hover) { .demo-modal-close:hover { background: var(--pink-soft); color: var(--pink-deep); transform: rotate(90deg); } }
.demo-modal-frame { position: relative; flex: 1; background: var(--grey); }
.demo-modal-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.demo-modal-loading {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 600; color: var(--ink-faint); pointer-events: none;
}
.demo-modal-foot { margin: 0; padding: 12px 20px; font-size: 13px; color: var(--ink-soft); border-top: 1px solid var(--grey-line); }
.demo-modal-foot a { color: var(--pink); text-decoration: underline; text-underline-offset: 2px; }
body.demo-open { overflow: hidden; }

/* ---------- 6. Editors expandable card + panel ---------- */
.why2-card-btn {
  font: inherit; text-align: center; cursor: pointer;
  width: 100%; color: inherit; position: relative;
}
.why2-expand-hint {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 14px; font-size: 14px; font-weight: 700; color: var(--pink);
}
.why2-chevron { display: inline-flex; transition: transform .35s var(--ease); }
.why2-card-btn[aria-expanded="true"] .why2-chevron { transform: rotate(180deg); }
.editors-panel {
  max-width: 760px; margin: 22px auto 0;
  overflow: hidden;
}
.editors-panel[hidden] { display: none; }
.editors-panel .work-grid { margin-top: 4px; }
.editors-panel.opening { animation: editors-in .5s var(--ease); }
@keyframes editors-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* ---------- 9. Local-time clock ---------- */
.creator-clock-wrap { margin-top: 18px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.creator-clock {
  width: 116px; height: 116px;
  filter: drop-shadow(0 12px 22px rgba(200,54,107,.22));
  transform: perspective(600px) rotateX(14deg) rotateZ(-4deg);
  transition: transform .5s var(--ease);
}
@media (hover: hover) {
  .why2-card:hover .creator-clock { transform: perspective(600px) rotateX(6deg) rotateZ(0deg); }
}
.creator-clock-label { font-size: 12px; font-weight: 600; color: var(--ink-faint); letter-spacing: .02em; }

/* ---------- 8. Runit client spotlight (pink brand) ---------- */
:root { --runit-orange: var(--pink); --runit-orange-soft: var(--pink); }
.runit-section {
  position: relative; margin-top: 72px;
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--pink-soft);
  border: 1px solid var(--grey-line);
  padding: 56px 28px 48px;
  transition: background .6s var(--ease), border-color .6s var(--ease), box-shadow .6s var(--ease);
}
.runit-section.runit-live {
  background: radial-gradient(80% 120% at 50% 0%, var(--pink-soft) 0%, var(--pink-surface) 70%);
  box-shadow: 0 30px 80px rgba(236,78,134,.10);
  border-color: rgba(236,78,134,.22);
}
.runit-rain {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity .8s var(--ease); pointer-events: none;
}
.runit-section.runit-live .runit-rain { opacity: .5; }
.runit-inner { position: relative; z-index: 1; }
.runit-title { color: var(--ink); }
.runit-section.runit-live .runit-title { color: var(--ink); }
.runit-sub { color: var(--ink-soft); }
.runit-card .work-card-art { background: #1B1A1D; box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.runit-tag { color: #fff; background: var(--pink); }
.runit-card-title { color: var(--ink); }
.runit-caption {
  max-width: 560px; margin: 22px auto 0; text-align: center;
  font-size: 14px; line-height: 1.6; color: var(--ink-soft);
}
.runit-section.runit-live .runit-caption { color: var(--ink-soft); }

/* ---------- v2 responsive ---------- */
@media (max-width: 940px) {
  .work-grid-vert { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .work-grid, .work-grid-vert { grid-template-columns: 1fr 1fr; gap: 16px; }
  .work-grid-solo { grid-template-columns: 1fr; }
  .work-cat { margin-top: 48px; }
  .demo-modal { padding: 0; }
  .demo-modal-box { height: 100%; max-width: none; border-radius: 0; }
}
@media (max-width: 460px) {
  .work-grid, .work-grid-vert { grid-template-columns: 1fr; }
  .client-chip { padding: 10px 16px; font-size: 15px; }
}

/* Local / offline facades */
.is-local .work-card-art img { display: none; }
.is-local .work-card-art .local-ph { display: block; }
.is-local .yt-facade { background: linear-gradient(150deg, #2a2a2e, #444); }
/* Offline/localhost: hide the external YouTube thumbnails so no broken-image
   icons show over the fallback gradient in the long-form and Runit cards. */
.is-local .yt-facade img,
.is-local .vcard-art img { display: none; }

/* ============================================================
   v3 CINEMATIC REBUILD
   Full-screen scroll-driven walkthroughs, instant demo,
   editors cinema + 3D clock, Runit takeover.
   Built on CSS 3D transforms, IntersectionObserver + rAF only.
   ============================================================ */

/* ---------- Shared video card (vcard) used across walkthrough + editors + runit ---------- */
.vcard { display: flex; flex-direction: column; }
.vcard-art {
  position: relative; display: block; width: 100%; aspect-ratio: 16 / 10;
  border: 0; padding: 0; cursor: pointer; overflow: hidden;
  border-radius: var(--radius); background: #1B1A1D;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.vcard-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.vcard-art iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vcard-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 62px; height: 62px; border-radius: 50%;
  background: rgba(255,255,255,.94); backdrop-filter: blur(4px);
  transition: transform .3s var(--ease), background .3s var(--ease);
  z-index: 2;
}
.vcard-play::after {
  content: ""; position: absolute; left: 54%; top: 50%; transform: translate(-50%, -50%);
  border-style: solid; border-width: 11px 0 11px 17px;
  border-color: transparent transparent transparent var(--ink);
}
.vcard-ext {
  position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%);
  z-index: 3; font-size: 12px; font-weight: 700; letter-spacing: .01em;
  color: #fff; background: rgba(0,0,0,.42); padding: 5px 12px; border-radius: 999px;
  backdrop-filter: blur(4px); white-space: nowrap;
}
.vcard-meta { display: flex; align-items: center; gap: 10px; padding: 14px 4px 0; }
.vtag { font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.vcard-title { font-size: 15px; font-weight: 600; color: var(--ink); }
.vcard-art.tiktok-art, .vcard-art.fb-art { display: flex; align-items: center; justify-content: center; }
/* The platform-branded covers were being painted over by the later .vcard-art
   base background, which left blank dark cards. Restore their gradients so the
   Facebook and TikTok cards read as real video covers. */
.vcard-art.fb-art { background: linear-gradient(150deg, #4293ff 0%, #1b2a4a 55%, #0a1730 100%); }
.vcard-art.tiktok-art { background: linear-gradient(150deg, #25f4ee 0%, #1B1A1D 45%, #fe2c55 100%); }
.vcard-art.tiktok-art.alt { background: linear-gradient(150deg, #fe2c55 0%, #1B1A1D 50%, #25f4ee 100%); }
/* TikTok inline player holder (swapped in on click) */
.vcard-art.tiktok-embed { background: #000; }
.vcard-art.tiktok-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
@media (hover: hover) {
  .vcard-art:hover { transform: translateY(-5px); box-shadow: 0 26px 56px rgba(0,0,0,.24); }
  .vcard-art:hover img { transform: scale(1.05); }
  .vcard-art:hover .vcard-play { transform: translate(-50%, -50%) scale(1.08); background: #fff; }
}

/* ============================================================
   3. SERVICES WALKTHROUGH ("Editing, end to end")
   ============================================================ */
.walk { position: relative; background: var(--bg); }
.walk-intro {
  padding: clamp(56px, 9vw, 104px) 0 clamp(28px, 4vw, 48px);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background:
    radial-gradient(60% 60% at 50% 30%, rgba(236,78,134,.08), rgba(236,78,134,0) 70%),
    var(--bg);
}
.walk-title {
  font-size: clamp(34px, 7vw, 78px);
  line-height: 1.02; font-weight: 800; letter-spacing: -0.04em;
  margin: 0 0 18px;
  background: linear-gradient(180deg, #1B1A1D 0%, #4a444b 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.walk-lead { max-width: 640px; }
.walk-cue { display: inline-flex; margin-top: 34px; color: var(--pink); animation: walk-bounce 2s var(--ease) infinite; }
@keyframes walk-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* Pinned scroll sequence: tall track, sticky stage, panels stack and 3D transition */
.walk-track { position: relative; }
.walk-pin {
  position: sticky; top: 0; height: 100vh; height: 100svh;
  overflow: hidden;
  perspective: 1600px;
  /* Soft tint so the stage never flashes stark white between panels */
  background:
    radial-gradient(70% 60% at 50% 42%, rgba(236,78,134,.07), rgba(236,78,134,0) 72%),
    var(--bg);
}
.walk-stage { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; }
.walk-panel {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transform: translateZ(-340px) rotateY(9deg) scale(.92);
  transition: opacity .6s var(--ease), transform .7s var(--ease), visibility .6s var(--ease);
  will-change: transform, opacity;
}
.walk-panel.is-active { opacity: 1; visibility: visible; transform: translateZ(0) rotateY(0deg) scale(1); }
.walk-panel.is-prev { opacity: 0; visibility: hidden; transform: translateZ(-260px) rotateY(-9deg) scale(.92); }
.walk-panel-inner { width: 100%; }
.walk-panel-center { text-align: center; }
.walk-panel-head { text-align: center; margin-bottom: clamp(20px, 3vw, 36px); position: relative; }
.walk-index {
  display: block; font-size: clamp(54px, 12vw, 150px); font-weight: 800;
  letter-spacing: -0.04em; line-height: .9;
  color: transparent; -webkit-text-stroke: 1.5px rgba(236,78,134,.30);
  margin-bottom: -6px; user-select: none;
}
.walk-panel-title {
  font-size: clamp(30px, 5.4vw, 62px); font-weight: 800; letter-spacing: -0.035em;
  margin: 0 0 8px; color: var(--ink);
}
.walk-panel-sub { font-size: clamp(15px, 2vw, 20px); color: var(--ink-soft); margin: 0; }
.walk-client-label {
  text-align: center; font-size: 13px; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--pink); margin: 0 0 16px;
}

/* "Most popular" badge on the short-form panel (real text, uppercased in CSS
   so it reads naturally to screen readers). Pink gradient pill with a soft
   shine sweep and a gently pulsing dot. */
.walk-badge {
  display: flex; align-items: center; gap: 8px; width: max-content;
  margin: 0 auto 16px;
  font-size: 12.5px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase;
  color: #fff;
  background: linear-gradient(120deg, #F569A1 0%, #EC4E86 46%, #C8366B 100%);
  padding: 7px 15px 7px 13px; border-radius: 999px;
  box-shadow: 0 12px 26px rgba(236,78,134,.34), inset 0 0 0 1px rgba(255,255,255,.28);
  position: relative; overflow: hidden; isolation: isolate;
}
.walk-badge::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: -60%; width: 45%; z-index: -1;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-18deg);
  animation: walk-badge-shine 4.4s var(--ease) 1.2s infinite;
}
.walk-badge-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #fff; flex: none;
  box-shadow: 0 0 0 0 rgba(255,255,255,.7);
  animation: walk-badge-pulse 2.2s var(--ease) infinite;
}
@keyframes walk-badge-shine {
  0% { left: -60%; } 55%, 100% { left: 130%; }
}
@keyframes walk-badge-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.6); }
  70% { box-shadow: 0 0 0 7px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

/* Panel head assembles piece by piece as the panel becomes active: the badge,
   the big index number, the title, then the sub line each settle in turn. */
.walk-panel .walk-panel-head > *,
.walk-panel .walk-client-label {
  opacity: 0; transform: translateY(24px);
  transition: opacity .6s var(--ease), transform .72s var(--ease);
}
.walk-panel .walk-index { transform: translateY(28px) scale(.82); }
.walk-panel.is-active .walk-panel-head > *,
.walk-panel.is-active .walk-client-label { opacity: 1; transform: none; }
.walk-panel.is-active .walk-badge { transition-delay: .04s; }
.walk-panel.is-active .walk-index { transition-delay: .10s; }
.walk-panel.is-active .walk-panel-title { transition-delay: .20s; }
.walk-panel.is-active .walk-panel-sub { transition-delay: .30s; }
.walk-panel.is-active .walk-client-label { transition-delay: .36s; }

.walk-media { width: 100%; }
.walk-row { display: grid; gap: clamp(12px, 1.6vw, 20px); grid-template-columns: repeat(3, 1fr); max-width: 1000px; margin: 0 auto; }
.walk-row-vert { grid-template-columns: repeat(6, 1fr); max-width: 1120px; }
.walk-row-vert .vcard-art { aspect-ratio: 9 / 15; }
/* Staggered settle of the cards from a little depth once the panel is active */
.walk-panel .vcard {
  opacity: 0; transform: perspective(900px) translate3d(0, 34px, -60px) rotateX(7deg) scale(.97);
  transition: opacity .55s var(--ease), transform .75s var(--ease);
}
.walk-panel.is-active .vcard { opacity: 1; transform: perspective(900px) translate3d(0, 0, 0) rotateX(0deg) scale(1); }
.walk-panel.is-active .vcard:nth-child(2) { transition-delay: .06s; }
.walk-panel.is-active .vcard:nth-child(3) { transition-delay: .12s; }
.walk-panel.is-active .vcard:nth-child(4) { transition-delay: .18s; }
.walk-panel.is-active .vcard:nth-child(5) { transition-delay: .24s; }
.walk-panel.is-active .vcard:nth-child(6) { transition-delay: .30s; }

/* Thumbnails beat: decorative cover frames so the panel reads full + intentional */
.thumb-showcase {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(16px, 2.4vw, 30px); margin-top: clamp(28px, 4vw, 48px);
  perspective: 1000px;
}
.thumb-frame {
  position: relative; width: clamp(190px, 24vw, 300px); aspect-ratio: 16 / 10;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 22px 50px rgba(200,54,107,.18), 0 0 0 1px rgba(236,78,134,.10);
  transform-style: preserve-3d;
}
.thumb-frame .thumb-face { position: absolute; inset: 0; }
.thumb-a .thumb-face { background: linear-gradient(135deg, #F569A1 0%, #C8366B 100%); }
.thumb-b .thumb-face { background: linear-gradient(135deg, #FF8FB6 0%, #EC4E86 60%, #A52C73 100%); }
.thumb-c .thumb-face { background: linear-gradient(135deg, #FDB3D0 0%, #F569A1 55%, #C8366B 100%); }
.thumb-frame::after {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.thumb-frame::before {
  content: ""; position: absolute; left: calc(50% + 3px); top: 50%; z-index: 2;
  transform: translate(-50%,-50%);
  border-style: solid; border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent var(--pink-deep);
}
.thumb-bars { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; flex-direction: column; gap: 6px; }
.thumb-bars i { display: block; height: 7px; border-radius: 999px; background: rgba(255,255,255,.85); }
.thumb-bars i:last-child { width: 62%; background: rgba(255,255,255,.6); }
.thumb-b { transform: translateY(-14px) scale(1.06); z-index: 2; }
.thumb-a { transform: rotateY(12deg) translateZ(-30px); }
.thumb-c { transform: rotateY(-12deg) translateZ(-30px); }
/* Rise with the panel like the vcards do */
.walk-panel .thumb-frame { opacity: 0; transition: opacity .6s var(--ease), transform .7s var(--ease); }
.walk-panel.is-active .thumb-b { opacity: 1; }
.walk-panel.is-active .thumb-a { opacity: 1; transition-delay: .08s; }
.walk-panel.is-active .thumb-c { opacity: 1; transition-delay: .16s; }
@media (max-width: 768px) {
  .walk-panel .thumb-frame { opacity: 1 !important; }
  .thumb-showcase { flex-wrap: wrap; gap: 14px; }
  .thumb-a, .thumb-b, .thumb-c { transform: none; }
  .thumb-frame { width: clamp(160px, 70vw, 280px); }
}
@media (prefers-reduced-motion: reduce) {
  .walk-panel .thumb-frame { opacity: 1 !important; transform: none; }
  .thumb-b { transform: none; }
}

/* Progress dots */
.walk-dots {
  position: absolute; right: clamp(14px, 3vw, 34px); top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 12px; z-index: 5;
}
.walk-dot {
  width: 9px; height: 9px; border-radius: 999px; background: rgba(27,26,29,.18);
  transition: height .4s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.walk-dot.on { background: var(--pink); height: 26px; box-shadow: 0 6px 16px rgba(236,78,134,.4); }

/* ============================================================
   7. VMP PLATFORM: inline live demo in a browser frame + numbered cards
   ============================================================ */
.vmp-live { max-width: 1000px; margin: 44px auto 0; }
.browser-frame {
  border-radius: 18px; overflow: hidden;
  background: #0f0d10;
  box-shadow: 0 40px 90px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.06) inset;
  border: 1px solid rgba(255,255,255,.10);
}
.browser-bar {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 14px; background: linear-gradient(180deg, #2a2630, #211e26);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.browser-dots { display: inline-flex; gap: 7px; flex: none; }
.browser-dots i { width: 12px; height: 12px; border-radius: 50%; background: #45414c; }
.browser-dots i:nth-child(1) { background: #ff5f57; }
.browser-dots i:nth-child(2) { background: #febc2e; }
.browser-dots i:nth-child(3) { background: #28c840; }
.browser-url {
  flex: 1; text-align: center; font-size: 13px; font-weight: 500; color: #c7c2cf;
  background: rgba(0,0,0,.32); border-radius: 999px; padding: 7px 16px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 70%;
  margin: 0 auto;
}
.browser-open {
  flex: none; font-size: 12.5px; font-weight: 700; color: #fff;
  background: rgba(255,255,255,.12); padding: 7px 13px; border-radius: 999px;
  transition: background .25s var(--ease);
}
@media (hover: hover) { .browser-open:hover { background: rgba(255,255,255,.22); } }
@media (pointer: coarse) {
  .browser-open { padding: 11px 15px; min-height: 44px; display: inline-flex; align-items: center; }
}
.browser-viewport { position: relative; width: 100%; aspect-ratio: 16 / 10; background: #14111a; }
.browser-viewport iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; opacity: 0; transition: opacity .6s var(--ease); }
.browser-viewport iframe.loaded { opacity: 1; }
/* Touch: don't let a finger-scroll get trapped inside the embedded demo. The
   iframe becomes non-interactive on phones (use "Open in new tab" for the live
   demo), so the page scrolls past it. Desktop keeps full interactivity. */
@media (hover: none) and (pointer: coarse) {
  .browser-viewport iframe { pointer-events: none; }
}
.browser-loading {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 12px;
  font-size: 14px; font-weight: 600; color: rgba(255,255,255,.7); pointer-events: none;
}
.browser-spin {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2.5px solid rgba(255,255,255,.2); border-top-color: #fff;
  animation: bspin .9s linear infinite;
}
@keyframes bspin { to { transform: rotate(360deg); } }
.vmp-live-note { margin: 16px 0 0; text-align: center; font-size: 13.5px; color: rgba(255,255,255,.82); }

/* 6 numbered 3D-tilt cards (replace tiny icon glyphs) */
.vmp-points {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  margin-top: 54px; perspective: 1200px;
}
.vmp-point {
  position: relative; text-align: left;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius); padding: 28px 24px 26px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.vmp-point-num {
  display: block; font-size: 40px; font-weight: 800; letter-spacing: -0.03em;
  line-height: 1; color: transparent; -webkit-text-stroke: 1.4px rgba(255,255,255,.5);
  margin-bottom: 14px;
}
.vmp-point h3 { font-size: 19px; margin: 0 0 8px; color: #fff; letter-spacing: -0.02em; }
.vmp-point p { color: rgba(255,255,255,.86); font-size: 14.5px; line-height: 1.55; margin: 0; }
@media (hover: hover) {
  .vmp-point:hover { background: rgba(255,255,255,.16); box-shadow: 0 24px 50px rgba(0,0,0,.22); }
}

/* ============================================================
   8. EDITORS WHO GET YOUR WORLD (full-screen)
   ============================================================ */
.editors { position: relative; background: var(--bg); }
.editors-intro {
  padding: clamp(52px, 8vw, 92px) 0 clamp(8px, 2vw, 20px);
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: radial-gradient(60% 60% at 50% 40%, rgba(236,78,134,.07), rgba(236,78,134,0) 70%), var(--bg);
}

/* Beat A: auto cinema reveal, cards fly in with perspective as you scroll.
   ~1.05 viewport tall: just enough travel to pin and play the fan reveal,
   then release immediately so there is no empty scroll after it. */
.editors-cinema { position: relative; min-height: 105vh; }
.editors-cinema-pin {
  position: sticky; top: 0; height: 100vh; height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden; perspective: 1500px; padding: 56px 0;
  background:
    radial-gradient(62% 55% at 50% 46%, rgba(236,78,134,.06), rgba(236,78,134,0) 72%),
    var(--bg);
}
.editors-cinema-copy { text-align: center; position: relative; z-index: 3; margin-bottom: clamp(24px, 4vw, 50px); }
.editors-h3 { font-size: clamp(28px, 5vw, 56px); font-weight: 800; letter-spacing: -0.035em; margin: 0 0 14px; color: var(--ink); }
.editors-p { font-size: clamp(16px, 2.1vw, 21px); color: var(--ink-soft); margin: 0 auto; max-width: 620px; line-height: 1.5; }
.editors-fan {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 28px);
  width: 100%; max-width: 1080px; margin: 0 auto; transform-style: preserve-3d;
}
.fan-card { width: clamp(180px, 22vw, 270px); flex: none; }
.fan-card .vcard-art { aspect-ratio: 16 / 10; }
/* Start state: flown out in 3D; .in-view (set by JS scroll progress) flies them home */
.editors-fan .fan-card {
  opacity: 0; transition: transform .9s var(--ease), opacity .7s var(--ease); will-change: transform, opacity;
}
.editors-fan .fan-1 { transform: translateX(-44%) translateZ(-360px) rotateY(34deg); }
.editors-fan .fan-2 { transform: translateX(-16%) translateZ(-180px) rotateY(14deg); }
.editors-fan .fan-3 { transform: translateX(16%) translateZ(-180px) rotateY(-14deg); }
.editors-fan .fan-4 { transform: translateX(44%) translateZ(-360px) rotateY(-34deg); }
.editors-fan.in-view .fan-card { opacity: 1; transform: none; }
.editors-fan.in-view .fan-2 { transition-delay: .07s; }
.editors-fan.in-view .fan-3 { transition-delay: .14s; }
.editors-fan.in-view .fan-4 { transition-delay: .21s; }

/* Beat B: big animated 3D clock diagram, centered and self-building.
   Compact (sized to content) with generous but bounded padding, no 100vh void. */
.editors-clock-beat {
  display: flex; align-items: center; justify-content: center;
  padding: clamp(24px, 3.5vw, 44px) 0 clamp(48px, 7vw, 84px);
  background:
    radial-gradient(60% 50% at 50% 30%, rgba(236,78,134,.06), rgba(236,78,134,0) 70%),
    linear-gradient(180deg, var(--bg) 0%, var(--grey) 100%);
}
.editors-clock-inner {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: clamp(28px, 4vw, 48px);
}
.editors-clock-copy { text-align: center; max-width: 620px; }
.editors-clock-copy .editors-h3, .editors-clock-copy .editors-p { text-align: center; }
.editors-clock-copy .editors-p { margin-inline: auto; }
.editors-clock-stage {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: min(330px, 60vw); aspect-ratio: 1;
  perspective: 1100px;
  --tiltX: 18deg; --tiltY: 0deg; --bob: 0px; --spin: -6deg;
}
.clock3d {
  position: relative; z-index: 2;
  width: 100%; height: auto; aspect-ratio: 1;
  transform: translateY(var(--bob, 0px)) rotateX(var(--tiltX)) rotateY(var(--tiltY)) rotateZ(var(--spin, -6deg));
  filter: drop-shadow(0 24px 38px rgba(200,54,107,.22));
  transition: transform .3s var(--ease);
}
/* Soft Tokamak-style glow pool behind the dial */
.clock3d-glow {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%);
  width: 92%; height: 92%; border-radius: 50%; z-index: 0;
  background: radial-gradient(closest-side, rgba(236,78,134,.34), rgba(236,78,134,.10) 55%, transparent 72%);
  filter: blur(26px);
  opacity: 0; transition: opacity 1s var(--ease);
}
.clock3d-shadow {
  position: absolute; bottom: 2%; left: 50%; transform: translateX(-50%);
  width: 60%; height: 7%; border-radius: 50%; z-index: 1;
  background: radial-gradient(closest-side, rgba(200,54,107,.26), transparent 75%);
  filter: blur(7px);
  opacity: 0; transition: opacity 1s var(--ease);
}
.editors-clock-stage.built .clock3d-glow { opacity: 1; }
.editors-clock-stage.built .clock3d-shadow { opacity: 1; }

/* ============================================================
   6. RUNIT SYSTEMS full-screen TAKEOVER (orange, Tokamak-style)
   Deep near-black background, vivid orange accents, white text,
   glowing 3D orbital diagram behind the video.
   ============================================================ */
.runit {
  position: relative; min-height: auto;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; isolation: isolate;
  background: var(--pink-surface); color: var(--ink);
  padding: clamp(64px, 9vh, 104px) 0;
}
.runit-bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(70% 55% at 50% 0%, rgba(236,78,134,.14), rgba(236,78,134,0) 65%),
    radial-gradient(80% 60% at 80% 100%, rgba(200,54,107,.08), rgba(200,54,107,0) 60%),
    linear-gradient(180deg, var(--pink-soft) 0%, var(--pink-surface) 60%, #fff 100%);
}
.runit-grid-lines {
  position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image:
    linear-gradient(rgba(236,78,134,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(236,78,134,.10) 1px, transparent 1px);
  background-size: 56px 56px; background-position: center;
  -webkit-mask-image: radial-gradient(75% 75% at 50% 45%, #000 40%, transparent 100%);
  mask-image: radial-gradient(75% 75% at 50% 45%, #000 40%, transparent 100%);
}
.runit-inner { text-align: center; max-width: 860px; }
.runit-eyebrow {
  font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--pink); margin: 0 0 16px;
}
.runit-h2 {
  font-size: clamp(40px, 8vw, 88px); font-weight: 800; letter-spacing: -0.04em; line-height: 1;
  margin: 0 0 18px; color: var(--ink);
}
.runit-lead {
  font-size: clamp(16px, 2.2vw, 21px); line-height: 1.5; color: var(--ink-soft);
  max-width: 620px; margin: 0 auto 40px;
}

/* Glowing 3D orbital diagram (Tokamak-inspired) wrapping the video */
.runit-stage {
  position: relative; max-width: 340px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
}
.runit-orbit {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 150%; aspect-ratio: 1; z-index: 0;
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 800px;
}
.runit-orbit-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1.5px solid rgba(236,78,134,.28);
  box-shadow: 0 0 24px rgba(236,78,134,.18), inset 0 0 24px rgba(236,78,134,.12);
}
.runit-orbit-ring-1 { transform: rotateX(74deg) rotateZ(0deg); animation: runit-spin 16s linear infinite; }
.runit-orbit-ring-2 { transform: rotateX(74deg) rotateY(60deg); border-color: rgba(245,105,161,.24); animation: runit-spin 22s linear infinite reverse; }
.runit-orbit-ring-3 { inset: 12%; transform: rotateX(68deg) rotateY(120deg); border-color: rgba(236,78,134,.20); animation: runit-spin 28s linear infinite; }
.runit-orbit-core {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 38%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(245,105,161,.35), rgba(236,78,134,.12) 60%, transparent 75%);
  filter: blur(8px);
}
@keyframes runit-spin { to { transform: rotateX(74deg) rotateZ(360deg); } }
@keyframes runit-spin-2 { to { transform: rotateX(74deg) rotateY(60deg) rotateZ(360deg); } }
.runit-orbit-ring-2 { animation-name: runit-spin-2; }
@media (prefers-reduced-motion: reduce) {
  .runit-orbit-ring { animation: none !important; }
}

.runit-video { position: relative; z-index: 1; width: 100%; }
.runit-video .vcard-art {
  aspect-ratio: 9 / 16; background: #1B1A1D;
  box-shadow: 0 30px 70px rgba(0,0,0,.22), 0 0 0 1px rgba(236,78,134,.28), 0 0 60px rgba(236,78,134,.16);
  border-radius: 24px;
}
.runit-play { background: rgba(236,78,134,.96) !important; }
.runit-play::after { border-color: transparent transparent transparent #fff !important; }
.runit-caption {
  max-width: 600px; margin: 30px auto 0; font-size: 14.5px; line-height: 1.6;
  color: var(--ink-soft); position: relative; z-index: 1;
}
.runit-badges { display: inline-flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px; position: relative; z-index: 1; }
.runit-badge {
  font-size: 12.5px; font-weight: 700; color: var(--pink-deep);
  border: 1px solid rgba(236,78,134,.28); background: rgba(236,78,134,.08);
  padding: 8px 15px; border-radius: 999px;
}
@media (hover: hover) {
  .runit-video .vcard-art:hover { transform: translateY(-5px); box-shadow: 0 36px 84px rgba(0,0,0,.28), 0 0 0 1px rgba(236,78,134,.44), 0 0 80px rgba(236,78,134,.22); }
}

/* ============================================================
   MOBILE + REDUCED MOTION: graceful degradation to clean stacks
   ============================================================ */
@media (max-width: 768px) {
  /* Walkthrough becomes plain stacked full-width panels */
  .walk-intro { min-height: auto; padding: clamp(72px, 16vw, 120px) 0 40px; }
  .walk-cue { display: none; }
  .walk-track { }
  .walk-pin { position: static; height: auto; overflow: visible; perspective: none; }
  .walk-stage { height: auto; transform: none; }
  .walk-panel {
    position: static; inset: auto; opacity: 1; visibility: visible; transform: none;
    display: block; padding: 44px 0; border-top: 1px solid var(--grey-line);
  }
  .walk-panel.is-prev { opacity: 1; visibility: visible; transform: none; }
  .walk-panel .vcard,
  .walk-panel .walk-panel-head > *,
  .walk-panel .walk-client-label { opacity: 1 !important; transform: none !important; }
  .walk-row { grid-template-columns: 1fr; max-width: 460px; }
  .walk-row-vert { grid-template-columns: 1fr 1fr; max-width: 460px; }
  .walk-dots { display: none; }

  /* VMP cards single column */
  .vmp-points { grid-template-columns: 1fr; }
  .browser-viewport { aspect-ratio: 3 / 4; }

  /* Editors: stacked, fan flattens to a 2-col grid, clock under copy */
  .editors-intro { min-height: auto; padding: clamp(64px, 14vw, 100px) 0 20px; }
  .editors-cinema { min-height: auto; }
  .editors-cinema-pin { position: static; height: auto; min-height: auto; padding: 30px 0 50px; perspective: none; }
  .editors-fan { flex-wrap: wrap; gap: 14px; }
  .editors-fan .fan-card { width: calc(50% - 7px); opacity: 1 !important; transform: none !important; }
  .editors-clock-beat { padding: 56px 0 64px; }
  .editors-clock-inner { gap: 26px; }
  .editors-clock-stage { width: min(330px, 78vw); }
  .clock3d { transform: rotateX(14deg) rotateZ(-4deg); }

  /* Runit: keep recolor, simpler layout */
  .runit { min-height: auto; padding: 72px 0; }
  .runit-stage { max-width: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  .walk-pin { position: static; height: auto; overflow: visible; }
  .walk-stage { height: auto; transform: none; }
  .walk-panel { position: static; opacity: 1; visibility: visible; transform: none; display: block; padding: 50px 0; border-top: 1px solid var(--grey-line); }
  .walk-panel .vcard,
  .walk-panel .walk-panel-head > *,
  .walk-panel .walk-client-label { opacity: 1 !important; transform: none !important; }
  .walk-cue { animation: none; }
  .editors-cinema { min-height: auto; }
  .editors-cinema-pin { position: static; height: auto; min-height: auto; }
  .editors-fan .fan-card { opacity: 1 !important; transform: none !important; }
  .editors-fan { flex-wrap: wrap; }
  .clock3d { transform: none; }
  /* Glow/shadow visible without the JS build step under reduced motion */
  .clock3d-glow, .clock3d-shadow { opacity: 1 !important; }
}

/* ============================================================
   v4: clock + USA map duo, dotted USA map, stronger platform reveal
   ============================================================ */
.editors-clock-duo {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(20px, 5vw, 64px); flex-wrap: wrap; width: 100%;
}

/* Dotted USA map beside the clock (Canvas 2D, transparent, light + dark safe) */
.usa-map-stage { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.usa-map {
  width: 100%; max-width: 270px; height: auto; display: block;
  filter: drop-shadow(0 18px 30px rgba(236,78,134,.20));
  transform: perspective(900px) rotateX(12deg) rotateZ(-3deg);
  transition: transform .4s var(--ease), filter .4s var(--ease);
  will-change: transform;
}
.usa-map-label {
  font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink-faint);
}

/* Platform numbered cards: a gentle, even staggered fade-in on scroll. Kept
   modest so the first card does not visibly leap ahead of the rest. */
html.reveal-ready .vmp-point.reveal { transform: translate3d(0, 22px, 0) scale(.985); }

@media (max-width: 900px) { .editors-clock-duo { gap: 30px; } }
@media (max-width: 768px) {
  .editors-clock-duo { flex-direction: column; gap: 26px; }
  .usa-map { max-width: 240px; }
}

/* ============================================================
   v5: dark cinema globe section + cinema walkthrough, bigger how text
   ============================================================ */

/* ---- Light pink globe panel ("Built around US creators") ---- */
.globe-beat {
  position: relative; isolation: isolate; overflow: hidden;
  background: radial-gradient(75% 80% at 50% 28%, var(--pink-soft) 0%, #fff 48%, var(--pink-surface) 100%);
  padding: clamp(56px, 9vw, 110px) 0 clamp(60px, 9vw, 116px);
}
.globe-bg {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(58% 46% at 50% 64%, rgba(236,78,134,.12), rgba(236,78,134,0) 70%),
    radial-gradient(120% 80% at 50% 122%, rgba(200,54,107,.10), rgba(200,54,107,0) 60%);
}
.globe-beat .editors-clock-inner { gap: clamp(18px, 3vw, 32px); }
.globe-beat .editors-h3 { color: var(--ink); }
.globe-beat .editors-p { color: var(--ink-soft); }
.globe-stage { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; }
.usa-globe {
  width: 100%; max-width: 460px; height: auto; aspect-ratio: 1;
  cursor: grab; touch-action: pan-y; display: block;
  filter: drop-shadow(0 38px 64px rgba(236,78,134,.26));
}
.usa-globe:active { cursor: grabbing; }
.globe-hint {
  margin: 12px 0 0; font-size: 12px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-soft);
}
@media (max-width: 768px) { .usa-globe { max-width: 320px; } }

/* ---- Cinema walkthrough: dark stage that deepens as you scroll, with the
   video covers floating like screens and dealing in left to right ---- */
.walk-intro { padding: clamp(40px, 6vw, 76px) 0 clamp(14px, 2vw, 26px); }
.walk-cue { margin-top: 22px; }
.walk-pin {
  background:
    radial-gradient(58% 48% at 50% 40%, rgba(236,78,134,.18), rgba(236,78,134,0) 70%),
    linear-gradient(180deg, #181019 0%, #0e0911 100%);
}
.walk-pin::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(85% 80% at 50% 44%, rgba(0,0,0,0) 28%, rgba(4,2,7,.92) 100%),
    linear-gradient(180deg, rgba(8,4,12,0), rgba(8,4,12,.55));
  opacity: var(--cine, 0);
  transition: opacity .25s linear;
}
.walk-stage { z-index: 2; }
.walk-dots { z-index: 6; }
.walk-dot { background: rgba(255,255,255,.22); }

/* Panel text reads light on the dark cinema stage */
.walk-pin .walk-panel-title {
  background: linear-gradient(180deg, #ffffff 0%, #e7d3dd 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.walk-pin .walk-panel-sub { color: rgba(255,255,255,.74); }
.walk-pin .vcard-title { color: rgba(255,255,255,.9); }
.walk-pin .walk-index { -webkit-text-stroke-color: rgba(255,120,160,.5); }

/* Floating cinema screens */
.walk-panel .vcard-art {
  box-shadow: 0 34px 66px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.06), 0 0 46px rgba(236,78,134,.2);
}

/* FIFA-style deal-in: covers fly in from the left, one after another (the
   existing nth-child delays sequence them, so they deal left to right) */
.walk-panel .vcard {
  opacity: 0; transform: perspective(1100px) translate3d(-70px, 12px, -90px) rotateY(26deg) scale(.95);
  transition: opacity .5s var(--ease), transform .72s var(--ease);
}
.walk-panel.is-active .vcard {
  opacity: 1; transform: perspective(1100px) translate3d(0, 0, 0) rotateY(0deg) scale(1);
}

/* Facebook inline player holder (swapped in on click) */
.vcard-art.fb-embed { background: #000; }
.vcard-art.fb-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

/* ---- Bigger, more readable "Editing made easy" three points ---- */
.how-step h3 { font-size: clamp(21px, 2.4vw, 26px); margin-bottom: 8px; }
.how-step p { font-size: clamp(16.5px, 1.8vw, 19px); max-width: 320px; line-height: 1.56; }

/* ============================================================
   v6: dark wave into the VMP section, richer thumbnail covers
   ============================================================ */
/* The walkthrough track sits dark behind the un-pinned stage, so the wave at
   the top of the pink VMP section now flows from black into pink. */
.walk-track { background: #0e0911; }

/* Thumbnail covers: vibrant, soft, out-of-focus colour instead of flat blank */
.thumb-a .thumb-face {
  background:
    radial-gradient(42% 52% at 24% 30%, #ff8a3d, transparent 62%),
    radial-gradient(52% 60% at 82% 72%, #EC4E86, transparent 66%),
    linear-gradient(135deg, #7a1f5a 0%, #c8366b 100%);
}
.thumb-b .thumb-face {
  background:
    radial-gradient(46% 56% at 72% 24%, #5b8cff, transparent 62%),
    radial-gradient(52% 60% at 24% 76%, #ff5ea8, transparent 66%),
    linear-gradient(135deg, #2a1f5a 0%, #a52c73 100%);
}
.thumb-c .thumb-face {
  background:
    radial-gradient(46% 56% at 30% 30%, #ffd36e, transparent 62%),
    radial-gradient(52% 60% at 76% 70%, #ff5e7a, transparent 66%),
    linear-gradient(135deg, #7a2f1f 0%, #c8366b 100%);
}

/* ============================================================
   v7: built-in video player ("video app") with macOS controls
   ============================================================ */
#vapp-backdrop {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(8, 4, 10, 0.74);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none; transition: opacity .35s var(--ease);
}
#vapp-backdrop.vapp-visible { opacity: 1; pointer-events: auto; }

#vapp-window {
  position: fixed; z-index: 9001;
  background: #14111a; border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 40px 100px rgba(0,0,0,.7), 0 10px 30px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.07);
  overflow: hidden; transform-origin: top left;
  opacity: 0; pointer-events: none;
  display: flex; flex-direction: column;
  transition: transform .5s cubic-bezier(.22,1,.36,1), opacity .35s ease,
    width .42s cubic-bezier(.22,1,.36,1), height .42s cubic-bezier(.22,1,.36,1),
    top .42s cubic-bezier(.22,1,.36,1), left .42s cubic-bezier(.22,1,.36,1),
    border-radius .42s var(--ease);
}
#vapp-window.vapp-active { opacity: 1; pointer-events: auto; }

#vapp-titlebar {
  display: flex; align-items: center; height: 38px; flex: none; padding: 0 14px;
  background: linear-gradient(180deg, #221d2c, #1a1724);
  border-bottom: 1px solid rgba(255,255,255,.07);
  position: relative; user-select: none; -webkit-user-select: none;
}
.vapp-dots { display: flex; gap: 8px; align-items: center; z-index: 1; }
.vapp-dot {
  width: 13px; height: 13px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center; flex: none;
  transition: filter .15s ease;
}
.vapp-dot:hover { filter: brightness(1.12); }
.vapp-dot-red { background: #ff5f57; }
.vapp-dot-yellow { background: #febc2e; }
.vapp-dot-green { background: #28c840; }
.vapp-dot-glyph {
  font-size: 9px; font-weight: 900; line-height: 1; color: rgba(0,0,0,.62);
  opacity: 0; transition: opacity .12s ease; pointer-events: none;
}
#vapp-titlebar:hover .vapp-dot-glyph { opacity: 1; }
/* Touch: the window-control dots must be reachable and always-labelled, since
   there is no hover on a phone. Enlarge the glyph and add an invisible 44px-ish
   hit area without changing the visual dot size. */
@media (pointer: coarse) {
  .vapp-dot { width: 20px; height: 20px; position: relative; }
  .vapp-dots { gap: 20px; }
  .vapp-dot-glyph { opacity: 1; font-size: 12px; }
  .vapp-dot::after { content: ""; position: absolute; inset: -12px; }
}
#vapp-title {
  position: absolute; left: 0; right: 0; text-align: center;
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,.55);
  pointer-events: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 90px;
}
#vapp-ext {
  position: absolute; right: 14px; z-index: 2;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,.6); text-decoration: none;
}
#vapp-ext:hover { color: #fff; text-decoration: underline; }
#vapp-stage { position: relative; flex: 1; background: #000; overflow: hidden; }
#vapp-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

#vapp-window.vapp-minimised { border-radius: 22px !important; }
#vapp-window.vapp-minimised #vapp-stage { opacity: 0; pointer-events: none; }

.vapp-sibling-before {
  transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .35s ease !important;
  transform: translateX(-130%) !important; opacity: 0 !important;
}
.vapp-sibling-after {
  transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .35s ease !important;
  transform: translateX(130%) !important; opacity: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  #vapp-backdrop, #vapp-window { transition: opacity .2s ease !important; }
  #vapp-window { transform: none !important; }
  .vapp-sibling-before, .vapp-sibling-after { transition: opacity .2s ease !important; transform: none !important; }
}

/* ============================================================
   v8 additions: hero web-dev CTA pill + contact textarea
   ============================================================ */

/* Hero web-dev CTA: prominent pill button (more visible than a plain link) */
.hero-webdev-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 16px; font-weight: 700; color: var(--pink-deep);
  background: var(--pink-soft);
  border: 1.5px solid rgba(200,54,107,.30);
  padding: 12px 22px; border-radius: 999px;
  transition: background .25s var(--ease), color .25s var(--ease),
    border-color .25s var(--ease), transform .25s var(--ease),
    box-shadow .25s var(--ease);
  white-space: nowrap;
}
.hero-webdev-cta svg { flex: none; transition: transform .25s var(--ease); }
@media (hover: hover) {
  .hero-webdev-cta:hover {
    background: var(--pink); color: #fff; border-color: var(--pink);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(236,78,134,.30);
  }
  .hero-webdev-cta:hover svg { transform: translate(3px, -3px); }
}

/* Contact textarea: matches .field input[type="text"] */
.field textarea {
  width: 100%; font-family: inherit; font-size: 17px; color: var(--ink);
  background: #fff; border: 1px solid var(--grey-line); border-radius: 14px;
  padding: 15px 16px; min-height: 120px;
  resize: vertical;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
  display: block;
}
.field textarea::placeholder { color: var(--ink-faint); }
.field textarea:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 4px var(--pink-soft); }

/* ============================================================
   i18n Language Switcher
   Fits inside the pill nav on desktop; stacks in the open
   mobile menu. Pink #EC4E86 brand accent on the active button.
   ============================================================ */
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(236, 78, 134, 0.07);
  border: 1px solid rgba(236, 78, 134, 0.20);
  border-radius: 999px;
  padding: 3px 4px;
}
.lang-btn {
  font: inherit;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 5px 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: background 0.22s var(--ease), color 0.22s var(--ease), transform 0.18s var(--ease);
  white-space: nowrap;
}
.lang-btn-active,
.lang-btn[aria-pressed="true"] {
  background: #EC4E86;
  color: #fff;
}
@media (hover: hover) {
  .lang-btn:not(.lang-btn-active):hover {
    background: rgba(236, 78, 134, 0.12);
    color: var(--pink-deep);
    transform: none;
  }
}

/* On the Runit dark theme, keep the switcher readable */
html.theme-runit .lang-switcher {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}
html.theme-runit .lang-btn { color: rgba(255, 255, 255, 0.65); }
html.theme-runit .lang-btn-active { background: #EC4E86; color: #fff; }

/* Divider before the switcher group, same rules as the existing island-divider */
.lang-divider {
  color: var(--grey-line);
  font-weight: 400;
  font-size: 18px;
  padding: 0 2px;
  user-select: none;
  line-height: 1;
}

/* Mobile (open menu): the divider and switcher stack tidily */
@media (max-width: 860px) {
  .island.open .lang-divider { display: none; }
  .island.open .lang-switcher {
    order: 100;
    justify-content: center;
    background: rgba(236, 78, 134, 0.07);
    border-color: rgba(236, 78, 134, 0.20);
    margin: 4px 0 6px;
  }
  .island.open .lang-btn { font-size: 14px; padding: 12px 16px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
}

/* ============================================================
   v8: silver hero button + on-page web development section
   ============================================================ */
.btn-silver {
  background: linear-gradient(180deg, #fdfdfe 0%, #d6dae0 47%, #bcc1ca 53%, #eceef1 100%);
  color: #1B1A1D; border: 1px solid #c0c5cd;
  font-weight: 800; letter-spacing: 0.05em;
  box-shadow: 0 12px 28px rgba(120,130,150,.35), inset 0 1px 0 rgba(255,255,255,.95);
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}
@media (hover: hover) {
  .btn-silver:hover {
    background: linear-gradient(180deg, #ffffff 0%, #e0e4ea 49%, #cdd2da 53%, #f4f6f9 100%);
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(120,130,150,.45), inset 0 1px 0 rgba(255,255,255,1);
    border-color: #aeb4bd;
  }
}

/* Big shiny pink hero button (replaces the old silver treatment) */
.btn-shine {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ff6aa6 0%, #EC4E86 52%, #C8366B 100%);
  color: #fff;
  border: 1px solid rgba(200, 54, 107, .55);
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 14px 34px rgba(236, 78, 134, .45), inset 0 1px 0 rgba(255, 255, 255, .55), inset 0 -2px 7px rgba(150, 26, 74, .4);
  text-shadow: 0 1px 1px rgba(140, 20, 70, .3);
}
.btn-shine::after {
  content: "";
  position: absolute;
  top: 0; left: -65%;
  width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .6), transparent);
  transform: skewX(-18deg);
  animation: btnShineSweep 3.8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes btnShineSweep {
  0% { left: -65%; }
  55%, 100% { left: 135%; }
}
@media (hover: hover) {
  .btn-shine:hover {
    background: linear-gradient(180deg, #ff7cb1 0%, #f0588f 52%, #d23d74 100%);
    transform: translateY(-2px);
    box-shadow: 0 20px 46px rgba(236, 78, 134, .55), inset 0 1px 0 rgba(255, 255, 255, .7), inset 0 -2px 7px rgba(150, 26, 74, .4);
    border-color: rgba(200, 54, 107, .7);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn-shine::after { display: none; }
}

.webdev-reveal-beat {
  padding: clamp(52px, 8vw, 88px) 0 clamp(28px, 4vw, 44px);
  background: radial-gradient(68% 58% at 50% 60%, rgba(236,78,134,.07), rgba(236,78,134,0) 72%), var(--grey);
  text-align: center; overflow: hidden;
}
.webdev-pivot-inner { max-width: 740px; margin: 0 auto; }
.webdev-pivot-oh {
  font-size: 15px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--pink); margin: 0 0 16px;
}
.webdev-pivot-h2 {
  font-size: clamp(34px, 6.5vw, 68px); line-height: 1.04; font-weight: 800; letter-spacing: -0.04em;
  margin: 0 0 18px;
  background: linear-gradient(180deg, #1B1A1D 0%, #3e3842 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.webdev-pivot-sub { font-size: clamp(17px, 2.1vw, 22px); color: var(--ink-soft); margin: 0; font-weight: 400; line-height: 1.5; }

.webdev-section { background: var(--bg); padding: clamp(64px, 9vw, 116px) 0; }

.webdev-process {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center; gap: 0 10px;
  margin: clamp(44px, 6vw, 72px) auto 0; max-width: 1060px; perspective: 1300px;
}
.webdev-step {
  position: relative; background: linear-gradient(135deg, #fff 0%, var(--pink-soft) 100%);
  border: 1px solid var(--grey-line); border-radius: var(--radius);
  padding: 26px 22px 24px; overflow: hidden; transform-style: preserve-3d;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
  will-change: transform; cursor: default;
}
.webdev-step::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg, rgba(236,78,134,.06) 0%, rgba(236,78,134,.12) 100%);
  opacity: 0; transition: opacity .35s var(--ease);
}
.webdev-step-num {
  display: block; font-size: 36px; font-weight: 800; letter-spacing: -0.03em; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.4px rgba(200,54,107,.40);
  margin-bottom: 12px; position: relative; z-index: 1;
}
.webdev-step h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; letter-spacing: -0.02em; color: var(--ink); position: relative; z-index: 1; }
.webdev-step p { color: var(--ink-soft); font-size: 14px; line-height: 1.55; margin: 0; position: relative; z-index: 1; }
@media (hover: hover) {
  .webdev-step:hover { box-shadow: 0 22px 48px rgba(200,54,107,.13); border-color: rgba(236,78,134,.22); }
  .webdev-step:hover::before { opacity: 1; }
}
.webdev-step-arrow { display: flex; align-items: center; justify-content: center; color: var(--pink); opacity: .45; flex: none; }
.webdev-step-arrow svg { width: 24px; height: 24px; }
.webdev-step[data-tilt] { transform: perspective(700px) rotateX(var(--tx, 0deg)) rotateY(var(--ty, 0deg)) translateZ(0); }

.webdev-services { margin: clamp(44px, 6vw, 64px) auto 0; text-align: center; }
.webdev-services-label { font-size: 13px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--pink); margin: 0 0 18px; }
.webdev-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; list-style: none; padding: 0; margin: 0; }
.webdev-chip {
  display: inline-block; background: var(--pink-soft); color: var(--pink-deep);
  border: 1px solid rgba(200,54,107,.18); padding: 9px 17px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
  transition: background .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
}
@media (hover: hover) {
  .webdev-chip:hover { background: rgba(236,78,134,.16); box-shadow: 0 8px 20px rgba(200,54,107,.14); transform: translateY(-2px); }
}

.webdev-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: clamp(44px, 6vw, 64px) auto 0; max-width: 1000px; }
.webdev-trust-card {
  background: linear-gradient(135deg, #fff 0%, var(--pink-soft) 100%);
  border: 1px solid var(--grey-line); border-radius: var(--radius); padding: 28px 24px 26px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.webdev-trust-num { display: block; font-size: 34px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: transparent; -webkit-text-stroke: 1.4px rgba(200,54,107,.35); margin-bottom: 12px; }
.webdev-trust-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px; letter-spacing: -0.02em; color: var(--ink); }
.webdev-trust-card p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.55; margin: 0; }
@media (hover: hover) {
  .webdev-trust-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(200,54,107,.12); border-color: rgba(236,78,134,.20); }
}

.webdev-foot { text-align: center; margin: clamp(44px, 6vw, 64px) auto 0; max-width: 700px; }
.webdev-proof { font-size: 15px; color: var(--ink-faint); line-height: 1.6; margin: 0 0 28px; font-weight: 500; }
.webdev-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 900px) {
  .webdev-process { grid-template-columns: 1fr 1fr; gap: 16px; }
  .webdev-step-arrow { display: none; }
}
@media (max-width: 640px) {
  .webdev-process { grid-template-columns: 1fr; gap: 14px; }
  .webdev-trust { grid-template-columns: 1fr; gap: 14px; }
  .webdev-cta-row { flex-direction: column; align-items: stretch; }
  .webdev-cta-row .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .webdev-step[data-tilt] { transform: none !important; transition: none; }
  .webdev-step, .webdev-trust-card, .webdev-chip { transition: none; }
}

/* ---- Web dev: decorative creator vibe rail ---- */
.webdev-vibe {
  margin: clamp(34px, 5vw, 56px) 0 clamp(6px, 1vw, 12px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.webdev-vibe-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: webdevVibeScroll 64s linear infinite;
}
.webdev-vibe:hover .webdev-vibe-track { animation-play-state: paused; }
.webdev-vibe-frame {
  position: relative;
  flex: none;
  width: clamp(118px, 14vw, 168px);
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(155deg, #FDEEF4 0%, #f6bcd5 60%, #EC4E86 100%);
  box-shadow: 0 14px 30px rgba(200, 54, 107, .15);
}
.webdev-vibe-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes webdevVibeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- Web dev: live creator-site showcase ---- */
.webdev-showcase { margin: clamp(50px, 7vw, 84px) auto 0; max-width: 1140px; }
.webdev-showcase-head { margin: 0 auto clamp(26px, 3.5vw, 40px); max-width: 720px; }
.ishow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ishow-card {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(236, 78, 134, .14);
  box-shadow: 0 16px 38px rgba(200, 54, 107, .12);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.ishow-shot {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(155deg, #FDEEF4 0%, #f6bcd5 55%, #EC4E86 100%);
}
.ishow-shot img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block;
  transition: transform .6s var(--ease);
}
.ishow-meta { display: block; padding: 13px 15px 15px; }
.ishow-name { display: block; font-weight: 700; font-size: 15px; letter-spacing: -.01em; color: var(--ink); }
.ishow-niche { display: block; margin-top: 2px; font-size: 12.5px; color: var(--ink-faint); }
.ishow-view { display: inline-flex; align-items: center; gap: 5px; margin-top: 10px; font-size: 12.5px; font-weight: 700; color: var(--pink); }
@media (hover: hover) {
  .ishow-card:hover { transform: translateY(-6px); box-shadow: 0 28px 58px rgba(200, 54, 107, .20); border-color: rgba(236, 78, 134, .26); }
  .ishow-card:hover .ishow-shot img { transform: scale(1.04); }
}
@media (max-width: 900px) { .ishow-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .ishow-grid { gap: 12px; } }

/* Offline / localhost: external imagery cannot load, so hide the broken
   images and let the blush gradient stand in. */
.is-local .webdev-vibe-frame img { display: none; }

@media (prefers-reduced-motion: reduce) {
  .webdev-vibe-track { animation: none; }
  .ishow-card, .ishow-shot img { transition: none; }
}
