/* =============================================================
   THEME PACK: LUXE
   Scope: html[data-theme-pack="luxe"]
   Inspiration: Hermès, Aesop, A.P.C., Loro Piana, Jaeger-LeCoultre
   Vibe: Cream paper, deep ink, generous whitespace, large serifs,
   square edges, gold-leaf accents, editorial restraint.
   ============================================================= */

/* Absans-only: removed Google Fonts @import */

/* -------------------------------------------------------------
   1. TOKEN OVERRIDES
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] {
  /* Surfaces — warm cream paper hierarchy */
  --bg-void:    #f5efe4 !important;   /* main paper */
  --bg-base:    #f0e9da !important;
  --bg-raised:  #ebe3d2 !important;   /* surface */
  --bg-panel:   #ebe3d2 !important;
  --bg-hover:   #e3d9c4 !important;
  --bg-active:  #d9ccb2 !important;

  /* Borders — hairline ink */
  --border:        rgba(28, 26, 22, 0.14) !important;
  --border-light:  rgba(28, 26, 22, 0.08) !important;

  /* Gold leaf accents */
  --gold:        #a07a3c !important;
  --gold-bright: #c69a52 !important;
  --gold-dim:    rgba(160, 122, 60, 0.14) !important;

  /* Ink hierarchy */
  --white:     #1c1a16 !important;   /* deep ink */
  --off-white: #2a261f !important;
  --muted:     #4a423a !important;
  --faint:     #6b6357 !important;

  /* Semantic, muted-luxe */
  --green:  #5a6b3a !important;
  --red:    #8a3b2d !important;
  --amber:  #a07a3c !important;
  --blue:   #2f4a6b !important;

  /* Type */
  --font-serif: 'Absans', Georgia, 'Times New Roman', serif !important;
  --font-body:  'Absans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
  --font-mono:  'Absans', ui-monospace, 'SF Mono', Menlo, Consolas, monospace !important;

  /* Radii — square editorial */
  --radius-xs:   0 !important;
  --radius-sm:   0 !important;
  --radius:      0 !important;
  --radius-lg:   0 !important;
  --radius-xl:   0 !important;
  --radius-pill: 999px !important;   /* exception for tags */
}

/* -------------------------------------------------------------
   2. GLOBAL BASELINE
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] body,
html[data-theme-pack="luxe"] {
  font-family: var(--font-body);
  background: var(--bg-void);
  color: var(--off-white);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[data-theme-pack="luxe"] ::selection {
  background: rgba(160, 122, 60, 0.30);
  color: #1c1a16;
}

/* -------------------------------------------------------------
   3. TYPOGRAPHY — large serifs, editorial scale
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] h1,
html[data-theme-pack="luxe"] h2,
html[data-theme-pack="luxe"] h3,
html[data-theme-pack="luxe"] h4,
html[data-theme-pack="luxe"] h5,
html[data-theme-pack="luxe"] h6 {
  font-family: var(--font-serif);
  color: #1c1a16;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.05;
}

html[data-theme-pack="luxe"] h1,
html[data-theme-pack="luxe"] .hero h1,
html[data-theme-pack="luxe"] .hero-title {
  font-family: var(--font-serif);
  font-size: clamp(56px, 8vw, 96px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.02;
  color: #1c1a16;
  margin-bottom: 24px;
}

/* Italic accent inside headlines */
html[data-theme-pack="luxe"] h1 em,
html[data-theme-pack="luxe"] .hero h1 em,
html[data-theme-pack="luxe"] .hero-title em {
  font-style: italic;
  font-weight: 500;
  color: #6b4f1f;
}

html[data-theme-pack="luxe"] h2,
html[data-theme-pack="luxe"] .section h2,
html[data-theme-pack="luxe"] .section-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.08;
}

html[data-theme-pack="luxe"] h3 {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500;
  letter-spacing: -0.005em;
}

html[data-theme-pack="luxe"] h4 {
  font-size: 22px;
  font-weight: 500;
}

