/*
Theme Name: Night Dunes
Theme URI: https://nightdunes.com
Description: Standalone editorial theme for Night Dunes. Built directly from the approved Claude Design export — every rule below is transcribed verbatim from the ten exported page files, merged and de-duplicated programmatically. Desktop plus the designer's own responsive rules down to 320px.
Author: Night Dunes
Version: 2.3.5
Text Domain: nightdunes
*/

/* =========================================================================
   SOURCE OF TRUTH
   This stylesheet is the union of the CSS in:
     home · collection · product · ritual · journal
     article · cart · account · contact · cookie-policy
   from references/design/*.html, merged by script rather than by hand so
   nothing is retyped and nothing drifts from the design.

   Order: base rules in page order, then all media queries sorted widest to
   narrowest so narrower breakpoints correctly override wider ones.

   To change the design, change it in Claude Design, re-export, and re-merge.
   Editing rules here by hand will be lost on the next merge.
   ========================================================================= */


/* ============================ from home.html ============================ */
@keyframes nd-shoot {
  0%   { transform: translate3d(0,0,0) rotate(18deg); opacity: 0 }
  8%   { opacity: 1 }
  70%  { opacity: 1 }
  100% { transform: translate3d(320px,105px,0) rotate(18deg); opacity: 0 }
}
@keyframes nd-twinkle { 0%, 100% { opacity: .35 } 50% { opacity: .9 } }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("assets/fonts/montserrat-v-latin-500.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("assets/fonts/montserrat-v-latin-regular.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 300; font-display: swap;
  src: url("assets/fonts/montserrat-v-latin-300.woff2") format("woff2"); }
@font-face { font-family: "Playfair Display"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("assets/fonts/playfair-display-v-latin-600.woff2") format("woff2"); }
/* ============================================================
   Night Dunes — homepage, standalone
   Desktop design + responsive rules down to 390px.
   ============================================================ */

