@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Lora:ital,wght@0,400;0,500;1,400&family=Inter:wght@300;400;500;600&display=swap');

/* ─── RESET ─────────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
img, video, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}

/* ─── TOKENS ─────────────────────────────────────────────────────── */
:root {
  --cream:        #F5EFE4;
  --cream-dim:    #EDE4D6;
  --cream-pale:   #FAF6F0;
  --burgundy:     #6B1A2A;
  --burgundy-deep:#4E0F1C;
  --burgundy-mid: #8C2438;
  --rose:         #C47A8A;
  --rose-pale:    #E8B4BE;
  --gold:         #C9A84C;
  --gold-light:   #E2C97A;
  --ink:          #1A1512;
  --ink-mid:      #2E2420;
  --ink-soft:     #4A3F39;
  --ink-muted:    #7A6E6A;
  --surface-1:    #1E1612;
  --surface-2:    #241C18;
  --surface-3:    #2C231E;
  --surface-4:    #352A24;
  --border-dim:   rgba(201,168,76,0.18);
  --border-soft:  rgba(201,168,76,0.30);
  --shadow-card:  0 4px 28px rgba(10,6,4,0.55);
  --shadow-lift:  0 8px 48px rgba(10,6,4,0.65);
  --radius-sm:    4px;
  --radius-md:    8px;
  --radius-lg:    14px;
  --radius-pill:  999px;
  --ff-display:   'Playfair Display', Georgia, serif;
  --ff-body:      'Lora', Georgia, serif;
  --ff-ui:        'Inter', system-ui, sans-serif;
  --space-1:  clamp(0.25rem, 0.5vw, 0.375rem);
  --space-2:  clamp(0.5rem, 1vw, 0.75rem);
  --space-3:  clamp(0.75rem, 1.5vw, 1rem);
  --space-4:  clamp(1rem, 2vw, 1.5rem);
  --space-5:  clamp(1.5rem, 3vw, 2.25rem);
  --space-6:  clamp(2rem, 4vw, 3.5rem);
  --space-7:  clamp(3rem, 6vw, 5rem);
  --space-8:  clamp(4rem, 8vw, 7rem);
}

/* ─── BASE ───────────────────────────────────────────────────────── */
html, body {
  background-color: var(--surface-1);
  color: var(--cream);
  font-family: var(--ff-body);
  font-size: clamp(15px, 1.05vw + 12px, 18px);
  line-height: 1.72;
  font-weight: 400;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ─── CONTAINER ──────────────────────────────────────────────────── */
.nx-wrap {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3.5rem);
  width: 100%;
}
.nx-wrap--narrow {
  max-width: 780px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3.5rem);
  width: 100%;
}
.nx-wrap--wide {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
  width: 100%;
}

/* ─── TYPOGRAPHY ─────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-display);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--cream);
}
h1 { font-size: clamp(2.4rem, 5vw + 1rem, 5.2rem); }
h2 { font-size: clamp(1.9rem, 3.5vw + 0.5rem, 3.4rem); }
h3 { font-size: clamp(1.35rem, 2vw + 0.4rem, 2rem); }
h4 { font-size: clamp(1.1rem, 1.4vw + 0.3rem, 1.45rem); font-weight: 600; }
h5 { font-size: clamp(0.95rem, 1vw + 0.2rem, 1.15rem); font-weight: 600; }
h6 { font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }

p {
  font-family: var(--ff-body);
  color: var(--cream-dim);
  line-height: 1.78;
  max-width: 68ch;
}
p + p { margin-top: var(--space-4); }

.nx-lead {
  font-size: clamp(1.1rem, 1.5vw + 0.3rem, 1.4rem);
  color: var(--cream);
  line-height: 1.6;
  font-style: italic;
  font-family: var(--ff-body);
}

.nx-eyebrow {
  font-family: var(--ff-ui);
  font-size: clamp(0.68rem, 0.9vw + 0.1rem, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}
.nx-eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.nx-section-heading {
  font-family: var(--ff-display);
  font-size: clamp(1.9rem, 3.5vw + 0.5rem, 3.4rem);
  color: var(--cream);
  margin-bottom: var(--space-4);
}
.nx-section-heading em {
  color: var(--rose);
  font-style: italic;
}

blockquote {
  border-left: 3px solid var(--gold);
  padding-left: var(--space-4);
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.1rem, 1.5vw + 0.3rem, 1.5rem);
  color: var(--cream);
  margin-block: var(--space-5);
}
blockquote cite {
  display: block;
  margin-top: var(--space-2);
  font-size: 0.85rem;
  font-style: normal;
  font-family: var(--ff-ui);
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.06em;
}

/* ─── LINKS ──────────────────────────────────────────────────────── */
a {
  color: var(--rose-pale);
  transition: color 0.2s ease;
}
a:hover { color: var(--gold-light); }

