/* Norrköping shares the HT brand, controls and mobile navigation with Linköping. */
.norrkoping .hero {
  min-height: 0;
  display: block;
  color: var(--navy);
  background: #f2f6f9;
  overflow: hidden;
}
.nk-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding-block: 48px;
}
.norrkoping .hero-content {
  width: auto;
  padding: 28px 0;
}
.norrkoping .hero .eyebrow { color: #507d91; font-size: 12px; letter-spacing: 1.7px; }
.norrkoping .hero h1 {
  font-size: clamp(42px, 4.3vw, 64px);
  letter-spacing: -2px;
  line-height: 1.08;
  margin-bottom: 24px;
}
.nk-hero-lead {
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: -.4px;
  max-width: 440px;
  margin-bottom: 17px;
}
.norrkoping .hero-description { color: var(--muted); font-size: 17px; max-width: 425px; margin-bottom: 27px; }
.norrkoping .hero-actions { gap: 21px; align-items: center; }
.norrkoping .hero-actions .text-link { border: none; padding: 10px 0; font-size: 14px; gap: 12px; }
.norrkoping .hero-note { color: #647687; font-size: 13px; margin-top: 20px; }
.norrkoping .hero-note span { border-color: #acbfcc; }
.nk-hero-photo { position: relative; margin: 0; align-self: stretch; min-height: 560px; }
.nk-hero-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 39% 56%;
  border-radius: 14px;
}
.nk-photo-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: white;
  background: #173652f2;
  border: 1px solid #ffffff24;
  border-radius: 9px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nk-photo-caption strong { display: block; font-size: 16px; }
.nk-photo-caption small { display: block; color: #d4e2ec; font-size: 12px; }
.nk-photo-caption > span:last-child { font-size: 28px; font-weight: 300; color: #a6c8db; }
.norrkoping .trust-strip { background: var(--navy); color: white; border: 0; }
.norrkoping .trust-grid { padding-block: 25px; }
.norrkoping .trust-grid > div + div { border-color: #ffffff28; }
.norrkoping .trust-icon { color: #badde9; border-color: #ffffff38; }
.norrkoping .trust-grid small { color: #c7d7e4; }
.norrkoping .results-section { grid-template-columns: 1.12fr .88fr; gap: 80px; }
.norrkoping .comparison { aspect-ratio: 1; }
.norrkoping .section-copy > p:not(.eyebrow) { line-height: 1.8; }
.nk-surface-list { list-style: none; padding: 0; margin: 25px 0 29px; border-top: 1px solid var(--line); }
.nk-surface-list li { padding: 15px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 100px 1fr; gap: 20px; }
.nk-surface-list strong { font-size: 15px; font-weight: 650; }
.nk-surface-list span { font-size: 14px; line-height: 1.65; color: var(--muted); }
.norrkoping .review-section { padding-block: 42px; }
.norrkoping .review-inner { grid-template-columns: 1fr 220px; gap: 75px; }
.norrkoping .review-inner figure { border: 0; padding: 0; }
.norrkoping .review-rating { padding-left: 35px; border-left: 1px solid #ccd9e3; }
.norrkoping .review-inner blockquote { font-size: 27px; max-width: 780px; }
.nk-process { background: white; }
.nk-process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.nk-process-intro p:not(.eyebrow) { color: var(--muted); max-width: 370px; }
.nk-process-intro .button { margin-top: 13px; }
.nk-timeline { list-style: none; padding: 0; margin: 0; }
.nk-timeline li { display: grid; grid-template-columns: 49px 1fr; gap: 25px; padding-bottom: 29px; position: relative; }
.nk-timeline li:not(:last-child)::before { content: ''; position: absolute; top: 49px; bottom: 0; left: 24px; width: 1px; background: #d4e1e9; }
.nk-timeline li:last-child { padding-bottom: 0; }
.nk-step-number { width: 49px; height: 49px; display: grid; place-items: center; color: var(--navy); background: #eef4f8; border: 1px solid #d9e5ed; border-radius: 50%; font-size: 14px; font-weight: 650; }
.nk-timeline h3 { padding-top: 10px; font-size: 21px; margin-bottom: 10px; }
.nk-timeline p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0; }
.nk-local { background: var(--navy); color: white; padding-block: 75px; }
.nk-local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.nk-local .eyebrow { color: #b5d3e2; }
.nk-local .section-copy > p:not(.eyebrow) { color: #d2dfe9; }
.nk-local .area-box { border-color: #83b5cc; }
.nk-local .area-box h3 { color: white; }
.nk-local .area-box p { color: #cfdeea; font-size: 15px; }
.nk-local .text-link { color: white; border-color: #ffffff50; }
.nk-local-photo { margin: 0; }
.nk-local-photo img { width: 100%; height: 395px; object-fit: cover; border-radius: 12px; }
.nk-local-photo figcaption { font-size: 12px; color: #b7ccda; margin-top: 12px; }
.norrkoping .faq-section { grid-template-columns: .75fr 1.25fr; }
.norrkoping .contact-section { background: #edf3f7; color: var(--navy); border-top: 1px solid #dde7ee; }
.norrkoping .contact-copy .eyebrow { color: #507d91; }
.norrkoping .contact-copy > p:not(.eyebrow) { color: var(--muted); }
.norrkoping .contact-copy .check-list { color: var(--ink); }
.norrkoping .contact-copy .check-list li:before { color: #3f8095; }
.norrkoping .contact-details { border-color: #cad9e4; }
.norrkoping .contact-details > span, .norrkoping .contact-details small { color: #647787; }
.norrkoping .quote-form { border: 1px solid #dce6ed; box-shadow: 0 12px 45px #203e5910; }
.norrkoping .image-label { font-size: 12px; }
.norrkoping .image-source { font-size: 12px; }
.norrkoping .comparison-caption { font-size: 14px; }
.norrkoping .logo-location { font-size: 10px; }
.norrkoping .logo-location strong { font-size: 11px; }
@media (max-width: 1230px) {
  .nk-hero-grid { gap: 35px; }
  .nk-hero-photo { min-height: 540px; }
  .norrkoping .results-section { gap: 50px; }
  .nk-process-grid { gap: 60px; }
  .nk-local-grid { gap: 50px; }
  .norrkoping .hero-actions { gap: 12px; }
}
@media (max-width: 960px) {
  .nk-hero-grid { gap: 27px; padding-block: 35px; }
  .norrkoping .hero h1 { font-size: 45px; letter-spacing: -1.5px; }
  .nk-hero-lead { font-size: 22px; }
  .norrkoping .hero-description { font-size: 16px; }
  .nk-hero-photo { min-height: 515px; }
  .norrkoping .hero-actions { align-items: flex-start; flex-direction: column; gap: 5px; }
  .nk-photo-caption { left: 14px; right: 14px; bottom: 14px; padding: 12px 15px; }
  .nk-photo-caption strong { font-size: 14px; }
  .nk-photo-caption > span:last-child { display: none; }
  .norrkoping .results-section { gap: 35px; }
  .nk-surface-list li { grid-template-columns: 1fr; gap: 3px; }
  .nk-process-grid { gap: 40px; }
  .nk-local-grid { gap: 35px; }
  .nk-local-photo img { height: 400px; }
  .norrkoping .review-inner { grid-template-columns: 1fr 190px; gap: 40px; }
  .norrkoping .review-rating { padding-left: 25px; }
  .norrkoping .review-inner blockquote { font-size: 23px; }
}
@media (max-width: 740px) {
  .nk-hero-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 36px 27px; }
  .norrkoping .hero-content { padding: 4px 0 0; }
  .norrkoping .hero .eyebrow { font-size: 12px; letter-spacing: 1.1px; margin-bottom: 19px; }
  .norrkoping .hero h1 { font-size: clamp(38px, 10.8vw, 50px); margin-bottom: 20px; letter-spacing: -1.4px; }
  .nk-hero-lead { font-size: 22px; max-width: 365px; margin-bottom: 15px; }
  .norrkoping .hero-description { margin-bottom: 22px; }
  .norrkoping .hero-actions { flex-direction: row; align-items: center; gap: 10px 21px; }
  .norrkoping .hero-actions .button { width: auto; min-width: 255px; }
  .norrkoping .hero-actions .text-link { width: auto; justify-content: flex-start; padding: 10px 0; }
  .norrkoping .hero-note { font-size: 12px; margin-top: 13px; }
  .nk-hero-photo { min-height: 340px; }
  .nk-hero-photo img { object-position: 38% 54%; border-radius: 11px; }
  .nk-photo-caption { padding: 12px 15px; }
  .norrkoping .trust-grid { padding-block: 24px; gap: 17px; }
  .norrkoping .trust-grid strong { font-size: 14px; }
  .norrkoping .trust-grid small { font-size: 12px; }
  .norrkoping .results-section { grid-template-columns: 1fr; gap: 28px; }
  .norrkoping .results-section > .section-copy { order: -1; }
  .norrkoping .comparison { aspect-ratio: .9; }
  .nk-surface-list li { grid-template-columns: 90px 1fr; gap: 13px; }
  .nk-surface-list { margin-block: 23px; }
  .norrkoping .review-section { padding-block: 34px; }
  .norrkoping .review-inner { grid-template-columns: 1fr; gap: 24px; }
  .norrkoping .review-rating { border-left: 0; border-top: 1px solid #ccd9e3; padding: 19px 0 0; }
  .norrkoping .review-inner figure { padding: 0; }
  .norrkoping .review-inner figcaption { font-size: 13px; }
  .nk-process-grid, .nk-local-grid { grid-template-columns: 1fr; gap: 35px; }
  .nk-process-intro p:not(.eyebrow) { max-width: none; }
  .nk-process-intro .button { margin-top: 3px; }
  .nk-timeline li { grid-template-columns: 41px 1fr; gap: 18px; }
  .nk-step-number { width: 41px; height: 41px; }
  .nk-timeline li:not(:last-child)::before { top: 41px; left: 20px; }
  .nk-timeline h3 { font-size: 19px; padding-top: 8px; }
  .nk-timeline p { font-size: 16px; }
  .nk-local { padding-block: 57px; }
  .nk-local-photo img { height: 315px; }
  .norrkoping .faq-section { grid-template-columns: 1fr; }
  .norrkoping .contact-copy h2 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .norrkoping * { scroll-behavior: auto; }
}
