/* North Star website — local styles for the UI kit (on top of colors_and_type.css) */

* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; display: block; }

/* ---------- NAV ---------- */
.ns-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(13, 20, 33, 0); backdrop-filter: blur(0);
  transition: background-color 400ms var(--ease-out), backdrop-filter 400ms var(--ease-out);
}
.ns-nav.is-scrolled {
  background: var(--ns-midnight);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(196, 162, 51, 0.55);
  box-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.ns-nav__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 22px var(--page-pad);
  display: flex; align-items: center; gap: 48px;
}
.ns-nav__logo { display: inline-flex; align-items: center; height: 56px; }
.ns-nav__logo img { height: 100%; width: auto; display: block; }

.ns-nav__links { list-style: none; padding: 0; margin: 0 auto 0 12px; display: flex; gap: 28px; }
.ns-nav__links a {
  font-family: var(--font-label);
  font-size: 13px;
  letter-spacing: 0.04em;
  word-spacing: -0.08em;
  text-transform: uppercase;
  color: rgba(196, 162, 51, 0.78);
  text-decoration: none;
  font-weight: 600;
  transition: color 300ms var(--ease-out);
}
.ns-nav__links a:hover { color: var(--ns-gold); }

/* ---------- HERO ---------- */
.ns-hero { padding-top: 70px; padding-bottom: 70px; position: relative; overflow: hidden; }
.ns-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  min-height: 600px;
  position: relative;
  z-index: 2;
}
.ns-hero__copy { display: flex; flex-direction: column; gap: 24px; }
.ns-hero__copy .ns-eyebrow { color: rgba(196,162,51,0.55); }
.ns-hero__copy .ns-h1 { font-size: 80px; }
.ns-hero__cta { display: flex; gap: 16px; margin-top: 14px; }

.ns-hero__machine {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 24px;
}
/* Gold spotlight halo — soft fade on all four sides */
.ns-hero__machine::before {
  content: "";
  position: absolute;
  inset: -25%;
  background: radial-gradient(ellipse 60% 60% at 50% 50%,
    rgba(196,162,51,0.28) 0%,
    rgba(196,162,51,0.12) 35%,
    rgba(196,162,51,0.04) 60%,
    rgba(13,20,33,0) 85%);
  pointer-events: none;
  z-index: 0;
}
.ns-hero__machine img { max-width: 100%; max-height: 600px; object-fit: contain; position: relative; z-index: 2; }
.ns-hero__indicators {
  display: flex; gap: 28px; padding: 14px 0 0;
  border-top: 0.5px solid var(--ns-rule);
  width: 100%; justify-content: center;
  position: relative; z-index: 2;
}
.ns-indicator {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-label);
  font-size: 10px; letter-spacing: 0.06em; word-spacing: -0.08em; text-transform: uppercase;
  color: rgba(245,240,232,0.75); font-weight: 600;
}
.ns-indicator .dot {
  display: inline-block; width: 9px; height: 9px;
  border-radius: 50%;
}
/* PULSING LAMPS — A */
.ns-indicator--hot  .dot { background: var(--ns-flame); animation: ns-pulse-hot 3.2s ease-in-out infinite; }
.ns-indicator--cold .dot { background: var(--ns-ice);   animation: ns-pulse-cold 3.6s ease-in-out infinite; }
@keyframes ns-pulse-hot {
  0%, 100% { box-shadow: 0 0 14px rgba(204,32,32,0.45); }
  50%      { box-shadow: 0 0 30px rgba(204,32,32,0.85), 0 0 6px rgba(204,32,32,0.45); }
}
@keyframes ns-pulse-cold {
  0%, 100% { box-shadow: 0 0 14px rgba(37,104,200,0.45); }
  50%      { box-shadow: 0 0 30px rgba(37,104,200,0.85), 0 0 6px rgba(37,104,200,0.45); }
}

/* ---------- HERO DUALITY (prominent Hot & Cold strip in the copy column) ---------- */
.ns-hero__duality {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-top: 0.5px solid var(--ns-rule);
  border-bottom: 0.5px solid var(--ns-rule);
  max-width: 460px;
  margin-top: 4px;
}
.ns-duality__side {
  display: flex; align-items: center; gap: 14px;
}
.ns-duality__side--cold { justify-content: flex-end; }
.ns-duality__lamp {
  display: inline-block;
  width: 22px; height: 22px;
  border-radius: 50%;
}
.ns-duality__side--hot  .ns-duality__lamp { background: var(--ns-flame); animation: ns-pulse-hot 3.2s ease-in-out infinite; }
.ns-duality__side--cold .ns-duality__lamp { background: var(--ns-ice);   animation: ns-pulse-cold 3.6s ease-in-out infinite; }
.ns-duality__text { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
.ns-duality__side--cold .ns-duality__text { align-items: flex-end; order: -1; }
.ns-duality__kicker {
  font-family: var(--font-label);
  font-size: 9px; letter-spacing: 0.06em; word-spacing: -0.08em;
  text-transform: uppercase; font-weight: 600;
  color: rgba(196,162,51,0.65);
}
.ns-duality__word {
  font-family: var(--font-display);
  font-style: italic; font-weight: 500;
  font-size: 36px; line-height: 1;
  color: var(--ns-gold);
  letter-spacing: -0.01em;
}
.ns-duality__amp {
  font-family: var(--font-display);
  font-style: italic; font-weight: 400;
  font-size: 28px; line-height: 1;
  color: rgba(196,162,51,0.55);
}

/* TWINKLING STARS — B */
.ns-hero__stars { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.ns-hero__stars span {
  position: absolute;
  color: var(--ns-gold);
  line-height: 1;
  opacity: 0.35;
  text-shadow: 0 0 8px rgba(196,162,51,0.4);
  animation: ns-twinkle 5s ease-in-out infinite;
}
@keyframes ns-twinkle {
  0%, 100% { opacity: 0.20; text-shadow: 0 0 4px rgba(196,162,51,0.2); }
  50%      { opacity: 0.95; text-shadow: 0 0 14px rgba(196,162,51,0.7); }
}

/* ---------- CONCEPT ---------- */
.ns-concept {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center;
}
.ns-concept__copy { display: flex; flex-direction: column; gap: 22px; }
.ns-concept__copy .ns-h2 { color: var(--ns-midnight); }
.ns-concept__split { display: flex; gap: 48px; margin-top: 20px; }
.ns-split { display: flex; gap: 16px; align-items: flex-start; }
.ns-split__lamp { display: inline-block; width: 14px; height: 14px; border-radius: 50%; margin-top: 8px; }
.ns-split:nth-child(1) .ns-split__lamp { background: var(--ns-flame); animation: ns-pulse-hot 3.2s ease-in-out infinite; }
.ns-split:nth-child(2) .ns-split__lamp { background: var(--ns-ice);   animation: ns-pulse-cold 3.6s ease-in-out infinite; }
.ns-split__name { font-family: var(--font-display); font-style: italic; font-size: 28px; color: var(--ns-midnight); margin: 4px 0 6px; line-height: 1; }
.ns-split__detail { font-family: var(--font-body); font-size: 13px; color: rgba(13,20,33,0.62); margin: 0; line-height: 1.6; max-width: 22ch; }
.ns-concept__image { display: flex; justify-content: center; }
.ns-concept__image img { max-height: 500px; }

/* ---------- PRODUCTS ---------- */
.ns-products__head { display: flex; flex-direction: column; gap: 18px; margin-bottom: 64px; max-width: 700px; }
.ns-products__head .ns-h2 { color: var(--ns-midnight); }
.ns-products__head .ns-body { color: rgba(13,20,33,0.62); }
.ns-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ns-product {
  position: relative;
  padding: 32px 24px 28px;
  background: var(--ns-navy);
  border: 0.5px solid rgba(196,162,51,0.45);
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  overflow: hidden;
  transition: background-color 300ms var(--ease-out), border-color 300ms var(--ease-out);
}
.ns-product::before {
  content: "";
  position: absolute;
  inset: -20% 0 40% 0;
  background: radial-gradient(ellipse at 50% 60%, rgba(196,162,51,0.20) 0%, rgba(196,162,51,0) 62%);
  pointer-events: none;
}
.ns-product:hover { border-color: var(--ns-gold); }
.ns-product__img { position: relative; height: 220px; display: flex; align-items: flex-end; justify-content: center; }
.ns-product__img img { max-height: 220px; max-width: 100%; object-fit: contain; }
.ns-product__meta { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.ns-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 9px; border-radius: 2px;
  font-family: var(--font-label); font-size: 9px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ns-parchment);
}
.ns-pill-hot  { background: var(--ns-flame); }
.ns-pill-cold { background: var(--ns-ice); }
.ns-pill__dot { width: 5px; height: 5px; background: currentColor; border-radius: 50%; opacity: 0.9; }
.ns-product__name { font-family: var(--font-display); font-style: italic; color: var(--ns-gold); font-size: 22px; margin: 4px 0 0; line-height: 1.1; }
.ns-product__origin { font-family: var(--font-origin); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ns-brass); margin: 0; }

