.elementor-554 .elementor-element.elementor-element-5b401bbe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-554 .elementor-element.elementor-element-5b401bbe.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-554 .elementor-element.elementor-element-9c1ab32{--display:flex;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-554 .elementor-element.elementor-element-6da2d95{--display:flex;}@media(min-width:768px){.elementor-554 .elementor-element.elementor-element-5b401bbe{--width:107.494%;}}/* Start custom CSS *//* =========================================================
   NITURE HAMMOCK 2 PRODUCT PAGE
   Scoped under .nh2-page to prevent interference
   ========================================================= */

.nh2-page,
.nh2-page * {
  box-sizing: border-box;
}

.nh2-page {
  --nh2-black: #111111;
  --nh2-text: #292929;
  --nh2-muted: #6d6d6d;
  --nh2-line: #dededb;
  --nh2-soft: #f4f4f1;
  --nh2-white: #ffffff;
  --nh2-red: #d62532;
  --nh2-radius: 24px;
  --nh2-small-radius: 16px;

  width: 100%;
  overflow: hidden;
  color: var(--nh2-text);
  font-family: inherit;
  background: var(--nh2-white);
}

.nh2-page img {
  max-width: 100%;
}

.nh2-page h2,
.nh2-page h3,
.nh2-page p,
.nh2-page ul,
.nh2-page figure {
  margin-top: 0;
}

.nh2-page h2,
.nh2-page h3 {
  color: var(--nh2-black);
  font-family: inherit;
}

.nh2-page h2 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.nh2-page h3 {
  margin-bottom: 12px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.nh2-page p,
.nh2-page li,
.nh2-page td,
.nh2-page th {
  font-size: 17px;
  line-height: 1.75;
}

.nh2-page p {
  margin-bottom: 18px;
}

.nh2-section {
  width: 100%;
  padding: 96px 24px;
}

.nh2-section--soft {
  background: var(--nh2-soft);
}

.nh2-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.nh2-heading {
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.nh2-heading h2 {
  margin-right: auto;
  margin-left: auto;
}

.nh2-eyebrow {
  margin-bottom: 18px;
  color: var(--nh2-red);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nh2-eyebrow--light {
  color: rgba(255, 255, 255, 0.66);
}

.nh2-lead {
  color: var(--nh2-black);
  font-size: clamp(19px, 2vw, 23px) !important;
  line-height: 1.55 !important;
}

.nh2-intro {
  padding-top: 80px;
}

.nh2-intro-grid,
.nh2-split,
.nh2-showroom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.nh2-intro-copy {
  max-width: 650px;
}

.nh2-copy {
  max-width: 620px;
}

.nh2-split--reverse .nh2-copy {
  order: 1;
}

.nh2-split--reverse .nh2-media {
  order: 2;
}

.nh2-media {
  width: 100%;
  margin: 0;
}

.nh2-media img,
.nh2-wide-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: var(--nh2-radius);
  object-fit: cover;
}

.nh2-wide-media {
  width: min(920px, 100%);
  margin: 52px auto 0;
}

.nh2-media figcaption {
  margin-top: 12px;
  color: var(--nh2-muted);
  font-size: 13px;
  line-height: 1.6;
}

.nh2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.nh2-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.nh2-button:hover {
  transform: translateY(-2px);
}

.nh2-button--primary {
  color: var(--nh2-white) !important;
  background: var(--nh2-black);
}

.nh2-button--primary:hover {
  color: var(--nh2-white) !important;
  background: var(--nh2-red);
}

.nh2-button--secondary {
  color: var(--nh2-black) !important;
  border-color: var(--nh2-line);
  background: transparent;
}

.nh2-button--secondary:hover {
  border-color: var(--nh2-black);
}

.nh2-button--light {
  color: var(--nh2-black) !important;
  background: var(--nh2-white);
}

.nh2-button--outline-light {
  color: var(--nh2-white) !important;
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
}

.nh2-button--outline-light:hover {
  border-color: var(--nh2-white);
}


/* QUICK DECISION GUIDE */

.nh2-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.nh2-decision-card {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--nh2-line);
  border-radius: var(--nh2-radius);
  background: var(--nh2-white);
}

.nh2-decision-card--yes {
  border-top: 4px solid var(--nh2-black);
}

.nh2-decision-card--consider {
  border-top: 4px solid var(--nh2-red);
}

.nh2-card-label {
  display: block;
  margin-bottom: 14px;
  color: var(--nh2-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nh2-card-note {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--nh2-line);
  color: var(--nh2-muted);
}

.nh2-check-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.nh2-check-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}

.nh2-check-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nh2-red);
  content: "";
  transform: translateY(-50%);
}

