/* Startsidan. Allt innehåll är synligt även utan JavaScript. */
.nh-page { zoom: 1 !important; overflow-x: clip !important; }
.nh-page .menuopen { width: 44px; height: 44px; padding: 11px; object-fit: contain; border: 0; background: transparent; cursor: pointer; }
.nh-page #mobilemenu { z-index: 1100; overflow-y: auto; overscroll-behavior: contain; padding-bottom: 90px; }
.nh-page #mobilemenu .cross { display: grid; place-items: center; width: 44px; height: 44px; margin: 0; cursor: pointer; }
.nh-page #mobilemenu :is(a,button,[role=button]) { min-height: 44px; }
.nh-page :is(.menuopen,#mobilemenu .cross):focus-visible { outline: 3px solid #b57b2e; outline-offset: 2px; }
.nh-home :is(#boka,#tjanster) { scroll-margin-top: 105px; }
.nh-home {
  --nh-ink: #142f2b;
  --nh-muted: #59645f;
  --nh-green: #214d43;
  --nh-paper: #fbfaf7;
  --nh-sand: #eee9e0;
  --nh-line: #dedfd7;
  color: var(--nh-ink);
  background: var(--nh-paper);
  font-size: 15px;
  line-height: 1.65;
  overflow: clip;
}
.nh-home *, .nh-home *::before, .nh-home *::after { box-sizing: border-box; }
.nh-home :is(h1,h2,h3,p,ul,ol) { margin-top: 0; }
.nh-home h1, .nh-home h2, .nh-page .nh-home .hz-h2 {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-weight: 400 !important;
  letter-spacing: -.035em !important;
  line-height: 1.08;
  text-wrap: balance;
  color: var(--nh-ink);
}
.nh-home h2, .nh-page .nh-home .hz-h2 { font-size: clamp(32px, 3.4vw, 48px) !important; margin-bottom: 20px; }
.nh-home h3 { font-size: 16px; font-weight: 650; letter-spacing: -.025em; }
.nh-home p { text-wrap: pretty; }
.nh-home em { font-weight: inherit; }
.nh-home :is(h1,h2) :is(em,span) { font-family: inherit !important; }
.nh-home img { display: block; max-width: 100%; mix-blend-mode: normal !important; }
.nh-home a { color: inherit; }
.nh-home .nj-btn { color: #fff; }
.nh-home .nj-btn--ghost { color: var(--nh-ink); }
.nh-home :is(a,button,input,select,summary):focus-visible { outline: 3px solid #b57b2e !important; outline-offset: 5px; }
.nh-wrap, .nh-page .nh-home .hz-wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.nh-page .nh-home .hz-wrap { padding-inline: 0; max-width: none; }
.nh-home .nh-eyebrow { display: block; color: #667364; font-size: 11px; font-weight: 650; letter-spacing: .19em; text-transform: uppercase; margin-bottom: 17px; line-height: 1.5; }
.nh-home .hz-mark::after, .nh-home .hz-mark::before { display: none; }
.nh-home .hz-mark { background: none; }
.nh-home .hz-section { padding: 68px 0; }
.nh-home .hz-head { margin-bottom: 28px; }
.nh-home .hz-sub { font-size: 15px; color: var(--nh-muted); max-width: 660px; }
.nh-home .nh-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.nh-home .nh-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 25px; background: var(--nh-green); color: white; padding: 14px 23px; border: 1px solid var(--nh-green); border-radius: 6px; font-size: 13px; font-weight: 650; text-decoration: none; line-height: 1.4; transition: background .2s, transform .2s; }
.nh-home .nh-button:hover { background: #15392f; color: white; transform: translateY(-2px); }
.nh-home .nh-button--light { background: var(--nh-sand); border-color: var(--nh-sand); color: var(--nh-ink); }
.nh-home .nh-button--light:hover { background: #fff; color: var(--nh-ink); }
.nh-home .nh-button--outline { background: #ffffff0b; border-color: #ffffff70; color: white; gap: 13px; }
.nh-home .nh-button small { display: block; font-size: 10px; font-weight: 450; }
.nh-home .nh-button .bi { font-size: 18px; }
.nh-text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 12px; font-weight: 650; text-decoration: none; border-bottom: 1px solid #a5b0a6; }
.nh-text-link:hover { border-color: var(--nh-green); }
.nh-hero { min-height: 580px; position: relative; background: #142f2b; isolation: isolate; }
.nh-hero__photo { position: absolute; inset: 0 0 0 24%; z-index: 0; overflow: hidden; }
.nh-hero__photo picture { display: block; height: 100%; }
.nh-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 9%; }
.nh-hero::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #142f2b 0%, #142f2bf0 27%, #142f2b99 48%, #142f2b05 78%); }
.nh-hero__inner { min-height: inherit; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; padding-block: 66px; }
.nh-hero__copy { max-width: 620px; }
.nh-home .nh-hero .nh-eyebrow { color: #dfdfca; }
.nh-home .nh-hero h1 { font-size: clamp(42px, 4.75vw, 67px) !important; color: #fffdf5; margin: 0 0 24px; line-height: 1.06; }
.nh-hero h1 em { color: #e2d1ae; }
.nh-home .nh-hero__lead { max-width: 445px; font-size: 16px; line-height: 1.7; color: #f0f0e6; margin-bottom: 29px; }
.nh-hero .nh-button:first-child { background: #efe9dc; color: #173a31; border-color: #efe9dc; }
.nh-hero .nh-button:first-child:hover { background: white; }
.nh-hero__assurances { display: flex; flex-wrap: wrap; gap: 20px; font-size: 10px; color: #f5f4ec; margin-top: 26px; }
.nh-hero__assurances .bi { margin-right: 5px; color: #d5decd; }
.nh-hero__caption { font-family: Georgia, serif; font-size: 22px; line-height: 1.35; text-align: right; position: absolute; right: 0; bottom: 34px; color: white; text-shadow: 0 1px 12px #142f2b; }
.nh-booking { background: #f1ede5; border-bottom: 1px solid #e5e1d8; }
.nh-booking__inner { display: grid; grid-template-columns: 245px 1fr; gap: 42px; align-items: center; padding-block: 27px; }
.nh-home .nh-booking__intro .nh-eyebrow { margin-bottom: 8px; }
.nh-home .nh-booking__intro h2 { font-size: 26px !important; line-height: 1.15; margin: 0; }
.nh-page .nh-home .hz-bookcard { background: none; box-shadow: none; border: 0; padding: 0; margin: 0; width: 100%; max-width: none; display: grid; grid-template-columns: minmax(0,1fr) 225px; gap: 0 12px; border-radius: 0; }
.nh-page .nh-home .hz-bookcard__row { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); gap: 12px; margin: 0; }
.nh-page .nh-home .hz-bookcard__row > * { min-width: 0; }
.nh-page .nh-home .hz-bookcard label { display: block; font-size: 11px; line-height: 1.5; margin: 0 0 5px; font-weight: 600; color: #344c40; }
.nh-page .nh-home .hz-bookcard :is(input,select) { width: 100%; min-height: 50px; height: 50px; padding: 10px 13px; font: inherit; font-size: 13px; border: 1px solid #d6d8cc; background-color: #fffdf9; border-radius: 5px; color: var(--nh-ink); box-shadow: none; }
.nh-page .nh-home .hz-bookcard__submit { margin: 0; align-self: end; }
.nh-page .nh-home .hz-bookcard__submit .nj-btn { min-height: 50px; border-radius: 5px; padding: 10px 16px; font-size: 12px; background: var(--nh-green); width: 100%; }
.nh-page .nh-home .hz-bookcard__note { grid-column: 1/-1; margin: 6px 0 0; font-size: 10px; line-height: 1.5; color: #586153; padding: 0; }
.nh-confidence { background: #fffefa; }
.nh-confidence__inner { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 24px; align-items: center; padding-block: 24px 18px; }
.nh-page .nh-home .hz-hero__ratings { margin: 0 0 9px; font-size: 11px; display: flex; gap: 8px; }
.nh-page .nh-home .stars { color: #926014; }
.nh-page .nh-home .hz-hero__logos { margin: 0; display: flex; align-items: center; gap: 16px; opacity: .75; flex-wrap: wrap; }
.nh-page .nh-home .hz-hero__logos img { max-height: 21px; max-width: 70px; height: auto; width: auto; object-fit: contain; }
.nh-confidence__fact { display: flex; gap: 16px; align-items: center; font-size: 11px; color: var(--nh-muted); border-left: 1px solid #e8e6dc; padding-left: 32px; }
.nh-confidence__fact > .bi { font-size: 29px; color: #8b846c; }
.nh-confidence__fact b { display: block; color: var(--nh-ink); font-size: 15px; }
.nh-page .nh-home .hz-hero__trust { grid-column: 1/-1; margin: 0; padding-top: 12px; border-top: 1px solid #eeece4; display: flex; gap: 24px; justify-content: center; font-size: 10px; }
.nh-page .nh-home .hz-refs { padding: 26px 0 30px; background: #fffefa; border-top: 1px solid #efeee6; }
.nh-page .nh-home .hz-refs__label { font-size: 10px; letter-spacing: .15em; color: #626d62; margin-bottom: 24px; }
.nh-page .nh-home .hz-marquee { width: 100%; max-width: 100%; overflow: hidden; }
.nh-page .nh-home .hz-marquee__item { min-width: 150px; height: 48px; }
.nh-page .nh-home .hz-marquee__item img { max-height: 42px; max-width: 133px; filter: grayscale(1); opacity: .67; }
.nh-page .nh-home .hz-marquee:hover .hz-marquee__track { animation-play-state: paused; }
.nh-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 25px; margin-bottom: 27px; }
.nh-home .nh-section-head .nh-eyebrow { margin-bottom: 10px; }
.nh-home .nh-section-head h2 { margin: 0; }
.nh-section-head > a { flex: 0 0 auto; }
.nh-mobile-break { display: none; }
.nh-featured { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.nh-service { display: block; text-decoration: none !important; background: #f2efe8; border-radius: 7px; overflow: hidden; }
.nh-service__image { aspect-ratio: 1.5; overflow: hidden; position: relative; background: #e4e7dd; }
.nh-service__image img { width: 100%; height: 100%; object-fit: cover; transform: scale(var(--nh-photo-scale, 1)); transition: transform .5s ease; }
.nh-service:nth-child(2) img { object-position: 50% 40%; }
.nh-service:nth-child(3) img { object-position: 45% 40%; }
.nh-service:nth-child(4) img { object-position: 67% 50%; }
.nh-service:hover .nh-service__image img { transform: scale(calc(var(--nh-photo-scale, 1) * 1.045)); }
.nh-service__arrow { position: absolute; right: 13px; bottom: 13px; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: #fffdf5; color: #214d43; transition: background .2s, color .2s; }
.nh-service:hover .nh-service__arrow { background: #214d43; color: white; }
.nh-service__body { padding: 20px 17px 22px; }
.nh-home .nh-service h3 { font-size: 17px; margin-bottom: 7px; }
.nh-home .nh-service p { font-size: 11px; line-height: 1.7; color: #5c655c; margin-bottom: 0; }
.nh-catalogue { margin-top: 26px; border-bottom: 1px solid var(--nh-line); }
.nh-catalogue > summary { display: flex; align-items: center; gap: 15px; cursor: pointer; min-height: 58px; font-size: 13px; font-weight: 650; list-style: none; }
.nh-catalogue > summary > span { font-size: 11px; font-weight: 400; color: var(--nh-muted); }
.nh-catalogue > summary .bi { margin-left: auto; }
.nh-catalogue[open] > summary .bi { transform: rotate(45deg); }
.nh-catalogue__body { padding: 18px 0 30px; }
.nh-home .nh-catalogue .hz-tabs { justify-content: start; flex-wrap: wrap; }
.nh-home .nh-catalogue .hz-servicegrid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.nh-home .nh-catalogue .hz-tab { min-height: 44px; }
.nh-why { padding: 12px 0 68px; }
.nh-why__grid { display: grid; grid-template-columns: 1.05fr .9fr 1fr; gap: 42px; align-items: center; }
.nh-home .nh-why__copy h2 { font-size: clamp(30px,3vw,42px) !important; }
.nh-home .nh-why__copy p { font-size: 13px; color: var(--nh-muted); margin-bottom: 26px; }
.nh-why__image { align-self: stretch; position: relative; border-radius: 6px; overflow: hidden; min-height: 325px; }
.nh-why__image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.nh-why__image span { position: absolute; inset: auto 0 0; background: linear-gradient(transparent,#142f2bd9); padding: 50px 20px 20px; font-family: Georgia, serif; font-size: 18px; color: white; }
.nh-home .nh-benefits { list-style: none; padding: 0; margin: 0; display: grid; gap: 25px; }
.nh-benefits li { display: flex; gap: 16px; align-items: start; }
.nh-benefits li > .bi { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; background: #ece7dd; border-radius: 50%; font-size: 21px; color: #5c6554; }
.nh-home .nh-benefits h3 { font-size: 13px; margin: 0 0 5px; }
.nh-home .nh-benefits p { font-size: 12px; line-height: 1.65; color: var(--nh-muted); margin: 0; }
.nh-process { padding: 33px 0 39px; background: #f0ede5; }
.nh-process__heading { display: flex; align-items: baseline; gap: 18px; margin-bottom: 20px; }
.nh-home .nh-process__heading h2 { font-size: 24px !important; margin: 0; }
.nh-home .nh-process__heading .nh-eyebrow { margin: 0; }
.nh-home .nh-process ol { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 45px; }
.nh-process li { display: flex; gap: 19px; }
.nh-process li > span { font-family: Georgia,serif; font-size: 32px; line-height: 1; color: #8d846f; padding-top: 4px; }
.nh-home .nh-process h3 { font-size: 13px; margin: 0 0 6px; }
.nh-home .nh-process p { font-size: 11px; color: var(--nh-muted); margin: 0; max-width: 235px; }
.nh-page .nh-home .hz-band { margin: 28px 0; padding: 60px 0; background: #e9f4fb; }
.nh-page .nh-home .hz-band .hz-h2 { margin-bottom: 15px; }
.nh-home .hz-citychips { gap: 9px; }
.nh-home .hz-citychips .nj-chip { min-height: 44px; font-size: 12px; padding: 11px 18px; }
.nh-page .nh-home .nh-reviews { padding: 54px 0 62px; background: #f7f5f0; }
.nh-reviews > .hz-wrap { position: relative; display: grid; grid-template-columns: .9fr 2fr; gap: 0 45px; }
.nh-page .nh-home .nh-reviews .hz-head { text-align: left; width: auto; margin: 0; grid-column: 1; grid-row: 1; }
.nh-page .nh-home .nh-reviews .hz-h2 { font-size: clamp(30px,3vw,39px) !important; }
.nh-page .nh-home .nh-reviews .hz-rev-summary { position: static; width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 7px; margin: 4px 0 15px; grid-column: 1; grid-row: 2; }
.nh-page .nh-home .nh-reviews .hz-rev-summary .score { font-size: 20px; }
.nh-page .nh-home .nh-reviews .hz-rev-summary .meta { width: 100%; font-size: 10px; }
.nh-page .nh-home .nh-reviews .hz-revgrid { grid-column: 2; grid-row: 1/4; min-width: 0; margin: 0; display: grid; grid-auto-columns: calc((100% - 18px)/2); grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; gap: 18px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #d2d6ca transparent; padding: 4px 2px 15px; scroll-behavior: smooth; }
.nh-page .nh-home .nh-reviews .hz-review { width: auto; min-width: 0; padding: 24px 20px; border-radius: 5px; border: 1px solid #e7e6de; background: #fffefa; box-shadow: none; scroll-snap-align: start; }
.nh-page .nh-home .hz-review p { font-size: 12px; display: block; overflow: visible; -webkit-line-clamp: unset; margin-bottom: 0; }
.nh-page .nh-home .hz-review__name { font-size: 12px; }
.nh-page .nh-home .hz-review__date { font-size: 10px; }
.nh-page .nh-home .hz-review__top img { width: 33px; height: 33px; }
.nh-review-controls { display: flex; gap: 8px; margin-top: 0; grid-column: 1; grid-row: 3; }
.nh-review-controls button { border: 1px solid #dce0d3; background: #fffefa; color: var(--nh-ink); border-radius: 50%; width: 44px; height: 44px; display: grid; place-items: center; cursor: pointer; }
.nh-review-controls button:disabled { opacity: .35; cursor: default; }
.nh-page .nh-home .nj-promise--home { background: #ece9df; color: var(--nh-ink); padding: 44px 0; }
.nh-page .nh-home .nj-promise--home::after, .nh-page .nh-home .nj-promise--home::before { display: none; }
.nh-page .nh-home .nj-promise--home :is(h2,h3,p,span) { color: var(--nh-ink); }
.nh-page .nh-home .nj-promise--home .hz-h2 { font-size: 31px !important; }
.nh-page .nh-home .nj-promise__card { background: transparent; border: 0; box-shadow: none; padding: 10px 22px; border-radius: 0; }
.nh-page .nh-home .nj-promise__n { color: #7a715b; }
.nh-page .nh-home .nj-promise__list { margin: 24px 0 0; gap: 35px; }
.nh-page .nh-home .nj-promise__list li { background: none; border: 0; border-radius: 0; padding: 0; }
.nh-page .nh-home .nj-promise__list h3 { font-size: 13px; margin-bottom: 8px; }
.nh-page .nh-home .nj-promise__list p { font-size: 12px; line-height: 1.7; margin: 0; }
.nh-page .nh-home .nj-promise__num { font-family: Georgia,serif; font-size: 26px; color: #7b735f; line-height: 1.2; margin-bottom: 10px; }
.nh-faq { padding: 66px 0; }
.nh-faq__grid { display: grid; grid-template-columns: .75fr 1.5fr; gap: 72px; }
.nh-home .nh-faq h2 { font-size: 40px !important; }
.nh-faq p { color: var(--nh-muted); font-size: 13px; }
.nh-faq__items { border-top: 1px solid var(--nh-line); }
.nh-faq details { border-bottom: 1px solid var(--nh-line); }
.nh-faq summary { min-height: 62px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 16px 0; cursor: pointer; font-size: 13px; font-weight: 600; list-style: none; }
.nh-home summary::-webkit-details-marker { display: none; }
.nh-faq summary .bi { flex: 0 0 auto; font-size: 15px; }
.nh-faq details[open] summary .bi { transform: rotate(45deg); }
.nh-faq details p { padding: 0 28px 19px 0; margin: 0; line-height: 1.75; }
.nh-page .nh-home .hz-hubs { padding: 35px 0 70px; background: #fffefa; }
.nh-home .hz-hubs .hz-head { margin-bottom: 38px; }
.nh-home .hz-hubcol { border-radius: 6px; padding: 9px; transition: background .15s; }
.nh-home .hz-hubcol.is-hit { background: #e9f2e8; }
.nh-home .hz-hubcol__h { font-size: 14px; }
.nh-home .hz-hubcol__h a { color: #245b4c; }
.nh-home .hz-hubcol li { margin-bottom: 6px; }
.nh-home .hz-hubcol li a { display: inline-block; min-height: 28px; padding-block: 3px; font-size: 12px; }
.nh-home .hz-hubcol__more { min-height: 35px; display: inline-flex; align-items: center; gap: 8px; font-size: 11px; }
.nh-page .nh-home .hz-hubcol { margin: 0; }
.nh-page .nh-home .hz-hubcol ul { gap: 0; }
.nh-page .nh-home .hz-hubcol li { margin: 0; }
.nh-page .nh-home .hz-hubcol li a { display: inline-flex; min-height: 32px; font-size: 13px; }
.nh-page .nh-home .hz-hubs .nj-btn { color: #fff; }
.nh-final { background: linear-gradient(90deg, #123b32f2, #123b3299), url('/public/front_asset/images/homepage/stad-vy.webp') center 56% / cover; color: #fffdf3; padding: 51px 0 58px; }
.nh-final__inner { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.nh-home .nh-final .nh-eyebrow { color: #d4d9c2; }
.nh-home .nh-final h2 { color: #fffdf3; font-size: 42px !important; margin-bottom: 15px; }
.nh-home .nh-final p { color: #dce2d5; font-size: 13px; margin: 0; }
.nh-final .nh-actions { flex-direction: column; align-items: stretch; flex: 0 0 250px; }
.nh-final__phone { display: flex; justify-content: center; align-items: center; min-height: 44px; gap: 12px; color: #fff !important; font-size: 13px; text-decoration: none; }
.nh-page .nh-home .nj-anim { opacity: 1 !important; transform: none !important; }
@media (min-width: 1800px) { .nh-hero__photo { inset-inline-start: 35%; } }
@media (max-width: 1100px) {
  .nh-wrap, .nh-page .nh-home .hz-wrap { width: calc(100% - 64px); }
  .nh-hero { min-height: 555px; }
  .nh-hero__copy { max-width: 565px; }
  .nh-hero__photo { inset-inline-start: 15%; }
  .nh-booking__inner { grid-template-columns: 185px 1fr; gap: 22px; }
  .nh-page .nh-home .hz-bookcard { grid-template-columns: minmax(0,1fr) 180px; }
  .nh-page .nh-home .hz-bookcard__submit .nj-btn { font-size: 10px; }
  .nh-featured { gap: 12px; }
  .nh-service__body { padding: 16px 12px; }
  .nh-why__grid { gap: 25px; grid-template-columns: 1fr .85fr 1fr; }
  .nh-benefits li { gap: 11px; }
  .nh-benefits li > .bi { width: 32px; height: 32px; flex-basis: 32px; font-size: 17px; }
  .nh-faq__grid { gap: 40px; }
  .nh-final__inner { gap: 24px; }
}
@media (max-width: 800px) {
  .nh-wrap, .nh-page .nh-home .hz-wrap { width: calc(100% - 40px); }
  .nh-hero { min-height: 570px; }
  .nh-hero__inner { padding-block: 52px; }
  .nh-hero__photo { inset-inline-start: 0; }
  .nh-hero::after { background: linear-gradient(90deg,#142f2bf5,#142f2be0 36%,#142f2b45); }
  .nh-hero__caption { display: none; }
  .nh-booking__inner { grid-template-columns: 1fr; gap: 18px; }
  .nh-home .nh-booking__intro { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
  .nh-home .nh-booking__intro h2 { font-size: 23px !important; }
  .nh-home .nh-booking__intro .nh-eyebrow { margin: 0; }
  .nh-confidence__inner { gap: 18px; grid-template-columns: 1.4fr 1fr; }
  .nh-confidence__fact { padding-left: 20px; }
  .nh-confidence__fact:nth-child(3) { display: none; }
  .nh-featured { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
  .nh-service__image { aspect-ratio: 1.6; }
  .nh-service__body { padding: 18px; }
  .nh-why__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .nh-why__image { min-height: 300px; }
  .nh-home .nh-benefits { grid-column: 1/-1; grid-template-columns: repeat(3,1fr); gap: 20px; }
  .nh-benefits li { flex-direction: column; }
  .nh-process ol { gap: 20px !important; }
  .nh-process li { gap: 12px; }
  .nh-process li > span { font-size: 25px; }
  .nh-reviews > .hz-wrap { grid-template-columns: 1fr auto; }
  .nh-page .nh-home .nh-reviews .hz-head { width: 100%; grid-column: 1/-1; }
  .nh-page .nh-home .nh-reviews .hz-rev-summary { position: static; width: 100%; margin: 15px 0; }
  .nh-page .nh-home .nh-reviews .hz-rev-summary .meta { width: auto; }
  .nh-page .nh-home .nh-reviews .hz-revgrid { grid-column: 1/-1; grid-row: 3; margin: 12px 0 0; }
  .nh-review-controls { margin: 0; position: static; grid-column: 2; grid-row: 2; align-self: center; }
  .nh-faq__grid { grid-template-columns: 1fr 1.45fr; gap: 30px; }
  .nh-home .nh-faq h2 { font-size: 33px !important; }
  .nh-page .nh-home .hz-hubs__grid { gap: 25px; }
  .nh-home .hz-hubgrid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nh-final__inner { flex-direction: column; align-items: flex-start; }
  .nh-final .nh-actions { flex: 0 0 auto; flex-direction: row; align-items: center; gap: 25px; }
}
@media (max-width: 575px) {
  .nh-page header > .container-fluid > .container > .row { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 8px; }
  .nh-page header .row > .col-auto { width: auto; padding-inline: 0; }
  .nh-page header .smallheader { min-width: 0; padding-inline: 0; }
  .nh-page header .smallheader ul { display: flex; flex-direction: column; gap: 5px; margin: 0; padding: 0; }
  .nh-page header .smallheader li { min-width: 0; margin: 0 !important; }
  .nh-page header .smallheader a { font-size: 10px; letter-spacing: 0; white-space: nowrap; }
  .nh-page header .smallheader .bi { font-size: 11px; margin-right: 5px !important; }
  .nh-page header .navbar { padding-block: 0; }
  .nh-home { font-size: 14px; }
  .nh-wrap, .nh-page .nh-home .hz-wrap { width: calc(100% - 36px); }
  .nh-hero { min-height: 0; display: flex; flex-direction: column; }
  .nh-hero__photo { position: relative; inset: auto; height: 240px; order: 0; z-index: auto; }
  .nh-hero__photo img { object-position: 52% 7%; }
  .nh-hero::after { display: none; }
  .nh-hero__inner { padding-block: 29px 30px; min-height: 0; order: 1; }
  .nh-home .nh-hero .nh-eyebrow { font-size: 9px; letter-spacing: .18em; margin-bottom: 17px; }
  .nh-home .nh-hero h1 { font-size: clamp(34px,9.4vw,50px) !important; margin-bottom: 17px; }
  .nh-home .nh-hero__lead { font-size: 13px; line-height: 1.75; margin-bottom: 21px; }
  .nh-hero .nh-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .nh-hero .nh-button { padding: 12px; font-size: 11px; gap: 11px; min-height: 54px; }
  .nh-hero .nh-button small { font-size: 9px; }
  .nh-hero .nh-button .bi { font-size: 14px; }
  .nh-hero__assurances { gap: 12px; font-size: 8px; margin-top: 20px; }
  .nh-hero__assurances .bi { margin-right: 3px; }
  .nh-booking__inner { padding-block: 25px 22px; }
  .nh-home .nh-booking__intro { display: block; }
  .nh-home .nh-booking__intro .nh-eyebrow { font-size: 9px; margin-bottom: 9px; }
  .nh-page .nh-home .hz-bookcard { display: block; }
  .nh-page .nh-home .hz-bookcard__row { grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); }
  .nh-page .nh-home .hz-bookcard :is(input,select) { font-size: 16px; height: 50px; }
  .nh-page .nh-home .hz-bookcard__submit { margin-top: 12px; }
  .nh-page .nh-home .hz-bookcard__submit .nj-btn { font-size: 12px; }
  .nh-page .nh-home .hz-bookcard__note { text-align: center; font-size: 9px; margin-top: 9px; }
  .nh-confidence__inner { display: flex; flex-wrap: wrap; justify-content: center; text-align: center; gap: 20px; padding-block: 24px 18px; }
  .nh-confidence__inner > div:first-child { width: 100%; }
  .nh-page .nh-home .hz-hero__ratings, .nh-page .nh-home .hz-hero__logos { justify-content: center; }
  .nh-confidence__fact { border: 0; padding: 0; font-size: 10px; text-align: left; gap: 10px; }
  .nh-confidence__fact b { font-size: 12px; }
  .nh-confidence__fact > .bi { font-size: 23px; }
  .nh-confidence__fact:nth-child(3) { display: flex; }
  .nh-page .nh-home .hz-hero__trust { width: 100%; flex-wrap: wrap; font-size: 9px; gap: 8px 18px; }
  .nh-page .nh-home .hz-refs { padding-block: 23px; }
  .nh-page .nh-home .hz-refs__label { font-size: 8px; letter-spacing: .1em; margin-bottom: 20px; }
  .nh-home .hz-section { padding: 43px 0; }
  .nh-section-head { display: block; margin-bottom: 21px; }
  .nh-home .nh-section-head h2 { font-size: 33px !important; }
  .nh-section-head > a { margin-top: 13px; }
  .nh-mobile-break { display: block; }
  .nh-featured { gap: 12px; }
  .nh-service__image { aspect-ratio: 1.03; }
  .nh-service__arrow { width: 29px; height: 29px; font-size: 13px; bottom: 9px; right: 9px; }
  .nh-service__body { padding: 14px 12px 16px; }
  .nh-home .nh-service h3 { font-size: 14px; }
  .nh-home .nh-service p { font-size: 10px; line-height: 1.6; }
  .nh-catalogue > summary { font-size: 12px; }
  .nh-catalogue > summary > span { display: none; }
  .nh-home .nh-catalogue .hz-servicegrid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .nh-home .nh-catalogue .hz-tab { font-size: 11px; }
  .nh-why { padding: 2px 0 43px; }
  .nh-why__grid { grid-template-columns: 1fr; gap: 25px; }
  .nh-home .nh-why__copy h2 { font-size: 35px !important; }
  .nh-why__image { min-height: 0; height: 220px; }
  .nh-why__image img { object-position: center 46%; }
  .nh-home .nh-benefits { grid-template-columns: 1fr; gap: 23px; padding-top: 3px; }
  .nh-benefits li { flex-direction: row; gap: 16px; }
  .nh-benefits li > .bi { width: 40px; height: 40px; flex-basis: 40px; font-size: 20px; }
  .nh-process { padding-block: 29px 34px; }
  .nh-process__heading { display: block; margin-bottom: 27px; }
  .nh-home .nh-process__heading .nh-eyebrow { margin-bottom: 9px; }
  .nh-home .nh-process ol { grid-template-columns: 1fr; gap: 23px !important; }
  .nh-process li { gap: 20px; }
  .nh-process li > span { flex: 0 0 33px; font-size: 30px; }
  .nh-home .nh-process p { max-width: none; font-size: 12px; }
  .nh-home .nh-process h3 { font-size: 14px; }
  .nh-page .nh-home .hz-band { padding-block: 42px; }
  .nh-home .hz-citychips { gap: 8px; }
  .nh-home .hz-citychips .nj-chip { min-height: 44px; font-size: 11px; padding: 10px 13px; }
  .nh-page .nh-home .nh-reviews { padding-block: 38px 40px; }
  .nh-page .nh-home .nh-reviews .hz-head { max-width: 310px; }
  .nh-page .nh-home .nh-reviews .hz-h2 { font-size: 33px !important; }
  .nh-page .nh-home .nh-reviews .hz-rev-summary { margin: 8px 0 18px; max-width: calc(100% - 98px); }
  .nh-page .nh-home .nh-reviews .hz-rev-summary .meta { width: 100%; }
  .nh-review-controls { top: 155px; }
  .nh-page .nh-home .nh-reviews .hz-revgrid { grid-auto-columns: 88%; margin: 0; }
  .nh-page .nh-home .nh-reviews .hz-review { padding: 23px 20px; }
  .nh-page .nh-home .hz-review p { font-size: 13px; }
  .nh-page .nh-home .nj-promise--home { padding-block: 33px; }
  .nh-page .nh-home .nj-promise__card { padding: 13px 0; }
  .nh-page .nh-home .nj-promise__list { gap: 25px; }
  .nh-page .nh-home .nj-promise__list li { display: grid; grid-template-columns: 34px 1fr; gap: 0 15px; }
  .nh-page .nh-home .nj-promise__list .nj-promise__num { grid-column: 1; grid-row: 1/3; }
  .nh-page .nh-home .nj-promise__list h3 { grid-column: 2; grid-row: 1; }
  .nh-page .nh-home .nj-promise__list p { grid-column: 2; grid-row: 2; }
  .nh-faq { padding-block: 43px; }
  .nh-faq__grid { grid-template-columns: 1fr; gap: 22px; }
  .nh-home .nh-faq h2 { font-size: 35px !important; }
  .nh-faq summary { font-size: 12px; min-height: 62px; }
  .nh-page .nh-home .hz-hubs { padding-block: 38px 45px; }
  .nh-home .hz-hubs .hz-head { margin-bottom: 24px; }
  .nh-page .nh-home .hz-hubs__grid { grid-template-columns: 1fr; }
  .nh-page .nh-home .hz-hubs__map { max-width: 300px; width: 100%; margin-inline: auto; }
  .nh-page .nh-home .hz-svmap { height: 370px; width: 100%; }
  .nh-page .nh-home .hz-hubgrid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px 8px; }
  .nh-home .hz-hubcol { padding: 5px 0; }
  .nh-home .hz-hubcol__h { font-size: 11px; flex-wrap: wrap; }
  .nh-home .hz-hubcol__n { margin-left: 0; }
  .nh-home .hz-hubcol li a { min-height: 34px; font-size: 11px; padding-block: 6px; }
  .nh-home .hz-hubcol__more { font-size: 10px; min-height: 44px; }
  .nh-final { padding-block: 39px 43px; }
  .nh-home .nh-final h2 { font-size: 35px !important; }
  .nh-final .nh-actions { width: 100%; flex-direction: column; align-items: stretch; gap: 8px; }
  .nh-home .nh-eyebrow { font-size: 10px; }
}
.nh-story { padding: 35px 0 45px; background: #f3f0e9; }
.nh-story__grid { display: grid; grid-template-columns: .72fr 1.4fr; gap: 70px; align-items: center; }
.nh-home .nh-story h2 { font-size: clamp(32px, 3.1vw, 43px) !important; }
.nh-home .nh-story p { font-size: 13px; color: var(--nh-muted); max-width: 350px; }
.nh-home .nh-compare { --nh-split: 50%; margin: 0; min-width: 0; }
.nh-compare__frame { position: relative; aspect-ratio: 1.8; overflow: hidden; border-radius: 6px; user-select: none; touch-action: pan-y; }
.nh-compare.is-interactive .nh-compare__frame { cursor: ew-resize; }
.nh-compare__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; pointer-events: none; }
.nh-compare__before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--nh-split)) 0 0); }
.nh-compare__label { position: absolute; top: 15px; padding: 6px 13px; border-radius: 4px; font-size: 11px; color: white; background: #193e34e8; }
.nh-compare__label--before { left: 15px; }
.nh-compare__label--after { right: 15px; }
.nh-compare__divider { position: absolute; left: var(--nh-split); top: 0; bottom: 0; width: 2px; background: #fff; transform: translateX(-50%); pointer-events: none; }
.nh-compare__divider > span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; border-radius: 50%; width: 42px; height: 42px; background: white; color: #193e34; box-shadow: 0 2px 12px #142f2b20; }
.nh-compare__control { display: none; align-items: center; gap: 20px; }
.nh-compare.is-interactive .nh-compare__control { display: flex; }
.nh-compare__control label { font-size: 10px; color: #40554b; white-space: nowrap; }
.nh-compare__control input { min-width: 0; flex: 1; width: 100%; min-height: 44px; accent-color: #214d43; cursor: ew-resize; background: transparent; }
.nh-compare figcaption { font-size: 10px; color: #637164; margin-top: 7px; }
@media (max-width: 900px) { .nh-story__grid { gap: 32px; grid-template-columns: .8fr 1.2fr; } }
@media (max-width: 575px) {
  .nh-story { padding-block: 34px; }
  .nh-story__grid { grid-template-columns: 1fr; gap: 24px; }
  .nh-compare__frame { aspect-ratio: 1.3; }
  .nh-compare__label { top: 10px; font-size: 9px; padding: 5px 9px; }
  .nh-compare__label--before { left: 10px; }
  .nh-compare__label--after { right: 10px; }
  .nh-compare__divider > span { width: 35px; height: 35px; }
  .nh-compare__control { gap: 12px; }
  .nh-home .nh-compare figcaption { font-size: 9px; }
}
/* Mjuka sektionsövergångar. Lägre kurvor på små skärmar ger plats åt innehållet. */
.nh-home { --nh-curve-height: clamp(28px, 4vw, 58px); }
.nh-home > section { position: relative; }
.nh-home .nh-divider { position: absolute; inset-inline: 0; width: 100%; max-width: none; height: var(--nh-curve-height); display: block; z-index: 3; pointer-events: none; }
.nh-home .nh-divider--top { top: -1px; transform: rotate(180deg); }
.nh-home .nh-divider--bottom { bottom: -1px; }
.nh-home .nh-divider--top.nh-divider--reverse { transform: scaleY(-1); }
.nh-home .nh-divider--bottom.nh-divider--reverse { transform: scaleX(-1); }
.nh-home .nh-confidence { padding-top: calc(var(--nh-curve-height) * .6); }
.nh-page .nh-home .nh-services { padding-top: calc(36px + var(--nh-curve-height)); }
.nh-home .nh-story { padding-top: calc(28px + var(--nh-curve-height)); padding-bottom: 46px; }
.nh-home .nh-process { background: #fffefa; padding-top: calc(22px + var(--nh-curve-height)); padding-bottom: 44px; }
.nh-page .nh-home .hz-band { margin: 0; padding-block: calc(28px + var(--nh-curve-height)); }
.nh-page .nh-home .hz-band::before, .nh-page .nh-home .hz-band::after { display: none; }
.nh-page .nh-home .nj-promise--home { padding-block: calc(26px + var(--nh-curve-height)); }
.nh-page .nh-home .hz-hubs { padding-top: calc(28px + var(--nh-curve-height)); }
.nh-home .nh-final { padding-top: calc(30px + var(--nh-curve-height)); }
@media (max-width: 575px) {
  .nh-home { --nh-curve-height: 30px; }
  .nh-home .nh-hero__inner { padding-bottom: 44px; }
  .nh-home .nh-story { padding-bottom: 30px; }
  .nh-home .nh-process { padding-bottom: 30px; }
  .nh-page .nh-home .nh-services { padding-top: 58px; }
  .nh-page .nh-home .hz-band { padding-block: 58px; }
}
/* Referensens hero, omdömen, FAQ och rikstäckande kartpresentation. */
.nh-home .nh-hero { min-height: 535px; }
.nh-home .nh-hero__photo { inset: 0; }
.nh-home .nh-hero__photo img { object-position: 62% 50%; }
.nh-home .nh-hero::after { background: linear-gradient(90deg, #09291fe6 0%, #09291fc4 27%, #09291f66 43%, #09291f00 64%); }
.nh-home .nh-hero__inner { width: min(1320px, calc(100% - 80px)); padding-block: 48px 70px; }
.nh-home .nh-hero__copy { max-width: 530px; }
.nh-home .nh-hero h1 { font-size: clamp(43px, 4.2vw, 62px) !important; line-height: 1.06; margin-bottom: 32px; letter-spacing: -.045em !important; }
.nh-hero__underline { display: inline-block; position: relative; }
.nh-home .nh-hero__underline svg { display: block; position: absolute; width: 100%; height: 17px; left: 0; bottom: -17px; color: #f9c83e; overflow: visible; pointer-events: none; }
.nh-home .nh-hero__lead { max-width: 490px; line-height: 1.5; font-size: 16px; margin-bottom: 25px; }
.nh-home .nh-hero .nh-button { min-height: 58px; padding: 13px 22px; gap: 17px; font-size: 14px; border-radius: 8px; }
.nh-home .nh-hero .nh-button--book { background: #ffcf48; border: 1px solid #fff0ae; color: #102e29; box-shadow: inset 0 0 0 2px #f9dd76; }
.nh-home .nh-hero .nh-button--book:hover { background: #ffdd74; }
.nh-home .nh-hero .nh-button--outline { background: #f8f2e6; border-color: #e5dac4; color: #12332f; min-width: 198px; }
.nh-home .nh-hero .nh-button--outline:hover { background: white; }
.nh-home .nh-hero .nh-button small { font-size: 11px; font-weight: 600; }
.nh-home .nh-hero__assurances { font-size: 11px; gap: 19px; margin-top: 23px; }
.nh-home .nh-hero__assurances .bi { font-size: 15px; color: white; vertical-align: middle; }
.nh-home .nh-hero__caption { display: block; top: 28px; bottom: auto; right: 5px; font-family: 'Segoe Print', 'Bradley Hand', cursive; font-size: 22px; color: #123a33; text-shadow: 0 1px 8px #ffffffb3; transform: rotate(-6deg); }
.nh-hero__seal { position: absolute; right: 55px; bottom: 34px; display: grid; align-content: center; width: 126px; height: 126px; border-radius: 50%; background: #f9e8ad; color: #244539; text-align: center; font: 18px/1.25 'Segoe Print', 'Bradley Hand', cursive; transform: rotate(-9deg); }
.nh-proof { background: #fffefa; }
.nh-proof__grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); padding-block: 22px 25px; gap: 20px; }
.nh-proof__grid > div { display: flex; align-items: center; gap: 13px; font-size: 10px; line-height: 1.4; }
.nh-proof__grid > div + div { border-left: 1px solid #e9e3d7; padding-left: 20px; }
.nh-proof__grid .bi { font-size: 29px; color: #94866f; flex-shrink: 0; }
.nh-proof__grid b { display: block; font-size: 13px; line-height: 1.4; }
.nh-page .nh-home .nh-reviews { padding-block: 38px 46px; }
.nh-home .nh-reviews > .hz-wrap { grid-template-columns: .85fr 2.65fr; gap: 0 26px; }
.nh-page .nh-home .nh-reviews .hz-h2 { font-size: clamp(28px,2.65vw,38px) !important; }
.nh-page .nh-home .nh-reviews .hz-revgrid { grid-auto-columns: calc((100% - 28px) / 3); gap: 14px; padding-bottom: 8px; }
.nh-page .nh-home .nh-reviews .hz-review { display: flex; flex-direction: column; padding: 20px 17px; border-radius: 8px; }
.nh-page .nh-home .nh-reviews .hz-review > .stars { order: 0; color: #e99b24; letter-spacing: 1px; font-size: 17px; margin-bottom: 8px; }
.nh-page .nh-home .nh-reviews .hz-review > p { order: 1; flex: 1; font-size: 12px; line-height: 1.5; }
.nh-page .nh-home .nh-reviews .hz-review__top { order: 2; margin-top: 16px; margin-bottom: 0; gap: 8px; }
.nh-page .nh-home .nh-reviews .hz-review__top .g { font-size: 13px !important; }
.nh-page .nh-home .nh-reviews .hz-review__top img { object-fit: cover; border-radius: 50%; }
.nh-page .nh-home .nh-reviews .hz-review__name { font-size: 11px; }
.nh-page .nh-home .nh-reviews .hz-rev-summary .stars { color: #e99b24; order: -1; }
.nh-page .nh-home .nh-reviews .hz-rev-summary .score { font-size: 18px; }
.nh-home .nh-review-controls { margin-top: 8px; }
.nh-home .nh-faq { padding-block: 40px 48px; }
.nh-home .nh-faq__grid { grid-template-columns: .75fr 2fr; gap: 40px; align-items: start; }
.nh-home .nh-faq h2 { font-size: 36px !important; margin-bottom: 18px; }
.nh-home .nh-faq .nh-eyebrow { margin-bottom: 10px; }
.nh-home .nh-faq .nh-button { min-height: 44px; padding: 10px 18px; font-size: 12px; }
.nh-home .nh-faq__items { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; border: 0; align-items: start; }
.nh-home .nh-faq details { border: 1px solid #e0e3dc; border-radius: 6px; background: #fffefa; }
.nh-home .nh-faq summary { min-height: 48px; padding: 12px 14px; font-size: 12px; gap: 12px; }
.nh-home .nh-faq summary .bi { font-size: 12px; }
.nh-home .nh-faq details[open] summary .bi { transform: rotate(180deg); }
.nh-home .nh-faq details p { padding: 0 14px 16px; font-size: 12px; }
.nh-page .nh-home .nh-coverage { background: #edf6fa; padding-bottom: 45px; }
.nh-page .nh-home .nh-coverage .hz-hubs__grid { grid-template-columns: 1.05fr .95fr 1fr; gap: 24px 38px; align-items: center; }
.nh-coverage__intro { grid-column: 1; grid-row: 1; }
.nh-home .nh-coverage__intro h2 { font-size: clamp(30px,3vw,43px) !important; }
.nh-home .nh-coverage__intro p { font-size: 14px; line-height: 1.65; color: #4a615e; margin-bottom: 22px; }
.nh-home .nh-coverage__benefits { grid-column: 2; grid-row: 1; grid-template-columns: 1fr; gap: 24px; }
.nh-home .nh-coverage__benefits li { flex-direction: row; }
.nh-home .nh-coverage__benefits li > .bi { background: #f2ead8; }
.nh-page .nh-home .nh-coverage .hz-hubs__map { grid-column: 3; grid-row: 1; width: 100%; max-width: 330px; justify-self: end; }
.nh-home .nh-coverage__note { position: absolute; top: 8px; left: -3px; z-index: 1; max-width: 165px; font: 21px/1.25 'Segoe Print', 'Bradley Hand', cursive; color: #24564e; transform: rotate(-7deg); }
.nh-page .nh-home .nh-coverage .hz-svmap { height: 340px; width: 100%; max-height: none; }
.nh-page .nh-home .nh-coverage .hz-maplegend { margin-top: 10px; }
.nh-page .nh-home .nh-coverage .hz-maplegend > div { padding: 11px 8px; box-shadow: none; border-radius: 9px; }
.nh-page .nh-home .nh-coverage .hz-maplegend b { font-size: 22px; }
.nh-page .nh-home .nh-coverage .hz-maplegend span { font-size: 10px; }
.nh-home .nh-coverage__list-title { grid-column: 1/-1; margin: 16px 0 0; border-top: 1px solid #d9e8e9; padding-top: 26px; font-size: 21px; }
.nh-coverage__list-title span { font-size: 12px; font-weight: 400; margin-left: 20px; color: #546c67; }
.nh-page .nh-home .nh-coverage .hz-hubgrid { grid-column: 1/-1; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px 40px; }
.nh-page .nh-home .nh-coverage .hz-hubcol { padding: 10px 16px; border-radius: 8px; background: #ffffff70; }
@media (max-width: 1100px) {
  .nh-home .nh-hero__copy { max-width: 470px; }
  .nh-home .nh-hero h1 { font-size: 51px !important; }
  .nh-home .nh-hero__caption { display: none; }
  .nh-home .nh-hero__seal { right: 45px; width: 105px; height: 105px; font-size: 16px; }
  .nh-proof__grid { gap: 12px; }
  .nh-proof__grid > div { gap: 8px; }
  .nh-proof__grid > div + div { padding-left: 12px; }
  .nh-proof__grid .bi { font-size: 23px; }
  .nh-proof__grid b { font-size: 11px; }
  .nh-home .nh-reviews > .hz-wrap { grid-template-columns: .75fr 2fr; gap: 0 20px; }
  .nh-page .nh-home .nh-reviews .hz-revgrid { grid-auto-columns: calc((100% - 14px)/2); }
  .nh-page .nh-home .nh-coverage .hz-hubs__grid { gap: 24px; }
}
@media (max-width: 900px) {
  .nh-home .nh-hero__inner { width: calc(100% - 48px); }
  .nh-home .nh-hero::after { background: linear-gradient(90deg,#09291ff5,#09291fd9 40%,#09291f20); }
  .nh-home .nh-hero__seal { display: none; }
  .nh-proof__grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
  .nh-proof__grid > div + div { border: 0; padding-left: 0; }
  .nh-home .nh-reviews > .hz-wrap { grid-template-columns: 1fr auto; }
  .nh-page .nh-home .nh-reviews .hz-head { grid-column: 1/-1; }
  .nh-page .nh-home .nh-reviews .hz-revgrid { grid-column: 1/-1; grid-row: 3; }
  .nh-home .nh-faq__grid { grid-template-columns: 1fr; gap: 25px; }
  .nh-page .nh-home .nh-coverage .hz-hubs__grid { grid-template-columns: 1fr 1fr; }
  .nh-coverage__intro { grid-column: 1; grid-row: 1; }
  .nh-home .nh-coverage__benefits { grid-column: 1; grid-row: 2; }
  .nh-page .nh-home .nh-coverage .hz-hubs__map { grid-column: 2; grid-row: 1/3; }
}
@media (max-width: 575px) {
  .nh-home .nh-hero { min-height: 0; }
  .nh-home .nh-hero__photo { height: 230px; position: relative; inset: auto; }
  .nh-home .nh-hero__photo img { object-position: 50% 28%; }
  .nh-home .nh-hero__inner { width: calc(100% - 36px); padding-block: 25px 48px; }
  .nh-home .nh-hero::after { display: none; }
  .nh-home .nh-hero h1 { font-size: clamp(31px,8.6vw,47px) !important; margin-bottom: 28px; }
  .nh-home .nh-hero__underline svg { height: 13px; bottom: -14px; }
  .nh-home .nh-hero__lead { font-size: 13px; line-height: 1.6; }
  .nh-home .nh-hero .nh-button { padding: 12px 9px; font-size: 11px; min-width: 0; gap: 7px; }
  .nh-home .nh-hero .nh-button small { font-size: 9px; }
  .nh-home .nh-hero__assurances { font-size: 9px; gap: 10px; }
  .nh-home .nh-hero__assurances .bi { font-size: 11px; margin-right: 3px; }
  .nh-proof__grid { grid-template-columns: repeat(2,minmax(0,1fr)); padding-block: 16px 23px; gap: 18px 12px; }
  .nh-proof__grid > div:last-child { grid-column: 1/-1; justify-content: center; border-top: 1px solid #e9e3d7; padding-top: 14px; }
  .nh-proof__grid b { font-size: 12px; }
  .nh-page .nh-home .nh-reviews .hz-revgrid { grid-auto-columns: 88%; }
  .nh-page .nh-home .nh-reviews .hz-review > p { font-size: 13px; }
  .nh-home .nh-faq__items { grid-template-columns: 1fr; gap: 9px; }
  .nh-home .nh-faq summary { min-height: 50px; }
  .nh-page .nh-home .nh-coverage .hz-hubs__grid { grid-template-columns: 1fr; gap: 26px; }
  .nh-coverage__intro { grid-column: 1; grid-row: 1; }
  .nh-home .nh-coverage__benefits { grid-column: 1; grid-row: 2; }
  .nh-page .nh-home .nh-coverage .hz-hubs__map { grid-column: 1; grid-row: 3; max-width: 340px; justify-self: center; }
  .nh-page .nh-home .nh-coverage .hz-svmap { height: 360px; }
  .nh-home .nh-coverage__list-title { margin-top: 0; }
  .nh-coverage__list-title span { display: block; margin-left: 0; margin-top: 6px; }
  .nh-page .nh-home .nh-coverage .hz-hubgrid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 9px; }
  .nh-page .nh-home .nh-coverage .hz-hubcol { padding: 10px 8px; }
}
/* Den stora ortlistan är ersatt av ett kompakt avsnitt med snabblänkar. */
.nh-page .nh-home .nh-coverage { padding-top: calc(18px + var(--nh-curve-height)); padding-bottom: 28px; }
.nh-page .nh-home .nh-coverage .hz-hubs__grid { grid-template-columns: 1.05fr 1fr 1fr; gap: 34px; }
.nh-home .nh-coverage__intro h2 { font-size: clamp(30px,2.7vw,38px) !important; margin-bottom: 16px; }
.nh-home .nh-coverage__intro .nh-eyebrow { margin-bottom: 10px; }
.nh-home .nh-coverage__intro p { font-size: 13px; line-height: 1.6; margin-bottom: 18px; }
.nh-home .nh-coverage__intro .nh-button { min-height: 46px; padding: 11px 18px; font-size: 12px; }
.nh-home .nh-coverage__benefits { gap: 20px; }
.nh-home .nh-coverage__benefits li { gap: 12px; }
.nh-home .nh-coverage__benefits li > .bi { width: 38px; height: 38px; flex-basis: 38px; font-size: 19px; }
.nh-home .nh-coverage__benefits h3 { font-size: 12px; margin-bottom: 3px; }
.nh-home .nh-coverage__benefits p { font-size: 11px; }
.nh-page .nh-home .nh-coverage .hz-hubs__map { max-width: 340px; }
.nh-page .nh-home .nh-coverage .hz-svmap { height: 270px; margin-left: 36px; width: calc(100% - 36px); }
.nh-home .nh-coverage__note { font-size: 20px; top: 2px; left: 0; }
.nh-page .nh-home .nh-coverage .hz-maplegend { gap: 10px; margin-top: 6px; }
.nh-page .nh-home .nh-coverage .hz-maplegend > div { padding: 9px 8px; }
.nh-page .nh-home .nh-coverage .hz-maplegend b { font-size: 20px; }
.nh-page .nh-home .nh-coverage .hz-maplegend span { font-size: 9px; margin-top: 3px; }
.nh-coverage__shortcuts { margin-top: 26px; padding-top: 20px; border-top: 1px solid #d5e6e8; }
.nh-home .nh-coverage__shortcuts .nh-eyebrow { font-size: 10px; margin-bottom: 12px; }
.nh-coverage__cities { display: flex; flex-wrap: wrap; gap: 8px; }
.nh-home .nh-coverage__cities .nj-chip { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 16px; border-radius: 24px; background: #fffefbd9; border: 1px solid #dce7e6; font-size: 12px; text-decoration: none; }
.nh-home .nh-coverage__cities .nj-chip:hover { background: #214d43; color: white; border-color: #214d43; }
.nh-coverage__regions { display: flex; flex-wrap: wrap; align-items: center; column-gap: 23px; row-gap: 3px; margin-top: 9px; }
.nh-coverage__regions > span { font-size: 10px; color: #586f69; font-weight: 600; }
.nh-home .nh-region-link { display: inline-flex; align-items: center; min-height: 44px; gap: 7px; font-size: 11px; text-decoration: none; color: #285c51; border-bottom: 1px solid transparent; }
.nh-home .nh-region-link:hover, .nh-home .nh-region-link.is-hit { border-bottom-color: #285c51; }
.nh-region-link .bi:last-child { font-size: 10px; }
@media (max-width: 900px) {
  .nh-page .nh-home .nh-coverage .hz-hubs__grid { grid-template-columns: 1fr 1fr; gap: 22px 30px; }
  .nh-home .nh-coverage__intro { grid-column: 1; grid-row: 1; }
  .nh-home .nh-coverage__benefits { grid-column: 1; grid-row: 2; }
  .nh-page .nh-home .nh-coverage .hz-hubs__map { grid-column: 2; grid-row: 1/3; }
  .nh-page .nh-home .nh-coverage .hz-svmap { height: 300px; }
  .nh-coverage__regions { column-gap: 18px; }
}
@media (max-width: 575px) {
  .nh-page .nh-home .nh-coverage .hz-hubs__grid { grid-template-columns: 1fr; gap: 23px; }
  .nh-page .nh-home .nh-coverage .hz-hubs__map { grid-column: 1; grid-row: 3; max-width: 330px; }
  .nh-page .nh-home .nh-coverage .hz-svmap { height: 260px; }
  .nh-home .nh-coverage__intro h2 { font-size: 34px !important; }
  .nh-home .nh-coverage__benefits { gap: 16px; }
  .nh-home .nh-coverage__cities .nj-chip { font-size: 11px; padding-inline: 13px; }
  .nh-coverage__regions > span { width: 100%; padding-top: 6px; }
  .nh-home .nh-region-link { font-size: 11px; }
}
/* Ett sammanhängande avsnitt: före/efter, fyra steg och kompakta kundomdömen. */
.nh-experience { background: #f7f5f0; }
.nh-experience :is(p,h3,span,a,button,cite,label,figcaption) { font-family: Arial,sans-serif !important; }
.nh-experience > section { position: relative; }
.nh-home .nh-experience .nh-story { padding: 22px 0 15px; background: #f7f5f0; }
.nh-experience .nh-story > .nh-divider { display: none; }
.nh-experience .nh-story__grid { grid-template-columns: 1fr 2.6fr .88fr; gap: 28px; align-items: center; }
.nh-home .nh-experience .nh-story h2 { font-size: 24px !important; line-height: 1.12; letter-spacing: .07em !important; text-transform: uppercase; margin-bottom: 10px; }
.nh-home .nh-experience .nh-story p { font-size: 12px; line-height: 1.45; margin-bottom: 9px; }
.nh-experience .nh-story__intro .nh-text-link { font-size: 11px; min-height: 32px; }
.nh-experience .nh-compare__frame { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; aspect-ratio: auto; height: 168px; overflow: visible; border-radius: 0; }
.nh-experience .nh-compare__pane { position: relative; min-width: 0; height: 100%; overflow: hidden; border-radius: 6px; }
.nh-experience .nh-compare__before { inset: auto; clip-path: none; }
.nh-experience .nh-compare__frame img { height: 100%; width: 100%; object-position: center 56%; }
.nh-experience .nh-compare__label { top: 9px; left: 10px; right: auto; padding: 4px 16px; font-family: Arial,sans-serif; font-size: 11px; line-height: 1.3; }
.nh-experience .nh-compare__label--before { background: #433f38dc; }
.nh-experience .nh-compare__divider { display: none; }
.nh-experience .nh-compare__toggle { display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; border: 1px solid #eeeae3; border-radius: 50%; background: white; color: var(--nh-ink); place-items: center; box-shadow: 0 3px 12px #142f2b15; z-index: 2; cursor: pointer; font-size: 23px; }
.nh-experience .nh-compare.is-interactive .nh-compare__toggle { display: grid; }
.nh-experience .nh-compare.is-interactive .nh-compare__frame { cursor: default; }
.nh-experience .nh-compare.is-interactive .nh-compare__control { display: none; }
.nh-experience .nh-compare.is-comparing .nh-compare__frame { display: block; cursor: ew-resize; }
.nh-experience .nh-compare.is-comparing .nh-compare__before { position: absolute; inset: 0; z-index: 1; clip-path: inset(0 calc(100% - var(--nh-split)) 0 0); }
.nh-experience .nh-compare.is-comparing .nh-compare__label--after { left: auto; right: 10px; }
.nh-experience .nh-compare.is-comparing .nh-compare__divider { display: block; z-index: 2; }
.nh-experience .nh-compare.is-comparing .nh-compare__toggle { display: none; }
.nh-experience .nh-compare.is-comparing .nh-compare__control { display: flex; gap: 12px; }
.nh-experience .nh-compare__control button { flex-shrink: 0; background: transparent; border: 0; padding: 0 4px; min-height: 44px; font-size: 11px; cursor: pointer; color: var(--nh-green); }
.nh-experience .nh-compare figcaption { margin-top: 4px; font-size: 9px; line-height: 1.3; color: #66716a; }
.nh-experience .nh-story__quote { border: 0; padding: 0; margin: 0; }
.nh-home .nh-experience .nh-story__quote p { font-family: Georgia,serif !important; font-size: 18px; line-height: 1.2; color: var(--nh-ink); }
.nh-experience .nh-story__quote cite { display: block; font-style: normal; font-size: 10px; }
.nh-experience .nh-story__quote .stars { display: block; color: #eea321; font-size: 20px; letter-spacing: 2px; margin-top: 5px; }
.nh-home .nh-experience .nh-process { background: #fffefa; padding: 17px 0 22px; }
.nh-home .nh-experience .nh-process h2 { margin: 0 0 14px; font-family: Arial,sans-serif !important; font-size: 10px !important; font-weight: 600 !important; letter-spacing: .15em !important; text-transform: uppercase; color: #817a6e; }
.nh-home .nh-experience .nh-process ol { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px !important; }
.nh-experience .nh-process li { position: relative; gap: 17px; align-items: flex-start; }
.nh-experience .nh-process li > .nh-process__number { flex: 0 0 34px; height: 34px; padding: 0; display: grid; place-items: center; border-radius: 50%; background: #91846e; color: white; font-family: Georgia,serif; font-size: 21px; line-height: 1; }
.nh-experience .nh-process li > .bi { font-size: 29px; flex: 0 0 33px; line-height: 1.2; }
.nh-home .nh-experience .nh-process h3 { margin: 0 0 4px; font-size: 12px; }
.nh-home .nh-experience .nh-process p { font-size: 11px; line-height: 1.35; max-width: 150px; }
.nh-experience .nh-process li > .nh-process__arrow { position: absolute; right: -19px; top: 1px; color: var(--nh-ink); font-family: Arial,sans-serif; font-size: 26px; }
.nh-page .nh-home .nh-experience .nh-reviews { padding: 17px 0 22px; background: #f7f5f0; }
.nh-home .nh-experience .nh-reviews > .hz-wrap { grid-template-columns: .84fr 2.65fr; grid-template-rows: auto 1fr; gap: 0 26px; }
.nh-page .nh-home .nh-experience .nh-reviews .hz-h2 { font-size: 31px !important; margin: 0 0 10px; }
.nh-experience .nh-reviews .nh-eyebrow { font-size: 9px; margin-bottom: 7px; }
.nh-page .nh-home .nh-experience .hz-rev-summary { align-self: start; margin: 0; gap: 0 8px; line-height: 1.4; max-width: none; }
.nh-page .nh-home .nh-experience .hz-rev-summary .score { font-size: 15px; }
.nh-page .nh-home .nh-experience .hz-rev-summary .stars { font-size: 18px; }
.nh-page .nh-home .nh-experience .hz-rev-summary .meta { font-size: 9px; }
.nh-page .nh-home .nh-experience .hz-revgrid { grid-column: 2; grid-row: 1/3; grid-auto-columns: calc((100% - 28px)/3); gap: 14px; padding: 0; scrollbar-width: none; align-items: start; }
.nh-page .nh-home .nh-experience .hz-review { border: 0; border-radius: 6px; padding: 13px 16px; gap: 4px; min-height: 187px; }
.nh-page .nh-home .nh-experience .hz-review > .stars { margin: 0; font-size: 15px; line-height: 1.2; }
.nh-page .nh-home .nh-experience .hz-review > p { font-size: 12px; line-height: 1.4; margin: 0; flex: none; }
.nh-page .nh-home .nh-experience .hz-review.is-collapsible:not(.is-expanded) > p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.nh-experience .nh-review-more { align-self: flex-start; order: 1; padding: 1px 0; background: transparent; border: 0; color: var(--nh-green); text-decoration: underline; text-underline-offset: 3px; font-size: 10px; min-height: 24px; cursor: pointer; }
.nh-experience .nh-review-more[hidden] { display: none; }
.nh-page .nh-home .nh-experience .hz-review__top { margin-top: auto; padding-top: 4px; gap: 7px; }
.nh-page .nh-home .nh-experience .hz-review__top img { width: 29px; height: 29px; }
.nh-page .nh-home .nh-experience .hz-review__name { font-size: 10px; }
.nh-page .nh-home .nh-experience .hz-review__date { font-size: 9px; }
.nh-page .nh-home .nh-experience .hz-review__top .g { display: none; }
.nh-experience .nh-review-controls { position: absolute; right: -10px; bottom: 8px; margin: 0; z-index: 2; gap: 5px; }
.nh-experience .nh-review-controls button { width: 36px; height: 36px; border: 0; box-shadow: 0 2px 7px #142f2b0b; }
.nh-experience :is(.nh-compare__toggle,.nh-compare__control button,.nh-review-more):focus-visible { outline: 3px solid #b57b2e; outline-offset: 3px; }
@media (max-width: 1100px) {
  .nh-experience .nh-story__grid { grid-template-columns: 1fr 2.2fr .9fr; gap: 18px; }
  .nh-experience .nh-compare__frame { height: 150px; }
  .nh-home .nh-experience .nh-story__quote p { font-size: 16px; }
  .nh-experience .nh-process li { gap: 10px; }
  .nh-home .nh-experience .nh-reviews > .hz-wrap { grid-template-columns: .95fr 2.65fr; gap: 0 18px; }
  .nh-page .nh-home .nh-experience .nh-reviews .hz-h2 { font-size: 27px !important; }
  .nh-page .nh-home .nh-experience .hz-review { padding: 12px; min-height: 210px; }
}
@media (max-width: 900px) {
  .nh-experience .nh-story__grid { grid-template-columns: 1fr 2fr; }
  .nh-experience .nh-story__quote { grid-column: 1/-1; display: flex; align-items: center; gap: 12px; }
  .nh-home .nh-experience .nh-story__quote p { margin: 0; }
  .nh-experience .nh-story__quote .stars { margin: 0; white-space: nowrap; }
  .nh-home .nh-experience .nh-process ol { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 40px !important; }
  .nh-experience .nh-process li:nth-child(2) .nh-process__arrow { display: none; }
  .nh-experience .nh-review-controls { position: static; grid-column: 2; grid-row: 2; justify-self: end; margin-bottom: 12px; }
  .nh-experience .nh-review-controls button { width: 44px; height: 44px; }
  .nh-home .nh-experience .nh-reviews > .hz-wrap { grid-template-columns: 1fr auto; }
  .nh-page .nh-home .nh-experience .nh-reviews .hz-head { grid-column: 1/-1; grid-row: 1; }
  .nh-page .nh-home .nh-experience .hz-rev-summary { grid-column: 1; grid-row: 2; margin-bottom: 16px; }
  .nh-page .nh-home .nh-experience .hz-revgrid { grid-column: 1/-1; grid-row: 3; grid-auto-columns: calc((100% - 14px)/2); }
  .nh-page .nh-home .nh-experience .hz-review { min-height: 187px; }
}
@media (max-width: 575px) {
  .nh-home .nh-experience .nh-story { padding: 26px 0 20px; }
  .nh-experience .nh-story__grid { grid-template-columns: 1fr; gap: 18px; }
  .nh-home .nh-experience .nh-story h2 { font-size: 26px !important; }
  .nh-home .nh-experience .nh-story__intro p { max-width: 340px; font-size: 13px; }
  .nh-experience .nh-story__intro .nh-text-link { min-height: 44px; }
  .nh-experience .nh-compare__frame { height: clamp(115px,38vw,185px); gap: 10px; }
  .nh-experience .nh-compare__label { padding: 4px 10px; top: 7px; left: 7px; }
  .nh-experience .nh-story__quote { display: block; }
  .nh-home .nh-experience .nh-story__quote p { font-size: 20px; margin: 0 0 7px; }
  .nh-experience .nh-story__quote .stars { margin-top: 4px; }
  .nh-home .nh-experience .nh-process { padding-block: 22px; }
  .nh-home .nh-experience .nh-process ol { gap: 24px 18px !important; }
  .nh-experience .nh-process li { display: grid; grid-template-columns: 28px 1fr; gap: 9px; }
  .nh-experience .nh-process li > .nh-process__number { width: 28px; height: 28px; font-size: 18px; }
  .nh-experience .nh-process li > .bi { font-size: 26px; }
  .nh-experience .nh-process li > div { grid-column: 1/-1; }
  .nh-experience .nh-process li > .nh-process__arrow { display: none; }
  .nh-home .nh-experience .nh-process p { max-width: none; font-size: 12px; }
  .nh-page .nh-home .nh-experience .nh-reviews { padding: 24px 0 27px; }
  .nh-page .nh-home .nh-experience .nh-reviews .hz-h2 { font-size: 32px !important; }
  .nh-page .nh-home .nh-experience .hz-revgrid { grid-auto-columns: 88%; }
  .nh-page .nh-home .nh-experience .hz-review { min-height: 199px; padding: 14px 16px; }
  .nh-page .nh-home .nh-experience .hz-review > p { font-size: 13px; }
  .nh-experience .nh-review-more { min-height: 32px; font-size: 11px; }
}
/* Referensens kompakta FAQ med befintliga kundloggor direkt under. */
.nh-home .nh-faq--compact { padding: 21px 0 20px; background: #fffefa; scroll-margin-top: 105px; }
.nh-home .nh-faq--compact .nh-faq__grid { grid-template-columns: .84fr 2.65fr; gap: 26px; }
.nh-home .nh-faq--compact h2 { font-size: 31px !important; margin-bottom: 12px; line-height: 1.03; }
.nh-home .nh-faq--compact .nh-eyebrow { font-family: Arial,sans-serif !important; font-size: 9px; line-height: 1.3; letter-spacing: .16em; margin-bottom: 7px; color: #777970; }
.nh-home .nh-faq--compact .nh-button { min-height: 44px; padding: 9px 17px; gap: 16px; border-radius: 6px; font-size: 11px; }
.nh-home .nh-faq--compact .nh-button[hidden] { display: none; }
.nh-home .nh-faq--compact .nh-button span { font-family: Arial,sans-serif !important; }
.nh-home .nh-faq--compact .nh-faq__items { gap: 7px 18px; }
.nh-home .nh-faq--compact details { border-color: #e5e7e2; border-radius: 5px; background: #fcfcfa; }
.nh-home .nh-faq--compact summary { min-height: 44px; padding: 10px 12px; font-family: Arial,sans-serif !important; font-size: 12px; line-height: 1.35; gap: 12px; }
.nh-home .nh-faq--compact summary .bi { font-size: 11px; }
.nh-home .nh-faq--compact details p { font-family: Arial,sans-serif !important; font-size: 13px; line-height: 1.55; padding: 2px 12px 14px; }
.nh-home .nh-faq--compact details p a { font-family: inherit !important; color: var(--nh-green); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.nh-home .nh-faq--compact details[open] { background: white; border-color: #bacdc4; }
.nh-page .nh-home .nh-faq + .hz-refs { background: #fffefa; border-top: 0; padding: 8px 0 21px; }
.nh-page .nh-home .nh-faq + .hz-refs .hz-refs__label { font-family: Arial,sans-serif !important; font-size: 9px; letter-spacing: .13em; margin-bottom: 12px; }
.nh-page .nh-home .nh-faq + .hz-refs .hz-marquee__item { height: 40px; }
.nh-page .nh-home .nh-faq + .hz-refs .hz-marquee__item img { max-height: 36px; }
@media (max-width: 1100px) {
  .nh-home .nh-faq--compact .nh-faq__grid { grid-template-columns: .95fr 2.65fr; gap: 18px; }
  .nh-home .nh-faq--compact h2 { font-size: 29px !important; }
}
@media (max-width: 900px) {
  .nh-home .nh-faq--compact .nh-faq__grid { grid-template-columns: .8fr 2fr; }
  .nh-home .nh-faq--compact .nh-faq__items { gap: 7px 10px; }
  .nh-home .nh-faq--compact summary { font-size: 11px; }
}
@media (max-width: 650px) {
  .nh-home .nh-faq--compact { padding: 27px 0 24px; }
  .nh-home .nh-faq--compact .nh-faq__grid { grid-template-columns: 1fr; gap: 20px; }
  .nh-home .nh-faq--compact .nh-faq__intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 0 12px; }
  .nh-home .nh-faq--compact .nh-eyebrow { grid-column: 1/-1; }
  .nh-home .nh-faq--compact h2 { font-size: 29px !important; margin-bottom: 0; }
  .nh-home .nh-faq--compact .nh-button { padding: 9px 12px; gap: 9px; margin-bottom: 2px; }
  .nh-home .nh-faq--compact .nh-faq__items { grid-template-columns: 1fr; gap: 8px; }
  .nh-home .nh-faq--compact summary { font-size: 13px; min-height: 48px; }
  .nh-page .nh-home .nh-faq + .hz-refs { padding: 10px 0 23px; }
  .nh-page .nh-home .nh-faq + .hz-refs .hz-refs__label { font-size: 8px; max-width: 300px; margin-inline: auto; }
}
@media (max-width: 374px) {
  .nh-home .nh-faq--compact .nh-faq__intro { grid-template-columns: 1fr; gap: 0; }
  .nh-home .nh-faq--compact .nh-button { margin-top: 13px; justify-self: start; }
}
@media (prefers-reduced-motion: reduce) {
  .nh-home *, .nh-home *::before, .nh-home *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .nh-page .nh-home .hz-marquee__track { flex-wrap: wrap; justify-content: center; transform: none; width: auto; gap: 18px; }
  .nh-home .hz-marquee__item[aria-hidden='true'] { display: none; }
}
.nh-home .nh-booking .nh-eyebrow,.nh-home .nh-experience .nh-process h2,.nh-home .nh-faq--compact .nh-eyebrow{color:#586457}
