/* NEXGEN_APPROVED_HOT_PINK #FF2D8F 2026-08-21 */
/* ==========================================================
   NEXGEN CONTAINERS — V5 CANONICAL VISUAL SYSTEM
   One final presentation layer.
   ========================================================== */

:root {
  --v5-navy:#050505;
  --v5-navy-2:#050505;
  --v5-navy-3:#050505;
  --v5-blue:#FF2D8F;
  --v5-blue-bright:#FF2D8F;
  --v5-ice:#eef4f8;
  --v5-steel:#dbe5ec;
  --v5-line:#c8d4dc;
  --v5-ink:#061c2d;
  --v5-muted:#647989;
  --v5-white:#fff;
  --v5-shadow:0 24px 65px rgba(2,24,40,.12);
}

/* ----------------------------------------------------------
   RESET OLD PRESENTATION QUIRKS
   ---------------------------------------------------------- */

body.nexgen-v5 {
  background:#fff;
  color:var(--v5-ink);
}

body.nexgen-v5 .ng26-mobile-dock {
  display:none !important;
}

body.nexgen-v5 .section {
  padding:88px 0;
}

body.nexgen-v5 .shell {
  width:min(1240px,calc(100% - 48px));
}

/* ----------------------------------------------------------
   GLOBAL TYPE
   ---------------------------------------------------------- */

body.nexgen-v5 h1,
body.nexgen-v5 h2,
body.nexgen-v5 h3 {
  color:var(--v5-ink);
  letter-spacing:-.055em;
}

body.nexgen-v5 .eyebrow,
body.nexgen-v5 .v5-kicker {
  color:var(--v5-blue);
  font-size:11px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}

/* ----------------------------------------------------------
   HEADER
   ---------------------------------------------------------- */

body.nexgen-v5 #siteHeader {
  position:sticky;
  top:0;
  z-index:2000;
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid #d7e0e6;
  backdrop-filter:blur(18px);
}

body.nexgen-v5 #siteHeader img {
  max-height:58px;
  object-fit:contain;
}

body.nexgen-v5 #siteHeader a {
  text-decoration:none;
}

body.nexgen-v5 #siteHeader .btn-primary {
  border-radius:2px !important;
  background:var(--v5-blue) !important;
  box-shadow:none !important;
}

/* ----------------------------------------------------------
   UNIVERSAL INTERNAL HERO

   Dark copy panel + real photography = same visual DNA
   everywhere.
   ---------------------------------------------------------- */

body.nexgen-v5 .page-hero {
  position:relative;
  overflow:hidden;

  min-height:430px;

  display:flex;
  align-items:center;

  padding:82px 0 72px !important;

  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.98) 52%,
      rgba(5,5,5,.72) 68%,
      rgba(5,5,5,.12) 100%
    ),
    url('assets/container-long-dark.jpg')
      82% center / cover no-repeat !important;

  color:#fff;
}

body.v5-rentals .page-hero {
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.96) 50%,
      rgba(5,5,5,.55) 70%,
      rgba(5,5,5,.08) 100%
    ),
    url('assets/container-dark.jpg')
      78% center / cover no-repeat !important;
}

body.v5-designer .page-hero {
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.97) 50%,
      rgba(5,5,5,.58) 70%,
      rgba(5,5,5,.08) 100%
    ),
    url('assets/container-office.jpg')
      78% center / cover no-repeat !important;
}

body.v5-quote .page-hero {
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.97) 50%,
      rgba(5,5,5,.52) 70%,
      rgba(5,5,5,.08) 100%
    ),
    url('assets/nexgen-rental-clean.jpg')
      80% center / cover no-repeat !important;
}

body.nexgen-v5 .page-hero::after {
  content:"";

  position:absolute;
  right:38%;
  top:-80px;

  width:7px;
  height:620px;

  background:var(--v5-blue);

  transform:rotate(16deg);

  box-shadow:
    22px 0 0 rgba(255,45,143,.14);
}

body.nexgen-v5 .page-hero .shell {
  position:relative;
  z-index:2;
}

body.nexgen-v5 .page-hero .shell > * {
  max-width:650px;
}

body.nexgen-v5 .page-hero h1 {
  margin:13px 0 24px !important;

  max-width:680px;

  color:#fff !important;

  font-size:clamp(54px,6vw,88px) !important;
  line-height:.91 !important;

  letter-spacing:-.065em !important;
  text-transform:uppercase;
}

body.nexgen-v5 .page-hero p {
  max-width:650px !important;

  color:#bdd0dd !important;

  font-size:19px !important;
  line-height:1.7 !important;
}

/* ----------------------------------------------------------
   BUTTON LANGUAGE
   ---------------------------------------------------------- */

body.nexgen-v5 .btn {
  min-height:48px;

  border-radius:2px !important;

  font-weight:950;

  letter-spacing:.015em;

  box-shadow:none !important;
}

body.nexgen-v5 .btn-primary {
  background:var(--v5-blue) !important;
  color:#fff !important;
}

body.nexgen-v5 .btn-primary:hover {
  background:#FF2D8F !important;
}

body.nexgen-v5 .btn-outline {
  border:1px solid currentColor !important;
  border-radius:2px !important;
}

/* ==========================================================
   HOME
   ========================================================== */

body.v5-home .mock-hero,
body.v5-home .hero {
  min-height:680px;
}

body.v5-home .mock-hero-photo,
body.v5-home .hero-media {
  position:relative;
}

body.v5-home .mock-use-icon svg {
  width:30px;
  height:30px;
}

/* Keep inventory clean, make cards more architectural. */

body.nexgen-v5 .container-card {
  border:1px solid #cbd6de !important;
  border-radius:2px !important;

  box-shadow:none !important;

  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

body.nexgen-v5 .container-card:hover {
  transform:translateY(-4px);

  box-shadow:var(--v5-shadow) !important;
}

body.nexgen-v5 .container-card img {
  aspect-ratio:1.55/1;
}

body.nexgen-v5 .container-card-body {
  padding:22px !important;
}

/* ==========================================================
   RENTALS — COMMERCIAL PRODUCT PAGE
   ========================================================== */

body.v5-rentals .designer-section,
body.v5-rentals .section {
  background:#fff;
}

.v5-rental-showcase {
  padding:0 0 78px;

  background:#fff;
}

.v5-rental-showcase-grid {
  display:grid;
  grid-template-columns:1.18fr .82fr;

  min-height:440px;

  overflow:hidden;

  border:1px solid #c8d4dd;

  background:#fff;
}

.v5-rental-photo {
  min-height:440px;

  background:
    linear-gradient(
      0deg,
      rgba(2,21,34,.18),
      rgba(2,21,34,.03)
    ),
    url('assets/container-long-dark.jpg')
      center / cover no-repeat;
}

.v5-rental-copy {
  position:relative;

  display:flex;
  flex-direction:column;
  justify-content:center;

  padding:52px;

  background:var(--v5-navy);

  color:#fff;
}

.v5-rental-copy::before {
  content:"";

  position:absolute;
  left:0;
  top:0;
  bottom:0;

  width:7px;

  background:var(--v5-blue);
}

.v5-rental-copy h2 {
  margin:12px 0 16px;

  color:#fff !important;

  font-size:44px;
  line-height:1;
}

.v5-rental-copy p {
  color:#aec3d1;

  line-height:1.7;
}

.v5-rental-specs {
  display:grid;
  grid-template-columns:repeat(3,1fr);

  margin-top:28px;

  border-top:
    1px solid rgba(255,255,255,.16);
}

.v5-rental-spec {
  padding:20px 18px 0 0;
}

.v5-rental-spec strong {
  display:block;

  color:#fff;

  font-size:15px;
}

.v5-rental-spec span {
  display:block;

  margin-top:5px;

  color:#7f9bae;

  font-size:11px;
}

body.v5-rentals .rental-page-grid {
  display:grid !important;
  grid-template-columns:1fr 1fr !important;

  align-items:start !important;

  gap:56px !important;
}

body.v5-rentals .rental-price-card {
  margin:0 0 26px !important;

  padding:30px 30px 30px 35px !important;

  border:0 !important;
  border-left:7px solid var(--v5-blue) !important;
  border-radius:0 !important;

  background:var(--v5-navy) !important;

  color:#fff !important;

  box-shadow:none !important;
}

body.v5-rentals .rental-price-card strong {
  display:block;

  color:#fff !important;

  font-size:32px !important;
  line-height:1.12;
}

body.v5-rentals .rental-detail-grid {
  display:grid !important;
  grid-template-columns:1fr 1fr !important;

  gap:1px !important;

  margin:0 !important;

  border:1px solid #cbd6de !important;

  background:#cbd6de;
}

body.v5-rentals .rental-detail-grid > * {
  position:relative;

  min-height:175px !important;

  padding:30px 28px !important;

  border:0 !important;
  border-radius:0 !important;

  background:#fff !important;

  box-shadow:none !important;
}

body.v5-rentals .rental-detail-grid > *::after {
  position:absolute;
  right:20px;
  top:18px;

  color:#b2c1cb;

  font-size:10px;
  font-weight:950;
  letter-spacing:.1em;
}

body.v5-rentals .rental-detail-grid > *:nth-child(1)::after {content:"01";}
body.v5-rentals .rental-detail-grid > *:nth-child(2)::after {content:"02";}
body.v5-rentals .rental-detail-grid > *:nth-child(3)::after {content:"03";}
body.v5-rentals .rental-detail-grid > *:nth-child(4)::after {content:"04";}

body.v5-rentals .rental-detail-grid h3,
body.v5-rentals .rental-detail-grid b,
body.v5-rentals .rental-detail-grid strong {
  color:var(--v5-ink) !important;

  font-size:19px !important;
}

body.v5-rentals .rental-detail-grid p {
  color:var(--v5-muted) !important;

  font-size:14px !important;
  line-height:1.65;
}

/* Rental form = compact industrial worksheet */

body.v5-rentals #rentalForm {
  position:sticky;

  top:115px;

  padding:34px !important;

  border:1px solid #c6d2da !important;
  border-top:7px solid var(--v5-blue) !important;
  border-radius:0 !important;

  background:#f2f6f8 !important;

  box-shadow:none !important;
}

