/* NANU Promotions — intentionally scoped to .nanu-promo-page */
.nanu-promo-page {
  --nanu-orange: #ec6608;
  --nanu-orange-deep: #d95500;
  --nanu-orange-soft: #fff1e7;
  --nanu-ink: #373636;
  --nanu-muted: #737170;
  --nanu-line: rgba(55, 54, 54, 0.09);
  --nanu-surface: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 26px 0 82px;
  background:
    radial-gradient(circle at 14% 4%, rgba(236, 102, 8, 0.055), transparent 26%),
    linear-gradient(180deg, #f4f6f7 0%, #eef1f2 100%);
  color: var(--nanu-ink);
}
.nanu-promo-page *,
.nanu-promo-page *::before,
.nanu-promo-page *::after {
  box-sizing: border-box;
}
.nanu-promo-shell {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
}
.nanu-promo-breadcrumbs {
  min-height: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 17px;
  font-size: 12px;
  line-height: 1.4;
}
.nanu-promo-breadcrumbs a,
.nanu-promo-breadcrumbs span {
  color: #777574;
  text-decoration: none;
  transition: color .18s ease;
}
.nanu-promo-breadcrumbs a:hover,
.nanu-promo-breadcrumbs a:focus-visible {
  color: var(--nanu-orange);
}
.nanu-promo-breadcrumbs svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #aaa6a3;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nanu-promo-hero {
  position: relative;
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  align-items: stretch;
  border: 1px solid rgba(55, 54, 54, 0.075);
  border-radius: 36px;
  background:
    linear-gradient(118deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.985) 58%, rgba(255,245,238,.98) 100%);
  box-shadow: 0 30px 90px rgba(33, 37, 41, 0.08), 0 4px 16px rgba(33, 37, 41, 0.035);
  overflow: hidden;
}
.nanu-promo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(55,54,54,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55,54,54,.025) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 50%, #000 100%);
}
.nanu-promo-hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: 28%;
  bottom: -190px;
  border-radius: 50%;
  background: rgba(236, 102, 8, 0.11);
  filter: blur(2px);
}
.nanu-promo-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px clamp(38px, 5vw, 78px);
}
.nanu-promo-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 9px 13px;
  border: 1px solid rgba(236, 102, 8, 0.14);
  border-radius: 999px;
  background: rgba(236, 102, 8, 0.06);
  color: var(--nanu-orange-deep);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .075em;
}
.nanu-promo-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nanu-orange);
  box-shadow: 0 0 0 5px rgba(236, 102, 8, 0.10);
}
.nanu-promo-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--nanu-ink);
  font-size: clamp(42px, 4.3vw, 72px);
  line-height: .99;
  font-weight: 790;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.nanu-promo-hero-copy > p {
  max-width: 690px;
  margin: 24px 0 0;
  color: #696766;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.58;
}
.nanu-promo-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.nanu-promo-metrics > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--nanu-line);
  border-radius: 13px;
  background: rgba(255,255,255,.72);
  color: #555352;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.nanu-promo-metrics svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--nanu-orange);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nanu-promo-hero-art {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(236,102,8,.14), transparent 48%);
}
.nanu-promo-seal {
  position: relative;
  z-index: 3;
  width: min(280px, 68%);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  background: linear-gradient(145deg, #41403f 0%, #2f2e2e 100%);
  box-shadow:
    0 30px 70px rgba(55,54,54,.21),
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 0 14px rgba(236,102,8,.07);
  transform: rotate(-4deg);
}
.nanu-promo-seal::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px dashed rgba(255,255,255,.2);
  border-radius: 50%;
}
.nanu-promo-seal span {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .28em;
  transform: translateX(.14em);
}
.nanu-promo-seal strong {
  position: relative;
  z-index: 1;
  margin: -6px 0 -2px;
  color: var(--nanu-orange);
  font-size: clamp(88px, 8vw, 126px);
  line-height: 1;
  font-weight: 780;
  letter-spacing: -.08em;
}
.nanu-promo-seal small {
  position: relative;
  z-index: 1;
  max-width: 160px;
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 650;
  text-align: center;
  letter-spacing: .035em;
}
.nanu-promo-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(236, 102, 8, 0.20);
  border-radius: 50%;
}
.nanu-promo-orbit--one {
  width: 360px;
  height: 360px;
  animation: nanuPromoOrbit 16s linear infinite;
}
.nanu-promo-orbit--two {
  width: 460px;
  height: 460px;
  border-style: dashed;
  border-color: rgba(55, 54, 54, 0.08);
  animation: nanuPromoOrbitReverse 22s linear infinite;
}
.nanu-promo-orbit::before,
.nanu-promo-orbit::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--nanu-orange);
  box-shadow: 0 5px 16px rgba(236,102,8,.25);
}
.nanu-promo-orbit::before { top: 15%; left: 8%; }
.nanu-promo-orbit::after { right: 12%; bottom: 12%; width: 6px; height: 6px; }
.nanu-promo-spark {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--nanu-orange);
  opacity: .7;
  transform: rotate(45deg);
}
.nanu-promo-spark--one { top: 19%; right: 15%; }
.nanu-promo-spark--two { bottom: 17%; left: 16%; width: 7px; height: 7px; background: #373636; }
.nanu-promo-brands {
  padding-top: 72px;
}
.nanu-promo-section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .6fr);
  align-items: end;
  gap: 44px;
  margin-bottom: 28px;
}
.nanu-promo-section-kicker {
  display: block;
  margin: 0 0 10px;
  color: var(--nanu-orange);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.nanu-promo-section-head h2 {
  margin: 0;
  color: var(--nanu-ink);
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1;
  font-weight: 780;
  letter-spacing: -.04em;
}
.nanu-promo-section-head p {
  max-width: 520px;
  margin: 0 0 3px auto;
  color: #747170;
  font-size: 15px;
  line-height: 1.6;
}
.nanu-brand-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
}
.nanu-brand-card {
  position: relative;
  min-width: 0;
  min-height: 520px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(55, 54, 54, 0.09);
  border-radius: 29px;
  background: #fff;
  color: #fff;
  text-decoration: none !important;
  box-shadow: 0 18px 46px rgba(33, 37, 41, 0.07);
  isolation: isolate;
  transform: translateZ(0);
  transition: transform .34s cubic-bezier(.2,.8,.2,1), box-shadow .34s ease, border-color .34s ease;
}
.nanu-brand-card:hover,
.nanu-brand-card:focus-visible {
  color: #fff;
  text-decoration: none;
  transform: translateY(-6px);
  border-color: rgba(236, 102, 8, 0.19);
  box-shadow: 0 28px 64px rgba(33, 37, 41, 0.13);
  outline: none;
}
.nanu-brand-card:focus-visible {
  box-shadow: 0 0 0 4px rgba(236,102,8,.16), 0 28px 64px rgba(33,37,41,.13);
}
.nanu-brand-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #ddd;
}
.nanu-brand-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform .8s cubic-bezier(.2,.8,.2,1), opacity .25s ease;
}
.nanu-brand-card:hover .nanu-brand-media img,
.nanu-brand-card:focus-visible .nanu-brand-media img {
  transform: scale(1.045);
}
.nanu-brand-image-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(55,54,54,.10);
  font-size: clamp(46px, 5vw, 82px);
  line-height: 1;
  font-weight: 850;
  letter-spacing: -.06em;
  opacity: 0;
}
.nanu-brand-card.is-image-missing .nanu-brand-media img { opacity: 0; }
.nanu-brand-card.is-image-missing .nanu-brand-image-fallback { opacity: 1; }
.nanu-brand-media-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17,17,17,.02) 18%, rgba(19,19,19,.16) 46%, rgba(21,21,21,.88) 100%);
}
.nanu-brand-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}
.nanu-brand-topline {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.nanu-brand-label,
.nanu-brand-index {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(34,34,34,.36);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.nanu-brand-index {
  width: 34px;
  padding: 0;
}
.nanu-brand-name {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(34px, 3vw, 50px);
  line-height: .95;
  font-weight: 810;
  letter-spacing: -.045em;
  text-shadow: 0 2px 20px rgba(0,0,0,.18);
}
.nanu-brand-description {
  max-width: 420px;
  display: block;
  min-height: 46px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.52;
}
.nanu-brand-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.20);
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 760;
}
.nanu-brand-arrow {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--nanu-orange);
  box-shadow: 0 10px 24px rgba(236,102,8,.24);
  transition: transform .25s ease, background-color .25s ease;
}
.nanu-brand-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nanu-brand-card:hover .nanu-brand-arrow,
.nanu-brand-card:focus-visible .nanu-brand-arrow {
  transform: translateX(3px);
}
/* Deante: product visual on calm architectural surface */
.nanu-brand-card--deante .nanu-brand-media {
  background:
    radial-gradient(circle at 72% 31%, rgba(236,102,8,.18), transparent 26%),
    linear-gradient(145deg, #454544 0%, #2f2f2e 100%);
}
.nanu-brand-card--deante .nanu-brand-media img {
  object-fit: contain;
  object-position: 50% 35%;
  padding: 54px 22px 128px;
  mix-blend-mode: normal;
  filter: drop-shadow(0 28px 30px rgba(0,0,0,.14));
}
.nanu-brand-card--deante .nanu-brand-media-shade {
  background:
    linear-gradient(180deg, rgba(42,42,41,.10) 0%, rgba(42,42,41,.18) 45%, rgba(30,30,29,.95) 100%);
}
/* AGT: official interior lifestyle scene */
.nanu-brand-card--agt .nanu-brand-media img {
  object-position: 50% 50%;
}
/* Panasonic: bright product-gallery treatment */
.nanu-brand-card--panasonic {
  color: var(--nanu-ink);
}
.nanu-brand-card--panasonic:hover,
.nanu-brand-card--panasonic:focus-visible {
  color: var(--nanu-ink);
}
.nanu-brand-card--panasonic .nanu-brand-media {
  background:
    radial-gradient(circle at 60% 25%, rgba(236,102,8,.13), transparent 28%),
    linear-gradient(155deg, #fbfbfb 0%, #eceeed 100%);
}
.nanu-brand-card--panasonic .nanu-brand-media img {
  object-fit: contain;
  object-position: 50% 29%;
  padding: 54px 36px 178px;
  filter: drop-shadow(0 24px 32px rgba(33,37,41,.16));
}
.nanu-brand-card--panasonic .nanu-brand-media-shade {
  background: linear-gradient(180deg, rgba(255,255,255,.02) 35%, rgba(244,245,245,.50) 56%, rgba(235,237,237,.98) 100%);
}
.nanu-brand-card--panasonic .nanu-brand-label,
.nanu-brand-card--panasonic .nanu-brand-index {
  border-color: rgba(55,54,54,.10);
  background: rgba(255,255,255,.76);
  color: #4e4c4b;
}
.nanu-brand-card--panasonic .nanu-brand-name,
.nanu-brand-card--panasonic .nanu-brand-cta {
  color: var(--nanu-ink);
  text-shadow: none;
}
.nanu-brand-card--panasonic .nanu-brand-description {
  color: #706e6d;
}
.nanu-brand-card--panasonic .nanu-brand-cta {
  border-top-color: rgba(55,54,54,.10);
}
.nanu-promo-footnote {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  padding: 14px 17px;
  border: 1px solid rgba(55,54,54,.075);
  border-radius: 15px;
  background: rgba(255,255,255,.62);
  color: #747170;
}
.nanu-promo-footnote > span {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 29px;
  border-radius: 9px;
  background: rgba(236,102,8,.09);
  color: var(--nanu-orange);
}
.nanu-promo-footnote svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nanu-promo-footnote p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.nanu-promo-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1);
}
.nanu-promo-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.nanu-brand-grid .nanu-promo-reveal:nth-child(2) { transition-delay: .06s; }
.nanu-brand-grid .nanu-promo-reveal:nth-child(3) { transition-delay: .12s; }
@keyframes nanuPromoOrbit {
  to { transform: rotate(360deg); }
}
@keyframes nanuPromoOrbitReverse {
  to { transform: rotate(-360deg); }
}
@media (max-width: 1160px) {
  .nanu-promo-hero {
    grid-template-columns: minmax(0, 1fr) 360px;
  }
  .nanu-promo-hero-copy {
    padding: 56px 44px;
  }
  .nanu-brand-grid {
    grid-template-columns: 1fr 1fr;
  }
  .nanu-brand-card--deante {
    grid-column: 1 / -1;
    min-height: 430px;
  }
  .nanu-brand-card--deante .nanu-brand-media img {
    object-position: 72% 28%;
    padding: 34px 9% 34px 42%;
  }
  .nanu-brand-card--deante .nanu-brand-content {
    max-width: 54%;
  }
}
@media (max-width: 900px) {
  .nanu-promo-page {
    padding-top: 18px;
  }
  .nanu-promo-shell {
    width: min(100% - 32px, 780px);
  }
  .nanu-promo-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .nanu-promo-hero-copy {
    padding: 46px 36px 36px;
  }
  .nanu-promo-hero-art {
    min-height: 300px;
  }
  .nanu-promo-seal {
    width: 210px;
  }
  .nanu-promo-orbit--one { width: 285px; height: 285px; }
  .nanu-promo-orbit--two { width: 350px; height: 350px; }
  .nanu-promo-section-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nanu-promo-section-head p {
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  .nanu-promo-page {
    padding: 14px 0 58px;
  }
  .nanu-promo-shell {
    width: calc(100% - 24px);
  }
  .nanu-promo-breadcrumbs {
    margin-bottom: 12px;
  }
  .nanu-promo-hero {
    border-radius: 26px;
  }
  .nanu-promo-hero::before {
    background-size: 24px 24px;
  }
  .nanu-promo-hero-copy {
    padding: 34px 22px 28px;
  }
  .nanu-promo-eyebrow {
    margin-bottom: 18px;
    padding: 8px 10px;
    font-size: 9px;
    letter-spacing: .06em;
  }
  .nanu-promo-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.02;
  }
  .nanu-promo-hero-copy > p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.55;
  }
  .nanu-promo-metrics {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .nanu-promo-metrics > span {
    justify-content: flex-start;
  }
  .nanu-promo-hero-art {
    min-height: 250px;
  }
  .nanu-promo-seal {
    width: 170px;
  }
  .nanu-promo-seal strong {
    font-size: 80px;
  }
  .nanu-promo-seal small {
    max-width: 120px;
    font-size: 9px;
  }
  .nanu-promo-orbit--one { width: 228px; height: 228px; }
  .nanu-promo-orbit--two { width: 286px; height: 286px; }
  .nanu-promo-brands {
    padding-top: 48px;
  }
  .nanu-promo-section-head {
    margin-bottom: 20px;
  }
  .nanu-promo-section-head h2 {
    font-size: 38px;
  }
  .nanu-promo-section-head p {
    font-size: 13px;
  }
  .nanu-brand-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .nanu-brand-card,
  .nanu-brand-card--deante {
    grid-column: auto;
    min-height: 435px;
    border-radius: 24px;
  }
  .nanu-brand-card--deante .nanu-brand-content {
    max-width: none;
  }
  .nanu-brand-card--deante .nanu-brand-media img {
    object-position: 50% 26%;
    padding: 46px 20px 146px;
  }
  .nanu-brand-card--panasonic .nanu-brand-media img {
    padding: 42px 32px 165px;
  }
  .nanu-brand-content {
    padding: 21px;
  }
  .nanu-brand-topline {
    top: 18px;
    left: 18px;
    right: 18px;
  }
  .nanu-brand-name {
    font-size: 38px;
  }
  .nanu-brand-description {
    min-height: 0;
    font-size: 12px;
  }
  .nanu-promo-footnote {
    align-items: flex-start;
  }
}
@media (max-width: 360px) {
  .nanu-promo-shell {
    width: calc(100% - 18px);
  }
  .nanu-promo-hero-copy {
    padding-left: 18px;
    padding-right: 18px;
  }
  .nanu-promo-hero h1 {
    font-size: 34px;
  }
  .nanu-brand-card,
  .nanu-brand-card--deante {
    min-height: 410px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nanu-promo-page *,
  .nanu-promo-page *::before,
  .nanu-promo-page *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
  .nanu-promo-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
