/* A softer, photo-led Mr. Box design. The base sheet owns secondary page layout. */
.box-offer-home{width:min(1200px,calc(100% - 56px));margin:30px auto 70px;display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center;padding:40px 44px;background:#f5f0e6;border:1px solid #eadfcd;border-radius:30px}
.box-offer-home h2{font-size:clamp(34px,5.4vw,64px);font-weight:900;line-height:1.02;letter-spacing:-.045em;margin:0 0 12px;white-space:nowrap}
.box-offer-home h2>span{color:#087eaf}
.box-offer-home p{font-size:14px;max-width:420px}
.box-offer-home .box-offer-promise{font-size:19px;font-weight:750;line-height:1.35;margin:0 0 12px;color:#14394c}
.box-offer-home .box-offer-how{line-height:1.6;margin:0 0 20px;color:#526773}
.home-box-counts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.home-box-counts>div{background:#fffdf9;border:1px solid #e6dbcb;padding:23px 8px;border-radius:17px;text-align:center}
.home-box-counts strong{display:block;font-size:42px;line-height:1.25;color:#087eaf;letter-spacing:-.05em}
.home-box-counts span{display:block;font-size:11px}
.home-box-counts .home-box-label{font-size:12px;font-weight:800;color:#14394c}
.home-box-counts .home-box-size{margin-top:8px;color:#526773}
.box-offer-home .box-offer-note{font-size:12px;max-width:none;line-height:1.6;margin:18px 0 0;color:#526773}
@media(max-width:850px){.box-offer-home{gap:28px;padding:32px}.box-offer-home .box-offer-promise{font-size:17px}.home-box-counts strong{font-size:32px}.home-box-counts .home-box-label{font-size:10px;white-space:nowrap}}
@media(max-width:760px){.box-offer-home{grid-template-columns:1fr;gap:26px}}
@media(max-width:600px){.box-offer-home{width:calc(100% - 36px);grid-template-columns:1fr;padding:28px 24px;gap:26px;margin-bottom:45px}.box-offer-home h2{font-size:clamp(32px,10.6vw,52px)}.home-box-counts{gap:7px}.home-box-counts>div{padding:17px 3px}.home-box-counts span{font-size:10px}.home-box-counts .home-box-label{font-size:10px}}
@media(max-width:360px){.home-box-counts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}
:root {
  --paper: #fffdf9;
  --cream: #f5f1e9;
  --blue-dark: #153e53;
  --blue-ink: #12384b;
  --muted: #5d707b;
  --radius: 32px;
}
[hidden] { display: none !important; }
body { background: var(--paper); -webkit-font-smoothing: antialiased; }
:focus-visible { outline: 3px solid #0087ca; outline-offset: 5px; }
section[id] { scroll-margin-top: 122px; }
.preview-ribbon { padding: 5px 16px; background: #14394c; font-size: 10px; letter-spacing: .08em; }
.site-header {
  width: min(1280px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 15px 25px;
  min-height: 82px;
  top: 12px;
  grid-template-columns: 184px 1fr auto;
  gap: 22px;
  border: 1px solid #e6ecee;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 35px #173b5010;
}
.brand img { width: 180px; }
.site-header nav { gap: clamp(10px, 1.35vw, 21px); }
.site-header nav a { font-size: 13px; font-weight: 650; }
.header-phone { border: 0; border-radius: 999px; padding: 9px 18px; background: #eef6f8; }
.header-phone small { font-size: 10px; }
.header-phone strong { font-size: 15px; }
.header-phone-compact { display: none; }
.header-phone { transition: background .2s, box-shadow .2s; }
.header-phone:hover { background: #e0f0f5; box-shadow: 0 5px 16px #14384d12; }
.button { gap: 16px; min-height: 54px; border-radius: 999px; padding: 15px 24px; font-size: 14px; font-weight: 750; transition: transform .22s, box-shadow .22s, background .22s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: #097eaf; box-shadow: 0 10px 25px #087fc429; }
.button.primary:hover { background: #066d98; box-shadow: 0 14px 30px #087fc438; }
.button.ghost { border-color: #c5d6de; background: #ffffffb3; }
.eyebrow { font-size: 11px; letter-spacing: .14em; font-weight: 800; color: #0876a4; }
.hero h1, .section-heading h2, .page-hero h1, .tab-panel h3,
.area-callout h2, .gallery-tile b, .home-faq h2, .review-band h2,
.closing-cta h2, .contact-card h2, .article header h1,
.article-body h2, .link-cards h2, .wide-photo h2, .contact-guide h2 {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 720;
  letter-spacing: -.055em;
}
.hero {
  width: min(1320px, calc(100% - 32px));
  min-height: 0;
  margin: 24px auto 0;
  padding: 54px 48px 66px;
  grid-template-columns: 1fr 1.03fr;
  gap: 45px;
  align-items: center;
  border-radius: 58px;
  background: radial-gradient(ellipse at 83% 74%, #dceff6 0, transparent 55%), radial-gradient(ellipse at 10% 20%, #f6ead8 0, transparent 68%), #f8faf7;
  overflow: hidden;
}
.hero:before { width: 480px; height: 480px; border-width: 70px; bottom: -45%; right: -12%; }
.hero-copy { padding: 0; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #378b70; box-shadow: 0 0 0 5px #378b7012; }
.hero h1 { font-size: clamp(46px, 4.8vw, 68px); line-height: 1.06; letter-spacing: -.065em; }
.hero h1>span { color: #0b84b4; }
.hero-copy>p:not(.eyebrow) { margin: 24px 0; max-width: 460px; font-size: 17px; line-height: 1.75; }
.hero-actions { gap: 10px; margin-top: 4px; }
.trust-row { gap: 27px; margin-top: 32px; font-size: 11px; }
.trust-row strong { margin-bottom: 3px; font-size: 16px; }
.hero-visual { min-height: 0; height: 490px; margin: 0; }
.hero-photo { height: 100%; border-radius: 150px 44px 130px 44px; object-position: 52% center; box-shadow: 0 25px 50px #183c5120; }
.hero-visual:after { display: none; }
.hero-photo-note { position: absolute; z-index: 3; bottom: 24px; left: -24px; display: flex; align-items: center; gap: 15px; padding: 20px 24px; border: 1px solid #ffffffd9; border-radius: 25px; background: #fffffff0; box-shadow: 0 12px 40px #14384d20; }
.hero-photo-note>span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: white; background: #b67e35; font-size: 25px; }
.hero-photo-note strong { display: block; color: #183c51; font-size: 15px; line-height: 1.3; }
.hero-photo-note small { display: block; margin-top: 5px; color: #647580; font-size: 11px; }
.mascot { top: -16px; right: -14px; bottom: auto; width: 112px; border: 7px solid white; filter: drop-shadow(0 10px 16px #14384d1a); }
.section { padding: 90px 0; }
.section-heading { grid-template-columns: 1.3fr .7fr; gap: 10px 48px; margin-bottom: 36px; }
.section-heading .eyebrow { margin-bottom: 5px; }
.section-heading h2 { font-size: clamp(34px, 3.7vw, 50px); line-height: 1.12; }
.section-heading>p:last-child { max-width: 330px; justify-self: end; font-size: 15px; line-height: 1.7; }
.service-grid { grid-template-columns: 1fr 1fr; gap: 28px; border: 0; border-radius: 0; overflow: visible; box-shadow: none; }
.service-grid .service-card { min-width: 0; min-height: 0; padding: 0; border: 1px solid #e7eceb; border-radius: 34px; overflow: hidden; background: white; box-shadow: 0 12px 40px #173b5008; transition: transform .3s, box-shadow .3s; }
.service-grid .service-card:hover { background: white; transform: translateY(-5px); box-shadow: 0 22px 45px #173b5017; }
.service-photo { position: relative; height: 275px; overflow: hidden; }
.service-photo>img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.service-card:nth-child(2) .service-photo>img { object-position: 50% 34%; }
.service-card:hover .service-photo>img { transform: scale(1.035); }
.service-grid .service-tag { position: absolute; bottom: 16px; left: 20px; max-width: calc(100% - 40px); padding: 8px 14px; border-radius: 999px; color: #153e53; background: #fffffff0; font-size: 11px; font-weight: 700; }
.service-body { padding: 26px 30px 24px; }
.service-grid h3 { margin: 0 0 11px; font-size: 25px; font-weight: 750; letter-spacing: -.035em; }
.service-grid p { min-height: 52px; font-size: 14px; line-height: 1.75; }
.service-pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 23px; padding: 0; list-style: none; }
.service-pills li { padding: 6px 11px; border-radius: 999px; color: #52666f; background: #f1f6f7; font-size: 11px; }
.service-link { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid #eaf0f1; font-size: 13px; font-weight: 750; text-decoration: none; }
.service-grid .service-link>span { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; color: #087ca8; background: #eaf5f8; font-size: 18px; transition: transform .2s; }
.service-link:hover>span { transform: rotate(45deg); }
.area-callout { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 58px 64px; grid-template-columns: 1fr auto; gap: 35px; border-radius: 48px 100px 48px 48px; background: radial-gradient(circle at 85% 10%,#22657e,transparent 60%),#153e53; }
.area-callout>div { position: relative; z-index: 2; }
.area-callout .eyebrow { color: #a9dbe9; margin-bottom: 12px; }
.area-callout h2 { font-size: clamp(34px,4vw,50px); line-height: 1.12; }
.area-callout p:not(.eyebrow) { max-width: 500px; margin-top: 18px; font-size: 14px; }
.area-callout .button { grid-column: auto; grid-row: auto; align-self: center; white-space: nowrap; }
.area-callout:after { right: -60px; bottom: -110px; width: 380px; height: 380px; border-width: 55px; }
.verify { width: min(1180px,calc(100% - 48px)); }
.verify-grid { gap: 18px; }
.verify-grid article { min-height: 320px; padding: 26px; border-radius: 30px; border-color: #e4ecef; background: #fff; box-shadow: 0 10px 30px #173b5005; }
.verify-grid img { width: 66px; height: 66px; margin-bottom: 25px; border-radius: 50%; }
.verify-grid h3 { font-size: 17px; line-height: 1.3; letter-spacing: -.025em; }
.verify-grid p { font-size: 13px; line-height: 1.7; }
.verify-grid a { font-size: 12px; }
.transparency { padding-top: 20px; gap: 25px 38px; grid-template-columns: 320px 1fr; }
.transparency .section-heading h2 { font-size: 42px; }
.tabs { gap: 10px; }
.tabs button { padding: 14px 22px; border-radius: 999px; border: 0; background: #edf4f5; font-size: 13px; font-weight: 650; }
.tabs button[aria-selected=true] { background: #153e53; }
.tab-panel { align-self: stretch; min-height: 340px; padding: 54px; border-radius: 56px 56px 100px 56px; background: radial-gradient(ellipse at 100% 100%,#2e91ab,transparent 80%),#123f57; box-shadow: none; }
.tab-panel h3 { font-size: 38px; line-height: 1.12; }
.tab-panel p { font-size: 15px; line-height: 1.8; }
.tab-panel a { display: inline-block; margin-top: 10px; font-size: 13px; }
#gallery { padding-top: 30px; }
.gallery-grid { gap: 24px; }
.gallery-tile { height: 350px; border-radius: 38px; isolation: isolate; }
.gallery-tile:first-child { border-top-left-radius: 85px; }
.gallery-tile:last-child { border-bottom-right-radius: 85px; }
.gallery-tile b { font-size: 29px; letter-spacing: -.04em; }
.gallery-tile span { left: 30px; right: 30px; bottom: 27px; gap: 15px; }
.gallery-tile small { font-size: 11px; white-space: nowrap; }
.review-band { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 24px; grid-template-columns: 1fr 1fr; gap: 55px; border-radius: 50px; background: #f1e8d9; color: #153e53; }
.review-photo { min-width: 0; height: 340px; }
.review-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 32px 90px 32px 32px; }
.review-band>div:last-child { padding: 15px 25px 15px 0; }
.review-band .eyebrow { color: #906324; font-size: 10px; }
.review-band h2 { margin: 14px 0; font-size: 44px; line-height: 1.12; }
.review-band p:not(.eyebrow) { max-width: 380px; color: #646d6c; font-size: 14px; line-height: 1.75; }
.review-band .button { margin-top: 22px; font-size: 12px; }
.home-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.home-faq h2 { margin: 14px 0 22px; color: #153e53; font-size: clamp(34px,3.8vw,48px); line-height: 1.12; }
.faq-intro>p:not(.eyebrow) { max-width: 330px; margin-bottom: 22px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.text-link { font-weight: 750; font-size: 13px; }
.faq-list { gap: 12px; }
.faq-item { border-color: #e3ebed; border-radius: 24px; transition: background .2s; }
.faq-item:has(button[aria-expanded=true]) { background: #eef6f8; border-color: #cde1e8; }
.faq-item>button { align-items: center; gap: 18px; padding: 23px 25px; background: transparent; font-size: 14px; font-weight: 700; line-height: 1.6; }
.faq-item>button b { display: grid; place-items: center; flex-shrink: 0; width: 29px; height: 29px; border-radius: 50%; color: #087fa8; background: #e8f2f5; font-weight: 400; font-size: 20px; }
.faq-item>div { padding: 0 25px 24px; color: #47606d; font-size: 14px; line-height: 1.85; }
.faq-item>div p+p { margin-top: 12px; }
.faq-item .text-link { display: inline-block; margin-top: 15px; }
.closing-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1180px,calc(100% - 48px)); margin: 0 auto 90px; padding: 45px 50px; border-radius: 36px; background: #eaf5f7; }
.closing-cta .eyebrow { margin-bottom: 9px; }
.closing-cta h2 { margin: 0; color: #153e53; font-size: 40px; line-height: 1.15; }
.page-hero { width: min(1320px,calc(100% - 32px)); margin: 24px auto 0; padding: 70px max(5vw,24px); border-radius: 52px 100px 52px 52px; background: radial-gradient(ellipse at 90% 100%,#207e9e,transparent 70%),#143e54; }
.page-hero h1 { max-width: 800px; font-size: clamp(38px,5vw,65px); line-height: 1.1; }
.page-hero>.eyebrow { color: #9dd5e6; }
.page-hero>p:not(.eyebrow) { font-size: 16px; }
.contact-options>a,.contact-guide,.resource-card,.blog-card,.link-cards>a,.photo-card,.review-score,.wide-photo,.contact-card,.article aside { border-radius: 30px; }
.blog-card h2 { font-family: inherit; font-size: 23px; letter-spacing: -.035em; }
.article header h1 { font-size: clamp(34px,4.5vw,56px); line-height: 1.12; }
.lightbox { height: fit-content; border-radius: 32px; }
.lightbox-meta { align-items: center; }
.lightbox-meta a { flex-shrink: 0; font-size: 13px; }
.review-sites { gap: 22px; }
.review-sites .review-site-card { display: flex; flex-direction: column; min-width: 0; gap: 23px; padding: 34px; border: 1px solid var(--review-line); border-top: 4px solid var(--review-accent); color: var(--review-ink); background: var(--review-bg); box-shadow: 0 12px 35px #173b5007; transition: transform .2s, box-shadow .2s; }
.review-site-moverindex { --review-accent: #0f766e; --review-ink: #164e49; --review-line: #c8e1d7; --review-bg: linear-gradient(135deg,#edf8f3,#e0f0e9); }
.review-site-report { --review-accent: #b08535; --review-ink: #433724; --review-line: #e6d9bf; --review-bg: linear-gradient(135deg,#fffaf0,#f1e7d2); }
.review-sites .review-site-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px #173b5014; }
.review-sites .review-site-card:focus-visible { outline: 3px solid var(--review-accent); outline-offset: 5px; }
.review-site-brand { display: flex; gap: 19px; align-items: center; }
.review-site-brand>div { min-width: 0; }
.review-site-brand img { width: 64px; height: 64px; flex: none; border-radius: 13px; box-shadow: 0 5px 15px #173b5014; }
.review-sites .review-site-domain { display: block; margin-bottom: 7px; color: var(--review-ink); font-size: 11px; font-weight: 600; letter-spacing: .02em; overflow-wrap: anywhere; }
.review-sites h2 { color: var(--review-ink); font-size: 27px; line-height: 1.15; letter-spacing: -.035em; }
.review-sites .review-site-report h2 { font-family: Georgia,serif; font-size: 28px; letter-spacing: -.025em; }
.review-sites .review-site-card>p { max-width: 340px; margin: 0; color: var(--review-ink); font-size: 14px; line-height: 1.75; }
.review-sites .review-site-cta { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: auto; padding-top: 21px; border-top: 1px solid var(--review-line); font-size: 13px; font-weight: 750; }
.review-site-cta>span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #ffffffb8; color: var(--review-accent); }
.review-sites .review-site-cta .ui-icon { width: 19px; height: 19px; }
@media (max-width: 640px) {
  .review-sites .review-site-card { padding: 26px; gap: 21px; }
  .review-site-brand { gap: 15px; }
  .review-site-brand img { width: 52px; height: 52px; border-radius: 11px; }
  .review-sites h2 { font-size: 24px; }
  .review-sites .review-site-report h2 { font-size: 25px; }
  .review-sites .review-site-domain { font-size: 10px; }
  .review-score { padding: 26px; }
  .review-score>div { gap: 16px; }
  .review-score>div>span { font-size: 14px; }
  .review-score .stars { margin: 0; }
}
.ui-icon { display: block; width: 22px; height: 22px; flex: none; }
.lightbox-close,.lightbox-prev,.lightbox-next { display: grid; place-items: center; padding: 0; line-height: 1; }
.lightbox-close .ui-icon { width: 20px; height: 20px; }
.lightbox-prev,.lightbox-next { min-width: 0; min-height: 44px; }
.lightbox-prev:hover,.lightbox-next:hover { background: #ffffff0a; }
.lightbox-media { position: relative; display: grid; place-items: center; min-width: 0; }
.lightbox-media img { transition: opacity .12s; }
.lightbox-media img.is-pending { opacity: 0; }
.gallery-state { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 15px; padding: 20px; text-align: center; color: white; }
.gallery-state p { margin: 0; max-width: 280px; font-size: 14px; line-height: 1.6; }
.gallery-spinner { display: block; width: 36px; height: 36px; flex: none; border: 3px solid #ffffff38; border-top-color: #8dd4f7; border-radius: 50%; animation: gallery-spin .75s linear infinite; }
.gallery-state.is-error .gallery-spinner { display: none; }
#gallery-retry { padding: 9px 18px; border: 1px solid #ffffff80; border-radius: 999px; color: white; background: #ffffff15; font-size: 13px; cursor: pointer; }
.faq-item>button b { padding: 0; line-height: 1; }
.faq-symbol .ui-icon { width: 15px; height: 15px; }
.faq-item>button[aria-expanded=true] .icon-plus-vertical { display: none; }
.service-grid .service-link>span,.hero-photo-note>span,.step-number { line-height: 1; }
@keyframes gallery-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .gallery-spinner { animation: none; } }
footer { border-radius: 60px 60px 0 0; background: #14384b; }
.footer-legal { width: 100%; max-width: none; }
@media (min-width: 1400px) { .hero { padding-right: 60px; padding-left: 60px; } }
@media (max-width: 1100px) {
  .site-header { grid-template-columns: 155px 1fr auto; gap: 12px; padding: 14px 20px; }
  .brand img { width: 154px; }
  .site-header nav { gap: 11px; }
  .site-header nav a { font-size: 12px; }
  .header-phone { padding: 9px 13px; }
  .header-phone strong { font-size: 13px; }
  .hero { gap: 30px; padding: 50px 32px; }
  .hero h1 { font-size: 49px; }
  .hero-visual { height: 470px; }
  .hero-actions .button { padding: 13px 18px; font-size: 12px; }
  .hero-photo-note { padding: 17px; bottom: 20px; left: -12px; }
  .verify-grid { grid-template-columns: repeat(2,1fr); }
  .verify-grid article { min-height: 265px; }
  .transparency { grid-template-columns: 280px 1fr; }
  .tab-panel { padding: 38px; }
  .gallery-tile { height: 310px; }
  .gallery-tile span { align-items: start; flex-direction: column; gap: 5px; }
  .review-band { gap: 32px; }
  .review-band h2 { font-size: 36px; }
  .home-faq { gap: 36px; }
}
@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; width: calc(100% - 28px); margin-top: 12px; padding: 12px 20px; }
  .brand img { width: 158px; }
  .header-phone { display: none; }
  .nav-toggle { display: block; padding: 9px 17px; border: 1px solid #dce8eb; border-radius: 999px; background: white; font-size: 12px; font-weight: 750; }
  .site-header nav { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: none; grid-template-columns: 1fr 1fr; gap: 0; padding: 15px; border: 1px solid #e3ecef; border-radius: 26px; background: white; box-shadow: 0 18px 40px #14384d20; }
  .site-header nav.open { display: grid; }
  .site-header nav a { padding: 13px 17px; font-size: 14px; }
  .site-header nav a:after { display: none; }
  .hero { grid-template-columns: 1fr 1fr; padding: 44px 25px; gap: 26px; border-radius: 38px; }
  .hero h1 { font-size: 42px; }
  .hero-copy>p:not(.eyebrow) { font-size: 15px; }
  .hero-visual { height: 445px; }
  .hero-photo { border-radius: 100px 30px 90px 30px; }
  .mascot { width: 90px; }
  .hero-photo-note>span { display: none; }
  .trust-row { gap: 16px; }
  .section { padding: 70px 0; }
  .section-heading { gap: 12px 30px; }
  .section-heading h2 { font-size: 36px; }
  .service-grid { gap: 18px; }
  .service-photo { height: 230px; }
  .service-body { padding: 22px; }
  .service-grid h3 { font-size: 22px; }
  .area-callout { padding: 40px; }
  .transparency { padding-top: 10px; }
  .review-band { padding: 18px; gap: 26px; }
  .review-photo { height: 350px; }
  .review-band>div:last-child { padding-right: 7px; }
  .review-band h2 { font-size: 31px; }
  .home-faq { grid-template-columns: 1fr; gap: 26px; }
  .faq-intro>p:not(.eyebrow) { max-width: 520px; }
}
@media (min-width: 641px) and (max-width: 780px) {
  .hero-visual { margin-top: 32px; }
  .section-heading>p:last-child { justify-self: start; max-width: 560px; }
}
@media (max-width: 640px) {
  section[id] { scroll-margin-top: 106px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; width: calc(100% - 24px); margin-top: 18px; padding: 36px 22px 28px; gap: 36px; }
  .hero-copy { padding: 0; }
  .hero-copy .eyebrow { margin-bottom: 19px; font-size: 9px; }
  .hero h1 { font-size: clamp(35px,10vw,57px); line-height: 1.08; }
  .hero-copy>p:not(.eyebrow) { margin: 20px 0; font-size: 14px; line-height: 1.8; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { min-height: 49px; padding: 12px 16px; font-size: 11px; }
  .trust-row { flex-wrap: nowrap; justify-content: space-between; gap: 10px; margin-top: 24px; font-size: 10px; }
  .trust-row strong { font-size: 13px; }
  .hero-visual { height: 350px; margin: 0; }
  .hero-photo { border-radius: 90px 28px 90px 28px; object-position: 52% center; }
  .hero-photo-note { bottom: 15px; left: -8px; padding: 16px 19px; border-radius: 20px; }
  .hero-photo-note strong { font-size: 13px; }
  .hero-photo-note small { font-size: 9px; }
  .mascot { width: 85px; right: -7px; top: -12px; border-width: 5px; }
  .section,.section.narrow,.verify { width: calc(100% - 36px); padding: 60px 0; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading .eyebrow { margin-bottom: 12px; }
  .section-heading h2 { font-size: 34px; line-height: 1.12; }
  .section-heading>p:last-child { max-width: none; margin-top: 16px; font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; gap: 22px; }
  .service-grid .service-card { border-radius: 30px; }
  .service-photo { height: 250px; }
  .service-body { padding: 25px; }
  .service-grid h3 { font-size: 25px; }
  .service-grid p { min-height: 0; font-size: 14px; }
  .service-pills { margin: 19px 0; gap: 6px; }
  .service-pills li { font-size: 10px; }
  .area-callout { display: block; width: calc(100% - 28px); padding: 35px 27px; border-radius: 34px 75px 34px 34px; }
  .area-callout h2 { font-size: 36px; }
  .area-callout .eyebrow { font-size: 10px; }
  .area-callout .button { margin-top: 22px; font-size: 12px; }
  .verify-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .verify-grid article { min-height: 280px; padding: 20px 16px; border-radius: 24px; }
  .verify-grid img { width: 52px; height: 52px; margin-bottom: 20px; }
  .verify-grid h3 { font-size: 15px; }
  .verify-grid p { font-size: 11px; overflow-wrap: anywhere; }
  .verify-grid a { font-size: 11px; }
  .transparency { display: block; padding-top: 0; }
  .transparency .section-heading h2 { font-size: 34px; }
  .tabs { display: flex; flex-direction: row; flex-wrap: wrap; gap: 7px; margin: 22px 0; }
  .tabs button { padding: 12px 15px; font-size: 11px; }
  .tab-panel { min-height: 0; padding: 31px 27px; border-radius: 30px 30px 65px 30px; }
  .tab-panel h3 { font-size: 31px; }
  .tab-panel p { font-size: 14px; }
  #gallery { padding-top: 0; }
  .gallery-grid { grid-template-columns: 1fr; gap: 18px; }
  .gallery-tile { height: 300px; border-radius: 30px; }
  .gallery-tile:first-child { border-top-left-radius: 65px; }
  .gallery-tile:last-child { border-bottom-right-radius: 65px; }
  .gallery-tile span { left: 26px; bottom: 24px; }
  .gallery-tile b { font-size: 27px; }
  .review-band { display: block; width: calc(100% - 28px); padding: 17px; border-radius: 35px; }
  .review-photo { height: 260px; }
  .review-photo img { border-radius: 24px 60px 24px 24px; }
  .review-band>div:last-child { padding: 27px 10px 17px; }
  .review-band h2 { font-size: 35px; }
  .home-faq { display: block; }
  .home-faq h2 { font-size: 36px; }
  .home-faq .faq-list { margin-top: 28px; }
  .faq-item { border-radius: 22px; }
  .faq-item>button { padding: 21px 19px; gap: 12px; font-size: 13px; }
  .faq-item>div { padding: 0 19px 23px; font-size: 13px; }
  .faq-item>button b { width: 26px; height: 26px; }
  .closing-cta { display: block; width: calc(100% - 28px); margin-bottom: 60px; padding: 33px 26px; border-radius: 30px; }
  .closing-cta h2 { font-size: 34px; }
  .closing-cta .button { margin-top: 24px; }
  .page-hero { width: calc(100% - 24px); padding: 42px 25px; border-radius: 36px 70px 36px 36px; }
  .page-hero h1 { font-size: 39px; }
  .page-hero>.eyebrow { font-size: 9px; }
  .page-hero>p:not(.eyebrow) { font-size: 14px; }
  .lightbox { width: calc(100% - 16px); height: fit-content; max-height: calc(100dvh - 16px); border-radius: 28px; overflow-y: auto; }
  .lightbox-stage { min-height: 0; grid-template-columns: 38px minmax(0,1fr) 38px; padding-top: 56px; }
  .lightbox-stage img { height: 49dvh; }
  .lightbox-meta { padding: 16px 20px 21px; gap: 16px; align-items: start; }
  .lightbox-meta h2 { font-size: 20px; }
  .lightbox-meta p { font-size: 12px; }
  .lightbox-meta a { align-self: start; font-size: 12px; }
  footer { border-radius: 38px 38px 0 0; padding-top: 42px; }
}
@media (max-width: 350px) {
  .hero h1 { font-size: 33px; }
  .hero-actions { flex-direction: column; }
  .hero-visual { height: 305px; }
  .verify-grid { grid-template-columns: 1fr; }
  .verify-grid article { min-height: 230px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { transition: none !important; scroll-behavior: auto !important; }
  .service-grid .service-card:hover, .button:hover { transform: none; }
}

/* Quiet supporting pages and a more useful compact header. */
.footer-bottom { grid-column: 1 / -1; display: flex; flex-direction: row; justify-content: space-between; align-items: end; gap: 24px; width: 100%; margin-top: 10px; padding-top: 24px; border-top: 1px solid #ffffff26; }
.footer-bottom p { max-width: none; margin: 0; font-size: 12px; line-height: 1.8; color: #b5cbd3; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom a { color: #c9dce3; font-size: 12px; text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }
.flat-rate-hero { background: radial-gradient(ellipse at 100% 0%,#2688a0 0,transparent 70%), #163e52; }
.flat-rate-hero h1 { max-width: 850px; font-size: clamp(40px,5.2vw,72px); }
.flat-rate-hero>p:not(.eyebrow) { max-width: 670px; }
.flat-rate-guide { padding-top: 60px; }
.step-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; padding: 0; margin: 0; list-style: none; counter-reset: none; }
.step-grid li { position: relative; padding: 34px; border: 1px solid #e3e9e9; border-radius: 32px; background: white; box-shadow: 0 10px 30px #14384d06; }
.step-number { display: inline-grid; place-items: center; width: 49px; height: 49px; margin-bottom: 23px; border-radius: 18px; background: #eaf5f7; color: #11799c; font-size: 15px; font-weight: 750; }
.step-grid li:nth-child(even) .step-number { background: #f8efdf; color: #966629; }
.step-grid h2 { margin: 0 0 12px; color: var(--blue-ink); font-size: 27px; line-height: 1.18; letter-spacing: -.04em; font-weight: 720; }
.step-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.step-grid strong { color: var(--blue-dark); font-weight: 650; }
.guide-note { display: flex; align-items: center; gap: 20px; margin: 28px 0; padding: 24px 30px; border-radius: 25px; background: #edf5f6; }
.guide-note>span { color: #177b9c; font-size: 30px; }
.guide-note p { margin: 0; color: #476473; font-size: 14px; }
.guide-note strong { color: var(--blue-dark); }
.flat-rate-guide .contact-card { margin-top: 45px; padding: 40px 28px; background: linear-gradient(115deg,#f6eee2,#f3f6f2); border: 1px solid #eeeae1; }
.flat-rate-guide .contact-card h2 { font-size: 37px; }
.flat-rate-guide .contact-card .button { margin-top: 8px; }
.policy-heading { width: min(860px,calc(100% - 48px)); margin: 65px auto 28px; }
.policy-heading h1 { margin: 0; font-size: clamp(36px,4.3vw,58px); color: var(--blue-dark); letter-spacing: -.05em; line-height: 1.08; }
.policy-document { width: min(860px,calc(100% - 48px)); margin: 0 auto 80px; padding: 38px 44px; background: white; border: 1px solid #e4ebee; border-radius: 32px; color: #435663; overflow-wrap: break-word; }
.policy-document h2 { margin: 34px 0 14px; color: var(--blue-dark); font-size: 24px; line-height: 1.3; letter-spacing: -.025em; }
.policy-document h3 { margin: 24px 0 12px; color: var(--blue-dark); font-size: 19px; line-height: 1.4; }
.policy-document p,.policy-document li { font-size: 15px; line-height: 1.85; }
.policy-document p { margin: 0 0 16px; }
.policy-document li { margin: 6px 0; }
.policy-document ul,.policy-document ol { padding-left: 24px; }
.policy-document strong { color: #294958; }
.policy-document .terms-section,.policy-document .policy-card { border-top: 1px solid #e7edef; padding-top: 1px; margin-top: 28px; }
.policy-document .terms-subtitle,.policy-document .pp-subtitle { font-size: 16px; color: var(--blue-dark); }
.policy-document .terms-last-updated,.policy-document .pp-last-updated { font-size: 12px; color: #677d88; }
.policy-document a { overflow-wrap: anywhere; }
@media (max-width: 1100px) {
  .site-header { grid-template-columns: minmax(0,1fr) auto auto; gap: 10px; }
  .brand { grid-column: 1; grid-row: 1; }
  .nav-toggle { grid-column: 3; grid-row: 1; min-height: 44px; }
  .header-phone { display: flex; grid-column: 2; grid-row: 1; justify-content: center; align-items: center; min-height: 44px; padding: 10px 17px; background: #087eaf; color: white; font-size: 12px; font-weight: 750; }
  .header-phone:hover { background: #086d98; }
  .header-phone small,.header-phone strong { display: none; }
  .header-phone-compact { display: block; }
}
@media (max-width: 640px) {
  .site-header { padding: 10px 14px; gap: 8px; }
  .brand img { width: min(140px,100%); }
  .nav-toggle { padding: 9px 13px; }
  .header-phone { padding: 10px 14px; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 16px; }
  .flat-rate-hero h1 { font-size: 39px; }
  .flat-rate-guide { padding-top: 32px; }
  .step-grid { grid-template-columns: 1fr; gap: 16px; }
  .step-grid li { padding: 27px; border-radius: 28px; }
  .step-number { width: 43px; height: 43px; border-radius: 15px; margin-bottom: 19px; }
  .step-grid h2 { font-size: 25px; }
  .step-grid p { font-size: 14px; }
  .guide-note { padding: 23px; gap: 14px; align-items: start; }
  .guide-note p { font-size: 13px; }
  .flat-rate-guide .contact-card h2 { font-size: 31px; }
  .policy-heading { width: calc(100% - 36px); margin-top: 43px; }
  .policy-document { width: calc(100% - 28px); margin-bottom: 50px; padding: 27px 23px; border-radius: 26px; }
  .policy-document h2 { font-size: 22px; }
  .policy-document h3 { font-size: 18px; }
  .policy-document p,.policy-document li { font-size: 14px; }
}