body.v5-rentals #rentalForm h2 {
  margin-bottom:10px;

  font-size:37px !important;
}

body.v5-rentals #rentalForm .field {
  gap:5px !important;
}

body.v5-rentals #rentalForm .field label {
  margin-bottom:3px;

  color:#526b7c !important;

  font-size:9px !important;
  font-weight:950 !important;

  letter-spacing:.09em;
  text-transform:uppercase;
}

body.v5-rentals #rentalForm input,
body.v5-rentals #rentalForm select {
  min-height:46px !important;

  padding:10px 12px !important;

  border-radius:1px !important;
}

body.v5-rentals #rentalForm textarea {
  min-height:100px !important;

  border-radius:1px !important;
}

/* ==========================================================
   DESIGNER — NEXGEN DESIGN STUDIO
   ========================================================== */

body.v5-designer .designer-section {
  padding-top:60px !important;

  background:#e8eff4 !important;
}

body.v5-designer .designer-toolbar {
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;

  gap:8px !important;

  margin-bottom:14px !important;
}

body.v5-designer .designer-tool {
  min-height:88px !important;

  display:grid !important;
  grid-template-columns:42px 1fr !important;
  grid-template-rows:auto auto !important;

  align-items:center !important;

  padding:16px !important;

  border:1px solid #bfd0db !important;
  border-radius:1px !important;

  background:#fff !important;

  text-align:left !important;

  box-shadow:none !important;
}

body.v5-designer .designer-tool > span {
  grid-row:1/3;

  color:var(--v5-blue) !important;

  font-size:27px !important;
}

body.v5-designer .designer-tool b {
  font-size:14px !important;
}

body.v5-designer .designer-tool small {
  margin-top:2px !important;

  color:#758a99 !important;

  font-size:10px !important;
}

body.v5-designer .designer-tool.active,
body.v5-designer .designer-tool.selected,
body.v5-designer .designer-tool[aria-pressed="true"] {
  border-color:var(--v5-blue) !important;

  background:#FFEDF6 !important;

  box-shadow:
    inset 0 -4px 0 var(--v5-blue) !important;
}

body.v5-designer .designer-workspace {
  position:relative;

  display:grid !important;
  grid-template-columns:1fr 1fr !important;

  gap:10px !important;

  padding:14px !important;

  border:1px solid #173e58 !important;
  border-radius:0 !important;

  background:
    linear-gradient(
      rgba(69,128,169,.08) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(69,128,169,.08) 1px,
      transparent 1px
    ),
    var(--v5-navy) !important;

  background-size:
    22px 22px !important;

  box-shadow:
    0 24px 60px rgba(1,23,38,.17) !important;
}

body.v5-designer .designer-workspace::before {
  content:"NEXGEN DESIGN STUDIO";

  position:absolute;
  right:16px;
  top:-30px;

  color:#4d7188;

  font-size:9px;
  font-weight:950;

  letter-spacing:.14em;
}

body.v5-designer .design-view {
  padding:12px !important;

  border:1px solid #31536b !important;
  border-radius:0 !important;

  background:#061d2e !important;

  box-shadow:none !important;
}

body.v5-designer .design-view-title {
  margin:0 0 10px !important;

  padding:0 0 9px !important;

  border-bottom:
    1px solid rgba(134,183,217,.17) !important;

  color:#a6c9e1 !important;

  font-size:9px !important;
  font-weight:950 !important;

  letter-spacing:.11em !important;
  text-transform:uppercase;
}

body.v5-designer .design-face {
  border:2px solid #527d9a !important;
  border-radius:0 !important;

  background-color:#071c2c !important;

  background-image:
    linear-gradient(
      rgba(91,153,198,.14) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(91,153,198,.14) 1px,
      transparent 1px
    ) !important;

  background-size:
    18px 18px !important;
}

.v5-view-tabs {
  display:none;

  grid-template-columns:repeat(4,1fr);

  border:1px solid #244860;
  border-bottom:0;

  background:var(--v5-navy);
}

.v5-view-tabs button {
  min-height:46px;

  padding:8px 6px;

  border:0;
  border-right:1px solid #244860;

  background:#061c2c;

  color:#95b8d0;

  font-size:8px;
  font-weight:950;

  letter-spacing:.05em;
  text-transform:uppercase;
}

.v5-view-tabs button:last-child {
  border-right:0;
}

.v5-view-tabs button.v5-active {
  background:var(--v5-blue);

  color:#fff;
}

/* Summary + request sections stay visually connected */

body.v5-designer .designer-summary-card,
body.v5-designer .form-card {
  border:1px solid #c6d2db !important;
  border-radius:1px !important;

  box-shadow:none !important;
}

/* ==========================================================
   QUOTE — COMPACT SALES WORKSHEET
   ========================================================== */

body.v5-quote #quoteForm {
  padding:38px !important;

  border:1px solid #c3d0d9 !important;
  border-top:7px solid var(--v5-blue) !important;
  border-radius:0 !important;

  background:#f5f8fa !important;

  box-shadow:none !important;
}

body.v5-quote #quoteForm::before {
  content:"NEXGEN PROJECT WORKSHEET";

  grid-column:1/-1;

  display:block;

  padding-bottom:14px;

  border-bottom:1px solid #cbd5dc;

  color:var(--v5-blue);

  font-size:10px;
  font-weight:950;

  letter-spacing:.16em;
}

body.v5-quote #quoteForm .field {
  gap:5px !important;
}

body.v5-quote #quoteForm .field label {
  margin-bottom:3px !important;

  color:#506879 !important;

  font-size:9px !important;
  font-weight:950 !important;

  letter-spacing:.09em;
  text-transform:uppercase;
}

body.v5-quote #quoteForm input,
body.v5-quote #quoteForm select {
  min-height:47px !important;

  padding:10px 12px !important;

  border:1px solid #bdcad3 !important;
  border-radius:1px !important;
}

body.v5-quote #quoteForm textarea {
  min-height:112px !important;

  border-radius:1px !important;
}

body.v5-quote #modOptions.tag-row {
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;

  gap:8px !important;

  padding-top:10px;
}

body.v5-quote #modOptions .tag.v5-mod-choice {
  position:relative;

  min-height:105px;

  display:grid;
  grid-template-rows:52px auto;
  align-items:center;

  padding:12px;

  border:1px solid #c5d1da;
  border-radius:1px;

  background:#fff;

  color:var(--v5-ink);

  font-size:10px;
  font-weight:950;

  cursor:pointer;
}

body.v5-quote #modOptions .tag.v5-mod-choice:has(input:checked) {
  border-color:var(--v5-blue);

  background:#FFEDF6;

  box-shadow:
    inset 0 -4px 0 var(--v5-blue);
}