/* ─── BUTTONS ────────────────────────────────────────────────────── */
.nx-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--ff-ui);
  font-size: clamp(0.78rem, 0.9vw + 0.1rem, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85em 2.2em;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.2s ease, color 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.nx-btn:hover { transform: translateY(-2px); }

.nx-btn--primary {
  background: var(--burgundy);
  color: var(--cream);
  box-shadow: 0 4px 20px rgba(107,26,42,0.5);
}
.nx-btn--primary:hover {
  background: var(--burgundy-mid);
  color: var(--cream);
  box-shadow: 0 8px 32px rgba(107,26,42,0.65);
}

.nx-btn--gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--ink);
  box-shadow: 0 4px 20px rgba(201,168,76,0.35);
}
.nx-btn--gold:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--ink);
  box-shadow: 0 8px 32px rgba(201,168,76,0.5);
}

.nx-btn--ghost {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(245,239,228,0.35);
}
.nx-btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  background: rgba(201,168,76,0.07);
}

.nx-btn--sm {
  font-size: 0.72rem;
  padding: 0.65em 1.6em;
}

/* ─── DIVIDER ────────────────────────────────────────────────────── */
.nx-rule {
  border: none;
  border-top: 1px solid var(--border-dim);
  margin-block: var(--space-6);
}
.nx-rule--gold {
  border-top: 1px solid var(--gold);
  opacity: 0.4;
}

/* ─── HEADER / NAV ───────────────────────────────────────────────── */
.nx-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(18,12,9,0.92);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-bottom: 1px solid var(--border-dim);
}
.nx-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(54px, 6vw, 66px);
  gap: var(--space-4);
}
.nx-header__brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-shrink: 0;
  text-decoration: none;
}
.nx-header__logo-mark {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.nx-header__wordmark {
  font-family: var(--ff-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.02em;
  line-height: 1;
}
.nx-header__wordmark span {
  color: var(--gold);
}
.nx-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.5vw, 2.4rem);
}
.nx-nav__link {
  font-family: var(--ff-ui);
  font-size: clamp(0.72rem, 0.85vw + 0.05rem, 0.84rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(245,239,228,0.7);
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
  padding-bottom: 2px;
  white-space: nowrap;
}
.nx-nav__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.25s ease;
}
.nx-nav__link:hover {
  color: var(--cream);
}
.nx-nav__link:hover::after {
  width: 100%;
}
.nx-nav__link--active {
  color: var(--gold);
}
.nx-nav__link--active::after {
  width: 100%;
}
.nx-header__actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-shrink: 0;
}
.nx-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--space-2);
}
.nx-hamburger__line {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--cream);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
/* mobile drawer */
.nx-nav--mobile {
  display: none;
  position: fixed;
  inset: 0;
  top: 0;
  background: var(--surface-2);
  z-index: 850;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-5);
  padding: var(--space-7);
}
.nx-nav--mobile.is-open {
  display: flex;
}
.nx-nav--mobile .nx-nav__link {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  color: var(--cream);
  letter-spacing: 0.12em;
}
.nx-mobile-close {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  background: none;
  border: none;
  color: var(--cream);
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
  font-family: var(--ff-ui);
}

@media (max-width: 860px) {
  .nx-nav--desktop { display: none; }
  .nx-hamburger { display: flex; }
}