.ns-products__foot { margin-top: 64px; }
.ns-products__foot .ns-rule { margin: 0 0 0; }

/* ORIGIN MARQUEE — C (lives at the bottom of Products) */
.ns-marquee {
  width: 100%; overflow: hidden;
  padding: 28px 0;
  border-top: 0.5px solid var(--ns-rule);
  border-bottom: 0.5px solid var(--ns-rule);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.ns-marquee__track {
  display: inline-flex; align-items: center; gap: 64px; white-space: nowrap;
  animation: ns-scroll 36s linear infinite;
  will-change: transform;
}
.ns-marquee__track span {
  font-family: var(--font-label);
  font-size: 18px;
  letter-spacing: 0.04em; word-spacing: -0.08em;
  text-transform: uppercase;
  color: var(--ns-brass);
  font-weight: 600;
}
.ns-marquee__track .star { color: var(--ns-gold); font-style: normal; font-size: 14px; }
@keyframes ns-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- PRODUCT MARQUEE (between Hero & Concept) ---------- */
.ns-prod-marquee {
  position: relative;
  background: var(--ns-navy);
  padding: 48px 0 54px;
  border-top: 1px solid var(--ns-gold);
  border-bottom: 1px solid var(--ns-gold);
}
/* Soft inner glow so the cans feel lit, like a display case */
.ns-prod-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 100% at 50% 50%,
    rgba(196,162,51,0.12) 0%,
    rgba(196,162,51,0) 70%);
  pointer-events: none;
  z-index: 0;
}
/* Eyebrow label tag sitting on the top border */
.ns-prod-marquee__label {
  position: absolute;
  top: -9px; left: 50%; transform: translateX(-50%);
  z-index: 3;
  background: var(--ns-midnight);
  padding: 0 14px;
  font-family: var(--font-label);
  font-size: 10px;
  letter-spacing: 0.08em;
  word-spacing: -0.08em;
  text-transform: uppercase;
  color: var(--ns-gold);
  font-weight: 600;
}
/* Inner wrapper masks tracks so cans fade at strip edges
   while leaving the section's gold borders intact */
.ns-prod-marquee__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.ns-prod-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  white-space: nowrap;
  will-change: transform;
  padding: 6px 0;
}
.ns-prod-marquee__track img {
  height: 140px;
  width: auto;
  display: block;
  opacity: 0.95;
}
.ns-prod-marquee__track--left  { animation: ns-scroll-l linear infinite; }
.ns-prod-marquee__track--right { animation: ns-scroll-r linear infinite; margin-top: 14px; }
@keyframes ns-scroll-l { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
@keyframes ns-scroll-r { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* ---------- ORIGINS ---------- */
.ns-origins { position: relative; overflow: hidden; }
.ns-origins__head {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 56px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.ns-origins__head .ns-h2 { font-size: 64px; margin: 0; }

/* THE CHART (map + overlays) */
.ns-origins__chart {
  position: relative;
  width: 100%;
  aspect-ratio: 2000 / 1300;
  border: 0.5px solid var(--ns-rule);
  background: var(--ns-midnight);
  overflow: hidden;
}
.ns-origins__map {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: invert(1) sepia(1) saturate(0.55) hue-rotate(-15deg) brightness(0.92) contrast(0.95);
  opacity: 0.55;
}
/* vignette + warm wash over the map */
.ns-origins__chart::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    radial-gradient(ellipse 85% 75% at 50% 50%, transparent 50%, rgba(13,20,33,0.65) 100%),
    linear-gradient(180deg, rgba(13,20,33,0.5) 0%, transparent 22%, transparent 78%, rgba(13,20,33,0.5) 100%);
}
/* subtle paper grain — diagonal hatch via repeating gradient */
.ns-origins__chart::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    repeating-linear-gradient(135deg, rgba(196,162,51,0.025) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}

/* PINS — gold dot anchored exactly on coord, label offset to the right */
.ns-origins__dot {
  position: absolute;
  z-index: 6;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--ns-gold);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px rgba(196,162,51,0.85), 0 0 4px rgba(196,162,51,0.95);
  animation: ns-origin-pulse 3.6s ease-in-out infinite;
}
.ns-origins__label {
  position: absolute;
  z-index: 6;
  transform: translateY(-50%);
  font-family: var(--font-label);
  font-size: 9px; font-weight: 600;
  letter-spacing: 0.16em; word-spacing: -0.08em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.78);
  white-space: nowrap;
}
@keyframes ns-origin-pulse {
  0%, 100% { box-shadow: 0 0 8px rgba(196,162,51,0.55), 0 0 2px rgba(196,162,51,0.7);  transform: translate(-50%, -50%) scale(1); }
  50%      { box-shadow: 0 0 20px rgba(196,162,51,0.95),0 0 6px rgba(196,162,51,1);    transform: translate(-50%, -50%) scale(1.22); }
}

/* SHIPS — sketchy line-art tall ships drifting within their own ocean */
.ns-origins__ship {
  position: absolute;
  color: var(--ns-gold);
  z-index: 4;
  pointer-events: none;
}
.ns-origins__ship svg { width: 100%; height: auto; display: block; overflow: visible; }

/* Each ship sails smoothly across its ocean via GPU-accelerated translateX,
   fading in as it leaves one coastline and fading out as it approaches the next. */
.ns-origins__ship--1 { width: 3.2%; top: 33%; left: 32%; animation: ns-ship-atlantic 38s linear infinite; }
.ns-origins__ship--2 { width: 3%;   top: 52%; left: 1%;  animation: ns-ship-pacific  46s linear infinite -16s; }
.ns-origins__ship--3 { width: 3.6%; top: 62%; left: 60%; animation: ns-ship-indian   42s linear infinite -22s; }
.ns-origins__ship--3 svg { transform: scaleX(-1); }

/* Atlantic ocean spans ~32%–45% of map width → ship needs to travel 13/3.2 ≈ 406% of its own width */
@keyframes ns-ship-atlantic {
  0%   { transform: translateX(0);    opacity: 0; }
  15%  { opacity: 0.75; }
  85%  { opacity: 0.75; }
  100% { transform: translateX(406%); opacity: 0; }
}
/* Pacific ocean spans ~1%–14% of map width → 13/3 ≈ 433% */
@keyframes ns-ship-pacific {
  0%   { transform: translateX(0);    opacity: 0; }
  15%  { opacity: 0.75; }
  85%  { opacity: 0.75; }
  100% { transform: translateX(433%); opacity: 0; }
}
/* Indian ocean spans ~60%–73% → 13/3.6 ≈ 361%, ship sails west so translates from east anchor toward 0 */
@keyframes ns-ship-indian {
  0%   { transform: translateX(361%); opacity: 0; }
  15%  { opacity: 0.75; }
  85%  { opacity: 0.75; }
  100% { transform: translateX(0);    opacity: 0; }
}

/* COMPASS ROSE — bottom-right corner, stationary (north always points up) */
.ns-origins__compass {
  position: absolute;
  right: 24px; bottom: 24px;
  width: 86px; height: 86px;
  color: var(--ns-gold);
  opacity: 0.5;
  z-index: 5;
  pointer-events: none;
}
.ns-origins__compass svg { width: 100%; height: 100%; display: block; }

