/* Shared styles for the standalone pages: /work, /what-you-get, /questions.
   Sits on top of styles.css. */

.page-hero { position: relative; overflow: hidden; padding: 172px 0 84px; text-align: center; }
.page-hero-inner { position: relative; z-index: 3; }
.page-hero h1 { margin: 22px 0 20px; font-size: clamp(36px, 5.2vw, 66px); }
.page-hero .lede { max-width: 620px; margin: 0 auto; }

.nav-links a.is-current, .menu-links a.is-current { color: var(--ink); }

/* ---------- /work ---------- */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card {
  position: relative; margin: 0; border-radius: var(--r-md); overflow: hidden;
  background: var(--panel); border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(0,0,0,.5);
  transition: transform .25s ease, border-color .25s ease;
}
.work-card:hover { transform: translateY(-5px); border-color: rgba(47,107,255,.5); }
.work-card video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; display: block; }
.work-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 16px 15px;
  background: linear-gradient(180deg, rgba(8,9,12,0) 0%, rgba(8,9,12,.94) 62%);
}
.wc-t { display: block; font-size: 14.5px; font-weight: 600; letter-spacing: -0.015em; }
.wc-c { display: block; font-size: 12px; color: var(--faint); margin-top: 3px; }

.client-rows { display: flex; flex-direction: column; gap: 22px; }
.client-row {
  display: grid; grid-template-columns: 320px 1fr; gap: 36px; align-items: center;
  padding: 26px; border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--panel-2) 0%, var(--panel) 100%);
  border: 1px solid var(--line);
}
.client-row.flip { grid-template-columns: 1fr 320px; }
.client-row.flip .client-media { order: 2; }
.client-media {
  position: relative; border-radius: var(--r-md); overflow: hidden;
  aspect-ratio: 4 / 3; border: 1px solid var(--line);
}
.client-media video { width: 100%; height: 100%; object-fit: cover; filter: brightness(.8); }
.client-copy h3 { margin-bottom: 12px; }
.client-copy p { color: var(--dim); font-size: 15.5px; line-height: 1.6; max-width: 560px; }
.client-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.client-tags li {
  padding: 6px 13px; border-radius: 999px; font-size: 12.5px; color: var(--dim);
  background: rgba(var(--tint),.05); border: 1px solid var(--line);
}
.work-note { margin-top: 30px; text-align: center; font-size: 13px; color: var(--faint); }

/* ---------- /what-you-get ---------- */
.notlist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.notitem {
  padding: 26px; border-radius: var(--r-md);
  background: var(--panel); border: 1px solid var(--line);
  border-left: 2px solid rgba(255,120,120,.4);
}
.notitem h4 { margin-bottom: 9px; }
.notitem p { color: var(--dim); font-size: 14.5px; line-height: 1.55; }

@media (max-width: 1024px) {
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .client-row, .client-row.flip { grid-template-columns: 1fr; gap: 24px; }
  .client-row.flip .client-media { order: 0; }
  .client-media { aspect-ratio: 16 / 9; }
  .notlist { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .page-hero { padding: 140px 0 60px; }
  .client-row { padding: 18px; }
  .notitem { padding: 20px; }
}
@media (max-width: 460px) {
  .work-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .work-card figcaption { padding: 12px 11px 10px; }
  .wc-t { font-size: 12.5px; }
}

/* ---------- highlighted feature card (the reference marks one card) ---------- */
.feat-hero {
  border-color: rgba(var(--tint),.42) !important;
  background:
    radial-gradient(120% 150% at 50% 0%, rgba(47,107,255,.16) 0%, rgba(47,107,255,0) 60%),
    linear-gradient(180deg, var(--panel-2) 0%, var(--panel) 100%) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 60px rgba(47,107,255,.14) !important;
}
.accent { color: var(--accent); }

/* ---------- versus table ---------- */
.vs-table {
  max-width: 940px; margin: 0 auto;
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); background: var(--panel);
}
.vs-head { display: grid; grid-template-columns: 1fr 1fr; }
.vs-h {
  padding: 17px 26px; font-size: 14.5px; font-weight: 700; letter-spacing: -0.02em;
}
.vs-h.bad { background: rgba(255,120,120,.09); color: #F5A9A9; }
.vs-h.good { background: rgba(75,208,126,.11); color: #8FE0AE; }
.vs-row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.vs-cell {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 18px 26px; font-size: 15px; line-height: 1.5; letter-spacing: -0.015em;
}
.vs-cell svg { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 2px; }
.vs-cell.bad { color: var(--faint); }
.vs-cell.bad svg { color: #F5757A; }
.vs-cell.good { color: var(--ink-soft); border-left: 1px solid var(--line); }
.vs-cell.good svg { color: #4BD07E; }

/* ---------- faq tail ---------- */
.faq-still {
  max-width: 800px; margin: 40px auto 0; padding: 32px; text-align: center;
  border-radius: var(--r-lg);
  background: radial-gradient(120% 160% at 50% 0%, rgba(47,107,255,.16) 0%, rgba(47,107,255,0) 65%),
              linear-gradient(180deg, var(--panel-2) 0%, var(--panel) 100%);
  border: 1px solid rgba(47,107,255,.26);
}
.faq-still h4 { margin-bottom: 10px; font-size: 21px; }
.faq-still p { color: var(--dim); font-size: 15px; line-height: 1.6; max-width: 480px; margin: 0 auto; }
.faq-still .btn { margin-top: 22px; }

@media (max-width: 720px) {
  .vs-head, .vs-row { grid-template-columns: 1fr; }
  .vs-cell.good { border-left: 0; border-top: 1px solid var(--line); }
  .vs-h { padding: 13px 18px; }
  .vs-cell { padding: 14px 18px; font-size: 14.5px; }
  .faq-still { padding: 26px 22px; }
}

.has-topbar .page-hero { padding-top: 210px; }
@media (max-width: 720px) { .has-topbar .page-hero { padding-top: 180px; } }
