/* ==========================================================================
   NRLC.ai Homepage — Sky / Editorial Product World
   ========================================================================== */

.page-home {
  --home-shell: min(100% - 48px, 1080px);
  --home-wide: min(100% - 48px, 1120px);
  --sky-deep: #0797e8;
  --sky-mid: #34bdf5;
  --sky-pale: #beeaff;
  --sky-white: #f8fcff;
  --page-bg: #f8fcff;
  --font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --ink: #0f172a;
  --ink-muted: #475569;
  --card-border: #e2e8f0;
  --radius-lg: 24px;
  --radius-xl: 48px;
  --font-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}

.page-home .site-header {
  display: none !important;
}

.page-home .container {
  max-width: none;
  padding: 0;
}

.home-container {
  width: var(--home-shell);
  margin-inline: auto;
  box-sizing: border-box;
}

.home-landing {
  background: var(--page-bg);
  color: var(--ink);
  font-family: var(--font-sans);
}

/* ── Hero sky ─────────────────────────────────────────────── */

.home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: max(680px, 100svh);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 74% 58%, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.22) 26%, transparent 56%),
    radial-gradient(ellipse at 28% 80%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.2) 28%, transparent 58%),
    linear-gradient(180deg, #0796e8 0%, #18aeee 34%, #72d4f6 64%, #eaf9ff 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -8% -8%;
  height: 38%;
  z-index: 1;
  background:
    radial-gradient(ellipse at 82% 42%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.62) 18%, rgba(255, 255, 255, 0.18) 40%, transparent 66%),
    radial-gradient(ellipse at 66% 62%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.38) 24%, transparent 58%),
    radial-gradient(ellipse at 34% 78%, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.32) 25%, transparent 60%);
  filter: blur(2px);
  opacity: 0.68;
  pointer-events: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.04) 58%,
    rgba(255, 255, 255, 0.28) 88%,
    rgba(255, 255, 255, 0.42) 100%
  );
  pointer-events: none;
}

/* Atmospheric cloud layers — background only; no content motion */
.home-hero__cloud {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  z-index: 1;
  will-change: transform;
}

.home-hero__cloud--back {
  width: min(58vw, 780px);
  height: min(20vw, 240px);
  left: -8vw;
  top: 38vh;
  opacity: 0.16;
  filter: blur(32px);
  background: radial-gradient(ellipse at 32% 50%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.12) 45%, rgba(255, 255, 255, 0) 72%);
  animation: homeCloudBack 40s ease-in-out infinite alternate;
  animation-delay: 0s;
}

.home-hero__cloud-right,
.home-hero__cloud--mid {
  right: -2vw;
  top: 22vh;
  bottom: auto;
  width: min(44vw, 560px);
  height: min(18vw, 220px);
  max-width: none;
  max-height: none;
  background: radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.14) 48%, rgba(255, 255, 255, 0) 74%);
  filter: blur(24px);
  opacity: 0.22;
  animation: homeCloudMid 30s ease-in-out infinite alternate-reverse;
  animation-delay: -12s;
}

.home-hero__cloud--front {
  width: min(82vw, 1000px);
  height: min(24vw, 280px);
  left: 6vw;
  bottom: 4vh;
  opacity: 0.28;
  filter: blur(16px);
  background: radial-gradient(ellipse at 52% 42%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.16) 42%, rgba(255, 255, 255, 0) 76%);
  animation: homeCloudFront 26s ease-in-out infinite alternate;
  animation-delay: -6s;
}

@keyframes homeCloudBack {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(28px, -6px, 0) scale(1.015);
  }
}

@keyframes homeCloudMid {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-26px, 7px, 0) scale(1.02);
  }
}

@keyframes homeCloudFront {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(18px, 6px, 0) scale(1.01);
  }
}