/* PROCESS STRIP — four photo tiles below the map */
.ns-origins__strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 56px;
}
.ns-origins__strip figure {
  margin: 0; position: relative; overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 0.5px solid var(--ns-rule);
}
.ns-origins__strip img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.82) contrast(1.06) saturate(0.78) sepia(0.18);
  transition: filter 600ms var(--ease-out), transform 600ms var(--ease-out);
}
.ns-origins__strip figure:hover img {
  filter: brightness(0.92) contrast(1.06) saturate(0.85) sepia(0.10);
}
.ns-origins__strip figcaption {
  position: absolute; bottom: 10px; left: 10px;
  font-family: var(--font-label);
  font-size: 9px; font-weight: 600;
  letter-spacing: 0.16em; word-spacing: -0.08em;
  text-transform: uppercase;
  color: var(--ns-gold);
  background: rgba(13,20,33,0.78);
  padding: 5px 11px;
  border: 0.5px solid var(--ns-rule);
}

/* ---------- PARTNERS ---------- */
.ns-partners {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: start;
}
.ns-partners .ns-h2 { font-size: 56px; margin: 22px 0 28px; }
.ns-partners__right { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ns-stat {
  border: 0.5px solid var(--ns-rule-strong);
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 6px;
}
.ns-stat__n { font-family: var(--font-display); font-style: italic; font-size: 56px; color: var(--ns-gold); line-height: 1; }
.ns-stat__l { font-family: var(--font-label); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(196,162,51,0.55); }
.ns-partners__venues { grid-column: 1 / -1; padding: 28px 24px; border: 0.5px solid var(--ns-rule-strong); }
.ns-partners__venues ul { list-style: none; padding: 0; margin: 14px 0 0; display: flex; flex-direction: column; gap: 8px; }
.ns-partners__venues li {
  font-family: var(--font-body); font-size: 14px; font-weight: 300;
  color: rgba(245,240,232,0.7);
}
.ns-partners__venues li::first-letter { color: var(--ns-gold); }

/* ---------- SIGNUP ---------- */
.ns-signup .ns-h2 { font-size: 64px; }
.ns-signup__form {
  display: flex; align-items: stretch; gap: 0;
  max-width: 520px; margin: 0 auto;
  border-bottom: 0.5px solid var(--ns-rule-strong);
}
.ns-signup__form input {
  flex: 1; background: transparent; border: none; outline: none;
  color: rgba(245,240,232,0.85); font-family: var(--font-body);
  font-size: 16px; padding: 16px 4px;
}
.ns-signup__form input::placeholder { color: rgba(245,240,232,0.35); font-style: italic; }

/* ---------- FOOTER ---------- */
.ns-footer { background: var(--ns-midnight); padding: 64px var(--page-pad) 32px; border-top: 0.5px solid var(--ns-rule); }
.ns-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-bottom: 32px; }
.ns-footer__inner ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 28px; }
.ns-footer__inner a { font-family: var(--font-label); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(196,162,51,0.55); text-decoration: none; }
.ns-footer__inner a:hover { color: var(--ns-gold); }
.ns-footer__tag { font-family: var(--font-display); font-style: italic; color: rgba(196,162,51,0.55); font-size: 18px; }
.ns-footer__logo { display: inline-flex; align-items: center; height: 40px; }
.ns-footer__logo img { height: 100%; width: auto; display: block; }
.ns-footer__base {
  display: flex; justify-content: center;
  padding-top: 24px;
  border-top: 0.5px solid var(--ns-rule);
  font-family: var(--font-label); font-size: 9px; letter-spacing: 0.13em; text-transform: uppercase;
  color: rgba(196,162,51,0.35);
}


/* =============================================================
   PARTNERS PAGE
   ============================================================= */

/* ----- HERO ----- */
.ns-p-hero { padding-top: 110px; padding-bottom: 96px; }
.ns-p-hero__head { text-align: center; max-width: 880px; margin: 0 auto 80px; display: flex; flex-direction: column; gap: 18px; align-items: center; }
.ns-p-hero__h { font-size: 92px; line-height: 1.02; }
.ns-p-hero__sub {
  font-family: var(--font-display); font-style: italic;
  font-size: 30px; color: rgba(245,240,232,0.78);
  margin: 4px 0 0; line-height: 1.2;
}
.ns-p-hero__stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 0.5px solid var(--ns-rule-strong);
  border-bottom: 0.5px solid var(--ns-rule-strong);
}
.ns-p-stat {
  padding: 44px 36px;
  display: flex; flex-direction: column; gap: 14px;
  align-items: center; text-align: center;
  border-right: 0.5px solid var(--ns-rule);
}
.ns-p-stat:last-child { border-right: none; }
.ns-p-stat__n {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: 84px; color: var(--ns-gold); line-height: 1;
  letter-spacing: -0.01em;
}
.ns-p-stat__n--word { font-size: 76px; }
.ns-p-stat__l {
  font-family: var(--font-label); font-size: 11px;
  letter-spacing: 0.16em; word-spacing: -0.08em;
  text-transform: uppercase; color: rgba(196,162,51,0.62);
  line-height: 1.55; font-weight: 600;
}

/* ----- MODEL (parchment quiet block) ----- */
.ns-p-model { text-align: center; }
.ns-p-model .ns-container { max-width: 820px; }
.ns-p-model__h { color: var(--ns-midnight); font-size: 68px; margin: 18px 0 28px; }
.ns-p-model__body {
  font-family: var(--font-body); font-weight: 300;
  font-size: 19px; line-height: 1.7;
  color: rgba(13,20,33,0.72);
  max-width: 56ch; margin: 0 auto;
}
.ns-p-model__note {
  margin-top: 36px;
  font-family: var(--font-label); font-size: 10px;
  letter-spacing: 0.18em; word-spacing: -0.08em;
  text-transform: uppercase;
  color: var(--ns-brass);
}

/* ----- WHERE (3 cards on dark) ----- */
.ns-p-where__head { text-align: center; max-width: 720px; margin: 0 auto 64px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.ns-p-where__head .ns-h2 { font-size: 68px; }
.ns-p-where__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ns-p-card {
  position: relative;
  padding: 44px 32px 40px;
  border: 0.5px solid var(--ns-rule-strong);
  display: flex; flex-direction: column; gap: 18px;
  background: rgba(26,39,68,0.18);
  min-height: 280px;
}
.ns-p-card__n {
  font-family: var(--font-display); font-style: italic;
  font-size: 18px; color: var(--ns-gold); opacity: 0.65;
}
.ns-p-card__h {
  font-family: var(--font-display); font-style: italic;
  font-size: 32px; color: var(--ns-gold); margin: 0;
  line-height: 1.1;
}
.ns-p-card__p {
  font-family: var(--font-body); font-weight: 300;
  font-size: 15px; line-height: 1.7;
  color: rgba(245,240,232,0.65);
  margin: 0;
}

/* ----- EARNS (4 features on parchment) ----- */
.ns-p-earns__head { text-align: center; max-width: 760px; margin: 0 auto 72px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.ns-p-earns__head .ns-h2 { color: var(--ns-midnight); font-size: 64px; }
.ns-p-earns__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 0.5px solid rgba(139,115,85,0.35);
  border-left: 0.5px solid rgba(139,115,85,0.35);
}
.ns-p-feature {
  padding: 44px 40px;
  display: flex; flex-direction: column; gap: 18px;
  border-right: 0.5px solid rgba(139,115,85,0.35);
  border-bottom: 0.5px solid rgba(139,115,85,0.35);
  position: relative;
}
.ns-p-feature__rule {
  width: 36px; height: 1px; background: var(--ns-brass); opacity: 0.5;
}
.ns-p-feature__h {
  font-family: var(--font-display);
  font-size: 32px; color: var(--ns-midnight);
  font-style: normal; font-weight: 400;
  margin: 0; line-height: 1.15;
}
.ns-p-feature__h em {
  font-style: italic; color: var(--ns-midnight);
}
.ns-p-feature__p {
  font-family: var(--font-body); font-weight: 300;
  font-size: 15px; line-height: 1.75;
  color: rgba(13,20,33,0.65);
  margin: 0;
  max-width: 42ch;
}

/* ----- PAYMENTS (chips on dark) ----- */
.ns-p-pay__head { text-align: center; max-width: 720px; margin: 0 auto 56px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.ns-p-pay__head .ns-h2 { font-size: 64px; }
.ns-p-pay__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 0.5px solid var(--ns-rule);
  border-left: 0.5px solid var(--ns-rule);
}
.ns-p-pay__grid li {
  display: flex; align-items: center; gap: 14px;
  padding: 28px 28px;
  border-right: 0.5px solid var(--ns-rule);
  border-bottom: 0.5px solid var(--ns-rule);
  font-family: var(--font-display); font-style: italic;
  font-size: 26px; color: var(--ns-gold);
  line-height: 1.1;
}
.ns-p-pay__dot {
  flex: 0 0 auto;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--ns-gold);
  box-shadow: 0 0 10px rgba(196,162,51,0.6);
}

