:root {
  --navy: #071a34;
  --navy-2: #102d52;
  --blue: #bf1818;
  --blue-soft: #dce8ff;
  --gold: #d9ae4f;
  --paper: #fff;
  --cream: #f8f3e9;
  --mist: #f3f6fa;
  --ink: #13213a;
  --muted: #647288;
  --line: #dfe5ed;
}
* { 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 8% 0%, rgba(43,98,217,.19), transparent 31%), radial-gradient(circle at 92% 90%, rgba(217,174,79,.12), transparent 28%), #e8edf4; 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, select { 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,26,52,.12); border-radius: 12px; box-shadow: 0 24px 70px rgba(7,26,52,.18); }
.hero { display: grid; grid-template-columns: 210px 1fr; min-height: 250px; color: #fff; background: linear-gradient(135deg, #071a34, #10345e 66%, #174a72); }
.hero-photo { width: 210px; height: 250px; object-fit: cover; object-position: center 10%; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 23px 28px; }
.agency-lockup { display: flex; align-items: center; gap: 11px; width: fit-content; max-width: 100%; margin-bottom: 20px; }
.hlg-mark { display: grid; place-items: center; width: 52px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.65); outline: 1px solid var(--gold); outline-offset: -5px; font-size: 15px; font-weight: 900; letter-spacing: -.04em; }
.hlg-words { display: grid; line-height: 1; }
.hlg-words strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 23px; letter-spacing: .08em; }
.hlg-words small { margin-top: 5px; color: #d8e2ee; font-size: 8px; font-weight: 900; letter-spacing: .32em; }
.eyebrow { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #edcc76; }
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: #f4d47f; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.hero-line { margin: 0; color: #dbe5ef; font: italic 17px/1.45 Georgia, "Times New Roman", serif; }
.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(--blue); }
.button-primary:hover { background: #1c4eb7; }
.button-secondary { color: var(--navy); background: var(--gold); }
.button-secondary:hover { background: #c99c36; }
.button-outline { color: var(--navy); border-color: #cad5e1; background: #fff; }
.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(--blue); font-size: 11px; }
.services, .review-box, .credentials, .license-box { margin-top: 24px; }
.section-heading h2, .review-box h2, .credentials 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: #ad7d1b; 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: #edcb72; }
.review-box h2 { color: #fff; }
.review-box > p { margin: 0; color: #cfdae7; font-size: 12px; line-height: 1.6; }
.credentials { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px; background: var(--mist); border-left: 3px solid var(--gold); border-radius: 8px; }
.credentials h2 { font-size: 24px; }
.credentials p:not(.eyebrow) { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.npn { padding: 0; color: var(--navy); background: transparent; border: 0; cursor: pointer; text-align: right; }
.npn span, .npn small { display: block; }
.npn span { color: var(--blue); font-size: 21px; font-weight: 900; letter-spacing: .04em; }
.npn small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.license-box { padding: 20px; background: var(--mist); border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 8px; }
.license-top { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.status-badge { padding: 8px 10px; color: #174695; background: var(--blue-soft); 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-box label { display: block; margin-bottom: 6px; color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.license-box select { width: 100%; min-height: 45px; padding: 0 13px; color: var(--navy); background: #fff; border: 1px solid #cfd8e3; border-radius: 6px; font-weight: 750; }
.license-detail { margin: 12px 0; padding: 14px; background: #fff; border: 1px solid #dce3eb; border-radius: 6px; }
.license-state { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.license-state strong, .license-state span { display: block; }
.license-state strong { color: var(--navy); font-size: 14px; }
.license-state span { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.license-state > a { color: var(--blue); font-size: 11px; font-weight: 850; white-space: nowrap; }
.license-detail dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; }
.license-detail dl > div { padding: 10px; background: #f5f7fa; }
.license-detail dt { color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.license-detail dd { margin: 4px 0 0; color: var(--navy); font-size: 11px; line-height: 1.4; }
.license-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.license-actions a, .disabled-link { display: flex; align-items: center; justify-content: space-between; min-height: 40px; padding: 8px 11px; color: #fff; background: var(--blue); border-radius: 5px; font-size: 10px; font-weight: 850; }
.license-actions a + a { color: var(--navy); background: var(--blue-soft); }
.disabled-link { color: #798598; background: #edf1f5; }
.license-link { display: flex; justify-content: space-between; align-items: center; min-height: 46px; padding: 0 15px; color: #fff; background: var(--blue); 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; }
.toast { position: fixed; right: 18px; bottom: 18px; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 6px; opacity: 0; transform: translateY(8px); pointer-events: none; transition: .18s ease; font-size: 12px; font-weight: 800; }
.toast.show { opacity: 1; transform: translateY(0); }
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, select: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 10%; }
  .hero-copy { padding: 25px 22px 28px; }
  .body-copy { padding: 22px 18px 26px; }
  .action-grid, .link-grid, .mini-grid, .review-box, .license-detail dl, .license-actions { grid-template-columns: 1fr; }
  .share-actions { grid-template-columns: 1fr 1fr; }
  .license-top, .credentials, .license-state { flex-direction: column; }
  .status-badge { align-self: flex-start; }
  .npn { text-align: left; }
  footer { grid-template-columns: 1fr; padding: 18px; background: #eef2f5; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition-duration: .01ms !important; } }

.hero-photo{object-position:center 32%}.hero{background:linear-gradient(135deg,#071a34,#50151b)}.hlg-words strong{font-size:20px}.button-primary:hover{background:#9e1414}
.parker-card-logo{width:156px;height:100px;object-fit:cover;object-position:center;border-radius:4px}.agency-lockup{margin-bottom:14px}.hero{min-height:300px}.hero-photo{height:100%;min-height:300px}.hero-copy{padding:20px 26px}@media(max-width:600px){.hero-photo{min-height:0}}.parker-card-logo{height:120px;object-position:center 48%}

.hero-photo{object-position:center 24%;}
