/* JewelryOS Archetype — Editorial Luxury → LUNELLE
   Reference: LUNELLE (clean beige + ink black, modern Scandinavian editorial)
   Mood: quiet, considered, modern. DM Serif Display headlines on Manrope body.
   Selector scope: [data-archetype="editorial-luxury"]
   Tokens aligned to docs/specs/template-design-system.md §4 LUNELLE */

[data-archetype="editorial-luxury"] {
  --jos-ink:        #1A1A1A;
  --jos-ink-soft:   #3F3F3F;
  --jos-muted:      #6B6157;
  --jos-muted-2:    #A89478;
  --jos-line:       #D6CABA;
  --jos-line-soft:  #E8DFCE;
  --jos-cream:      #F5F0E8;
  --jos-shell:      #F5F0E8;
  --jos-bone:       #E8DFCE;
  --jos-gold:       #A89478;
  --jos-gold-soft:  #D6CABA;
  --jos-gold-deep:  #3F3F3F;
  --jos-paper:      #F5F0E8;

  --jos-display: 'DM Serif Display', Georgia, serif;
  --jos-body:    'Manrope', 'Inter', system-ui, -apple-system, sans-serif;

  --jos-eyebrow: 0.72rem;
  --jos-radius:  0;
  --jos-header-h: 64px;

  font-family: var(--jos-body);
  color: var(--jos-ink);
  background: var(--jos-paper);
}
[data-archetype="editorial-luxury"] h1,
[data-archetype="editorial-luxury"] h2,
[data-archetype="editorial-luxury"] h3 { font-family: var(--jos-display); letter-spacing: 0.005em; }

[data-archetype="editorial-luxury"] .jos-eyebrow { font-family: var(--jos-body); font-size: var(--jos-eyebrow); letter-spacing: 0.24em; text-transform: uppercase; color: var(--jos-muted); margin: 0 0 14px; font-weight: 500; }
[data-archetype="editorial-luxury"] .jos-eyebrow--light { color: rgba(247,244,239,0.72); }