body.v5-quote #modOptions .tag input {
  position:absolute;

  top:9px;
  right:9px;

  width:16px;
  height:16px;

  accent-color:var(--v5-blue);
}

.v5-mod-icon {
  width:48px;
  height:43px;

  display:flex;
  align-items:center;
  justify-content:center;

  color:var(--v5-blue);
}

.v5-mod-icon svg {
  width:46px;
  height:40px;

  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* ==========================================================
   FOOTER — COMPACT + INTEGRATED
   ========================================================== */

body.nexgen-v5 #siteFooter {
  padding:0 !important;

  background:var(--v5-navy) !important;
}

body.nexgen-v5 .ng26-footer,
body.nexgen-v5 .site-footer {
  padding:42px 0 22px !important;

  background:var(--v5-navy) !important;
}

body.nexgen-v5 .ng26-footer-grid,
body.nexgen-v5 .footer-grid {
  gap:30px !important;
}

body.nexgen-v5 #siteFooter img {
  width:230px !important;
  max-width:100%;

  padding:0 !important;

  background:transparent !important;
}

body.nexgen-v5 #siteFooter h4 {
  margin-bottom:11px;

  color:#fff !important;

  font-size:10px;

  letter-spacing:.12em;
  text-transform:uppercase;
}

body.nexgen-v5 #siteFooter p,
body.nexgen-v5 #siteFooter a {
  color:#8da8b9 !important;

  font-size:12px !important;
  line-height:1.55;
}

body.nexgen-v5 .ng26-footer-bottom,
body.nexgen-v5 .footer-bottom {
  margin-top:24px !important;

  padding-top:17px !important;

  border-top:
    1px solid rgba(255,255,255,.1) !important;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media(max-width:1000px) {

  body.nexgen-v5 .page-hero {
    min-height:400px;

    background-position:65% center !important;
  }

  body.nexgen-v5 .page-hero::after {
    right:28%;
  }

  .v5-rental-showcase-grid {
    grid-template-columns:1fr;
  }

  .v5-rental-photo {
    min-height:330px;
  }

  body.v5-rentals .rental-page-grid {
    grid-template-columns:1fr !important;
  }

  body.v5-rentals #rentalForm {
    position:static;
  }

  body.v5-designer .designer-workspace {
    grid-template-columns:1fr !important;
  }

  body.v5-quote #modOptions.tag-row {
    grid-template-columns:repeat(3,1fr) !important;
  }

}

/* ==========================================================
   MOBILE — THE MAIN FIX
   ========================================================== */

@media(max-width:650px) {

  body.nexgen-v5 .shell {
    width:min(100% - 30px,1240px);
  }

  body.nexgen-v5 .section {
    padding:54px 0;
  }

  /* Compact consistent header */

  body.nexgen-v5 #siteHeader img {
    max-width:215px;
    max-height:52px;
  }

  body.nexgen-v5 #siteHeader .mobile-menu,
  body.nexgen-v5 #siteHeader button {
    border-radius:1px !important;
  }

  /* Hero pattern is now consistent across routes */

  body.nexgen-v5 .page-hero,
  body.v5-rentals .page-hero,
  body.v5-designer .page-hero,
  body.v5-quote .page-hero {
    min-height:430px;

    padding:62px 0 58px !important;

    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.93) 0%,
        rgba(5,5,5,.94) 58%,
        rgba(5,5,5,.77) 100%
      ),
      url('assets/container-long-dark.jpg')
        center / cover no-repeat !important;
  }

  body.v5-rentals .page-hero {
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.92),
        rgba(5,5,5,.88)
      ),
      url('assets/container-dark.jpg')
        center / cover no-repeat !important;
  }

  body.v5-designer .page-hero {
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.93),
        rgba(5,5,5,.88)
      ),
      url('assets/container-office.jpg')
        center / cover no-repeat !important;
  }

  body.v5-quote .page-hero {
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.93),
        rgba(5,5,5,.88)
      ),
      url('assets/nexgen-rental-clean.jpg')
        center / cover no-repeat !important;
  }

  body.nexgen-v5 .page-hero::after {
    right:18px;
    top:-100px;

    width:5px;
    height:620px;

    opacity:.7;
  }

  body.nexgen-v5 .page-hero h1 {
    max-width:95%;

    font-size:50px !important;
    line-height:.94 !important;
  }

  body.nexgen-v5 .page-hero p {
    max-width:95% !important;

    font-size:16px !important;
    line-height:1.65 !important;
  }

  /* Rentals */

  .v5-rental-showcase {
    padding-bottom:48px;
  }

  .v5-rental-showcase-grid {
    display:flex;
    flex-direction:column;
  }

  .v5-rental-photo {
    min-height:240px;

    order:1;
  }

  .v5-rental-copy {
    order:2;

    padding:32px 26px 34px;
  }

  .v5-rental-copy h2 {
    font-size:34px;
  }

  .v5-rental-specs {
    grid-template-columns:1fr;
  }

  .v5-rental-spec {
    padding:15px 0;

    border-bottom:
      1px solid rgba(255,255,255,.11);
  }

  body.v5-rentals .rental-page-grid {
    gap:30px !important;
  }

  body.v5-rentals .rental-price-card {
    padding:26px 24px !important;
  }

  body.v5-rentals .rental-price-card strong {
    font-size:28px !important;
  }

  body.v5-rentals .rental-detail-grid {
    grid-template-columns:1fr 1fr !important;
  }

  body.v5-rentals .rental-detail-grid > * {
    min-height:150px !important;

    padding:22px 18px !important;
  }

  body.v5-rentals .rental-detail-grid h3,
  body.v5-rentals .rental-detail-grid b,
  body.v5-rentals .rental-detail-grid strong {
    padding-right:20px;

    font-size:15px !important;
  }

  body.v5-rentals .rental-detail-grid p {
    font-size:12px !important;
  }

  body.v5-rentals #rentalForm {
    padding:27px 20px !important;
  }

  body.v5-rentals #rentalForm h2 {
    font-size:31px !important;
  }

  body.v5-rentals #rentalForm.form-grid {
    grid-template-columns:1fr 1fr !important;
    gap:12px !important;
  }

  body.v5-rentals #rentalForm .full,
  body.v5-rentals #rentalForm .field:has(textarea) {
    grid-column:1/-1;
  }

  body.v5-rentals #rentalForm input,
  body.v5-rentals #rentalForm select {
    min-height:44px !important;
  }

  /* Designer */

  body.v5-designer .designer-section {
    padding-top:44px !important;
  }

  body.v5-designer .designer-toolbar {
    grid-template-columns:1fr 1fr !important;

    gap:7px !important;
  }

  body.v5-designer .designer-tool {
    min-height:70px !important;

    grid-template-columns:32px 1fr !important;

    padding:11px !important;
  }

  body.v5-designer .designer-tool > span {
    font-size:22px !important;
  }

  body.v5-designer .designer-tool b {
    font-size:12px !important;
  }

  body.v5-designer .designer-tool small {
    font-size:9px !important;
  }

  .v5-view-tabs {
    display:grid;
  }

  body.v5-designer .designer-workspace {
    display:block !important;

    padding:9px !important;
  }

  body.v5-designer
  .designer-workspace
  > .design-view {
    display:none !important;
  }

  body.v5-designer
  .designer-workspace
  > .design-view.v5-active-view {
    display:block !important;
  }

  body.v5-designer .design-view {
    padding:9px !important;
  }

  body.v5-designer .design-face,
  body.v5-designer .design-face-end {
    width:100% !important;

    min-height:185px !important;
  }

  /* Quote */

  body.v5-quote #quoteForm {
    grid-template-columns:1fr 1fr !important;

    gap:12px !important;

    padding:26px 18px !important;
  }

  body.v5-quote #quoteForm .full,
  body.v5-quote #quoteForm .field:has(textarea),
  body.v5-quote #quoteForm .field:has(#modOptions) {
    grid-column:1/-1 !important;
  }

  body.v5-quote #modOptions.tag-row {
    grid-template-columns:1fr 1fr !important;
  }

  body.v5-quote #modOptions .tag.v5-mod-choice {
    min-height:94px;
  }

  /* Footer — no giant vertical wall */

  body.nexgen-v5 .ng26-footer,
  body.nexgen-v5 .site-footer {
    padding:30px 0 17px !important;
  }

  body.nexgen-v5 .ng26-footer-grid,
  body.nexgen-v5 .footer-grid {
    display:grid !important;
    grid-template-columns:1fr 1fr !important;

    gap:24px 18px !important;
  }

  body.nexgen-v5
  .ng26-footer-grid > *:first-child,
  body.nexgen-v5
  .footer-grid > *:first-child {
    grid-column:1/-1;
  }

  body.nexgen-v5 #siteFooter img {
    width:200px !important;
  }

  body.nexgen-v5 .ng26-footer-bottom,
  body.nexgen-v5 .footer-bottom {
    display:block !important;

    margin-top:18px !important;
    padding-top:13px !important;
  }

}