/* ----- CREDIT (split: copy + examples list) ----- */
.ns-p-credit__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 88px; align-items: start;
}
.ns-p-credit .ns-h2 { color: var(--ns-midnight); font-size: 60px; margin: 22px 0 28px; }
.ns-p-credit__body {
  font-family: var(--font-body); font-weight: 300;
  font-size: 16px; line-height: 1.75;
  color: rgba(13,20,33,0.7);
  margin: 0 0 18px;
  max-width: 42ch;
}
.ns-p-credit__examples { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.ns-p-credit__examples li {
  padding: 26px 0;
  border-bottom: 0.5px solid rgba(139,115,85,0.35);
  font-family: var(--font-body); font-weight: 300;
  font-size: 16px; line-height: 1.7;
  color: rgba(13,20,33,0.78);
}
.ns-p-credit__examples li:first-child { border-top: 0.5px solid rgba(139,115,85,0.35); }
.ns-p-credit__tag {
  display: block;
  font-family: var(--font-label); font-size: 10px;
  letter-spacing: 0.18em; word-spacing: -0.08em;
  text-transform: uppercase;
  color: var(--ns-brass);
  margin-bottom: 6px;
  font-weight: 600;
}

/* ----- BEST FIT (3 cards on navy) ----- */
.ns-p-fit__head { text-align: center; max-width: 720px; margin: 0 auto 64px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.ns-p-fit__head .ns-h2 { font-size: 64px; }
.ns-p-fit__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ns-p-fit__card {
  border: 0.5px solid var(--ns-rule-strong);
  padding: 40px 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.ns-p-fit__h {
  font-family: var(--font-display); font-style: italic;
  font-size: 30px; color: var(--ns-gold); margin: 0;
}
.ns-p-fit__p {
  font-family: var(--font-body); font-weight: 300;
  font-size: 15px; line-height: 1.7;
  color: rgba(245,240,232,0.65); margin: 0;
}

/* ----- CTA ----- */
.ns-p-cta { padding-top: 140px; padding-bottom: 140px; }


/* ----- HOMEPAGE PARTNERS — refactored layout ----- */
.ns-partners { grid-template-columns: 1.05fr 1fr; }
.ns-partners__lead { font-size: 56px; margin: 18px 0 22px; line-height: 1.05; }
.ns-partners__lead em { font-style: italic; color: var(--ns-gold); }
.ns-partners__meta {
  margin: 26px 0 0;
  font-family: var(--font-label); font-size: 11px;
  letter-spacing: 0.14em; word-spacing: -0.08em;
  text-transform: uppercase;
  color: rgba(196,162,51,0.65);
  font-weight: 600;
}
.ns-partners__right { grid-template-columns: 1fr; }
.ns-partners__highlights {
  border: 0.5px solid var(--ns-rule-strong);
  padding: 28px 28px 12px;
}
.ns-partners__highlights ul {
  list-style: none; padding: 0; margin: 18px 0 0;
  display: flex; flex-direction: column;
}
.ns-partners__highlights li {
  display: flex; flex-direction: column; gap: 4px;
  padding: 16px 0;
  border-bottom: 0.5px solid var(--ns-rule);
}
.ns-partners__highlights li:last-child { border-bottom: none; }
.ns-partners__hl-h {
  font-family: var(--font-display); font-style: italic;
  font-size: 22px; color: var(--ns-gold);
  line-height: 1.1;
}
.ns-partners__hl-p {
  font-family: var(--font-body); font-weight: 300;
  font-size: 14px; line-height: 1.55;
  color: rgba(245,240,232,0.6);
}


/* ----- ORIGINS: convergence streams + standing machine ----- */
.ns-origins__streams {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  overflow: visible;
  filter: drop-shadow(0 0 3px rgba(196, 162, 51, 0.6));
}
.ns-origins__stream-bg {
  fill: none;
  stroke: rgba(196, 162, 51, 0.16);
  stroke-width: 0.7;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}
.ns-origins__stream-flow {
  fill: none;
  stroke: var(--ns-gold);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-dasharray: 3 22;
  animation: ns-stream-flow 2.6s linear infinite;
}
@keyframes ns-stream-flow {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -25; }
}

.ns-origins__machine-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 32%;
  aspect-ratio: 624 / 720;
  z-index: 7;
  pointer-events: none;
}
.ns-origins__machine {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 0 28px rgba(196, 162, 51, 0.35))
    drop-shadow(0 6px 18px rgba(0, 0, 0, 0.7));
}
.ns-origins__edge {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  filter:
    drop-shadow(0 0 3px rgba(255, 220, 130, 1))
    drop-shadow(0 0 8px rgba(196, 162, 51, 0.9))
    drop-shadow(0 0 18px rgba(196, 162, 51, 0.65))
    drop-shadow(0 0 36px rgba(196, 162, 51, 0.4))
    drop-shadow(0 0 70px rgba(196, 162, 51, 0.22));
}
.ns-origins__edge-line {
  fill: none;
  stroke: rgba(196, 162, 51, 0.14);
  stroke-width: 0.7;
  vector-effect: non-scaling-stroke;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.ns-origins__edge-pulse {
  fill: none;
  stroke: var(--ns-gold);
  stroke-width: 4.5;
  vector-effect: non-scaling-stroke;
  stroke-linejoin: round;
  stroke-linecap: round;
  /* Tiny dash → renders as a soft point, not a line segment.
     Big gap means only one orb on the path at any time. */
  stroke-dasharray: 1 199;
  animation: ns-edge-pulse 7s linear infinite;
}
@keyframes ns-edge-pulse {
  /* offset 0 → -100 moves the orb from path start (top) to path end (bottom-middle).
     opacity fades to 0 BEFORE reaching the bottom so the convergence point is invisible.
     Then offset continues to -200 (full pattern shift) silently for a clean loop. */
  0%   { stroke-dashoffset: 0;    opacity: 0; }
  3%   { opacity: 1; }
  72%  { opacity: 0; }
  78%  { stroke-dashoffset: -100; }
  100% { stroke-dashoffset: -200; opacity: 0; }
}
/* Gentle gold halo behind the machine — like it's lit from above */
.ns-origins__chart .ns-origins__machine::before { content: none; }
.ns-origins__machine-halo {
  position: absolute;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%);
  width: 28%;
  height: 38%;
  z-index: 6;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 30%,
    rgba(196, 162, 51, 0.30) 0%,
    rgba(196, 162, 51, 0.12) 45%,
    rgba(196, 162, 51, 0) 75%);
}


/* =============================================================
   ORIGINS — MACHINE REACTION EFFECTS
   Two visual variations, toggled via parent class:
     .ns-origins--rx-gentle   → halo pulse + intake flash
     .ns-origins--rx-ripples  → concentric gold rings
   Both elements are always in the DOM; CSS shows/hides per mode.
   ============================================================= */

/* GENTLE — pulsing gold halo behind the machine */
.ns-origins__halo {
  position: absolute;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%);
  width: 22%;
  height: 42%;
  z-index: 6;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 35%,
    rgba(196, 162, 51, 0.55) 0%,
    rgba(196, 162, 51, 0.22) 35%,
    rgba(196, 162, 51, 0.05) 65%,
    rgba(196, 162, 51, 0) 80%);
  opacity: 0;
  animation: ns-machine-halo 4.2s ease-in-out infinite;
}
@keyframes ns-machine-halo {
  0%, 100% { opacity: 0.45; }
  50%      { opacity: 1; }
}

/* GENTLE — intake flash at the convergence point (top of the machine) */
.ns-origins__intake {
  position: absolute;
  left: 50%;
  /* convergence point my=96 in 130-tall viewbox → 96/130 ≈ 73.85% from top */
  top: 73.85%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ns-gold);
  z-index: 8;  /* above the machine */
  opacity: 0;
  box-shadow:
    0 0 18px rgba(196, 162, 51, 0.9),
    0 0 6px rgba(196, 162, 51, 1);
  animation: ns-machine-intake 2.6s ease-out infinite;
}
@keyframes ns-machine-intake {
  0%, 100% { opacity: 0.25; }
  30%, 70% { opacity: 1; }
}

