/* Next Level Boat & RV Storage — lime + black, matching the palm wordmark. */

:root {
  --nlbrs-navy: #05080c;
  --nlbrs-navy-2: #0a1008;
  --nlbrs-navy-3: #12180c;
  --nlbrs-gold: #b8ff4a;
  --nlbrs-gold-2: #8dff2a;
  --nlbrs-gold-dk: #5cb81a;
  --nlbrs-cream: #f7f6ef;
  --nlbrs-ink: #16202e;
  --nlbrs-slate: #5a6678;
  --nlbrs-line: #e4e7ee;
  --nlbrs-white: #ffffff;
  --nlbrs-shadow: 0 18px 48px rgba(5, 8, 12, 0.18);
  --nlbrs-shadow-sm: 0 8px 24px rgba(5, 8, 12, 0.10);
  --nlbrs-radius: 18px;
  --nlbrs-maxw: 1180px;
  --nlbrs-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --nlbrs-serif: "Playfair Display", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

.nlbrs-body {
  margin: 0;
  font-family: var(--nlbrs-sans);
  color: var(--nlbrs-ink);
  background: var(--nlbrs-cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.nlbrs-body--pf-footer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.nlbrs-main { flex: 1 0 auto; }
img { max-width: 100%; display: block; }
a { color: inherit; }

.nlbrs-container {
  width: 100%;
  max-width: var(--nlbrs-maxw);
  margin: 0 auto;
  padding: 0 22px;
}

.nlbrs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--nlbrs-sans);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 12px 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
  line-height: 1;
}
.nlbrs-btn--lg { padding: 15px 30px; font-size: 1.02rem; }
.nlbrs-btn--block { width: 100%; }
.nlbrs-btn--gold {
  background: linear-gradient(135deg, var(--nlbrs-gold) 0%, var(--nlbrs-gold-2) 100%);
  color: var(--nlbrs-navy);
  box-shadow: 0 10px 24px rgba(141, 255, 42, 0.32);
}
.nlbrs-btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(141, 255, 42, 0.42); }
.nlbrs-btn--ghost {
  background: transparent;
  color: var(--nlbrs-white);
  border-color: rgba(255, 255, 255, 0.55);
}
.nlbrs-btn--ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; }
.nlbrs-btn--outline {
  background: transparent;
  color: var(--nlbrs-navy);
  border-color: rgba(5, 8, 12, 0.28);
}
.nlbrs-btn--outline:hover {
  background: rgba(5, 8, 12, 0.06);
  border-color: var(--nlbrs-navy);
}

.nlbrs-header { position: relative; z-index: 100; }

