/* NightHero page layer: an independent layout system for the public shop pages. */
body {
  overflow-x: hidden;
}

.nh-home-main {
  overflow: clip;
}

.nh-home-section {
  width: min(1420px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.nh-home-hero {
  position: relative;
  width: min(1540px, calc(100% - 40px));
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
  padding: clamp(64px, 8vw, 118px) 0 86px;
}

.nh-home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 12%;
  right: -21vw;
  width: 62vw;
  height: 62vw;
  max-width: 860px;
  max-height: 860px;
  border: 1px solid rgba(197, 31, 45, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(197, 31, 45, .035),
    0 0 0 144px rgba(11, 31, 58, .025);
}

.nh-hero-copy {
  position: relative;
  max-width: 810px;
}

.nh-hero-copy::before {
  content: "NH / 01";
  position: absolute;
  top: -42px;
  right: 0;
  color: rgba(11, 31, 58, .32);
  font-family: var(--nh-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.nh-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--nh-ink);
  font-family: var(--nh-display);
  font-size: clamp(64px, 7.1vw, 112px);
  font-weight: 800;
  line-height: .84;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.nh-hero-copy h1 em {
  color: var(--nh-red);
  font-style: normal;
}

.nh-hero-lead {
  max-width: 680px;
  margin: 27px 0 0;
  color: var(--nh-muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.62;
}

.nh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}

.nh-hero-order {
  min-width: 240px;
  justify-content: space-between;
}

.nh-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin: 29px 0 0;
  padding: 0;
  color: var(--nh-ink);
  list-style: none;
  font-size: 13px;
  font-weight: 700;
}

.nh-proof-list li {
  position: relative;
  padding-left: 17px;
}

.nh-proof-list li::before {
  content: "";
  position: absolute;
  top: .42em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nh-red);
}

.nh-service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--nh-line);
  border-radius: 16px;
  background: var(--nh-paper);
  box-shadow: var(--nh-shadow);
}

.nh-service-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: var(--nh-red);
}

.nh-service-head {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 12px 18px 12px 25px;
  border-bottom: 1px solid var(--nh-line);
  color: var(--nh-ink);
}

.nh-service-head > span {
  padding: 5px 7px;
  border-radius: 5px;
  background: var(--nh-red-soft);
  color: var(--nh-red-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
}

.nh-service-head b {
  font-family: var(--nh-display);
  font-size: 18px;
  letter-spacing: .08em;
}

.nh-service-head small {
  color: var(--nh-muted);
  font-size: 11px;
  font-weight: 700;
}

.nh-route-stage {
  position: relative;
  min-height: 310px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(11, 31, 58, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 31, 58, .045) 1px, transparent 1px),
    linear-gradient(145deg, #fff 0, var(--nh-blue-soft) 100%);
  background-size: 32px 32px, 32px 32px, auto;
}

.nh-route-stage::before {
  content: "";
  position: absolute;
  width: 76%;
  height: 42%;
  border-right: 5px solid var(--nh-red);
  border-bottom: 5px solid var(--nh-red);
  border-radius: 0 0 80px 0;
  transform: rotate(-9deg);
  opacity: .88;
}

.nh-route-stage::after {
  content: "";
  position: absolute;
  left: 12%;
  bottom: 21%;
  width: 13px;
  height: 13px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--nh-red);
  box-shadow: 0 0 0 1px var(--nh-red), 292px -98px 0 -4px var(--nh-red), 292px -98px 0 0 #fff;
}

.nh-route-stage img {
  position: relative;
  z-index: 2;
  width: min(84%, 520px);
  max-height: 270px;
  object-fit: contain;
  filter: drop-shadow(0 20px 26px rgba(11, 31, 58, .16));
}

.nh-route-label {
  position: absolute;
  z-index: 3;
  padding: 5px 8px;
  border: 1px solid var(--nh-line);
  border-radius: 5px;
  background: rgba(255, 255, 255, .94);
  color: var(--nh-ink);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.route-start { bottom: 12%; left: 8%; }
.route-finish { top: 12%; right: 8%; }

.nh-service-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--nh-line);
}