/* ─── FOOTER ─────────────────────────────────────────────────────── */
.nx-footer {
  background: var(--surface-2);
  border-top: 1px solid var(--border-dim);
  padding-top: var(--space-8);
  padding-bottom: var(--space-6);
  position: relative;
  overflow: hidden;
}
.nx-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.nx-footer__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: var(--space-6) var(--space-5);
}
.nx-footer__brand-col {}
.nx-footer__brand-name {
  font-family: var(--ff-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-3);
}
.nx-footer__brand-name span { color: var(--gold); }
.nx-footer__tagline {
  font-family: var(--ff-body);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--rose-pale);
  margin-bottom: var(--space-4);
  line-height: 1.5;
  max-width: 28ch;
}
.nx-footer__social {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
}
.nx-footer__social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream-dim);
  font-size: 0.8rem;
  font-family: var(--ff-ui);
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  text-decoration: none;
}
.nx-footer__social-link:hover {
  border-color: var(--gold);
  background: rgba(201,168,76,0.12);
  color: var(--gold);
}
.nx-footer__col-heading {
  font-family: var(--ff-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-4);
}
.nx-footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.nx-footer__links a {
  font-family: var(--ff-ui);
  font-size: clamp(0.82rem, 0.9vw + 0.05rem, 0.9rem);
  color: rgba(245,239,228,0.6);
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.4;
}
.nx-footer__links a:hover { color: var(--cream); }
.nx-footer__bottom {
  margin-top: var(--space-7);
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-dim);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  flex-wrap: wrap;
}
.nx-footer__copy {
  font-family: var(--ff-ui);
  font-size: 0.78rem;
  color: rgba(245,239,228,0.38);
  line-height: 1.5;
}
.nx-footer__legal {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
}
.nx-footer__legal a {
  font-family: var(--ff-ui);
  font-size: 0.78rem;
  color: rgba(245,239,228,0.38);
  text-decoration: none;
  transition: color 0.2s;
}
.nx-footer__legal a:hover { color: var(--cream-dim); }

@media (max-width: 900px) {
  .nx-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .nx-footer__brand-col {
    grid-column: 1 / -1;
  }
}
@media (max-width: 560px) {
  .nx-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* ─── HERO ───────────────────────────────────────────────────────── */
.nx-hero {
  background: var(--surface-1);
  padding-block: clamp(5rem, 10vw, 9rem) clamp(4rem, 8vw, 7rem);
  position: relative;
  overflow: hidden;
}
.nx-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 70% 40%, rgba(107,26,42,0.28) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 15% 80%, rgba(196,122,138,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.nx-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}
.nx-hero__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.nx-hero__title {
  font-family: var(--ff-display);
  font-size: clamp(2.8rem, 5.5vw + 1rem, 5.8rem);
  line-height: 1.06;
  color: var(--cream);
  font-weight: 700;
  letter-spacing: -0.025em;
}
.nx-hero__title em {
  font-style: italic;
  color: var(--rose);
  display: block;
}
.nx-hero__subtitle {
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.3vw + 0.3rem, 1.25rem);
  color: rgba(245,239,228,0.75);
  line-height: 1.7;
  max-width: 52ch;
}
.nx-hero__actions {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-top: var(--space-2);
}
.nx-hero__image-slot {
  position: relative;
}
.nx-hero__image-slot img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lift);
}
.nx-hero__image-frame {
  position: absolute;
  inset: -10px;
  border-radius: calc(var(--radius-lg) + 4px);
  border: 1px solid var(--border-soft);
  pointer-events: none;
}
.nx-hero__image-accent {
  position: absolute;
  bottom: -18px;
  left: -18px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--burgundy);
  opacity: 0.45;
  filter: blur(30px);
  pointer-events: none;
}

@media (max-width: 760px) {
  .nx-hero__grid {
    grid-template-columns: 1fr;
  }
  .nx-hero__image-slot {
    order: -1;
    max-width: 420px;
    margin-inline: auto;
  }
}

/* ─── CONTENT SECTION ────────────────────────────────────────────── */
.nx-content-section {
  padding-block: var(--space-8);
  background: var(--surface-1);
}
.nx-content-section--alt {
  background: var(--surface-2);
}
.nx-content-section--cream {
  background: var(--surface-3);
}
.nx-content-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: var(--space-5);
}
.nx-content-body p { max-width: 68ch; }