/* ==========================================================
   NEXGEN V5.1 — VISUAL PUNCH PASS
   ========================================================== */

/* ----------------------------------------------------------
   GLOBAL DEPTH + BRAND RHYTHM
   ---------------------------------------------------------- */

body.nexgen-v5 {
  --v51-blue:#FF2D8F;
  --v51-deep:#050505;
}

body.nexgen-v5 #siteHeader {
  border-top:4px solid var(--v51-blue) !important;

  box-shadow:
    0 8px 28px rgba(1,24,40,.08);
}

body.nexgen-v5 .section-head h2 {
  position:relative;
}

body.nexgen-v5 .section-head h2::after {
  content:"";

  display:block;

  width:48px;
  height:5px;

  margin-top:14px;

  background:var(--v51-blue);
}

/* ==========================================================
   HOME — TWO SIGNATURE PHOTOGRAPHIC FEATURE SECTIONS
   ========================================================== */

.v51-home-feature {
  position:relative;

  overflow:hidden;

  padding:0 !important;

  background:var(--v51-deep) !important;
}

.v51-home-feature::after {
  content:"";

  position:absolute;

  top:-120px;
  bottom:-120px;

  width:10px;

  background:var(--v51-blue);

  transform:rotate(15deg);

  z-index:3;

  box-shadow:
    25px 0 0 rgba(255,45,143,.12);
}

.v51-home-rentals::after {
  left:54%;
}

.v51-home-custom::after {
  right:54%;
}

.v51-home-feature-grid {
  min-height:560px;

  display:grid;
  grid-template-columns:1.05fr .95fr;
}

.v51-home-feature-copy {
  position:relative;
  z-index:4;

  display:flex;
  flex-direction:column;
  justify-content:center;

  padding:
    72px max(42px,calc((100vw - 1240px)/2))
    72px max(42px,calc((100vw - 1240px)/2));

  background:
    linear-gradient(
      135deg,
      #021726,
      #062a43
    );

  color:#fff;
}

.v51-home-rentals
.v51-home-feature-copy {
  padding-right:70px;
}

.v51-home-custom
.v51-home-feature-copy {
  order:2;

  padding-left:70px;
}

.v51-home-feature-copy .v51-number {
  margin-bottom:26px;

  color:rgba(255,45,143,.42);

  font-size:14px;
  font-weight:950;

  letter-spacing:.14em;
}

.v51-home-feature-copy .v5-kicker {
  color:#FF2D8F;

  font-size:11px;
  font-weight:950;

  letter-spacing:.18em;
}

.v51-home-feature-copy h2 {
  max-width:590px;

  margin:14px 0 22px;

  color:#fff !important;

  font-size:clamp(48px,5vw,76px);
  line-height:.91;

  letter-spacing:-.07em;

  text-transform:uppercase;
}

.v51-home-feature-copy h2 span {
  color:var(--v51-blue);
}

.v51-home-feature-copy p {
  max-width:570px;

  color:#b8ccd9;

  font-size:17px;
  line-height:1.75;
}

.v51-home-feature-actions {
  display:flex;
  flex-wrap:wrap;

  gap:10px;

  margin-top:24px;
}

.v51-home-feature-actions .btn {
  min-width:165px;
}

.v51-home-feature-stats {
  display:flex;
  flex-wrap:wrap;

  gap:0;

  margin-top:38px;

  border-top:
    1px solid rgba(255,255,255,.14);
}

.v51-home-feature-stat {
  min-width:150px;

  padding:20px 26px 0 0;
}

.v51-home-feature-stat strong {
  display:block;

  color:#fff;

  font-size:14px;
  font-weight:950;
}

.v51-home-feature-stat span {
  display:block;

  margin-top:5px;

  color:#7897aa;

  font-size:10px;
  font-weight:800;

  letter-spacing:.07em;
  text-transform:uppercase;
}

.v51-home-feature-photo {
  position:relative;

  min-height:560px;

  overflow:hidden;

  background:#102c3e;
}

.v51-home-rentals
.v51-home-feature-photo {
  background:
    linear-gradient(
      0deg,
      rgba(2,22,35,.18),
      rgba(2,22,35,.02)
    ),
    url('assets/nexgen-rental-clean.jpg')
      center / cover no-repeat;
}

.v51-home-custom
.v51-home-feature-photo {
  order:1;

  background:
    linear-gradient(
      0deg,
      rgba(2,22,35,.18),
      rgba(2,22,35,.02)
    ),
    url('assets/nexgen-custom-clean.jpg')
      center / cover no-repeat;
}

.v51-home-feature-photo::before {
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      90deg,
      rgba(2,24,40,.12),
      transparent 35%
    );
}

.v51-photo-label {
  position:absolute;

  left:30px;
  bottom:28px;

  z-index:2;

  display:flex;
  align-items:center;

  min-height:46px;

  padding:0 18px;

  border-left:5px solid var(--v51-blue);

  background:rgba(2,24,40,.88);

  color:#fff;

  font-size:10px;
  font-weight:950;

  letter-spacing:.13em;
  text-transform:uppercase;

  backdrop-filter:blur(10px);
}

/* ==========================================================
   RENTALS — BETTER IMAGE + STRONGER COMMERCIAL COMPOSITION
   ========================================================== */

body.v5-rentals .v5-rental-photo {
  position:relative;

  background:
    linear-gradient(
      0deg,
      rgba(2,22,35,.14),
      rgba(2,22,35,.01)
    ),
    url('assets/nexgen-custom-clean.jpg')
      center 48% / cover no-repeat !important;
}

body.v5-rentals
.v5-rental-showcase-grid {
  box-shadow:
    0 30px 75px rgba(3,27,43,.13);
}

body.v5-rentals
.v5-rental-copy {
  overflow:hidden;
}

body.v5-rentals
.v5-rental-copy::after {
  content:"";

  position:absolute;

  width:170px;
  height:170px;

  right:-90px;
  bottom:-80px;

  border:
    24px solid rgba(255,45,143,.1);

  transform:rotate(45deg);
}

body.v5-rentals
.rental-page-grid {
  padding-top:12px;
}

/* ==========================================================
   QUOTE — NUMBERED PROJECT WORKSHEET
   ========================================================== */

body.v5-quote #quoteForm::before {
  display:none !important;
}

.v51-form-step {
  grid-column:1/-1 !important;

  display:grid;

  grid-template-columns:58px 1fr;
  align-items:center;

  gap:15px;

  margin:
    22px 0 4px;

  padding:
    0 0 12px;

  border-bottom:
    1px solid #cbd6dd;
}

.v51-form-step:first-child {
  margin-top:0;
}

.v51-step-number {
  color:var(--v51-blue);

  font-size:24px;
  font-weight:950;

  letter-spacing:-.04em;
}

.v51-step-copy small {
  display:block;

  color:#879aa7;

  font-size:8px;
  font-weight:950;

  letter-spacing:.14em;
  text-transform:uppercase;
}

.v51-step-copy strong {
  display:block;

  margin-top:2px;

  color:#092338;

  font-size:16px;
  font-weight:950;

  letter-spacing:-.02em;
}

/* ==========================================================
   DESIGNER — CONNECT REVIEW + REQUEST TO THE STUDIO
   ========================================================== */

body.v5-designer
.designer-summary-card {
  position:relative;

  overflow:hidden;

  border:1px solid #28495f !important;
  border-top:6px solid var(--v51-blue) !important;

  background:
    linear-gradient(
      135deg,
      #031b2d,
      #082d46
    ) !important;

  color:#fff !important;

  box-shadow:
    0 24px 60px rgba(2,24,40,.14) !important;
}

body.v5-designer
.designer-summary-card::after {
  content:"02";

  position:absolute;

  right:20px;
  top:12px;

  color:rgba(255,45,143,.22);

  font-size:58px;
  font-weight:950;
}

body.v5-designer
.designer-summary-card h2 {
  color:#fff !important;
}

