/* Page-specific styles for landing page */

/* ============== HERO ============== */
.hero {
  position: relative;
  padding: 56px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(1100px 500px at 88% -8%, rgba(248,182,79,.22), transparent 60%),
    radial-gradient(900px 480px at -10% 20%, rgba(248,182,79,.08), transparent 60%),
    var(--white);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(15,15,20,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,15,20,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 30% 50%, black 30%, transparent 75%);
  pointer-events: none;
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(44px, 5.6vw, 84px);
  letter-spacing: -0.04em;
  line-height: 0.96;
  margin: 24px 0 24px;
}
.hero h1 .ink-block {
  display: inline-flex; align-items: center;
  background: var(--vgm-amber); color: var(--ink);
  padding: 0 .22em .04em;
  border-radius: 14px;
  transform: rotate(-1.2deg);
  margin: 0 .08em;
}
.hero .underline-amber {
  background: linear-gradient(180deg, transparent 70%, rgba(248,182,79,.7) 70%, rgba(248,182,79,.7) 96%, transparent 96%);
  padding: 0 .04em;
}
.hero p.lead { font-size: 19px; max-width: 56ch; }
.hero-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-top: 36px;
}
.hero-meta {
  display: flex; align-items: center; gap: 14px;
  margin-top: 32px;
  color: var(--slate);
  font-size: 14px;
}
.hero-meta .stars { color: var(--vgm-amber); letter-spacing: 1px; }
.hero-meta .divider { width: 1px; height: 18px; background: var(--line-2); }

/* Hero visual — floating cards collage */
.hero-visual {
  position: relative;
  height: 580px;
  isolation: isolate;
}
@media (max-width: 980px) { .hero-visual { height: 520px; } }
@media (max-width: 540px) { .hero-visual { height: 460px; } }

.float-card {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-3);
  padding: 16px;
  z-index: 3;
  will-change: transform, left, top, opacity;
  transform-origin: center center;
}

.fc-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--muted, #8e9099);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .15s ease, background .15s ease, color .15s ease;
  z-index: 2;
}
.float-card:hover .fc-close { opacity: 1; }
.fc-close:hover { background: rgba(0,0,0,.07); color: var(--ink); }