/* RIPPLES — concentric gold rings radiating from the machine */
.ns-origins__ripple {
  position: absolute;
  left: 50%;
  /* anchor on the top of the machine where streams arrive */
  top: 73.85%;
  transform: translate(-50%, -50%);
  width: 28%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid var(--ns-gold);
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  animation: ns-machine-ripple 5.6s linear infinite;
}
.ns-origins__ripple--1 { animation-delay: 0s; }
.ns-origins__ripple--2 { animation-delay: -1.4s; }
.ns-origins__ripple--3 { animation-delay: -2.8s; }
.ns-origins__ripple--4 { animation-delay: -4.2s; }
@keyframes ns-machine-ripple {
  0%   { transform: translate(-50%, -50%) scale(0.05); opacity: 0;    border-width: 2px; }
  10%  {                                                opacity: 0.85; }
  100% { transform: translate(-50%, -50%) scale(1.6);   opacity: 0;    border-width: 0.5px; }
}

/* MODE GATING — show only the layers for the active mode */
.ns-origins--rx-gentle  .ns-origins__ripple { display: none; }
.ns-origins--rx-ripples .ns-origins__halo,
.ns-origins--rx-ripples .ns-origins__intake { display: none; }


/* =============================================================
   MACHINE PAGE
   ============================================================= */

/* ----- HERO ----- */
.ns-m-hero { padding-top: 90px; padding-bottom: 96px; }
.ns-m-hero__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center;
}
.ns-m-hero__copy { display: flex; flex-direction: column; gap: 22px; }
.ns-m-hero__h { font-size: 96px; line-height: 1.0; margin: 0; }
.ns-m-hero__sub {
  font-family: var(--font-body); font-weight: 300;
  font-size: 20px; line-height: 1.7;
  color: rgba(245,240,232,0.78);
  max-width: 46ch; margin: 0;
}
.ns-m-hero__notes {
  list-style: none; padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 28px;
  margin: 28px 0 0;
}
.ns-m-hero__notes li {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 0;
  border-top: 0.5px solid var(--ns-rule);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px; letter-spacing: -0.01em;
  text-transform: none;
  color: var(--ns-gold);
  font-weight: 500;
  line-height: 1.1;
}
.ns-m-hero__dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--ns-gold);
  box-shadow: 0 0 12px rgba(196,162,51,0.8);
  flex: 0 0 auto;
}
.ns-m-hero__image {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 600px;
}
.ns-m-hero__image img {
  position: relative; z-index: 2;
  max-height: 600px; width: auto; object-fit: contain;
}
.ns-m-hero__halo {
  position: absolute;
  inset: 5% -10% 5% -10%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 65% 75% at 50% 50%,
    rgba(196, 162, 51, 0.28) 0%,
    rgba(196, 162, 51, 0.12) 40%,
    rgba(196, 162, 51, 0.04) 65%,
    rgba(13, 20, 33, 0) 85%);
}