.nh2-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.nh2-fact {
  min-height: 122px;
  padding: 24px;
  border: 1px solid var(--nh2-line);
  border-radius: var(--nh2-small-radius);
  background: rgba(255, 255, 255, 0.72);
}

.nh2-fact-label {
  display: block;
  margin-bottom: 12px;
  color: var(--nh2-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nh2-fact strong {
  display: block;
  color: var(--nh2-black);
  font-size: 18px;
  line-height: 1.35;
}

.nh2-fit-note {
  max-width: 900px;
  margin: 28px auto 0 !important;
  color: var(--nh2-muted);
  font-size: 14px !important;
  text-align: center;
}


/* FEATURE CARDS */

.nh2-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.nh2-mini-card {
  padding: 22px;
  border: 1px solid var(--nh2-line);
  border-radius: var(--nh2-small-radius);
  background: var(--nh2-white);
}

.nh2-mini-card h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

.nh2-mini-card p {
  margin-bottom: 0;
  color: var(--nh2-muted);
  font-size: 14px;
  line-height: 1.6;
}

.nh2-callout {
  margin-top: 26px !important;
  padding: 20px 22px;
  border-left: 3px solid var(--nh2-red);
  border-radius: 0 12px 12px 0;
  color: var(--nh2-muted);
  background: rgba(255, 255, 255, 0.65);
}

.nh2-adjustment-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 28px 0;
}

.nh2-adjustment-list div {
  min-height: 92px;
  padding: 14px 10px;
  border: 1px solid var(--nh2-line);
  border-radius: 12px;
  text-align: center;
}

.nh2-adjustment-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--nh2-red);
  font-size: 11px;
  font-weight: 700;
}

.nh2-adjustment-list strong {
  display: block;
  color: var(--nh2-black);
  font-size: 13px;
  line-height: 1.3;
}


/* EVERYDAY COMFORT */

.nh2-comfort-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nh2-comfort-card {
  position: relative;
  min-height: 290px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--nh2-line);
  border-radius: var(--nh2-radius);
  background: var(--nh2-white);
}

