/* NailZilla Editorial Mystic 2.0
   Editorial storefront layer for SHOPLINE Online Store 3.0. */

:root {
  --nz-ink: #411661;
  --nz-ink-deep: #250b35;
  --nz-violet: #7341a6;
  --nz-violet-bright: #8953bd;
  --nz-cream: #f7f1e8;
  --nz-paper: #fffdf8;
  --nz-lilac: #eadcf2;
  --nz-blush: #f1dce4;
  --nz-gold: #c28a2c;
  --nz-sage: #dce8df;
  --nz-line: rgba(65, 22, 97, 0.18);
  --nz-display: var(--nz-heading, Georgia, "Times New Roman", serif);
  --nz-sans: var(--nz-body, Arial, Helvetica, sans-serif);
}

html { scroll-behavior: smooth; }
body {
  background: var(--nz-cream);
  color: var(--nz-ink-deep);
  font-family: var(--nz-sans);
}

.nz-page { width: min(calc(100% - 96px), var(--nz-page, 1440px)); }
.nz-section { padding: clamp(76px, 8vw, 132px) 0; }
.nz-section--tight { padding: 38px 0; }
.nz-section--surface { background: var(--nz-cream); }
.nz-section--deep { background: var(--nz-ink); }
.nz-section--violet { background: var(--nz-violet); }

.nz-section-heading { margin-bottom: clamp(40px, 5vw, 72px); }
.nz-section-heading h1,
.nz-section-heading h2,
.nz-page-hero h1,
.nz-article-header h1,
.nz-product-info h1 {
  color: var(--nz-ink);
  font-family: var(--nz-display);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}