/* ---- Design tokens --------------------------------------- */
:root {
  /* Hoisted by tools/normalize-tokens.py. Every design export ships its
     own copy of this block; concatenating them put later copies after the
     @media blocks, where they outranked every responsive override. */
  --nd-ink: #0E0F1A;
  --nd-indigo: #1B1F3A;
  --nd-indigo-lift: #141830;
  --nd-indigo-glow: #14162a;
  --nd-header-bg: rgba(27,31,58,0.94);
  --nd-ivory: #F4ECDF;
  --nd-ivory-90: rgba(244,236,223,0.92);
  --nd-ivory-85: rgba(244,236,223,0.85);
  --nd-ivory-80: rgba(244,236,223,0.80);
  --nd-ivory-72: rgba(244,236,223,0.72);
  --nd-ivory-70: rgba(244,236,223,0.70);
  --nd-ivory-66: rgba(244,236,223,0.66);
  --nd-ivory-55: rgba(244,236,223,0.55);
  --nd-ivory-45: rgba(244,236,223,0.45);
  --nd-gold: #B08A4E;
  --nd-sand: #D9C2A3;
  --nd-sand-80: rgba(217,194,163,0.80);
  --nd-sand-60: rgba(217,194,163,0.60);
  --nd-clay: #C97B4A;
  --nd-rule-gold: rgba(176,138,78,0.28);
  --nd-rule-gold-strong: rgba(176,138,78,0.50);
  --nd-rule-header: rgba(176,138,78,0.22);
  --nd-rule-banner: rgba(176,138,78,0.20);
  --nd-rule-ivory: rgba(244,236,223,0.10);
  --nd-rule-field: rgba(244,236,223,0.35);
  --nd-border-button: rgba(244,236,223,0.80);
  --nd-border-width: 1px;
  --nd-radius: 0;
  --nd-font-display: "Playfair Display", Georgia, serif;
  --nd-font-body: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --nd-h1-family: var(--nd-font-display);
  --nd-h1-size: 64px;
  --nd-h1-weight: 400;
  --nd-h1-line: 1.14;
  --nd-h1-tracking: 0;
  --nd-h2-family: var(--nd-font-display);
  --nd-h2-size: 44px;
  --nd-h2-size-alt: 40px;
  --nd-h2-weight: 400;
  --nd-h2-line: 1.25;
  --nd-h2-tracking: 0;
  --nd-h3-family: var(--nd-font-display);
  --nd-h3-size: 21px;
  --nd-h3-size-alt: 20px;
  --nd-h3-weight: 400;
  --nd-h3-line: 1.4;
  --nd-h3-tracking: 0;
  --nd-lede-size: 30px;
  --nd-lede-line: 1.6;
  --nd-body-family: var(--nd-font-body);
  --nd-body-size: 15px;
  --nd-body-weight: 300;
  --nd-body-line: 1.9;
  --nd-body-tracking: 0;
  --nd-small-size: 13px;
  --nd-small-weight: 300;
  --nd-small-line: 1.6;
  --nd-small-tracking: 0;
  --nd-legal-size: 11px;
  --nd-legal-line: 1.7;
  --nd-legal-tracking: 0.12em;
  --nd-eyebrow-size: 11px;
  --nd-eyebrow-size-sm: 10px;
  --nd-eyebrow-weight: 400;
  --nd-eyebrow-line: 1;
  --nd-eyebrow-tracking: 0.30em;
  --nd-eyebrow-transform: uppercase;
  --nd-button-size: 11px;
  --nd-button-weight: 400;
  --nd-button-line: 1;
  --nd-button-tracking: 0.28em;
  --nd-button-padding: 16px 46px;
  --nd-button-transform: uppercase;
  --nd-nav-size: 11px;
  --nd-nav-weight: 400;
  --nd-nav-line: 1;
  --nd-nav-tracking: 0.22em;
  --nd-nav-transform: uppercase;
  --nd-banner-size: 10.5px;
  --nd-banner-tracking: 0.24em;
  --nd-page-max: 1440px;
  --nd-page-max-footer: 1400px;
  --nd-gutter: 56px;
  --nd-min-width: 0;
  --nd-section-y: 130px;
  --nd-section-y-lg: 140px;
  --nd-grid-gap-x: 32px;
  --nd-grid-gap-y: 44px;
  --nd-column-gap: 96px;
  --nd-card-gap: 18px;
  --nd-card-text-gap: 7px;
  --nd-nav-gap: 40px;
  --nd-icon-gap: 28px;
  --nd-measure-copy: 480px;
  --nd-measure-lede: 720px;
  --nd-banner-height: 37px;
  --nd-header-height: 120px;
  --nd-header-height-condensed: 78px;
  --nd-wordmark-height: 60px;
  --nd-wordmark-height-condensed: 38px;
  --nd-header-offset: 156px;
  --nd-header-blur: 12px;
  --nd-header-shadow: 0 14px 40px rgba(8,9,20,0.55);
  --nd-header-scroll-trigger: 100px;
  --nd-ease: cubic-bezier(.4, 0, .2, 1);
  --nd-duration-header: .3s;
  --nd-duration-hover: .25s;
  --nd-ease-hover: ease;
  --nd-pagehero-size: 60px;
  --nd-card-width: 320px;
  --nd-group-gap: 40px;
  --nd-closing-height: 560px;
  --nd-closing-size: 26px;
  --nd-pdp-gap: 80px;
  --nd-pdp-gallery-gap: 24px;
  --nd-pdp-title-size: 46px;
  --nd-pdp-price-size: 26px;
  --nd-pdp-block-gap: 52px;
  --nd-pdp-note-size: 18px;
  --nd-ritual-lede-size: 25px;
  --nd-step-height: 375px;
  --nd-step-num-size: 64px;
  --nd-step-title-size: 34px;
  --nd-step-col-num: 160px;
  --nd-step-col-media: 460px;
  --nd-step-gap: 56px;
  --nd-closing-title-size: 46px;
  --nd-jr-title-size: 54px;
  --nd-jr-card-title-size: 23px;
  --nd-jr-grid-gap-y: 88px;
  --nd-ar-title-size: 50px;
  --nd-ar-h2-size: 28px;
  --nd-ar-body-size: 17px;
  --nd-ar-measure: 720px;
  --nd-ar-card-title-size: 23px;
  --nd-cart-title-size: 46px;
  --nd-cart-gap: 88px;
  --nd-cart-thumb: 110px;
  --nd-cart-name-size: 21px;
  --nd-cart-total-size: 30px;
  --nd-ac-hero-height: 460px;
  --nd-ac-name-size: 54px;
  --nd-ac-card-title-size: 24px;
  --nd-ac-orders-title-size: 30px;
  --nd-ac-order-id-size: 22px;
  --nd-ac-col-gap: 72px;
  --nd-ct-title-size: 52px;
  --nd-ct-gap: 96px;
  --nd-ct-field-height: 58px;
  --nd-lg-title-size: 50px;
  --nd-lg-h2-size: 30px;
  --nd-lg-body-size: 16px;
  --nd-lg-measure: 860px;
}
/* ---- Fonts ------------------------------------------------ */
@font-face { font-family: "Playfair Display"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("assets/fonts/playfair-display-v-latin-regular.woff2") format("woff2"); }
/* ---- Base ------------------------------------------------- */
html, body { margin: 0; padding: 0; background: var(--nd-ink); }
body {
  font-family: var(--nd-font-body);
  font-size: var(--nd-body-size);
  font-weight: var(--nd-body-weight);
  line-height: var(--nd-body-line);
  color: var(--nd-ivory);
  -webkit-text-size-adjust: 100%;
}
a { color: var(--nd-ivory); text-decoration: none; transition: color var(--nd-duration-hover) var(--nd-ease-hover); }
a:hover { color: var(--nd-gold); }
img { max-width: 100%; }
* { box-sizing: border-box; }
.nd-page { background: var(--nd-ink); min-width: var(--nd-min-width); overflow-x: hidden; }
/* Shared eyebrow label */
.nd-eyebrow {
  font-size: var(--nd-eyebrow-size);
  letter-spacing: var(--nd-eyebrow-tracking);
  text-transform: uppercase;
  color: var(--nd-gold);
}
/* Shared underlined text link */
.nd-link-quiet {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--nd-sand-80);
  border-bottom: var(--nd-border-width) solid var(--nd-rule-gold-strong);
  padding-bottom: 6px;
}
.nd-link-quiet:hover { color: var(--nd-gold); }
.nd-link-quiet--bright { color: var(--nd-sand); }
/* Shared filled button (site-wide treatment) */
.nd-button {
  display: inline-block;
  padding: var(--nd-button-padding);
  border: var(--nd-border-width) solid var(--nd-border-button);
  border-radius: var(--nd-radius);
  font-family: var(--nd-font-body);
  font-size: var(--nd-button-size);
  letter-spacing: var(--nd-button-tracking);
  text-transform: uppercase;
  color: var(--nd-indigo);
  background-color: var(--nd-sand);
  cursor: pointer;
  transition: background var(--nd-duration-hover) var(--nd-ease-hover);
}
.nd-button:hover { background-color: var(--nd-gold); color: var(--nd-indigo); }
.nd-button--compact { padding: 15px 42px; }
/* ---- Announcement bar + sticky header --------------------- */
.nd-header-shell {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  min-width: var(--nd-min-width);
}
.nd-announce {
  background: var(--nd-ink);
  text-align: center;
  padding: 11px 0;
  font-size: var(--nd-banner-size);
  letter-spacing: var(--nd-banner-tracking);
  text-transform: uppercase;
  color: var(--nd-ivory);
  border-bottom: var(--nd-border-width) solid var(--nd-rule-banner);
}
.nd-header {
  height: var(--nd-header-height);
  background: var(--nd-header-bg);
  backdrop-filter: blur(var(--nd-header-blur));
  border-bottom: var(--nd-border-width) solid var(--nd-rule-header);
  box-shadow: none;
  transition: height var(--nd-duration-header) var(--nd-ease),
              box-shadow var(--nd-duration-header) var(--nd-ease-hover);
}
.nd-header.is-condensed {
  height: var(--nd-header-height-condensed);
  box-shadow: var(--nd-header-shadow);
}
.nd-header__inner {
  max-width: var(--nd-page-max-footer);
  margin: 0 auto;
  padding: 0 var(--nd-gutter);
  height: 100%;
  display: flex; align-items: center; justify-content: space-between;
}
.nd-nav { display: flex; gap: var(--nd-nav-gap); flex: 1; white-space: nowrap; }
.nd-nav__link {
  font-size: var(--nd-nav-size);
  letter-spacing: var(--nd-nav-tracking);
  text-transform: uppercase;
  color: var(--nd-ivory-85);
}
.nd-nav__link:hover { color: var(--nd-gold); }
.nd-wordmark { flex: 0 0 auto; line-height: 0; }
.nd-wordmark__img {
  display: block;
  height: var(--nd-wordmark-height);
  transition: height var(--nd-duration-header) var(--nd-ease);
}
.nd-header.is-condensed .nd-wordmark__img { height: var(--nd-wordmark-height-condensed); }
.nd-utility { display: flex; gap: var(--nd-icon-gap); flex: 1; justify-content: flex-end; align-items: center; }
.nd-utility__link { display: block; line-height: 0; }
.nd-utility__link svg { stroke: var(--nd-ivory); }
.nd-utility__link:hover svg { stroke: var(--nd-gold); }
/* Mobile menu button + drawer — hidden on desktop, see @media (max-width: 900px) */
.nd-menu-toggle {
  display: none;
  width: 44px; height: 44px;
  margin-left: -10px;
  padding: 0;
  background: transparent; border: none; border-radius: var(--nd-radius);
  cursor: pointer;
  align-items: center; justify-content: center;
}
.nd-menu-toggle__bars { display: block; width: 22px; height: 9px; position: relative; }
.nd-menu-toggle__bars::before,
.nd-menu-toggle__bars::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px;
  background: var(--nd-ivory);
  transition: transform var(--nd-duration-header) var(--nd-ease),
              opacity var(--nd-duration-hover) var(--nd-ease-hover);
}
.nd-menu-toggle__bars::before { top: 0; }
.nd-menu-toggle__bars::after { bottom: 0; }
.nd-header-shell.is-open .nd-menu-toggle__bars::before { transform: translateY(4px) rotate(45deg); }
.nd-header-shell.is-open .nd-menu-toggle__bars::after { transform: translateY(-4px) rotate(-45deg); }
.nd-drawer {
  display: none;
  background: var(--nd-header-bg);
  backdrop-filter: blur(var(--nd-header-blur));
  border-bottom: var(--nd-border-width) solid var(--nd-rule-header);
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--nd-duration-header) var(--nd-ease);
}
.nd-header-shell.is-open .nd-drawer { max-height: 340px; }
.nd-drawer__inner { padding: 6px var(--nd-gutter) 26px; display: flex; flex-direction: column; }
.nd-drawer__link {
  font-size: 12px;
  letter-spacing: var(--nd-nav-tracking);
  text-transform: uppercase;
  color: var(--nd-ivory-85);
  padding: 17px 0;
  border-bottom: var(--nd-border-width) solid var(--nd-rule-ivory);
}
.nd-drawer__link:last-child { border-bottom: none; }
/* ---- Hero ------------------------------------------------- */
.nd-hero {
  position: relative;
  height: 88vh;
  min-height: 640px;
  margin-top: var(--nd-header-offset);
}
.nd-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: var(--nd-indigo-lift); }
.nd-hero__overlay { position: absolute; inset: 0; pointer-events: none; }
.nd-hero__content {
  position: absolute; top: 50%; left: 50%; right: var(--nd-gutter);
  transform: translateY(-50%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
}
.nd-hero__eyebrow {
  font-size: var(--nd-eyebrow-size);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--nd-gold);
  margin-bottom: 26px;
}
.nd-hero__title {
  font-family: var(--nd-h1-family);
  font-weight: var(--nd-h1-weight);
  font-size: var(--nd-h1-size);
  line-height: var(--nd-h1-line);
  margin: 0 0 30px;
  max-width: 620px;
  color: var(--nd-ivory);
  text-wrap: pretty;
}
.nd-hero .nd-button { pointer-events: auto; }
/* ---- Statement band (starfield + dune silhouette) --------- */
.nd-statement {
  position: relative; overflow: hidden;
  padding: var(--nd-section-y-lg) var(--nd-gutter) 145px;
  text-align: center;
  background: radial-gradient(120% 80% at 50% 10%, var(--nd-indigo-glow) 0%, var(--nd-ink) 62%);
}
.nd-starfield {
  position: absolute; inset: 0; pointer-events: none;
  animation: nd-twinkle 7s ease-in-out infinite;
  background-image:
    radial-gradient(1px 1px at 6% 18%, rgba(244,236,223,.75) 50%, transparent 51%),
    radial-gradient(1px 1px at 14% 52%, rgba(244,236,223,.45) 50%, transparent 51%),
    radial-gradient(1.4px 1.4px at 21% 12%, rgba(244,236,223,.8) 50%, transparent 51%),
    radial-gradient(1px 1px at 28% 34%, rgba(244,236,223,.4) 50%, transparent 51%),
    radial-gradient(1px 1px at 33% 66%, rgba(244,236,223,.55) 50%, transparent 51%),
    radial-gradient(1.4px 1.4px at 41% 22%, rgba(244,236,223,.7) 50%, transparent 51%),
    radial-gradient(1px 1px at 47% 46%, rgba(244,236,223,.35) 50%, transparent 51%),
    radial-gradient(1px 1px at 54% 9%,  rgba(244,236,223,.6) 50%, transparent 51%),
    radial-gradient(1.4px 1.4px at 61% 38%, rgba(244,236,223,.75) 50%, transparent 51%),
    radial-gradient(1px 1px at 67% 62%, rgba(244,236,223,.4) 50%, transparent 51%),
    radial-gradient(1px 1px at 73% 16%, rgba(244,236,223,.55) 50%, transparent 51%),
    radial-gradient(1.4px 1.4px at 79% 44%, rgba(244,236,223,.7) 50%, transparent 51%),
    radial-gradient(1px 1px at 86% 26%, rgba(244,236,223,.45) 50%, transparent 51%),
    radial-gradient(1px 1px at 91% 58%, rgba(244,236,223,.6) 50%, transparent 51%),
    radial-gradient(1px 1px at 96% 32%, rgba(244,236,223,.4) 50%, transparent 51%),
    radial-gradient(1px 1px at 10% 70%, rgba(244,236,223,.3) 50%, transparent 51%),
    radial-gradient(1px 1px at 58% 70%, rgba(244,236,223,.32) 50%, transparent 51%),
    radial-gradient(1px 1px at 88% 72%, rgba(244,236,223,.3) 50%, transparent 51%);
}
.nd-shootingstar {
  position: absolute; width: 150px; height: 1px;
  pointer-events: none; opacity: 0; transform-origin: left center;
  background: linear-gradient(90deg, rgba(244,236,223,0) 0%, rgba(244,236,223,.85) 85%, #fff 100%);
  animation: nd-shoot 1.5s cubic-bezier(.3,.1,.4,1) forwards;
}
.nd-dunes { position: absolute; left: 0; right: 0; bottom: 0; height: 25%; }
.nd-dunes__photo { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; object-fit: cover; }
.nd-dunes__svg { width: 100%; height: 100%; display: block; }
.nd-dunes__fade {
  position: absolute; inset: 0; z-index: 3; max-height: 125px; pointer-events: none;
  background: linear-gradient(180deg, var(--nd-ink) 0%, rgba(14,15,26,0.62) 18%, rgba(14,15,26,0) 46%);
}
.nd-statement__lede {
  position: relative;
  font-family: var(--nd-font-display);
  font-weight: 400;
  font-size: var(--nd-lede-size);
  line-height: var(--nd-lede-line);
  max-width: var(--nd-measure-lede);
  margin: 0 auto;
  color: var(--nd-ivory-90);
  text-wrap: pretty;
}
.nd-statement__rule {
  position: relative; width: 56px; height: 1px;
  background: var(--nd-gold);
  margin: 52px auto 0;
}
/* ---- Product grid ----------------------------------------- */
.nd-collection {
  max-width: var(--nd-page-max);
  margin: 0 auto;
  padding: 10px var(--nd-gutter) 40px;
  background-color: var(--nd-indigo);
}
.nd-section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 64px;
}
.nd-section-head__eyebrow {
  font-size: var(--nd-eyebrow-size);
  letter-spacing: var(--nd-eyebrow-tracking);
  text-transform: uppercase;
  color: var(--nd-gold);
  margin-bottom: 16px;
}
.nd-section-head__title {
  font-family: var(--nd-h2-family);
  font-weight: var(--nd-h2-weight);
  font-size: var(--nd-h2-size);
  margin: 0;
  color: var(--nd-ivory);
}
.nd-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3-column variant also supported */
  gap: var(--nd-grid-gap-y) var(--nd-grid-gap-x);
}
.nd-product-grid--three { grid-template-columns: repeat(3, 1fr); }
.nd-product { display: flex; flex-direction: column; gap: var(--nd-card-gap); }
.nd-product__media { aspect-ratio: 4 / 5; background: var(--nd-indigo); }
.nd-product__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-product__body { display: flex; flex-direction: column; gap: var(--nd-card-text-gap); }
.nd-product__category {
  font-size: var(--nd-eyebrow-size-sm);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--nd-gold);
}
.nd-product__name {
  font-family: var(--nd-font-display);
  font-size: var(--nd-h3-size);
  font-weight: var(--nd-h3-weight);
  line-height: var(--nd-h3-line);
  margin: 0;
  color: var(--nd-ivory);
}
.nd-product__desc {
  font-size: var(--nd-small-size);
  font-weight: var(--nd-small-weight);
  line-height: var(--nd-small-line);
  color: var(--nd-ivory-66);
  margin: 0;
}
.nd-product__price {
  font-size: var(--nd-small-size);
  letter-spacing: 0.08em;
  color: var(--nd-sand);
  margin-top: 4px;
}
.nd-collection__note {
  text-align: center;
  margin-top: 72px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: var(--nd-sand-60);
}
/* ---- Two-up editorial split (ingredient spotlight) -------- */
.nd-split {
  max-width: var(--nd-page-max);
  margin: 0 auto;
  padding: 120px var(--nd-gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--nd-column-gap);
  align-items: center;
}
.nd-split__media { aspect-ratio: 4 / 3; background: var(--nd-indigo); }
.nd-split__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-split__body { max-width: var(--nd-measure-copy); }
.nd-split__eyebrow {
  font-size: var(--nd-eyebrow-size);
  letter-spacing: var(--nd-eyebrow-tracking);
  text-transform: uppercase;
  color: var(--nd-clay);
  margin-bottom: 20px;
}
.nd-split__title {
  font-family: var(--nd-h2-family);
  font-weight: var(--nd-h2-weight);
  font-size: var(--nd-h2-size-alt);
  line-height: var(--nd-h2-line);
  margin: 0 0 28px;
  color: var(--nd-ivory);
}
.nd-split__copy {
  font-size: var(--nd-body-size);
  font-weight: var(--nd-body-weight);
  line-height: var(--nd-body-line);
  color: var(--nd-ivory-72);
  margin: 0 0 20px;
}
.nd-split__copy:last-of-type { margin-bottom: 40px; }
/* ---- Ritual band ------------------------------------------ */
.nd-ritual { position: relative; background: var(--nd-indigo); overflow: hidden; }
.nd-ritual__stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 12% 24%, rgba(244,236,223,0.8) 50%, transparent 51%),
    radial-gradient(1px 1px at 34% 62%, rgba(244,236,223,0.5) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 52% 18%, rgba(244,236,223,0.7) 50%, transparent 51%),
    radial-gradient(1px 1px at 68% 44%, rgba(244,236,223,0.45) 50%, transparent 51%),
    radial-gradient(1px 1px at 82% 28%, rgba(244,236,223,0.65) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 91% 68%, rgba(244,236,223,0.5) 50%, transparent 51%),
    radial-gradient(1px 1px at 22% 82%, rgba(244,236,223,0.4) 50%, transparent 51%),
    radial-gradient(1px 1px at 60% 78%, rgba(244,236,223,0.55) 50%, transparent 51%);
}
.nd-ritual__inner {
  position: relative;
  max-width: var(--nd-page-max);
  margin: 0 auto;
  padding: var(--nd-section-y) var(--nd-gutter);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--nd-column-gap); align-items: center;
}
.nd-ritual__eyebrow {
  font-size: var(--nd-eyebrow-size);
  letter-spacing: var(--nd-eyebrow-tracking);
  text-transform: uppercase;
  color: var(--nd-gold);
  margin-bottom: 20px;
}
.nd-ritual__title {
  font-family: var(--nd-h2-family);
  font-weight: var(--nd-h2-weight);
  font-size: var(--nd-h2-size-alt);
  line-height: var(--nd-h2-line);
  margin: 0 0 28px;
  color: var(--nd-ivory);
}
.nd-ritual__copy {
  font-size: var(--nd-body-size);
  font-weight: var(--nd-body-weight);
  line-height: var(--nd-body-line);
  color: var(--nd-ivory-72);
  margin: 0 0 44px;
  max-width: 460px;
}
.nd-ritual__media { height: 520px; background: var(--nd-indigo-lift); }
.nd-ritual__media > * { width: 100%; height: 100%; object-fit: cover; display: block; }
/* ---- Journal cards ---------------------------------------- */
.nd-journal {
  max-width: var(--nd-page-max);
  margin: 0 auto;
  padding: var(--nd-section-y) var(--nd-gutter) 110px;
}
.nd-journal__head { text-align: center; margin-bottom: 64px; }
.nd-journal__eyebrow {
  font-size: var(--nd-eyebrow-size);
  letter-spacing: var(--nd-eyebrow-tracking);
  text-transform: uppercase;
  color: var(--nd-gold);
  margin-bottom: 16px;
}
.nd-journal__title {
  font-family: var(--nd-h2-family);
  font-weight: var(--nd-h2-weight);
  font-size: var(--nd-h2-size-alt);
  margin: 0;
  color: var(--nd-ivory);
}
.nd-journal__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--nd-grid-gap-x);
}
.nd-journal-card { display: flex; flex-direction: column; gap: var(--nd-card-gap); }
.nd-journal-card__media { aspect-ratio: 3 / 2; background: var(--nd-indigo); }
.nd-journal-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-journal-card__title {
  font-family: var(--nd-font-display);
  font-size: var(--nd-h3-size-alt);
  font-weight: var(--nd-h3-weight);
  line-height: var(--nd-h3-line);
  margin: 0;
  color: var(--nd-ivory);
}
.nd-journal-card:hover .nd-journal-card__title { color: var(--nd-gold); }
.nd-journal-card__meta {
  font-size: var(--nd-eyebrow-size);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--nd-sand-60);
}
/* ---- Footer ----------------------------------------------- */
.nd-footer {
  background: var(--nd-indigo);
  border-top: var(--nd-border-width) solid var(--nd-rule-gold);
}
.nd-footer__inner {
  max-width: var(--nd-page-max-footer);
  margin: 0 auto;
  padding: 100px var(--nd-gutter) 56px;
}
.nd-footer__top {
  display: grid; grid-template-columns: 1fr 1.5fr 1fr;
  gap: 48px; margin-bottom: 88px;
}
.nd-footer__mark { width: 280px; display: block; margin-bottom: 30px; }
.nd-footer__blurb {
  font-size: var(--nd-small-size);
  font-weight: var(--nd-small-weight);
  line-height: 1.8;
  color: var(--nd-ivory-55);
  max-width: 320px;
  margin: 0;
}
.nd-footer__columns {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px; white-space: nowrap;
}
.nd-footer__column { display: flex; flex-direction: column; gap: 16px; }
.nd-footer__heading {
  font-size: var(--nd-eyebrow-size-sm);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--nd-gold);
  margin-bottom: 6px;
}
.nd-footer__link {
  font-size: var(--nd-small-size);
  font-weight: var(--nd-small-weight);
  color: var(--nd-ivory-70);
}
.nd-footer__link:hover { color: var(--nd-gold); }
.nd-signup { justify-self: end; width: 100%; max-width: 340px; }
.nd-signup__title {
  font-family: var(--nd-font-display);
  font-size: 24px;
  color: var(--nd-ivory);
  margin-bottom: 26px;
}
.nd-signup__form { display: flex; flex-direction: column; gap: 16px; }
.nd-signup__field {
  background: transparent;
  border: none;
  border-bottom: var(--nd-border-width) solid var(--nd-rule-field);
  padding: 12px 0;
  font-family: var(--nd-font-body);
  font-size: var(--nd-small-size);
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--nd-ivory);
  outline: none;
}
.nd-signup__field::placeholder { color: rgba(244,236,223,0.32); }
.nd-signup__field:focus { border-bottom-color: var(--nd-gold); }
.nd-signup .nd-button { align-self: flex-start; margin-top: 10px; padding: 14px 38px; border-color: rgba(244,236,223,0.7); }
.nd-signup__note {
  font-size: var(--nd-legal-size);
  font-weight: 300;
  line-height: var(--nd-legal-line);
  color: var(--nd-ivory-45);
  margin-top: 8px;
}
.nd-footer__legal {
  border-top: var(--nd-border-width) solid var(--nd-rule-gold);
  padding-top: 32px;
  display: flex; justify-content: space-between;
  font-size: var(--nd-legal-size);
  font-weight: 300;
  letter-spacing: var(--nd-legal-tracking);
  color: var(--nd-ivory-45);
}
/* ============================================================
   RESPONSIVE
   Four steps: 1200 (narrow desktop), 1000 (tablet),
   900 (nav collapses to a drawer), 700, 520, 390 (phone).
   Everything below is additive to the desktop design above.
   ============================================================ */