.home-hero__orb {
  position: absolute;
  left: 50%;
  top: 36%;
  width: min(480px, 68vw);
  height: min(480px, 68vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  background: radial-gradient(circle, rgba(197, 38, 223, 0.1) 0%, rgba(109, 70, 248, 0.06) 42%, transparent 68%);
  filter: blur(28px);
  opacity: 0.55;
  pointer-events: none;
}

.home-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* ── Floating nav ─────────────────────────────────────────── */

.home-nav {
  position: relative;
  z-index: 5;
}

.home-nav__inner {
  width: min(100% - 48px, 1080px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 34px;
  padding-top: max(clamp(22px, 2.6vh, 34px), env(safe-area-inset-top, 0px));
  color: #fff;
}

.home-nav__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  text-decoration: none;
  color: #fff;
  flex-shrink: 0;
  border-radius: 10px;
  outline-offset: 4px;
  filter: drop-shadow(0 2px 10px rgba(0, 55, 110, 0.22));
}

.home-nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: 0;
  flex-shrink: 0;
}

.home-nav__link {
  font-size: 15px;
  font-weight: 550;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  text-shadow: 0 1px 14px rgba(0, 82, 145, 0.22);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.18s ease;
  line-height: 1.2;
}

.home-nav__link:hover {
  color: #fff;
}

.home-btn--nav {
  flex-shrink: 0;
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration: none;
  text-shadow: 0 1px 12px rgba(0, 82, 145, 0.2);
  box-shadow: 0 4px 16px rgba(0, 70, 130, 0.12);
  transition: background 0.18s ease, border-color 0.18s ease;
}

.home-btn--nav:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.28);
}

.home-nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  cursor: pointer;
}

.home-nav__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1px;
}

/* ── Hero content ─────────────────────────────────────────── */

.home-hero__content {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: var(--home-shell);
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
  padding-top: clamp(12px, 2.5vh, 28px);
  padding-bottom: clamp(88px, 12vh, 132px);
}

.home-hero__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8%;
  bottom: 4%;
  width: 130%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.13), transparent 34%),
    radial-gradient(ellipse at 50% 38%, rgba(255, 255, 255, 0.08) 0%, transparent 52%),
    radial-gradient(ellipse at 72% 82%, rgba(255, 255, 255, 0.1) 0%, transparent 48%),
    radial-gradient(ellipse at 28% 78%, rgba(255, 255, 255, 0.07) 0%, transparent 44%);
}

.home-hero__announce {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.82);
}

.home-hero__announce a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-weight: 500;
}

.home-hero__announce a:hover {
  text-decoration: underline;
}

.home-hero__label {
  margin: 0 0 1.5rem;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 12px rgba(0, 74, 142, 0.18);
}

