:root{--red:#d81f2a;--red-dark:#b0121c;--blue:#1355a5;--blue-dark:#0d3d78;--ink:#14181d;--muted:#5b6570;--paper:#fff;--wash:#f2f5f9;--line:#dde3ea}*{box-sizing:border-box}body{color:var(--ink);background:var(--paper);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6}h1,h2,h3{letter-spacing:-.01em;line-height:1.15}a{color:var(--blue)}.wrap{max-width:1080px;margin:0 auto;padding:0 1.25rem}header.site{z-index:10;background:var(--paper);border-bottom:3px solid var(--red);position:sticky;top:0}header.site .wrap{align-items:center;gap:1rem;padding-top:.5rem;padding-bottom:.5rem;display:flex}header.site img{width:auto;height:56px}header.site .brand{color:var(--ink);align-items:center;gap:.6rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex}header.site nav{flex-wrap:wrap;gap:.25rem;margin-left:auto;display:flex}header.site nav a{color:var(--ink);border-radius:6px;padding:.45rem .8rem;font-weight:600;text-decoration:none}header.site nav a:hover,header.site nav a[aria-current=page]{background:var(--wash);color:var(--blue)}@media (width<=680px){header.site .wrap{flex-direction:column;gap:.15rem;padding-bottom:.4rem}header.site img{height:38px}header.site nav{flex-wrap:nowrap;max-width:100%;margin-left:0;overflow-x:auto}header.site nav a{white-space:nowrap;padding:.3rem .55rem;font-size:.9rem}}.hero{color:#fff;text-align:center;background:linear-gradient(160deg,#1355a5c7 0%,#092852d9 100%),url(../../../header.jpg) 50% 65%/cover no-repeat;padding:4rem 1.25rem 4.5rem}.hero img{background:#fff;border-radius:50%;height:190px;padding:.5rem}.hero h1{margin:1.25rem 0 .5rem;font-size:clamp(2rem,5vw,3.2rem)}.hero p{color:#dbe7f7;max-width:42rem;margin:0 auto 2rem;font-size:1.2rem}.btn{cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-block}.btn.red{background:var(--red);color:#fff}.btn.red:hover{background:var(--red-dark)}.btn.ghost{color:#fff;background:0 0;border:2px solid #fff8}.btn.ghost:hover{border-color:#fff}.btn.blue{background:var(--blue);color:#fff}.btn.blue:hover{background:var(--blue-dark)}section.band{padding:3.5rem 0}section.band.alt{background:var(--wash)}.kicker{color:var(--red);text-transform:uppercase;letter-spacing:.12em;margin:0 0 .25rem;font-size:.8rem;font-weight:800}.cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.card{background:var(--paper);border:1px solid var(--line);border-top:4px solid var(--red);border-radius:10px;padding:1.25rem 1.4rem}.card h3{margin:0 0 .4rem}.card h3 a{color:inherit;text-decoration:none}.card h3 a:hover{color:var(--blue);text-decoration:underline}.card p{color:var(--muted);margin:0}label.field{margin:.9rem 0 .25rem;font-weight:600;display:block}input,select,textarea{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:8px;padding:.6rem .7rem}input:focus,select:focus,textarea:focus{outline:2px solid var(--blue);outline-offset:1px}.notice{border-radius:8px;margin:1rem 0;padding:.8rem 1rem;font-weight:600}.notice.ok{color:#14652f;background:#e7f5ec}.notice.err{color:var(--red-dark);background:#fdebec}.split{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}@media (width<=720px){.split{grid-template-columns:1fr}}@media (width>=721px){.split.flip>:first-child{order:2}}.photo{border-radius:12px;width:100%;display:block}figure.photo-fig{margin:0}figure.photo-fig figcaption{color:var(--muted);text-align:right;margin-top:.4rem;font-size:.8rem}footer.site{background:var(--ink);color:#aab4bf;text-align:center;margin-top:4rem;padding:2.5rem 0}footer.site strong{color:#fff}.agency-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin:1.25rem 0 .5rem;display:flex}.agency-chip{background:#fff;border-radius:8px;align-items:center;padding:.45rem .8rem;display:flex}.agency-chip img{width:auto;height:32px;display:block}.group-logo{vertical-align:middle;width:auto;height:26px;margin-left:.6rem}