/* ---- ≤1200px: narrow desktop / landscape tablet ----------- */
@media (max-width: 1200px) {
  :root {
    --nd-gutter: 40px;
    --nd-column-gap: 64px;
    --nd-section-y: 110px;
    --nd-section-y-lg: 118px;
    --nd-h1-size: 54px;
    --nd-h2-size: 38px;
    --nd-h2-size-alt: 34px;
    --nd-lede-size: 26px;
  }
  .nd-product-grid { grid-template-columns: repeat(3, 1fr); }
  .nd-statement { padding-bottom: 120px; }
  .nd-ritual__media { height: 440px; }
}
/* ---- ≤1000px: portrait tablet ----------------------------- */
@media (max-width: 1000px) {
  :root {
    --nd-h1-size: 46px;
    --nd-nav-gap: 26px;
    --nd-icon-gap: 22px;
  }
  .nd-hero { height: 76vh; min-height: 540px; }
  .nd-hero__content { left: var(--nd-gutter); }
  .nd-hero__title { max-width: 520px; }
  .nd-split { grid-template-columns: 1fr; gap: 44px; padding: 96px var(--nd-gutter); }
  .nd-split__body { max-width: 560px; }
  .nd-ritual__inner { grid-template-columns: 1fr; gap: 48px; }
  .nd-ritual__media { height: 380px; order: -1; }
  .nd-footer__top { grid-template-columns: 1fr 1fr; gap: 56px 40px; margin-bottom: 64px; }
  .nd-footer__columns { grid-column: 1 / -1; order: 3; }
  .nd-signup { justify-self: start; max-width: 420px; }
}
/* ---- ≤900px: header nav collapses into a drawer ----------- */
@media (max-width: 900px) {
  :root {
    --nd-header-height: 76px;
    --nd-header-height-condensed: 60px;
    --nd-wordmark-height: 38px;
    --nd-wordmark-height-condensed: 30px;
    /* static fallback: banner (can wrap to 2 lines) + header + rule.
       The script below overwrites this with the measured shell height. */
    --nd-header-offset: 136px;
    --nd-banner-size: 9.5px;
    --nd-banner-tracking: 0.16em;
  }
  /* the inline nav has no room — swap it for the menu button + drawer */
  .nd-nav { display: none; }
  .nd-menu-toggle { display: flex; flex: 1; justify-content: flex-start; }
  .nd-drawer { display: block; }
  .nd-announce { padding: 9px 12px; }
  .nd-header__inner { padding: 0 var(--nd-gutter); }
  .nd-journal__grid { grid-template-columns: repeat(2, 1fr); }
  .nd-journal__grid .nd-journal-card:last-child { grid-column: 1 / -1; max-width: 520px; }
}
/* ---- ≤700px: single-column body --------------------------- */
@media (max-width: 700px) {
  :root {
    --nd-gutter: 24px;
    --nd-section-y: 84px;
    --nd-section-y-lg: 88px;
    --nd-h1-size: 38px;
    --nd-h2-size: 30px;
    --nd-h2-size-alt: 28px;
    --nd-h3-size: 19px;
    --nd-h3-size-alt: 19px;
    --nd-lede-size: 22px;
    --nd-body-size: 14px;
    --nd-body-line: 1.85;
    --nd-grid-gap-x: 20px;
    --nd-grid-gap-y: 36px;
    --nd-button-padding: 15px 34px;
  }
  .nd-hero { height: auto; min-height: 0; }
  .nd-hero__media { position: relative; height: 62vh; min-height: 380px; }
  .nd-hero__overlay { position: static; pointer-events: auto; }
  .nd-hero__content {
    position: static; transform: none;
    padding: 40px var(--nd-gutter) 8px;
    align-items: flex-start; text-align: left;
  }
  .nd-hero__eyebrow { margin-bottom: 18px; letter-spacing: 0.26em; line-height: 1.7; }
  .nd-hero__title { max-width: none; margin-bottom: 26px; }
  .nd-statement { padding-bottom: 96px; }
  .nd-dunes { height: 30%; }
  .nd-dunes__fade { max-height: 80px; }
  .nd-statement__rule { margin-top: 40px; }
  .nd-section-head { flex-direction: column; align-items: flex-start; gap: 22px; margin-bottom: 40px; }
  .nd-product-grid { grid-template-columns: repeat(2, 1fr); }
  .nd-collection { padding-bottom: 24px; }
  .nd-collection__note { margin-top: 48px; font-size: 11px; letter-spacing: 0.1em; }
  .nd-split { padding: 72px var(--nd-gutter); gap: 32px; }
  .nd-ritual__media { height: 300px; }
  .nd-ritual__copy { margin-bottom: 34px; }
  .nd-journal { padding-bottom: 80px; }
  .nd-journal__head { margin-bottom: 40px; text-align: left; }
  .nd-journal__grid { grid-template-columns: 1fr; gap: 44px; }
  .nd-journal__grid .nd-journal-card:last-child { max-width: none; }
  .nd-footer__inner { padding: 72px var(--nd-gutter) 40px; }
  .nd-footer__top { grid-template-columns: 1fr; gap: 48px; margin-bottom: 48px; }
  .nd-footer__columns { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; white-space: normal; }
  .nd-footer__mark { width: 220px; }
  .nd-signup { max-width: none; }
  .nd-footer__legal { flex-direction: column; gap: 12px; text-align: left; }
}
/* ---- ≤520px: phone --------------------------------------- */
@media (max-width: 520px) {
  :root {
    --nd-gutter: 20px;
    --nd-h1-size: 32px;
    --nd-h2-size: 26px;
    --nd-h2-size-alt: 25px;
    --nd-lede-size: 20px;
    --nd-lede-line: 1.55;
    --nd-section-y: 72px;
    --nd-section-y-lg: 76px;
  }
  .nd-announce { font-size: 9px; letter-spacing: 0.12em; line-height: 1.5; }
  /* one product per row: the 4:5 image is the whole point of the card */
  .nd-product-grid { grid-template-columns: 1fr; gap: 40px; }
  .nd-product__media { aspect-ratio: 4 / 3; }
  .nd-hero__media { height: 56vh; min-height: 320px; }
  .nd-statement__lede { padding: 0 2px; }
  .nd-split__media { aspect-ratio: 3 / 2; }
  .nd-ritual__media { height: 260px; }
  .nd-button, .nd-button--compact { display: block; width: 100%; text-align: center; padding: 17px 20px; letter-spacing: 0.22em; }
  .nd-signup .nd-button { align-self: stretch; padding: 17px 20px; }
  .nd-footer__columns { grid-template-columns: 1fr; gap: 34px; }
}
/* ---- ≤390px: smallest supported width -------------------- */
@media (max-width: 390px) {
  :root {
    --nd-h1-size: 29px;
    --nd-lede-size: 19px;
    --nd-eyebrow-tracking: 0.22em;
  }
  .nd-hero__eyebrow { font-size: 10px; letter-spacing: 0.2em; }
  .nd-link-quiet { letter-spacing: 0.16em; }
  .nd-footer__mark { width: 190px; }
}