.home-hero__title,
.nrlc-home-hero-title {
  margin: 0 auto;
  font-family: var(--font-display);
  font-size: clamp(44px, 4.8vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.044em;
  font-weight: 500;
  color: #fff;
  text-wrap: balance;
  max-width: 16ch;
  text-shadow:
    0 2px 18px rgba(0, 74, 142, 0.12),
    0 18px 60px rgba(0, 116, 194, 0.14);
}

.home-hero__br {
  display: none;
}

.home-hero__copy,
.nrlc-home-hero-copy {
  margin: 1.125rem auto 0;
  max-width: 42ch;
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 18px rgba(0, 82, 145, 0.2);
}

.home-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 1.375rem;
  position: relative;
  z-index: 5;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  text-decoration: none;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.home-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.home-btn--primary,
.home-hero .nrlc-button-primary,
.home-hero-primary {
  height: 56px;
  padding: 0 32px;
  border-radius: 17px;
  background: linear-gradient(180deg, #0f9ee8 0%, #0789d7 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -4px 0 rgba(0, 77, 137, 0.22),
    0 14px 30px rgba(0, 112, 190, 0.18);
}

.home-btn--primary:hover {
  background: linear-gradient(180deg, #16a8f0 0%, #078ddb 100%);
  transform: translateY(-1px);
}

.home-hero__secondary-link,
.home-hero-secondary,
.nrlc-home-hero-secondary {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  position: relative;
  z-index: 5;
  text-shadow:
    0 1px 14px rgba(0, 82, 145, 0.32),
    0 0 24px rgba(7, 151, 232, 0.28);
  transition: color 0.18s ease;
}

.home-hero__secondary-link:hover,
.home-hero-secondary:hover,
.nrlc-home-hero-secondary:hover {
  color: #fff;
}

/* ── Below-fold market ────────────────────────────────────── */

.home-below-fold {
  position: relative;
  margin-top: -72px;
  padding: 0;
  background: linear-gradient(180deg, rgba(248, 252, 255, 0) 0%, var(--page-bg) 28%);
  z-index: 4;
}

.home-market-statement {
  margin: 0 auto 3rem;
  max-width: 36rem;
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(1.375rem, 2.4vw, 1.75rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.home-market-statement span {
  display: block;
}

.home-narrative {
  padding: 0 0 4.5rem;
  background: var(--page-bg);
}

.home-narrative__header {
  max-width: 46rem;
  margin-bottom: 2.5rem;
}

.home-narrative__title {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.8vw, 2.875rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.home-narrative__intro {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #475569;
}

.home-narrative__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 700px) {
  .home-narrative__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-market-card {
  padding: 1.75rem;
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-market-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.home-market-card__title {
  margin: 0 0 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.home-market-card__desc {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #64748b;
}

/* ── Legacy feature card (unused) ─────────────────────────── */

.home-feature {
  position: relative;
  margin-top: -100px;
  padding: 2.5rem 0 5rem;
  background: linear-gradient(180deg, rgba(248, 252, 255, 0) 0%, var(--page-bg) 18%);
  z-index: 4;
}

.home-feature__shell {
  width: var(--home-wide);
  margin: 0 auto;
}

.home-feature__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  min-height: 460px;
  padding: clamp(2.5rem, 5vw, 4rem);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(135deg, #0ea5f4 0%, #38bdf8 42%, #a7dfff 100%);
  box-shadow: 0 24px 64px rgba(14, 165, 244, 0.18);
}

.home-feature__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 88% 72%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.5) 22%, transparent 50%),
    radial-gradient(ellipse at 70% 85%, rgba(255, 255, 255, 0.7) 0%, transparent 45%);
  pointer-events: none;
}

.home-feature__card {
  position: relative;
}

.home-feature__copy {
  position: relative;
  z-index: 1;
}

.home-feature__title {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
}

.home-feature__subtitle {
  margin: 0 0 2rem;
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  max-width: 28rem;
}

.home-btn--feature {
  height: 52px;
  padding: 0 28px;
  border-radius: 16px;
  background: #fff;
  color: #0369a1;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(0, 80, 150, 0.14);
}

.home-btn--feature:hover {
  transform: translateY(-1px);
}

.home-feature__visual {
  position: relative;
  z-index: 1;
  min-height: 280px;
}

.home-feature__stack {
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 300px;
  margin: 0 auto;
}

.home-stack-card {
  position: absolute;
  padding: 1rem 1.125rem;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(0, 80, 150, 0.12);
}

.home-stack-card__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.home-stack-card__line {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: #e2e8f0;
  margin-bottom: 0.375rem;
}

.home-stack-card__line--short {
  width: 65%;
}

.home-stack-card__tag {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #0369a1;
  background: #e0f2fe;
  border-radius: 6px;
}

.home-stack-card--entity {
  top: 12px;
  left: 0;
  width: 168px;
  transform: rotate(-4deg);
}

.home-stack-card--schema {
  top: 48px;
  right: 0;
  width: 156px;
  transform: rotate(3deg);
}

.home-stack-card--report {
  top: 128px;
  left: 50%;
  transform: translateX(-50%) rotate(-1deg);
  width: 148px;
  padding: 1.25rem 1.125rem;
  background: linear-gradient(160deg, #0ea5f4, #0284c7);
  box-shadow: 0 16px 40px rgba(2, 132, 199, 0.28);
}

.home-stack-card--report .home-stack-card__label {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  font-size: 0.8125rem;
  text-transform: none;
  letter-spacing: 0;
}

.home-stack-card--source {
  bottom: 48px;
  right: 24px;
  width: 140px;
  transform: rotate(5deg);
}

.home-stack-card--agent {
  bottom: 8px;
  left: 12px;
  width: 132px;
  transform: rotate(-2deg);
}

.home-landing__announce {
  margin: 0 0 2rem;
  font-size: 0.9375rem;
  color: #64748b;
  text-align: center;
}

.home-landing__announce a {
  color: #0369a1;
  text-decoration: none;
  font-weight: 500;
}

.home-landing__announce a:hover {
  text-decoration: underline;
}

/* ── Terminology ──────────────────────────────────────────── */

.home-terminology {
  padding: 2rem 0 5rem;
  background: #fff;
}

.home-terminology__header {
  margin-bottom: 2.5rem;
  max-width: 42rem;
}

.home-terminology__title {
  margin: 0 0 0.625rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.home-terminology__subtitle {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #64748b;
}

.home-terminology__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .home-terminology__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-term-card {
  padding: 1.75rem;
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-term-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.05);
}

.home-term-card__abbr {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0ea5f4;
}

.home-term-card__name {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--ink);
}

.home-term-card__desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink-muted);
}

/* ── Below-fold cleanup ───────────────────────────────────── */

.home-landing__body {
  padding: 2rem 0 4rem;
}

.home-landing__body .content-block.module {
  margin-bottom: 2.5rem;
  padding: 0;
  background: transparent;
  border: none;
}

.home-landing__body .content-block__title {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.home-landing__body .content-block__body {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #334155;
}

.home-landing dfn,
.home-landing abbr {
  font-style: normal;
  text-decoration: none;
  border: 0;
}

.home-landing__body [style*="border-left"],
.home-landing__body [style*="border: 1px solid #ddd"],
.home-landing__body [style*="background: #f0f7ff"],
.home-landing__body [style*="background: #f9f9f9"] {
  background: #fff !important;
  border: 1px solid var(--card-border) !important;
  border-left: 1px solid var(--card-border) !important;
  border-radius: var(--radius-lg) !important;
  padding: 1.5rem !important;
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 900px) {
  .home-feature__card {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 32px;
  }

  .home-feature__visual {
    min-height: 240px;
  }

  .home-feature__stack {
    max-width: 320px;
    height: 260px;
  }
}

@media (max-width: 768px) {
  .home-nav__toggle {
    display: flex;
  }

  .home-nav__links,
  .home-btn--nav {
    display: none;
  }

  .home-nav__links.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: calc(100% + 8px);
    left: 24px;
    right: 24px;
    gap: 0;
    padding: 0.75rem 1rem 1rem;
    background: rgba(7, 151, 232, 0.96);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 80, 150, 0.2);
  }

  .home-nav__links.is-open .home-nav__link {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-nav__inner {
    position: relative;
    justify-content: space-between;
    gap: 16px;
    padding-top: max(clamp(20px, 3vh, 28px), env(safe-area-inset-top, 0px));
  }

  .home-nav__brand {
    min-width: 56px;
    min-height: 48px;
  }

  .home-hero {
    min-height: max(620px, 100svh);
  }

  .home-hero__content {
    padding-top: clamp(8px, 2vh, 20px);
    padding-bottom: clamp(72px, 10vh, 108px);
  }

  .home-hero__cloud-right,
  .home-hero__cloud--mid {
    width: min(56vw, 400px);
    height: min(20vw, 160px);
    opacity: 0.14;
  }

  .home-hero__cloud--back {
    width: 68vw;
    height: 22vw;
    opacity: 0.1;
  }

  .home-hero__cloud--front {
    width: 92vw;
    height: 26vw;
    left: 4vw;
    opacity: 0.18;
  }

  .home-hero__title,
  .nrlc-home-hero-title {
    font-size: clamp(38px, 9.5vw, 54px);
    line-height: 0.94;
    letter-spacing: -0.042em;
    max-width: 16ch;
  }

  .home-hero__copy,
  .nrlc-home-hero-copy {
    font-size: clamp(16px, 4vw, 18px);
    max-width: 34ch;
    margin-top: 1rem;
  }

  .home-btn--primary,
  .home-hero .nrlc-button-primary,
  .home-hero-primary {
    height: 52px;
    padding: 0 28px;
    font-size: 18px;
    border-radius: 16px;
  }

  .home-hero__secondary-link,
  .home-hero-secondary,
  .nrlc-home-hero-secondary {
    font-size: 14px;
    margin-top: 18px;
  }

  .home-below-fold {
    margin-top: -64px;
  }

  .home-market-statement {
    margin-bottom: 2.25rem;
    font-size: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero::before,
  .home-hero::after,
  .home-hero__cloud,
  .home-hero__cloud-right {
    animation: none !important;
    transform: none !important;
  }

  .home-btn:hover {
    transform: none;
  }
}
