.service-page { display: block; }
.service-page .site-header { z-index: 20; }
.service-page .main-nav a[aria-current="page"] { color: var(--red); }
.service-hero { max-width: 1380px; margin: 0 auto; padding: 92px 36px 82px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: clamp(52px,8vw,120px); align-items: center; }
.service-hero > * { min-width: 0; }
.service-breadcrumb { margin: 0 0 22px; color: var(--gray); font-size: .82rem; }
.service-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.service-hero h1 { max-width: 850px; margin: 0; overflow-wrap: break-word; hyphens: auto; font: normal clamp(3.4rem,6vw,6.4rem)/.96 'DM Serif Display',serif; letter-spacing: -.045em; }
.service-hero .service-intro { max-width: 730px; margin: 28px 0 0; color: var(--gray); font-size: 1.16rem; }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.service-hero-panel { min-height: 390px; padding: 40px; display: flex; flex-direction: column; justify-content: space-between; background: var(--red); color: #fff; }
.service-hero-panel p { margin: 0; }
.service-hero-panel strong { display: block; margin-bottom: 20px; font: normal clamp(2.2rem,3.4vw,3.5rem)/1.03 'DM Serif Display',serif; }
.service-hero-panel ul { margin: 25px 0 0; padding: 0; list-style: none; }
.service-hero-panel li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.36); }
.service-section { max-width: 1380px; margin: 0 auto; padding: 84px 36px; }
.service-section-band { max-width: none; padding: 0; background: var(--light); }
.service-section-band .service-inner { max-width: 1380px; margin: 0 auto; padding: 84px 36px; }
.service-section h2, .service-section-band h2 { max-width: 850px; margin: 0 0 24px; font: normal clamp(2.5rem,4.4vw,4.3rem)/1 'DM Serif Display',serif; letter-spacing: -.035em; }
.service-section h3, .service-section-band h3 { margin: 0 0 12px; font-size: 1.16rem; line-height: 1.25; }
.service-section > p, .service-inner > p { max-width: 820px; color: var(--gray); font-size: 1.04rem; }
.service-card-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 42px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-info-card { min-height: 245px; padding: 28px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-info-card p { margin: 0; color: var(--gray); }
.service-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px,8vw,110px); align-items: start; }
.service-process-copy p { color: var(--gray); }
.service-checklist { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-checklist li { padding: 17px 0; display: grid; grid-template-columns: 30px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.service-checklist li::before { content: '✓'; color: var(--red); font-weight: 700; }
.service-note { margin-top: 32px; padding: 22px 24px; border-left: 4px solid var(--red); background: var(--light); color: var(--gray); }
.service-note strong { color: var(--ink); }
.service-cta-band { max-width: none; margin: 0; padding: 58px max(36px,calc((100vw - 1380px)/2 + 36px)); display: flex; align-items: center; justify-content: space-between; gap: 36px; background: var(--red); color: #fff; }
.service-cta-band > * { min-width: 0; }
.service-cta-band h2 { max-width: 780px; margin: 0; overflow-wrap: break-word; hyphens: auto; font: normal clamp(2.5rem,4vw,4rem)/1 'DM Serif Display',serif; }
.service-cta-band p { max-width: 700px; margin: 14px 0 0; color: rgba(255,255,255,.86); }
.service-cta-band .button-light { flex: 0 0 auto; }
.related-services { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.related-services a { padding: 11px 14px; border: 1px solid var(--line); font-weight: 700; font-size: .88rem; transition: color .18s ease,border-color .18s ease,transform .18s ease; }
.related-services a:hover, .related-services a:focus-visible { color: var(--red); border-color: var(--red); transform: translateY(-2px); }
.service-page footer { border-top: 1px solid var(--line); }
@media (max-width: 900px) {
  .service-hero { grid-template-columns: 1fr; }
  .service-hero-panel { min-height: 300px; }
  .service-card-grid { grid-template-columns: 1fr 1fr; }
  .service-process { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .service-hero { padding: 58px 20px 60px; }
  .service-section { padding: 66px 20px; }
  .service-section-band .service-inner { padding: 66px 20px; }
  .service-cta-band { padding: 52px 20px; display: block; }
  .service-cta-band .button { margin-top: 26px; }
}
@media (max-width: 560px) {
  .service-hero h1 { font-size: clamp(1.9rem,8.8vw,2.4rem); }
  .service-hero-panel { min-height: 0; padding: 28px 24px; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-info-card { min-height: 0; }
}