/* ============================ from collection.html ============================ */
/* ============================================================
   Night Dunes — homepage, standalone
   Desktop design + responsive rules down to 390px.
   ============================================================ */

/* ---- Design tokens --------------------------------------- */
/* ============================================================
   COLLECTION PAGE — components not present on the homepage
   ============================================================ */

/* ---- Page hero (image + centred label, no CTA) ------------ */
.nd-pagehero {
  position: relative;
  height: 55vh;
  min-height: 460px;
  margin-top: var(--nd-header-offset);
}
.nd-pagehero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: var(--nd-indigo-lift); }
.nd-pagehero__overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.nd-pagehero__scrim {
  padding: 56px 88px;
  text-align: center;
  background: radial-gradient(70% 80% at 50% 50%, rgba(20,24,48,0.72) 0%, rgba(20,24,48,0.4) 60%, rgba(20,24,48,0) 100%);
}
.nd-pagehero__eyebrow {
  font-size: var(--nd-eyebrow-size);
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--nd-gold);
  margin-bottom: 22px;
}
.nd-pagehero__title {
  font-family: var(--nd-h1-family);
  font-weight: var(--nd-h1-weight);
  font-size: var(--nd-pagehero-size);
  line-height: 1.16;
  margin: 0;
  color: var(--nd-ivory);
  text-wrap: pretty;
}
/* ---- Statement band without the dune silhouette ----------- */
.nd-statement--plain { background-color: var(--nd-ink); }
/* ---- Grouped collection listing --------------------------- */
.nd-groups {
  max-width: var(--nd-page-max-footer);
  margin: 0 auto;
  padding: 0 var(--nd-gutter);
}
.nd-group { padding: 130px 0 0; text-align: center; }
.nd-group--last { padding-bottom: var(--nd-section-y-lg); }
.nd-group__title {
  font-family: var(--nd-h2-family);
  font-weight: var(--nd-h2-weight);
  font-size: var(--nd-h2-size-alt);
  margin: 0 0 18px;
  color: var(--nd-ivory);
}
.nd-group__note {
  font-size: var(--nd-small-size);
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(217,194,163,0.72);
  margin: 0 0 44px;
}
.nd-group__rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(176,138,78,0) 0%, rgba(176,138,78,0.6) 50%, rgba(176,138,78,0) 100%);
  margin: 0 0 72px;
}
.nd-group__row {
  display: flex; justify-content: center;
  gap: var(--nd-group-gap);
}
.nd-product--fixed { width: var(--nd-card-width); text-align: left; }
.nd-product--fixed .nd-product__media { background: var(--nd-indigo-lift); }
/* ---- Closing image band + line ---------------------------- */
.nd-closing {
  padding: 0 0 110px;
  text-align: center;
  background-color: var(--nd-ink);
}
.nd-closing__media {
  position: relative;
  height: var(--nd-closing-height);
  overflow: hidden;
  margin-bottom: 88px;
  background: var(--nd-indigo-lift);
}
.nd-closing__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-closing__line {
  font-family: var(--nd-font-display);
  font-weight: 400;
  font-size: var(--nd-closing-size);
  line-height: 1.6;
  color: rgba(244,236,223,0.9);
  max-width: var(--nd-measure-lede);
  margin: 0 auto;
  padding: 0 var(--nd-gutter);
  text-wrap: pretty;
}
/* ---- Collection page responsive --------------------------- */
@media (max-width: 1200px) {
  :root { --nd-pagehero-size: 52px; --nd-group-gap: 32px; --nd-card-width: 300px; --nd-closing-height: 440px; }
  .nd-group { padding-top: 110px; }
}

/* ============================ from product.html ============================ */
/* ============================================================
   PRODUCT PAGE — components not present on the homepage
   ============================================================ */
.nd-pdp {
  max-width: var(--nd-page-max-footer);
  margin: 0 auto;
  padding: calc(var(--nd-header-offset) + 58px) var(--nd-gutter) var(--nd-section-y);
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: var(--nd-pdp-gap);
  align-items: start;
}
/* ---- Gallery ---------------------------------------------- */
.nd-gallery { display: flex; flex-direction: column; gap: var(--nd-pdp-gallery-gap); min-width: 0; }
.nd-gallery__pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--nd-pdp-gallery-gap); }
.nd-shot { min-width: 0; overflow: hidden; background: var(--nd-indigo-lift); aspect-ratio: 4 / 5; }
.nd-shot--wide { aspect-ratio: 16 / 9; }
.nd-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* ---- Info column ------------------------------------------ */
.nd-pdp__info {
  position: sticky;
  top: calc(var(--nd-header-offset) + 58px);
  display: flex; flex-direction: column;
}
.nd-pdp__eyebrow {
  font-size: var(--nd-eyebrow-size);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--nd-gold);
  margin-bottom: 22px;
}
.nd-pdp__title {
  font-family: var(--nd-h1-family);
  font-weight: var(--nd-h1-weight);
  font-size: var(--nd-pdp-title-size);
  line-height: var(--nd-h1-line);
  margin: 0 0 20px;
  color: var(--nd-ivory);
  text-wrap: pretty;
}
.nd-pdp__meta {
  font-size: 14px; font-weight: 300; line-height: 1.8;
  color: rgba(217,194,163,0.78);
  margin: 0 0 34px;
}
.nd-pdp__price {
  font-family: var(--nd-font-display);
  font-size: var(--nd-pdp-price-size);
  color: var(--nd-ivory);
  margin-bottom: 40px;
}
/* quantity stepper */
.nd-qty {
  display: inline-flex; align-items: center;
  border: var(--nd-border-width) solid var(--nd-rule-field);
  margin-bottom: 20px;
  align-self: flex-start;
}
.nd-qty__btn {
  background: transparent; border: none; border-radius: var(--nd-radius);
  color: var(--nd-ivory);
  width: 46px; height: 54px;
  font-family: var(--nd-font-body); font-size: 16px; font-weight: 300;
  cursor: pointer;
}
.nd-qty__btn:hover { color: var(--nd-gold); }
.nd-qty__value { min-width: 34px; text-align: center; font-size: 13px; letter-spacing: 0.1em; color: var(--nd-ivory); }
.nd-pdp__add { width: 100%; padding: 20px 0; letter-spacing: 0.30em; }
/* accordion-free detail blocks */
.nd-details { margin-top: 72px; display: flex; flex-direction: column; gap: var(--nd-pdp-block-gap); }
.nd-detail__title {
  font-family: var(--nd-font-display);
  font-weight: 400; font-size: var(--nd-h3-size);
  margin: 0 0 16px; color: var(--nd-ivory);
}
.nd-detail__rule { width: 44px; height: 1px; background: var(--nd-gold); margin-bottom: 22px; }
.nd-detail__copy {
  font-size: 14px; font-weight: 300; line-height: 1.95;
  color: var(--nd-ivory-72); margin: 0;
}
.nd-detail__inci {
  font-size: 11.5px; font-weight: 300; line-height: 1.85; letter-spacing: 0.01em;
  color: rgba(217,194,163,0.58); margin: 0;
}
/* ---- Editorial note band ---------------------------------- */
.nd-note { background: var(--nd-indigo-lift); padding: 0 var(--nd-gutter) 120px; }
.nd-note__inner { max-width: var(--nd-page-max-footer); margin: 0 auto; }
.nd-note__rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(176,138,78,0) 0%, rgba(176,138,78,0.6) 50%, rgba(176,138,78,0) 100%);
}
.nd-note__copy {
  max-width: 780px; margin: 110px auto 0; text-align: center;
  font-size: var(--nd-pdp-note-size); font-weight: 300; line-height: 2.05;
  color: var(--nd-ivory-75, rgba(244,236,223,0.75));
  text-wrap: pretty;
}
/* ---- Related products ------------------------------------- */
.nd-related {
  max-width: var(--nd-page-max-footer);
  margin: 0 auto;
  padding: 65px var(--nd-gutter) var(--nd-section-y-lg);
}
.nd-related__head { text-align: center; margin-bottom: 68px; }
.nd-related__title {
  font-family: var(--nd-h2-family); font-weight: var(--nd-h2-weight);
  font-size: var(--nd-h2-size-alt); margin: 0; color: var(--nd-gold);
}
.nd-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--nd-group-gap); }
.nd-related__grid .nd-product__media { background: var(--nd-indigo-lift); }
/* ---- Product page responsive ------------------------------ */
@media (max-width: 1200px) {
  :root { --nd-pdp-gap: 56px; --nd-pdp-title-size: 40px; --nd-pdp-note-size: 17px; --nd-pdp-gallery-gap: 20px; }
  .nd-note { padding-bottom: 100px; }
  .nd-note__copy { margin-top: 90px; }
}

/* ============================ from ritual.html ============================ */
/* ============================================================
   RITUAL PAGE
   ============================================================ */