/* ----- ANATOMY ----- */
.ns-m-anatomy__head { text-align: center; max-width: 720px; margin: 0 auto 72px; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.ns-m-anatomy__head .ns-h2 { color: var(--ns-midnight); font-size: 68px; }
.ns-m-anatomy__diagram {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(440px, 2.1fr) minmax(200px, 1fr);
  gap: 48px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.ns-m-anatomy__machine {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ns-m-anatomy__img {
  width: 100%;
  height: auto;
  display: block;
}
.ns-m-anatomy__pin {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--ns-gold);
  color: var(--ns-midnight);
  font-family: var(--font-label);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--ns-parchment);
  box-shadow: 0 0 0 3px rgba(13,20,33,0.18), 0 0 12px rgba(196,162,51,0.5);
  z-index: 4;
}
.ns-m-anatomy__col {
  display: flex; flex-direction: column;
  gap: 32px;
}
.ns-m-anatomy__col--left { text-align: right; }
.ns-m-call {
  display: flex; flex-direction: column;
  gap: 8px;
}
.ns-m-call__head {
  display: flex; align-items: center; gap: 10px;
}
.ns-m-anatomy__col--left .ns-m-call__head { justify-content: flex-end; }
.ns-m-call__n {
  font-family: var(--font-label); font-size: 10px;
  letter-spacing: 0.18em; word-spacing: -0.08em; text-transform: uppercase;
  color: var(--ns-brass); font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border: 0.5px solid rgba(139,115,85,0.55);
  border-radius: 50%;
  background: rgba(139,115,85,0.06);
}
.ns-m-call__h {
  font-family: var(--font-display);
  font-style: italic; font-weight: 500;
  font-size: 24px; color: var(--ns-midnight);
  margin: 0; line-height: 1.1;
}
.ns-m-call__p {
  font-family: var(--font-body); font-weight: 300;
  font-size: 14px; line-height: 1.65;
  color: rgba(13,20,33,0.65);
  margin: 0;
  max-width: 28ch;
}
.ns-m-anatomy__col--left .ns-m-call__p { margin-left: auto; }

/* ----- HOT AND COLD ----- */
.ns-m-temp { padding-top: 130px; padding-bottom: 130px; }
.ns-m-temp__grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 88px;
  align-items: start;
}
.ns-m-temp__copy { display: flex; flex-direction: column; gap: 22px; }
.ns-m-temp__copy .ns-h2 { font-size: 68px; }
.ns-m-temp__stats {
  display: flex; flex-direction: column; gap: 0;
  margin-top: 14px;
  border-top: 0.5px solid var(--ns-rule);
  border-bottom: 0.5px solid var(--ns-rule);
}
.ns-m-temp__stat {
  display: flex; align-items: center; gap: 22px;
  padding: 26px 0;
  border-top: 0.5px solid var(--ns-rule);
}
.ns-m-temp__stat:first-child { border-top: none; }
.ns-m-temp__stat > div { display: flex; flex-direction: column; gap: 4px; }
.ns-m-temp__lamp {
  flex: 0 0 auto;
  width: 22px; height: 22px; border-radius: 50%;
}
.ns-m-temp__stat--hot  .ns-m-temp__lamp { background: var(--ns-flame); animation: ns-pulse-hot 3.2s ease-in-out infinite; }
.ns-m-temp__stat--cold .ns-m-temp__lamp { background: var(--ns-ice);   animation: ns-pulse-cold 3.6s ease-in-out infinite; }
.ns-m-temp__kicker {
  font-family: var(--font-label); font-size: 10px;
  letter-spacing: 0.16em; word-spacing: -0.08em; text-transform: uppercase;
  color: rgba(196,162,51,0.65); font-weight: 600;
}
.ns-m-temp__n {
  font-family: var(--font-display); font-style: italic;
  font-size: 40px; color: var(--ns-gold); line-height: 1;
  letter-spacing: -0.01em;
}
.ns-m-temp__l {
  font-family: var(--font-body); font-weight: 300;
  font-size: 13px; color: rgba(245,240,232,0.6);
  line-height: 1.5;
}
.ns-m-temp__small {
  font-family: var(--font-body); font-weight: 300;
  font-size: 14px; line-height: 1.7;
  color: rgba(245,240,232,0.55);
  font-style: italic;
  margin: 8px 0 0;
}
.ns-m-temp__image { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.ns-m-temp__photo { max-height: 460px; width: auto; }
.ns-m-temp__can {
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-top: -8px;
  /* feather edges so the can melds into the dark section */
  -webkit-mask-image: radial-gradient(ellipse 64% 72% at 50% 50%, #000 44%, transparent 82%);
          mask-image: radial-gradient(ellipse 64% 72% at 50% 50%, #000 44%, transparent 82%);
}

/* ----- PAYMENT ----- */
.ns-m-pay { padding-top: 120px; padding-bottom: 120px; }
.ns-m-pay__grid {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px;
  align-items: center;
}
.ns-m-pay__image {
  display: flex; justify-content: center;
  position: relative;
}
.ns-m-pay__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.ns-m-pay__copy { display: flex; flex-direction: column; gap: 14px; }
.ns-m-pay__copy .ns-h2 { color: var(--ns-midnight); font-size: 64px; }
.ns-m-pay__intro {
  font-family: var(--font-body); font-weight: 300;
  font-size: 17px; line-height: 1.7;
  color: rgba(13,20,33,0.7);
  max-width: 44ch; margin: 6px 0 16px;
}
.ns-m-pay__list {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 0.5px solid rgba(139,115,85,0.35);
}
.ns-m-pay__list li {
  display: flex; align-items: center; gap: 10px;
  padding: 16px 0;
  border-bottom: 0.5px solid rgba(139,115,85,0.35);
  font-family: var(--font-display); font-style: italic;
  font-size: 22px; color: var(--ns-midnight);
  line-height: 1.1;
}
.ns-m-pay__list li:nth-child(odd) { padding-right: 14px; }
.ns-m-pay__list li:nth-child(even) { padding-left: 14px; border-left: 0.5px solid rgba(139,115,85,0.35); }
.ns-m-pay__bullet {
  color: var(--ns-gold-trim);
  font-size: 15px;
  flex: 0 0 auto;
}
.ns-m-pay__note {
  font-family: var(--font-body); font-weight: 300; font-style: italic;
  font-size: 14px; line-height: 1.65;
  color: rgba(13,20,33,0.55);
  margin: 18px 0 0;
}

/* ----- SCREENS ----- */
.ns-m-screens { padding-top: 130px; padding-bottom: 130px; }
.ns-m-screens__grid {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px;
  align-items: center;
}
.ns-m-screens__copy { display: flex; flex-direction: column; gap: 14px; }
.ns-m-screens__copy .ns-h2 { font-size: 64px; }
.ns-m-screens__image img {
  width: 100%; height: auto;
}

/* ----- BASIC DATA ----- */
.ns-m-data { padding-top: 120px; padding-bottom: 130px; }
.ns-m-data__head { text-align: center; max-width: 720px; margin: 0 auto 64px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.ns-m-data__head .ns-h2 { color: var(--ns-midnight); font-size: 64px; }
.ns-m-data__grid {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px;
  align-items: center;
}
.ns-m-data__diagram img {
  width: 100%; max-width: 560px;
  margin: 0 auto; display: block;
  height: auto;
}
.ns-m-data__specs dl {
  margin: 0;
  display: grid; grid-template-columns: 1fr auto;
  border-top: 0.5px solid rgba(139,115,85,0.35);
}
.ns-m-data__specs dt,
.ns-m-data__specs dd {
  padding: 18px 0;
  border-bottom: 0.5px solid rgba(139,115,85,0.35);
  margin: 0;
}
.ns-m-data__specs dt {
  font-family: var(--font-label); font-size: 11px;
  letter-spacing: 0.14em; word-spacing: -0.08em; text-transform: uppercase;
  color: var(--ns-brass); font-weight: 600;
}
.ns-m-data__specs dd {
  text-align: right;
  font-family: var(--font-display); font-style: italic;
  font-size: 22px; color: var(--ns-midnight);
  line-height: 1.1;
}
.ns-m-data__note {
  font-family: var(--font-body); font-weight: 300; font-style: italic;
  font-size: 14px; line-height: 1.7;
  color: rgba(13,20,33,0.6);
  margin: 22px 0 0;
}

/* ----- CTA ----- */
.ns-m-cta { padding-top: 130px; padding-bottom: 130px; }


/* =============================================================
   HOMEPAGE — CONCEPT TEASER + WORLD TEASER
   ============================================================= */

/* CONCEPT (homepage teaser → machine.html) */
.ns-concept-teaser { padding-top: 110px; padding-bottom: 110px; }
.ns-concept-teaser__inner {
  text-align: center;
  max-width: 760px;
  display: flex; flex-direction: column; gap: 18px;
  align-items: center;
}
.ns-concept-teaser__inner .ns-h2 { color: var(--ns-midnight); font-size: 64px; margin: 4px 0 12px; }
.ns-concept-teaser__body { max-width: 56ch; color: rgba(13,20,33,0.7); }
.ns-concept-teaser__cta { margin-top: 18px; }

/* Variant of the gold button for light sections */
.ns-btn-primary-light {
  background: var(--ns-midnight);
  color: var(--ns-gold);
  border: 0.5px solid var(--ns-midnight);
  padding: 14px 26px;
  font-family: var(--font-label);
  font-size: 11px; letter-spacing: 0.16em; word-spacing: -0.08em;
  text-transform: uppercase; font-weight: 600;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  transition: background-color 300ms var(--ease-out), color 300ms var(--ease-out);
}
.ns-btn-primary-light:hover { background: var(--ns-gold); color: var(--ns-midnight); border-color: var(--ns-gold); }

/* WORLD TEASER (homepage → world.html) */
.ns-world-teaser { padding-top: 110px; padding-bottom: 110px; }
.ns-world-teaser__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.ns-world-teaser__photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 0.5px solid rgba(196,162,51,0.55);
  background-color: rgba(196,162,51,0.06);
  padding: 6px;
}
.ns-world-teaser__photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(0.95) contrast(1.02) brightness(0.99);
}
.ns-world-teaser__copy { display: flex; flex-direction: column; gap: 18px; }
.ns-world-teaser__copy .ns-h2 { font-size: 64px; line-height: 1.04; }
.ns-world-teaser__map {
  position: relative;
  aspect-ratio: 5 / 4;
  border: 0.5px solid var(--ns-rule);
  overflow: hidden;
}
.ns-world-teaser__img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: contrast(1.03) saturate(1.03);
}
.ns-world-teaser__overlay {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 85% 75% at 50% 50%, transparent 50%, rgba(13,20,33,0.65) 100%),
    linear-gradient(180deg, rgba(13,20,33,0.5) 0%, transparent 22%, transparent 78%, rgba(13,20,33,0.5) 100%);
}
.ns-world-teaser__dot {
  position: absolute;
  width: 7px; height: 7px; border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--ns-gold);
  box-shadow: 0 0 10px rgba(196,162,51,0.85), 0 0 3px rgba(196,162,51,1);
  animation: ns-origin-pulse 3.6s ease-in-out infinite;
}


/* =============================================================
   WORLD PAGE — Hero & CTA
   ============================================================= */
.ns-w-hero { padding-top: 110px; padding-bottom: 84px; }
.ns-w-hero__head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  display: flex; flex-direction: column; gap: 18px;
  align-items: center;
}
.ns-w-hero__h { font-size: 88px; line-height: 1.02; margin: 0; }
.ns-w-hero__sub {
  font-family: var(--font-body); font-weight: 300;
  font-size: 18px; line-height: 1.75;
  color: rgba(245,240,232,0.72);
  max-width: 56ch; margin: 0;
}
.ns-w-hero__tags {
  margin-top: 56px;
  padding: 24px 0;
  border-top: 0.5px solid var(--ns-rule);
  border-bottom: 0.5px solid var(--ns-rule);
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 14px 22px;
  font-family: var(--font-label);
  font-size: 11px; letter-spacing: 0.18em; word-spacing: -0.08em;
  text-transform: uppercase; font-weight: 600;
  color: var(--ns-brass);
}
.ns-w-hero__sep { color: var(--ns-gold); }

.ns-w-cta { padding-top: 110px; padding-bottom: 130px; }


/* =============================================================
   IMAGE INTEGRATION — Photos placed throughout the site
   ============================================================= */

/* ---------- HOMEPAGE CONCEPT TEASER → two-column with image ---------- */
.ns-concept-teaser__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.ns-concept-teaser__copy {
  display: flex; flex-direction: column; gap: 18px;
  text-align: left;
  align-items: flex-start;
  max-width: none;
}
.ns-concept-teaser__copy .ns-h2 { color: var(--ns-midnight); font-size: 60px; margin: 4px 0 8px; text-align: left; }
.ns-concept-teaser__copy .ns-concept-teaser__body { max-width: 46ch; color: rgba(13,20,33,0.72); text-align: left; }
.ns-concept-teaser__image {
  position: relative;
  border: 0.5px solid var(--ns-rule);
  overflow: hidden;
  aspect-ratio: 16 / 11;
}
.ns-concept-teaser__image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* ---------- HOMEPAGE PARTNERS SECTION → photo above highlights ---------- */
.ns-partners__photo {
  border: 0.5px solid var(--ns-rule-strong);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin-bottom: 20px;
}
.ns-partners__photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* =============================================================
   WORLD PAGE — Hero with full-bleed cliffside background
   ============================================================= */