html[data-theme-pack="luxe"] p,
html[data-theme-pack="luxe"] .lead,
html[data-theme-pack="luxe"] .hero-sub,
html[data-theme-pack="luxe"] .section-sub {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0.005em;
}

html[data-theme-pack="luxe"] .hero-sub,
html[data-theme-pack="luxe"] .hero p {
  font-size: 18px;
  color: #4a423a;
  max-width: 560px;
  line-height: 1.65;
}

html[data-theme-pack="luxe"] .eyebrow,
html[data-theme-pack="luxe"] .kicker,
html[data-theme-pack="luxe"] .label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #6b4f1f;
  margin-bottom: 24px;
}

html[data-theme-pack="luxe"] a {
  color: #6b4f1f;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, color 0.25s ease;
}
html[data-theme-pack="luxe"] a:hover {
  color: #1c1a16;
  border-bottom-color: #1c1a16;
}

/* -------------------------------------------------------------
   4. NAV — tall, hairline, serif lockup
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] .nav,
html[data-theme-pack="luxe"] nav.nav,
html[data-theme-pack="luxe"] header.nav {
  background: var(--bg-void) !important;
  border-bottom: 1px solid var(--border) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none;
  height: 84px;
  padding: 0 40px;
}

html[data-theme-pack="luxe"] .nav-logo,
html[data-theme-pack="luxe"] .nav-brand {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #1c1a16;
  font-size: 26px;
  text-transform: none;
}

html[data-theme-pack="luxe"] .nav a,
html[data-theme-pack="luxe"] .nav-link {
  font-family: var(--font-body);
  color: #2a261f;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  border-bottom: none;
}
html[data-theme-pack="luxe"] .nav a:hover,
html[data-theme-pack="luxe"] .nav-link:hover {
  color: #6b4f1f;
  border-bottom: none;
}

/* -------------------------------------------------------------
   5. BUTTONS — thin ink border, no fill, uppercase
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] .btn,
html[data-theme-pack="luxe"] button.btn,
html[data-theme-pack="luxe"] a.btn {
  border-radius: 0 !important;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 18px 32px;
  line-height: 1;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #1c1a16;
}

html[data-theme-pack="luxe"] .btn-primary,
html[data-theme-pack="luxe"] .btn-gold {
  background: transparent !important;
  color: #1c1a16 !important;
  border: 1px solid #1c1a16 !important;
  box-shadow: none;
}
html[data-theme-pack="luxe"] .btn-primary:hover,
html[data-theme-pack="luxe"] .btn-gold:hover {
  background: #1c1a16 !important;
  color: #f5efe4 !important;
  border-color: #1c1a16 !important;
}

html[data-theme-pack="luxe"] .btn-ghost {
  background: transparent !important;
  color: #1c1a16 !important;
  border: 1px solid transparent !important;
  padding: 18px 18px;
}
html[data-theme-pack="luxe"] .btn-ghost:hover {
  background: transparent !important;
  color: #6b4f1f !important;
  border-bottom: 1px solid #6b4f1f !important;
  padding-bottom: 17px;
}

html[data-theme-pack="luxe"] .btn-outline,
html[data-theme-pack="luxe"] .btn-secondary {
  background: transparent !important;
  color: #6b4f1f !important;
  border: 1px solid #6b4f1f !important;
}
html[data-theme-pack="luxe"] .btn-outline:hover,
html[data-theme-pack="luxe"] .btn-secondary:hover {
  background: #6b4f1f !important;
  color: #f5efe4 !important;
}

html[data-theme-pack="luxe"] .btn-sm {
  padding: 12px 22px;
  font-size: 10px;
  letter-spacing: 0.18em;
}

html[data-theme-pack="luxe"] .btn-lg {
  padding: 22px 40px;
  font-size: 12px;
  letter-spacing: 0.24em;
}

html[data-theme-pack="luxe"] .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px #6b4f1f;
}

/* -------------------------------------------------------------
   6. HERO — editorial wash, immense headline
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] .hero {
  background: var(--bg-void);
  padding: 140px 0 120px;
  border-bottom: 1px solid var(--border);
}

html[data-theme-pack="luxe"] .hero-cta-row,
html[data-theme-pack="luxe"] .hero-actions {
  margin-top: 48px;
  gap: 16px;
}

/* -------------------------------------------------------------
   7. SECTIONS — generous whitespace
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] .section {
  background: var(--bg-void);
  padding: 120px 0;
}
html[data-theme-pack="luxe"] .section + .section {
  border-top: 1px solid var(--border);
}
html[data-theme-pack="luxe"] .section-alt {
  background: var(--bg-raised);
}

html[data-theme-pack="luxe"] .section-title {
  margin-bottom: 24px;
}
html[data-theme-pack="luxe"] .section-sub {
  font-size: 17px;
  color: #4a423a;
  margin-bottom: 72px;
  max-width: 580px;
  line-height: 1.65;
}

/* -------------------------------------------------------------
   8. CARDS — hairline only, no shadow
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] .card,
html[data-theme-pack="luxe"] .feat-card,
html[data-theme-pack="luxe"] .feature-card {
  background: transparent !important;
  border: 1px solid rgba(28, 26, 22, 0.12) !important;
  border-radius: 0 !important;
  padding: 40px 32px;
  box-shadow: none !important;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}
html[data-theme-pack="luxe"] .card:hover,
html[data-theme-pack="luxe"] .feat-card:hover,
html[data-theme-pack="luxe"] .feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(28, 26, 22, 0.32);
  background: rgba(28, 26, 22, 0.015);
}

html[data-theme-pack="luxe"] .card-title,
html[data-theme-pack="luxe"] .feat-title {
  font-family: var(--font-serif);
  color: #1c1a16;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.005em;
  margin-bottom: 12px;
  line-height: 1.15;
}
html[data-theme-pack="luxe"] .card-body,
html[data-theme-pack="luxe"] .feat-body {
  font-family: var(--font-body);
  color: #4a423a;
  font-size: 15px;
  line-height: 1.65;
}

html[data-theme-pack="luxe"] .feat-icon,
html[data-theme-pack="luxe"] .card-icon {
  background: transparent;
  color: #6b4f1f;
  width: 36px;
  height: 36px;
  border-radius: 0;
  border: 1px solid #6b4f1f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

/* -------------------------------------------------------------
   9. PRICING — editorial plan cards
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] .pricing-grid {
  gap: 0;
  border-left: 1px solid var(--border);
}

html[data-theme-pack="luxe"] .pricing-card {
  background: transparent !important;
  border: none !important;
  border-right: 1px solid var(--border) !important;
  border-top: 1px solid var(--border) !important;
  border-bottom: 1px solid var(--border) !important;
  border-radius: 0 !important;
  padding: 56px 40px;
  box-shadow: none !important;
  position: relative;
}

html[data-theme-pack="luxe"] .pricing-card.popular,
html[data-theme-pack="luxe"] .pricing-card[data-popular] {
  background: rgba(28, 26, 22, 0.025) !important;
}
html[data-theme-pack="luxe"] .pricing-card.popular::before,
html[data-theme-pack="luxe"] .pricing-card[data-popular]::before {
  content: "MAISON";
  position: absolute;
  top: 24px;
  right: 32px;
  color: #6b4f1f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

html[data-theme-pack="luxe"] .pricing-name,
html[data-theme-pack="luxe"] .plan-name {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #6b4f1f;
  margin-bottom: 32px;
}

html[data-theme-pack="luxe"] .pricing-amount,
html[data-theme-pack="luxe"] .price {
  font-family: var(--font-serif);
  font-size: 72px;
  font-weight: 400;
  color: #1c1a16;
  letter-spacing: -0.02em;
  line-height: 1;
}
html[data-theme-pack="luxe"] .pricing-period,
html[data-theme-pack="luxe"] .price-period {
  font-family: var(--font-body);
  color: #6b6357;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

html[data-theme-pack="luxe"] .pricing-features {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
html[data-theme-pack="luxe"] .pricing-features li {
  padding: 10px 0;
  color: #2a261f;
  font-size: 14px;
  font-family: var(--font-body);
  line-height: 1.55;
  border-bottom: none;
}

/* -------------------------------------------------------------
   10. FORMS — underline only
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] input,
html[data-theme-pack="luxe"] select,
html[data-theme-pack="luxe"] textarea,
html[data-theme-pack="luxe"] .form-input,
html[data-theme-pack="luxe"] .form-select,
html[data-theme-pack="luxe"] .form-textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(28, 26, 22, 0.4) !important;
  border-radius: 0 !important;
  padding: 12px 0;
  font-family: var(--font-body);
  font-size: 16px;
  color: #1c1a16;
  transition: border-color 0.25s ease;
  box-shadow: none !important;
}
html[data-theme-pack="luxe"] textarea {
  border: 1px solid rgba(28, 26, 22, 0.4) !important;
  padding: 14px 16px;
}
html[data-theme-pack="luxe"] input:hover,
html[data-theme-pack="luxe"] select:hover {
  border-bottom-color: #1c1a16 !important;
}
html[data-theme-pack="luxe"] input:focus,
html[data-theme-pack="luxe"] select:focus,
html[data-theme-pack="luxe"] textarea:focus {
  outline: none;
  border-bottom-color: #6b4f1f !important;
  border-color: #6b4f1f !important;
  box-shadow: none !important;
}

html[data-theme-pack="luxe"] input::placeholder,
html[data-theme-pack="luxe"] textarea::placeholder {
  color: rgba(28, 26, 22, 0.35);
  font-style: italic;
}

html[data-theme-pack="luxe"] label,
html[data-theme-pack="luxe"] .form-label {
  font-family: var(--font-body);
  color: #4a423a;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

html[data-theme-pack="luxe"] .form-hint {
  color: #6b6357;
  font-size: 13px;
  margin-top: 8px;
  font-style: italic;
}

/* -------------------------------------------------------------
   11. TAGS & BADGES — pills exception, hairline
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] .tag,
html[data-theme-pack="luxe"] .badge {
  background: transparent !important;
  color: #1c1a16 !important;
  border: 1px solid rgba(28, 26, 22, 0.32) !important;
  border-radius: 999px !important;
  padding: 4px 14px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

html[data-theme-pack="luxe"] .badge-success {
  color: #5a6b3a !important;
  border-color: rgba(90, 107, 58, 0.5) !important;
}
html[data-theme-pack="luxe"] .badge-gold,
html[data-theme-pack="luxe"] .badge-primary {
  color: #6b4f1f !important;
  border-color: rgba(107, 79, 31, 0.5) !important;
}
html[data-theme-pack="luxe"] .badge-warn,
html[data-theme-pack="luxe"] .badge-amber {
  color: #a07a3c !important;
  border-color: rgba(160, 122, 60, 0.5) !important;
}

/* -------------------------------------------------------------
   12. FAQ — minimal, hairline rules
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] .faq-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  padding: 32px 0;
  margin-bottom: 0;
}
html[data-theme-pack="luxe"] .faq-item:first-child {
  border-top: 1px solid var(--border);
}

html[data-theme-pack="luxe"] .faq-q,
html[data-theme-pack="luxe"] .faq-question {
  font-family: var(--font-serif);
  color: #1c1a16;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.005em;
  line-height: 1.25;
}
html[data-theme-pack="luxe"] .faq-a,
html[data-theme-pack="luxe"] .faq-answer {
  font-family: var(--font-body);
  color: #4a423a;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 16px;
  max-width: 680px;
}

/* -------------------------------------------------------------
   13. FOOTER — paper, hairline
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] .footer {
  background: var(--bg-void) !important;
  color: #4a423a !important;
  border-top: 1px solid var(--border) !important;
  padding: 96px 0 40px;
}
html[data-theme-pack="luxe"] .footer h4,
html[data-theme-pack="luxe"] .footer-heading {
  font-family: var(--font-body);
  color: #1c1a16;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-bottom: 24px;
}
html[data-theme-pack="luxe"] .footer a {
  font-family: var(--font-body);
  color: #4a423a;
  font-size: 14px;
  font-weight: 400;
  border-bottom: none;
}
html[data-theme-pack="luxe"] .footer a:hover {
  color: #1c1a16;
  border-bottom: 1px solid #1c1a16;
}
html[data-theme-pack="luxe"] .footer-bottom,
html[data-theme-pack="luxe"] .footer-copy {
  border-top: 1px solid var(--border);
  color: #6b6357;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-top: 32px;
  margin-top: 64px;
}

/* -------------------------------------------------------------
   14. TABLES — editorial ledger
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] table {
  background: transparent;
  border: none;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  border-collapse: collapse;
  width: 100%;
}
html[data-theme-pack="luxe"] th {
  background: transparent;
  color: #1c1a16;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  text-align: left;
}
html[data-theme-pack="luxe"] td {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-light);
  color: #2a261f;
  font-family: var(--font-body);
  font-size: 15px;
}
html[data-theme-pack="luxe"] tr:last-child td {
  border-bottom: none;
}

/* -------------------------------------------------------------
   15. UTILITIES & EDGE CASES
   ------------------------------------------------------------- */