/* ---- Opening lede ----------------------------------------- */
.nd-ritual-lede { max-width: 820px; margin: 0 auto; padding: var(--nd-section-y) var(--nd-gutter) 120px; text-align: center; }
.nd-ritual-lede p {
  font-size: var(--nd-ritual-lede-size); font-weight: 300; line-height: 2;
  color: var(--nd-ivory-75, rgba(244,236,223,0.75)); margin: 0; text-wrap: pretty;
}
/* ---- Numbered steps --------------------------------------- */
.nd-steps__rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(176,138,78,0) 0%, rgba(176,138,78,0.55) 50%, rgba(176,138,78,0) 100%);
}
.nd-step { position: relative; overflow: hidden; height: var(--nd-step-height); }
.nd-step__inner {
  height: 100%; max-width: var(--nd-page-max-footer); margin: 0 auto;
  padding: 10px var(--nd-gutter);
  display: grid;
  grid-template-columns: var(--nd-step-col-num) minmax(0, 1fr) var(--nd-step-col-media);
  gap: var(--nd-step-gap);
  align-items: center;
}
.nd-step__num {
  font-family: var(--nd-font-display); font-size: var(--nd-step-num-size);
  line-height: 1; color: var(--nd-gold);
}
.nd-step__body { max-width: 560px; }
.nd-step__title {
  font-family: var(--nd-font-display); font-weight: 400;
  font-size: var(--nd-step-title-size); line-height: 1.2;
  margin: 0 0 20px; color: var(--nd-ivory);
}
.nd-step__copy {
  font-size: var(--nd-body-size); font-weight: 300; line-height: 1.95;
  color: var(--nd-ivory-72); margin: 0;
}
.nd-step__media { height: calc(100% - 20px); min-width: 0; overflow: hidden; background: var(--nd-indigo-lift); }
.nd-step__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* ---- Closing band ----------------------------------------- */
.nd-ritual-closing { position: relative; height: var(--nd-closing-height); overflow: hidden; background: var(--nd-indigo-lift); }
.nd-ritual-closing__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-ritual-closing__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 70% at 50% 50%, rgba(20,24,48,0.6) 0%, rgba(20,24,48,0.25) 65%, rgba(20,24,48,0.45) 100%);
}
.nd-ritual-closing__content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 44px; padding: 0 var(--nd-gutter); text-align: center;
}
.nd-ritual-closing__title {
  font-family: var(--nd-font-display); font-weight: 400;
  font-size: var(--nd-closing-title-size); line-height: 1.2; margin: 0;
  color: var(--nd-ivory); text-wrap: pretty;
}
.nd-ritual-closing .nd-button { padding: 19px 50px; }
/* ---- Ritual page responsive -------------------------------- */
@media (max-width: 1200px) {
  :root {
    --nd-pagehero-size: 52px; --nd-ritual-lede-size: 22px;
    --nd-step-col-num: 120px; --nd-step-col-media: 380px; --nd-step-gap: 40px;
    --nd-step-num-size: 54px; --nd-step-title-size: 30px;
    --nd-closing-height: 480px; --nd-closing-title-size: 40px;
  }
  .nd-ritual-lede { padding-bottom: 100px; }
}

/* ============================ from journal.html ============================ */
/* ============================================================
   JOURNAL INDEX
   ============================================================ */
/* ---- Masthead (typographic, no hero image) ---------------- */
.nd-masthead {
  background: var(--nd-indigo-lift);
  margin-top: var(--nd-header-offset);
  padding: 120px var(--nd-gutter) 0;
}
.nd-masthead__inner { max-width: var(--nd-page-max-footer); margin: 0 auto; text-align: center; }
.nd-masthead__eyebrow {
  font-size: var(--nd-eyebrow-size); letter-spacing: 0.30em; text-transform: uppercase;
  color: var(--nd-gold); margin-bottom: 22px;
}
.nd-masthead__title {
  font-family: var(--nd-h1-family); font-weight: var(--nd-h1-weight);
  font-size: var(--nd-jr-title-size); line-height: 1.18;
  margin: 0 0 24px; color: var(--nd-ivory); text-wrap: pretty;
}
.nd-masthead__copy {
  font-size: var(--nd-body-size); font-weight: 300; line-height: var(--nd-body-line);
  color: rgba(217,194,163,0.78); margin: 0 0 110px;
}
.nd-masthead__rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(176,138,78,0) 0%, rgba(176,138,78,0.6) 50%, rgba(176,138,78,0) 100%);
}
/* ---- Article grid ----------------------------------------- */
.nd-articles {
  max-width: var(--nd-page-max-footer);
  margin: 0 auto;
  padding: 120px var(--nd-gutter) var(--nd-section-y);
}
.nd-articles__grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--nd-jr-grid-gap-y) var(--nd-group-gap);
  justify-items: start;
}
.nd-article-card { min-width: 0; width: 100%; display: flex; flex-direction: column; gap: 20px; }
.nd-article-card__media { aspect-ratio: 3 / 2; min-width: 0; overflow: hidden; background: var(--nd-indigo-lift); }
.nd-article-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-article-card__category {
  font-size: var(--nd-eyebrow-size-sm); letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--nd-gold);
}
.nd-article-card__title {
  font-family: var(--nd-font-display); font-weight: 400;
  font-size: var(--nd-jr-card-title-size); line-height: 1.35;
  margin: 0; color: var(--nd-ivory);
}
.nd-article-card__desc {
  font-size: var(--nd-small-size); font-weight: 300; line-height: 1.75;
  color: var(--nd-ivory-66); margin: 0;
}
.nd-article-card__read {
  align-self: flex-start; margin-top: 4px;
  font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--nd-sand);
  border-bottom: var(--nd-border-width) solid rgba(176,138,78,0.55);
  padding-bottom: 5px;
}
.nd-article-card__read:hover { color: var(--nd-gold); }
/* ---- Journal responsive ------------------------------------ */
@media (max-width: 1200px) {
  :root { --nd-jr-title-size: 46px; --nd-jr-card-title-size: 21px; --nd-jr-grid-gap-y: 72px; }
  .nd-masthead { padding-top: 100px; }
  .nd-masthead__copy { margin-bottom: 90px; }
  .nd-articles { padding-top: 100px; }
}

/* ============================ from article-layering.html ============================ */
/* ============================================================
   ARTICLE PAGE
   ============================================================ */
/* ---- Article header --------------------------------------- */
.nd-arhead { position: relative; height: 45vh; min-height: 400px; margin-top: var(--nd-header-offset); }
.nd-arhead__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: var(--nd-indigo-lift); }
.nd-arhead__overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.nd-arhead__scrim {
  padding: 52px 80px; max-width: 900px; text-align: center;
  background: radial-gradient(72% 80% at 50% 50%, rgba(20,24,48,0.88) 0%, rgba(20,24,48,0.62) 60%, rgba(20,24,48,0) 100%);
}
.nd-arhead__category {
  font-size: 12px; font-weight: 500; letter-spacing: 0.30em; text-transform: uppercase;
  color: var(--nd-sand); text-shadow: 0 1px 12px rgba(11,12,21,0.9); margin-bottom: 22px;
}
.nd-arhead__title {
  font-family: var(--nd-h1-family); font-weight: var(--nd-h1-weight);
  font-size: var(--nd-ar-title-size); line-height: 1.18; margin: 0 0 22px;
  color: var(--nd-ivory); text-wrap: pretty;
}
.nd-arhead__read {
  font-size: 12px; letter-spacing: 0.20em; text-transform: uppercase;
  color: #E8DAC4; text-shadow: 0 1px 12px rgba(11,12,21,0.9);
}
/* ---- Article body ----------------------------------------- */
.nd-prose { max-width: var(--nd-ar-measure); margin: 0 auto; padding: 0 var(--nd-gutter); }
.nd-prose--open { padding-top: var(--nd-section-y); }
.nd-prose--resume { padding-top: 110px; }
.nd-prose p {
  font-size: var(--nd-ar-body-size); font-weight: 300; line-height: 2.05;
  color: var(--nd-ivory-85); margin: 0 0 40px; text-wrap: pretty;
}
.nd-prose h2 {
  font-family: var(--nd-font-display); font-weight: 400;
  font-size: var(--nd-ar-h2-size); line-height: 1.3;
  margin: 0 0 28px; color: var(--nd-ivory);
}
.nd-prose__mark { width: 44px; height: 1px; background: var(--nd-gold); margin: 72px 0 24px; }
.nd-prose__mark--first { margin-top: 0; }
.nd-prose__rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(176,138,78,0) 0%, rgba(176,138,78,0.6) 50%, rgba(176,138,78,0) 100%);
  margin: 88px 0 40px;
}
.nd-prose__disclaimer {
  font-style: italic; font-size: 12.5px; font-weight: 300; line-height: 1.9;
  color: rgba(217,194,163,0.55); margin: 0 0 var(--nd-section-y);
}
/* ---- Full-bleed inline figure ------------------------------ */
.nd-figure { margin: 110px 0 0; }
.nd-figure__media { aspect-ratio: 21 / 9; overflow: hidden; background: var(--nd-indigo-lift); }
.nd-figure__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-figure__caption {
  max-width: var(--nd-ar-measure); margin: 0 auto; padding: 26px var(--nd-gutter) 0;
  font-size: 12px; font-weight: 300; line-height: 1.8; letter-spacing: 0.04em;
  color: rgba(217,194,163,0.6); text-align: center;
}
/* ---- Read next -------------------------------------------- */
.nd-readnext { background: var(--nd-indigo-lift); padding: 120px var(--nd-gutter) var(--nd-section-y); }
.nd-readnext__inner { max-width: var(--nd-page-max-footer); margin: 0 auto; }
.nd-readnext__head { text-align: center; margin-bottom: 68px; }
.nd-readnext__eyebrow {
  font-size: var(--nd-eyebrow-size); letter-spacing: 0.30em;
  text-transform: uppercase; color: var(--nd-gold);
}
.nd-readnext__grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px; max-width: 940px; margin: 0 auto;
}
.nd-readnext-card { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.nd-readnext-card__media { aspect-ratio: 3 / 2; min-width: 0; overflow: hidden; background: var(--nd-indigo); }
.nd-readnext-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-readnext-card__category {
  font-size: var(--nd-eyebrow-size-sm); letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--nd-gold);
}
.nd-readnext-card__title {
  font-family: var(--nd-font-display); font-weight: 400;
  font-size: var(--nd-ar-card-title-size); line-height: 1.35;
  margin: 0; color: var(--nd-ivory);
}
.nd-readnext-card__desc {
  font-size: var(--nd-small-size); font-weight: 300; line-height: 1.75;
  color: var(--nd-ivory-66); margin: 0;
}
.nd-readnext-card__read {
  align-self: flex-start; margin-top: 4px;
  font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--nd-sand);
  border-bottom: var(--nd-border-width) solid rgba(176,138,78,0.55);
  padding-bottom: 5px;
}
.nd-readnext-card__read:hover { color: var(--nd-gold); }
/* ---- Article responsive ------------------------------------ */
@media (max-width: 1200px) {
  :root { --nd-ar-title-size: 42px; --nd-ar-h2-size: 26px; --nd-ar-body-size: 16.5px; --nd-ar-card-title-size: 21px; }
  .nd-prose--resume { padding-top: 96px; }
  .nd-figure { margin-top: 96px; }
  .nd-readnext { padding-top: 100px; }
}

/* ============================ from cart.html ============================ */
/* ============================================================
   CART PAGE
   ============================================================ */