/* card 1 — website mockup */
.fc-site {
  width: 320px;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
}
.fc-site .browser-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}
.fc-site .dots { display: flex; gap: 5px; }
.fc-site .dots span { width: 9px; height: 9px; border-radius: 999px; background: #d8d8dc; }
.fc-site .url {
  flex: 1; height: 22px; border-radius: 999px; background: var(--white);
  font-family: var(--font-mono); font-size: 10.5px; color: var(--muted);
  display: flex; align-items: center; justify-content: center; gap: 6px;
  border: 1px solid var(--line);
}
.fc-site .url::before { content: "🔒"; font-size: 9px; filter: grayscale(1); opacity: .7; }
.fc-site .body { padding: 18px; }
.fc-site .h { height: 10px; background: var(--ink); border-radius: 4px; width: 70%; margin-bottom: 8px; }
.fc-site .h2 { height: 8px; background: var(--line-2); border-radius: 4px; width: 88%; margin-bottom: 4px; }
.fc-site .h3 { height: 8px; background: var(--line-2); border-radius: 4px; width: 60%; margin-bottom: 16px; }
.fc-site .row { display: flex; gap: 8px; margin-bottom: 14px; }
.fc-site .pill-mini { height: 26px; border-radius: 999px; padding: 0 14px; display: inline-flex; align-items: center; font-size: 11px; font-weight: 600; }
.fc-site .pill-mini.amber { background: var(--vgm-amber); color: var(--ink); }
.fc-site .pill-mini.dark { background: var(--ink); color: var(--white); }
.fc-site .pill-mini.ghost { border: 1px solid var(--line-2); color: var(--charcoal); }
.fc-site .grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
.fc-site .tile { height: 40px; background: var(--paper-2); border-radius: 6px; }
.fc-site .tile.amber { background: var(--vgm-amber-soft); }

/* card 2 — lead notification */
.fc-lead {
  width: 290px;
  display: flex; gap: 12px; align-items: flex-start;
}
.fc-lead .avatar {
  width: 40px; height: 40px; border-radius: 999px;
  background: linear-gradient(135deg, #F8B64F, #F4A82B);
  color: var(--ink); display: grid; place-items: center;
  font-weight: 700; font-size: 14px; flex-shrink: 0;
}
.fc-lead .ttl { font-weight: 600; font-size: 13px; color: var(--ink); }
.fc-lead .sub { font-size: 12px; color: var(--slate); margin-top: 2px; line-height: 1.5; }
.fc-lead .meta { display: flex; gap: 10px; margin-top: 10px; align-items: center; font-size: 11px; color: var(--muted); }
.fc-lead .dot-live { width: 6px; height: 6px; border-radius: 999px; background: #18C26F; box-shadow: 0 0 0 3px rgba(24,194,111,.18); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 3px rgba(24,194,111,.18); } 50% { box-shadow: 0 0 0 6px rgba(24,194,111,0); } }

/* card 3 — social post */
.fc-social {
  width: 240px;
}
.fc-social .head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.fc-social .ava { width: 30px; height: 30px; border-radius: 999px; background: var(--ink); }
.fc-social .who { font-weight: 600; font-size: 12.5px; color: var(--ink); }
.fc-social .when { font-size: 10.5px; color: var(--muted); }
.fc-social .img {
  height: 100px; border-radius: 8px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.6), transparent 50%),
    linear-gradient(135deg, #F8B64F, #F4A82B 60%, #d97706);
  position: relative;
  display: grid; place-items: center;
  color: var(--ink);
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.02em;
}
.fc-social .stats { display: flex; gap: 14px; margin-top: 10px; font-size: 11px; color: var(--slate); font-weight: 500; }
.fc-social .stats span { display: inline-flex; align-items: center; gap: 4px; }

/* card 4 — metric */
.fc-metric {
  width: 240px;
}
.fc-metric .label { font-size: 11.5px; color: var(--slate); font-weight: 500; }
.fc-metric .val { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--ink); letter-spacing: -0.03em; line-height: 1; margin-top: 6px; }
.fc-metric .delta { font-size: 12px; color: #0E8A4A; font-weight: 600; margin-top: 6px; }
.fc-metric .spark {
  margin-top: 12px;
  height: 36px;
  background-image: linear-gradient(180deg, rgba(248,182,79,.4), transparent);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 36' preserveAspectRatio='none'><path d='M0,28 L10,24 L20,26 L30,18 L40,20 L50,12 L60,14 L70,8 L80,10 L90,4 L100,2 L100,36 L0,36 Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 36' preserveAspectRatio='none'><path d='M0,28 L10,24 L20,26 L30,18 L40,20 L50,12 L60,14 L70,8 L80,10 L90,4 L100,2 L100,36 L0,36 Z' fill='black'/></svg>");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: relative;
}
.fc-metric .spark::after {
  content: ""; position: absolute; inset: 0;
  border-bottom: 2px solid var(--vgm-amber);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 36' preserveAspectRatio='none'><path d='M0,28 L10,24 L20,26 L30,18 L40,20 L50,12 L60,14 L70,8 L80,10 L90,4 L100,2' fill='none' stroke='black' stroke-width='2'/></svg>");
}

/* hero halo */
.hero-halo {
  position: absolute;
  width: 460px; height: 460px;
  right: -40px; top: 60px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(248,182,79,.45), rgba(248,182,79,0) 65%);
  filter: blur(20px);
  z-index: 0;
}

/* Portal preview — cards orbit around this */
.portal-preview {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 8px 40px rgba(0,0,0,.14);
  display: flex;
  flex-direction: column;
  background: #0f1117;
}
.portal-preview-bar {
  height: 32px;
  background: #181b23;
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 10px;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.portal-preview-bar-dots { display: flex; gap: 5px; }
.portal-preview-bar-dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.14); }
.portal-preview-bar-url {
  flex: 1; font-size: 10px; color: rgba(255,255,255,.3);
  text-align: center; font-family: monospace; letter-spacing: .02em;
}
.portal-preview-frame {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.portal-preview-frame iframe {
  position: absolute;
  top: 0; left: 0;
  width: calc(100% / 0.5);
  height: calc(100% / 0.5);
  border: none;
  transform: scale(0.5);
  transform-origin: top left;
  pointer-events: none;
}
.portal-preview-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 40px 20px 18px;
  background: linear-gradient(to top, rgba(15,17,23,.96) 40%, rgba(15,17,23,0));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}
