/* Allow content to shrink inside grids instead of widening the page. */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
.hero > *, .servicecards > *, .audiencegrid > *, .process > *,
.valuegrid > *, .promisegrid > *, .about > *, .faqgrid > *,
.contact > *, .footergrid > *, .formgrid > *, .requestchoices {
  min-width: 0;
  min-inline-size: 0;
}
.contactchoices a, .faqintro a, .footergrid a, .faqlist a {
  overflow-wrap: anywhere;
}

@media (max-width: 850px) {
  html { scroll-padding-top: 90px; }
  .header nav {
    gap: 4px;
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
    padding: 16px 24px 24px;
  }
  .header nav > a { min-height: 48px; padding: 12px 8px; }
  .header nav > .button { margin-top: 8px; padding: 15px; }
  .menutoggle { min-height: 44px; min-width: 80px; font-size: 14px; }
  .servicecard > p, .audiencegrid p, .steps p, .valuepoints p,
  .aboutcopy p, .faqlist details p, .faqintro > p:not(.eyebrow),
  .guarantee p, .coffeenote p, .formintro { font-size: 1rem; line-height: 1.65; }
  .checks, .servicecard .textlink, .requestchoices span,
  .formgrid label { font-size: .9375rem; }
  .formgrid input, .formgrid select, .formgrid textarea { font-size: 1rem; }
  .formgrid input, .formgrid select { min-height: 48px; }
  .optional, .formnote { font-size: .8125rem; }
  .button, .copybutton { min-height: 48px; }
  .servicecards { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .servicecard { padding: 28px; }
  .servicecard h3 { font-size: 1.625rem; }
  .servicecard h3 br { display: none; }
  .contact { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .contactcopy > p:not(.eyebrow), .coffeenote { max-width: 100%; }
  .requestchoices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .formgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 36px); }
  .navrow { gap: 12px; min-height: 72px; }
  .brand { min-width: 0; width: min(220px, calc(100% - 92px)); }
  .brand img { width: 100%; height: 58px; object-fit: cover; }
  .hero { padding-top: 30px; gap: 26px; grid-template-columns: minmax(0, 1fr); }
  .hero h1 {
    font-size: clamp(2.125rem, 9.5vw, 2.875rem);
    line-height: 1.15;
    letter-spacing: normal;
    word-spacing: normal;
    margin-bottom: 22px;
    font-weight: 700;
  }
  h2, .process h2, .servicepromise h2, .about h2,
  .faqintro h2, .contactcopy h2 {
    font-size: clamp(1.75rem, 7.8vw, 2.125rem);
    line-height: 1.25;
    letter-spacing: normal;
    word-spacing: normal;
    overflow-wrap: break-word;
  }
  .servicecard h3, .audiencegrid h3, .steps h3, .valuepoints h3,
  .guarantee h3, .requestpanel h3, .contactchoices strong,
  .aboutcopy blockquote { letter-spacing: normal; word-spacing: normal; }
  .intro { font-size: 1rem; line-height: 1.7; margin-bottom: 23px; }
  .eyebrow { font-size: .75rem; line-height: 1.7; letter-spacing: .07em; }
  .hero .actions { display: flex; flex-direction: column; align-items: stretch; gap: 9px; }
  .hero .actions .button { width: 100%; justify-content: space-between; font-size: 1rem; }
  .hero .actions .textlink { justify-content: center; min-height: 44px; font-size: .9375rem; }
  .hero .micro { margin-top: 7px; text-align: center; font-size: .8125rem; }
  .hero-visual > img { height: auto; aspect-ratio: 4 / 3; border-radius: 36px 14px 14px 14px; }
  .photo-note {
    position: static;
    padding: 17px 15px;
    margin-top: -1px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    box-shadow: none;
    gap: 12px;
  }
  .photo-note > div { min-width: 0; }
  .photo-note strong { font-size: 1rem; line-height: 1.5; }
  .photo-note span:not(.note-icon) { font-size: .8125rem; line-height: 1.6; margin-top: 4px; }
  .note-icon { flex: 0 0 34px; }
  .benefitgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
  .benefitgrid > div { border: 0; padding: 0; }
  .benefitgrid b { font-size: 1rem; letter-spacing: normal; line-height: 1.4; }
  .benefitgrid span { display: block; margin-top: 5px; font-size: .8125rem; line-height: 1.5; }
  .section { padding-block: 48px; }
  .servicecard { padding: 23px; }
  .servicecard h3 { line-height: 1.35; }
  .servicecard .textlink { min-height: 48px; }
  .process-photo { min-height: 0; }
  .process-photo > img { position: static; height: auto; aspect-ratio: 4 / 3; }
  .imagecaption { position: static; padding: 18px 0 0; font-size: 1rem; }
  .imagecaption a { font-size: .9375rem; display: inline-block; padding-block: 8px; }
  .steps li > div { min-width: 0; }
  .steps h3 { font-size: 1.125rem; line-height: 1.5; }
  .valuegrid, .promisegrid, .about, .faqgrid, .contact { grid-template-columns: minmax(0, 1fr); }
  .promiseaside { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
  .bigtime { font-size: clamp(3.5rem, 18vw, 5rem); letter-spacing: -.02em; }
  .promiseaside > p { font-size: .9375rem; }
  .guarantee { padding: 22px; }
  .guarantee h3 { font-size: 1.375rem; line-height: 1.4; }
  .guarantee > span:last-child { font-size: .8125rem; }
  .aboutcopy p.lead { font-size: 1.125rem; line-height: 1.65; }
  .aboutcopy blockquote { font-size: 1.125rem; line-height: 1.65; padding-left: 17px; }
  .faqlist summary { font-size: 1rem; line-height: 1.6; padding-block: 20px; }
  .faqlist details p { margin-right: 0; }
  .contactchoices strong { font-size: clamp(1.125rem, 5.6vw, 1.375rem); line-height: 1.5; }
  .requestpanel { padding: 23px 18px; }
  .requestpanel h3 { font-size: 1.375rem; line-height: 1.4; }
  .requestchoices { grid-template-columns: minmax(0, 1fr); }
  .requestchoices span { min-height: 48px; padding: 14px 10px; font-size: .9375rem; }
  .formgrid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .formgrid input, .formgrid textarea, .formgrid select { width: 100%; max-width: 100%; }
  .formnote { line-height: 1.65; }
  .footergrid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .footergrid > div:last-child { grid-column: auto; }
  .footergrid h2 { font-size: 1rem; line-height: 1.5; margin-bottom: 10px; }
  .footergrid p, .footergrid a:not(.footerbrand a) { font-size: .9375rem; }
  .footergrid > div > a { padding-block: 5px; }
  .footerbrand img { width: 220px; height: 62px; margin-top: -14px; }
  .footerbottom { font-size: .8125rem; }
}