html[data-theme-pack="luxe"] hr,
html[data-theme-pack="luxe"] .divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 48px 0;
}

html[data-theme-pack="luxe"] code,
html[data-theme-pack="luxe"] kbd {
  font-family: var(--font-mono);
  font-size: 13px;
  background: rgba(28, 26, 22, 0.06);
  color: #1c1a16;
  padding: 2px 6px;
  border-radius: 0;
  border: none;
}

html[data-theme-pack="luxe"] blockquote {
  border: none;
  border-left: 2px solid #6b4f1f;
  padding: 8px 0 8px 28px;
  margin: 40px 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: #2a261f;
  max-width: 640px;
}

/* Scrollbar polish */
html[data-theme-pack="luxe"] *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html[data-theme-pack="luxe"] *::-webkit-scrollbar-track {
  background: var(--bg-void);
}
html[data-theme-pack="luxe"] *::-webkit-scrollbar-thumb {
  background: rgba(28, 26, 22, 0.2);
  border-radius: 0;
  border: 2px solid var(--bg-void);
}
html[data-theme-pack="luxe"] *::-webkit-scrollbar-thumb:hover {
  background: rgba(28, 26, 22, 0.4);
}

/* Logo cloud / trust strip */
html[data-theme-pack="luxe"] .logo-cloud,
html[data-theme-pack="luxe"] .trust-strip {
  background: transparent;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 48px 0;
}
html[data-theme-pack="luxe"] .logo-cloud img,
html[data-theme-pack="luxe"] .trust-strip img {
  filter: grayscale(1) brightness(0.4) contrast(1.2);
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
html[data-theme-pack="luxe"] .logo-cloud img:hover {
  opacity: 1;
}

/* SPA shell remap */
html[data-theme-pack="luxe"] .app-shell,
html[data-theme-pack="luxe"] .sidebar {
  background: var(--bg-void) !important;
  border-right: 1px solid var(--border) !important;
}
html[data-theme-pack="luxe"] .topbar {
  background: var(--bg-void) !important;
  border-bottom: 1px solid var(--border) !important;
  height: 64px;
}
html[data-theme-pack="luxe"] .kpi-card {
  background: transparent !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 32px 24px;
}
html[data-theme-pack="luxe"] .kpi-value {
  font-family: var(--font-serif);
  color: #1c1a16;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: -0.01em;
}
html[data-theme-pack="luxe"] .kpi-label {
  font-family: var(--font-body);
  color: #6b6357;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Hero supporting flourish — small italic phrase under headline */
html[data-theme-pack="luxe"] .hero-flourish,
html[data-theme-pack="luxe"] .hero-tagline-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  color: #6b4f1f;
  letter-spacing: 0;
  margin-bottom: 32px;
}

/* Decorative section rule between headline + body */
html[data-theme-pack="luxe"] .ornament,
html[data-theme-pack="luxe"] .section-rule {
  width: 40px;
  height: 1px;
  background: #6b4f1f;
  border: none;
  margin: 24px 0 32px;
}