.portal-preview-caption-text {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  line-height: 1.5;
  max-width: 230px;
}
.portal-preview-demo-btn {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  background: var(--vgm-amber, #f8b64f);
  padding: 7px 15px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: all;
  transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 2px 10px rgba(248,182,79,.35);
}
.portal-preview-demo-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(248,182,79,.45); }

.portal-preview-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75);
  background: var(--vgm-amber, #f8b64f);
  color: var(--ink, #0e0f11);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.03em;
  padding: 14px 36px;
  border-radius: 16px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 12px 40px rgba(248,182,79,.5);
  transition: opacity .3s ease, transform .35s cubic-bezier(.2,.7,.2,1);
  white-space: nowrap;
}
.portal-preview:hover .portal-preview-banner {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@keyframes wiggle {
  0%,100% { transform: rotate(0deg) translateY(0); }
  15%     { transform: rotate(-5deg) translateY(-3px); }
  30%     { transform: rotate(5deg)  translateY(-1px); }
  45%     { transform: rotate(-4deg) translateY(-2px); }
  60%     { transform: rotate(4deg)  translateY(0); }
  75%     { transform: rotate(-2deg) translateY(-1px); }
}
.portal-preview:hover .portal-preview-demo-btn {
  animation: wiggle .55s ease-in-out infinite;
}

/* Marquee */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: var(--white);
  padding: 22px 0;
}
.marquee-track {
  display: flex; gap: 56px;
  animation: scroll 40s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.marquee-item {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: -0.01em;
  display: inline-flex; align-items: center; gap: 56px;
}
.marquee-item .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--vgm-amber); }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============== SERVICES ============== */
.services { background: var(--white); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 760px) { .services-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  /* Tier pills wrap on narrow screens */
  .svc-card .tiers { flex-wrap: wrap; }
  .svc-card .foot  { flex-wrap: wrap; gap: 12px; }
}

/* ---- 5th card: full-width RE Media ---- */
.svc-card-wide {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: auto;
}
.svc-wide-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.svc-wide-left  { flex-shrink: 0; min-width: 180px; }
.svc-wide-right { flex: 1; min-width: 260px; }
.svc-wide-feat  { margin-top: 18px; grid-template-columns: 1fr 1fr; gap: 8px 32px; }

@media (max-width: 760px) {
  .svc-wide-inner { flex-direction: column; gap: 0; }
  .svc-wide-left, .svc-wide-right { min-width: 0; width: 100%; flex: none; }
  .svc-wide-feat  { grid-template-columns: 1fr; gap: 8px; }
}
.svc-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-2xl);
  padding: 32px;
  background: var(--white);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 20px;
  min-height: 360px;
  overflow: hidden;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.svc-card:hover { transform: translateY(-3px); box-shadow: var(--sh-3); border-color: var(--line-2); }
.svc-card .num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.svc-card .ico-lg {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--vgm-amber);
  color: var(--ink);
  display: grid; place-items: center;
  margin-top: 4px;
  box-shadow: 0 8px 22px rgba(248,182,79,.4);
}
.svc-card .ico-lg svg { width: 28px; height: 28px; }
.svc-card h3 { font-family: var(--font-display); font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.05; color: var(--ink); }
.svc-card .desc { color: var(--slate); font-size: 15px; line-height: 1.6; }
.svc-card ul.feat { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.svc-card ul.feat li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--charcoal); }
.svc-card ul.feat li::before {
  content: ""; width: 16px; height: 16px; border-radius: 999px;
  background: var(--vgm-amber-soft);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23C58415' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M3.5 8.5l3 3 6-7'/></svg>");
  background-repeat: no-repeat; background-position: center; background-size: 12px;
  flex-shrink: 0;
}
.svc-card .foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 18px;
  border-top: 1px dashed var(--line-2);
}
.svc-card .tiers { display: flex; gap: 6px; }
.svc-card .tier {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 500;
  padding: 4px 9px; border-radius: 999px;
  background: var(--paper-2); color: var(--charcoal);
  letter-spacing: 0.04em; text-transform: uppercase;
}
.svc-card .go {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 600; font-size: 13px; color: var(--ink);
}
.svc-card .go .arr { transition: transform .2s ease; }
.svc-card:hover .go .arr { transform: translateX(4px); }

