/* Homepage only: explicit service introduction and distinct content sections. */
.home-clarity .hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); grid-template-rows: auto auto; gap: 0 48px; height: auto; min-height: 0; max-height: none; max-width: 1440px; padding: 52px 4.7% 64px; background: #fff; overflow: visible; }
.home-clarity .hero::before { display: none; }
.home-clarity .hero-copy { padding: 0; max-width: none; align-self: end; }
.hero-company { font-size: 13px; color: var(--green-deep); margin-bottom: 20px; letter-spacing: .1em; }
.home-clarity .hero-title { font-size: clamp(28px,3.1vw,44px); line-height: 1.6; letter-spacing: .01em; margin-bottom: 22px; }
.home-clarity .hero-title span { display: block; }
.home-clarity .hero-lead { font-size: 14px; line-height: 1.9; letter-spacing: .01em; margin: 0; }
.hero-work-photo { grid-column: 2; grid-row: 1/3; min-width: 0; align-self: center; }
.hero-work-photo img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px 12px 0 0; }
.hero-work-photo figcaption { padding: 10px 12px; font-size: 11px; color: #425247; background: #edf3ee; border-radius: 0 0 12px 12px; }
.home-clarity .hero-actions { grid-column: 1; gap: 12px; align-content: start; margin-top: 28px; }
.home-clarity .hero-actions .btn { width: auto; min-width: 0; padding: 14px 20px; font-size: 13px; letter-spacing: .02em; }
.home-clarity .hero-actions p { flex-basis: 100%; font-size: 12px; color: var(--ink-soft); }
.home-clarity #service { padding-block: 64px; background: #e8f2ea; border-block: 1px solid #cfdfd2; }
.home-clarity .service-head h2 { font-size: clamp(25px,3vw,36px); }
.home-clarity .home-floor-feature { margin-bottom: 0; border: 1px solid #d2e0d5; border-radius: 12px; overflow: hidden; }
.home-clarity .home-work-preview { padding-block: 64px; background: #fff; }
.home-clarity .comparison-frame { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.home-other-services { background: #f0f2f3; border-block: 1px solid #dfe3e4; padding: 64px 0; }
.home-other-services .service-grid { gap: 18px; }
.home-other-services .service-item, .home-other-services .service-item:first-child { padding: 24px; border: 1px solid #d8dfe0; background: #fff; border-radius: 8px; }
.home-clarity .about { padding-block: 64px; gap: 5%; background: #fff; }
.home-clarity .about-motto { font-family: var(--head-jp); font-size: 22px; color: var(--green-deep); }
.home-clarity .home-news { background: #f5f7f5; border-block: 1px solid var(--line); }
.home-clarity .home-company { background: #fff; }
.home-clarity .contact { padding: 56px 24px; background: #205c3b; color: #fff; }
.home-clarity .contact::before, .home-clarity .contact::after { display: none; }
.home-clarity .contact .detail-note { color: #e3eee6; }
.home-clarity .contact .btn { background: #fff; color: #205c3b; }
.home-clarity .contact .btn:hover { background: #e8f2ea; }
@media(max-width:960px) {
  .home-clarity .hero { gap: 0 28px; padding-top: 32px; }
  .home-clarity .hero-title { font-size: 28px; }
  .home-other-services .service-item, .home-other-services .service-item:first-child { padding: 20px; }
}
@media(max-width:600px) {
  .home-clarity .hero { display: flex; flex-direction: column; padding: 24px 24px 32px; gap: 0; }
  .home-clarity .hero-copy { width: 100%; }
  .hero-company { font-size: 12px; margin-bottom: 12px; }
  .home-clarity .hero-title { font-size: clamp(23px,6.15vw,32px); line-height: 1.55; letter-spacing: 0; margin-bottom: 14px; }
  .home-clarity .hero-lead { font-size: 13px; line-height: 1.85; }
  .home-clarity .hero-lead br { display: block; }
  .hero-work-photo { width: 100%; margin-top: 20px; }
  .hero-work-photo img { aspect-ratio: 1.85; object-position: center 65%; }
  .hero-work-photo figcaption { font-size: 10px; padding: 7px 10px; }
  .home-clarity .hero-actions { width: 100%; display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); gap: 10px; margin-top: 18px; }
  .home-clarity .hero-actions .btn { width: 100%; min-height: 48px; padding: 12px 8px; font-size: 12px; gap: 6px; }
  .home-clarity .hero-actions p { grid-column: 1/-1; font-size: 11px; text-align: center; }
  .home-clarity #service, .home-clarity .home-work-preview, .home-other-services, .home-clarity .about, .home-clarity .home-news, .home-clarity .home-company { padding-block: 44px; }
  .home-clarity .section-heading h2, .home-clarity .service-head h2, .home-clarity .about-text h2, .home-clarity .home-info-layout h2 { font-size: 25px; line-height: 1.55; }
  .home-clarity .eyebrow { font-size: 10px; letter-spacing: .18em; margin-bottom: 10px; }
  .home-clarity .service-head-right p { font-size: 13px; }
  .home-other-services .service-grid { gap: 12px; }
  .home-other-services .service-item, .home-other-services .service-item:first-child { padding: 22px 18px; }
  .home-clarity .about { gap: 24px; }
  .home-clarity .about-motto { font-size: 21px; }
  .home-clarity .contact-copy { font-size: 23px; }
}