[data-archetype="editorial-luxury"] .jos-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px;
  font-family: var(--jos-body); font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase;
  border-radius: var(--jos-radius);
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
  border: 1px solid transparent;
}
[data-archetype="editorial-luxury"] .jos-btn--gold        { background: var(--jos-gold); color: #fff; }
[data-archetype="editorial-luxury"] .jos-btn--gold:hover  { background: var(--jos-gold-deep); }
[data-archetype="editorial-luxury"] .jos-btn--ghost       { background: transparent; color: var(--jos-ink); border-color: var(--jos-ink); }
[data-archetype="editorial-luxury"] .jos-btn--ghost:hover { background: var(--jos-ink); color: #fff; }
[data-archetype="editorial-luxury"] .jos-btn--ghost-light { background: transparent; color: var(--jos-cream); border-color: rgba(247,244,239,0.55); }
[data-archetype="editorial-luxury"] .jos-btn--ghost-light:hover { background: var(--jos-cream); color: var(--jos-ink); border-color: var(--jos-cream); }

[data-archetype="editorial-luxury"] .jos-promo { background: var(--jos-ink); color: var(--jos-cream); text-align: center; font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 10px 16px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; font-weight: 500; }
[data-archetype="editorial-luxury"] .jos-promo__sep { opacity: 0.5; }

[data-archetype="editorial-luxury"] .jos-header { position: sticky; top: 0; z-index: 50; background: var(--jos-paper); color: var(--jos-ink); border-bottom: 1px solid var(--jos-line-soft); transition: box-shadow 220ms ease, padding 220ms ease; padding: 18px 36px; }
[data-archetype="editorial-luxury"] .jos-header.is-scrolled { box-shadow: 0 1px 0 rgba(20,17,14,0.04), 0 10px 24px -18px rgba(20,17,14,0.18); padding: 12px 36px; }
[data-archetype="editorial-luxury"] .jos-header__inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
[data-archetype="editorial-luxury"] .jos-header__brand { justify-self: center; font-family: var(--jos-display); font-size: 1.55rem; letter-spacing: 0.20em; text-transform: uppercase; line-height: 1; }
[data-archetype="editorial-luxury"] .jos-header__nav { display: flex; gap: 26px; font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }
[data-archetype="editorial-luxury"] .jos-header__nav--left { justify-content: flex-start; }
[data-archetype="editorial-luxury"] .jos-header__nav a { position: relative; padding-bottom: 4px; color: var(--jos-ink-soft); }
[data-archetype="editorial-luxury"] .jos-header__nav a::after { content:''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right 260ms ease; }
[data-archetype="editorial-luxury"] .jos-header__nav a:hover { color: var(--jos-ink); }
[data-archetype="editorial-luxury"] .jos-header__nav a:hover::after { right: 0; }
[data-archetype="editorial-luxury"] .jos-header__icons { display: flex; justify-content: flex-end; align-items: center; gap: 4px; }
[data-archetype="editorial-luxury"] .jos-iconbtn { background: transparent; border: 0; color: var(--jos-ink); padding: 10px; line-height: 0; position: relative; }
[data-archetype="editorial-luxury"] .jos-iconbtn:hover { color: var(--jos-gold-deep); }
[data-archetype="editorial-luxury"] .jos-bag__count { position: absolute; top: 4px; right: 2px; min-width: 16px; height: 16px; line-height: 16px; padding: 0 4px; border-radius: 999px; background: var(--jos-gold); color: #fff; font-size: 0.62rem; font-weight: 600; text-align: center; letter-spacing: 0; }

[data-archetype="editorial-luxury"] .jos-hero { background: var(--jos-cream); display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: calc(100vh - var(--jos-header-h) - 38px); position: relative; overflow: hidden; }
[data-archetype="editorial-luxury"] .jos-hero__copy { padding: 96px 72px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; max-width: 720px; margin-left: auto; }
[data-archetype="editorial-luxury"] .jos-hero__headline { font-family: var(--jos-display); font-size: clamp(2.6rem, 5.4vw, 5rem); line-height: 1.02; letter-spacing: -0.005em; margin: 8px 0 24px; font-weight: 400; color: var(--jos-ink); text-wrap: balance; max-width: 14ch; }
[data-archetype="editorial-luxury"] .jos-hero__headline em { font-style: italic; color: var(--jos-gold-deep); display: inline; }
[data-archetype="editorial-luxury"] .jos-hero__sub { font-family: var(--jos-body); font-size: 1.0625rem; line-height: 1.7; max-width: 520px; color: var(--jos-muted); margin: 0 0 36px; text-wrap: pretty; }
[data-archetype="editorial-luxury"] .jos-hero__cta { align-self: flex-start; }
[data-archetype="editorial-luxury"] .jos-hero__dots { display: flex; gap: 8px; margin-top: 56px; }
[data-archetype="editorial-luxury"] .jos-hero__dots span { width: 24px; height: 1px; background: var(--jos-ink-soft); opacity: 0.25; transition: opacity 200ms ease, width 200ms ease; }
[data-archetype="editorial-luxury"] .jos-hero__dots span.is-active { opacity: 1; width: 40px; background: var(--jos-gold-deep); }
[data-archetype="editorial-luxury"] .jos-hero__signature { margin-top: 20px; font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--jos-muted-2); }
[data-archetype="editorial-luxury"] .jos-hero__media { position: relative; overflow: hidden; }
[data-archetype="editorial-luxury"] .jos-hero__photo { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.04); animation: jos-kenburns 20s ease-out forwards; }
@keyframes jos-kenburns { from { transform: scale(1.10); } to { transform: scale(1.0); } }
[data-archetype="editorial-luxury"] .jos-hero__photo-frame { position: absolute; inset: 32px; border: 1px solid rgba(247,244,239,0.35); pointer-events: none; }

[data-archetype="editorial-luxury"] .jos-section { padding: 108px 36px; }
[data-archetype="editorial-luxury"] .jos-section--cream { background: var(--jos-cream); }
[data-archetype="editorial-luxury"] .jos-section--shell { background: var(--jos-shell); }
[data-archetype="editorial-luxury"] .jos-section--paper { background: var(--jos-paper); }
[data-archetype="editorial-luxury"] .jos-section--ink   { background: var(--jos-ink); color: var(--jos-cream); }
[data-archetype="editorial-luxury"] .jos-section__head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
[data-archetype="editorial-luxury"] .jos-section__title { font-size: clamp(2rem, 3.4vw, 2.75rem); line-height: 1.08; margin: 0 0 14px; color: inherit; }
[data-archetype="editorial-luxury"] .jos-section__lead  { font-size: 1.02rem; color: var(--jos-muted); max-width: 560px; margin: 0 auto; line-height: 1.7; }
[data-archetype="editorial-luxury"] .jos-section__cta   { text-align: center; margin-top: 64px; }

[data-archetype="editorial-luxury"] .jos-tiles { max-width: 1360px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
[data-archetype="editorial-luxury"] .jos-tile { display: grid; grid-template-columns: 0.95fr 1fr; background: var(--jos-shell); border: 1px solid var(--jos-line-soft); overflow: hidden; transition: box-shadow 240ms ease, transform 240ms ease; }
[data-archetype="editorial-luxury"] .jos-tile:hover { box-shadow: 0 18px 40px -22px rgba(20,17,14,0.25); transform: translateY(-2px); }
[data-archetype="editorial-luxury"] .jos-tile__body { padding: 26px 26px; display: flex; flex-direction: column; justify-content: center; }
[data-archetype="editorial-luxury"] .jos-tile__label { font-family: var(--jos-display); font-size: clamp(1.2rem, 1.4vw, 1.45rem); line-height: 1.2; margin: 0 0 8px; color: var(--jos-ink); letter-spacing: 0.01em; white-space: nowrap; }
[data-archetype="editorial-luxury"] .jos-tile__caption { font-family: var(--jos-body); font-size: 0.92rem; line-height: 1.55; color: var(--jos-muted); margin: 0 0 18px; font-style: italic; }
[data-archetype="editorial-luxury"] .jos-tile__cta { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--jos-gold-deep); font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
[data-archetype="editorial-luxury"] .jos-tile__media { background-size: cover; background-position: center; min-height: 200px; }

[data-archetype="editorial-luxury"] .jos-minis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; max-width: 1280px; margin: 0 auto; }
[data-archetype="editorial-luxury"] .jos-mini { text-align: center; }
[data-archetype="editorial-luxury"] .jos-mini__frame { position: relative; display: block; overflow: hidden; aspect-ratio: 1/1; background: var(--jos-bone); }
[data-archetype="editorial-luxury"] .jos-mini__img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.2,1); }
[data-archetype="editorial-luxury"] .jos-mini__frame:hover .jos-mini__img { transform: scale(1.06); }
[data-archetype="editorial-luxury"] .jos-mini__add { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 12px 0; background: rgba(255,255,255,0.96); color: var(--jos-ink); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; border: 0; border-radius: var(--jos-radius); opacity: 0; transform: translateY(8px); transition: opacity 220ms ease, transform 240ms ease, background-color 200ms ease; }
[data-archetype="editorial-luxury"] .jos-mini__frame:hover .jos-mini__add { opacity: 1; transform: translateY(0); }
[data-archetype="editorial-luxury"] .jos-mini__add:hover { background: var(--jos-ink); color: #fff; }
[data-archetype="editorial-luxury"] .jos-mini__meta { padding: 16px 4px 0; }
[data-archetype="editorial-luxury"] .jos-stars { display: inline-flex; gap: 3px; color: var(--jos-ink-soft); margin-bottom: 10px; }
[data-archetype="editorial-luxury"] .jos-mini__title { font-family: var(--jos-display); font-size: 1.05rem; line-height: 1.3; color: var(--jos-ink); min-height: 2.6em; margin: 0 0 6px; }
[data-archetype="editorial-luxury"] .jos-mini__title a:hover { color: var(--jos-gold-deep); }
[data-archetype="editorial-luxury"] .jos-mini__price { font-family: var(--jos-body); font-size: 0.92rem; color: var(--jos-ink-soft); font-weight: 500; letter-spacing: 0.02em; }
[data-archetype="editorial-luxury"] .jos-mini__price ins, [data-archetype="editorial-luxury"] .jos-mini__price del { text-decoration: none; margin-right: 6px; }
[data-archetype="editorial-luxury"] .jos-mini__price del { opacity: 0.55; font-size: 0.85rem; }

[data-archetype="editorial-luxury"] .jos-trustrow { background: var(--jos-shell); padding: 56px 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; max-width: none; border-top: 1px solid var(--jos-line-soft); border-bottom: 1px solid var(--jos-line-soft); }
[data-archetype="editorial-luxury"] .jos-trustcol { text-align: center; max-width: 280px; margin: 0 auto; }
[data-archetype="editorial-luxury"] .jos-trustcol__icon { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; border: 1px solid var(--jos-line); border-radius: 999px; color: var(--jos-gold-deep); margin-bottom: 14px; }
[data-archetype="editorial-luxury"] .jos-trustcol__title { font-family: var(--jos-display); font-size: 1.15rem; color: var(--jos-ink); margin: 0 0 6px; }
[data-archetype="editorial-luxury"] .jos-trustcol__body  { font-family: var(--jos-body); font-size: 0.88rem; color: var(--jos-muted); line-height: 1.55; }

[data-archetype="editorial-luxury"] .jos-story { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
[data-archetype="editorial-luxury"] .jos-story__media { aspect-ratio: 4/5; background-size: cover; background-position: center; border-radius: var(--jos-radius); }
[data-archetype="editorial-luxury"] .jos-story__title { font-size: clamp(2rem, 3.2vw, 2.75rem); line-height: 1.1; margin: 0 0 24px; color: var(--jos-cream); }
[data-archetype="editorial-luxury"] .jos-story__body  { font-size: 1.05rem; line-height: 1.75; color: rgba(247,244,239,0.82); margin: 0 0 28px; max-width: 520px; }
[data-archetype="editorial-luxury"] .jos-trust { list-style: none; padding: 0; margin: 0 0 32px; display: flex; flex-wrap: wrap; gap: 8px 10px; }
[data-archetype="editorial-luxury"] .jos-trust li { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 8px 14px; border: 1px solid rgba(247,244,239,0.25); color: rgba(247,244,239,0.85); }

[data-archetype="editorial-luxury"] .jos-ig { max-width: 1360px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
[data-archetype="editorial-luxury"] .jos-ig__tile { position: relative; aspect-ratio: 1/1; background-size: cover; background-position: center; overflow: hidden; }
[data-archetype="editorial-luxury"] .jos-ig__veil { position: absolute; inset: 0; background: rgba(20,17,14,0); transition: background 240ms ease; }
[data-archetype="editorial-luxury"] .jos-ig__tile:hover .jos-ig__veil { background: rgba(20,17,14,0.25); }

[data-archetype="editorial-luxury"] .jos-atelier { max-width: 760px; margin: 0 auto; text-align: center; }
[data-archetype="editorial-luxury"] .jos-atelier__title { font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.1; margin: 0 0 22px; color: var(--jos-ink); }
[data-archetype="editorial-luxury"] .jos-atelier__title em { font-style: italic; color: var(--jos-gold-deep); font-weight: 400; }
[data-archetype="editorial-luxury"] .jos-atelier__lead { font-size: 1.05rem; color: var(--jos-muted); margin: 0 0 36px; line-height: 1.7; }

[data-archetype="editorial-luxury"] .jos-footer { background: var(--jos-ink); color: rgba(247,244,239,0.78); padding: 96px 36px 36px; }
[data-archetype="editorial-luxury"] .jos-footer__inner { max-width: 1360px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 56px; }
[data-archetype="editorial-luxury"] .jos-footer__wordmark { font-family: var(--jos-display); font-size: 1.5rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--jos-cream); margin: 0 0 12px; white-space: nowrap; }
[data-archetype="editorial-luxury"] .jos-footer__tag { font-size: 0.92rem; line-height: 1.6; opacity: 0.7; max-width: 320px; margin-bottom: 28px; }
[data-archetype="editorial-luxury"] .jos-footer__news label { display: block; color: rgba(247,244,239,0.7); margin-bottom: 10px; }
[data-archetype="editorial-luxury"] .jos-footer__newsrow { display: flex; max-width: 360px; border: 1px solid rgba(247,244,239,0.18); }
[data-archetype="editorial-luxury"] .jos-footer__newsrow input { flex: 1; background: transparent; border: 0; padding: 12px 14px; color: var(--jos-cream); font: inherit; font-size: 0.9rem; outline: none; }
[data-archetype="editorial-luxury"] .jos-footer__newsrow input::placeholder { color: rgba(247,244,239,0.5); }
[data-archetype="editorial-luxury"] .jos-footer__newsrow button { background: var(--jos-gold); color: #fff; border: 0; padding: 0 22px; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; }
[data-archetype="editorial-luxury"] .jos-footer__newsrow button:hover { background: var(--jos-gold-deep); }
[data-archetype="editorial-luxury"] .jos-footer__nav h3 { font-family: var(--jos-body); font-size: var(--jos-eyebrow); letter-spacing: 0.22em; text-transform: uppercase; color: var(--jos-cream); margin: 0 0 18px; font-weight: 600; }
[data-archetype="editorial-luxury"] .jos-footer__nav a { display: block; padding: 6px 0; font-size: 0.94rem; opacity: 0.78; transition: opacity 180ms ease, color 180ms ease; }
[data-archetype="editorial-luxury"] .jos-footer__nav a:hover { opacity: 1; color: var(--jos-gold-soft); }
[data-archetype="editorial-luxury"] .jos-footer__legal { max-width: 1360px; margin: 64px auto 0; padding-top: 28px; border-top: 1px solid rgba(247,244,239,0.12); display: flex; justify-content: space-between; font-size: 0.8rem; opacity: 0.6; letter-spacing: 0.08em; }

@media (max-width: 1180px) {
  [data-archetype="editorial-luxury"] .jos-minis { grid-template-columns: repeat(3, 1fr); }
  [data-archetype="editorial-luxury"] .jos-ig    { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 960px) {
  [data-archetype="editorial-luxury"] .jos-header__nav--left { display: none; }
  [data-archetype="editorial-luxury"] .jos-header__inner { grid-template-columns: auto 1fr auto; gap: 12px; }
  [data-archetype="editorial-luxury"] .jos-header__brand { justify-self: start; }
  [data-archetype="editorial-luxury"] .jos-hero { grid-template-columns: 1fr; min-height: auto; }
  [data-archetype="editorial-luxury"] .jos-hero__copy { padding: 64px 28px 48px; max-width: none; margin: 0; }
  [data-archetype="editorial-luxury"] .jos-hero__media { aspect-ratio: 4/5; min-height: 420px; }
  [data-archetype="editorial-luxury"] .jos-tiles { grid-template-columns: 1fr 1fr; }
  [data-archetype="editorial-luxury"] .jos-trustrow { grid-template-columns: 1fr 1fr; padding: 40px 24px; }
  [data-archetype="editorial-luxury"] .jos-section { padding: 72px 22px; }
  [data-archetype="editorial-luxury"] .jos-story { grid-template-columns: 1fr; gap: 32px; }
  [data-archetype="editorial-luxury"] .jos-footer__inner { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  [data-archetype="editorial-luxury"] .jos-promo { font-size: 0.66rem; gap: 10px; }
  [data-archetype="editorial-luxury"] .jos-promo__sep { display: none; }
  [data-archetype="editorial-luxury"] .jos-header__brand { font-size: 1.15rem; }
  [data-archetype="editorial-luxury"] .jos-tiles { grid-template-columns: 1fr; }
  [data-archetype="editorial-luxury"] .jos-minis { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  [data-archetype="editorial-luxury"] .jos-ig    { grid-template-columns: repeat(3, 1fr); }
  [data-archetype="editorial-luxury"] .jos-footer__inner { grid-template-columns: 1fr; }
  [data-archetype="editorial-luxury"] .jos-footer__legal { flex-direction: column; gap: 8px; text-align: center; }
}

/* Gap #2: WooCommerce category thumbnail rendering. */
[data-archetype="editorial-luxury"] .jos-tile__media { position: relative; overflow: hidden; }
[data-archetype="editorial-luxury"] .jos-tile__media .jos-category-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform 560ms ease;
}
[data-archetype="editorial-luxury"] .jos-tile:hover .jos-category-img { transform: scale(1.04); }