.svc-card.featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.svc-card.featured h3 { color: var(--white); }
.svc-card.featured .desc { color: #C9C9D0; }
.svc-card.featured .num { color: #82828A; }
.svc-card.featured ul.feat li { color: #DADADD; }
.svc-card.featured ul.feat li::before { background-color: rgba(248,182,79,.18); }
.svc-card.featured .tier { background: #2A2A30; color: #DADADD; }
.svc-card.featured .go { color: var(--vgm-amber); }
.svc-card.featured .foot { border-top-color: #26262C; }
.svc-card.featured .ico-lg { background: var(--vgm-amber); }

/* ============== WHY ============== */
.why {
  background: var(--paper);
}
.why-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: flex-start;
}
@media (max-width: 880px) { .why-grid { grid-template-columns: 1fr; gap: 40px; } }
.why-points { display: grid; gap: 12px; }
.why-pt {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 22px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.why-pt:hover { transform: translateX(4px); box-shadow: var(--sh-2); border-color: var(--vgm-amber); }
.why-pt .ico {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--ink); color: var(--vgm-amber);
  display: grid; place-items: center;
}
.why-pt h4 { font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: -0.018em; margin-bottom: 4px; }
.why-pt p { font-size: 14px; color: var(--slate); margin: 0; }

.stat-card {
  background: var(--ink); color: var(--white);
  border-radius: var(--r-2xl);
  padding: 36px;
  box-shadow: var(--sh-4);
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: ""; position: absolute;
  width: 280px; height: 280px;
  right: -80px; top: -80px;
  background: radial-gradient(circle, rgba(248,182,79,.35), transparent 65%);
}
.stat-card .stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  margin-top: 28px;
  position: relative;
}
.stat-card .stat .v {
  font-family: var(--font-display);
  font-size: 56px; font-weight: 700;
  letter-spacing: -0.04em; line-height: 1;
  color: var(--vgm-amber);
}
.stat-card .stat .v sup { font-size: 28px; font-weight: 600; vertical-align: super; }
.stat-card .stat .l { font-size: 13px; color: #B6B6BD; margin-top: 8px; line-height: 1.5; }
.stat-card .head h3 { font-family: var(--font-display); font-size: 26px; font-weight: 700; letter-spacing: -0.02em; color: var(--white); }
.stat-card .head p { color: #B6B6BD; font-size: 14px; margin-top: 8px; }

/* ============== PROCESS ============== */
.process { background: var(--white); }
.process-panel[hidden] { display: none; }

/* Panel reveal animation */
.process-panel {
  transition: opacity .45s cubic-bezier(.2,.7,.2,1), transform .45s cubic-bezier(.2,.7,.2,1);
}
.process-panel.panel-entering {
  opacity: 0;
  transform: translateY(18px);
}
.process-panel .copy {
  transition: opacity .4s cubic-bezier(.2,.7,.2,1), transform .4s cubic-bezier(.2,.7,.2,1);
}
.process-panel.panel-entering .copy {
  opacity: 0;
  transform: translateY(10px);
}
.process-panel .vis-card {
  transition: opacity .4s cubic-bezier(.2,.7,.2,1), transform .4s cubic-bezier(.2,.7,.2,1);
}
.process-panel.panel-entering .vis-card { opacity: 0; transform: translateY(10px); }
.process-panel .vis-card:nth-child(3) { transition-delay: .08s; }
.process-panel .vis-card:nth-child(4) { transition-delay: .16s; }
.process-tabs {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 0;
}
@media (max-width: 760px) { .process-tabs { grid-template-columns: 1fr 1fr; } }
.process-tab {
  text-align: left;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  padding: 22px 24px;
  display: grid; gap: 6px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
  position: relative;
}
.process-tab:last-child { border-right: 0; }
.process-tab .step {
  font-family: var(--font-mono); font-size: 11px; color: var(--muted); letter-spacing: 0.06em;
}
.process-tab .name { font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(--charcoal); }
.process-tab.active { background: var(--ink); color: var(--white); }
.process-tab.active .name, .process-tab.active .step { color: var(--white); }
.process-tab.active .step { color: var(--vgm-amber); }
.process-tab:hover:not(.active) { background: var(--paper-2); }
.process-tab.active::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px;
  height: 4px; background: var(--vgm-amber);
}

.process-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  padding: 64px 0 0;
  align-items: center;
}
@media (max-width: 880px) { .process-panel { grid-template-columns: 1fr; gap: 32px; } }
.process-panel .copy h3 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin-bottom: 18px;
}
.process-panel .copy h3 em { font-style: normal; color: var(--vgm-amber-strong); }
.process-panel .copy p { font-size: 17px; color: var(--slate); line-height: 1.6; max-width: 52ch; margin-bottom: 24px; }
.process-panel ul.deliverables {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 10px;
}
.process-panel ul.deliverables li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14.5px; color: var(--charcoal); font-weight: 500;
}
.process-panel ul.deliverables li::before {
  content: "→"; color: var(--vgm-amber-strong); font-weight: 700; font-size: 16px;
}

.process-visual {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-2xl);
  padding: 36px;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}