.ns-w-hero {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  min-height: 720px;
}
.ns-w-hero__bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.ns-w-hero__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 60%;
  display: block;
}
.ns-w-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(13,20,33,0.85) 0%, rgba(13,20,33,0.55) 25%, rgba(13,20,33,0.55) 70%, rgba(13,20,33,0.92) 100%),
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(13,20,33,0.0) 0%, rgba(13,20,33,0.55) 90%);
}
.ns-w-hero__inner {
  position: relative;
  z-index: 2;
}
.ns-w-hero__h {
  text-shadow: 0 4px 30px rgba(0,0,0,0.65);
}
.ns-w-hero__sub {
  text-shadow: 0 2px 14px rgba(0,0,0,0.7);
  color: rgba(245,240,232,0.92);
}

/* WorldCTA with airport background */
.ns-w-cta {
  position: relative;
  overflow: hidden;
}
.ns-w-cta__bg {
  position: absolute; inset: 0; z-index: 0;
}
.ns-w-cta__bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 50%;
  filter: brightness(0.6) saturate(0.85);
}
.ns-w-cta::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(13,20,33,0.92) 0%, rgba(13,20,33,0.6) 50%, rgba(13,20,33,0.92) 100%);
}
.ns-w-cta__inner { position: relative; z-index: 2; }

/* =============================================================
   PARTNERS PAGE — Hero with photo column, card images
   ============================================================= */
/* Hero with photo */
.ns-p-hero__top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 64px;
}
.ns-p-hero__head { text-align: left; align-items: flex-start; max-width: 600px; }
.ns-p-hero__head .ns-h1 { font-size: 76px; line-height: 1.02; text-align: left; }
.ns-p-hero__sub { text-align: left; }
.ns-p-hero__image {
  position: relative;
  border: 0.5px solid var(--ns-rule-strong);
  overflow: hidden;
  aspect-ratio: 16 / 11;
}
.ns-p-hero__image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* "Where it goes" cards with photo headers */
.ns-p-card { padding: 0; gap: 0; min-height: auto; }
.ns-p-card__img {
  position: relative;
  border-bottom: 0.5px solid var(--ns-rule);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 28px;
}
.ns-p-card__img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: brightness(0.9) saturate(0.92);
}
.ns-p-card__n,
.ns-p-card__h,
.ns-p-card__p {
  padding-left: 32px; padding-right: 32px;
}
.ns-p-card__n { margin-top: 4px; }
.ns-p-card__h { margin-top: 14px; }
.ns-p-card__p { padding-bottom: 36px; margin-top: 14px; }

/* "Always in stock" feature with image */
.ns-p-feature--with-img { padding: 0; gap: 0; position: relative; overflow: hidden; }
.ns-p-feature__img {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 0.5px solid rgba(139,115,85,0.35);
}
.ns-p-feature__img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: brightness(0.92) saturate(0.92);
}
.ns-p-feature--with-img .ns-p-feature__rule { margin: 32px 40px 0; }
.ns-p-feature--with-img .ns-p-feature__h { padding: 0 40px; margin-top: 14px; }
.ns-p-feature--with-img .ns-p-feature__p { padding: 0 40px 32px; margin-top: 14px; }

/* Credit examples with photo thumbnails */
.ns-p-credit__examples li {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  align-items: center;
}
.ns-p-credit__thumb {
  position: relative;
  width: 84px; height: 84px;
  border: 0.5px solid rgba(139,115,85,0.45);
  overflow: hidden;
}
.ns-p-credit__thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: brightness(0.95) saturate(0.92);
}

/* "Best fit" cards with photo headers */
.ns-p-fit__card { padding: 0; gap: 0; }
.ns-p-fit__img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 0.5px solid var(--ns-rule-strong);
}
.ns-p-fit__img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ns-p-fit__h { padding: 32px 32px 0; margin: 0; }
.ns-p-fit__p { padding: 14px 32px 36px; margin: 0; }


/* =============================================================
   WORLD PAGE — Product categories
   ============================================================= */
.ns-w-cats__head {
  text-align: center; max-width: 720px; margin: 0 auto 56px;
  display: flex; flex-direction: column; gap: 14px; align-items: center;
}
.ns-w-cats__head .ns-h2 { font-size: 60px; }

/* Editorial 3-up spotlight — "a few from the case" */
.ns-w-cats__spotlight {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  max-width: 1080px; margin: 0 auto 64px;
}
.ns-w-spot {
  margin: 0;
  padding: 6px;
  border: 0.5px solid rgba(196, 162, 51, 0.55);
  background-color: rgba(196, 162, 51, 0.06);
}
.ns-w-spot__img { aspect-ratio: 4 / 5; overflow: hidden; }
.ns-w-spot__img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(0.9) contrast(1.02) brightness(0.985) sepia(0.07);
}
.ns-w-spot__cap {
  display: flex; flex-direction: column; gap: 3px;
  text-align: center;
  padding: 14px 8px 8px;
}
.ns-w-spot__name {
  font-family: var(--font-display); font-style: italic;
  font-size: 20px; color: var(--ns-gold); line-height: 1.05;
}
.ns-w-spot__origin {
  font-family: var(--font-origin); font-size: 10px;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--ns-brass);
}
.ns-w-cats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 0.5px solid var(--ns-rule);
  border-left: 0.5px solid var(--ns-rule);
}
.ns-w-cat {
  padding: 32px 26px 36px;
  border-right: 0.5px solid var(--ns-rule);
  border-bottom: 0.5px solid var(--ns-rule);
  display: flex; flex-direction: column; gap: 14px;
}
.ns-w-cat__tag {
  align-self: flex-start;
  display: inline-flex; align-items: center;
  padding: 4px 10px; border-radius: 2px;
  font-family: var(--font-label); font-size: 9px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ns-parchment);
}
.ns-w-cat__tag--hot  { background: var(--ns-flame); }
.ns-w-cat__tag--cold { background: var(--ns-ice); }
.ns-w-cat__tag--both {
  background: transparent;
  color: var(--ns-gold);
  border: 0.5px solid rgba(196,162,51,0.5);
}
.ns-w-cat__name {
  font-family: var(--font-display); font-style: italic;
  font-size: 28px; color: var(--ns-gold); margin: 0; line-height: 1.05;
}
.ns-w-cat__body {
  font-family: var(--font-body); font-weight: 300;
  font-size: 14px; line-height: 1.65;
  color: rgba(245,240,232,0.62); margin: 0;
}
@media (max-width: 1100px) {
  .ns-w-cats__grid { grid-template-columns: repeat(2, 1fr); }
}


/* Partners "Good fits" closing note */
.ns-p-fit__note {
  text-align: center;
  max-width: 52ch;
  margin: 48px auto 0;
  font-family: var(--font-body); font-weight: 300; font-style: italic;
  font-size: 16px; line-height: 1.7;
  color: rgba(245,240,232,0.6);
}


/* =============================================================
   OUR STORY PAGE
   ============================================================= */
