/* ============================================================
   SERVICES — page-specific styles (extends styles.css tokens)
   Copy source: "Services Page - Copy.md"
   ============================================================ */

/* ---------- Hero (reuses .hero / .hero-headline from styles.css) ---------- */
.sv-hero { padding-top: 44px; padding-bottom: 8px; }
.sv-breadcrumb {
  font-family: var(--f-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sv-breadcrumb a { color: var(--muted); }
.sv-breadcrumb a:hover { color: var(--ink); }

.sv-hero .hero-headline { font-size: clamp(2.5rem, 6.6vw, 6rem); line-height: 0.92; }
.sv-hero .hero-headline .swatch {
  width: 0.5em; height: 0.5em;
  border-width: 3px;
  margin-left: 0.16em;
  vertical-align: 0.02em;
}
.sv-hero .hero-tagline { max-width: 620px; }

/* Studio proof row under the hero */
.sv-proof {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad) 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.sv-proof-item {
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 20px 22px;
}
.sv-proof-item:nth-child(2) { background: var(--blue); }
.sv-proof-item .n {
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}
.sv-proof-item .l {
  font-family: var(--f-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
  margin-top: 8px;
}
/* Platform names read as a label, not a number — size them to fit the tile */
.sv-proof-item:last-child .n { font-size: clamp(1.15rem, 2vw, 1.6rem); white-space: nowrap; }
@media (max-width: 700px) { .sv-proof { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Offerings: 2x2 (inherits .offer-grid's 2-col + 880px collapse) ---------- */
.sv-offers { background: var(--bg-2); }
.sv-offers-grid .offer-card:nth-child(3) .offer-num { background: var(--accent-2); }
.sv-offers-grid .offer-card:nth-child(4) .offer-num { background: var(--ink); }
.offer-card .offer-top { align-items: flex-start; }
.offer-card .offer-kicker { line-height: 1.45; padding-top: 4px; }

.sv-offer-foot {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1.5px dashed var(--ink);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.sv-terms { display: flex; flex-direction: column; gap: 6px; }
.sv-term {
  font-family: var(--f-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.sv-term-price {
  align-self: flex-start;
  color: var(--ink);
  font-weight: 700;
  background: var(--blue);
  border: 1.5px solid var(--ink);
  border-radius: 100px;
  padding: 4px 11px;
  letter-spacing: 0.06em;
}

/* ---------- Reel: gameplay from our own catalog ---------- */
.sv-reel-section { background: var(--ink); color: var(--paper); }
.sv-reel-section .section-eyebrow { color: var(--blue-soft); }
.sv-reel-section .section-eyebrow::before { background: var(--blue); }
.sv-reel-section .section-title { color: var(--paper); }
.sv-reel-section .section-sub { color: rgba(255,255,255,0.6); }

.sv-reel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sv-reel-card {
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sv-reel-media { position: relative; aspect-ratio: 16/9; background: #000; }
.sv-reel-media iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.sv-reel-foot {
  padding: 16px 20px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.sv-reel-foot .r-name {
  font-family: var(--f-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.sv-reel-foot .r-meta {
  font-family: var(--f-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-top: 3px;
}
.sv-reel-foot .r-link { font-weight: 700; font-size: 13px; white-space: nowrap; }
.sv-reel-foot .r-link:hover { color: var(--blue-deep); }
@media (max-width: 880px) { .sv-reel { grid-template-columns: 1fr; } }

/* ---------- Case studies (reuses .case-* from styles.css) ---------- */
.sv-cases-section { background: var(--bg); }

/* ---------- Why a small studio ---------- */
.sv-why-section { background: var(--bg-2); }
.sv-why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sv-why-card {
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.sv-why-card:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
.sv-why-card h3 {
  font-family: var(--f-display);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.sv-why-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; max-width: 56ch; }
.sv-why-card p strong { font-weight: 600; color: var(--ink); }
.sv-why-card p + p { margin-top: 10px; }
.sv-why-card a { color: var(--blue-deep); font-weight: 600; border-bottom: 1px solid rgba(27,123,168,0.35); }
.sv-why-card a:hover { border-color: var(--blue-deep); }

.sv-clients {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}
.sv-client {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 5px 11px;
  border-radius: 100px;
  background: var(--bg-2);
  border: 1.5px solid var(--ink);
  white-space: nowrap;
}
@media (max-width: 880px) { .sv-why-grid { grid-template-columns: 1fr; } }

/* ---------- How it goes ---------- */
.sv-process-section { background: var(--bg); }
.sv-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: sv-step; }
.sv-step {
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 26px 24px 28px;
  position: relative;
}
.sv-step .s-num {
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  border: 2px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sv-step:nth-child(4) .s-num { background: var(--blue); color: var(--ink); }
.sv-step h3 {
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: 8px;
}
.sv-step p { font-size: 14px; color: var(--muted); line-height: 1.55; }
@media (max-width: 1000px) { .sv-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .sv-steps { grid-template-columns: 1fr; } }

/* ---------- Closing block ---------- */
.sv-close-section { padding: 100px var(--pad); background: var(--bg-2); }
.sv-close {
  max-width: var(--container);
  margin: 0 auto;
  background: var(--ink);
  color: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 60px);
  box-shadow: 8px 8px 0 var(--blue);
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
}
.sv-close .eyebrow {
  font-family: var(--f-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue-soft);
  margin-bottom: 14px;
}
.sv-close h2 {
  font-family: var(--f-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin-bottom: 16px;
}
.sv-close h2 em { font-style: italic; font-weight: 400; color: var(--blue); }
.sv-close p { color: rgba(255,255,255,0.72); font-size: 1.05rem; line-height: 1.6; max-width: 52ch; }
.sv-close-action { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.sv-close-action .btn-primary { background: var(--blue); color: var(--ink); border-color: var(--blue); }
.sv-close-action .btn-primary:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.sv-close-action .btn-ghost { color: var(--paper); border-color: rgba(255,255,255,0.4); }
.sv-close-action .btn-ghost:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.sv-close-mail {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--paper);
  opacity: 0.7;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.sv-close-mail:hover { opacity: 1; border-color: var(--blue-soft); }
@media (max-width: 880px) { .sv-close { grid-template-columns: 1fr; gap: 28px; } }

/* ============================================================
   FAQ  (#faq)
   Plain visible q/a — deliberately not <details>. The text has to be
   crawlable and rendered for the FAQPage JSON-LD in the <head> to count;
   collapsed accordions are a weaker signal for no design gain here.
   Mirrors .sv-why-card's flat-shadow card idiom.
   ============================================================ */
.sv-faq-section { background: var(--bg-2); }
.sv-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.sv-faq-item {
  background: var(--paper);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 26px;
}
.sv-faq-item h3 {
  font-family: var(--f-display);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.sv-faq-item p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 60ch;
}
.sv-faq-item p + p { margin-top: 10px; }
.sv-faq-item p strong { font-weight: 600; color: var(--ink); }
.sv-faq-item a { color: var(--blue-deep); font-weight: 600; border-bottom: 1px solid rgba(27,123,168,0.35); }
.sv-faq-item a:hover { border-color: var(--blue-deep); }
@media (max-width: 880px) { .sv-faq { grid-template-columns: 1fr; } }

/* ============================================================
   LANGUAGE SWITCH  (EN ⇄ pt-BR)
   Sits in the breadcrumb row. Kept as a real <a> to the alternate page so
   it is a crawlable link, not JS locale detection — the hreflang pair in
   <head> and this link have to agree.
   ============================================================ */
.sv-lang {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.sv-lang a {
  color: var(--ink);
  font-weight: 700;
  border-bottom: 1px solid rgba(15,20,25,0.25);
}
.sv-lang a:hover { color: var(--blue-deep); border-color: var(--blue-deep); }
.sv-breadcrumb { flex-wrap: wrap; }