/* ─── CARD GRID ──────────────────────────────────────────────────── */
.nx-card-grid {
  padding-block: var(--space-8);
  background: var(--surface-2);
}
.nx-card-grid__header {
  margin-bottom: var(--space-6);
}
.nx-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}
.nx-card {
  background: var(--surface-3);
  border: 1px solid var(--border-dim);
  border-radius: var(--radius-lg);
  padding: var(--space-5) var(--space-5) var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
  overflow: hidden;
}
.nx-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--burgundy), var(--rose));
  opacity: 0;
  transition: opacity 0.22s ease;
}
.nx-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  border-color: var(--border-soft);
}
.nx-card:hover::before { opacity: 1; }
.nx-card__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(107,26,42,0.35);
  border: 1px solid rgba(107,26,42,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.nx-card__title {
  font-family: var(--ff-display);
  font-size: clamp(1.15rem, 1.5vw + 0.2rem, 1.5rem);
  font-weight: 600;
  color: var(--cream);
  line-height: 1.2;
}
.nx-card__text {
  font-family: var(--ff-body);
  font-size: clamp(0.88rem, 1vw + 0.1rem, 0.98rem);
  color: rgba(245,239,228,0.68);
  line-height: 1.72;
  max-width: none;
}
.nx-card__link {
  margin-top: auto;
  font-family: var(--ff-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}
.nx-card__link:hover { gap: 10px; color: var(--gold-light); }
.nx-card__link::after { content: '→'; }

@media (max-width: 860px) {
  .nx-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .nx-cards { grid-template-columns: 1fr; }
}

/* ─── STATS ROW ──────────────────────────────────────────────────── */
.nx-stats {
  padding-block: var(--space-7);
  background: var(--burgundy-deep);
  position: relative;
  overflow: hidden;
}
.nx-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 100% at 50% 50%, rgba(201,168,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.nx-stats__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
  position: relative;
  z-index: 1;
}
.nx-stat {
  text-align: center;
  padding: var(--space-4);
  border-right: 1px solid rgba(201,168,76,0.2);
}
.nx-stat:last-child { border-right: none; }
.nx-stat__number {
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 4vw + 0.5rem, 4.2rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-2);
}
.nx-stat__label {
  font-family: var(--ff-ui);
  font-size: clamp(0.72rem, 0.9vw + 0.05rem, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245,239,228,0.7);
  line-height: 1.4;
}

@media (max-width: 700px) {
  .nx-stats__row { grid-template-columns: repeat(2, 1fr); }
  .nx-stat:nth-child(2) { border-right: none; }
}
@media (max-width: 400px) {
  .nx-stats__row { grid-template-columns: 1fr; }
  .nx-stat { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.2); }
  .nx-stat:last-child { border-bottom: none; }
}

/* ─── CTA BAND ───────────────────────────────────────────────────── */
.nx-cta {
  padding-block: var(--space-8);
  background: var(--surface-3);
  position: relative;
  overflow: hidden;
}
.nx-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 80% 50%, rgba(107,26,42,0.32) 0%, transparent 65%),
    radial-gradient(ellipse 40% 60% at 10% 60%, rgba(196,122,138,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.nx-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-5);
  position: relative;
  z-index: 1;
}
.nx-cta__title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4vw + 0.5rem, 3.8rem);
  color: var(--cream);
  line-height: 1.12;
  max-width: 18ch;
}
.nx-cta__title em { color: var(--rose); font-style: italic; }
.nx-cta__subtitle {
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.3vw + 0.2rem, 1.2rem);
  color: rgba(245,239,228,0.72);
  max-width: 52ch;
  line-height: 1.7;
}
.nx-cta__actions {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  justify-content: center;
}
.nx-cta__note {
  font-family: var(--ff-ui);
  font-size: 0.78rem;
  color: rgba(245,239,228,0.4);
  letter-spacing: 0.04em;
}