body.v5-designer
.designer-summary-card p,
body.v5-designer
.designer-summary-card small {
  color:#9db5c5 !important;
}

body.v5-designer
.designer-summary-line {
  border-color:
    rgba(255,255,255,.1) !important;
}

body.v5-designer
.designer-summary-line,
body.v5-designer
.designer-summary-line * {
  color:#dce8ef !important;
}

body.v5-designer
.designer-section .form-card {
  position:relative;

  overflow:hidden;

  border-top:
    6px solid var(--v51-blue) !important;

  background:#f3f7f9 !important;
}

body.v5-designer
.designer-section .form-card::after {
  content:"03";

  position:absolute;

  right:20px;
  top:12px;

  color:#d8e3ea;

  font-size:58px;
  font-weight:950;

  pointer-events:none;
}

/* ==========================================================
   FOOTER — INTEGRATED BRAND, NO PASTED LOGO BOX
   ========================================================== */

body.nexgen-v5
#siteFooter
.ng26-footer-logo {
  display:none !important;
}

body.nexgen-v5
.ng26-footer-grid > div:first-child {
  position:relative;

  min-height:105px;

  padding:
    5px 0 0 82px;

  background:
    url('assets/nexgen-icon-white.png')
      left 4px / 62px auto no-repeat;
}

body.nexgen-v5
.ng26-footer-grid > div:first-child::before {
  content:"NexGen";

  display:block;

  color:#fff;

  font-size:32px;
  font-weight:950;

  line-height:1;

  letter-spacing:-.055em;
}

body.nexgen-v5
.ng26-footer-grid > div:first-child::after {
  content:"CONTAINERS  |  BUILT BETTER.";

  display:block;

  margin-top:5px;

  color:#FF2D8F;

  font-size:8px;
  font-weight:950;

  letter-spacing:.17em;
}

body.nexgen-v5
.ng26-footer-grid > div:first-child p {
  grid-column:1/-1;

  width:100%;
  max-width:410px;

  margin:
    20px auto 0 !important;

  color:#7f9aac !important;
}

/* ==========================================================
   SMALL DEPTH DETAILS
   ========================================================== */

body.nexgen-v5 .container-card {
  position:relative;
}

body.nexgen-v5
.container-card::before {
  content:"";

  position:absolute;

  left:0;
  top:0;

  z-index:2;

  width:100%;
  height:4px;

  background:linear-gradient(
    90deg,
    var(--v51-blue) 0 28%,
    transparent 28%
  );

  opacity:0;

  transition:.18s ease;
}

body.nexgen-v5
.container-card:hover::before {
  opacity:1;
}

/* ==========================================================
   MOBILE V5.1
   ========================================================== */

@media(max-width:650px) {

  /* Header has more authority */

  body.nexgen-v5 #siteHeader {
    min-height:94px;
  }

  body.nexgen-v5 #siteHeader .nav,
  body.nexgen-v5 #siteHeader [class*="header-inner"] {
    min-height:90px !important;
  }

  body.nexgen-v5 #siteHeader img {
    width:225px !important;
    max-width:68vw !important;
    max-height:60px !important;
  }

  body.nexgen-v5
  #siteHeader
  .mobile-menu {
    width:54px !important;
    height:54px !important;

    display:grid;
    place-items:center;

    padding:0 !important;

    border:1px solid #cad6de !important;

    background:#fff !important;

    color:#062238 !important;

    font-size:0 !important;
  }

  body.nexgen-v5
  #siteHeader
  .mobile-menu::before {
    content:"☰";

    font-size:31px;

    line-height:1;
  }

  /* Home signature features */

  .v51-home-feature::after {
    display:none;
  }

  .v51-home-feature-grid {
    display:flex;
    flex-direction:column;

    min-height:auto;
  }

  .v51-home-feature-copy,
  .v51-home-custom
  .v51-home-feature-copy {
    order:2;

    padding:40px 22px 44px;
  }

  .v51-home-feature-photo,
  .v51-home-custom
  .v51-home-feature-photo {
    order:1;

    min-height:285px;
  }

  .v51-home-feature-copy h2 {
    font-size:46px;
  }

  .v51-home-feature-copy p {
    font-size:15px;
  }

  .v51-home-feature-actions {
    display:grid;

    grid-template-columns:1fr;
  }

  .v51-home-feature-actions .btn {
    width:100%;
  }

  .v51-home-feature-stats {
    display:grid;

    grid-template-columns:1fr 1fr;
  }

  .v51-home-feature-stat {
    min-width:0;

    padding-right:12px;
  }

  .v51-photo-label {
    left:18px;
    bottom:17px;
  }

  /* Quote worksheet */

  .v51-form-step {
    grid-template-columns:45px 1fr;

    gap:10px;

    margin-top:16px;
  }

  .v51-step-number {
    font-size:20px;
  }

  .v51-step-copy strong {
    font-size:14px;
  }

  /* Designer continuity */

  body.v5-designer
  .designer-summary-card::after,
  body.v5-designer
  .designer-section
  .form-card::after {
    font-size:42px;

    right:13px;
    top:8px;
  }

  /* Footer */

  body.nexgen-v5
  .ng26-footer-grid
  > div:first-child {
    min-height:92px;

    padding-left:68px;

    background-size:
      50px auto;
  }

  body.nexgen-v5
  .ng26-footer-grid
  > div:first-child::before {
    font-size:28px;
  }

  body.nexgen-v5
  .ng26-footer-grid
  > div:first-child::after {
    font-size:7px;
  }

  body.nexgen-v5
  .ng26-footer-grid
  > div:first-child p {
    margin:
      17px auto 0 !important;
  }

}

/* ==========================================================
   NEXGEN V5.1 — VISUAL PUNCH PASS
   ========================================================== */

/* ----------------------------------------------------------
   GLOBAL DEPTH + BRAND RHYTHM
   ---------------------------------------------------------- */

body.nexgen-v5 {
  --v51-blue:#FF2D8F;
  --v51-deep:#050505;
}

body.nexgen-v5 #siteHeader {
  border-top:4px solid var(--v51-blue) !important;

  box-shadow:
    0 8px 28px rgba(1,24,40,.08);
}

body.nexgen-v5 .section-head h2 {
  position:relative;
}

body.nexgen-v5 .section-head h2::after {
  content:"";

  display:block;

  width:48px;
  height:5px;

  margin-top:14px;

  background:var(--v51-blue);
}

/* ==========================================================
   HOME — TWO SIGNATURE PHOTOGRAPHIC FEATURE SECTIONS
   ========================================================== */

.v51-home-feature {
  position:relative;

  overflow:hidden;

  padding:0 !important;

  background:var(--v51-deep) !important;
}

.v51-home-feature::after {
  content:"";

  position:absolute;

  top:-120px;
  bottom:-120px;

  width:10px;

  background:var(--v51-blue);

  transform:rotate(15deg);

  z-index:3;

  box-shadow:
    25px 0 0 rgba(255,45,143,.12);
}

.v51-home-rentals::after {
  left:54%;
}

.v51-home-custom::after {
  right:54%;
}

.v51-home-feature-grid {
  min-height:560px;

  display:grid;
  grid-template-columns:1.05fr .95fr;
}

.v51-home-feature-copy {
  position:relative;
  z-index:4;

  display:flex;
  flex-direction:column;
  justify-content:center;

  padding:
    72px max(42px,calc((100vw - 1240px)/2))
    72px max(42px,calc((100vw - 1240px)/2));

  background:
    linear-gradient(
      135deg,
      #021726,
      #062a43
    );

  color:#fff;
}

.v51-home-rentals
.v51-home-feature-copy {
  padding-right:70px;
}

.v51-home-custom
.v51-home-feature-copy {
  order:2;

  padding-left:70px;
}

.v51-home-feature-copy .v51-number {
  margin-bottom:26px;

  color:rgba(255,45,143,.42);

  font-size:14px;
  font-weight:950;

  letter-spacing:.14em;
}

.v51-home-feature-copy .v5-kicker {
  color:#FF2D8F;

  font-size:11px;
  font-weight:950;

  letter-spacing:.18em;
}

.v51-home-feature-copy h2 {
  max-width:590px;

  margin:14px 0 22px;

  color:#fff !important;

  font-size:clamp(48px,5vw,76px);
  line-height:.91;

  letter-spacing:-.07em;

  text-transform:uppercase;
}

.v51-home-feature-copy h2 span {
  color:var(--v51-blue);
}

