:root {
  --navy: #07182d;
  --navy-2: #102d49;
  --red: #b61e31;
  --teal: #087f79;
  --gold: #d8ae50;
  --paper: #ffffff;
  --cream: #f7f2e9;
  --mist: #f2f6f7;
  --ink: #142338;
  --muted: #647287;
  --line: #dfe6ec;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(182,30,49,.14), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(8,127,121,.16), transparent 28%),
    #e9edf2;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.review-banner { padding: 9px 14px; color: #765614; background: #fff2c9; border-bottom: 1px solid #e6cb79; text-align: center; font-size: 11px; font-weight: 800; }
.wrap { width: min(760px, calc(100% - 28px)); margin: 0 auto; padding: 22px 0 30px; }
.card { overflow: hidden; background: var(--paper); border: 1px solid rgba(7,24,45,.12); border-radius: 12px; box-shadow: 0 24px 70px rgba(7,24,45,.18); }
.hero { display: grid; grid-template-columns: 210px 1fr; min-height: 250px; color: #fff; background: linear-gradient(135deg, #07182d, #0d2c49 66%, #123b50); }
.hero-photo { width: 210px; height: 250px; object-fit: cover; object-position: center 18%; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 24px 28px; }
.agency-lockup { width: fit-content; max-width: 100%; margin-bottom: 23px; line-height: 1; }
.revive-lockup span { display: block; color: #fff; font-family: "Arial Black", Impact, sans-serif; font-size: 30px; font-weight: 900; letter-spacing: .15em; text-shadow: 0 1px 0 rgba(255,255,255,.35); }
.revive-lockup small { display: block; margin-top: 5px; color: #d4dbe3; font-size: 7.5px; font-weight: 850; letter-spacing: .19em; white-space: nowrap; }
.eyebrow { margin: 0 0 8px; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #e8c466; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { margin-bottom: 8px; color: #fff; font-size: clamp(35px, 6vw, 49px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.role { margin-bottom: 13px; color: #f6d47c; font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.hero-line { margin: 0; max-width: 390px; color: #dbe5ee; font-size: 14px; line-height: 1.5; }
.body-copy { padding: 24px; }
.intro { margin-bottom: 20px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.action-grid, .link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.button { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 15px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 850; text-align: center; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: #961526; }
.button-secondary { color: #fff; background: var(--teal); }
.button-secondary:hover { background: #056d68; }
.button-outline { color: var(--navy); border-color: #cbd5df; background: #fff; }
.button-muted { color: #758092; background: #edf1f4; cursor: default; }
.share-panel { margin: 10px 0; border: 1px solid var(--line); border-radius: 7px; background: #fafbfd; }
.share-panel summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 16px; color: var(--navy); cursor: pointer; list-style: none; font-size: 13px; font-weight: 850; }
.share-panel summary::-webkit-details-marker { display: none; }
.share-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 0 12px 12px; }
.share-actions a, .share-actions button { display: grid; place-items: center; min-height: 38px; padding: 8px; color: var(--navy); background: #fff; border: 1px solid #d9e0e7; border-radius: 5px; cursor: pointer; font-size: 11px; font-weight: 800; }
.share-status { min-height: 14px; margin: -4px 12px 10px; color: var(--teal); font-size: 11px; }
.services, .review-box, .license-box { margin-top: 24px; }
.section-heading h2, .review-box h2, .license-box h2 { margin-bottom: 0; color: var(--navy); font-size: 26px; font-weight: 500; letter-spacing: -.025em; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.mini-grid article { padding: 16px 14px; background: var(--cream); border: 1px solid #eee3d1; border-radius: 7px; }
.mini-grid span { color: var(--gold); font-size: 10px; font-weight: 900; }
.mini-grid h3 { margin: 8px 0 7px; color: var(--navy); font-size: 14px; }
.mini-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.review-box { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; align-items: center; padding: 20px; color: #fff; background: var(--navy); border-radius: 8px; }
.review-box .eyebrow { color: #e8c466; }
.review-box h2 { color: #fff; }
.review-box > p { margin: 0; color: #cdd8e4; font-size: 12px; line-height: 1.6; }
.license-box { padding: 20px; background: var(--mist); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 8px; }
.license-top { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.status-badge { padding: 8px 10px; color: #735611; background: #fff1c1; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.license-box > p { margin: 14px 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.license-link { display: flex; justify-content: space-between; align-items: center; min-height: 46px; padding: 0 15px; color: #fff; background: var(--teal); border-radius: 6px; font-size: 12px; font-weight: 850; }
.license-box small { display: block; margin-top: 10px; color: #748194; font-size: 9px; line-height: 1.5; }
footer { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 17px 3px 0; color: #6f7c8e; font-size: 9px; line-height: 1.5; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #f1ca66; outline-offset: 3px; }

@media (max-width: 640px) {
  body { background: #fff; }
  .wrap { width: 100%; padding: 0 0 24px; }
  .card { border: 0; border-radius: 0; box-shadow: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-photo { width: 100%; height: 340px; object-position: center 16%; }
  .hero-copy { padding: 25px 22px 28px; }
  .body-copy { padding: 22px 18px 26px; }
  .action-grid, .link-grid, .mini-grid, .review-box { grid-template-columns: 1fr; }
  .share-actions { grid-template-columns: 1fr 1fr; }
  .license-top { flex-direction: column; }
  .status-badge { align-self: flex-start; }
  footer { grid-template-columns: 1fr; padding: 18px; background: #eef2f5; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