.nh-service-stats div {
  min-width: 0;
  padding: 16px 14px;
  border-right: 1px solid var(--nh-line);
}

.nh-service-stats div:last-child { border-right: 0; }
.nh-service-stats strong,
.nh-service-stats span { display: block; }
.nh-service-stats strong {
  color: var(--nh-ink);
  font-family: var(--nh-display);
  font-size: 21px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.nh-service-stats span { margin-top: 5px; color: var(--nh-muted); font-size: 11px; }

.nh-service-card > a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px 17px 25px;
  background: var(--nh-ink);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.nh-service-card > a:hover { background: #142f52; }

.nh-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: end;
  gap: 48px;
  margin-bottom: 34px;
}

.nh-section-heading.compact { grid-template-columns: 1fr; }
.nh-section-heading h2,
.nh-contact-copy h2 {
  max-width: 900px;
  margin: 0;
  color: var(--nh-ink);
  font-family: var(--nh-display);
  font-size: clamp(43px, 5vw, 72px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.nh-section-heading > p,
.nh-contact-copy > p:not(.nh-overline) {
  margin: 0;
  color: var(--nh-muted);
  font-size: 16px;
  line-height: 1.65;
}

.nh-missions {
  border-top: 1px solid var(--nh-line);
}

.nh-mission-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 11px;
}

.nh-mission {
  min-height: 142px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 8px 15px;
  padding: 21px;
  border: 1px solid var(--nh-line);
  border-radius: 12px;
  background: var(--nh-paper);
  color: var(--nh-ink);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.nh-mission:nth-child(1),
.nh-mission:nth-child(6) { grid-column: span 5; }
.nh-mission:nth-child(2),
.nh-mission:nth-child(5) { grid-column: span 3; }
.nh-mission:nth-child(3),
.nh-mission:nth-child(4) { grid-column: span 4; }
.nh-mission:nth-child(1) { background: var(--nh-red-soft); border-color: #efb9bd; }
.nh-mission:nth-child(6) { background: var(--nh-blue-soft); border-color: #cbd9e8; }

.nh-mission:hover {
  transform: translateY(-3px);
  border-color: var(--nh-red);
  background: #fff;
}

.nh-mission > span {
  grid-row: 1 / 3;
  min-width: 31px;
  color: var(--nh-red);
  font-family: var(--nh-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.nh-mission strong {
  grid-row: 1 / 3;
  align-self: end;
  font-family: var(--nh-display);
  font-size: clamp(22px, 2.25vw, 31px);
  line-height: 1;
  text-transform: uppercase;
}

.nh-mission small {
  align-self: start;
  color: var(--nh-muted);
  font-size: 12px;
  line-height: 1.4;
}

.nh-mission i {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--nh-red);
  font-size: 22px;
  font-style: normal;
}

.nh-brand-moment {
  position: relative;
  width: min(1540px, calc(100% - 40px));
  min-height: 360px;
  margin: 24px auto;
  display: grid;
  grid-template-columns: .72fr 1.3fr auto;
  align-items: center;
  gap: 48px;
  overflow: hidden;
  padding: clamp(45px, 6vw, 88px);
  border-radius: 17px;
  background: var(--nh-ink);
  color: #fff;
}

.nh-brand-moment::before {
  content: "";
  position: absolute;
  top: -62%;
  right: 16%;
  width: 340px;
  height: 720px;
  background: var(--nh-red);
  transform: rotate(24deg);
  opacity: .95;
}

.nh-brand-moment::after {
  content: "48607 → NIGHTHERO → REGION";
  position: absolute;
  right: 25px;
  bottom: 19px;
  color: rgba(255,255,255,.46);
  font-family: var(--nh-display);
  font-size: 11px;
  letter-spacing: .19em;
}

.nh-brand-code,
.nh-brand-statement,
.nh-brand-moment > a { position: relative; z-index: 1; }
.nh-brand-code { display: grid; align-content: center; justify-items: start; }
.nh-brand-code span {
  font-family: var(--nh-display);
  font-size: clamp(54px, 7vw, 102px);
  font-weight: 800;
  line-height: .76;
  letter-spacing: -.04em;
}
.nh-brand-code b {
  margin-top: 11px;
  padding: 7px 12px;
  background: #fff;
  color: var(--nh-red);
  font-family: var(--nh-display);
  font-size: 21px;
  letter-spacing: .18em;
}
.nh-brand-statement { max-width: 610px; }
.nh-brand-statement .nh-overline { color: #ffb8bd; }
.nh-brand-statement h2 {
  margin: 0;
  color: #fff;
  font-family: var(--nh-display);
  font-size: clamp(46px, 5vw, 76px);
  line-height: .92;
  text-transform: uppercase;
}
.nh-brand-statement > p:last-child { max-width: 540px; margin: 19px 0 0; color: #cbd4df; line-height: 1.65; }
.nh-brand-moment > a {
  min-width: 190px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 9px;
  background: rgba(255,255,255,.07);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.nh-brand-moment > a:hover { background: #fff; color: var(--nh-ink); }

.nh-delivery-board {
  border-bottom: 1px solid var(--nh-line);
}

.nh-delivery-layout {
  display: grid;
  grid-template-columns: minmax(330px, .73fr) minmax(0, 1.27fr);
  gap: 13px;
}

.nh-hours-panel,
.nh-area-panel {
  border: 1px solid var(--nh-line);
  border-radius: 14px;
  background: #fff;
}

.nh-hours-panel { overflow: hidden; }
.nh-panel-title {
  min-height: 73px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--nh-line);
}
.nh-panel-title > span {
  min-width: 35px;
  color: var(--nh-red);
  font-family: var(--nh-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.nh-panel-title b,
.nh-panel-title small { display: block; }
.nh-panel-title b { color: var(--nh-ink); font-size: 15px; }
.nh-panel-title small { margin-top: 3px; color: var(--nh-muted); font-size: 11px; }

.nh-hours-panel dl { margin: 0; padding: 8px 18px; }
.nh-hours-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee7df;
  font-size: 13px;
}
.nh-hours-panel dl div:last-child { border-bottom: 0; }
.nh-hours-panel dt { color: var(--nh-muted); }
.nh-hours-panel dd { margin: 0; color: var(--nh-ink); font-weight: 800; font-variant-numeric: tabular-nums; }
.nh-hours-panel dl .pickup { margin: 7px -8px 0; padding: 11px 8px; border-radius: 7px; background: var(--nh-blue-soft); }
.nh-hours-panel > a {
  display: block;
  padding: 15px 18px;
  border-top: 1px solid var(--nh-line);
  color: var(--nh-red);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.nh-area-panel { padding-bottom: 17px; }
.nh-area-panel .area-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding: 14px;
}
.area-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--nh-line);
  border-radius: 10px;
  background: var(--nh-cream);
}
.area-card b,
.area-card p,
.area-card small { display: block; }
.area-card b { color: var(--nh-red); font-size: 13px; line-height: 1.35; }
.area-card p { margin: 9px 0; color: var(--nh-ink); font-size: 12px; line-height: 1.5; }
.area-card small { color: var(--nh-muted); font-size: 11px; line-height: 1.4; }
.nh-area-panel > p { margin: 0; padding: 0 17px; color: var(--nh-muted); font-size: 12px; line-height: 1.5; }
.nh-area-panel > p a { color: var(--nh-red); font-weight: 800; }

.nh-process-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}

.nh-process-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--nh-line);
  list-style: none;
}
.nh-process-steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 25px 5px;
  border-bottom: 1px solid var(--nh-line);
}
.nh-process-steps li > span {
  color: var(--nh-red);
  font-family: var(--nh-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .1em;
}
.nh-process-steps h3 { margin: 0; color: var(--nh-ink); font-size: 20px; }
.nh-process-steps p { max-width: 660px; margin: 7px 0 0; color: var(--nh-muted); line-height: 1.55; }

.nh-trust-panel {
  padding: clamp(25px, 4vw, 43px);
  border: 1px solid #efb9bd;
  border-radius: 14px;
  background: var(--nh-red-soft);
}
.nh-trust-panel h3 {
  margin: 0;
  color: var(--nh-ink);
  font-family: var(--nh-display);
  font-size: clamp(31px, 3vw, 43px);
  line-height: 1;
  text-transform: uppercase;
}
.nh-trust-panel ul { display: grid; gap: 0; margin: 25px 0; padding: 0; list-style: none; }
.nh-trust-panel li { padding: 13px 0; border-top: 1px solid rgba(197,31,45,.18); }
.nh-trust-panel li b,
.nh-trust-panel li span { display: block; }
.nh-trust-panel li b { color: var(--nh-ink); font-size: 13px; }
.nh-trust-panel li span { margin-top: 4px; color: var(--nh-muted); font-size: 12px; line-height: 1.45; }

.nh-contact-section {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(40px, 7vw, 100px);
  border-top: 1px solid var(--nh-line);
}
.nh-contact-copy { position: sticky; top: 100px; }
.nh-contact-copy > p:not(.nh-overline) { margin-top: 20px; }
.nh-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nh-contact-grid > a,
.nh-contact-grid > div {
  min-height: 145px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 22px;
  border: 1px solid var(--nh-line);
  border-radius: 11px;
  background: #fff;
  color: var(--nh-ink);
  text-decoration: none;
}
.nh-contact-grid > a:hover { border-color: var(--nh-red); background: var(--nh-red-soft); }
.nh-contact-grid span { color: var(--nh-red); font-family: var(--nh-display); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.nh-contact-grid b { font-family: var(--nh-display); font-size: 25px; line-height: 1; }
.nh-contact-grid small { color: var(--nh-muted); font-size: 12px; }

.nh-footer-brand .nh-primary { justify-self: start; margin-top: 4px; }

/* Delivery page */
.delivery-page,
.help-main,
.nh-legal-main {
  width: min(1340px, calc(100% - 40px));
  margin: 0 auto;
}

.delivery-hero,
.help-hero,
.nh-legal-hero {
  position: relative;
  padding: clamp(65px, 9vw, 118px) 0 58px;
  border-bottom: 1px solid var(--nh-line);
}

.delivery-hero,
.help-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .62fr);
  align-items: center;
  gap: clamp(38px, 6vw, 88px);
}

.delivery-hero::after,
.help-hero::after,
.nh-legal-hero::after {
  content: "NH / OCHTRUP";
  position: absolute;
  top: 55px;
  right: 0;
  color: rgba(11,31,58,.28);
  font-family: var(--nh-display);
  font-size: 11px;
  letter-spacing: .17em;
}

.delivery-hero h1,
.help-hero h1,
.nh-legal-hero h1 {
  max-width: 1050px;
  margin: 0;
  color: var(--nh-ink);
  font-family: var(--nh-display);
  font-size: clamp(54px, 7.5vw, 104px);
  line-height: .86;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.delivery-hero h1 em,
.delivery-hero h1 span,
.help-hero h1 em,
.help-hero h1 span,
.nh-legal-hero h1 em,
.nh-legal-hero h1 span { color: var(--nh-red); font-style: normal; }

.delivery-hero > p:not(.nh-overline):not(.eyebrow),
.help-hero > p:not(.nh-overline):not(.eyebrow),
.delivery-hero-copy > p:not(.nh-overline):not(.eyebrow),
.help-hero > div > p:not(.nh-overline):not(.eyebrow),
.nh-legal-hero > p:not(.nh-overline):not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--nh-muted);
  font-size: 18px;
  line-height: 1.65;
}

.delivery-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.delivery-order-panel,
.help-direct {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3.2vw, 38px);
  border-radius: 14px;
  background: var(--nh-ink);
  box-shadow: 0 22px 60px rgba(11,31,58,.16);
  color: #fff;
}

.delivery-order-panel::after,
.help-direct::after {
  content: "NH";
  position: absolute;
  right: -15px;
  bottom: -30px;
  color: rgba(255,255,255,.055);
  font-family: var(--nh-display);
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.delivery-order-panel .nh-overline,
.help-direct .nh-overline { color: #ff9ca4; }

.delivery-order-panel ol {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.delivery-order-panel li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}

.delivery-order-panel li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.delivery-order-panel li b { color: #ff8b95; font-family: var(--nh-display); font-size: 14px; }
.delivery-order-panel li span { font-weight: 800; }
.delivery-order-panel small { position: relative; z-index: 1; display: block; color: rgba(255,255,255,.67); line-height: 1.55; }

.nh-service-bar.is-closed,
.nh-service-bar:has(.nh-live-dot.is-closed) { background: #641c27; }

.live-window {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 23px;
  padding: 10px 13px;
  border: 1px solid #bad9c8;
  border-radius: 8px;
  background: #edf8f1;
  color: var(--nh-green);
  font-size: 12px;
}
.live-window > span { width: 8px; height: 8px; border-radius: 50%; background: var(--nh-green); }
.live-window.is-closed { border-color: #efb9bd; background: var(--nh-red-soft); color: var(--nh-danger); }
.live-window.is-closed > span { background: var(--nh-danger); }

.time-overview,
.delivery-notes,
.help-cards {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}
.time-overview { grid-template-columns: repeat(4, 1fr); }
.delivery-notes { grid-template-columns: repeat(4, 1fr); }
.help-cards { grid-template-columns: repeat(5, 1fr); }
.time-overview article,
.delivery-notes article,
.help-cards article,
.help-cards > a {
  padding: 21px;
  border: 1px solid var(--nh-line);
  border-radius: 11px;
  background: #fff;
}
.time-overview span,
.time-overview strong,
.time-overview small { display: block; }
.time-overview span { color: var(--nh-red); font-family: var(--nh-display); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.time-overview strong { margin: 9px 0 5px; color: var(--nh-ink); font-family: var(--nh-display); font-size: 28px; }
.time-overview small,
.delivery-notes p,
.help-cards p { color: var(--nh-muted); font-size: 13px; line-height: 1.55; }
.delivery-notes b,
.help-cards b { color: var(--nh-ink); font-size: 17px; }
.help-cards article > span,
.help-cards > a > span { display: block; margin-bottom: 13px; color: var(--nh-red); font-family: var(--nh-display); font-size: 13px; font-weight: 800; }
.help-cards > a { color: inherit; text-decoration: none; transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.help-cards > a:hover { transform: translateY(-3px); border-color: var(--nh-red); background: var(--nh-red-soft); }

.delivery-times-section { padding: 76px 0 28px; }
.delivery-notes { margin-top: 0; padding: 0 0 30px; }
.delivery-notes article { display: grid; grid-template-columns: auto 1fr; align-content: start; gap: 13px; }
.delivery-notes article > span { color: var(--nh-red); font-family: var(--nh-display); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.delivery-notes article p { margin: 7px 0 0; }

.delivery-areas,
.faq-section,
.support-contact {
  padding: 88px 0;
}
.area-title,
.faq-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 520px);
  align-items: end;
  gap: 45px;
}
.area-title h2,
.delivery-cta h2,
.faq-heading h2,
.support-contact h2 {
  margin: 0;
  color: var(--nh-ink);
  font-family: var(--nh-display);
  font-size: clamp(40px, 5vw, 68px);
  line-height: .96;
  text-transform: uppercase;
}
.area-title > p,
.faq-heading > p:last-child,
.support-contact p,
.delivery-cta p { margin: 0; color: var(--nh-muted); line-height: 1.65; }

.delivery-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin-top: 33px;
}
.delivery-area-card {
  overflow: hidden;
  border: 1px solid var(--nh-line);
  border-radius: 11px;
  background: #fff;
}
.delivery-area-card h3 { margin: 0; padding: 16px 18px; border-bottom: 1px solid #efb9bd; background: var(--nh-red-soft); color: var(--nh-red-dark); font-size: 16px; }
.delivery-area-card ul { margin: 0; padding: 15px 34px 8px; color: var(--nh-ink); }
.delivery-area-card li { padding: 4px 0; font-size: 13px; }
.delivery-area-card li small { color: var(--nh-muted); }
.delivery-area-card > p { margin: 0; padding: 8px 18px 17px; color: var(--nh-muted); font-size: 12px; }
.delivery-area-card > .delivery-area-names {
  padding: 17px 19px 20px;
  color: var(--nh-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.7;
}
.outside-area {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px 24px;
  margin-top: 13px;
  padding: 22px;
  border: 1px solid #c9d6e5;
  border-radius: 11px;
  background: var(--nh-blue-soft);
}
.outside-area b { color: var(--nh-ink); }
.outside-area p { margin: 0; color: var(--nh-muted); }
.outside-actions { grid-column: 2; grid-row: 1 / 3; display: flex; gap: 8px; }
.outside-actions a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 14px; border: 1px solid var(--nh-red); border-radius: 9px; background: var(--nh-red); color: #fff; text-decoration: none; font-weight: 800; }
.outside-actions a + a { border-color: #aebdce; background: #fff; color: var(--nh-ink); }
.delivery-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 58px 0;
  border-top: 1px solid var(--nh-line);
}

/* Help page */
.help-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.help-direct > strong { position: relative; z-index: 1; display: block; margin-top: 15px; font-family: var(--nh-display); font-size: clamp(27px, 3vw, 38px); line-height: 1; text-transform: uppercase; }
.help-direct > p:not(.nh-overline) { position: relative; z-index: 1; margin: 14px 0 20px; color: rgba(255,255,255,.68); line-height: 1.58; }
.help-direct > a { position: relative; z-index: 1; display: grid; gap: 4px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); color: #fff; text-decoration: none; }
.help-direct > a:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.help-direct > a span { color: #ff9ca4; font-family: var(--nh-display); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.help-direct > a b { font-size: 16px; }
.faq-heading { margin-bottom: 30px; }
.faq-list { display: block; }
.faq-group { scroll-margin-top: 100px; }
.faq-group + .faq-group { margin-top: 52px; }
.faq-group > header { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 16px; margin-bottom: 15px; }
.faq-group > header > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--nh-red); color: #fff; font-family: var(--nh-display); font-size: 13px; font-weight: 800; }
.faq-group > header .nh-overline { margin-bottom: 5px; }
.faq-group > header h3 { margin: 0; color: var(--nh-ink); font-family: var(--nh-display); font-size: clamp(25px, 3vw, 36px); line-height: 1; text-transform: uppercase; }
.faq-group > details + details { margin-top: 8px; }
.faq-list details { overflow: hidden; border: 1px solid var(--nh-line); border-radius: 10px; background: #fff; }
.faq-list details[open] { border-color: #e6a2a2; }
.faq-list summary { position: relative; padding: 18px 50px 18px 19px; color: var(--nh-ink); cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 12px; right: 18px; color: var(--nh-red); font-family: var(--nh-display); font-size: 27px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 50px 19px 19px; color: var(--nh-muted); line-height: 1.65; }
.support-contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; border-top: 1px solid var(--nh-line); }
.support-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.support-options > a,
.support-options > div { min-height: 118px; display: grid; align-content: center; gap: 6px; padding: 18px; border: 1px solid var(--nh-line); border-radius: 10px; background: #fff; text-decoration: none; }
.support-options > a:hover { border-color: var(--nh-red); background: var(--nh-red-soft); }
.support-options span { color: var(--nh-red); font-family: var(--nh-display); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.support-options b { color: var(--nh-ink); line-height: 1.45; }

/* Legal page */
.nh-legal-main { padding-bottom: 80px; }
.nh-legal-layout { display: grid; grid-template-columns: minmax(210px, .32fr) minmax(0, 1fr); align-items: start; gap: clamp(30px, 6vw, 82px); padding-top: 50px; }
.nh-legal-nav { position: sticky; top: 96px; display: grid; gap: 5px; padding: 14px; border: 1px solid var(--nh-line); border-radius: 10px; background: #fff; }
.nh-legal-nav .nh-overline { margin: 7px 8px 9px; }
.nh-legal-nav nav { display: grid; gap: 5px; }
.nh-legal-nav b { padding: 8px; color: var(--nh-red); font-family: var(--nh-display); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.nh-legal-nav a { padding: 10px; border-radius: 7px; color: var(--nh-ink); text-decoration: none; font-size: 13px; font-weight: 700; }
.nh-legal-nav nav a { display: grid; grid-template-columns: 28px 1fr; align-items: center; }
.nh-legal-nav nav a span { color: var(--nh-red); font-family: var(--nh-display); font-size: 10px; }
.nh-legal-nav > p:last-child { margin: 12px 8px 7px; color: var(--nh-muted); font-size: 12px; line-height: 1.55; }
.nh-legal-nav > p:last-child a { display: inline; padding: 0; color: var(--nh-red-dark); }
.nh-legal-nav a:hover { background: var(--nh-red-soft); color: var(--nh-red-dark); }
.nh-legal-content { display: grid; gap: 12px; }
.nh-legal-section { scroll-margin-top: 100px; padding: clamp(22px, 4vw, 38px); border: 1px solid var(--nh-line); border-radius: 12px; background: #fff; }
.nh-legal-section h2 { margin: 0 0 20px; color: var(--nh-ink); font-family: var(--nh-display); font-size: clamp(30px, 4vw, 45px); text-transform: uppercase; }
.nh-legal-section h3 { margin: 27px 0 8px; color: var(--nh-ink); font-size: 17px; }
.nh-legal-section p,
.nh-legal-section address { color: var(--nh-muted); line-height: 1.7; }
.nh-legal-section a { color: var(--nh-red-dark); }
.notice { padding: 14px 16px; border-left: 4px solid var(--nh-red); background: var(--nh-red-soft); color: var(--nh-danger) !important; }

@media (max-width: 1120px) {
  .nh-home-hero { grid-template-columns: minmax(0, 1fr) minmax(350px, .85fr); gap: 38px; }
  .nh-brand-moment { grid-template-columns: .55fr 1fr; }
  .nh-brand-moment > a { grid-column: 2; justify-self: start; }
  .nh-area-panel .area-groups { grid-template-columns: 1fr 1fr; }
  .nh-area-panel .area-card:last-child { grid-column: 1 / -1; }
  .time-overview,
  .help-cards { grid-template-columns: 1fr 1fr; }
  .delivery-notes { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nh-home-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 68px; }
  .nh-hero-copy { max-width: 850px; }
  .nh-service-card { width: min(720px, 100%); }
  .nh-section-heading,
  .area-title,
  .faq-heading { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .nh-mission-grid { grid-template-columns: 1fr 1fr; }
  .nh-mission:nth-child(n) { grid-column: auto; }
  .nh-brand-moment { grid-template-columns: 1fr; gap: 28px; }
  .nh-brand-moment::before { right: -40px; opacity: .78; }
  .nh-brand-moment > a { grid-column: auto; }
  .nh-delivery-layout,
  .nh-process-layout,
  .nh-contact-section,
  .support-contact { grid-template-columns: 1fr; }
  .nh-contact-copy { position: static; }
  .delivery-hero,
  .help-hero { grid-template-columns: 1fr; }
  .delivery-order-panel,
  .help-direct { max-width: 720px; }
  .delivery-area-grid { grid-template-columns: 1fr 1fr; }
  .nh-legal-layout { grid-template-columns: 1fr; }
  .nh-legal-nav { position: static; }
  .nh-legal-nav nav { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nh-home-section,
  .nh-home-hero,
  .nh-brand-moment,
  .delivery-page,
  .help-main,
  .nh-legal-main { width: min(100% - 28px, 1540px); }
  .nh-home-section { padding: 66px 0; }
  .nh-home-hero { padding: 48px 0 62px; }
  .nh-home-hero::before { top: 28%; right: -55vw; width: 110vw; height: 110vw; }
  .nh-hero-copy::before { display: none; }
  .nh-hero-copy h1 { font-size: clamp(48px, 15.2vw, 76px); }
  .nh-hero-lead { margin-top: 20px; font-size: 16px; }
  .nh-proof-list { display: grid; gap: 9px; }
  .nh-service-head { grid-template-columns: auto 1fr; }
  .nh-service-head small { display: none; }
  .nh-route-stage { min-height: 230px; }
  .nh-route-stage::after { box-shadow: 0 0 0 1px var(--nh-red), 210px -68px 0 -4px var(--nh-red), 210px -68px 0 0 #fff; }
  .nh-service-stats strong { font-size: 18px; }
  .nh-service-stats span { font-size: 10px; }
  .nh-section-heading h2,
  .nh-contact-copy h2 { font-size: clamp(38px, 12vw, 56px); }
  .nh-brand-moment { min-height: 0; margin-block: 0; padding: 42px 24px 58px; border-radius: 12px; }
  .nh-brand-code span { font-size: 64px; }
  .nh-brand-statement h2 { font-size: 46px; }
  .nh-delivery-layout { gap: 10px; }
  .nh-area-panel .area-groups { grid-template-columns: 1fr; }
  .nh-area-panel .area-card:last-child { grid-column: auto; }
  .nh-process-steps li { grid-template-columns: 48px 1fr; gap: 10px; }
  .nh-contact-grid { grid-template-columns: 1fr; }
  .nh-contact-grid > a,
  .nh-contact-grid > div { min-height: 112px; }
  .delivery-hero,
  .help-hero,
  .nh-legal-hero { padding: 56px 0 42px; }
  .delivery-hero::after,
  .help-hero::after,
  .nh-legal-hero::after { display: none; }
  .delivery-hero h1,
  .help-hero h1,
  .nh-legal-hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .delivery-hero > p:not(.nh-overline):not(.eyebrow),
  .help-hero > p:not(.nh-overline):not(.eyebrow),
  .delivery-hero-copy > p:not(.nh-overline):not(.eyebrow),
  .help-hero > div > p:not(.nh-overline):not(.eyebrow),
  .nh-legal-hero > p:not(.nh-overline):not(.eyebrow) { font-size: 16px; }
  .delivery-areas,
  .faq-section,
  .support-contact { padding: 62px 0; }
  .delivery-area-grid,
  .delivery-notes { grid-template-columns: 1fr; }
  .outside-area { grid-template-columns: 1fr; }
  .outside-actions { grid-column: 1; grid-row: auto; flex-wrap: wrap; margin-top: 10px; }
  .delivery-cta { align-items: flex-start; flex-direction: column; }
  .support-options { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .nh-service-bar { gap: 8px; }
  .nh-service-bar > a { display: none; }
  .nh-hero-actions { display: grid; }
  .nh-hero-order { min-width: 0; }
  .nh-service-stats div { padding: 13px 9px; }
  .nh-route-stage { min-height: 195px; }
  .nh-mission-grid { grid-template-columns: 1fr; gap: 8px; }
  .nh-mission { min-height: 112px; padding: 17px; }
  .nh-mission strong { font-size: 25px; }
  .nh-brand-moment::before { right: -120px; }
  .nh-brand-moment::after { left: 24px; right: auto; font-size: 9px; }
  .nh-brand-statement h2 { font-size: 39px; }
  .nh-panel-title { padding-inline: 14px; }
  .nh-hours-panel dl { padding-inline: 14px; }
  .nh-process-steps h3 { font-size: 17px; }
  .time-overview,
  .help-cards { grid-template-columns: 1fr; }
  .nh-legal-nav nav { grid-template-columns: 1fr; }
  .delivery-hero-actions { display: grid; }
  .delivery-order-panel,
  .help-direct { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .nh-mission { transition: none; }
}
