/* Client-approved Maps-style review cards within the existing navy section. */
.client-proof .section-heading { margin-bottom:36px; }
.client-proof .section-heading h2 { max-width:1100px; }
.reviews-layout { display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:48px;align-items:start; }
.reviews-feed,.letters-gallery { min-width:0;font-family:Roboto,Arial,sans-serif; }
.maps-rating { display:flex;align-items:center;gap:26px;padding:26px;border-radius:20px;background:#f3f4f5;color:#171717;margin-bottom:20px; }
.maps-rating>strong { font-size:80px;line-height:1;letter-spacing:-4px;font-weight:700; }
.maps-rating-copy { display:grid;gap:12px; }
.maps-stars { display:inline-flex;align-items:center;gap:3px; }
.maps-stars img { width:20px;height:20px;object-fit:contain; }
.maps-rating .maps-stars img { width:30px;height:30px; }
.maps-brandline { display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:16px;line-height:1.35; }
.maps-brandline img { width:132px;height:auto; }
.maps-review { padding:26px;margin:0 0 18px;background:#fff;border:1px solid #e9ebef;border-radius:20px;color:#202124; }
.maps-review header { display:flex;align-items:center;gap:14px;margin-bottom:18px; }
.maps-review .review-avatar-original { width:50px;height:50px;object-fit:cover;border-radius:50%;flex:none; }
.maps-review h3 { font-family:Roboto,Arial,sans-serif;font-size:21px;line-height:1.25;letter-spacing:0;margin:0 0 4px;color:#151515; }
.maps-review .review-status { display:block;color:#72767d;font-size:14px;line-height:1.4; }
.maps-review-meta { display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:14px; }
.maps-review-meta time { font-size:14px;color:#72767d;line-height:1.4; }
.maps-review blockquote { margin:0;color:#202124;font-size:18px;line-height:1.5;font-style:normal;font-weight:400; }
.maps-review .review-original { display:inline-flex;align-items:center;min-height:44px;margin-top:8px;font-size:14px;color:#526173;text-underline-offset:4px; }
.maps-reviews-link { display:flex;align-items:center;justify-content:center;gap:14px;padding:14px 20px;min-height:52px;border:1px solid #728197;border-radius:10px;text-align:center;color:#fff;text-decoration:none;font-size:17px;line-height:1.4; }
.maps-reviews-link img { width:24px;height:24px;object-fit:contain; }
.maps-reviews-link:hover { background:#15314e;border-color:#afc3dc; }
.letters-gallery { padding:24px;border:1px solid #344d66;border-radius:20px;background:#0d253d; }
.letters-gallery h3 { font-family:Roboto,Arial,sans-serif;font-size:23px;line-height:1.3;letter-spacing:0;color:white;margin:0 0 20px; }
.letter-stage { margin:0; }
.letter-open { display:flex;align-items:center;justify-content:center;position:relative;aspect-ratio:731/1046;max-width:430px;margin-inline:auto;background:white;border:1px solid #dce3eb;border-radius:8px;overflow:hidden;cursor:zoom-in; }
.letter-open>img { display:block;width:100%;height:100%;object-fit:contain; }
.letter-zoom-label { position:absolute;right:10px;bottom:10px;padding:7px 10px;border-radius:6px;background:#08213de8;color:#fff;font-size:12px;line-height:1.3; }
.letter-stage figcaption { margin-top:16px; }
.letter-stage figcaption strong { display:block;font-size:19px;line-height:1.35;color:white; }
.letter-stage figcaption span { display:block;font-size:14px;line-height:1.45;color:#b8c7d8;margin-top:4px;min-height:21px; }
.letter-navigation { display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 14px; }
.letter-arrow { display:grid;place-items:center;width:46px;height:46px;flex:none;border:1px solid #6d8197;border-radius:50%;background:transparent;cursor:pointer; }
.letter-arrow img { width:26px;height:26px;object-fit:contain; }
.letter-arrow--previous img { transform:rotate(180deg); }
.letter-arrow:hover { background:#1b3b5c;border-color:#a4c829; }
.letter-counter { color:#cfdbeb;font-size:15px;line-height:1.4; }
.letter-thumbnails { display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px; }
.letter-thumb { min-width:0;height:76px;min-height:44px;padding:4px;border:2px solid transparent;background:#223b52;border-radius:6px;cursor:pointer; }
.letter-thumb img { width:100%;height:100%;object-fit:contain;display:block; }
.letter-thumb[aria-pressed="true"] { border-color:var(--lime);background:#3e5364; }
.letters-gallery a:focus-visible,.letters-gallery button:focus-visible,.maps-review a:focus-visible,.maps-reviews-link:focus-visible,.letter-viewer :focus-visible { outline:3px solid #4d91ff;outline-offset:4px; }
.letter-viewer { position:fixed;inset:0;width:min(900px,calc(100% - 48px));max-width:none;max-height:calc(100dvh - 48px);margin:auto;padding:0;border:1px solid #59718b;border-radius:14px;background:#0b223c;color:white;overflow:auto;font-family:Roboto,Arial,sans-serif; }
.letter-viewer::backdrop { background:rgba(1,10,22,.86);backdrop-filter:blur(4px); }
.letter-viewer-header { position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 22px;background:#0b223c;z-index:1;border-bottom:1px solid #344d66; }
.letter-viewer-header h2 { margin:0;font-family:Roboto,Arial,sans-serif;font-size:19px;line-height:1.3;color:white; }
.letter-viewer-close { display:grid;place-items:center;width:44px;height:44px;flex:none;background:var(--paper);border:0;border-radius:50%;cursor:pointer; }
.letter-viewer-close img { width:22px;height:22px;object-fit:contain; }
.letter-viewer-image { display:block;width:calc(100% - 40px);max-width:731px;height:auto;margin:20px auto;background:white; }
.letter-viewer-footer { display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;position:sticky;bottom:0;background:#0b223c;border-top:1px solid #344d66; }
.letter-viewer-footer a { color:white;font-size:14px;text-underline-offset:4px;min-height:44px;display:flex;align-items:center; }
.letter-viewer-controls { display:flex;align-items:center;gap:14px; }
body.letter-viewer-open { overflow:hidden; }
body.letter-viewer-open .mobile-sticky-cta { display:none!important; }
@media (max-width:1100px) {
  .reviews-layout { gap:28px; }
  .maps-rating { gap:18px;padding:22px; }
  .maps-rating>strong { font-size:70px; }
  .maps-review,.letters-gallery { padding:22px; }
}
@media (max-width:900px) {
  .reviews-layout { grid-template-columns:minmax(0,1fr);gap:32px; }
  .letter-open { max-width:510px;margin-inline:auto; }
  .letter-thumbnails { max-width:510px;margin-inline:auto; }
}
@media (max-width:760px) {
  .client-proof .section-heading { margin-bottom:26px; }
  .client-proof .section-heading>p:last-child { font-size:18px;line-height:1.45; }
  .maps-rating { padding:20px;gap:20px;border-radius:16px; }
  .maps-rating>strong { font-size:68px;letter-spacing:-3px; }
  .maps-rating .maps-stars img { width:24px;height:24px; }
  .maps-rating-copy { gap:9px; }
  .maps-brandline { gap:6px;font-size:14px; }
  .maps-brandline img { width:118px; }
  .maps-review { padding:20px;border-radius:16px; }
  .maps-review h3 { font-size:20px; }
  .maps-review blockquote { font-size:17px;line-height:1.5; }
  .maps-review .review-avatar-original { width:46px;height:46px; }
  .maps-review-meta { gap:10px; }
  .maps-stars img { width:18px;height:18px; }
  .maps-reviews-link { padding:14px;font-size:16px; }
  .letters-gallery { padding:18px;border-radius:16px; }
  .letters-gallery h3 { font-size:22px; }
  .letter-thumbnails { gap:4px; }
  .letter-thumb { padding:2px; }
  .letter-viewer { width:100%;max-height:100dvh;border:0;border-radius:0; }
  .letter-viewer-header { padding:12px 16px; }
  .letter-viewer-header h2 { font-size:17px; }
  .letter-viewer-image { width:100%;margin:12px auto; }
  .letter-viewer-footer { padding:12px 16px calc(12px + env(safe-area-inset-bottom));gap:12px; }
  .letter-viewer-footer a { font-size:13px;max-width:108px; }
  .letter-viewer-controls { gap:8px; }
  .letter-viewer-controls .letter-arrow { width:44px;height:44px; }
}
@media (max-width:360px) {
  .maps-rating { gap:15px;padding:18px; }
  .maps-rating>strong { font-size:60px; }
  .maps-rating .maps-stars img { width:21px;height:21px; }
  .maps-review { padding:18px; }
  .maps-review header { gap:10px; }
  .maps-review .review-status { font-size:13px; }
  .letters-gallery { padding:14px; }
  .letter-thumbnails { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .letter-thumb { aspect-ratio:auto;height:60px; }
}