.v51-home-feature-copy p {
  max-width:570px;

  color:#b8ccd9;

  font-size:17px;
  line-height:1.75;
}

.v51-home-feature-actions {
  display:flex;
  flex-wrap:wrap;

  gap:10px;

  margin-top:24px;
}

.v51-home-feature-actions .btn {
  min-width:165px;
}

.v51-home-feature-stats {
  display:flex;
  flex-wrap:wrap;

  gap:0;

  margin-top:38px;

  border-top:
    1px solid rgba(255,255,255,.14);
}

.v51-home-feature-stat {
  min-width:150px;

  padding:20px 26px 0 0;
}

.v51-home-feature-stat strong {
  display:block;

  color:#fff;

  font-size:14px;
  font-weight:950;
}

.v51-home-feature-stat span {
  display:block;

  margin-top:5px;

  color:#7897aa;

  font-size:10px;
  font-weight:800;

  letter-spacing:.07em;
  text-transform:uppercase;
}

.v51-home-feature-photo {
  position:relative;

  min-height:560px;

  overflow:hidden;

  background:#102c3e;
}

.v51-home-rentals
.v51-home-feature-photo {
  background:
    linear-gradient(
      0deg,
      rgba(2,22,35,.18),
      rgba(2,22,35,.02)
    ),
    url('assets/nexgen-rental-clean.jpg')
      center / cover no-repeat;
}

.v51-home-custom
.v51-home-feature-photo {
  order:1;

  background:
    linear-gradient(
      0deg,
      rgba(2,22,35,.18),
      rgba(2,22,35,.02)
    ),
    url('assets/nexgen-custom-clean.jpg')
      center / cover no-repeat;
}

.v51-home-feature-photo::before {
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      90deg,
      rgba(2,24,40,.12),
      transparent 35%
    );
}

.v51-photo-label {
  position:absolute;

  left:30px;
  bottom:28px;

  z-index:2;

  display:flex;
  align-items:center;

  min-height:46px;

  padding:0 18px;

  border-left:5px solid var(--v51-blue);

  background:rgba(2,24,40,.88);

  color:#fff;

  font-size:10px;
  font-weight:950;

  letter-spacing:.13em;
  text-transform:uppercase;

  backdrop-filter:blur(10px);
}

/* ==========================================================
   RENTALS — BETTER IMAGE + STRONGER COMMERCIAL COMPOSITION
   ========================================================== */

body.v5-rentals .v5-rental-photo {
  position:relative;

  background:
    linear-gradient(
      0deg,
      rgba(2,22,35,.14),
      rgba(2,22,35,.01)
    ),
    url('assets/nexgen-custom-clean.jpg')
      center 48% / cover no-repeat !important;
}

body.v5-rentals
.v5-rental-showcase-grid {
  box-shadow:
    0 30px 75px rgba(3,27,43,.13);
}

body.v5-rentals
.v5-rental-copy {
  overflow:hidden;
}

body.v5-rentals
.v5-rental-copy::after {
  content:"";

  position:absolute;

  width:170px;
  height:170px;

  right:-90px;
  bottom:-80px;

  border:
    24px solid rgba(255,45,143,.1);

  transform:rotate(45deg);
}

body.v5-rentals
.rental-page-grid {
  padding-top:12px;
}

/* ==========================================================
   QUOTE — NUMBERED PROJECT WORKSHEET
   ========================================================== */

body.v5-quote #quoteForm::before {
  display:none !important;
}

.v51-form-step {
  grid-column:1/-1 !important;

  display:grid;

  grid-template-columns:58px 1fr;
  align-items:center;

  gap:15px;

  margin:
    22px 0 4px;

  padding:
    0 0 12px;

  border-bottom:
    1px solid #cbd6dd;
}

.v51-form-step:first-child {
  margin-top:0;
}

.v51-step-number {
  color:var(--v51-blue);

  font-size:24px;
  font-weight:950;

  letter-spacing:-.04em;
}

.v51-step-copy small {
  display:block;

  color:#879aa7;

  font-size:8px;
  font-weight:950;

  letter-spacing:.14em;
  text-transform:uppercase;
}

.v51-step-copy strong {
  display:block;

  margin-top:2px;

  color:#092338;

  font-size:16px;
  font-weight:950;

  letter-spacing:-.02em;
}

/* ==========================================================
   DESIGNER — CONNECT REVIEW + REQUEST TO THE STUDIO
   ========================================================== */

body.v5-designer
.designer-summary-card {
  position:relative;

  overflow:hidden;

  border:1px solid #28495f !important;
  border-top:6px solid var(--v51-blue) !important;

  background:
    linear-gradient(
      135deg,
      #031b2d,
      #082d46
    ) !important;

  color:#fff !important;

  box-shadow:
    0 24px 60px rgba(2,24,40,.14) !important;
}

body.v5-designer
.designer-summary-card::after {
  content:"02";

  position:absolute;

  right:20px;
  top:12px;

  color:rgba(255,45,143,.22);

  font-size:58px;
  font-weight:950;
}

body.v5-designer
.designer-summary-card h2 {
  color:#fff !important;
}

body.v5-designer
.designer-summary-card p,
body.v5-designer
.designer-summary-card small {
  color:#9db5c5 !important;
}

body.v5-designer
.designer-summary-line {
  border-color:
    rgba(255,255,255,.1) !important;
}

body.v5-designer
.designer-summary-line,
body.v5-designer
.designer-summary-line * {
  color:#dce8ef !important;
}

body.v5-designer
.designer-section .form-card {
  position:relative;

  overflow:hidden;

  border-top:
    6px solid var(--v51-blue) !important;

  background:#f3f7f9 !important;
}

body.v5-designer
.designer-section .form-card::after {
  content:"03";

  position:absolute;

  right:20px;
  top:12px;

  color:#d8e3ea;

  font-size:58px;
  font-weight:950;

  pointer-events:none;
}

/* ==========================================================
   FOOTER — INTEGRATED BRAND, NO PASTED LOGO BOX
   ========================================================== */

body.nexgen-v5
#siteFooter
.ng26-footer-logo {
  display:none !important;
}

body.nexgen-v5
.ng26-footer-grid > div:first-child {
  position:relative;

  min-height:105px;

  padding:
    5px 0 0 82px;

  background:
    url('assets/nexgen-icon-white.png')
      left 4px / 62px auto no-repeat;
}

body.nexgen-v5
.ng26-footer-grid > div:first-child::before {
  content:"NexGen";

  display:block;

  color:#fff;

  font-size:32px;
  font-weight:950;

  line-height:1;

  letter-spacing:-.055em;
}

body.nexgen-v5
.ng26-footer-grid > div:first-child::after {
  content:"CONTAINERS  |  BUILT BETTER.";

  display:block;

  margin-top:5px;

  color:#FF2D8F;

  font-size:8px;
  font-weight:950;

  letter-spacing:.17em;
}

body.nexgen-v5
.ng26-footer-grid > div:first-child p {
  grid-column:1/-1;

  width:100%;
  max-width:410px;

  margin:
    20px auto 0 !important;

  color:#7f9aac !important;
}

/* ==========================================================
   SMALL DEPTH DETAILS
   ========================================================== */

body.nexgen-v5 .container-card {
  position:relative;
}

body.nexgen-v5
.container-card::before {
  content:"";

  position:absolute;

  left:0;
  top:0;

  z-index:2;

  width:100%;
  height:4px;

  background:linear-gradient(
    90deg,
    var(--v51-blue) 0 28%,
    transparent 28%
  );

  opacity:0;

  transition:.18s ease;
}

body.nexgen-v5
.container-card:hover::before {
  opacity:1;
}

/* ==========================================================
   MOBILE V5.1
   ========================================================== */

