.nm-seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nm-home { padding-bottom: 0; }
.nm-home > .section:last-child { padding-bottom: 0; }
.nirvana-theme main:has(.nm-home) + .footer-container { margin-top: 0; }
.hero { display: grid; gap: 14px; grid-template-columns: 1.2fr .8fr; margin-top: 20px; }
.hero-slide, .hero-tile { border-radius: var(--radius); overflow: hidden; position: relative; }
.hero-slide { align-items: flex-end; background: #1c2420; display: flex; min-height: 500px; }
.hero-slide .media, .hero-slide .media::after, .hero-slide img { inset: 0; position: absolute; }
.hero-slide img, .hero-tile > img { height: 100%; object-fit: cover; transition: transform .8s ease; width: 100%; }
.hero-slide .media::after { background: linear-gradient(0deg,rgba(8,11,10,.9),rgba(8,11,10,.05) 75%); content: ""; }
.hero-slide:hover img, .hero-tile:hover > img { transform: scale(1.05); }
.hero-slide .copy { color: #fff; display: flex; flex-direction: column; max-width: 600px; padding: 44px; position: relative; z-index: 2; }
.hero-slide h1,
.hero-slide .hero-title {
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.05;
  margin: 14px 0;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .25);
}
.hero-slide h1 .accent,
.hero-slide .hero-title .accent {
  background: linear-gradient(100deg, rgba(79, 99, 86, .95), rgba(62, 80, 69, .95));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 2px 12px;
  border-radius: 4px;
}
.hero-slide p { color: rgba(255,255,255,.8); line-height: 1.65; margin: 0 0 24px; max-width: 440px; }
.eyebrow { color: #d5e0d8; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-index { color: rgba(255,255,255,.08); font-size: 120px; font-weight: 800; line-height: 1; position: absolute; right: 26px; top: 20px; z-index: 1; }
.hero-actions { display: flex; gap: 12px; flex-wrap: nowrap; }
.hero-actions .btn { flex: 1 1 0; min-width: 0; justify-content: center; }
.hero-side { display: grid; gap: 14px; grid-template-rows: 1fr 1fr; }
.hero-tile { background: #e9eeea; min-height: 0; text-decoration: none; color: inherit; }
.hero-tile-copy { background: linear-gradient(0deg,rgba(8,11,10,.85),transparent); bottom: 0; color: #fff; display: grid; gap: 4px; left: 0; padding: 22px; position: absolute; right: 0; }
.hero-tile-copy small { font-size: 10px; letter-spacing: .14em; }
.hero-tile-copy strong { font-size: 18px; }
.hero-tile-copy em { font-size: 12px; font-style: normal; opacity: .8; }
.nm-trust { border: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); margin: 18px 0 28px; }
.nm-trust > div { display: flex; flex-direction: column; gap: 4px; padding: 18px 20px; }
.nm-trust > div + div { border-left: 1px solid var(--line); }
.nm-trust b { font-size: 13px; }.nm-trust span { color: var(--gray-500); font-size: 11px; }
.nm-collections { padding-top: 0; }
.nm-product-sale { background: var(--cta); color: #fff; font-size: 10px; left: 10px; padding: 5px 8px; position: absolute; top: 10px; }
.nm-detail-button { border: 1px solid var(--line); color: var(--anthracite); }
.nm-product-grid[hidden] { display: none !important; }
.hero:has(> .hero-slide:only-child) { grid-template-columns: 1fr; }
.hero-side--standalone {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
}
.hero-side--standalone .hero-tile { min-height: 260px; }
.nm-banner-row {
  display: grid;
  grid-template-columns: repeat(var(--banner-count, 2), minmax(0, 1fr));
  gap: 14px;
}
.nm-banner-card {
  min-height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: var(--radius);
}
.nm-banner-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform .7s ease;
}
.nm-banner-card:hover > img { transform: scale(1.04); }
.nm-banner-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,14,12,.82), transparent 68%);
}
.nm-banner-card__body {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 4px;
  padding: 22px;
  color: #fff;
}
.nm-banner-card__body b { font-size: 18px; }
.nm-banner-card__body small { color: rgba(255,255,255,.8); }
.nm-banner-card__body em { font-size: 11px; font-style: normal; font-weight: 700; margin-top: 4px; }
@media (min-width: 901px) {
  .nm-product-grid {
    grid-template-columns: repeat(var(--module-columns, 4), minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .hero-tile { min-height: 230px; }
  .nm-trust { grid-template-columns: 1fr 1fr; }
  .nm-trust > div:nth-child(3) { border-left: 0; }
  .nm-trust > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .nm-banner-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .hero-slide { min-height: 380px; }
  .hero-slide .copy { padding: 24px 20px; }
  .hero-side { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; grid-template-rows: none; }
  .hero-tile { min-height: 180px; }
  .hero-tile-copy { padding: 14px 12px; gap: 2px; }
  .hero-tile-copy h3, .hero-tile-copy strong { font-size: 15px; }
  .hero-tile-copy p, .hero-tile-copy em { font-size: 11px; line-height: 1.3; }
  .hero-tile-copy small { font-size: 9px; }
  .nm-trust { grid-template-columns: 1fr 1fr; }
  .nm-trust > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .hero-side--standalone, .nm-banner-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .nm-banner-card { min-height: 180px; }
  .nm-banner-card__body { padding: 14px 12px; }
  .nm-banner-card__body b { font-size: 15px; }
  .nm-banner-card__body small { font-size: 11px; }
}

@media (max-width: 420px) {
  .hero-side, .hero-side--standalone, .nm-banner-row { gap: 8px; }
  .hero-tile, .nm-banner-card { min-height: 160px; }
  .hero-tile-copy, .nm-banner-card__body { padding: 10px 8px; }
  .hero-tile-copy h3, .hero-tile-copy strong, .nm-banner-card__body b { font-size: 13.5px; }
}