.process-visual .big-num {
  position: absolute;
  right: -20px; bottom: -60px;
  font-family: var(--font-display);
  font-size: 360px; font-weight: 800;
  color: var(--vgm-amber);
  letter-spacing: -0.05em;
  line-height: 1;
  opacity: .55;
  pointer-events: none;
}
.process-visual .vis-card {
  position: relative; z-index: 1;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 18px;
  margin-bottom: 12px;
  box-shadow: var(--sh-1);
  display: flex; align-items: center; gap: 14px;
}
.process-visual .vis-card .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--ink); color: var(--vgm-amber); display: grid; place-items: center; flex-shrink: 0; }
.process-visual .vis-card .ic svg { width: 20px; height: 20px; }
.process-visual .vis-card .t { font-weight: 600; font-size: 14px; color: var(--ink); }
.process-visual .vis-card .s { font-size: 12.5px; color: var(--slate); margin-top: 2px; }

/* ============== WORK ============== */
.work { background: var(--paper); }
.work-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 880px) { .work-grid { grid-template-columns: repeat(2, 1fr); } }
.work-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.work-item:hover { transform: translateY(-3px); box-shadow: var(--sh-3); }
.work-item .thumb {
  height: 220px; position: relative; overflow: hidden;
  display: grid; place-items: center;
}
.work-item .thumb-content { transition: transform .3s ease; padding: 24px; text-align: center; }
.work-item:hover .thumb-content { transform: scale(1.04); }
.work-item .meta { padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; }
.work-item .meta .t { font-weight: 600; font-size: 14px; color: var(--ink); }
.work-item .meta .c { font-size: 12px; color: var(--muted); margin-top: 2px; }
.work-item .badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--white); color: var(--ink);
  font-size: 11px; font-weight: 600;
  padding: 5px 10px; border-radius: 999px;
  border: 1px solid var(--line-2);
}

.work-item.span-3 { grid-column: span 3; }
.work-item.span-2 { grid-column: span 2; }
.work-item.span-4 { grid-column: span 4; }
@media (max-width: 880px) {
  .work-item.span-3, .work-item.span-2, .work-item.span-4 { grid-column: span 2; }
}