@media(max-width:650px) {

  /* Header has more authority */

  body.nexgen-v5 #siteHeader {
    min-height:94px;
  }

  body.nexgen-v5 #siteHeader .nav,
  body.nexgen-v5 #siteHeader [class*="header-inner"] {
    min-height:90px !important;
  }

  body.nexgen-v5 #siteHeader img {
    width:225px !important;
    max-width:68vw !important;
    max-height:60px !important;
  }

  body.nexgen-v5
  #siteHeader
  .mobile-menu {
    width:54px !important;
    height:54px !important;

    display:grid;
    place-items:center;

    padding:0 !important;

    border:1px solid #cad6de !important;

    background:#fff !important;

    color:#062238 !important;

    font-size:0 !important;
  }

  body.nexgen-v5
  #siteHeader
  .mobile-menu::before {
    content:"☰";

    font-size:31px;

    line-height:1;
  }

  /* Home signature features */

  .v51-home-feature::after {
    display:none;
  }

  .v51-home-feature-grid {
    display:flex;
    flex-direction:column;

    min-height:auto;
  }

  .v51-home-feature-copy,
  .v51-home-custom
  .v51-home-feature-copy {
    order:2;

    padding:40px 22px 44px;
  }

  .v51-home-feature-photo,
  .v51-home-custom
  .v51-home-feature-photo {
    order:1;

    min-height:285px;
  }

  .v51-home-feature-copy h2 {
    font-size:46px;
  }

  .v51-home-feature-copy p {
    font-size:15px;
  }

  .v51-home-feature-actions {
    display:grid;

    grid-template-columns:1fr;
  }

  .v51-home-feature-actions .btn {
    width:100%;
  }

  .v51-home-feature-stats {
    display:grid;

    grid-template-columns:1fr 1fr;
  }

  .v51-home-feature-stat {
    min-width:0;

    padding-right:12px;
  }

  .v51-photo-label {
    left:18px;
    bottom:17px;
  }

  /* Quote worksheet */

  .v51-form-step {
    grid-template-columns:45px 1fr;

    gap:10px;

    margin-top:16px;
  }

  .v51-step-number {
    font-size:20px;
  }

  .v51-step-copy strong {
    font-size:14px;
  }

  /* Designer continuity */

  body.v5-designer
  .designer-summary-card::after,
  body.v5-designer
  .designer-section
  .form-card::after {
    font-size:42px;

    right:13px;
    top:8px;
  }

  /* Footer */

  body.nexgen-v5
  .ng26-footer-grid
  > div:first-child {
    min-height:92px;

    padding-left:68px;

    background-size:
      50px auto;
  }

  body.nexgen-v5
  .ng26-footer-grid
  > div:first-child::before {
    font-size:28px;
  }

  body.nexgen-v5
  .ng26-footer-grid
  > div:first-child::after {
    font-size:7px;
  }

  body.nexgen-v5
  .ng26-footer-grid
  > div:first-child p {
    margin:
      17px auto 0 !important;
  }

}

/* ==========================================================
   NEXGEN V5.1.1 — CRITICAL CONTRAST CORRECTIONS
   Prevent global heading rules from overriding dark surfaces.
   ========================================================== */

/* Homepage primary hero */

body.nexgen-v5.v5-home .mock-hero h1,
body.nexgen-v5 .mock-hero h1 {
  color:#ffffff !important;
}

body.nexgen-v5.v5-home .mock-hero h1 .blue,
body.nexgen-v5 .mock-hero h1 .blue {
  color:#FF2D8F !important;
}

/* All dark internal heroes */

body.nexgen-v5 .page-hero h1,
body.nexgen-v5 .page-hero h2,
body.nexgen-v5 .page-hero h3 {
  color:#ffffff !important;
}

/* Signature homepage dark sections */

body.nexgen-v5
.v51-home-feature-copy h1,
body.nexgen-v5
.v51-home-feature-copy h2,
body.nexgen-v5
.v51-home-feature-copy h3 {
  color:#ffffff !important;
}

/* Designer dark review surface */

body.nexgen-v5
.designer-summary-card h1,
body.nexgen-v5
.designer-summary-card h2,
body.nexgen-v5
.designer-summary-card h3 {
  color:#ffffff !important;
}

/* Rental dark price surface */

body.nexgen-v5
.rental-price-card h1,
body.nexgen-v5
.rental-price-card h2,
body.nexgen-v5
.rental-price-card h3,
body.nexgen-v5
.rental-price-card strong {
  color:#ffffff !important;
}

/* Footer dark surface */

body.nexgen-v5
#siteFooter h1,
body.nexgen-v5
#siteFooter h2,
body.nexgen-v5
#siteFooter h3,
body.nexgen-v5
#siteFooter h4 {
  color:#ffffff !important;
}



/* ==========================================================
   V5.1.1 CLEAN MARKETING ASSET LOCK
   ========================================================== */

body.v5-rentals .v5-rental-photo {
  background:
    linear-gradient(
      0deg,
      rgba(2,22,35,.14),
      rgba(2,22,35,.01)
    ),
    url('assets/nexgen-rental-clean.jpg')
      center / cover no-repeat !important;
}

.v51-home-rentals .v51-home-feature-photo {
  background:
    linear-gradient(
      0deg,
      rgba(2,22,35,.12),
      rgba(2,22,35,.01)
    ),
    url('assets/nexgen-rental-clean.jpg')
      center / cover no-repeat !important;
}

.v51-home-custom .v51-home-feature-photo {
  background:
    linear-gradient(
      0deg,
      rgba(2,22,35,.16),
      rgba(2,22,35,.02)
    ),
    url('assets/nexgen-custom-clean.jpg')
      center 42% / cover no-repeat !important;
}

/* Confirmed transparent footer icon */

body.nexgen-v5
.ng26-footer-grid > div:first-child {
  background-image:
    url('assets/nexgen-icon-transparent.png') !important;
}


/* ==========================================================
   NEXGEN V5.1.2 — FINAL VISUAL CLEANUP
   1. Remove marketplace-artifact hero sources.
   2. Remove Designer Studio pseudo-label collision.
   3. Stabilize mobile designer view tabs.
   ========================================================== */

/* ----------------------------------------------------------
   INTERNAL HERO IMAGE LOCK

   Never use the old ~240px marketplace thumbnails as
   full-width hero backgrounds. They contain gallery badges,
   hearts and listing labels baked into the pixels.
   ---------------------------------------------------------- */

body.nexgen-v5.v5-inventory .page-hero,
body.nexgen-v5.v5-financing .page-hero,
body.nexgen-v5.v5-contact .page-hero {
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.98) 48%,
      rgba(5,5,5,.78) 67%,
      rgba(5,5,5,.28) 100%
    ),
    url('assets/nexgen-rental-clean.jpg')
      76% center / cover no-repeat !important;
}

body.nexgen-v5.v5-rentals .page-hero {
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.97) 48%,
      rgba(5,5,5,.76) 68%,
      rgba(5,5,5,.24) 100%
    ),
    url('assets/nexgen-rental-clean.jpg')
      76% center / cover no-repeat !important;
}

body.nexgen-v5.v5-quote .page-hero {
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.97) 48%,
      rgba(5,5,5,.74) 68%,
      rgba(5,5,5,.22) 100%
    ),
    url('assets/nexgen-rental-clean.jpg')
      76% center / cover no-repeat !important;
}

body.nexgen-v5.v5-designer .page-hero {
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.97) 48%,
      rgba(5,5,5,.75) 67%,
      rgba(5,5,5,.22) 100%
    ),
    url('assets/nexgen-custom-clean.jpg')
      76% 40% / cover no-repeat !important;
}

/* ----------------------------------------------------------
   DESIGNER COLLISION FIX

   This pseudo-label was physically colliding with:
   - desktop Remove Selected / Clear controls
   - mobile DOOR END / FRONT END tabs
   ---------------------------------------------------------- */

body.nexgen-v5.v5-designer
.designer-workspace::before {
  content:none !important;
  display:none !important;
}

/* Clean tab geometry */

body.nexgen-v5.v5-designer
.v5-view-tabs {
  position:relative;

  z-index:5;

  overflow:hidden;
}

body.nexgen-v5.v5-designer
.v5-view-tabs button {
  min-width:0;

  overflow:hidden;

  white-space:normal;

  text-align:center;

  line-height:1.2 !important;
}

/* ----------------------------------------------------------
   MOBILE INTERNAL HERO LOCK
   ---------------------------------------------------------- */

@media(max-width:650px) {

  body.nexgen-v5.v5-inventory .page-hero,
  body.nexgen-v5.v5-financing .page-hero,
  body.nexgen-v5.v5-contact .page-hero,
  body.nexgen-v5.v5-rentals .page-hero,
  body.nexgen-v5.v5-quote .page-hero {
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.93) 0%,
        rgba(5,5,5,.89) 100%
      ),
      url('assets/nexgen-rental-clean.jpg')
        center / cover no-repeat !important;
  }

  body.nexgen-v5.v5-designer .page-hero {
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.93) 0%,
        rgba(5,5,5,.89) 100%
      ),
      url('assets/nexgen-custom-clean.jpg')
        center / cover no-repeat !important;
  }

  body.nexgen-v5.v5-designer
  .v5-view-tabs {
    grid-template-columns:
      repeat(4,minmax(0,1fr)) !important;
  }

  body.nexgen-v5.v5-designer
  .v5-view-tabs button {
    min-height:50px !important;

    padding:
      7px 4px !important;

    font-size:7px !important;

    line-height:1.15 !important;

    letter-spacing:.025em !important;
  }

}

