/* LinhaCasa — second-pass redesign · navy / amber · split masthead */
:root {
  --ink: #0c1220;
  --ink-soft: #4b5568;
  --paper: #f4f5f8;
  --foam: #fafbfc;
  --steel: #6b7385;
  --teal: #243b6b;
  --teal-deep: #1a2d52;
  --teal-soft: #c9d4ea;
  --signal: #d97706;
  --signal-soft: #fde7c7;
  --line: #d9dde6;
  --warn: #8a4b2f;
  --radius: 0;
  --radius-lg: 12px;
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Epilogue", system-ui, sans-serif;
  --shadow: 0 20px 50px rgba(12, 18, 32, 0.1);
  --max: 1160px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 1px 1px, rgba(36, 59, 107, 0.07) 1px, transparent 0);
  background-size: 22px 22px;
  background-attachment: fixed;
  line-height: 1.58;
  min-height: 100vh;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
button { font-family: inherit; }

.nb-wrap { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }

/* ——— Disclosure rail ——— */
.nb-topbar {
  background: var(--signal-soft);
  color: #5c3d12;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #f0d5a8;
}
.nb-topbar__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem 1.25rem;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.4rem 0;
}
.nb-topbar__ad {
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: transparent;
  color: #5c3d12;
  padding: 0.15rem 0;
  border-radius: 0;
  border-bottom: 2px solid #5c3d12;
}
.nb-topbar a {
  color: #5c3d12;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid transparent;
}
.nb-topbar a:hover { border-bottom-color: #5c3d12; }
.nb-topbar__note {
  font-weight: 500;
  justify-self: center;
  text-align: center;
  opacity: 0.9;
}
.nb-topbar__links {
  display: flex;
  gap: 0.85rem;
  justify-self: end;
}
@media (max-width: 820px) {
  .nb-topbar__inner { grid-template-columns: 1fr; gap: 0.35rem; }
  .nb-topbar__note, .nb-topbar__links { justify-self: start; text-align: left; }
}

.nb-ad-banner {
  margin: 1.35rem 0 0;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--signal);
  border-radius: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ink);
  box-shadow: none;
}
.nb-ad-banner strong { color: var(--teal-deep); }

/* ——— Header · two-tier dark mast + nav strip ——— */
.nb-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.nb-header__mast {
  background:
    linear-gradient(135deg, #0c1220 0%, #162038 55%, #1a2d52 100%);
  color: #f4f5f8;
  border-bottom: 3px solid var(--signal);
}

.nb-header__mast-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.85rem 1.25rem;
  align-items: center;
  padding: 1.05rem 0 1.15rem;
}

@media (min-width: 900px) {
  .nb-header__mast-inner {
    grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
    padding: 1.35rem 0 1.45rem;
  }
}

.nb-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  text-decoration: none;
  color: #fff;
  max-width: max-content;
}

@media (min-width: 900px) {
  .nb-logo {
    justify-self: center;
    align-items: center;
    text-align: center;
  }
}

.nb-logo__mark {
  display: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--signal);
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
}

@media (min-width: 900px) {
  .nb-logo__mark { display: block; }
}

.nb-logo__text {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 4.5vw, 2.7rem);
  letter-spacing: -0.06em;
  line-height: 0.86;
}
.nb-logo__text span { display: inline; }
.nb-logo__text span:last-child {
  display: block;
  margin-top: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 245, 248, 0.58);
}

.nb-header__price {
  display: none;
  text-align: left;
  line-height: 1.1;
  color: #fff;
}
.nb-header__price small {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 245, 248, 0.55);
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.nb-header__price strong {
  font-size: 1.4rem;
  font-variant-numeric: tabular-nums;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media (min-width: 900px) {
  .nb-header__price { display: block; }
}

.nb-header__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  justify-self: end;
}

.nb-header .nb-btn--buy {
  background: var(--signal);
  color: #0c1220;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.76rem;
  padding: 0.78rem 1.2rem;
}
.nb-header .nb-btn--buy:hover {
  background: #f59e0b;
  transform: none;
}

.nb-menu-btn {
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  border-radius: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
  padding: 0;
}
.nb-menu-btn span,
.nb-menu-btn span::before,
.nb-menu-btn span::after {
  display: block;
  width: 1.05rem;
  height: 1.5px;
  background: #fff;
  border-radius: 0;
  position: relative;
}
.nb-menu-btn span::before,
.nb-menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
}
.nb-menu-btn span::before { top: -5px; }
.nb-menu-btn span::after { top: 5px; }
@media (min-width: 900px) {
  .nb-menu-btn { display: none; }
}

