.nh-service-hero { padding: 125px 0 65px; }
.nh-breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 12px; margin-bottom: 40px; }
.nh-breadcrumbs a { color: var(--muted); }
.nh-hero-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 70px; align-items: center; }
.nh-hero-grid h1 { font-size: clamp(40px, 5.5vw, 70px); line-height: 1.07; letter-spacing: -.055em; margin: 0 0 26px; }
.nh-hero-grid .studio-button { margin-top: 15px; }
.nh-project-note { border: 1px solid var(--line); background: #edf0ea; padding: 35px; border-radius: 14px; }
.nh-project-note h2 { font-size: 28px; letter-spacing: -.04em; line-height: 1.2; margin: 0 0 20px; }
.nh-project-note > p:not(.studio-kicker) { font-size: 14px; color: var(--muted); line-height: 1.8; }
.nh-project-note .studio-link { font-size: 13px; }
.nh-founder { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 22px; display: flex; gap: 12px; align-items: center; }
.nh-founder img { border-radius: 50%; object-fit: cover; object-position: center 25%; flex-shrink: 0; }
.nh-founder strong { display: block; font-size: 12px; }
.nh-founder span { display: block; font-size: 10px; color: var(--muted); margin-top: 6px; }
.nh-intro, .nh-proof, .nh-faq-layout, .nh-resources { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px; align-items: start; }
.nh-intro .studio-copy:first-child { margin-top: 0; }
.nh-capabilities, .nh-faq-section { background: white; border-block: 1px solid var(--line); }
.nh-capabilities .studio-heading { max-width: 800px; }
.nh-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; margin-top: 40px; }
.nh-capability-grid article { padding-top: 20px; border-top: 1px solid var(--line); }
.nh-number { color: var(--blue); font-size: 11px; }
.nh-capability-grid h3 { font-size: 20px; letter-spacing: -.025em; margin: 16px 0 12px; }
.nh-capability-grid p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.nh-proof { align-items: center; }
.nh-proof-image { display: block; padding: 25px; background: #e8edf3; border-radius: 14px; }
.nh-proof-image img { display: block; width: 100%; height: auto; border-radius: 8px; box-shadow: 0 16px 35px #10243820; }
.nh-experience { padding: 40px; border: 1px solid var(--line); border-radius: 14px; background: #edf0ea; }
.nh-experience > span { font-size: 96px; font-weight: 700; letter-spacing: -.07em; color: var(--blue); line-height: 1.1; }
.nh-experience h3 { margin: 15px 0; font-size: 22px; letter-spacing: -.03em; }
.nh-experience p { color: var(--muted); line-height: 1.7; }
.nh-experience a { color: var(--blue); font-size: 13px; }
.nh-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; list-style: none; padding: 0; counter-reset: steps; }
.nh-process li { counter-increment: steps; border-top: 1px solid #ffffff40; padding-top: 24px; }
.nh-process li::before { content: '0' counter(steps); color: var(--lime); font-size: 12px; }
.nh-process h3 { font-size: 20px; letter-spacing: -.025em; color: white; }
.nh-process p { color: #c3d0dc; font-size: 14px; line-height: 1.8; }
.nh-faqs details { border-bottom: 1px solid var(--line); }
.nh-faqs summary { padding: 20px 5px; cursor: pointer; font-size: 16px; font-weight: 650; }
.nh-faqs details p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 23px; }
.nh-resources h2 { font-size: 27px; letter-spacing: -.035em; }
.nh-resources ul { list-style: none; padding: 0; }
.nh-resources a { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; line-height: 1.5; }
.nh-resources a:hover { color: var(--blue); }
@media (max-width: 1000px) {
  .nh-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .nh-project-note { max-width: 700px; }
  .nh-intro, .nh-proof, .nh-faq-layout, .nh-resources { gap: 35px; }
  .nh-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nh-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .nh-service-hero { padding: 120px 0 40px; }
  .nh-intro, .nh-proof, .nh-faq-layout, .nh-resources, .nh-capability-grid, .nh-process { grid-template-columns: minmax(0, 1fr); }
  .nh-project-note, .nh-experience { padding: 25px; }
  .nh-proof-image { padding: 15px; }
}