.nd-utility__link--current svg { stroke: var(--nd-gold); }
/* ---- Page title ------------------------------------------- */
.nd-cart-head { margin-top: var(--nd-header-offset); padding: 110px var(--nd-gutter) 0; }
.nd-cart-head__inner { max-width: var(--nd-page-max-footer); margin: 0 auto; text-align: center; }
.nd-cart-head__title {
  font-family: var(--nd-h1-family); font-weight: var(--nd-h1-weight);
  font-size: var(--nd-cart-title-size); line-height: 1.18;
  margin: 0 0 84px; color: var(--nd-ivory);
}
.nd-cart-head__rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(176,138,78,0) 0%, rgba(176,138,78,0.6) 50%, rgba(176,138,78,0) 100%);
}
/* ---- Cart body -------------------------------------------- */
.nd-cart {
  max-width: var(--nd-page-max-footer); margin: 0 auto;
  padding: 110px var(--nd-gutter) 140px;
  display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr);
  gap: var(--nd-cart-gap); align-items: start;
}
.nd-cart[hidden], .nd-cart-empty[hidden] { display: none; }
.nd-cart__lines { min-width: 0; }
.nd-line {
  display: grid;
  grid-template-columns: var(--nd-cart-thumb) minmax(0, 1fr) auto auto;
  gap: 32px; align-items: start;
  padding: 40px 0;
  border-bottom: var(--nd-border-width) solid rgba(244,236,223,0.12);
}
.nd-line__media { aspect-ratio: 4 / 5; min-width: 0; overflow: hidden; background: var(--nd-indigo-lift); }
.nd-line__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nd-line__body { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.nd-line__name {
  font-family: var(--nd-font-display); font-size: var(--nd-cart-name-size);
  line-height: 1.3; color: var(--nd-ivory);
}
.nd-line__size {
  font-size: 12.5px; font-weight: 300; letter-spacing: 0.06em;
  color: rgba(217,194,163,0.7);
}
.nd-line__remove {
  align-self: flex-start; margin-top: 12px; padding: 0;
  background: none; border: none; cursor: pointer;
  font-family: var(--nd-font-body); font-size: 11px; font-weight: 300;
  letter-spacing: 0.14em; color: var(--nd-ivory-45);
  transition: color var(--nd-duration-hover) var(--nd-ease-hover);
}
.nd-line__remove:hover { color: var(--nd-gold); }
.nd-line__qty {
  display: flex; align-items: center;
  border: var(--nd-border-width) solid rgba(244,236,223,0.3);
}
.nd-line__step {
  background: transparent; border: none; border-radius: var(--nd-radius);
  color: var(--nd-ivory); width: 42px; height: 48px;
  font-family: var(--nd-font-body); font-size: 15px; font-weight: 300; cursor: pointer;
}
.nd-line__step:hover { color: var(--nd-gold); }
.nd-line__count { min-width: 30px; text-align: center; font-size: 13px; letter-spacing: 0.1em; color: var(--nd-ivory); }
.nd-line__price {
  font-size: 14px; letter-spacing: 0.06em; color: var(--nd-sand);
  padding-top: 15px; white-space: nowrap;
}
/* ---- Summary ---------------------------------------------- */
.nd-summary { min-width: 0; background: #232748; padding: 48px 44px; }
.nd-summary__rows { display: flex; flex-direction: column; gap: 22px; }
.nd-summary__row {
  display: flex; justify-content: space-between;
  font-size: 13.5px; font-weight: 300; letter-spacing: 0.06em;
  color: rgba(244,236,223,0.75);
}
.nd-summary__rule { height: 1px; background: rgba(176,138,78,0.45); margin: 34px 0; }
.nd-summary__total { display: flex; justify-content: space-between; align-items: baseline; }
.nd-summary__total-label {
  font-size: var(--nd-eyebrow-size); letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--nd-gold);
}
.nd-summary__total-value {
  font-family: var(--nd-font-display); font-size: var(--nd-cart-total-size); color: var(--nd-ivory);
}
.nd-summary__progress {
  font-size: 12px; font-weight: 300; line-height: 1.8;
  color: rgba(217,194,163,0.62); margin: 44px 0 20px;
}
.nd-summary__cta { width: 100%; padding: 20px 0; letter-spacing: 0.30em; }
/* ---- Empty state ------------------------------------------ */
.nd-cart-empty {
  max-width: var(--nd-page-max-footer); margin: 0 auto;
  padding: 180px var(--nd-gutter) 220px;
  display: flex; flex-direction: column; align-items: center; gap: 52px; text-align: center;
}
.nd-cart-empty__line {
  font-family: var(--nd-font-display); font-weight: 400;
  font-size: var(--nd-lede-size); line-height: 1.4;
  color: var(--nd-ivory-90); margin: 0;
}
.nd-cart-empty__cta {
  display: inline-block; padding: 19px 50px;
  border: var(--nd-border-width) solid var(--nd-border-button);
  font-size: var(--nd-button-size); letter-spacing: 0.30em;
  text-transform: uppercase; color: var(--nd-ivory);
  transition: background var(--nd-duration-hover) var(--nd-ease-hover);
}
.nd-cart-empty__cta:hover { background: rgba(244,236,223,0.08); color: var(--nd-ivory); }
/* ---- Cart responsive --------------------------------------- */
@media (max-width: 1200px) {
  :root { --nd-cart-title-size: 40px; --nd-cart-gap: 56px; --nd-cart-total-size: 27px; }
  .nd-cart { padding: 90px var(--nd-gutter) 120px; }
  .nd-cart-head { padding-top: 90px; }
  .nd-cart-head__title { margin-bottom: 64px; }
  .nd-summary { padding: 40px 34px; }
}

/* ============================ from account.html ============================ */
/* ============================================================
   ACCOUNT PAGE
   ============================================================ */
/* ---- Welcome hero ----------------------------------------- */
.nd-achero {
  position: relative; height: var(--nd-ac-hero-height);
  overflow: hidden; margin-top: var(--nd-header-offset);
  background: var(--nd-indigo-lift);
}
.nd-achero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.nd-achero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(11,12,21,0.3), rgba(11,12,21,0.85));
}
.nd-achero__inner {
  position: relative; height: 100%;
  max-width: var(--nd-page-max-footer); margin: 0 auto;
  padding: 0 var(--nd-gutter) 60px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.nd-achero__eyebrow {
  font-size: var(--nd-eyebrow-size-sm); letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--nd-sand); margin-bottom: 18px;
}
.nd-achero__name {
  font-family: var(--nd-h1-family); font-weight: var(--nd-h1-weight);
  font-size: var(--nd-ac-name-size); line-height: 1.12;
  margin: 0 0 16px; color: var(--nd-ivory); text-wrap: pretty;
}
.nd-achero__meta {
  font-size: 14.5px; font-weight: 300; letter-spacing: 0.04em;
  color: var(--nd-ivory-75, rgba(244,236,223,0.75)); margin: 0;
}
/* ---- Account tab bar --------------------------------------- */
.nd-actabs { border-bottom: var(--nd-border-width) solid rgba(176,138,78,0.25); }
.nd-actabs__inner {
  max-width: var(--nd-page-max-footer); margin: 0 auto;
  padding: 0 var(--nd-gutter); height: 66px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.nd-actabs__nav { display: flex; gap: 44px; }
.nd-actabs__link {
  font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--nd-ivory-60, rgba(244,236,223,0.6)); white-space: nowrap;
}
.nd-actabs__link--current {
  color: var(--nd-ivory);
  border-bottom: var(--nd-border-width) solid var(--nd-gold);
  padding-bottom: 4px;
}
.nd-actabs__signout {
  font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(217,194,163,0.78); white-space: nowrap;
}
/* ---- Detail cards ----------------------------------------- */
.nd-acgrid {
  max-width: var(--nd-page-max-footer); margin: 0 auto;
  padding: 48px var(--nd-gutter) 46px;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--nd-ac-col-gap); align-items: start;
}
.nd-accard__title {
  font-family: var(--nd-font-display); font-weight: 400;
  font-size: var(--nd-ac-card-title-size); margin: 0 0 26px; color: var(--nd-gold);
}
.nd-accard__body {
  font-size: 14.5px; font-weight: 300; line-height: 2.1;
  color: var(--nd-ivory-85); margin-bottom: 26px;
}
.nd-accard__edit {
  font-size: var(--nd-eyebrow-size-sm); letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--nd-sand);
  border-bottom: var(--nd-border-width) solid rgba(176,138,78,0.5);
  padding-bottom: 5px;
}
.nd-accard__edit:hover { color: var(--nd-gold); }
/* ---- Recent orders ---------------------------------------- */
.nd-acorders {
  max-width: var(--nd-page-max-footer); margin: 0 auto;
  padding: 74px var(--nd-gutter) 140px;
  background-color: var(--nd-ink);
}
.nd-acorders__head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 24px;
  margin-bottom: 30px;
}
.nd-acorders__title {
  font-family: var(--nd-font-display); font-weight: 400;
  font-size: var(--nd-ac-orders-title-size); margin: 0; color: var(--nd-gold);
}
.nd-acorders__all {
  font-size: var(--nd-eyebrow-size-sm); letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--nd-sand);
  border-bottom: var(--nd-border-width) solid rgba(176,138,78,0.5);
  padding-bottom: 5px; white-space: nowrap;
}
.nd-acorders__rule { height: 1px; background: rgba(176,138,78,0.35); margin-bottom: 12px; }
.nd-order {
  display: flex; align-items: baseline; justify-content: space-between; gap: 40px;
  padding: 28px 0;
  border-bottom: var(--nd-border-width) solid var(--nd-rule-ivory);
}
.nd-order:hover .nd-order__id { color: var(--nd-gold); }
.nd-order__id {
  font-family: var(--nd-font-display); font-size: var(--nd-ac-order-id-size);
  color: var(--nd-ivory); flex: 0 0 170px;
  transition: color var(--nd-duration-hover) var(--nd-ease-hover);
}
.nd-order__items { font-size: 13.5px; font-weight: 300; color: var(--nd-ivory-70); flex: 1; }
.nd-order__status { font-size: 13px; font-weight: 300; color: rgba(217,194,163,0.78); flex: 0 0 160px; }
.nd-order__total { font-size: 14px; color: var(--nd-sand); white-space: nowrap; }
/* ---- Account responsive ------------------------------------ */
@media (max-width: 1200px) {
  :root {
    --nd-ac-hero-height: 400px; --nd-ac-name-size: 44px;
    --nd-ac-col-gap: 48px; --nd-ac-orders-title-size: 27px; --nd-ac-order-id-size: 20px;
  }
  .nd-actabs__nav { gap: 30px; }
  .nd-order { gap: 28px; }
  .nd-order__id { flex: 0 0 140px; }
  .nd-order__status { flex: 0 0 140px; }
  .nd-acorders { padding-bottom: 120px; }
}

/* ============================ from contact.html ============================ */
/* ============================================================
   CONTACT PAGE
   ============================================================ */