.nb-nav {
  display: none;
  gap: 0.15rem;
  margin: 0;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #fff;
  border-bottom: 1px solid var(--line);
  width: 100%;
  justify-content: center;
}
.nb-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  padding: 0.9rem 1.05rem;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.nb-nav a:hover {
  color: var(--ink);
  background: transparent;
  border-bottom-color: var(--signal);
}
@media (min-width: 900px) {
  .nb-nav { display: flex; }
}

#nb-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 0 0 0.35rem;
  border-top: 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
#nb-mobile-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.85rem 0.15rem;
  color: var(--ink);
  border-bottom: 1px solid #e8ebf0;
}

/* ——— Buttons ——— */
.nb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.8rem 1.35rem;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.2s ease, box-shadow 0.25s ease;
}
.nb-btn:hover { transform: translateY(-2px); }
.nb-btn--buy,
.nb-btn--primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 10px 28px rgba(36, 59, 107, 0.25);
}
.nb-btn--buy:hover,
.nb-btn--primary:hover { background: var(--teal-deep); }
.nb-btn--light {
  background: #fff;
  color: var(--ink);
  border-color: transparent;
}
.nb-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.nb-btn--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

/* ——— Hero (full-bleed) ——— */
.nb-hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #f4f7f8;
  margin-top: 0;
}
.nb-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.nb-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  transform: scale(1.04);
  animation: nb-hero-pan 22s var(--ease) infinite alternate;
}
@keyframes nb-hero-pan {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(1.2%, -1.5%, 0); }
}
.nb-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12, 18, 32, 0.88) 0%, rgba(12, 18, 32, 0.5) 45%, rgba(12, 18, 32, 0.25) 100%),
    linear-gradient(180deg, transparent 18%, rgba(12, 18, 32, 0.9) 100%);
}
.nb-hero__content {
  position: relative;
  z-index: 1;
  padding: 3.75rem 0 3.5rem;
  max-width: 38rem;
  animation: nb-rise 0.85s var(--ease) both;
}
@keyframes nb-rise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.nb-hero__brand {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 8vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.88;
}
.nb-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--signal);
}
.nb-hero .nb-kicker { color: #fbbf24; }
.nb-hero h1 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.95rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  max-width: 20ch;
}
.nb-hero > .nb-wrap > p,
.nb-hero__content > p {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  color: rgba(244, 247, 248, 0.88);
  max-width: 36ch;
}
.nb-seller-box {
  margin: 0 0 1.25rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.9rem;
  backdrop-filter: none;
  color: rgba(244, 247, 248, 0.82);
  max-width: 38ch;
}
.nb-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.95rem;
}
.nb-hero__meta {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(244, 247, 248, 0.65);
  letter-spacing: 0.02em;
}

/* ——— Sections ——— */
.nb-section {
  padding: 4.5rem 0;
}
.nb-section--band {
  background: #fff;
  border-block: 1px solid var(--line);
  box-shadow: none;
}
.nb-section h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}
.nb-lead {
  margin: 0;
  max-width: 42rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.nb-split {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}
@media (min-width: 880px) {
  .nb-split { grid-template-columns: 1.05fr 0.95fr; gap: 3.25rem; }
  .nb-split--rev > :first-child { order: 2; }
}

.nb-feature-list {
  list-style: none;
  margin: 1.85rem 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.nb-feature-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}
.nb-num {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--signal);
  font-size: 1.2rem;
  min-width: 2.1rem;
  letter-spacing: -0.04em;
}
.nb-feature-list strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 1.02rem;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.nb-media-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(160deg, #d5dceb, #eef0f5);
  box-shadow: var(--shadow);
  animation: nb-float 7s ease-in-out infinite;
  clip-path: none;
}
@keyframes nb-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.nb-media-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.nb-rail {
  display: grid;
  gap: 0;
  margin-top: 2rem;
}
.nb-rail article {
  display: grid;
  gap: 1.25rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
  background: transparent;
  align-items: center;
}
@media (min-width: 720px) {
  .nb-rail article {
    grid-template-columns: 200px 1fr;
    gap: 1.75rem;
  }
  .nb-rail article:nth-child(even) {
    grid-template-columns: 1fr 200px;
  }
  .nb-rail article:nth-child(even) img { order: 2; }
}
.nb-rail img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-bottom: 0;
  background: #d5dceb;
}
.nb-rail h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.nb-rail ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.nb-rail li { margin: 0.25rem 0; }

/* ——— Specs / buy strip ——— */
.nb-specs {
  display: grid;
  gap: 0;
  margin-top: 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
}
.nb-specs div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}
.nb-specs div:last-child { border-bottom: 0; }
.nb-specs dt,
.nb-specs span:first-child { color: var(--ink-soft); font-weight: 600; }
.nb-specs dd,
.nb-specs span:last-child { margin: 0; font-weight: 700; text-align: right; }

