/* Small-screen polish shared by the four preview pages. */
@media (max-width: 680px) {
  body { font-size: 14px; line-height: 1.8; }
  .wrap { width: min(100% - 32px, 560px); }
  [id] { scroll-margin-top: 82px; }

  .site-head .wrap { min-height: 72px; gap: 12px; }
  .brand { flex: 1; min-width: 0; font-size: 14px; line-height: 1.35; }
  .brand small { margin-top: 2px; font-size: 9px; line-height: 1.45; }
  .nav { flex: none; gap: 0; }
  .nav .cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px; font-size: 12px; }

  /* Copy and calls to action no longer sit on top of the photograph. */
  .hero { display: block; min-height: 0; background: #fff; }
  .hero::before { display: none; }
  .hero .wrap { padding-bottom: 28px; }
  .hero .wrap::after {
    content: "";
    display: block;
    height: clamp(210px, 58vw, 285px);
    margin-top: 23px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(19, 47, 48, .03), rgba(19, 47, 48, .1)), url("../images/makoto-sr-hero.png") center / cover;
    box-shadow: 0 15px 28px rgba(20, 35, 35, .13);
  }
  .hero-copy { max-width: none; padding: 42px 0 0; }
  .hero .eyebrow { margin-bottom: 10px; font-size: 10px; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(28px, 8vw, 35px); line-height: 1.34; letter-spacing: -.02em; }
  .hero p { margin-top: 15px; font-size: 14px; line-height: 1.9; }
  .hero-copy .button { width: calc(50% - 5px); min-height: 50px; margin-top: 21px; padding: 0 8px; font-size: 13px; }
  .hero-copy .button.secondary { margin-left: 6px; }

  .intro, .guides, .resource { padding: 52px 0; }
  .section-title h2 { font-size: 27px; line-height: 1.4; letter-spacing: -.015em; }
  .section-title p { margin-top: 12px; font-size: 13px; line-height: 1.85; }
  .service-grid { gap: 10px; margin-top: 23px; }
  .service { min-height: 0; padding: 20px; }
  .service h3 { margin-top: 12px; font-size: 18px; }
  .guide-grid { gap: 11px; margin-top: 23px; }
  .guide-card { min-height: 0; padding: 22px 20px; border-radius: 8px; }
  .guide-card h3 { margin-top: 10px; font-size: 21px; }
  .guide-link { margin-top: 14px; }
  .split-copy, .profile { padding: 48px 24px; }
  .split-copy h2, .profile h2 { font-size: 26px; }
  .profile dl { grid-template-columns: 72px 1fr; gap: 8px 12px; font-size: 13px; }
  .contact-band { padding: 48px 0; }
  .contact-band h2 { font-size: 26px; }
  .contact-band .button { min-height: 52px; }

  .page-hero { padding: 48px 0 38px; }
  .page-hero h1 { font-size: 30px; line-height: 1.35; letter-spacing: -.02em; }
  .page-hero h1::after { width: 42px; height: 3px; margin-top: 18px; }
  .page-hero p { margin-top: 14px; font-size: 13px; line-height: 1.85; }
  .jump { gap: 7px; padding: 18px 0; }
  .jump a { padding: 8px 10px; font-size: 11px; }
  .price-lead { padding: 20px; }
  .price-lead h2 { font-size: 19px; }
  .price-group { margin-top: 40px; }
  .price-group h2 { font-size: 23px; }
  .row { grid-template-columns: 1.3fr .7fr; }
  .row span { padding: 11px 12px; font-size: 12px; line-height: 1.65; }
  .price-note { padding: 14px 16px; font-size: 12px; }
  .resource-card { padding: 20px; border-radius: 8px; }
  .resource-card h3 { font-size: 17px; }
  .article-list { margin-top: 23px; }
  .article { padding: 16px; }

  .price-group details { margin-top: 12px; border-radius: 8px; }
  .price-group summary { min-height: 58px; display: flex; align-items: center; padding: 15px 46px 15px 16px; font-size: 14px; line-height: 1.55; }
  .price-group summary::after { top: 12px; font-size: 25px; }
  .procedure-grid { gap: 18px; padding: 16px; }
  .procedure-grid h3 { font-size: 15px; }
  .procedure-grid dl { gap: 0 10px; }
  .procedure-grid dt, .procedure-grid dd { padding: 9px 0; font-size: 11px; }
  .procedure-grid dd { white-space: normal; text-align: right; }
  .resource-card li { padding: 9px 0; font-size: 12px; line-height: 1.65; }

  .contact-hero, .blog-hero { background: #fff; }
  .contact-page, .blog-index { padding: 46px 0 56px; }
  .contact-page-grid { gap: 34px; }
  .contact-page-intro h2, .blog-index-head h2 { font-size: 26px; }
  .contact-direct { gap: 9px; margin-top: 22px; }
  .contact-direct a { min-height: 72px; padding: 14px 16px; font-size: 15px; }
  .contact-form { padding: 24px 16px; border-radius: 10px; box-shadow: 0 12px 28px rgba(27,57,54,.08); }
  .form-heading { padding-bottom: 18px; }
  .form-heading h2 { font-size: 22px; }
  .contact-form > label { margin-top: 16px; }
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea { min-height: 48px; padding: 11px 12px; font-size: 16px; }
  .field-grid { gap: 0; margin-top: 0; }
  .radio-grid { gap: 8px; }
  .radio-grid label { min-height: 52px; padding: 10px 11px; font-size: 13px; }
  .contact-form button { min-height: 56px; margin-top: 18px; font-size: 15px; }

  .blog-index-head > p { font-size: 13px; line-height: 1.8; }
  .post-grid { gap: 12px; margin-top: 20px; }
  .post-card { min-height: 0; border-radius: 9px; }
  .post-card > a, .post-card-featured > a { min-height: 210px; padding: 21px 19px; }
  .post-card h3, .post-card-featured h3 { font-size: 20px; line-height: 1.5; }
  .post-card p { margin-top: 9px; font-size: 12px; }
  .post-card b { padding-top: 16px; }
  .site-footer { padding: 20px 0 28px; text-align: center; }
}

@media (max-width: 390px) {
  .site-head .wrap { min-height: 68px; }
  .brand { font-size: 13px; }
  .brand small { display: none; }
  .nav .cta { min-height: 40px; padding: 0 10px; font-size: 11px; }
  .hero-copy .button { width: 100%; }
  .hero-copy .button.secondary { margin: 9px 0 0; }
}