input::placeholder, textarea::placeholder { color: rgba(244,236,223,0.32); }
/* ---- Masthead --------------------------------------------- */
.nd-ctmast {
  background: var(--nd-indigo-lift);
  margin-top: var(--nd-header-offset);
  padding: 110px var(--nd-gutter);
}
.nd-ctmast__inner { max-width: 860px; margin: 0 auto; text-align: center; }
.nd-ctmast__eyebrow {
  font-size: var(--nd-eyebrow-size); letter-spacing: 0.30em; text-transform: uppercase;
  color: var(--nd-gold); margin-bottom: 22px;
}
.nd-ctmast__title {
  font-family: var(--nd-h1-family); font-weight: var(--nd-h1-weight);
  font-size: var(--nd-ct-title-size); line-height: 1.18;
  margin: 0 0 24px; color: var(--nd-ivory);
}
.nd-ctmast__copy {
  font-size: var(--nd-body-size); font-weight: 300; line-height: var(--nd-body-line);
  color: rgba(217,194,163,0.78); margin: 0;
}
/* ---- Form + details --------------------------------------- */
.nd-contact {
  max-width: 1080px; margin: 0 auto;
  padding: var(--nd-section-y) var(--nd-gutter) 140px;
  display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: var(--nd-ct-gap); align-items: start;
}
.nd-form { display: flex; flex-direction: column; gap: 40px; min-width: 0; }
.nd-field { display: flex; flex-direction: column; gap: 14px; }
.nd-field__label {
  font-size: var(--nd-eyebrow-size-sm); letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--nd-gold);
}
.nd-field__optional { color: rgba(217,194,163,0.6); }
.nd-field__input,
.nd-field__textarea {
  background: transparent;
  border: var(--nd-border-width) solid rgba(244,236,223,0.3);
  border-radius: var(--nd-radius);
  font-family: var(--nd-font-body); font-size: 14px; font-weight: 300;
  letter-spacing: 0.04em; color: var(--nd-ivory);
  outline: none;
  transition: border-color var(--nd-duration-hover) var(--nd-ease-hover);
}
.nd-field__input { height: var(--nd-ct-field-height); padding: 0 20px; }
.nd-field__textarea { padding: 20px; line-height: 1.85; resize: vertical; }
.nd-field__input:focus,
.nd-field__textarea:focus { border-color: var(--nd-gold); }
.nd-form__submit { align-self: flex-start; margin-top: 8px; padding: 19px 50px; letter-spacing: 0.30em; }
.nd-ctdetails {
  min-width: 0; display: flex; flex-direction: column; gap: 34px;
  padding-top: 34px;
}
.nd-ctdetails__email { font-size: 15px; font-weight: 300; letter-spacing: 0.04em; color: var(--nd-sand); }
.nd-ctdetails__place { font-size: 14px; font-weight: 300; line-height: 1.9; color: var(--nd-ivory-66); }
.nd-ctdetails__rule { width: 44px; height: 1px; background: rgba(176,138,78,0.6); }
.nd-ctdetails__note {
  font-size: var(--nd-small-size); font-weight: 300; line-height: 1.95;
  color: rgba(244,236,223,0.6); margin: 0;
}
/* ---- Contact responsive ------------------------------------ */
@media (max-width: 1200px) {
  :root { --nd-ct-title-size: 44px; --nd-ct-gap: 64px; }
  .nd-ctmast { padding: 90px var(--nd-gutter); }
  .nd-contact { padding-bottom: 120px; }
}

/* ============================ from cookie-policy.html ============================ */
/* ============================================================
   LEGAL PAGE (Cookie Policy)
   ============================================================ */
/* ---- Masthead --------------------------------------------- */
.nd-lgmast {
  background: var(--nd-indigo-lift);
  margin-top: var(--nd-header-offset);
  padding: 110px var(--nd-gutter) 0;
}
.nd-lgmast__inner { max-width: var(--nd-lg-measure); margin: 0 auto; text-align: center; }
.nd-lgmast__title {
  font-family: var(--nd-h1-family); font-weight: var(--nd-h1-weight);
  font-size: var(--nd-lg-title-size); line-height: 1.18;
  margin: 0 0 22px; color: var(--nd-ivory);
}
.nd-lgmast__updated {
  font-size: 12px; font-weight: 300; letter-spacing: 0.14em;
  color: rgba(217,194,163,0.7); margin: 0 0 96px;
}
.nd-lgmast__rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(176,138,78,0) 0%, rgba(176,138,78,0.6) 50%, rgba(176,138,78,0) 100%);
}
/* ---- Legal prose ------------------------------------------- */
.nd-legal {
  max-width: var(--nd-lg-measure); margin: 0 auto;
  padding: 120px var(--nd-gutter) 140px;
}
.nd-legal p {
  font-size: var(--nd-lg-body-size); font-weight: 300; line-height: 2.05;
  color: var(--nd-ivory-85); margin: 0 0 34px; text-wrap: pretty;
}
.nd-legal h2 {
  font-family: var(--nd-font-display); font-weight: 400;
  font-size: var(--nd-lg-h2-size); line-height: 1.3;
  margin: 88px 0 28px; color: var(--nd-ivory);
}
.nd-legal strong { font-weight: 500; color: var(--nd-ivory); }
/* body links carry a gold underline; header and footer links do not */
.nd-legal a {
  color: var(--nd-sand);
  border-bottom: var(--nd-border-width) solid rgba(176,138,78,0.45);
}
.nd-legal a:hover { color: var(--nd-gold); }
.nd-legal__lead-out { margin-bottom: 48px !important; }
.nd-legal__rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(176,138,78,0) 0%, rgba(176,138,78,0.6) 50%, rgba(176,138,78,0) 100%);
  margin: 88px 0 40px;
}
.nd-legal__footnote {
  font-size: 12.5px !important; font-weight: 300; line-height: 1.9 !important;
  color: rgba(217,194,163,0.55) !important; margin: 0 !important;
}
/* ---- Cookie table ----------------------------------------- */
.nd-table { width: 100%; border-collapse: collapse; margin: 0 0 48px; }
.nd-table th {
  text-align: left;
  font-family: var(--nd-font-body); font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--nd-gold);
  padding: 0 20px 16px 0;
  border-bottom: var(--nd-border-width) solid rgba(176,138,78,0.5);
}
.nd-table th:last-child, .nd-table td:last-child { padding-right: 0; }
.nd-table td {
  font-size: 13px; font-weight: 300; line-height: 1.7;
  color: var(--nd-ivory-72);
  padding: 20px 20px 20px 0;
  border-bottom: var(--nd-border-width) solid var(--nd-rule-ivory);
}
.nd-table__name { color: var(--nd-ivory-85); white-space: nowrap; }
.nd-table__category { color: rgba(217,194,163,0.72); }
.nd-table__duration { white-space: nowrap; }
/* ---- Legal responsive -------------------------------------- */
@media (max-width: 1200px) {
  :root { --nd-lg-title-size: 44px; --nd-lg-h2-size: 27px; --nd-lg-body-size: 15.5px; }
  .nd-lgmast { padding-top: 90px; }
  .nd-lgmast__updated { margin-bottom: 72px; }
  .nd-legal { padding: 100px var(--nd-gutter) 120px; }
  .nd-legal h2 { margin-top: 72px; }
}


/* =========================================================================
   RESPONSIVE — the designer's own breakpoints, widest to narrowest
   ========================================================================= */

/* ---------- max-width: 99999px ---------- */
@media (prefers-reduced-motion: reduce) {
  .nd-shootingstar { display: none }
  .nd-starfield { animation: none }
}

/* ---------- max-width: 1000px ---------- */
@media (max-width: 1000px) {
  :root { --nd-pagehero-size: 44px; --nd-closing-height: 380px; --nd-closing-size: 24px; }
  .nd-pagehero { height: 46vh; min-height: 380px; }
  .nd-pagehero__scrim { padding: 44px 56px; }
}
@media (max-width: 1000px) {
  :root { --nd-pdp-title-size: 36px; --nd-pdp-price-size: 24px; --nd-pdp-block-gap: 44px; }
  /* the sticky info column has no room beside the gallery — stack it */
  .nd-pdp {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-top: calc(var(--nd-header-offset) + 40px);
  }
  .nd-pdp__info { position: static; top: auto; max-width: 620px; }
  .nd-pdp__info { order: -1; }
  .nd-details { margin-top: 60px; }
  .nd-related__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
}
@media (max-width: 1000px) {
  :root { --nd-pagehero-size: 44px; --nd-step-col-num: 96px; --nd-step-col-media: 300px; --nd-step-num-size: 46px; --nd-step-title-size: 27px; --nd-closing-height: 420px; --nd-closing-title-size: 34px; }
  .nd-pagehero { height: 46vh; min-height: 380px; }
  .nd-pagehero__scrim { padding: 44px 56px; }
  .nd-step { height: 320px; }
}
@media (max-width: 1000px) {
  :root { --nd-jr-title-size: 40px; --nd-jr-grid-gap-y: 64px; }
  .nd-articles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1000px) {
  :root { --nd-ar-title-size: 36px; }
  .nd-arhead { height: 40vh; min-height: 340px; }
  .nd-arhead__scrim { padding: 44px 48px; }
  .nd-readnext__grid { gap: 40px; }
}
@media (max-width: 1000px) {
  :root { --nd-cart-title-size: 36px; --nd-cart-thumb: 96px; --nd-cart-name-size: 19px; }
  /* summary drops below the lines rather than squeezing into a side column */
  .nd-cart { grid-template-columns: 1fr; gap: 56px; }
  .nd-summary { max-width: 480px; }
  .nd-line { gap: 24px; }
}
@media (max-width: 1000px) {
  :root { --nd-ac-name-size: 38px; --nd-ac-card-title-size: 22px; }
  .nd-acgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 40px; }
  /* the tab row scrolls sideways instead of wrapping */
  .nd-actabs__inner { gap: 20px; }
  .nd-actabs__nav { overflow-x: auto; gap: 26px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .nd-actabs__nav::-webkit-scrollbar { display: none; }
  .nd-order__items { flex: 1 1 100%; }
}
@media (max-width: 1000px) {
  :root { --nd-ct-title-size: 38px; }
  /* the details column moves under the form */
  .nd-contact { grid-template-columns: 1fr; gap: 64px; max-width: 640px; }
  .nd-ctdetails { padding-top: 0; gap: 28px; }
}
@media (max-width: 1000px) {
  :root { --nd-lg-title-size: 38px; }
  .nd-table td, .nd-table th { padding-right: 16px; }
}

/* ---------- max-width: 900px ---------- */
@media (max-width: 900px) {
  :root { --nd-card-width: 280px; }
}