.nb-buy-strip {
  margin-top: 2rem;
  padding: 1.5rem 1.5rem;
  border-radius: 0;
  background: var(--ink);
  color: #eef1f5;
  display: grid;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  border-left: 4px solid var(--signal);
}
.nb-buy-strip::after {
  content: "";
  position: absolute;
  right: -10%;
  top: -40%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(36, 59, 107, 0.45);
  pointer-events: none;
}
@media (min-width: 720px) {
  .nb-buy-strip {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
.nb-buy-strip h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  position: relative;
  z-index: 1;
  letter-spacing: -0.03em;
}
.nb-buy-strip p {
  margin: 0;
  opacity: 0.85;
  font-size: 0.92rem;
  position: relative;
  z-index: 1;
}
.nb-buy-strip .nb-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin-top: 0.45rem;
  position: relative;
  z-index: 1;
}
.nb-buy-strip .nb-price-row strong {
  font-size: 1.65rem;
  font-family: var(--font-display);
}
.nb-buy-strip .nb-price-row s { opacity: 0.7; font-size: 1rem; }
.nb-buy-strip .nb-btn { position: relative; z-index: 1; }

.nb-gallery {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(5, 1fr);
}
.nb-gallery button {
  border: 2px solid transparent;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  background: #d5dceb;
}
.nb-gallery button[aria-current="true"] { border-color: var(--signal); }
.nb-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.nb-disclaimer {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  background: #fff7f2;
  border-left: 3px solid #d4a07a;
  border-radius: 0;
  font-size: 0.88rem;
  color: var(--warn);
}

.nb-faq details {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.nb-faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  font-size: 1.05rem;
}
.nb-faq summary::-webkit-details-marker { display: none; }
.nb-faq summary::after {
  content: "+";
  color: var(--signal);
  font-weight: 800;
  font-family: var(--font-body);
}
.nb-faq details[open] summary::after { content: "–"; }
.nb-faq details[open] summary { border-bottom: 0; }
.nb-faq p {
  margin: 0;
  padding: 0 0 1.05rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

/* ——— Footer ——— */
.nb-footer {
  margin-top: 3.5rem;
  padding: 0;
  background: var(--ink);
  color: #a8b0c0;
  position: relative;
  overflow: hidden;
  border-top: 0;
}
.nb-footer::before {
  content: "LinhaCasa";
  position: absolute;
  right: -2%;
  bottom: -0.25em;
  font-family: var(--font-display);
  font-size: clamp(4rem, 16vw, 9.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  line-height: 0.8;
}
.nb-footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5rem 0 1.85rem;
}
.nb-footer__intro {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .nb-footer__intro {
    grid-template-columns: 1.3fr 1fr;
    align-items: end;
  }
}
.nb-footer__brand {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.4rem;
  letter-spacing: -0.045em;
}
.nb-footer__tag {
  margin: 0;
  max-width: 34rem;
  font-size: 0.95rem;
  color: #a8b0c0;
}
.nb-footer__contact {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #a8b0c0;
}
.nb-footer__contact a {
  color: #fbbf24;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nb-footer__grid {
  display: grid;
  gap: 1.5rem;
  padding: 1.85rem 0 2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .nb-footer__grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
.nb-footer h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a8498;
}
.nb-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  font-size: 0.95rem;
}
.nb-footer a { color: #e8ebf2; text-decoration: none; }
.nb-footer a:hover {
  color: #fbbf24;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nb-footer__legal {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1.15rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  color: #7a8498;
  display: grid;
  gap: 0.35rem;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  justify-items: center;
}
.nb-footer__legal p {
  margin: 0;
  max-width: 52rem;
}

/* ——— Legal pages ——— */
.nb-page-hero {
  padding: 2.5rem 0 1rem;
}
.nb-page-hero h1 {
  margin: 0.35rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.8vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}
.nb-legal-layout {
  display: grid;
  gap: 1.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 900px) {
  .nb-legal-layout { grid-template-columns: 240px 1fr; gap: 2.5rem; }
}
.nb-toc {
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  font-size: 0.88rem;
  height: fit-content;
  position: sticky;
  top: 7.5rem;
}
.nb-toc ol { margin: 0.55rem 0 0; padding-left: 1.15rem; }
.nb-toc a { text-decoration: none; color: var(--teal-deep); font-weight: 600; }
.nb-prose h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 2rem 0 0.65rem;
}
.nb-prose p, .nb-prose li { color: var(--ink-soft); }
.nb-prose ul { padding-left: 1.2rem; }

/* ——— Status pages ——— */
.nb-status {
  padding: 4rem 0 5rem;
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
}
.nb-status h1 {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  letter-spacing: -0.04em;
}

@media (prefers-reduced-motion: reduce) {
  .nb-hero__media img,
  .nb-media-frame,
  .nb-hero__content { animation: none; }
}