.work-item .thumb.amber { background: linear-gradient(135deg, #F8B64F, #F4A82B); }
.work-item .thumb.ink { background: linear-gradient(160deg, #1B1B1F 0%, #0E0E10 100%); color: var(--white); }
.work-item .thumb.cream { background: var(--paper-2); }
.work-item .thumb.dot {
  background-color: var(--white);
  background-image: radial-gradient(rgba(248,182,79,.4) 1.4px, transparent 1.4px);
  background-size: 16px 16px;
}
.work-item .thumb h4 {
  font-family: var(--font-display);
  font-size: 32px; font-weight: 700;
  letter-spacing: -0.025em; line-height: 1;
}
.work-item .thumb.ink h4 { color: var(--white); }
.work-item .thumb p { font-size: 13px; opacity: .8; margin-top: 8px; }

/* ============== BOOK ============== */
.book {
  background:
    radial-gradient(700px 320px at 80% 20%, rgba(248,182,79,.4), transparent 60%),
    var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.book::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 70% 50%, black 30%, transparent 70%);
}
.book .wrap { position: relative; }
.book-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px;
  align-items: center;
}
@media (max-width: 880px) { .book-grid { grid-template-columns: 1fr; gap: 40px; } }
.book h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  color: var(--white);
}
.book h2 em { font-style: normal; color: var(--vgm-amber); }
.book p.lead { color: #C9C9D0; max-width: 50ch; }
.book .perks { display: grid; gap: 10px; margin-top: 28px; }
.book .perks li { display: flex; align-items: center; gap: 10px; color: #DADADD; font-size: 14.5px; list-style: none; }
.book .perks li::before { content: "✓"; color: var(--vgm-amber); font-weight: 700; }

.cal-card {
  background: var(--white); color: var(--ink);
  border-radius: var(--r-2xl);
  padding: 32px;
  box-shadow: var(--sh-4);
  position: relative;
}
.cal-card .head {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 18px; border-bottom: 1px solid var(--line);
}
.cal-card .cal-logo {
  width: 40px; height: 40px; border-radius: 10px;
  background: #006BFF; color: white;
  display: grid; place-items: center;
  font-weight: 700; font-family: var(--font-display); font-size: 20px;
}
.cal-card .head .t { font-weight: 600; font-size: 15px; }
.cal-card .head .s { font-size: 12.5px; color: var(--muted); margin-top: 2px; }

.cal-card .meeting {
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--paper-2);
  border-radius: var(--r-md);
  border-left: 3px solid var(--vgm-amber);
}
.cal-card .meeting .t { font-weight: 600; font-size: 14px; }
.cal-card .meeting .s { font-size: 12.5px; color: var(--slate); margin-top: 4px; }
.cal-card .meeting .pills { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.cal-card .meeting .pill { font-size: 11px; padding: 4px 10px; background: var(--white); border: 1px solid var(--line-2); }

.cal-card .slots { margin-top: 18px; }
.cal-card .slots-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.cal-card .day { font-size: 13px; font-weight: 600; }
.cal-card .nav-d { display: flex; gap: 6px; }
.cal-card .nav-d button { width: 26px; height: 26px; border-radius: 999px; background: var(--paper-2); border: 1px solid var(--line); color: var(--charcoal); display: grid; place-items: center; cursor: pointer; }
.cal-card .slot-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.cal-card .slot {
  height: 38px; border-radius: 8px;
  border: 1px solid var(--line-2);
  background: var(--white);
  font-size: 13px; font-weight: 500;
  display: grid; place-items: center;
  cursor: pointer;
  transition: all .15s ease;
}
.cal-card .slot:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.cal-card .slot.taken { background: var(--paper-2); color: var(--muted); cursor: not-allowed; text-decoration: line-through; }
.cal-card .slot.amber { background: var(--vgm-amber); color: var(--ink); border-color: var(--vgm-amber-strong); }

/* ============== CONTACT ============== */
.contact { background: var(--white); padding-top: 100px; padding-bottom: 100px; }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 32px;
  display: flex; align-items: center; gap: 20px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.contact-card:hover { border-color: var(--vgm-amber); transform: translateY(-2px); box-shadow: var(--sh-2); }
.contact-card .ic {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--ink); color: var(--vgm-amber);
  display: grid; place-items: center; flex-shrink: 0;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), background .25s ease, color .25s ease, box-shadow .3s ease;
  animation: contactIconPulse 3s ease-in-out infinite;
}
@keyframes contactIconPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(248,182,79,0); }
  50%       { box-shadow: 0 0 0 7px rgba(248,182,79,.18); }
}
.contact-card:hover .ic {
  animation: none;
  transform: scale(1.14) rotate(-8deg);
  background: var(--vgm-amber);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(248,182,79,.45);
}
/* allow text to shrink in flex container */
.contact-card > div:not(.ic) { min-width: 0; }
.contact-card .l { font-size: 12px; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; }
.contact-card .v {
  font-family: var(--font-display); font-size: 24px; font-weight: 600;
  letter-spacing: -0.02em; color: var(--ink); margin-top: 4px;
  overflow-wrap: break-word; word-break: break-all;
}
@media (max-width: 600px) {
  .contact-card { padding: 22px; gap: 16px; }
  .contact-card .v { font-size: 15px; letter-spacing: -0.01em; }
  .contact-card .ic { width: 48px; height: 48px; border-radius: 12px; }
}