/* ---------- max-width: 700px ---------- */
@media (max-width: 700px) {
  :root {
    --nd-pagehero-size: 34px;
    --nd-closing-height: 300px;
    --nd-closing-size: 21px;
    --nd-group-gap: 20px 20px;
  }
  .nd-pagehero { height: 40vh; min-height: 300px; }
  .nd-pagehero__scrim { padding: 32px 24px; background: radial-gradient(90% 90% at 50% 50%, rgba(20,24,48,0.78) 0%, rgba(20,24,48,0.45) 62%, rgba(20,24,48,0) 100%); }
  .nd-pagehero__eyebrow { margin-bottom: 16px; }
  .nd-group { padding-top: 84px; }
  .nd-group__rule { margin-bottom: 44px; }
  /* fixed-width cards become a fluid two-up grid */
  .nd-group__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nd-product--fixed { width: auto; }
  .nd-closing { padding-bottom: 80px; }
  .nd-closing__media { margin-bottom: 56px; }
}
@media (max-width: 700px) {
  :root { --nd-pdp-title-size: 32px; --nd-pdp-price-size: 22px; --nd-pdp-note-size: 15px; --nd-pdp-block-gap: 38px; }
  .nd-pdp { gap: 44px; padding-bottom: var(--nd-section-y); }
  .nd-pdp__meta { margin-bottom: 26px; font-size: 13px; }
  .nd-pdp__price { margin-bottom: 30px; }
  .nd-details { margin-top: 48px; }
  .nd-shot { aspect-ratio: 4 / 5; }
  .nd-note { padding-bottom: 80px; }
  .nd-note__copy { margin-top: 64px; line-height: 1.9; }
  .nd-related { padding-top: 40px; }
  .nd-related__head { margin-bottom: 40px; text-align: left; }
  .nd-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 20px; }
  .nd-related__grid > *:last-child { grid-column: 1 / -1; max-width: 340px; }
}
@media (max-width: 700px) {
  :root {
    --nd-pagehero-size: 34px; --nd-ritual-lede-size: 18px;
    --nd-step-num-size: 34px; --nd-step-title-size: 25px;
    --nd-closing-height: 360px; --nd-closing-title-size: 28px;
  }
  .nd-pagehero { height: 40vh; min-height: 300px; }
  .nd-pagehero__scrim { padding: 32px 24px; background: radial-gradient(90% 90% at 50% 50%, rgba(20,24,48,0.78) 0%, rgba(20,24,48,0.45) 62%, rgba(20,24,48,0) 100%); }
  .nd-pagehero__eyebrow { margin-bottom: 16px; }
  .nd-ritual-lede { padding: 72px var(--nd-gutter); text-align: left; }
  .nd-ritual-lede p { line-height: 1.9; }
  /* the three-column step becomes: number + heading on one line, image below */
  .nd-step { height: auto; }
  .nd-step__inner {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "num body" "media media";
    gap: 18px 20px;
    padding: 48px var(--nd-gutter) 52px;
    align-items: start;
  }
  .nd-step__num { grid-area: num; line-height: 1.05; }
  .nd-step__body { grid-area: body; max-width: none; }
  .nd-step__title { margin-bottom: 14px; }
  .nd-step__media { grid-area: media; height: auto; aspect-ratio: 3 / 2; margin-top: 12px; }
  .nd-ritual-closing__content { gap: 30px; }
}
@media (max-width: 700px) {
  :root { --nd-jr-title-size: 32px; --nd-jr-card-title-size: 20px; --nd-jr-grid-gap-y: 52px; }
  .nd-masthead { padding: 72px var(--nd-gutter) 0; }
  .nd-masthead__inner { text-align: left; }
  .nd-masthead__copy { margin-bottom: 60px; }
  .nd-articles { padding: 60px var(--nd-gutter) 80px; }
  .nd-articles__grid { gap: var(--nd-jr-grid-gap-y) 20px; }
  .nd-article-card { gap: 16px; }
}
@media (max-width: 700px) {
  :root { --nd-ar-title-size: 29px; --nd-ar-h2-size: 23px; --nd-ar-body-size: 15.5px; }
  .nd-arhead { height: 34vh; min-height: 280px; }
  .nd-arhead__scrim {
    padding: 30px 24px;
    background: radial-gradient(92% 92% at 50% 50%, rgba(20,24,48,0.9) 0%, rgba(20,24,48,0.66) 62%, rgba(20,24,48,0) 100%);
  }
  .nd-arhead__category { font-size: 10.5px; letter-spacing: 0.24em; margin-bottom: 16px; }
  .nd-arhead__read { font-size: 10.5px; }
  .nd-prose p { margin-bottom: 30px; line-height: 1.95; }
  .nd-prose h2 { margin-bottom: 22px; }
  .nd-prose__mark { margin: 52px 0 20px; }
  .nd-prose__rule { margin: 60px 0 32px; }
  .nd-prose--resume { padding-top: 72px; }
  .nd-figure { margin-top: 72px; }
  .nd-figure__media { aspect-ratio: 16 / 9; }
  .nd-figure__caption { padding-top: 18px; text-align: left; }
  .nd-readnext { padding: 80px var(--nd-gutter); }
  .nd-readnext__head { margin-bottom: 40px; text-align: left; }
  .nd-readnext__grid { grid-template-columns: 1fr; gap: 52px; }
}
@media (max-width: 700px) {
  :root { --nd-cart-title-size: 30px; --nd-cart-thumb: 84px; --nd-cart-total-size: 25px; }
  .nd-cart-head { padding-top: 64px; }
  .nd-cart-head__title { margin-bottom: 48px; }
  .nd-cart { padding: 56px var(--nd-gutter) 80px; }
  /* thumb + name on the first row; stepper and line price beneath */
  .nd-line {
    grid-template-columns: var(--nd-cart-thumb) minmax(0, 1fr);
    grid-template-areas: "media body" "qty price";
    gap: 18px 20px;
    padding: 32px 0;
    align-items: center;
  }
  .nd-line__media { grid-area: media; align-self: start; }
  .nd-line__body { grid-area: body; }
  .nd-line__remove { margin-top: 8px; }
  .nd-line__qty { grid-area: qty; justify-self: start; }
  .nd-line__price { grid-area: price; justify-self: end; padding-top: 0; }
  .nd-summary { max-width: none; padding: 34px 26px; }
  .nd-summary__progress { margin: 32px 0 18px; }
  .nd-cart-empty { padding: 110px var(--nd-gutter) 130px; gap: 40px; }
}
@media (max-width: 700px) {
  :root {
    --nd-ac-hero-height: 320px; --nd-ac-name-size: 30px;
    --nd-ac-orders-title-size: 24px; --nd-ac-order-id-size: 19px;
  }
  .nd-achero__inner { padding-bottom: 36px; }
  .nd-achero__meta { font-size: 13px; }
  .nd-actabs__inner { height: 58px; padding-right: 0; }
  .nd-actabs__signout { display: none; }
  .nd-acgrid { grid-template-columns: 1fr; gap: 44px; padding: 40px var(--nd-gutter); }
  .nd-accard__body { line-height: 1.95; font-size: 14px; }
  .nd-acorders { padding: 56px var(--nd-gutter) 80px; }
  /* order rows become two lines: id + total, then items and status */
  .nd-order {
    display: grid; grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "id total" "items items" "status status";
    gap: 8px 20px; align-items: baseline; padding: 24px 0;
  }
  .nd-order__id { grid-area: id; flex: none; }
  .nd-order__total { grid-area: total; justify-self: end; }
  .nd-order__items { grid-area: items; flex: none; }
  .nd-order__status { grid-area: status; flex: none; font-size: 12px; letter-spacing: 0.04em; }
}
@media (max-width: 700px) {
  :root { --nd-ct-title-size: 30px; --nd-ct-field-height: 54px; }
  .nd-ctmast { padding: 64px var(--nd-gutter); }
  .nd-ctmast__inner { text-align: left; }
  .nd-contact { padding: 64px var(--nd-gutter) 88px; gap: 52px; }
  .nd-form { gap: 30px; }
  .nd-field { gap: 12px; }
}
@media (max-width: 700px) {
  :root { --nd-lg-title-size: 30px; --nd-lg-h2-size: 24px; --nd-lg-body-size: 15px; }
  .nd-lgmast { padding: 64px var(--nd-gutter) 0; }
  .nd-lgmast__inner { text-align: left; }
  .nd-lgmast__updated { margin-bottom: 48px; }
  .nd-legal { padding: 64px var(--nd-gutter) 88px; }
  .nd-legal p { line-height: 1.95; margin-bottom: 26px; }
  .nd-legal h2 { margin: 56px 0 22px; }
  .nd-legal__rule { margin: 56px 0 32px; }

  /* the four-column table becomes one stacked block per cookie */
  .nd-table thead { display: none; }
  .nd-table, .nd-table tbody, .nd-table tr, .nd-table td { display: block; width: 100%; }
  .nd-table tr {
    padding: 22px 0;
    border-bottom: var(--nd-border-width) solid var(--nd-rule-ivory);
  }
  .nd-table td {
    padding: 0; border-bottom: none;
    display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 12px;
    margin-bottom: 8px;
  }
  .nd-table td:last-child { margin-bottom: 0; }
  .nd-table td::before {
    content: attr(data-label);
    font-size: 9.5px; font-weight: 500; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--nd-gold);
    padding-top: 3px;
  }
  .nd-table__name { white-space: normal; }
}

/* ---------- max-width: 520px ---------- */
@media (max-width: 520px) {
  :root { --nd-pagehero-size: 30px; --nd-closing-height: 240px; --nd-closing-size: 19px; }
  .nd-group__row { grid-template-columns: 1fr; gap: 40px; }
  .nd-product--fixed .nd-product__media { aspect-ratio: 4 / 3; }
  .nd-group--last { padding-bottom: 84px; }
}
@media (max-width: 520px) {
  :root { --nd-pdp-title-size: 29px; }
  .nd-gallery__pair { grid-template-columns: 1fr; }
  .nd-shot, .nd-shot--wide { aspect-ratio: 4 / 5; }
  .nd-shot--wide { aspect-ratio: 3 / 2; }
  .nd-qty { align-self: stretch; justify-content: center; }
  .nd-pdp__add { padding: 20px 0; }
  .nd-related__grid { grid-template-columns: 1fr; gap: 40px; }
  .nd-related__grid > *:last-child { max-width: none; }
  .nd-related__grid .nd-product__media { aspect-ratio: 4 / 3; }
}
@media (max-width: 520px) {
  :root { --nd-pagehero-size: 30px; --nd-ritual-lede-size: 17px; --nd-closing-height: 340px; --nd-closing-title-size: 25px; }
  .nd-step__media { aspect-ratio: 4 / 3; }
  .nd-ritual-closing .nd-button { padding: 17px 20px; }
  .nd-ritual-closing__content { padding: 0 24px; }
}
@media (max-width: 520px) {
  :root { --nd-jr-title-size: 28px; }
  .nd-articles__grid { grid-template-columns: 1fr; gap: 56px; }
  .nd-article-card__media { aspect-ratio: 4 / 3; }
}
@media (max-width: 520px) {
  :root { --nd-ar-title-size: 26px; --nd-ar-body-size: 15px; }
  .nd-figure__media { aspect-ratio: 4 / 3; }
  .nd-readnext-card__media { aspect-ratio: 4 / 3; }
}
@media (max-width: 520px) {
  :root { --nd-cart-title-size: 27px; --nd-cart-thumb: 72px; }
  .nd-line__step { width: 46px; height: 50px; }
  .nd-summary__cta { padding: 20px 0; letter-spacing: 0.22em; }
  .nd-cart-empty__cta { display: block; width: 100%; padding: 17px 20px; letter-spacing: 0.22em; }
}
@media (max-width: 520px) {
  :root { --nd-ac-name-size: 27px; --nd-ac-hero-height: 280px; }
  .nd-acorders__head { flex-direction: column; align-items: flex-start; gap: 14px; }
}
@media (max-width: 520px) {
  :root { --nd-ct-title-size: 27px; }
  .nd-form__submit { align-self: stretch; display: block; width: 100%; padding: 18px 0; letter-spacing: 0.22em; }
}
@media (max-width: 520px) {
  :root { --nd-lg-title-size: 27px; }
  .nd-table td { grid-template-columns: 1fr; gap: 4px; }
  .nd-table td::before { padding-top: 0; }
}

/* ---------- max-width: 390px ---------- */
@media (max-width: 390px) {
  :root { --nd-pagehero-size: 27px; }
}
@media (max-width: 390px) {
  :root { --nd-pdp-title-size: 27px; --nd-pdp-note-size: 14.5px; }
}
@media (max-width: 390px) {
  :root { --nd-pagehero-size: 27px; --nd-ritual-lede-size: 16px; --nd-step-title-size: 23px; }
}
@media (max-width: 390px) {
  :root { --nd-jr-title-size: 26px; --nd-jr-card-title-size: 19px; }
}
@media (max-width: 390px) {
  :root { --nd-ar-title-size: 24px; --nd-ar-h2-size: 21px; --nd-ar-card-title-size: 19px; }
}
@media (max-width: 390px) {
  :root { --nd-cart-title-size: 25px; --nd-cart-name-size: 18px; }
  .nd-line { grid-template-columns: 64px minmax(0, 1fr); }
}
@media (max-width: 390px) {
  :root { --nd-ac-name-size: 25px; --nd-ac-card-title-size: 21px; }
}
@media (max-width: 390px) {
  :root { --nd-ct-title-size: 25px; }
}
@media (max-width: 390px) {
  :root { --nd-lg-title-size: 25px; --nd-lg-h2-size: 22px; }
}