.nh2-number {
  display: block;
  margin-bottom: 38px;
  color: var(--nh2-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.nh2-comfort-card h3 {
  font-size: 21px;
}

.nh2-comfort-card p {
  margin-bottom: 0;
  color: var(--nh2-muted);
  font-size: 15px;
  line-height: 1.65;
}


/* BODY FIT */

.nh2-fit-checks {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.nh2-fit-checks div {
  padding: 18px 20px;
  border: 1px solid var(--nh2-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
}

.nh2-fit-checks strong,
.nh2-fit-checks span {
  display: block;
}

.nh2-fit-checks strong {
  margin-bottom: 4px;
  color: var(--nh2-black);
  font-size: 15px;
}

.nh2-fit-checks span {
  color: var(--nh2-muted);
  font-size: 14px;
  line-height: 1.55;
}


/* TABLES */

.nh2-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--nh2-line);
  border-radius: var(--nh2-radius);
  background: var(--nh2-white);
  -webkit-overflow-scrolling: touch;
}

.nh2-table {
  width: 100%;
  min-width: 780px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: var(--nh2-white);
}

.nh2-table th,
.nh2-table td {
  padding: 20px 22px;
  border: 0;
  border-bottom: 1px solid var(--nh2-line);
  vertical-align: top;
  text-align: left;
}

.nh2-table thead th {
  color: var(--nh2-white);
  background: var(--nh2-black);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nh2-table tbody th {
  width: 31%;
  color: var(--nh2-black);
  background: #f7f7f5;
  font-weight: 600;
}

.nh2-table tbody tr:last-child th,
.nh2-table tbody tr:last-child td {
  border-bottom: 0;
}

.nh2-highlight-row td {
  background: rgba(214, 37, 50, 0.055);
}

.nh2-highlight-row td:first-child {
  border-left: 4px solid var(--nh2-red);
}

.nh2-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.nh2-choice-grid article {
  padding: 30px;
  border: 1px solid var(--nh2-line);
  border-radius: var(--nh2-radius);
}

.nh2-choice-grid article > span {
  display: block;
  color: var(--nh2-black);
  font-size: 19px;
  font-weight: 600;
}


/* DIFFERENCE CARDS */

.nh2-difference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.nh2-difference-grid article {
  padding: 32px;
  border: 1px solid var(--nh2-line);
  border-radius: var(--nh2-radius);
  background: var(--nh2-white);
}

.nh2-difference-grid ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.nh2-difference-grid li {
  margin-bottom: 8px;
  color: var(--nh2-muted);
  font-size: 15px;
  line-height: 1.55;
}

.nh2-difference-featured {
  color: var(--nh2-white);
  border-color: var(--nh2-black) !important;
  background: var(--nh2-black) !important;
}

.nh2-difference-featured h3,
.nh2-difference-featured li {
  color: var(--nh2-white);
}

.nh2-difference-featured .nh2-card-label {
  color: rgba(255, 255, 255, 0.58);
}


/* SPECIFICATIONS */

.nh2-spec-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: start;
  gap: 30px;
}

.nh2-spec-table {
  min-width: 640px;
}

.nh2-dimension-media {
  position: sticky;
  top: 110px;
}


/* FAQ */

.nh2-faq-inner {
  width: min(920px, 100%);
}

.nh2-faq-list {
  border-top: 1px solid var(--nh2-line);
}

.nh2-faq-list details {
  border-bottom: 1px solid var(--nh2-line);
}

.nh2-faq-list summary {
  position: relative;
  padding: 25px 52px 25px 0;
  color: var(--nh2-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.nh2-faq-list summary::-webkit-details-marker {
  display: none;
}

.nh2-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--nh2-red);
  font-size: 28px;
  font-weight: 300;
  content: "+";
  transform: translateY(-50%);
}

.nh2-faq-list details[open] summary::after {
  content: "−";
}

.nh2-faq-list details > div {
  max-width: 800px;
  padding: 0 45px 22px 0;
}

.nh2-faq-list details p {
  color: var(--nh2-muted);
}


/* SHOWROOM CTA */

.nh2-showroom {
  color: var(--nh2-white);
  background: var(--nh2-black);
}

.nh2-showroom h2,
.nh2-showroom p {
  color: var(--nh2-white);
}

.nh2-showroom p {
  color: rgba(255, 255, 255, 0.74);
}

.nh2-showroom-panel {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--nh2-radius);
  background: rgba(255, 255, 255, 0.06);
}

.nh2-showroom-panel > div:not(.nh2-actions) {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.nh2-showroom-panel > div:first-child {
  padding-top: 0;
}

.nh2-showroom-panel span,
.nh2-showroom-panel strong {
  display: block;
}

.nh2-showroom-panel span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nh2-showroom-panel strong {
  color: var(--nh2-white);
  font-size: 17px;
  line-height: 1.45;
}


/* FINAL SUMMARY */

.nh2-summary {
  background: var(--nh2-white);
}

.nh2-summary-box {
  position: relative;
  padding: clamp(34px, 6vw, 70px);
  overflow: hidden;
  border: 1px solid var(--nh2-line);
  border-radius: 32px;
  background: var(--nh2-soft);
}

.nh2-summary-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.nh2-summary-details div {
  padding: 20px;
  border: 1px solid var(--nh2-line);
  border-radius: 14px;
  background: var(--nh2-white);
}

.nh2-summary-details span,
.nh2-summary-details strong {
  display: block;
}

.nh2-summary-details span {
  margin-bottom: 9px;
  color: var(--nh2-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nh2-summary-details strong {
  color: var(--nh2-black);
  font-size: 15px;
  line-height: 1.45;
}

.nh2-signature {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--nh2-line);
  color: var(--nh2-black);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .nh2-section {
    padding: 78px 24px;
  }

  .nh2-intro-grid,
  .nh2-split,
  .nh2-showroom-grid {
    gap: 46px;
  }

  .nh2-fact-grid,
  .nh2-comfort-grid,
  .nh2-summary-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh2-difference-grid {
    grid-template-columns: 1fr;
  }

  .nh2-spec-grid {
    grid-template-columns: 1fr;
  }

  .nh2-dimension-media {
    position: static;
    width: min(680px, 100%);
    margin: 0 auto;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .nh2-section {
    padding: 62px 18px;
  }

  .nh2-intro {
    padding-top: 48px;
  }

  .nh2-page h2 {
    margin-bottom: 18px;
    font-size: clamp(31px, 10vw, 43px);
  }

  .nh2-page h3 {
    font-size: 21px;
  }

  .nh2-page p,
  .nh2-page li,
  .nh2-page td,
  .nh2-page th {
    font-size: 16px;
  }

  .nh2-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .nh2-heading h2 {
    margin-left: 0;
  }

  .nh2-intro-grid,
  .nh2-split,
  .nh2-showroom-grid,
  .nh2-decision-grid,
  .nh2-choice-grid {
    grid-template-columns: 1fr;
  }

  .nh2-intro-grid,
  .nh2-split,
  .nh2-showroom-grid {
    gap: 34px;
  }

  .nh2-split--reverse .nh2-copy,
  .nh2-split--reverse .nh2-media {
    order: initial;
  }

  .nh2-media {
    order: -1;
  }

  .nh2-intro-grid .nh2-media {
    order: initial;
  }

  .nh2-media img,
  .nh2-wide-media img {
    border-radius: 18px;
  }

  .nh2-actions {
    flex-direction: column;
  }

  .nh2-button {
    width: 100%;
  }

  .nh2-fact-grid,
  .nh2-feature-grid,
  .nh2-comfort-grid,
  .nh2-summary-details {
    grid-template-columns: 1fr;
  }

  .nh2-fact {
    min-height: 0;
  }

  .nh2-adjustment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh2-adjustment-list div:last-child {
    grid-column: 1 / -1;
  }

  .nh2-comfort-card {
    min-height: 0;
  }

  .nh2-number {
    margin-bottom: 24px;
  }

  .nh2-table th,
  .nh2-table td {
    padding: 17px;
  }

  .nh2-summary-box {
    border-radius: 22px;
  }

  .nh2-faq-list summary {
    padding-right: 40px;
    font-size: 17px;
  }

  .nh2-faq-list details > div {
    padding-right: 0;
  }

}
/* =========================================================
   HAMMOCK 2 — BLOCK 3 OFFICIAL PRODUCT VIDEO
   16:9 LANDSCAPE FORMAT
   ========================================================= */

.nh2-official-video {
  position: relative;
  overflow: hidden;
  color: var(--nh2-white);
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(255, 255, 255, 0.09),
      transparent 36%
    ),
    var(--nh2-black);
}

.nh2-official-video::before {
  position: absolute;
  top: -180px;
  right: -180px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.nh2-official-video::after {
  position: absolute;
  bottom: -260px;
  left: -180px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.nh2-official-video .nh2-inner {
  position: relative;
  z-index: 1;
}


/* VIDEO HEADING */

.nh2-official-video .nh2-video-heading {
  max-width: 860px;
  margin-bottom: 42px;
}

.nh2-official-video h2 {
  color: var(--nh2-white);
}

.nh2-official-video .nh2-lead {
  max-width: 800px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}


/* 16:9 VIDEO CONTAINER */

.nh2-official-video-container {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: calc(var(--nh2-radius) + 8px);
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.nh2-official-video-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--nh2-radius);
  background: #000000;
}

.nh2-official-video-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}


/* VIDEO CAPTION */

.nh2-official-video .nh2-video-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1100px, 100%);
  margin: 22px auto 0;
  padding: 0 8px;
}

.nh2-official-video .nh2-video-caption span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nh2-official-video .nh2-video-caption strong {
  color: var(--nh2-white);
  font-size: 15px;
}


/* TABLET */

@media (max-width: 1024px) {

  .nh2-official-video-container {
    width: 100%;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .nh2-official-video .nh2-video-heading {
    margin-bottom: 30px;
  }

  .nh2-official-video-container {
    padding: 4px;
    border-radius: 18px;
  }

  .nh2-official-video-frame {
    border-radius: 14px;
  }

  .nh2-official-video .nh2-video-caption {
    display: block;
    margin-top: 18px;
    padding: 0 4px;
  }

  .nh2-official-video .nh2-video-caption span,
  .nh2-official-video .nh2-video-caption strong {
    display: block;
  }

  .nh2-official-video .nh2-video-caption span {
    margin-bottom: 6px;
  }

}

/* =========================================================
   HAMMOCK 2 — BLOCK 13
   VIDEO GUIDES AND SUPPORT

   Intended structure:
   1. One "How to Adjust Hammock 2" video
   2. One separate "Hammock 2 Feature Overview" video

   Both videos use the same 16:9 landscape presentation.
   Uses the existing Niture colour and spacing variables.
   ========================================================= */


/* BLOCK 13 SECTION */

.nh2-support-videos {
  position: relative;
  overflow: hidden;
}

.nh2-support-videos > .nh2-inner {
  position: relative;
  z-index: 1;
}


/* SECTION INTRODUCTION */

.nh2-support-videos .nh2-heading {
  max-width: 820px;
  margin-bottom: 56px;
}

.nh2-support-videos .nh2-heading .nh2-lead {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}


/* VIDEO CATEGORY */

.nh2-support-videos .nh2-video-category {
  width: 100%;
}

.nh2-support-videos .nh2-video-category + .nh2-video-category {
  margin-top: 82px;
  padding-top: 72px;
  border-top: 1px solid var(--nh2-line);
}


/* CATEGORY HEADING */

.nh2-support-videos .nh2-video-category-heading {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(280px, 410px);
  align-items: end;
  gap: 40px;
  width: min(920px, 100%);
  margin: 0 auto 30px;
}

.nh2-support-videos .nh2-video-category-heading > div {
  min-width: 0;
}

.nh2-support-videos .nh2-video-category-number {
  display: block;
  margin-bottom: 12px;
  color: var(--nh2-red);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13em;
}

.nh2-support-videos .nh2-video-category-heading h3 {
  margin-bottom: 0;
  color: var(--nh2-black);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.nh2-support-videos .nh2-video-category-heading p {
  margin-bottom: 2px;
  color: var(--nh2-muted);
  font-size: 15px;
  line-height: 1.65;
}


/* SINGLE VIDEO LAYOUT */

.nh2-support-videos .nh2-guide-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(920px, 100%);
  margin: 0 auto;
}


/* VIDEO CARD */

.nh2-support-videos .nh2-video-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--nh2-line);
  border-radius: var(--nh2-radius);
  background: var(--nh2-white);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.nh2-support-videos .nh2-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(17, 17, 17, 0.11);
}