/* ==========================================================
   NEXGEN V5.1.3 — DESIGNER INSTALLATION NOTE CONTRAST
   Keep the light installation inset readable inside the
   otherwise dark Step 2 review card.
   ========================================================== */

body.nexgen-v5.v5-designer
.designer-summary-card
.installation-note {
  background:#FFF1F8 !important;
  border-color:#d9e4ee !important;
  color:#173047 !important;
}

body.nexgen-v5.v5-designer
.designer-summary-card
.installation-note b {
  color:#102b40 !important;
  font-weight:900 !important;
}

body.nexgen-v5.v5-designer
.designer-summary-card
.installation-note p {
  color:#52677a !important;
}

/* ==========================================================
   NEXGEN V5.1.4 — REMOVE HOME FEATURE DIAGONAL SLASHES
   Remove decorative blue diagonal overlays from the Rentals
   and Custom Containers photography.
   ========================================================== */

body.nexgen-v5
.v51-home-feature::after {
  content:none !important;
  display:none !important;
}

/* ==========================================================
   BRIT APPROVED MOCKUP BRANDING — FINAL 2026-08-21
   ========================================================== */
body:not(.admin-route) .site-header,
body:not(.admin-route) .mock-header {
  background:#050505 !important;
  border-bottom:1px solid #202020 !important;
  box-shadow:none !important;
}
body:not(.admin-route) .mock-links a { color:#fff !important; }
body:not(.admin-route) .mock-links a:hover,
body:not(.admin-route) .mock-links a.active,
body:not(.admin-route) .mock-phone { color:#FF2D8F !important; }
body:not(.admin-route) .mock-links a.active::after,
body:not(.admin-route) .mock-quote-btn { background:#FF2D8F !important; }
body:not(.admin-route) .mock-quote-btn {
  color:#fff !important;
  box-shadow:0 8px 20px rgba(255,45,143,.24) !important;
}
body:not(.admin-route) .mock-menu {
  background:#050505 !important;
  color:#fff !important;
  border-color:#393939 !important;
}
body:not(.admin-route) .mock-logo img { filter:none !important; opacity:1 !important; }
.nexgen-development-preview,
.nexgen-development-preview-badge {
  background:#050505 !important;
  color:#fff !important;
}
.nexgen-development-preview { border-bottom:1px solid #242424 !important; }
.nexgen-development-preview strong,
.nexgen-development-preview-badge { color:#FF2D8F !important; }
.nexgen-development-preview-badge { border-bottom:4px solid #FF2D8F !important; }
@media(max-width:760px) {
  .nexgen-development-preview__inner { padding:8px 14px !important; font-size:12px !important; line-height:1.35 !important; }
  .nexgen-development-preview-badge { padding:5px 12px !important; font-size:11px !important; }
  body:not(.admin-route) .mock-nav { width:calc(100% - 28px) !important; }
  body:not(.admin-route) .mock-logo { width:230px !important; flex-basis:230px !important; }
  body:not(.admin-route) .mock-logo img { width:220px !important; max-height:54px !important; }
}

/* BRIT MOCKUP — ID-SPECIFIC FINAL OVERRIDE */
body.nexgen-v5 #siteHeader,
body.nexgen-v5 header#siteHeader,
body.nexgen-v5 #siteHeader.site-header,
body.nexgen-v5 #siteHeader .site-header,
body.nexgen-v5 #siteHeader .mock-header {
  background:#050505 !important;
  border-bottom-color:#202020 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
body.nexgen-v5 #siteHeader .mock-links a { color:#fff !important; }
body.nexgen-v5 #siteHeader .mock-links a:hover,
body.nexgen-v5 #siteHeader .mock-links a.active,
body.nexgen-v5 #siteHeader .mock-phone { color:#FF2D8F !important; }
body.nexgen-v5 #siteHeader .mock-links a.active::after,
body.nexgen-v5 #siteHeader .mock-quote-btn { background:#FF2D8F !important; }
body.nexgen-v5 #siteHeader .mock-quote-btn { color:#fff !important; }
body.nexgen-v5 #siteHeader .mock-menu { background:#050505 !important; color:#fff !important; border-color:#393939 !important; }
body.nexgen-v5 #siteHeader .mock-logo img { filter:none !important; opacity:1 !important; }
body.nexgen-v5 .nexgen-development-preview,
body.nexgen-v5 .nexgen-development-preview-badge { background:#050505 !important; color:#fff !important; }
body.nexgen-v5 .nexgen-development-preview strong,
body.nexgen-v5 .nexgen-development-preview-badge { color:#FF2D8F !important; }
body.nexgen-v5 .nexgen-development-preview-badge { border-bottom-color:#FF2D8F !important; }
@media(max-width:760px){body.nexgen-v5 .nexgen-development-preview__inner{padding:8px 14px!important;font-size:12px!important;line-height:1.35!important}body.nexgen-v5 .nexgen-development-preview-badge{padding:5px 12px!important;font-size:11px!important}}
/* NEXGEN_BLACK_FINAL_V7 */
html,body{background-color:#000!important;}
div.container-corrugation{background-color:#000!important;background-image:none!important;}
div.container-corrugation::before,div.container-corrugation::after{background-color:#000!important;background-image:none!important;}
div.design-face{background-color:#000!important;background-image:none!important;}
div.design-face::before,div.design-face::after{background-color:#000!important;background-image:none!important;}
div.designer-workspace{background-color:#000!important;background-image:none!important;}
div.designer-workspace::before,div.designer-workspace::after{background-color:#000!important;background-image:none!important;}
div.mock-inventory-media{background-color:#000!important;background-image:none!important;}
div.mock-inventory-media::before,div.mock-inventory-media::after{background-color:#000!important;background-image:none!important;}
div.nexgen-card-media{background-color:#000!important;background-image:none!important;}
div.nexgen-card-media::before,div.nexgen-card-media::after{background-color:#000!important;background-image:none!important;}
div.nexgen-card-media > img{background-color:#000!important;background-image:none!important;}
div.nexgen-card-media > img::before,div.nexgen-card-media > img::after{background-color:#000!important;background-image:none!important;}
div.rental-detail-grid{background-color:#000!important;background-image:none!important;}
div.rental-detail-grid::before,div.rental-detail-grid::after{background-color:#000!important;background-image:none!important;}
[class*="rental" i]:not(input):not(textarea):not(select):not(option):not(button):not(a):not(img):not(picture):not(video):not(canvas):not(svg){background-color:#000!important;}
[id*="rental" i]:not(input):not(textarea):not(select):not(option):not(button):not(a):not(img):not(picture):not(video):not(canvas):not(svg){background-color:#000!important;}
[class*="financ" i]:not(input):not(textarea):not(select):not(option):not(button):not(a):not(img):not(picture):not(video):not(canvas):not(svg){background-color:#000!important;}
[id*="financ" i]:not(input):not(textarea):not(select):not(option):not(button):not(a):not(img):not(picture):not(video):not(canvas):not(svg){background-color:#000!important;}
[class*="lease" i]:not(input):not(textarea):not(select):not(option):not(button):not(a):not(img):not(picture):not(video):not(canvas):not(svg){background-color:#000!important;}
[id*="lease" i]:not(input):not(textarea):not(select):not(option):not(button):not(a):not(img):not(picture):not(video):not(canvas):not(svg){background-color:#000!important;}
[class*="designer" i]:not(input):not(textarea):not(select):not(option):not(button):not(a):not(img):not(picture):not(video):not(canvas):not(svg){background-color:#000!important;}
[id*="designer" i]:not(input):not(textarea):not(select):not(option):not(button):not(a):not(img):not(picture):not(video):not(canvas):not(svg){background-color:#000!important;}
[class*="modification" i]:not(input):not(textarea):not(select):not(option):not(button):not(a):not(img):not(picture):not(video):not(canvas):not(svg){background-color:#000!important;}
[id*="modification" i]:not(input):not(textarea):not(select):not(option):not(button):not(a):not(img):not(picture):not(video):not(canvas):not(svg){background-color:#000!important;}

/* NEXGEN_FOOTER_PARAGRAPH_SOURCE_FIX_20260831_V1 */