.nz-section-heading h2 { font-size: clamp(42px, 5vw, 74px); }
.nz-section-copy { max-width: 720px; color: rgba(37, 11, 53, 0.72); font-size: 17px; line-height: 1.7; }
.nz-eyebrow {
  align-items: center;
  color: var(--nz-violet);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 14px;
  letter-spacing: 0.22em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.nz-eyebrow::before { background: currentColor; content: ""; display: block; height: 1px; width: 40px; }

.nz-button {
  background: var(--nz-ink);
  border: 1px solid var(--nz-ink);
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(115, 65, 166, 0.18);
  color: #fff;
  font-size: 12px;
  min-height: 54px;
  padding: 0 30px;
  text-transform: uppercase;
}
.nz-button:hover { background: var(--nz-violet); border-color: var(--nz-violet); transform: translateY(-2px); }
.nz-button--outline { background: transparent; box-shadow: none; color: var(--nz-ink); }
.nz-button--outline:hover { color: #fff; }
.nz-button--light { background: #fff; border-color: #fff; color: var(--nz-ink); }
.nz-text-link { color: var(--nz-ink); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.nz-field { border: 1px solid var(--nz-line); border-radius: 0; background: rgba(255,255,255,.58); }

/* Announcement and editorial header */
.nz-announcement {
  background: var(--nz-ink-deep);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  min-height: 34px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.nz-header-shell {
  background: var(--nz-ink);
  border-bottom: 0;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
}
.nz-header { min-height: 92px; }
.nz-logo--editorial { color: #fff; gap: 16px; }
.nz-logo__mark { align-items: center; display: inline-flex; height: 58px; justify-content: center; width: 58px; }
.nz-logo__mark img { height: 56px; max-width: 58px; object-fit: contain; width: auto; }
.nz-logo__wordmark,
.nz-logo__word {
  color: #fff;
  font-family: var(--nz-display);
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nz-nav { align-self: stretch; gap: clamp(22px, 2.6vw, 48px); }
.nz-nav__item { align-items: center; color: #fff; display: flex; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nz-nav__item:hover { color: #e2c8ff; }
.nz-nav__dropdown { background: var(--nz-paper); border: 1px solid var(--nz-line); border-radius: 0; box-shadow: 0 24px 60px rgba(37,11,53,.22); top: calc(100% - 12px); }
.nz-nav__dropdown a { color: var(--nz-ink); }
.nz-header-actions { align-self: stretch; gap: 8px; }
.nz-header-quiz,
.nz-quiz-nav {
  align-items: center;
  align-self: stretch;
  background: var(--nz-violet);
  border-left: 1px solid rgba(255,255,255,.35);
  border-right: 1px solid rgba(255,255,255,.35);
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-right: 18px;
  padding: 0 28px;
  text-transform: uppercase;
}
.nz-header-quiz:hover,
.nz-quiz-nav:hover { background: var(--nz-violet-bright); color: #fff; }
.nz-icon-button { border: 0; color: #fff; }
.nz-icon-button:hover { background: rgba(255,255,255,.1); }
.nz-cart-link { color: #fff; gap: 8px; }
.nz-cart-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nz-cart-count { background: transparent; border: 1px solid rgba(255,255,255,.6); color: #fff; }
.nz-menu-toggle { color: #fff; }
.nz-mobile-panel { background: var(--nz-ink-deep); border-top: 1px solid rgba(255,255,255,.16); }
.nz-mobile-panel a { color: #fff; }

/* Split hero */
.nz-hero--editorial { background: var(--nz-cream); color: var(--nz-ink); overflow: hidden; }
.nz-hero--editorial .nz-hero__grid { grid-template-columns: 1fr 1fr; min-height: 720px; }
.nz-hero--editorial .nz-hero__copy {
  align-items: flex-start;
  background: var(--nz-cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 140px);
}
.nz-hero--editorial .nz-eyebrow { color: var(--nz-ink); }
.nz-hero--editorial h1 {
  color: var(--nz-ink);
  font-family: var(--nz-display);
  font-size: clamp(60px, 6vw, 102px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .94;
  max-width: 720px;
}
.nz-hero--editorial h1 em { color: var(--nz-violet); font-weight: 400; }
.nz-hero--editorial .nz-hero__body { color: rgba(37,11,53,.72); font-size: 18px; line-height: 1.7; max-width: 610px; }
.nz-hero--editorial .nz-actions { align-items: center; gap: 28px; margin-top: 36px; }
.nz-hero--editorial .nz-hero__media { background: linear-gradient(145deg, var(--nz-violet), #552378); min-height: 720px; }
.nz-hero--editorial .nz-hero__media > img { height: 100%; object-fit: cover; width: 100%; }
.nz-cosmos { height: 100%; inset: 0; min-height: 720px; overflow: hidden; position: absolute; width: 100%; }
.nz-cosmos::before,
.nz-cosmos::after,
.nz-cosmos i {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}
.nz-cosmos::before { height: 82%; width: 82%; }
.nz-cosmos::after { height: 60%; width: 60%; }
.nz-cosmos i:nth-of-type(1) { height: 38%; width: 38%; }
.nz-cosmos i:nth-of-type(2) { height: 112%; width: 112%; }
.nz-kit-art { height: 100%; min-height: 720px; position: relative; }
.nz-kit-art__sun { background: #ecd788; border-radius: 50%; height: 170px; left: 12%; position: absolute; top: 22%; width: 170px; }
.nz-kit-art__book {
  background: var(--nz-ink);
  border: 1px solid rgba(255,255,255,.32);
  box-shadow: 22px 28px 46px rgba(27,5,42,.32);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 390px;
  justify-content: center;
  left: 24%;
  padding: 36px;
  position: absolute;
  text-align: center;
  top: 18%;
  transform: rotate(-5deg);
  width: 280px;
  z-index: 2;
}
.nz-kit-art__book::before { border: 1px solid rgba(255,255,255,.25); content: ""; inset: 12px; position: absolute; }
.nz-kit-art__book > span { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; }
.nz-kit-art__book > b { font-size: 24px; font-weight: 400; margin: 34px 0 0; }
.nz-kit-art__eye { font-size: 48px; margin-bottom: 25px; }
.nz-kit-art__book small { font-size: 10px; letter-spacing: .32em; text-transform: uppercase; }
.nz-kit-art__book strong { font-family: var(--nz-display); font-size: 38px; font-weight: 400; line-height: 1; margin: 22px 0; text-transform: uppercase; }
.nz-kit-art__card {
  background: var(--nz-cream);
  box-shadow: 20px 24px 40px rgba(27,5,42,.24);
  color: var(--nz-ink);
  height: 300px;
  padding: 54px 30px 24px;
  position: absolute;
  right: 7%;
  top: 46%;
  transform: rotate(7deg);
  width: 215px;
  z-index: 3;
}
.nz-kit-art__card small { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.nz-kit-art__card strong { display: block; font-family: var(--nz-display); font-size: 27px; font-style: italic; font-weight: 400; line-height: 1.1; margin-top: 34px; }
.nz-kit-art__crystal,
.nz-crystal { background: linear-gradient(145deg, #caa8eb, #63328e); clip-path: polygon(50% 0,100% 32%,82% 100%,18% 100%,0 32%); height: 90px; position: absolute; width: 68px; z-index: 4; }
.nz-kit-art__crystal--one,
.nz-crystal--one { bottom: 11%; left: 14%; transform: rotate(14deg); }
.nz-kit-art__crystal--two,
.nz-crystal--two { bottom: 7%; left: 62%; transform: rotate(-10deg) scale(.65); }
.nz-crystal--three { right: 12%; top: 15%; transform: rotate(18deg) scale(.75); }
.nz-hero__note { color: rgba(65,22,97,.72); font-size: 12px; margin-top: 34px; }

/* Benefit strip */
.nz-trust { background: #fff; border-bottom: 1px solid var(--nz-line); border-top: 1px solid var(--nz-line); }
.nz-trust .nz-page { width: 100%; }
.nz-trust__grid { gap: 0; }
.nz-trust__item { border-left: 1px solid var(--nz-line); min-height: 112px; padding: 26px 34px; }
.nz-trust__item:last-child { border-right: 1px solid var(--nz-line); }
.nz-trust__item > span:first-child { color: var(--nz-violet); font-size: 25px; }
.nz-trust__item strong { color: var(--nz-ink); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }

/* Intentions */
.nz-intentions-section { background: var(--nz-cream); }
.nz-intentions-section .nz-section-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: 1.1fr .9fr; text-align: left; }
.nz-intentions-section .nz-section-heading .nz-eyebrow,
.nz-intentions-section .nz-section-heading h2 { grid-column: 1; }
.nz-intentions-section .nz-section-heading .nz-section-copy { grid-column: 2; grid-row: 1 / span 2; }
.nz-intention-grid { gap: 0; grid-template-columns: repeat(3, 1fr); }
.nz-intention-grid > .shopline-block:nth-child(7) { grid-column: 1 / -1; }
.nz-intention-card {
  border: 1px solid var(--nz-line);
  border-radius: 0;
  box-shadow: none;
  min-height: 330px;
  padding: 36px;
  position: relative;
}
.nz-intention-card::after {
  border: 1px solid rgba(65,22,97,.08);
  border-radius: 50%;
  content: "";
  height: 210px;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 210px;
}
.nz-intention-card:hover { box-shadow: 12px 14px 0 rgba(65,22,97,.09); transform: translate(-4px,-4px); }
.nz-intention-card__number { color: rgba(65,22,97,.55); display: block; font-size: 11px; letter-spacing: .14em; margin-bottom: 50px; }
.nz-intention-card__glyph { color: var(--nz-ink); font-size: 55px; height: 64px; margin-bottom: 28px; }
.nz-intention-card h3 { color: var(--nz-ink); font-family: var(--nz-display); font-size: clamp(26px,2vw,36px); font-weight: 400; line-height: 1.05; }
.nz-intention-card p { color: rgba(37,11,53,.68); line-height: 1.55; max-width: 300px; }
.nz-intention-card__arrow { bottom: 30px; color: var(--nz-ink); font-size: 10px; font-weight: 700; letter-spacing: .14em; position: absolute; text-transform: uppercase; }
.nz-tone-rose { background: var(--nz-blush); }
.nz-tone-gold { background: #efe2b8; }
.nz-tone-ink { background: var(--nz-ink-deep); }
.nz-tone-ink h3, .nz-tone-ink p, .nz-tone-ink .nz-intention-card__glyph, .nz-tone-ink .nz-intention-card__number, .nz-tone-ink .nz-intention-card__arrow { color: #fff; }
.nz-tone-sage { background: var(--nz-sage); }
.nz-tone-sun { background: #f0d6aa; }
.nz-tone-lilac { background: var(--nz-lilac); }
.nz-tone-violet { background: #dfcfec; }

/* Product showcase */
.nz-featured-showcase { background: var(--nz-ink); color: #fff; }
.nz-featured-showcase__head { align-items: end; display: grid; gap: 28px; grid-template-columns: 1fr auto; margin-bottom: clamp(40px,5vw,72px); }
.nz-featured-showcase .nz-section-heading { margin: 0; text-align: left; }
.nz-featured-showcase .nz-section-heading h2,
.nz-featured-showcase .nz-section-heading .nz-eyebrow,
.nz-featured-showcase .nz-section-copy { color: #fff; }
.nz-featured-showcase .nz-text-link,
.nz-featured-showcase .nz-text-cta { color: #fff; }
.nz-featured-showcase .nz-product-grid { gap: 18px; }
.nz-featured-showcase .nz-product-card { color: #fff; }
.nz-product-card { border-radius: 0; }
.nz-product-card__media { aspect-ratio: 4 / 5; background: var(--nz-lilac); border: 1px solid rgba(255,255,255,.16); border-radius: 0; }
.nz-product-card__media img { transition: transform .45s ease; }
.nz-product-card:hover .nz-product-card__media img { transform: scale(1.035); }
.nz-product-card__body { padding: 20px 0 0; }
.nz-product-card h3 { font-family: var(--nz-display); font-size: 24px; font-weight: 400; line-height: 1.15; }
.nz-featured-showcase .nz-product-card h3,
.nz-featured-showcase .nz-price,
.nz-featured-showcase .nz-product-card .nz-text-link { color: #fff; }
.nz-product-card .nz-text-link { display: inline-flex; margin-top: 16px; }
.nz-featured-showcase .nz-empty { border-color: rgba(255,255,255,.38); color: #fff; }

/* Quiz band */
.nz-quiz-band { background: var(--nz-violet); color: #fff; padding: 54px 0; }
.nz-quiz-band__inner { align-items: center; display: grid; gap: 34px; grid-template-columns: 120px 1fr auto; }
.nz-quiz-band__symbol { align-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; display: flex; font-size: 54px; height: 110px; justify-content: center; width: 110px; }
.nz-quiz-band .nz-eyebrow,
.nz-quiz-band h2,
.nz-quiz-band p { color: #fff; }
.nz-quiz-band h2 { font-family: var(--nz-display); font-size: clamp(40px,4vw,62px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.nz-quiz-band p { opacity: .82; }

/* Three steps */
.nz-steps-section { background: var(--nz-cream); text-align: center; }
.nz-steps-section .nz-section-heading { margin-left: auto; margin-right: auto; max-width: 900px; }
.nz-steps { gap: 70px; }
.nz-step { background: transparent; border: 0; border-radius: 0; padding: 0; text-align: center; }
.nz-step__symbol { align-items: center; background: var(--nz-lilac); border: 1px solid var(--nz-line); border-radius: 50%; color: var(--nz-violet); display: flex; font-size: 42px; height: 170px; justify-content: center; margin: 0 auto 34px; outline: 1px solid rgba(115,65,166,.18); outline-offset: 10px; width: 170px; }
.nz-step h3 { color: var(--nz-ink); font-family: var(--nz-display); font-size: 29px; font-weight: 400; }
.nz-step p { color: rgba(37,11,53,.68); line-height: 1.65; }

/* Story split */
.nz-story-section { padding: 0; }
.nz-story { gap: 0; grid-template-columns: 1fr 1fr; }
.nz-story__media { align-items: center; background: #d9b8e8; display: flex; justify-content: center; min-height: 680px; overflow: hidden; padding: 70px; position: relative; }
.nz-story__media::before { background: repeating-conic-gradient(from 0deg, rgba(255,255,255,.3) 0deg 1deg, transparent 1deg 10deg); border-radius: 50%; content: ""; height: 570px; position: absolute; width: 570px; }
.nz-story__media img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: 2; }
.nz-story__copy { background: var(--nz-ink-deep); color: #fff; display: flex; flex-direction: column; justify-content: center; min-height: 680px; padding: clamp(60px,8vw,130px); }
.nz-story__copy .nz-eyebrow,
.nz-story__copy h2,
.nz-story__copy p { color: #fff; }
.nz-story__copy h2 { font-family: var(--nz-display); font-size: clamp(50px,5vw,78px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.nz-story__copy h2 em { color: #b57ce8; font-weight: 400; }
.nz-story__copy p { line-height: 1.75; opacity: .82; }
.nz-story-art { background: var(--nz-cream); box-shadow: 18px 24px 40px rgba(65,22,97,.2); color: var(--nz-ink); min-height: 430px; padding: 38px 24px; position: relative; text-align: center; transform: rotate(-4deg); width: min(290px,75%); z-index: 1; }
.nz-story-art i { border: 1px solid rgba(65,22,97,.24); border-radius: 50%; height: 100px; left: 50%; position: absolute; top: 88px; transform: translateX(-50%); width: 100px; }
.nz-story-art i::before { content: "✦"; font-size: 36px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); }
.nz-story-art > div { display: flex; flex-direction: column; height: 100%; }
.nz-story-art small { display: block; font-size: 9px; letter-spacing: .18em; text-align: left; }
.nz-story-art strong { display: block; font-family: var(--nz-display); font-size: 44px; font-weight: 400; line-height: .9; margin-top: 190px; }
.nz-story-art span { color: var(--nz-ink); display: block; font-family: var(--nz-display); font-size: 16px; font-style: italic; margin: 28px 0 0; }

/* Reviews */
.nz-testimonials-section { background: var(--nz-cream); }
.nz-testimonials-section .nz-section-heading { text-align: left; }
.nz-testimonials-section .nz-grid { gap: 18px; }
.nz-testimonial { background: #fff; border: 1px solid var(--nz-line); border-radius: 0; min-height: 300px; padding: 38px; }
.nz-testimonials-section .shopline-block:nth-child(2) .nz-testimonial { background: var(--nz-lilac); }
.nz-testimonial__stars { color: var(--nz-gold); letter-spacing: .12em; }
.nz-testimonial blockquote { color: var(--nz-ink); font-family: var(--nz-display); font-size: 25px; line-height: 1.35; }
.nz-testimonial cite { font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* Journal */
.nz-journal-section { background: var(--nz-paper); }
.nz-journal-section .nz-section-heading { text-align: left; }
.nz-article-grid { gap: 24px; }
.nz-article-card { border-radius: 0; }
.nz-article-card__media { aspect-ratio: 4 / 3; background: var(--nz-lilac); border-radius: 0; }
.nz-article-card__body { padding: 24px 0; }
.nz-article-card h3 { color: var(--nz-ink); font-family: var(--nz-display); font-size: 27px; font-weight: 400; }

/* FAQ */
.nz-faq-section { background: var(--nz-lilac); }
.nz-faq-layout { display: grid; gap: clamp(50px,8vw,130px); grid-template-columns: .65fr 1.35fr; }
.nz-faq-layout .nz-section-heading { margin: 0; text-align: left; }
.nz-faq-layout > .nz-faq { border-top: 1px solid var(--nz-line); padding: 0; }
.nz-faq details { border-bottom: 1px solid var(--nz-line); padding: 24px 0; }
.nz-faq summary { color: var(--nz-ink); font-family: var(--nz-display); font-size: 21px; }

/* Newsletter and footer */
.nz-newsletter-section { background: var(--nz-violet); color: #fff; }
.nz-newsletter { align-items: center; display: grid; gap: 46px; grid-template-columns: 120px 1fr 1.1fr; }
.nz-newsletter__symbol { align-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: flex; font-size: 38px; height: 100px; justify-content: center; width: 100px; }
.nz-newsletter h2 { color: #fff; font-family: var(--nz-display); font-size: clamp(44px,4vw,65px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.nz-newsletter p { color: rgba(255,255,255,.78); }
.nz-newsletter .nz-inline-form { border-bottom: 1px solid rgba(255,255,255,.72); }
.nz-newsletter .nz-field,
.nz-newsletter input { background: transparent; border: 0; color: #fff; min-height: 58px; outline: 0; width: 100%; }
.nz-newsletter .nz-field::placeholder,
.nz-newsletter input::placeholder { color: rgba(255,255,255,.7); text-transform: uppercase; }
.nz-newsletter .nz-button,
.nz-newsletter button { background: transparent; border: 0; box-shadow: none; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .12em; min-width: 120px; text-transform: uppercase; }
.nz-footer { background: var(--nz-ink-deep); color: #fff; padding: 100px 0 30px; }
.nz-footer__top { align-items: start; display: grid; gap: 60px; grid-template-columns: 1.45fr repeat(4,1fr); }
.nz-footer__brand .nz-logo,
.nz-footer__logo { align-items: center; color: #fff; display: flex; font-family: var(--nz-display); font-size: 32px; gap: 18px; letter-spacing: .04em; text-transform: uppercase; }
.nz-footer__logo img { height: 72px; object-fit: contain; width: 72px; }
.nz-footer__brand p { color: rgba(255,255,255,.74); font-family: var(--nz-display); font-size: 22px; line-height: 1.45; max-width: 280px; }
.nz-footer h3 { color: #fff; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.nz-footer a { color: rgba(255,255,255,.78); }
.nz-footer a:hover { color: #fff; }
.nz-footer__menu { display: grid; gap: 18px; }
.nz-socials a { border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; height: 50px; width: 50px; }
.nz-footer__bottom { border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .08em; margin-top: 84px; padding-top: 28px; text-transform: uppercase; }

/* Collection, product, article, content, search and cart pages */
.nz-page-hero { background: var(--nz-lilac); border-bottom: 1px solid var(--nz-line); padding: clamp(72px,8vw,126px) 0; }
.nz-page-hero h1 { font-size: clamp(54px,7vw,94px); }
.nz-page-hero .nz-section-copy { font-family: var(--nz-display); font-size: 21px; }
.nz-toolbar { border-bottom: 1px solid var(--nz-line); border-top: 1px solid var(--nz-line); padding: 18px 0; }
.nz-product-grid { gap: 34px 18px; }
.nz-product-detail { align-items: start; gap: clamp(40px,6vw,90px); grid-template-columns: 1.12fr .88fr; }
.nz-product-gallery { gap: 12px; }
.nz-product-gallery__item,
.nz-product-gallery__placeholder { background: var(--nz-lilac); border-radius: 0; }
.nz-product-info { position: sticky; top: 130px; }
.nz-product-info h1 { font-size: clamp(46px,5vw,72px); }
.nz-product-info__price { color: var(--nz-ink); font-family: var(--nz-display); font-size: 27px; }
.nz-product-meta { border-bottom: 1px solid var(--nz-line); border-top: 1px solid var(--nz-line); padding: 22px 0; }
.nz-product-form .nz-button { width: 100%; }
.nz-article-header { background: var(--nz-lilac); padding: 100px 0 70px; }
.nz-article-header h1 { font-size: clamp(50px,7vw,96px); }
.nz-article-featured { border-radius: 0; }
.nz-rte { color: rgba(37,11,53,.82); font-family: var(--nz-display); font-size: 20px; line-height: 1.8; }
.nz-rte h2, .nz-rte h3 { color: var(--nz-ink); font-family: var(--nz-display); font-weight: 400; }
.nz-rte a { color: var(--nz-violet); }
.nz-contact { gap: 80px; }
.nz-contact__intro h1 { color: var(--nz-ink); font-family: var(--nz-display); font-size: clamp(52px,6vw,82px); font-weight: 400; }
.nz-form { background: var(--nz-paper); border: 1px solid var(--nz-line); border-radius: 0; padding: 36px; }
.nz-cart { gap: 50px; }
.nz-cart-item { border-bottom: 1px solid var(--nz-line); padding: 24px 0; }
.nz-cart-item__media { border-radius: 0; }
.nz-cart-summary { background: var(--nz-lilac); border-radius: 0; padding: 34px; }
.nz-empty { border: 1px solid var(--nz-line); border-radius: 0; }
.nz-search-form { border: 1px solid var(--nz-line); border-radius: 0; }
.nz-quiz { background: var(--nz-paper); border: 1px solid var(--nz-line); border-radius: 0; }
.nz-quiz__option { border-radius: 0; }
.nz-quiz__option:hover { border-color: var(--nz-violet); }
.nz-quiz__progress > span { background: var(--nz-violet); }

@media (max-width: 1180px) {
  .nz-page { width: min(calc(100% - 56px), var(--nz-page,1440px)); }
  .nz-nav { gap: 18px; }
  .nz-nav__item { font-size: 10px; }
  .nz-header-quiz, .nz-quiz-nav { padding: 0 18px; }
  .nz-logo__wordmark, .nz-logo__word { font-size: 23px; }
  .nz-hero--editorial .nz-hero__copy { padding: 70px; }
  .nz-kit-art__book { left: 17%; }
  .nz-kit-art__card { right: 3%; }
  .nz-footer__top { grid-template-columns: 1.3fr repeat(2,1fr); }
  .nz-footer__brand { grid-row: 1 / span 2; }
}

@media (max-width: 980px) {
  .nz-nav, .nz-header-quiz, .nz-quiz-nav, .nz-header-actions .nz-icon-button { display: none; }
  .nz-menu-toggle { display: inline-flex; }
  .nz-header { min-height: 76px; }
  .nz-logo__mark { height: 48px; width: 48px; }
  .nz-logo__mark img { height: 46px; }
  .nz-hero--editorial .nz-hero__grid { grid-template-columns: 1fr; }
  .nz-hero--editorial .nz-hero__copy { min-height: 620px; }
  .nz-hero--editorial .nz-hero__media, .nz-cosmos, .nz-kit-art { min-height: 680px; }
  .nz-intention-grid { grid-template-columns: repeat(2,1fr); }
  .nz-intention-grid > .shopline-block:nth-child(7) { grid-column: 1 / -1; }
  .nz-featured-showcase .nz-product-grid { grid-template-columns: repeat(2,1fr); }
  .nz-quiz-band__inner { grid-template-columns: 90px 1fr; }
  .nz-quiz-band__symbol { height: 82px; width: 82px; }
  .nz-quiz-band .nz-button { grid-column: 2; justify-self: start; }
  .nz-steps { gap: 35px; }
  .nz-step__symbol { height: 130px; width: 130px; }
  .nz-story { grid-template-columns: 1fr; }
  .nz-story__media, .nz-story__copy { min-height: 600px; }
  .nz-newsletter { grid-template-columns: 100px 1fr; }
  .nz-newsletter .nz-inline-form { grid-column: 2; }
  .nz-faq-layout { gap: 50px; grid-template-columns: 1fr; }
  .nz-product-detail { grid-template-columns: 1fr; }
  .nz-product-info { position: static; }
}

@media (max-width: 720px) {
  .nz-page { width: min(calc(100% - 32px), var(--nz-page,1440px)); }
  .nz-section { padding: 68px 0; }
  .nz-announcement { font-size: 9px; letter-spacing: .13em; }
  .nz-logo__wordmark, .nz-logo__word { font-size: 20px; }
  .nz-cart-label { display: none; }
  .nz-hero--editorial .nz-hero__copy { min-height: auto; padding: 78px 24px; }
  .nz-hero--editorial h1 { font-size: clamp(52px,15vw,72px); }
  .nz-hero--editorial .nz-hero__media, .nz-cosmos, .nz-kit-art { min-height: 560px; }
  .nz-kit-art__sun { height: 120px; width: 120px; }
  .nz-kit-art__book { height: 325px; left: 12%; top: 16%; width: 220px; }
  .nz-kit-art__book strong { font-size: 30px; }
  .nz-kit-art__card { height: 230px; padding: 38px 22px; right: 3%; top: 49%; width: 155px; }
  .nz-kit-art__card strong { font-size: 20px; margin-top: 20px; }
  .nz-trust__grid { grid-template-columns: 1fr 1fr; }
  .nz-trust__item { border-bottom: 1px solid var(--nz-line); min-height: 100px; padding: 20px; }
  .nz-intentions-section .nz-section-heading { display: block; }
  .nz-intention-grid { grid-template-columns: 1fr; }
  .nz-intention-grid > .shopline-block:nth-child(7) { grid-column: auto; }
  .nz-intention-card { min-height: 300px; }
  .nz-featured-showcase__head { align-items: start; grid-template-columns: 1fr; }
  .nz-featured-showcase .nz-text-link, .nz-featured-showcase .nz-text-cta { display: inline-flex; }
  .nz-featured-showcase .nz-product-grid { grid-template-columns: 1fr 1fr; }
  .nz-quiz-band__inner { grid-template-columns: 1fr; text-align: center; }
  .nz-quiz-band__symbol { margin: 0 auto; }
  .nz-quiz-band .nz-button { grid-column: 1; justify-self: center; }
  .nz-steps { grid-template-columns: 1fr; gap: 60px; }
  .nz-story__media { min-height: 500px; padding: 45px; }
  .nz-story__copy { min-height: auto; padding: 70px 28px; }
  .nz-testimonials-section .nz-grid { grid-template-columns: 1fr; }
  .nz-article-grid { grid-template-columns: 1fr; }
  .nz-newsletter { grid-template-columns: 1fr; text-align: center; }
  .nz-newsletter__symbol { margin: 0 auto; }
  .nz-newsletter .nz-inline-form { grid-column: 1; }
  .nz-footer { padding-top: 70px; }
  .nz-footer__top { grid-template-columns: 1fr 1fr; }
  .nz-footer__brand { grid-column: 1 / -1; grid-row: auto; }
  .nz-footer__bottom { align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 55px; }
  .nz-contact, .nz-cart { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .nz-featured-showcase .nz-product-grid { grid-template-columns: 1fr; }
  .nz-footer__top { grid-template-columns: 1fr; }
  .nz-intention-card { padding: 28px; }
  .nz-hero--editorial .nz-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .nz-hero--editorial .nz-button { width: 100%; }
}
/* NAILZILLA RITUAL STEPS — FINAL */
.nz-steps-section {
    background: #fcf9f4 !important;
    padding: 82px 0 84px !important;
}

.nz-steps-section .nz-section-heading {
    max-width: 900px;
    margin: 0 auto 72px !important;
    text-align: center !important;
}

.nz-steps-section .nz-section-copy {
    max-width: 720px;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 14px;
    line-height: 1.6;
}

.nz-steps-section .nz-section-copy p {
    text-align: center !important;
}

.nz-steps-section .nz-eyebrow {
    margin-bottom: 20px;
}

.nz-steps-section h2 {
    margin: 0 0 18px !important;
    font-size: clamp(42px, 3.5vw, 54px) !important;
}

.nz-steps {
    max-width: 960px;
    margin: 0 auto !important;
    gap: 80px !important;
}

.nz-step {
    position: relative;
    padding: 0 !important;
    text-align: center !important;
}

.nz-step::before {
    position: absolute !important;
    top: 0;
    left: calc(50% + 45px);
    width: 28px;
    height: 28px;
    margin: 0 !important;
    border: 0 !important;
    background: #7341a6 !important;
    color: #fff !important;
    z-index: 2;
}

.nz-step__symbol {
    width: 110px !important;
    height: 110px !important;
    margin: 0 auto 28px !important;
    font-size: 36px !important;
}

.nz-step h3 {
    margin: 0 0 8px !important;
    font-size: 24px !important;
}

.nz-step p {
    max-width: 330px;
    margin: 0 auto !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

@media (min-width:721px) {
    .nz-step:not(:last-child)::after {
        content: "—  ✦  —";
        position: absolute;
        top: 49px;
        right: -74px;
        color: rgba(115, 65, 166, .42);
        font-size: 11px;
        letter-spacing: 3px;
    }
}

@media (max-width:720px) {
    .nz-steps-section {
        padding: 64px 0 !important;
    }

    .nz-steps-section .nz-section-heading {
        margin-bottom: 52px !important;
    }

    .nz-steps-section h2 {
        font-size: 42px !important;
    }

    .nz-steps {
        max-width: 420px;
        gap: 58px !important;
    }

    .nz-step__symbol {
        width: 96px !important;
        height: 96px !important;
    }

    .nz-step::before {
        left: calc(50% + 39px);
    }
}
.nz-testimonials-section{background:#F7F1E8!important;padding:78px 0 126px!important}.nz-testimonials-section .nz-page{max-width:1600px!important}.nz-testimonials-section .nz-section-heading{max-width:none!important;margin-bottom:54px!important;position:relative}.nz-testimonials-section .nz-section-copy{display:none}.nz-testimonials-section .nz-section-heading:after{content:"★★★★★  4.8 average";position:absolute;right:0;bottom:5px;color:#411661;font:700 11px/1 Arial;letter-spacing:.08em}.nz-testimonials-section .nz-grid{gap:22px!important}.nz-testimonial{min-height:372px!important;padding:44px 45px!important}.nz-testimonial__stars{color:#7341a6!important;font-size:13px}.nz-testimonial blockquote{margin:32px 0!important;font-size:25px!important;line-height:1.45!important}.nz-testimonial footer{align-items:center;display:flex;gap:15px;line-height:1.2}.nz-testimonial footer:before{align-items:center;background:#411661;border-radius:50%;color:#fff;content:"AM";display:flex;font:700 11px Arial;height:46px;justify-content:center;width:46px}.nz-testimonials-section .shopline-block:nth-child(2) footer:before{content:"JR"}.nz-testimonials-section .shopline-block:nth-child(3) footer:before{content:"CS"}
/* .nz-page-hero+.nz-section{padding-top:90px;padding-bottom:110px}.nz-toolbar{text-transform:uppercase;letter-spacing:.12em}.nz-product-card__media{aspect-ratio:4/5}.nz-product-card__cta{text-transform:uppercase;font-size:11px;letter-spacing:.08em} */
/* NailZilla editorial collection page */
.nz-collection-breadcrumb {
    background: var(--nz-paper);
    border-bottom: 1px solid var(--nz-line);
}

.nz-collection-breadcrumb .nz-page {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 52px;
    color: rgba(65, 22, 97, .58);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nz-collection-breadcrumb a {
    color: inherit;
}

.nz-collection-hero.nz-page-hero {
    overflow: hidden;
    padding: 0;
    background: var(--collection-bg);
    text-align: left;
}

.nz-collection-hero__inner {
    display: grid;
    grid-template-columns: 1fr 340px;
    align-items: center;
    gap: 60px;
    min-height: 395px;
}

.nz-collection-hero__copy {
    max-width: 760px;
}

.nz-collection-hero h1 {
    margin: 16px 0 20px;
    color: var(--nz-ink);
    font-family: var(--nz-display);
    font-size: clamp(54px, 6vw, 84px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .98;
}

.nz-collection-description {
    max-width: 650px;
    margin: 0;
    color: rgba(65, 22, 97, .72);
    font-size: 15px;
    line-height: 1.7;
}

.nz-collection-description p {
    margin: 0;
}

.nz-collection-explore {
    display: inline-flex;
    gap: 9px;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    color: var(--nz-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nz-collection-hero__symbol {
    position: relative;
    display: grid;
    place-items: center;
    width: 250px;
    height: 250px;
    margin-left: auto;
    border: 1px solid rgba(65, 22, 97, .2);
    border-radius: 50%;
    color: var(--nz-ink);
}

.nz-collection-hero__symbol::before,
.nz-collection-hero__symbol::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(65, 22, 97, .12);
    border-radius: 50%;
}

.nz-collection-hero__symbol::before {
    inset: 13px;
}

.nz-collection-hero__symbol::after {
    inset: 27px;
}

.nz-collection-hero__symbol strong {
    position: relative;
    z-index: 2;
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
}

.nz-collection-products {
    padding-top: 88px;
    padding-bottom: 115px;
}

.nz-collection-products .nz-toolbar {
    margin-bottom: 28px;
}

.nz-collection-products .nz-toolbar p {
    color: var(--nz-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

/* Product card additions */
.nz-product-card {
    position: relative;
}

.nz-wishlist {
    position: absolute;
    z-index: 4;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(65, 22, 97, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: var(--nz-violet);
    cursor: pointer;
}

.nz-wishlist svg {
    width: 19px;
    height: 19px;
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.7;
}

.nz-wishlist.is-active svg {
    fill: currentColor;
}

.nz-product-card__rating {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 8px 0 13px;
}

.nz-product-card__rating>span {
    color: var(--nz-violet);
    font-size: 10px;
    letter-spacing: .1em;
}

.nz-product-card__rating small {
    color: rgba(65, 22, 97, .62);
    font-size: 9px;
}

.nz-product-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 13px;
    border-top: 1px solid var(--nz-line);
}

.nz-card-form form {
    margin: 0;
}

.nz-card-form button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--nz-ink);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
}

.nz-card-form button span {
    padding-left: 7px;
    font-size: 14px;
}

.nz-card-form button:disabled {
    cursor: default;
    opacity: .45;
}

/* Collection practice */
.nz-collection-checkin {
    display: grid;
    grid-template-columns: 44.5% 55.5%;
    min-height: 560px;
    background: var(--checkin-right);
    color: #fff;
}

.nz-collection-checkin__symbol {
    display: grid;
    place-items: center;
    background: var(--checkin-left);
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.nz-collection-checkin__symbol svg {
    width: 180px;
    height: 180px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nz-collection-checkin__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px clamp(50px, 7vw, 130px);
}

.nz-collection-checkin__eyebrow {
    margin: 0 0 15px;
    color: #fff;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.nz-collection-checkin h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-family: var(--nz-display);
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.2;
}

.nz-collection-checkin ol {
    max-width: 760px;
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
}

.nz-collection-checkin li {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.nz-collection-checkin li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nz-collection-checkin li strong {
    font-size: 10px;
    letter-spacing: .12em;
}

.nz-collection-checkin li span {
    font-size: 16px;
}

@media (max-width: 749px) {
    .nz-collection-hero__inner {
        grid-template-columns: 1fr;
        gap: 35px;
        min-height: 0;
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .nz-collection-hero__symbol {
        width: 160px;
        height: 160px;
        margin: 0;
    }

    .nz-collection-hero__symbol strong {
        font-size: 64px;
    }

    .nz-collection-products {
        padding-top: 55px;
        padding-bottom: 75px;
    }

    .nz-product-card__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .nz-collection-checkin {
        grid-template-columns: 1fr;
    }

    .nz-collection-checkin__symbol {
        min-height: 300px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .nz-collection-checkin__symbol svg {
        width: 130px;
        height: 130px;
    }

    .nz-collection-checkin__content {
        padding: 55px 24px 65px;
    }

    .nz-collection-checkin h2 {
        font-size: 40px;
    }

    .nz-collection-checkin ol {
        margin-top: 35px;
    }
}
/* Collection editorial hero */
.nz-collection-hero {
    align-items: center;
    background: var(--nz-collection-bg, #efdce5);
    border-bottom: 1px solid rgba(65, 22, 97, .12);
    display: flex;
    min-height: 510px;
}

.nz-collection-hero>.nz-page {
    width: min(calc(100% - 160px), 1540px);
}

.nz-collection-hero__grid {
    align-items: center;
    display: grid;
    gap: 100px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.nz-collection-hero__content {
    min-width: 0;
}

.nz-collection-hero .nz-eyebrow {
    color: #411661;
    margin: 0 0 28px;
}

.nz-collection-hero h1 {
    color: #411661;
    font-family: var(--nz-display);
    font-size: clamp(72px, 5.6vw, 104px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .94;
    margin: 0 0 30px;
    white-space: nowrap;
}

.nz-collection-hero__copy {
    color: rgba(65, 22, 97, .76);
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 22px;
    max-width: 780px;
}

.nz-collection-hero__copy p {
    margin: 0;
}

.nz-collection-hero__link {
    border-bottom: 1px solid #411661;
    color: #411661;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 12px;
    letter-spacing: .13em;
    padding-bottom: 9px;
    text-transform: uppercase;
}

.nz-collection-hero__orbit {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(65, 22, 97, .24);
    border-radius: 50%;
    display: flex;
    height: 336px;
    justify-content: center;
    justify-self: end;
    position: relative;
    width: 336px;
}

.nz-collection-hero__orbit::before {
    border: 1px dashed rgba(65, 22, 97, .18);
    border-radius: 50%;
    content: "";
    inset: 18px;
    position: absolute;
    z-index: 1;
}

.nz-collection-hero__orbit::after {
    background: rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
    inset: 38px;
    position: absolute;
}

.nz-collection-hero__orbit span {
    color: #411661;
    font-family: Arial, sans-serif;
    font-size: 118px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    transform: translateY(-5px);
    z-index: 2;
}

@media(max-width:900px) {
    .nz-collection-hero {
        min-height: auto;
        padding: 64px 0;
    }

    .nz-collection-hero>.nz-page {
        width: calc(100% - 40px);
    }

    .nz-collection-hero__grid {
        gap: 50px;
        grid-template-columns: 1fr;
    }

    .nz-collection-hero h1 {
        font-size: clamp(52px, 13vw, 76px);
        white-space: normal;
    }

    .nz-collection-hero__orbit {
        height: 230px;
        justify-self: center;
        width: 230px;
    }

    .nz-collection-hero__orbit span {
        font-size: 82px;
    }
}

/* Product page — editorial ritual layout */
.nz-product-main {
    background: var(--nz-paper);
}

.nz-product-main.nz-section {
    padding: clamp(54px, 6vw, 92px) 0 clamp(70px, 8vw, 118px);
}

.nz-product-detail--editorial {
    align-items: start;
    gap: clamp(44px, 7vw, 108px);
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .82fr);
    max-width: 1320px;
}

.nz-product-media {
    min-width: 0;
}

.nz-product-media__stage {
    aspect-ratio: 4 / 5;
    background: var(--nz-lilac);
    overflow: hidden;
    position: relative;
}

.nz-product-media__stage>img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: opacity .18s ease;
    width: 100%;
}

.nz-product-media__stage>img.is-changing {
    opacity: .35;
}

.nz-product-media__count {
    align-items: center;
    background: #fff;
    border: 2px solid var(--nz-violet);
    border-radius: 50%;
    color: var(--nz-ink);
    display: flex;
    font-size: 11px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 30px;
}

.nz-product-media__thumbs {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

.nz-product-media__thumb {
    aspect-ratio: 4 / 5;
    background: var(--nz-lilac);
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
}

.nz-product-media__thumb:nth-child(n+4) {
    display: none;
}

.nz-product-media__thumb.is-active {
    border-color: var(--nz-violet);
}

.nz-product-media__thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.nz-product-info--editorial {
    padding-top: 28px;
    position: sticky;
    top: 118px;
}

.nz-product-info__eyebrow {
    color: var(--nz-violet);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.nz-product-info--editorial h1 {
    font-size: clamp(48px, 5vw, 72px);
    line-height: .94;
    margin: 0 0 16px;
}

.nz-product-rating {
    align-items: center;
    color: var(--nz-gold);
    display: flex;
    font-size: 13px;
    gap: 10px;
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.nz-product-rating small {
    color: rgba(37, 11, 53, .58);
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nz-product-info--editorial .nz-product-info__price {
    font-size: 28px;
    margin-bottom: 10px;
}

.nz-product-info__price s {
    color: rgba(37, 11, 53, .45);
    font-size: .72em;
    margin-left: 8px;
}

.nz-product-info--editorial .nz-product-info__description {
    color: rgba(37, 11, 53, .67);
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 26px;
}

.nz-product-info--editorial .nz-product-info__description p:last-child {
    margin-bottom: 0;
}

.nz-product-info--editorial .nz-product-form {
    gap: 16px;
    margin-top: 0;
}

.nz-variant-picker {
    border: 0;
    margin: 0;
    padding: 0;
}

.nz-variant-picker legend {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.nz-variant-picker__options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nz-variant-pill {
    background: transparent;
    border: 1px solid var(--nz-line);
    color: var(--nz-ink-deep);
    cursor: pointer;
    min-height: 48px;
    padding: 10px 16px;
}

.nz-variant-pill:hover,
.nz-variant-pill.is-active {
    border-color: var(--nz-violet);
    box-shadow: inset 0 0 0 1px var(--nz-violet);
}

.nz-variant-pill:disabled {
    cursor: not-allowed;
    opacity: .38;
}

.nz-quantity-field {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 2px;
}

.nz-quantity-field > label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nz-quantity-stepper {
    border: 1px solid var(--nz-line);
    display: grid;
    grid-template-columns: 44px 56px 44px;
    height: 48px;
}

.nz-quantity-stepper button {
    background: transparent;
    border: 0;
    color: var(--nz-ink-deep);
    cursor: pointer;
    font-size: 20px;
}

.nz-quantity-stepper input {
    appearance: textfield;
    background: transparent;
    border: 0;
    border-left: 1px solid var(--nz-line);
    border-right: 1px solid var(--nz-line);
    color: var(--nz-ink-deep);
    font-weight: 700;
    min-width: 0;
    text-align: center;
    width: 100%;
}

.nz-quantity-stepper input::-webkit-inner-spin-button,
.nz-quantity-stepper input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

.nz-product-form__submit {
    align-items: center;
    box-shadow: none;
    display: flex;
    justify-content: center;
    margin-top: 2px;
    min-height: 62px;
    width: 100%;
}

.nz-product-form__submit [data-submit-label] {
    margin-right: auto;
}

.nz-product-form__submit [data-submit-price] {
    margin-left: 12px;
}

.nz-product-form__dynamic {
    margin-top: 0;
    width: 100%;
}

.nz-product-form__dynamic > * {
    width: 100%;
}

.nz-product-form__dynamic button {
    border-radius: 0 !important;
    min-height: 58px !important;
    width: 100% !important;
}

.nz-product-promises {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 32px 0 26px;
    padding: 0;
}

.nz-product-promises li {
    align-items: center;
    color: rgba(37, 11, 53, .78);
    display: flex;
    font-size: 12px;
    gap: 10px;
}

.nz-product-promises li span {
    color: var(--nz-violet);
    width: 14px;
}

.nz-product-info--editorial .nz-product-meta {
    border-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.nz-product-info--editorial .nz-product-meta summary {
    padding: 20px 0;
}

.nz-product-info--editorial .nz-product-meta details[open] summary span {
    transform: rotate(45deg);
}

.nz-product-info--editorial .nz-product-meta summary span {
    transition: transform .18s ease;
}

.nz-related-products {
    background: var(--nz-cream);
}

.nz-related-products .nz-section-heading {
    max-width: 760px;
}

.nz-related-products .nz-section-heading h2 {
    font-size: clamp(48px, 5vw, 70px);
}

.nz-related-products .nz-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media(max-width: 960px) {
    .nz-product-detail--editorial {
        grid-template-columns: 1fr;
    }

    .nz-product-info--editorial {
        padding-top: 0;
        position: static;
    }
}

@media(max-width: 680px) {
    .nz-product-main.nz-section {
        padding-top: 28px;
    }

    .nz-product-detail--editorial {
        width: calc(100% - 32px);
    }

    .nz-product-media__thumbs {
        gap: 8px;
    }

    .nz-product-info--editorial h1 {
        font-size: clamp(44px, 14vw, 60px);
    }

    .nz-quantity-field {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .nz-quantity-stepper {
        grid-template-columns: 48px minmax(64px, 1fr) 48px;
        width: 100%;
    }

    .nz-related-products .nz-product-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile system — keeps the desktop composition intact while removing
   fixed desktop dimensions saved in section custom CSS. */
@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body .nz-page {
        width: calc(100% - 32px) !important;
    }

    body .nz-section {
        padding: 56px 0;
    }

    body .nz-section-heading {
        margin-bottom: 34px;
    }

    body .nz-section-heading h2,
    body .nz-journal-section h2,
    body .nz-faq-section h2 {
        font-size: clamp(38px, 11vw, 50px) !important;
        line-height: 1.02 !important;
        white-space: normal !important;
    }

    body .nz-section-copy {
        font-size: 15px;
        line-height: 1.6;
    }

    body .nz-eyebrow {
        gap: 10px;
        font-size: 9px;
        letter-spacing: .16em;
        margin-bottom: 16px;
    }

    body .nz-eyebrow::before {
        width: 28px;
    }

    /* Header and off-canvas navigation */
    body .nz-announcement {
        font-size: 8px;
        line-height: 1.4;
        min-height: 32px;
        padding: 8px 12px;
    }

    body .nz-header {
        gap: 8px;
        min-height: 68px;
    }

    body .nz-logo--editorial {
        gap: 8px;
        min-width: 0;
    }

    body .nz-logo__mark,
    body .nz-logo__mark img {
        height: 40px !important;
        max-width: 40px !important;
        width: 40px !important;
    }

    body .nz-logo__word {
        font-size: clamp(17px, 5vw, 21px);
        white-space: nowrap;
    }

    body .nz-header-actions {
        gap: 2px;
    }

    body .nz-cart-link {
        gap: 4px;
        padding: 0 3px;
    }

    body .nz-cart-link svg {
        height: 22px;
        width: 22px;
    }

    body .nz-cart-label {
        display: none;
    }

    body .nz-menu-toggle {
        height: 38px;
        width: 38px;
    }

    body .nz-mobile-panel {
        bottom: 0 !important;
        inset: auto 0 0 !important;
        overflow-y: auto;
        padding: 34px 20px 32px !important;
        top: 68px !important;
        z-index: 49 !important;
    }

    body .nz-mobile-nav {
        display: grid;
        gap: 0;
    }

    body .nz-mobile-nav > a,
    body .nz-mobile-nav__group > summary {
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,.17);
        color: #fff;
        display: flex;
        font-family: var(--nz-display);
        font-size: 20px;
        justify-content: space-between;
        list-style: none;
        padding: 15px 2px;
    }

    body .nz-mobile-nav__group > summary::-webkit-details-marker {
        display: none;
    }

    body .nz-mobile-nav__group > summary span {
        font-family: Arial, sans-serif;
        font-size: 18px;
        transition: transform .18s ease;
    }

    body .nz-mobile-nav__group[open] > summary span {
        transform: rotate(45deg);
    }

    body .nz-mobile-nav__children {
        display: grid;
        padding: 5px 0 12px 14px;
    }

    body .nz-mobile-nav__children a {
        border-bottom: 1px solid rgba(255,255,255,.1);
        color: rgba(255,255,255,.8);
        font-family: var(--nz-body);
        font-size: 13px;
        padding: 11px 0;
    }

    body .nz-mobile-nav > .nz-button {
        justify-content: center;
        margin-top: 22px;
        width: 100%;
    }

    /* Home hero: section-level custom CSS previously forced two columns. */
    body .nz-hero--editorial .nz-hero__grid {
        display: grid !important;
        gap: 0 !important;
        grid-template-columns: minmax(0, 1fr) !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    body .nz-hero--editorial .nz-hero__copy {
        align-items: flex-start !important;
        min-height: 0 !important;
        padding: 52px 20px !important;
        text-align: left !important;
    }

    body .nz-hero--editorial h1 {
        font-size: clamp(42px, 13vw, 58px) !important;
        line-height: .98 !important;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    body .nz-hero--editorial .nz-hero__body {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    body .nz-hero--editorial .nz-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        margin-top: 28px;
        width: 100%;
    }

    body .nz-hero--editorial .nz-button {
        width: 100%;
    }

    body .nz-hero--editorial .nz-text-cta {
        justify-content: center;
        padding: 8px;
    }

    body .nz-hero--editorial .nz-hero__media {
        aspect-ratio: 4 / 5 !important;
        min-height: 0 !important;
        width: 100% !important;
    }

    body .nz-hero--editorial .nz-hero__media > img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        width: 100% !important;
    }

    body .nz-cosmos,
    body .nz-kit-art {
        height: 100% !important;
        min-height: 0 !important;
    }

    body .nz-kit-art__book {
        height: 260px;
        width: min(48vw, 190px);
    }

    body .nz-kit-art__card {
        height: 190px;
        width: min(36vw, 140px);
    }

    /* Trust strip and intention cards */
    body .nz-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .nz-trust__item {
        gap: 8px;
        min-height: 82px;
        padding: 14px 9px;
    }

    body .nz-trust__item strong {
        font-size: 8px;
        letter-spacing: .1em;
        line-height: 1.45;
    }

    body .nz-intentions-section .nz-section-heading {
        display: block !important;
        text-align: left !important;
    }

    body .nz-intentions-section .nz-section-copy {
        margin-top: 18px;
    }

    body .nz-intention-grid {
        grid-template-columns: 1fr !important;
    }

    body .nz-intention-card {
        min-height: 230px !important;
        padding: 26px 22px !important;
    }

    body .nz-intention-card__number {
        margin-bottom: 26px;
    }

    body .nz-intention-card__glyph {
        font-size: 44px;
        margin-bottom: 18px;
    }

    body .nz-intention-card h3,
    body .nz-intention-card strong {
        font-size: 28px !important;
    }

    body .nz-intention-card__arrow {
        bottom: 22px;
    }

    /* Product cards: compact two-column collections and swipeable showcases. */
    body .nz-collection-products .nz-product-grid,
    body .nz-main-collection .nz-product-grid {
        gap: 24px 12px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body .nz-product-card__body {
        padding-top: 13px;
    }

    body .nz-product-card h3 {
        font-size: 18px;
        line-height: 1.16;
    }

    body .nz-product-card__media {
        aspect-ratio: 4 / 5 !important;
    }

    body .nz-product-card__media img {
        object-fit: cover;
    }

    body .nz-product-card .nz-kicker,
    body .nz-product-card .nz-text-link {
        font-size: 8px;
    }

    body .nz-featured-showcase__head {
        display: block;
        margin-bottom: 32px;
    }

    body .nz-featured-showcase__head > :last-child {
        margin-top: 18px;
    }

    body .nz-featured-showcase .nz-product-grid,
    body .nz-related-products .nz-product-grid {
        display: grid !important;
        gap: 16px !important;
        grid-auto-columns: min(78vw, 310px);
        grid-auto-flow: column;
        grid-template-columns: none !important;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding-bottom: 14px;
        scroll-snap-type: inline mandatory;
        scrollbar-width: thin;
    }

    body .nz-featured-showcase .nz-product-card,
    body .nz-related-products .nz-product-card {
        scroll-snap-align: start;
    }

    /* Quiz callout */
    body .nz-quiz-band {
        padding: 44px 0 !important;
    }

    body .nz-quiz-band__inner {
        align-items: start;
        gap: 20px;
        grid-template-columns: 1fr !important;
    }

    body .nz-quiz-band__symbol {
        font-size: 34px;
        height: 72px;
        width: 72px;
    }

    body .nz-quiz-band h2 {
        font-size: 38px !important;
    }

    body .nz-quiz-band .nz-button {
        width: 100%;
    }

    /* Three ritual steps */
    body .nz-steps-section {
        padding: 56px 0 64px !important;
    }

    body .nz-steps-section .nz-section-heading {
        margin-bottom: 38px !important;
    }

    body .nz-steps {
        gap: 42px !important;
        grid-template-columns: 1fr !important;
    }

    body .nz-step__symbol {
        height: 92px !important;
        width: 92px !important;
    }

    /* Brand story image and copy */
    body .nz-story {
        gap: 0 !important;
        grid-template-columns: 1fr !important;
        margin: 0 !important;
    }

    body .nz-story__media {
        aspect-ratio: 7 / 8 !important;
        min-height: 0 !important;
        order: 0 !important;
        padding: 0 !important;
    }

    body .nz-story__media img {
        object-fit: cover;
        object-position: center;
    }

    body .nz-story__copy {
        min-height: 0 !important;
        order: 1 !important;
        padding: 48px 20px !important;
    }

    body .nz-story__copy h2 {
        font-size: 42px !important;
        line-height: 1 !important;
    }

    body .nz-story-art {
        min-height: 360px;
        width: min(250px, 78%);
    }

    /* Testimonials */
    body .nz-testimonials-section {
        padding: 56px 0 64px !important;
    }

    body .nz-testimonials-section .nz-section-heading {
        margin-bottom: 28px !important;
        padding-bottom: 24px !important;
    }

    body .nz-testimonials-section .nz-section-heading::after {
        display: block !important;
        margin-top: 18px !important;
        position: static !important;
    }

    body .nz-testimonials-section .nz-grid {
        gap: 14px !important;
        grid-template-columns: 1fr !important;
    }

    body .nz-testimonials-section .nz-testimonial {
        min-height: 0 !important;
        padding: 28px 24px !important;
    }

    body .nz-testimonials-section .nz-testimonial blockquote {
        font-size: 21px !important;
        margin: 22px 0 28px !important;
    }

    /* Journal */
    body .nz-journal-section {
        padding: 56px 0 64px !important;
    }

    body .nz-journal-section .nz-section-heading {
        margin-bottom: 32px !important;
    }

    body .nz-journal-section .nz-actions {
        margin-top: 22px !important;
        position: static !important;
    }

    body .nz-article-grid {
        gap: 30px;
        grid-template-columns: 1fr !important;
    }

    body .nz-article-card__media {
        aspect-ratio: 4 / 3;
    }

    /* FAQ */
    body .nz-faq-section {
        min-height: 0 !important;
        padding: 56px 0 64px !important;
    }

    body .nz-faq-layout {
        gap: 34px !important;
        grid-template-columns: 1fr !important;
    }

    body .nz-faq-section .nz-section-heading {
        margin-bottom: 0 !important;
    }

    body .nz-faq details {
        padding: 0 !important;
    }

    body .nz-faq summary {
        font-size: 19px !important;
        line-height: 1.3;
        padding: 20px 2px !important;
    }

    body .nz-faq__answer {
        padding: 0 2px 20px !important;
    }

    /* Newsletter: override fixed 1600px/295px section settings on phones. */
    body .nz-newsletter-section {
        padding: 0 !important;
    }

    body .nz-newsletter-section .nz-newsletter {
        gap: 20px !important;
        grid-template-columns: 1fr !important;
        height: auto !important;
        max-width: none !important;
        min-height: 0 !important;
        padding: 48px 0 !important;
        text-align: left !important;
    }

    body .nz-newsletter__symbol {
        font-size: 28px !important;
        height: 56px !important;
        margin: 0 !important;
        width: 56px !important;
    }

    body .nz-newsletter h2 {
        font-size: 40px !important;
        line-height: 1 !important;
        white-space: normal !important;
    }

    body .nz-newsletter__copy > p:last-child {
        white-space: normal !important;
    }

    body .nz-newsletter .nz-inline-form {
        display: flex !important;
        grid-column: auto !important;
        width: 100% !important;
    }

    body .nz-newsletter .nz-field,
    body .nz-newsletter input {
        min-width: 0 !important;
    }

    body .nz-newsletter .nz-button,
    body .nz-newsletter button {
        min-width: 96px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: auto !important;
    }

    /* Footer: brand first, then two compact menu columns. */
    body .nz-footer {
        padding: 56px 0 24px !important;
    }

    body .nz-footer__top {
        gap: 34px 24px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding-bottom: 40px !important;
    }

    body .nz-footer__brand {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
    }

    body .nz-footer__logo {
        font-size: 24px !important;
        gap: 12px !important;
    }

    body .nz-footer__logo img {
        height: 46px !important;
        width: 46px !important;
    }

    body .nz-footer__brand p {
        font-size: 17px !important;
        margin: 22px 0 20px !important;
    }

    body .nz-footer__menu,
    body .nz-footer nav {
        font-size: 13px !important;
        gap: 12px !important;
    }

    body .nz-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-top: 36px !important;
    }

    /* Collection pages */
    body .nz-breadcrumb,
    body .nz-collection-breadcrumb .nz-page {
        overflow-x: auto;
        white-space: nowrap;
    }

    body .nz-collection-hero {
        min-height: 0 !important;
        padding: 0 !important;
    }

    body .nz-collection-hero > .nz-page {
        width: calc(100% - 32px) !important;
    }

    body .nz-collection-hero__grid {
        gap: 30px !important;
        grid-template-columns: 1fr !important;
        padding: 48px 0 !important;
    }

    body .nz-collection-hero h1 {
        font-size: clamp(42px, 12vw, 56px) !important;
        overflow-wrap: anywhere;
        white-space: normal !important;
    }

    body .nz-collection-hero__orbit {
        height: 170px !important;
        justify-self: center;
        width: 170px !important;
    }

    body .nz-collection-hero__orbit span {
        font-size: 62px !important;
    }

    body .nz-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    body .nz-collection-checkin {
        grid-template-columns: 1fr !important;
    }

    body .nz-collection-checkin__symbol {
        min-height: 220px !important;
    }

    body .nz-collection-checkin__symbol svg {
        height: 100px !important;
        width: 100px !important;
    }

    body .nz-collection-checkin__content {
        min-height: 0 !important;
        padding: 44px 20px !important;
    }

    body .nz-collection-checkin h2 {
        font-size: 38px !important;
    }

    body .nz-collection-checkin ol {
        margin-top: 30px !important;
    }

    /* Product page */
    body .nz-product-main.nz-section {
        padding: 28px 0 56px !important;
    }

    body .nz-product-detail--editorial {
        gap: 38px !important;
        grid-template-columns: 1fr !important;
        width: calc(100% - 32px) !important;
    }

    body .nz-product-media__stage {
        aspect-ratio: 1 / 1 !important;
        min-height: 0 !important;
    }

    body .nz-product-media__stage img {
        height: 100% !important;
        object-fit: contain !important;
        width: 100% !important;
    }

    body .nz-product-media__thumbs {
        display: grid;
        gap: 8px;
        grid-auto-columns: 84px;
        grid-auto-flow: column;
        grid-template-columns: none !important;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    body .nz-product-media__thumb {
        aspect-ratio: 1 / 1 !important;
    }

    body .nz-product-media__thumb:nth-child(n+4) {
        display: block;
    }

    body .nz-product-info--editorial h1 {
        font-size: clamp(40px, 12vw, 54px) !important;
        line-height: .98 !important;
        overflow-wrap: anywhere;
    }

    body .nz-product-form,
    body .nz-product-actions {
        width: 100%;
    }

    body .nz-product-form .nz-button,
    body .nz-product-actions .nz-button,
    body .nz-payment-button,
    body .shopline-payment-button,
    body .nz-product-form__dynamic,
    body .nz-product-form__dynamic > * {
        width: 100% !important;
    }

    body .nz-quantity-field {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    body .nz-quantity-stepper {
        width: 100% !important;
    }

    body .nz-related-products {
        padding: 56px 0 64px !important;
    }

    /* General content pages */
    body .nz-page-hero {
        padding: 52px 0 44px !important;
    }

    body .nz-page-hero h1,
    body .nz-article-header h1 {
        font-size: clamp(42px, 12vw, 56px) !important;
        overflow-wrap: anywhere;
    }

    body .nz-article-header {
        padding: 54px 16px 42px !important;
    }

    body .nz-article-featured {
        margin-bottom: 34px;
    }

    body .nz-article-featured img {
        max-height: 70vh;
        object-fit: contain;
    }

    body .nz-contact,
    body .nz-cart,
    body .nz-form__row {
        grid-template-columns: 1fr !important;
    }

    body .nz-inline-form,
    body .nz-search-form {
        max-width: 100%;
    }
}

@media (max-width: 380px) {
    body .nz-logo__word {
        font-size: 16px;
    }

    body .nz-cart-count {
        display: none;
    }

    body .nz-footer__top {
        grid-template-columns: 1fr !important;
    }

    body .nz-footer__brand {
        grid-column: auto !important;
    }
}

/* Mobile reference composition 2.3
   Header, two-column menu, stacked hero and compact footer. */
@media (max-width: 767px) {
    body .nz-announcement {
        min-height: 38px;
        padding: 10px 16px;
        text-align: center;
    }

    body .nz-header-shell {
        background: #411661;
        position: sticky;
    }

    body .nz-header {
        min-height: 82px;
        width: calc(100% - 40px) !important;
    }

    body .nz-logo--editorial {
        gap: 11px;
    }

    body .nz-logo__mark,
    body .nz-logo__mark img {
        height: 50px !important;
        max-width: 52px !important;
        width: 52px !important;
    }

    body .nz-logo__word {
        font-size: clamp(21px, 6.3vw, 27px) !important;
        letter-spacing: .035em;
    }

    body .nz-header-actions {
        align-items: center;
        display: flex !important;
        gap: 14px;
        margin-left: auto;
    }

    body .nz-header-actions .nz-menu-toggle {
        display: inline-flex !important;
        height: 42px;
        order: 1;
        padding: 6px;
        width: 42px;
    }

    body .nz-menu-toggle svg {
        height: 30px;
        width: 30px;
    }

    body .nz-cart-link {
        align-items: center;
        display: inline-flex !important;
        gap: 7px;
        order: 2;
        padding: 0 !important;
    }

    body .nz-cart-link svg {
        display: none;
    }

    body .nz-cart-label {
        display: inline !important;
        font-size: 14px;
        font-weight: 500;
    }

    body .nz-cart-count {
        align-items: center;
        display: inline-flex !important;
        height: 28px;
        justify-content: center;
        min-width: 28px;
        padding: 0 7px;
    }

    body .nz-mobile-panel {
        background: #250b35 !important;
        bottom: auto !important;
        display: none !important;
        height: calc(100vh - 82px);
        inset: auto 0 auto 0 !important;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 !important;
        pointer-events: none !important;
        position: absolute !important;
        top: 100% !important;
        transform: translateX(100%);
        visibility: hidden !important;
        z-index: 70 !important;
    }

    body .nz-mobile-panel.is-open {
        display: block !important;
        pointer-events: auto !important;
        transform: translateX(0);
        visibility: visible !important;
    }

    body .nz-mobile-menu-grid {
        display: grid;
        gap: 52px 34px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 56px 36px 72px;
    }

    body .nz-mobile-menu-group {
        min-width: 0;
    }

    body .nz-mobile-menu-group h2 {
        color: #d9b9f1;
        font-family: var(--nz-sans);
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .16em;
        margin: 0 0 28px;
        text-transform: uppercase;
    }

    body .nz-mobile-menu-group a {
        border: 0 !important;
        color: #fff;
        display: block;
        font-family: var(--nz-sans);
        font-size: 15px;
        line-height: 1.35;
        margin: 0 0 20px;
        padding: 0 !important;
    }

    body .nz-hero--editorial .nz-hero__grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        grid-template-columns: none !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    body .nz-hero--editorial .nz-hero__copy {
        align-items: flex-start !important;
        min-height: 0 !important;
        order: 1;
        padding: 62px 30px 70px !important;
        text-align: left !important;
        width: 100%;
    }

    body .nz-hero--editorial .nz-eyebrow {
        font-size: 10px;
        letter-spacing: .18em;
        margin-bottom: 28px;
    }

    body .nz-hero--editorial h1 {
        font-size: clamp(46px, 11.6vw, 66px) !important;
        letter-spacing: -.05em;
        line-height: .98 !important;
        max-width: 520px;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    body .nz-hero--editorial .nz-hero__body {
        font-size: 16px !important;
        line-height: 1.55 !important;
        margin-top: 28px;
        max-width: 500px;
    }

    body .nz-hero--editorial .nz-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
        margin-top: 36px;
        width: 100%;
    }

    body .nz-hero--editorial .nz-button {
        justify-content: space-between;
        max-width: 370px;
        min-height: 72px;
        padding: 0 28px !important;
        width: 100%;
    }

    body .nz-hero--editorial .nz-text-cta {
        border-bottom: 1px solid #411661;
        justify-content: space-between;
        padding: 0 0 9px;
        width: 228px;
    }

    body .nz-hero--editorial .nz-hero__note {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 42px;
        max-width: 250px;
    }

    body .nz-hero--editorial .nz-hero__media {
        aspect-ratio: 4 / 5 !important;
        min-height: 0 !important;
        order: 2;
        overflow: hidden;
        width: 100% !important;
    }

    body .nz-hero--editorial .nz-hero__media > img {
        display: block;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        width: 100% !important;
    }

    body .nz-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body .nz-trust__item {
        min-height: 104px;
        padding: 18px 12px;
    }

    body .nz-intentions-section {
        padding-top: 74px !important;
    }

    body .nz-footer__top {
        gap: 48px 28px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body .nz-footer__brand {
        grid-column: 1 / -1 !important;
    }

    body .nz-footer__menu h3 {
        color: #d9b9f1;
        font-size: 11px;
        letter-spacing: .16em;
        margin-bottom: 24px;
    }

    body .nz-footer__menu nav {
        gap: 18px !important;
    }
}

@media (max-width: 380px) {
    body .nz-header {
        width: calc(100% - 28px) !important;
    }

    body .nz-logo__mark,
    body .nz-logo__mark img {
        height: 44px !important;
        width: 46px !important;
    }

    body .nz-logo__word {
        font-size: 20px !important;
    }

    body .nz-header-actions {
        gap: 8px;
    }

    body .nz-mobile-menu-grid {
        gap: 44px 24px;
        padding: 46px 28px 64px;
    }

    body .nz-mobile-menu-group a {
        font-size: 14px;
    }

    body .nz-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body .nz-footer__brand {
        grid-column: 1 / -1 !important;
    }
}