/* RESPONSIVE 16:9 VIDEO */

.nh2-support-videos .nh2-video-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000000;
}

.nh2-support-videos .nh2-video-frame--landscape {
  aspect-ratio: 16 / 9;
}

.nh2-support-videos .nh2-video-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}


/* VIDEO DESCRIPTION */

.nh2-support-videos .nh2-video-card-content {
  padding: 26px 30px 30px;
}

.nh2-support-videos .nh2-video-type {
  display: block;
  margin-bottom: 10px;
  color: var(--nh2-red);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nh2-support-videos .nh2-video-card-content h3 {
  margin-bottom: 10px;
  color: var(--nh2-black);
  font-size: 23px;
  line-height: 1.3;
}

.nh2-support-videos .nh2-video-card-content p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--nh2-muted);
  font-size: 15px;
  line-height: 1.7;
}


/* FEATURE OVERVIEW CARD */

.nh2-support-videos
.nh2-video-category:nth-of-type(2)
.nh2-video-card {
  box-shadow: none;
}


/* TABLET */

@media (max-width: 1024px) {

  .nh2-support-videos .nh2-heading {
    margin-bottom: 48px;
  }

  .nh2-support-videos .nh2-video-category-heading {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(250px, 340px);
    gap: 28px;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .nh2-support-videos .nh2-heading {
    margin-bottom: 38px;
  }

  .nh2-support-videos .nh2-heading .nh2-lead {
    margin-left: 0;
  }

  .nh2-support-videos
  .nh2-video-category + .nh2-video-category {
    margin-top: 58px;
    padding-top: 52px;
  }

  .nh2-support-videos .nh2-video-category-heading {
    display: block;
    margin-bottom: 24px;
  }

  .nh2-support-videos .nh2-video-category-heading p {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .nh2-support-videos .nh2-video-card {
    border-radius: 18px;
  }

  .nh2-support-videos .nh2-video-card:hover {
    transform: none;
  }

  .nh2-support-videos .nh2-video-card-content {
    padding: 22px 21px 25px;
  }

  .nh2-support-videos .nh2-video-card-content h3 {
    font-size: 20px;
  }

}/* End custom CSS */