.ns-story-hero { position: relative; overflow: hidden; padding-top: 130px; padding-bottom: 110px; }
.ns-story-hero__inner { position: relative; z-index: 2; text-align: center; max-width: 840px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.ns-story-hero__h { font-size: 84px; line-height: 1.03; margin: 0; }
.ns-story-hero__sub { font-family: var(--font-body); font-weight: 300; font-size: 18px; line-height: 1.75; color: rgba(245,240,232,0.72); max-width: 60ch; margin: 0; }

.ns-story-origin { padding-top: 120px; padding-bottom: 120px; }
.ns-story-origin__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ns-story-origin__copy { display: flex; flex-direction: column; gap: 16px; }
.ns-story-origin__copy .ns-h2 { color: var(--ns-midnight); font-size: 56px; }
.ns-story-origin__image { border: 0.5px solid var(--ns-rule); overflow: hidden; aspect-ratio: 4 / 5; }
.ns-story-origin__image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ns-story-believe { padding-top: 120px; padding-bottom: 120px; }
.ns-story-why { padding-top: 120px; padding-bottom: 140px; }
.ns-story-why__line { font-size: 64px; line-height: 1.08; margin: 18px 0 26px; }

/* =============================================================
   REQUEST A MACHINE PAGE
   ============================================================= */
.ns-req-hero { position: relative; overflow: hidden; padding-top: 130px; padding-bottom: 100px; }
.ns-req-hero__inner { position: relative; z-index: 2; text-align: center; max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.ns-req-hero__h { font-size: 84px; line-height: 1.03; margin: 0; }
.ns-req-hero__sub { font-family: var(--font-body); font-weight: 300; font-size: 18px; line-height: 1.75; color: rgba(245,240,232,0.72); max-width: 56ch; margin: 0; }

.ns-req-form { padding-top: 110px; padding-bottom: 130px; }
.ns-req-form__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: start; }
.ns-req-form__intro { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 110px; }
.ns-req-form__intro .ns-h2 { color: var(--ns-midnight); font-size: 52px; }
.ns-req-form__intro .ns-body { color: rgba(13,20,33,0.7); }

.ns-req-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 28px; }
.ns-field { display: flex; flex-direction: column; gap: 8px; }
.ns-field--full { grid-column: 1 / -1; }
.ns-field__l {
  font-family: var(--font-label); font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ns-brass);
}
.ns-field input,
.ns-field select,
.ns-field textarea {
  font-family: var(--font-body); font-weight: 300; font-size: 16px;
  color: var(--ns-midnight);
  background: transparent;
  border: none;
  border-bottom: 0.5px solid rgba(139,115,85,0.55);
  padding: 10px 2px;
  outline: none;
  border-radius: 0;
  transition: border-color 250ms var(--ease-out);
}
.ns-field input:focus,
.ns-field select:focus,
.ns-field textarea:focus { border-bottom-color: var(--ns-gold); }
.ns-field textarea { resize: vertical; min-height: 80px; }
.ns-field input::placeholder { color: rgba(13,20,33,0.35); font-style: italic; }
.ns-req-fields__submit { grid-column: 1 / -1; margin-top: 8px; }

.ns-req-thanks {
  text-align: center; max-width: 600px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 18px; align-items: center;
  padding: 40px 0;
}
.ns-req-thanks .ns-h2 { color: var(--ns-midnight); font-size: 56px; }

@media (max-width: 1000px) {
  .ns-req-form__grid { grid-template-columns: 1fr; gap: 48px; }
  .ns-req-form__intro { position: static; }
  .ns-story-origin__grid { grid-template-columns: 1fr; gap: 48px; }
}


/* =============================================================
   UNIFIED IMAGE TREATMENT
   "Framed print" — one shared gold hairline + warm mat + grade,
   so every photo across the site reads as one curated set.
   ============================================================= */

/* (1) SHARED WARM GRADE — applied to all content photography.
   Subtle: pulls everything toward the brand's warm/dim look so
   AI, stock, and product frames feel like a single shoot. */
.ns-concept-teaser__image img,
.ns-partners__photo img,
.ns-p-hero__image img,
.ns-p-card__img img,
.ns-p-feature__img img,
.ns-p-credit__thumb img,
.ns-p-fit__img img,
.ns-w-cats__photo img,
.ns-m-temp__photo,
.ns-m-pay__image img,
.ns-m-screens__image img,
.ns-w-hero__bg img,
.ns-w-cta__bg img {
  filter: saturate(0.9) contrast(1.02) brightness(0.985) sepia(0.07);
}

/* (2) FRAMED PRINT — gold hairline + faint warm mat inset.
   Applied to standalone images. Card-header images are excluded
   (they're already framed by the card border). */

/* 2a — wrapper-framed (these wrappers have aspect-ratio + overflow) */
.ns-concept-teaser__image,
.ns-partners__photo,
.ns-p-hero__image,
.ns-w-cats__photo {
  padding: 6px;
  border: 0.5px solid rgba(196, 162, 51, 0.55);
  background-color: rgba(196, 162, 51, 0.06);
}

/* 2b — image-framed (machine page images sit in centering wrappers) */
.ns-m-temp__photo,
.ns-m-pay__image img,
.ns-m-screens__image img {
  box-sizing: border-box;
  padding: 6px;
  border: 0.5px solid rgba(196, 162, 51, 0.55);
  background-color: rgba(196, 162, 51, 0.06);
}


/* =============================================================
   COLLECTION HERO — full-bleed product-mix-over-map (static)
   Overrides the earlier cliffside hero styling for this variant.
   ============================================================= */
.ns-w-hero--mix {
  display: flex;
  align-items: flex-end;
  padding-top: 96px;
  padding-bottom: 76px;
  min-height: 880px;
}
.ns-w-hero--mix .ns-w-hero__bg img {
  object-position: center 42%;
  /* keep the cans vibrant — override the global sepia/desaturate wash */
  filter: contrast(1.04) saturate(1.04) brightness(0.99);
}
/* Bottom-weighted scrim: mild at top (nav legibility), light in the
   middle so the product grid reads, strong at the bottom for the copy. */
.ns-w-hero--mix::before {
  background:
    linear-gradient(180deg,
      rgba(13,20,33,0.62) 0%,
      rgba(13,20,33,0.20) 22%,
      rgba(13,20,33,0.22) 44%,
      rgba(13,20,33,0.74) 74%,
      rgba(13,20,33,0.97) 100%);
}
.ns-w-hero--mix .ns-w-hero__inner {
  width: 100%;
  display: flex; flex-direction: column; align-items: center;
}
.ns-w-hero--mix .ns-w-hero__head {
  margin: 0 auto;
}
.ns-w-hero--mix .ns-w-hero__sub {
  text-shadow: 0 2px 16px rgba(0,0,0,0.85);
}
.ns-w-hero--mix .ns-w-hero__tags {
  margin-top: 40px;
  border-color: rgba(196,162,51,0.45);
}


/* =============================================================
   COLLECTION HERO — the Origins map promoted to page header.
   A slim eyebrow sits at the very top, then the map-with-machine
   graphic, then the headline + sub BELOW the map.
   ============================================================= */
.ns-origins--hero { padding-top: 40px; padding-bottom: 120px; }
.ns-origins--hero .ns-origins__head {
  max-width: none;
  margin: 0 0 22px;
}
.ns-origins__hero-eyebrow {
  display: block;
  text-align: center;
}
.ns-origins--hero .ns-origins__chart {
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  aspect-ratio: 2.1 / 1;
}
/* Nudge the machine up slightly so it isn't flush to the cropped bottom edge */
.ns-origins--hero .ns-origins__machine-wrap {
  bottom: 3%;
  height: 42%;
}
.ns-origins__herocap {
  text-align: center;
  max-width: 880px;
  margin: 44px auto 0;
}
.ns-origins__h1 {
  font-size: 76px;
  line-height: 1.02;
  margin: 0;
}
.ns-origins__herocap .ns-body {
  color: rgba(245,240,232,0.62);
}


/* =============================================================
   COLLECTION — HOT & COLD melded feature band (Option D)
   Near-black background so the can's dark edges dissolve in.
   ============================================================= */
.ns-w-hotcold {
  background: #070C16;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ns-w-hotcold__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  min-height: 620px;
}
.ns-w-hotcold__copy { display: flex; flex-direction: column; gap: 18px; z-index: 2; }
.ns-w-hotcold__copy .ns-h2 { font-size: 58px; }
.ns-w-hotcold__img {
  position: relative;
  height: 620px;
}
.ns-w-hotcold__img img {
  width: 100%; height: 100%;
  object-fit: contain;
  /* feather the edges so the can melds into the near-black section */
  -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, #000 42%, transparent 80%);
          mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, #000 42%, transparent 80%);
}


/* =============================================================
   MACHINE ANATOMY — look-inside figure + callout grid
   (replaces the old 3-column outline-with-pins diagram)
   ============================================================= */
.ns-m-anatomy__figure {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 64px;
  padding: 0 20px;
}
.ns-m-anatomy__look {
  width: 100%;
  height: auto;
  display: block;
  /* image has a white background — multiply melds it onto the parchment */
  mix-blend-mode: multiply;
}
.ns-m-anatomy__callouts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 64px;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 52px;
  border-top: 0.5px solid rgba(139,115,85,0.35);
}
.ns-m-anatomy__callouts .ns-m-call { gap: 10px; }
.ns-m-anatomy__callouts .ns-m-call__p { max-width: none; }


/* Payment terminal — melded (no frame, soft shadow, floats on parchment) */
.ns-m-pay__image--meld img {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  filter: drop-shadow(0 22px 40px rgba(13,20,33,0.28)) drop-shadow(0 4px 10px rgba(13,20,33,0.18)) !important;
  max-width: 105%;
  margin: 0 auto;
}