/* ─── FAQ ────────────────────────────────────────────────────────── */
.nx-faq {
  padding-block: var(--space-8);
  background: var(--surface-2);
}
.nx-faq__header {
  margin-bottom: var(--space-6);
  max-width: 56ch;
}
.nx-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 820px;
}
.nx-faq__item {
  border-bottom: 1px solid var(--border-dim);
}
.nx-faq__item:first-child {
  border-top: 1px solid var(--border-dim);
}
.nx-faq__question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding-block: var(--space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  font-family: var(--ff-display);
  font-size: clamp(1rem, 1.3vw + 0.2rem, 1.2rem);
  font-weight: 600;
  color: var(--cream);
  transition: color 0.2s;
}
.nx-faq__question:hover { color: var(--gold-light); }
.nx-faq__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
  transition: transform 0.2s ease, background 0.2s;
  font-family: var(--ff-ui);
  font-weight: 300;
  line-height: 1;
}
.nx-faq__item.is-open .nx-faq__icon {
  transform: rotate(45deg);
  background: rgba(201,168,76,0.15);
}
.nx-faq__answer {
  display: none;
  padding-bottom: var(--space-4);
  padding-right: var(--space-6);
}
.nx-faq__item.is-open .nx-faq__answer { display: block; }
.nx-faq__answer p {
  font-family: var(--ff-body);
  font-size: clamp(0.9rem, 1vw + 0.1rem, 1rem);
  color: rgba(245,239,228,0.7);
  line-height: 1.78;
  max-width: 64ch;
}

/* ─── FORMS ──────────────────────────────────────────────────────── */
.nx-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.nx-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}
.nx-field {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.nx-field label {
  font-family: var(--ff-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245,239,228,0.6);
}
.nx-field input,
.nx-field textarea,
.nx-field select {
  background: var(--surface-4);
  border: 1px solid var(--border-dim);
  border-radius: var(--radius-md);
  padding: 0.85em 1.2em;
  color: var(--cream);
  font-family: var(--ff-body);
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.nx-field input::placeholder,
.nx-field textarea::placeholder {
  color: rgba(245,239,228,0.3);
}
.nx-field input:focus,
.nx-field textarea:focus,
.nx-field select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.nx-field textarea { resize: vertical; min-height: 120px; }

@media (max-width: 560px) {
  .nx-form__row { grid-template-columns: 1fr; }
}

/* ─── NEWSLETTER INLINE ──────────────────────────────────────────── */
.nx-newsletter-inline {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 480px;
}
.nx-newsletter-inline input {
  flex: 1 1 220px;
  background: var(--surface-4);
  border: 1px solid var(--border-dim);
  border-radius: var(--radius-pill);
  padding: 0.75em 1.4em;
  color: var(--cream);
  font-family: var(--ff-body);
  font-size: 0.9rem;
  transition: border-color 0.2s;
  min-width: 0;
}
.nx-newsletter-inline input:focus {
  outline: none;
  border-color: var(--gold);
}
.nx-newsletter-inline input::placeholder {
  color: rgba(245,239,228,0.35);
}

/* ─── MAGAZINE COVER CARD ────────────────────────────────────────── */
.nx-cover-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  aspect-ratio: 2/3;
  background: var(--surface-3);
}
.nx-cover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.nx-cover-card:hover img { transform: scale(1.04); }
.nx-cover-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18,12,9,0.9) 0%, rgba(18,12,9,0.2) 50%, transparent 100%);
}
.nx-cover-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-4);
}
.nx-cover-card__issue {
  font-family: var(--ff-ui);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-2);
}
.nx-cover-card__title {
  font-family: var(--ff-display);
  font-size: clamp(1rem, 1.5vw + 0.2rem, 1.3rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.2;
}

/* ─── ARTICLE CARD ───────────────────────────────────────────────── */
.nx-article-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface-3);
  border: 1px solid var(--border-dim);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.nx-article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: var(--border-soft);
}
.nx-article-card__thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.nx-article-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.nx-article-card:hover .nx-article-card__thumb img { transform: scale(1.05); }
.nx-article-card__body {
  padding: var(--space-4) var(--space-4) var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  flex: 1;
}
.nx-article-card__cat {
  font-family: var(--ff-ui);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose);
}
.nx-article-card__title {
  font-family: var(--ff-display);
  font-size: clamp(1rem, 1.3vw + 0.2rem, 1.25rem);
  font-weight: 600;
  color: var(--cream);
  line-height: 1.25;
}
.nx-article-card__excerpt {
  font-family: var(--ff-body);
  font-size: 0.88rem;
  color: rgba(245,239,228,0.62);
  line-height: 1.68;
  max-width: none;
}
.nx-article-card__meta {
  margin-top: auto;
  padding-top: var(--space-3);
  border-top: 1px solid var(--border-dim);
  font-family: var(--ff-ui);
  font-size: 0.74rem;
  color: rgba(245,239,228,0.45);
  display: flex;
  gap: var(--space-3);
  align-items: center;
}