.nlbrs-family-bar {
  background: #020617;
  color: #f8fafc;
  border-bottom: 1px solid rgba(141, 255, 42, 0.35);
  font-size: 0.78rem;
}
.nlbrs-family-bar__inner {
  display: flex;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  flex-wrap: wrap;
}
.nlbrs-family-bar__tag {
  color: var(--nlbrs-gold);
  font-weight: 700;
  white-space: nowrap;
}
.nlbrs-family-links {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
}
.nlbrs-family-links__label {
  color: rgba(248, 250, 252, 0.72);
  font-weight: 600;
  margin-right: 0.25rem;
}
.nlbrs-family-links__chip {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
.nlbrs-family-links__chip:hover {
  background: rgba(141, 255, 42, 0.18);
  border-color: rgba(141, 255, 42, 0.55);
}
.nlbrs-family-links__chip.is-current {
  color: var(--nlbrs-navy);
  background: var(--nlbrs-gold);
  border-color: var(--nlbrs-gold);
}
.nlbrs-family-bar__phone {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.nlbrs-family-bar__phone:hover { color: var(--nlbrs-gold); }

.nlbrs-navbar {
  background: #000;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(141, 255, 42, 0.28);
}
.nlbrs-navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 16px;
}
.nlbrs-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.nlbrs-brand__logo {
  display: block;
  height: 132px;
  width: auto;
  max-width: min(420px, 70vw);
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
  background: #000;
  border: 0;
}
.nlbrs-brand__text { display: flex; flex-direction: column; gap: 2px; }
.nlbrs-brand__kicker {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nlbrs-gold);
  font-weight: 800;
}
.nlbrs-brand__name {
  font-family: var(--nlbrs-serif);
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
.nlbrs-nav { display: flex; align-items: center; gap: 22px; }
.nlbrs-nav__link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.96rem;
  padding: 6px 2px;
  position: relative;
}
.nlbrs-nav__link::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 2px;
  background: var(--nlbrs-gold);
  transform: scaleX(0);
  transition: transform 0.18s ease;
}
.nlbrs-nav__link:hover, .nlbrs-nav__link.is-active { color: #fff; }
.nlbrs-nav__link:hover::after, .nlbrs-nav__link.is-active::after { transform: scaleX(1); }
.nlbrs-nav__cta { margin-left: 6px; white-space: nowrap; font-size: 0.88rem; padding: 10px 18px; }
.nlbrs-navbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}
.nlbrs-navbar__mobile-cta { display: none; }
.nlbrs-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nlbrs-menu-toggle span { width: 26px; height: 2.5px; background: #fff; border-radius: 2px; }
.nlbrs-mobile-nav {
  background: #05080c;
  border-bottom: 1px solid rgba(141, 255, 42, 0.25);
}
.nlbrs-mobile-nav nav { display: flex; flex-direction: column; padding: 8px 22px 18px; }
.nlbrs-mobile-nav__link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 600;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nlbrs-mobile-nav__link--cta { color: var(--nlbrs-gold); border-bottom: 0; }

.nlbrs-hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(120% 90% at 80% 0%, rgba(141, 255, 42, 0.22) 0%, rgba(5, 8, 12, 0) 55%),
    linear-gradient(160deg, #000000 0%, #0a1208 45%, #152010 100%);
  overflow: hidden;
}
.nlbrs-hero__overlay {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 26px);
  opacity: 0.45;
  pointer-events: none;
}
.nlbrs-hero__inner {
  position: relative;
  padding: 72px 22px 96px;
  text-align: center;
  max-width: 920px;
}
.nlbrs-hero__logo {
  width: min(720px, 94vw);
  height: auto;
  margin: 0 auto 28px;
  display: block;
}
.nlbrs-hero__eyebrow {
  display: inline-block;
  background: rgba(141, 255, 42, 0.12);
  border: 1px solid rgba(141, 255, 42, 0.5);
  color: var(--nlbrs-gold);
  padding: 7px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.nlbrs-hero__title {
  font-family: var(--nlbrs-serif);
  font-weight: 800;
  font-size: clamp(2.2rem, 5.2vw, 3.6rem);
  line-height: 1.08;
  margin: 0 0 20px;
}
.nlbrs-hero__body {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  color: rgba(255, 255, 255, 0.86);
  max-width: 760px;
  margin: 0 auto 32px;
}
.nlbrs-hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.nlbrs-promo {
  background: linear-gradient(90deg, var(--nlbrs-gold-2), var(--nlbrs-gold));
  color: var(--nlbrs-navy);
  text-align: center;
  font-weight: 700;
}
.nlbrs-promo p { margin: 0; padding: 14px 22px; font-size: 0.98rem; }

.nlbrs-section { padding: 76px 0; }
.nlbrs-section--tint { background: var(--nlbrs-white); }
.nlbrs-section__head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.nlbrs-kicker {
  display: inline-block;
  color: var(--nlbrs-gold-dk);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 10px;
}
.nlbrs-kicker--light { color: var(--nlbrs-gold); }
.nlbrs-section__title {
  font-family: var(--nlbrs-serif);
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  color: var(--nlbrs-navy);
  margin: 0 0 12px;
  line-height: 1.15;
}
.nlbrs-section__intro { color: var(--nlbrs-slate); font-size: 1.05rem; margin: 0; }
.nlbrs-section__cta { text-align: center; margin-top: 34px; }

.nlbrs-cards { display: grid; gap: 22px; }
.nlbrs-cards--2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.nlbrs-cards--4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.nlbrs-card {
  background: var(--nlbrs-white);
  border: 1px solid var(--nlbrs-line);
  border-radius: var(--nlbrs-radius);
  padding: 24px 22px 22px;
  box-shadow: var(--nlbrs-shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.nlbrs-section--tint .nlbrs-card { background: var(--nlbrs-cream); }
.nlbrs-card:hover { transform: translateY(-5px); box-shadow: var(--nlbrs-shadow); }
.nlbrs-card--center { text-align: center; }
.nlbrs-card__icon { font-size: 2.1rem; margin-bottom: 12px; }
.nlbrs-card__title { font-family: var(--nlbrs-serif); font-size: 1.2rem; color: var(--nlbrs-navy); margin: 0 0 10px; }
.nlbrs-card__body { color: var(--nlbrs-slate); font-size: 0.95rem; margin: 0; }

.nlbrs-cta-band {
  background: linear-gradient(135deg, #000000 0%, #152010 100%);
  color: #fff;
  text-align: center;
  padding: 64px 0;
}
.nlbrs-cta-band .nlbrs-section__title { color: #fff; }
.nlbrs-cta-band p { color: rgba(255, 255, 255, 0.82); max-width: 640px; margin: 0 auto 24px; }
.nlbrs-cta-band__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.nlbrs-pagehead {
  background:
    radial-gradient(120% 130% at 80% 0%, rgba(141, 255, 42, 0.18) 0%, rgba(5, 8, 12, 0) 60%),
    linear-gradient(135deg, #000000, #12180c);
  color: #fff;
  text-align: center;
  padding: 72px 0 60px;
}
.nlbrs-pagehead__eyebrow { color: var(--nlbrs-gold); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.8rem; }
.nlbrs-pagehead__title { font-family: var(--nlbrs-serif); font-size: clamp(2rem, 4.4vw, 3rem); margin: 12px 0 10px; }
.nlbrs-pagehead__body { color: rgba(255, 255, 255, 0.85); max-width: 680px; margin: 0 auto; }
.nlbrs-prose { max-width: 760px; }
.nlbrs-prose .nlbrs-lead { font-size: 1.2rem; color: var(--nlbrs-navy); font-weight: 500; }
.nlbrs-prose h2 { font-family: var(--nlbrs-serif); color: var(--nlbrs-navy); margin-top: 36px; }
.nlbrs-prose p { color: var(--nlbrs-ink); margin: 0 0 18px; }

.nlbrs-split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.nlbrs-split__copy .nlbrs-section__title { text-align: left; }
.nlbrs-formcard {
  background: var(--nlbrs-white);
  border: 1px solid var(--nlbrs-line);
  border-radius: var(--nlbrs-radius);
  padding: 28px 24px;
  box-shadow: var(--nlbrs-shadow);
}
.nlbrs-formcard__title { font-family: var(--nlbrs-serif); font-size: 1.5rem; color: var(--nlbrs-navy); margin: 0 0 6px; }
.nlbrs-formcard__sub { color: var(--nlbrs-slate); margin: 0 0 20px; font-size: 0.95rem; }
.nlbrs-form { display: grid; gap: 16px; }
.nlbrs-form__field { display: grid; gap: 6px; }
.nlbrs-form__field span { font-weight: 600; font-size: 0.88rem; color: var(--nlbrs-ink); }
.nlbrs-form__field em { color: #c0392b; font-style: normal; }
.nlbrs-form__field input,
.nlbrs-form__field select,
.nlbrs-form__field textarea {
  font: inherit;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid var(--nlbrs-line);
  background: #fff;
}
.nlbrs-form__field input:focus,
.nlbrs-form__field select:focus,
.nlbrs-form__field textarea:focus {
  outline: 2px solid rgba(141, 255, 42, 0.65);
  border-color: var(--nlbrs-gold);
}
.nlbrs-form__fine { color: var(--nlbrs-slate); font-size: 0.74rem; margin: 4px 0 0; line-height: 1.5; }
.nlbrs-alert { border-radius: 10px; padding: 12px 16px; font-weight: 600; margin-bottom: 18px; }
.nlbrs-alert--ok { background: #e6f6ec; color: #1d7a40; border: 1px solid #b9e3c7; }

.nlbrs-contact-list { list-style: none; padding: 0; margin: 0 0 24px; }
.nlbrs-contact-list li { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--nlbrs-line); font-size: 1rem; }
.nlbrs-contact-list li a { color: var(--nlbrs-gold-dk); text-decoration: none; font-weight: 600; }
.nlbrs-contact-list__ic { font-size: 1.2rem; }
.nlbrs-map {
  border-radius: var(--nlbrs-radius);
  overflow: hidden;
  box-shadow: var(--nlbrs-shadow-sm);
  background: linear-gradient(145deg, #e8eef8, #f7f6ef);
  border: 1px solid var(--nlbrs-line);
  min-height: 280px;
}
.nlbrs-map iframe { width: 100%; height: 280px; border: 0; display: block; }

.nlbrs-faq-list { padding: 0; }
.nlbrs-faq-item { border-bottom: 1px solid var(--nlbrs-line); background: var(--nlbrs-white); }
.nlbrs-faq-item:last-child { border-bottom: 0; }
.nlbrs-faq-item[open] {
  background: linear-gradient(180deg, rgba(141, 255, 42, 0.1) 0%, #fff 70%);
}
.nlbrs-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 20px;
}
.nlbrs-faq-item summary::-webkit-details-marker { display: none; }
.nlbrs-faq-item__q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--nlbrs-navy);
  line-height: 1.4;
}
.nlbrs-faq-item__icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: rgba(141, 255, 42, 0.22);
  color: var(--nlbrs-gold-dk);
  font-weight: 800;
}
.nlbrs-faq-item[open] .nlbrs-faq-item__icon {
  background: var(--nlbrs-navy);
  color: var(--nlbrs-gold);
}
.nlbrs-faq-item[open] .nlbrs-faq-item__icon::before { content: "▴"; }
.nlbrs-faq-item:not([open]) .nlbrs-faq-item__icon::before { content: "▾"; }
.nlbrs-faq-item__a {
  margin: 0;
  padding: 0 20px 16px;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--nlbrs-slate);
}

@media (max-width: 900px) {
  .nlbrs-nav { display: none; }
  .nlbrs-menu-toggle { display: flex; }
  .nlbrs-navbar__mobile-cta {
    display: inline-flex;
    font-size: 0.74rem;
    padding: 9px 14px;
    white-space: nowrap;
  }
  .nlbrs-brand__logo { height: 96px; max-width: min(280px, 68vw); }
  .nlbrs-split { grid-template-columns: 1fr; }
  .nlbrs-family-links__label { display: none; }
}
@media (max-width: 560px) {
  .nlbrs-brand__name { font-size: 1.02rem; }
  .nlbrs-hero__inner { padding: 64px 22px 72px; }
}
