@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;700;900&family=Space+Grotesk:wght@400;500&display=swap');

:root {
  --ink: #111111;
  --paper: #fafafa;
  --accent: #e8352e;
  --muted: #666666;
  --line: #dddddd;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body { background: var(--paper); color: var(--ink); font-family: 'Space Grotesk', sans-serif; line-height: 1.5; overflow-x: hidden; max-width: 100%; }
h1, h2, h3 { overflow-wrap: break-word; }
a { color: inherit; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }

.agency-topbar {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--ink); color: #fff; padding: 10px 20px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  text-align: center;
}
.agency-topbar img { height: 18px; width: 18px; border-radius: 3px; flex-shrink: 0; }
.agency-topbar span { color: #fff; }

header.site-nav { display: flex; justify-content: space-between; align-items: center; padding: 28px 64px; position: relative; }
.wordmark { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 22px; letter-spacing: -0.02em; text-decoration: none; }
.wordmark span { color: var(--accent); }
.brand-block { display: flex; align-items: center; gap: 12px; }
.wordmark-badge {
  display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted);
  border-left: 1px solid var(--line); padding-left: 12px;
}
.wordmark-badge img { height: 14px; width: 14px; }
.nav-right { display: flex; align-items: center; gap: 24px; }
nav.links { display: flex; gap: 32px; font-size: 13px; font-weight: 500; }
nav.links a { text-decoration: none; }
nav.links a:hover { color: var(--accent); }
.lang-toggle { font-size: 12px; font-weight: 500; }
.lang-toggle a { text-decoration: none; opacity: 0.5; }
.lang-toggle a.active { opacity: 1; color: var(--accent); }
.nav-toggle { display: none; background: none; border: none; font-size: 22px; line-height: 1; cursor: pointer; color: var(--ink); padding: 0; }

.page-hero { padding: 40px 64px 0; }
.page-hero h1 { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 76px; line-height: 0.95; letter-spacing: -0.03em; }
.page-hero h1 .accent { color: var(--accent); }
.page-hero h1.hero-h1-long { font-size: 62px; }
.eyebrow { font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 14px; }

.stat-strip { display: flex; margin-top: 30px; }
.stat-strip div { flex: 1; padding: 32px 0; border-right: 1px solid var(--line); border-top: 4px solid var(--ink); }
.stat-strip div:first-child { padding-left: 0; }
.stat-strip div:last-child { border-right: none; }
.stat-strip b { display: block; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 34px; color: var(--accent); }
.stat-strip span { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }

.cta { background: var(--ink); color: var(--paper); padding: 16px 32px; font-size: 14px; font-weight: 500; text-decoration: none; display: inline-block; border: none; cursor: pointer; }
.cta:hover { background: var(--accent); }
.cta.ghost { background: transparent; color: var(--ink); border: 2px solid var(--ink); padding: 14px 30px; }
.cta.ghost:hover { border-color: var(--accent); color: var(--accent); }

.section { padding: 70px 64px; }
.section h2 { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 42px; letter-spacing: -0.02em; margin-bottom: 24px; }
.section p.lead { font-size: 17px; color: var(--muted); max-width: 640px; margin-bottom: 20px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; align-items: center; }

.card { border: 1px solid var(--line); padding: 24px; }
.card h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 10px; }
.card p { font-size: 14px; color: var(--muted); }
.card .tag { display: inline-block; font-size: 11px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }

.placeholder-note {
  background: #fff3f2; border-left: 4px solid var(--accent); padding: 14px 20px;
  font-size: 13px; color: #7a1e1a; margin: 20px 0;
}

.hero-image { width: 100%; height: 460px; object-fit: cover; background: #e0e0e0; }

.path-tabs { display: flex; border-bottom: 2px solid var(--line); margin-bottom: 40px; gap: 0; }
.path-tab {
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.02em;
  background: none; border: none; cursor: pointer; color: var(--muted);
  padding: 16px 28px 16px 0; margin-right: 28px; border-bottom: 3px solid transparent; margin-bottom: -2px;
}
.path-tab:hover { color: var(--ink); }
.path-tab.active { color: var(--ink); border-bottom-color: var(--accent); }
.path-panel { display: none; }
.path-panel.active { display: block; }
.path-panel .grid-2 { align-items: center; }

.faq { max-width: 780px; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; position: relative; padding-right: 30px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 0; font-size: 20px; color: var(--accent); }
.faq details[open] summary::after { content: '−'; }
.faq p { font-size: 14px; color: var(--muted); margin-top: 12px; max-width: 680px; }

.cost-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.timeline { border-left: 2px solid var(--line); margin-left: 10px; padding-left: 30px; max-width: 720px; }
.timeline-item { position: relative; padding-bottom: 32px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ''; position: absolute; left: -36px; top: 4px; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }
.timeline-item .year { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 18px; color: var(--accent); display: block; margin-bottom: 4px; }
.timeline-item h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; margin-bottom: 6px; }
.timeline-item p { font-size: 14px; color: var(--muted); }

.cost-table th, .cost-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.cost-table th { font-family: 'Archivo', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); }
.cost-table td:last-child, .cost-table th:last-child { color: var(--muted); }

.brand-bar { display: flex; align-items: center; gap: 16px; padding: 24px 64px; background: #fff3f2; }
.brand-bar img.brand-bar-mark { height: 32px; width: 32px; border-radius: 4px; }
.brand-bar span { font-size: 12px; color: #7a1e1a; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }

footer { border-top: 4px solid var(--ink); padding: 50px 64px; margin-top: 60px; }
footer .grid-3 { margin-bottom: 30px; }
footer h4 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; color: var(--muted); }
footer p, footer a { font-size: 14px; text-decoration: none; }
.legal-note { font-size: 11px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 20px; margin-top: 20px; }

@media (max-width: 900px) {
  header.site-nav, .page-hero, .section, footer { padding-left: 24px; padding-right: 24px; }
  .wordmark-badge { display: none; }
  .agency-topbar { font-size: 10.5px; padding: 10px 16px; }
  .agency-topbar img { height: 15px; width: 15px; }
  .nav-toggle { display: block; }
  nav.links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--paper);
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    padding: 8px 24px; z-index: 100;
  }
  nav.links.open { display: flex; }
  nav.links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  nav.links a:last-child { border-bottom: none; }
  .page-hero h1, .page-hero h1.hero-h1-long { font-size: 30px; }
  .stat-strip { flex-direction: column; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
}