/* ─── QUOTE BLOCK ────────────────────────────────────────────────── */
.nx-pull-quote {
  padding-block: var(--space-8);
  background: var(--surface-3);
  text-align: center;
  position: relative;
}
.nx-pull-quote::before {
  content: '\201C';
  font-family: var(--ff-display);
  font-size: clamp(6rem, 12vw, 14rem);
  color: var(--burgundy);
  opacity: 0.3;
  position: absolute;
  top: -0.1em;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  pointer-events: none;
}
.nx-pull-quote blockquote {
  border: none;
  padding: 0;
  font-size: clamp(1.3rem, 2.5vw + 0.3rem, 2.2rem);
  color: var(--cream);
  max-width: 26ch;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.nx-pull-quote blockquote cite {
  margin-top: var(--space-4);
  font-size: 0.82rem;
  color: var(--gold);
}

/* ─── TAG / BADGE ────────────────────────────────────────────────── */
.nx-tag {
  display: inline-block;
  font-family: var(--ff-ui);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.3em 0.9em;
  border-radius: var(--radius-pill);
  background: rgba(107,26,42,0.4);
  color: var(--rose-pale);
  border: 1px solid rgba(196,122,138,0.3);
}
.nx-tag--gold {
  background: rgba(201,168,76,0.15);
  color: var(--gold-light);
  border-color: rgba(201,168,76,0.3);
}

/* ─── MEMBERSHIP TIER CARD ───────────────────────────────────────── */
.nx-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  align-items: start;
}
.nx-tier {
  background: var(--surface-3);
  border: 1px solid var(--border-dim);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.nx-tier:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.nx-tier--featured {
  border-color: var(--gold);
  background: var(--surface-4);
  position: relative;
}
.nx-tier--featured::before {
  content: 'Most Popular';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--ink);
  font-family: var(--ff-ui);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3em 1.2em;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}
.nx-tier__name {
  font-family: var(--ff-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--cream);
}
.nx-tier__price {
  display: flex;
  align-items: baseline;
  gap: 0.3em;
}
.nx-tier__price-amount {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.nx-tier__price-period {
  font-family: var(--ff-ui);
  font-size: 0.82rem;
  color: rgba(245,239,228,0.5);
}
.nx-tier__features {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.nx-tier__feature {
  font-family: var(--ff-ui);
  font-size: 0.86rem;
  color: rgba(245,239,228,0.72);
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  line-height: 1.45;
}
.nx-tier__feature::before {
  content: '✦';
  color: var(--gold);
  font-size: 0.6rem;
  margin-top: 0.3em;
  flex-shrink: 0;
}

@media (max-width: 860px) {
  .nx-tier-grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
}

/* ─── UTILS ──────────────────────────────────────────────────────── */
.nx-text-center { text-align: center; }
.nx-text-center p { margin-inline: auto; }
.nx-mt-1 { margin-top: var(--space-1); }
.nx-mt-2 { margin-top: var(--space-2); }
.nx-mt-3 { margin-top: var(--space-3); }
.nx-mt-4 { margin-top: var(--space-4); }
.nx-mt-5 { margin-top: var(--space-5); }
.nx-mt-6 { margin-top: var(--space-6); }
.nx-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
} img,svg,video{max-width:100%;height:auto} *{box-sizing:border-box} html{-webkit-text-size-adjust:100%} 