/* ============================================================
   LAVANDE · Site-wide brand theme
   Applies Lavande brand tokens to Twenty Twenty-Four theme
   for all Pages and Blog Posts EXCEPT the custom homepage (page 20).
   Homepage keeps its own lavande-page.css unchanged.
   ============================================================ */

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

:root {
  --lav-white: #FFFFFF;
  --lav-blush: #FEEEEB;
  --lav-lavender-light: #BFA1C5;
  --lav-mauve: #9E7BA4;
  --lav-aubergine: #5D4A5F;
  --lav-aubergine-deep: #4A3B4B;
  --lav-text-muted: #7A6980;
  --lav-divider: #E7D5DE;
  --lav-font-display: 'Playfair Display', 'Iowan Old Style', 'Book Antiqua', Georgia, serif;
  --lav-font-body: 'Manrope', -apple-system, 'Segoe UI', 'Helvetica Neue', sans-serif;
}

/* -------- Scope: apply everywhere EXCEPT the custom homepage -------- */
body:not(.home):not(.page-id-20) {
  background: var(--lav-blush) !important;
  color: var(--lav-aubergine) !important;
  font-family: var(--lav-font-body) !important;
  font-size: 17px;
  line-height: 1.65;
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Outer container: 1360px matches homepage */
body:not(.home):not(.page-id-20) .wp-site-blocks > main,
body:not(.home):not(.page-id-20) .wp-site-blocks > .wp-block-group {
  max-width: 1360px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(1.5rem, 5vw, 3rem) !important;
  padding-right: clamp(1.5rem, 5vw, 3rem) !important;
}

/* Text column: 960px (readable while feeling generous) */
body:not(.home):not(.page-id-20) main .wp-block-post-content,
body:not(.home):not(.page-id-20) main .entry-content,
body:not(.home):not(.page-id-20) .wp-block-post-content > *,
body:not(.home):not(.page-id-20) .entry-content > * {
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Wider elements: tables + featured image + cover blocks */
body:not(.home):not(.page-id-20) .wp-block-post-content > table,
body:not(.home):not(.page-id-20) .entry-content > table,
body:not(.home):not(.page-id-20) .wp-block-post-content > figure,
body:not(.home):not(.page-id-20) .entry-content > figure,
body:not(.home):not(.page-id-20) .wp-block-post-content > .wp-block-image.alignwide,
body:not(.home):not(.page-id-20) .wp-block-post-content > .wp-block-cover {
  max-width: 1200px !important;
}

/* Full-bleed elements */
body:not(.home):not(.page-id-20) .wp-block-post-content > .wp-block-image.alignfull,
body:not(.home):not(.page-id-20) .wp-block-post-content > .wp-block-cover.alignfull {
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* Article body wrapper — content spans the outer container */
body:not(.home):not(.page-id-20) .lavande-article-root {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 3rem);
}
body:not(.home):not(.page-id-20) .lavande-article-root > * {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
body:not(.home):not(.page-id-20) .lavande-article-root > table,
body:not(.home):not(.page-id-20) .lavande-article-root > figure,
body:not(.home):not(.page-id-20) .lavande-article-root > .wp-block-image {
  max-width: 1200px;
}

/* Site header */
body:not(.home):not(.page-id-20) header.wp-block-template-part {
  background: var(--lav-blush);
  border-bottom: 1px solid var(--lav-divider);
  padding: 1.25rem 0;
}
body:not(.home):not(.page-id-20) .wp-block-site-title,
body:not(.home):not(.page-id-20) .wp-block-site-title a {
  font-family: var(--lav-font-display) !important;
  color: var(--lav-mauve) !important;
  font-weight: 400 !important;
  font-size: 1.35rem !important;
  letter-spacing: -0.005em;
  text-decoration: none !important;
}
body:not(.home):not(.page-id-20) .wp-block-site-logo img {
  max-height: 48px;
  width: auto;
}

/* Navigation */
body:not(.home):not(.page-id-20) .wp-block-navigation,
body:not(.home):not(.page-id-20) .wp-block-navigation a,
body:not(.home):not(.page-id-20) .wp-block-navigation__container a {
  font-family: var(--lav-font-body) !important;
  color: var(--lav-aubergine) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
body:not(.home):not(.page-id-20) .wp-block-navigation a:hover {
  color: var(--lav-mauve) !important;
}

/* Post / Page title (hero) — editorial split-title pattern */
body:not(.home):not(.page-id-20) .wp-block-post-title,
body:not(.home):not(.page-id-20) .entry-title,
body:not(.home):not(.page-id-20) h1.wp-block-post-title,
body:not(.home):not(.page-id-20) main h1 {
  font-family: var(--lav-font-display) !important;
  font-weight: 400 !important;
  color: var(--lav-aubergine) !important;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
  text-wrap: balance;
  margin: 3rem auto 2rem !important;
  max-width: 1000px !important;
  padding-left: clamp(1.5rem, 5vw, 3rem);
  padding-right: clamp(1.5rem, 5vw, 3rem);
  text-align: left;
}

/* Split title — main part is BIG, ONE LINE (nowrap), subtitle underneath */
body:not(.home):not(.page-id-20) .lav-title-main {
  display: block;
  font-family: var(--lav-font-display) !important;
  font-size: clamp(1.75rem, 4vw, 3.25rem) !important;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--lav-aubergine);
  margin: 0 0 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
/* On very small screens, allow wrap to prevent overflow */
@media (max-width: 480px) {
  body:not(.home):not(.page-id-20) .lav-title-main {
    white-space: normal;
    text-wrap: balance;
  }
}
body:not(.home):not(.page-id-20) .lav-title-sub {
  display: block;
  font-family: var(--lav-font-display) !important;
  font-size: clamp(1rem, 1.6vw, 1.35rem) !important;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.005em;
  color: var(--lav-text-muted);
  margin: 0;
  max-width: 720px;
  text-wrap: balance;
}

/* ============================================================
   POST META NORMALIZATION — nuclear force: every element (including
   text nodes like "— by" and "IN") inherits the same tiny small-caps
   treatment. Links get the mauve color; separators stay muted.
   ============================================================ */
/* The meta container itself sets the baseline */
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-date),
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-author),
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-terms),
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-date):has(> .wp-block-post-author) {
  font-family: var(--lav-font-body) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: var(--lav-text-muted) !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  line-height: 1.5 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 2.5rem !important;
  gap: 0.6rem !important;
  align-items: center !important;
  flex-wrap: wrap;
}
/* Every child (including text nodes wrapped in spans) inherits */
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-date) *,
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-author) *,
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-terms) * {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  border: none !important;
}
/* Links: mauve (dates, author name, category) */
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-date) a,
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-author) a,
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-terms) a {
  color: var(--lav-mauve) !important;
  transition: color 0.2s ease;
}
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-date) a:hover,
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-author) a:hover,
body:not(.home):not(.page-id-20) main .wp-block-group:has(> .wp-block-post-terms) a:hover {
  color: var(--lav-aubergine) !important;
}
/* Fallback for browsers without :has() support — direct element targeting */
body:not(.home):not(.page-id-20) .wp-block-post-date,
body:not(.home):not(.page-id-20) .wp-block-post-author-name,
body:not(.home):not(.page-id-20) .wp-block-post-terms,
body:not(.home):not(.page-id-20) .wp-block-post-author {
  font: 500 11px/1.5 var(--lav-font-body) !important;
  color: var(--lav-text-muted) !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}
body:not(.home):not(.page-id-20) .wp-block-post-date *,
body:not(.home):not(.page-id-20) .wp-block-post-author-name *,
body:not(.home):not(.page-id-20) .wp-block-post-terms *,
body:not(.home):not(.page-id-20) .wp-block-post-author * {
  font: inherit !important;
  color: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  text-decoration: none !important;
}
body:not(.home):not(.page-id-20) .wp-block-post-date a,
body:not(.home):not(.page-id-20) .wp-block-post-author-name a,
body:not(.home):not(.page-id-20) .wp-block-post-terms a {
  color: var(--lav-mauve) !important;
}

/* Featured image — 1200px wide, generous editorial frame */
body:not(.home):not(.page-id-20) .wp-block-post-featured-image {
  margin: 2rem auto 3rem !important;
  max-width: 1200px !important;
  overflow: hidden;
  border-radius: 2px;
}
body:not(.home):not(.page-id-20) .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Post meta */
body:not(.home):not(.page-id-20) .wp-block-post-date,
body:not(.home):not(.page-id-20) .wp-block-post-terms,
body:not(.home):not(.page-id-20) .wp-block-post-author {
  font-family: var(--lav-font-body) !important;
  color: var(--lav-text-muted) !important;
  font-size: 11.5px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 500;
}
body:not(.home):not(.page-id-20) .wp-block-post-date a,
body:not(.home):not(.page-id-20) .wp-block-post-terms a {
  color: var(--lav-mauve) !important;
  text-decoration: none;
}

/* Content headings — Playfair Display */
body:not(.home):not(.page-id-20) main h2,
body:not(.home):not(.page-id-20) .wp-block-post-content h2,
body:not(.home):not(.page-id-20) .entry-content h2 {
  font-family: var(--lav-font-display) !important;
  font-weight: 400 !important;
  color: var(--lav-aubergine) !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.005em;
  margin: 3rem 0 1rem !important;
  text-wrap: balance;
}
body:not(.home):not(.page-id-20) main h3,
body:not(.home):not(.page-id-20) .wp-block-post-content h3,
body:not(.home):not(.page-id-20) .entry-content h3 {
  font-family: var(--lav-font-display) !important;
  font-weight: 500 !important;
  color: var(--lav-aubergine) !important;
  font-size: 1.5rem !important;
  line-height: 1.3 !important;
  margin: 2rem 0 0.75rem !important;
}
body:not(.home):not(.page-id-20) main h4,
body:not(.home):not(.page-id-20) .wp-block-post-content h4,
body:not(.home):not(.page-id-20) .entry-content h4 {
  font-family: var(--lav-font-body) !important;
  font-weight: 600 !important;
  color: var(--lav-aubergine) !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.02em;
  margin: 1.5rem 0 0.5rem !important;
}

/* Body paragraphs */
body:not(.home):not(.page-id-20) main p,
body:not(.home):not(.page-id-20) .wp-block-post-content p,
body:not(.home):not(.page-id-20) .entry-content p {
  font-family: var(--lav-font-body) !important;
  color: var(--lav-aubergine) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  margin-bottom: 1.4rem !important;
  max-width: 65ch;
}

/* Italic + em */
body:not(.home):not(.page-id-20) main em,
body:not(.home):not(.page-id-20) .wp-block-post-content em,
body:not(.home):not(.page-id-20) .entry-content em {
  font-family: var(--lav-font-display) !important;
  font-style: italic;
  color: var(--lav-aubergine);
}

/* Strong */
body:not(.home):not(.page-id-20) main strong,
body:not(.home):not(.page-id-20) .wp-block-post-content strong,
body:not(.home):not(.page-id-20) .entry-content strong {
  color: var(--lav-aubergine) !important;
  font-weight: 600 !important;
}

/* Links */
body:not(.home):not(.page-id-20) main a:not(.wp-element-button):not(.wp-block-navigation__link):not(.wp-block-site-title a),
body:not(.home):not(.page-id-20) .wp-block-post-content a,
body:not(.home):not(.page-id-20) .entry-content a {
  color: var(--lav-mauve) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s ease;
}
body:not(.home):not(.page-id-20) .wp-block-post-content a:hover,
body:not(.home):not(.page-id-20) .entry-content a:hover {
  color: var(--lav-aubergine) !important;
}

/* Blockquote — centered italic, no side-tab (quiet-luxury pattern) */
body:not(.home):not(.page-id-20) .wp-block-post-content blockquote,
body:not(.home):not(.page-id-20) .entry-content blockquote,
body:not(.home):not(.page-id-20) .wp-block-quote {
  border: none !important;
  padding: 1rem 1.5rem !important;
  margin: 2.5rem auto !important;
  font-family: var(--lav-font-display) !important;
  font-style: italic;
  font-size: 1.35rem !important;
  line-height: 1.5;
  color: var(--lav-mauve) !important;
  max-width: 640px;
  text-align: center;
  text-wrap: balance;
}

/* Lists */
body:not(.home):not(.page-id-20) .wp-block-post-content ul,
body:not(.home):not(.page-id-20) .wp-block-post-content ol,
body:not(.home):not(.page-id-20) .entry-content ul,
body:not(.home):not(.page-id-20) .entry-content ol {
  padding-left: 1.5rem !important;
  margin: 1.4rem 0 !important;
}
body:not(.home):not(.page-id-20) .wp-block-post-content li,
body:not(.home):not(.page-id-20) .entry-content li {
  font-family: var(--lav-font-body) !important;
  color: var(--lav-aubergine) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  margin-bottom: 0.5rem !important;
}
body:not(.home):not(.page-id-20) .wp-block-post-content li::marker,
body:not(.home):not(.page-id-20) .entry-content li::marker {
  color: var(--lav-mauve);
}

/* Tables — brand comparison-table pattern */
body:not(.home):not(.page-id-20) .wp-block-post-content table,
body:not(.home):not(.page-id-20) .entry-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 2.5rem 0 !important;
  font-family: var(--lav-font-body) !important;
  font-size: 14.5px !important;
  background: var(--lav-white);
  border: 1px solid var(--lav-divider);
}
body:not(.home):not(.page-id-20) .wp-block-post-content thead {
  background: var(--lav-blush) !important;
}
body:not(.home):not(.page-id-20) .wp-block-post-content th {
  padding: 12px 14px !important;
  text-align: left !important;
  border-bottom: 2px solid var(--lav-mauve) !important;
  color: var(--lav-aubergine) !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-family: var(--lav-font-body) !important;
}
body:not(.home):not(.page-id-20) .wp-block-post-content td {
  padding: 12px 14px !important;
  border-bottom: 1px solid var(--lav-divider) !important;
  color: var(--lav-aubergine) !important;
  vertical-align: top;
  line-height: 1.5;
}
body:not(.home):not(.page-id-20) .wp-block-post-content tr:last-child td {
  border-bottom: none !important;
}
body:not(.home):not(.page-id-20) .wp-block-post-content tr:hover td {
  background: rgba(158, 123, 164, 0.04);
}

/* Details / FAQ blocks */
body:not(.home):not(.page-id-20) .wp-block-post-content details,
body:not(.home):not(.page-id-20) .entry-content details {
  background: var(--lav-white);
  border: 1px solid var(--lav-divider);
  padding: 16px 20px;
  margin-bottom: 10px !important;
  border-radius: 2px;
  transition: border-color 0.2s ease;
}
body:not(.home):not(.page-id-20) .wp-block-post-content details[open] {
  border-color: var(--lav-mauve);
}
body:not(.home):not(.page-id-20) .wp-block-post-content details summary,
body:not(.home):not(.page-id-20) .entry-content details summary {
  cursor: pointer;
  font-family: var(--lav-font-body) !important;
  color: var(--lav-aubergine) !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  outline: none;
  list-style: none;
  position: relative;
  padding-right: 24px;
}
body:not(.home):not(.page-id-20) .wp-block-post-content details summary::-webkit-details-marker {
  display: none;
}
body:not(.home):not(.page-id-20) .wp-block-post-content details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--lav-mauve);
  font-family: var(--lav-font-display);
  font-size: 1.4rem;
  line-height: 1;
  transition: transform 0.2s ease;
}
body:not(.home):not(.page-id-20) .wp-block-post-content details[open] summary::after {
  content: "×";
}
body:not(.home):not(.page-id-20) .wp-block-post-content details p {
  margin-top: 12px !important;
  color: var(--lav-text-muted) !important;
  font-size: 15.5px !important;
  line-height: 1.65;
}

/* HR */
body:not(.home):not(.page-id-20) .wp-block-post-content hr,
body:not(.home):not(.page-id-20) .entry-content hr {
  border: none !important;
  border-top: 1px solid var(--lav-divider) !important;
  margin: 3rem auto !important;
  width: 60%;
}

/* Buttons */
body:not(.home):not(.page-id-20) .wp-element-button,
body:not(.home):not(.page-id-20) .wp-block-button__link {
  background: var(--lav-aubergine) !important;
  color: var(--lav-blush) !important;
  font-family: var(--lav-font-body) !important;
  font-weight: 500 !important;
  font-size: 12.5px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 12px 24px !important;
  border-radius: 2px !important;
  border: none !important;
  transition: background 0.2s ease;
  text-decoration: none !important;
}
body:not(.home):not(.page-id-20) .wp-element-button:hover,
body:not(.home):not(.page-id-20) .wp-block-button__link:hover {
  background: var(--lav-mauve) !important;
}

/* Footer */
body:not(.home):not(.page-id-20) footer.wp-block-template-part {
  background: var(--lav-aubergine) !important;
  color: var(--lav-blush) !important;
  padding: 3rem 0 2rem !important;
  margin-top: 5rem !important;
  border-top: none !important;
}
body:not(.home):not(.page-id-20) footer.wp-block-template-part p,
body:not(.home):not(.page-id-20) footer.wp-block-template-part a,
body:not(.home):not(.page-id-20) footer.wp-block-template-part .wp-block-site-title a {
  color: var(--lav-blush) !important;
  font-family: var(--lav-font-body) !important;
}
body:not(.home):not(.page-id-20) footer.wp-block-template-part a:hover {
  color: var(--lav-lavender-light) !important;
}

/* Archive / listing pages */
body.archive:not(.home):not(.page-id-20) .wp-block-query .wp-block-post {
  border-bottom: 1px solid var(--lav-divider);
  padding: 2rem 0;
}
body.archive:not(.home):not(.page-id-20) .wp-block-query .wp-block-post:last-child {
  border-bottom: none;
}
body.archive:not(.home):not(.page-id-20) .wp-block-post-title {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  margin: 0.5rem 0 !important;
}
body.archive:not(.home):not(.page-id-20) .wp-block-post-excerpt {
  color: var(--lav-text-muted) !important;
  font-family: var(--lav-font-body) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* Comments — kill or brand */
body:not(.home):not(.page-id-20) .wp-block-comments,
body:not(.home):not(.page-id-20) .comments-area {
  max-width: 720px;
  margin: 4rem auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
}

/* Search form + widgets */
body:not(.home):not(.page-id-20) .wp-block-search__input {
  border: 1px solid var(--lav-divider) !important;
  background: var(--lav-white) !important;
  color: var(--lav-aubergine) !important;
  font-family: var(--lav-font-body) !important;
  padding: 10px 14px !important;
}

@media (max-width: 720px) {
  body:not(.home):not(.page-id-20) main p,
  body:not(.home):not(.page-id-20) .wp-block-post-content p {
    font-size: 16px !important;
  }
  body:not(.home):not(.page-id-20) .wp-block-post-title {
    font-size: clamp(1.8rem, 7vw, 2.6rem) !important;
  }
}

/* ============================================================
   BRANDED HEADER + FOOTER (mirror homepage on all pages/posts)
   Applied to nav.lavande-nav + footer.lavande-footer whether
   baked into post content OR injected via lavande-inject.js
   ============================================================ */

/* Hide Twenty Twenty-Four's default header + footer on non-home pages */
body:not(.home):not(.page-id-20) > .wp-site-blocks > header.wp-block-template-part,
body:not(.home):not(.page-id-20) > .wp-site-blocks > footer.wp-block-template-part {
  display: none !important;
}

/* Branded header */
body:not(.home):not(.page-id-20) .lavande-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(254, 238, 235, 0.95);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--lav-divider);
  margin: 0;
  padding: 0;
}
body:not(.home):not(.page-id-20) .lavande-nav .container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
body:not(.home):not(.page-id-20) .lavande-nav .brand {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
body:not(.home):not(.page-id-20) .lavande-nav .brand img {
  height: 72px;
  width: auto;
  max-width: 440px;
  display: block;
}
body:not(.home):not(.page-id-20) .lavande-nav ul {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--lav-font-body) !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
body:not(.home):not(.page-id-20) .lavande-nav ul li {
  margin: 0;
  padding: 0;
  font-size: 12px !important;
}
body:not(.home):not(.page-id-20) .lavande-nav ul a {
  color: var(--lav-aubergine) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
body:not(.home):not(.page-id-20) .lavande-nav ul a:hover {
  color: var(--lav-mauve) !important;
}
body:not(.home):not(.page-id-20) .lavande-nav .reserve {
  background: var(--lav-aubergine) !important;
  color: var(--lav-blush) !important;
  padding: 10px 20px !important;
  border-radius: 2px !important;
  font-family: var(--lav-font-body) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: background 0.2s ease;
  border: none !important;
}
body:not(.home):not(.page-id-20) .lavande-nav .reserve:hover {
  background: var(--lav-mauve) !important;
}

/* Branded footer */
body:not(.home):not(.page-id-20) .lavande-footer {
  background: var(--lav-aubergine) !important;
  color: var(--lav-blush) !important;
  padding: 4rem 0 2rem !important;
  margin: 5rem 0 0 !important;
  font-family: var(--lav-font-body) !important;
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
body:not(.home):not(.page-id-20) .lavande-footer .container {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 clamp(1.25rem, 4vw, 3rem) !important;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
}
body:not(.home):not(.page-id-20) .lavande-footer .brand-block .footer-logo {
  height: 108px !important;
  width: auto;
  max-width: 260px;
  display: block;
  margin-bottom: 1rem;
}
body:not(.home):not(.page-id-20) .lavande-footer .brand-block p {
  font-family: var(--lav-font-display) !important;
  font-style: italic;
  font-size: 1.15rem !important;
  color: var(--lav-blush) !important;
  opacity: 0.85;
  margin: 0 !important;
  max-width: none;
}
body:not(.home):not(.page-id-20) .lavande-footer h4 {
  font-family: var(--lav-font-body) !important;
  font-size: 10px !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lav-lavender-light) !important;
  margin: 0 0 1rem !important;
  font-weight: 500;
}
body:not(.home):not(.page-id-20) .lavande-footer p {
  font-family: var(--lav-font-body) !important;
  color: var(--lav-blush) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 0 0 0.5rem !important;
  max-width: none;
}
body:not(.home):not(.page-id-20) .lavande-footer a {
  color: var(--lav-blush) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
body:not(.home):not(.page-id-20) .lavande-footer a:hover {
  color: var(--lav-lavender-light) !important;
}
body:not(.home):not(.page-id-20) .lavande-footer .bottom {
  max-width: 1360px;
  margin: 2.5rem auto 0;
  padding: 1.5rem clamp(1.25rem, 4vw, 3rem) 0;
  border-top: 1px solid rgba(254, 238, 235, 0.2);
  display: flex;
  justify-content: space-between;
  font-size: 11px !important;
  color: var(--lav-lavender-light) !important;
  letter-spacing: 0.08em;
  gap: 1rem;
}

/* ============================================================
   UI/UX PRO MAX FIXES · Focus states, cursor, skip-link
   ============================================================ */

/* Focus states — visible ring for keyboard nav (WCAG 2.1) */
body:not(.home):not(.page-id-20) a:focus-visible,
body:not(.home):not(.page-id-20) button:focus-visible,
body:not(.home):not(.page-id-20) input:focus-visible,
body:not(.home):not(.page-id-20) select:focus-visible,
body:not(.home):not(.page-id-20) textarea:focus-visible,
body:not(.home):not(.page-id-20) details summary:focus-visible {
  outline: 2px solid var(--lav-mauve) !important;
  outline-offset: 3px !important;
  border-radius: 2px;
}

/* Cursor pointer on clickable / interactive elements */
body:not(.home):not(.page-id-20) details summary,
body:not(.home):not(.page-id-20) .wp-block-post-content details,
body:not(.home):not(.page-id-20) .lavande-nav .reserve,
body:not(.home):not(.page-id-20) .wp-element-button {
  cursor: pointer !important;
}

/* Skip-to-content link (WCAG 2.1) */
body:not(.home):not(.page-id-20) .lavande-skip-link,
.lavande-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999999;
  background: var(--lav-aubergine, #5D4A5F);
  color: var(--lav-blush, #FEEEEB);
  padding: 14px 20px;
  font-family: var(--lav-font-body, sans-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
}
.lavande-skip-link:focus,
.lavande-skip-link:focus-visible {
  left: 12px;
  top: 12px;
  outline: 2px solid var(--lav-mauve, #9E7BA4);
  outline-offset: 3px;
}

/* Prefers-reduced-motion — respect user preference */
@media (prefers-reduced-motion: reduce) {
  body:not(.home):not(.page-id-20) *,
  body:not(.home):not(.page-id-20) *::before,
  body:not(.home):not(.page-id-20) *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Hamburger button — hidden desktop, shown mobile */
body:not(.home):not(.page-id-20) .lavande-hamburger {
  display: none;
  background: transparent;
  border: 1px solid rgba(158, 123, 164, 0.3);
  border-radius: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: 0.75rem;
  transition: background-color 200ms ease, border-color 200ms ease;
}
body:not(.home):not(.page-id-20) .lavande-hamburger:hover,
body:not(.home):not(.page-id-20) .lavande-hamburger:focus-visible {
  background: rgba(158, 123, 164, 0.08);
  border-color: rgba(158, 123, 164, 0.5);
  outline: none;
}
body:not(.home):not(.page-id-20) .lavande-hamburger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: #5D4A5F;
  transition: transform 250ms ease, opacity 200ms ease;
  transform-origin: center;
}
body:not(.home):not(.page-id-20).lav-menu-open .lavande-hamburger span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
body:not(.home):not(.page-id-20).lav-menu-open .lavande-hamburger span:nth-child(2) {
  opacity: 0;
}
body:not(.home):not(.page-id-20).lav-menu-open .lavande-hamburger span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Drawer — hidden by default, slides in on mobile when open.
   Explicit height (not top+bottom) because a position:sticky nav ancestor
   collapses the drawer's auto-height computation to 0. */
body:not(.home):not(.page-id-20) .lavande-drawer {
  display: none;
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  width: 100vw;
  height: calc(100vh - 88px);
  height: calc(100dvh - 88px);
  background: #FEEEEB;
  z-index: 998;
  padding: 2.5rem 2rem;
  overflow-y: auto;
  transform: translateY(-8px);
  opacity: 0;
  transition: transform 300ms ease, opacity 250ms ease;
  visibility: hidden;
  box-sizing: border-box;
}
body:not(.home):not(.page-id-20) .lavande-drawer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
body:not(.home):not(.page-id-20) .lavande-drawer ul li a {
  display: block;
  padding: 1.15rem 0.5rem;
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #5D4A5F;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  border-bottom: 1px solid rgba(158, 123, 164, 0.15);
  transition: color 200ms ease, padding-left 200ms ease;
}
body:not(.home):not(.page-id-20) .lavande-drawer ul li a:hover,
body:not(.home):not(.page-id-20) .lavande-drawer ul li a:focus-visible {
  color: #9E7BA4;
  padding-left: 1rem;
  outline: none;
}
body:not(.home):not(.page-id-20) .lavande-drawer ul li.drawer-cta {
  margin-top: 1.5rem;
}
body:not(.home):not(.page-id-20) .lavande-drawer ul li.drawer-cta a {
  background: #5D4A5F;
  color: #FEEEEB;
  border-radius: 999px;
  text-align: center;
  padding: 1rem 1.5rem;
  border-bottom: none;
  font-weight: 600;
  letter-spacing: 0.18em;
}
body:not(.home):not(.page-id-20) .lavande-drawer ul li.drawer-cta a:hover {
  background: #4A3A4D;
  padding-left: 1.5rem;
  color: #FEEEEB;
}
body:not(.home):not(.page-id-20).lav-menu-open .lavande-drawer {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
body:not(.home):not(.page-id-20).lav-menu-open {
  overflow: hidden;
}

/* Responsive header + footer */
@media (max-width: 900px) {
  body:not(.home):not(.page-id-20) .lavande-nav ul.lavande-nav-links { display: none !important; }
  body:not(.home):not(.page-id-20) .lavande-nav a.reserve { display: none !important; }
  body:not(.home):not(.page-id-20) .lavande-hamburger { display: flex !important; }
  body:not(.home):not(.page-id-20) .lavande-drawer { display: block !important; }
  body:not(.home):not(.page-id-20) .lavande-nav .container { height: 88px; justify-content: space-between; }
  body:not(.home):not(.page-id-20) .lavande-nav .brand img { height: 62px; max-width: 340px; }
  body:not(.home):not(.page-id-20) .lavande-footer .container { grid-template-columns: 1fr; }
  body:not(.home):not(.page-id-20) .lavande-footer .bottom { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
}
@media (max-width: 640px) {
  body:not(.home):not(.page-id-20) .lavande-nav .container { height: 76px; }
  body:not(.home):not(.page-id-20) .lavande-nav .brand img { height: 56px; max-width: 280px; }
  body:not(.home):not(.page-id-20) .lavande-drawer { top: 76px; height: calc(100vh - 76px); height: calc(100dvh - 76px); padding: 2rem 1.5rem; }
  body:not(.home):not(.page-id-20) .lavande-footer { padding: 3rem 0 1.5rem !important; }
}

/* ============================================================
   Journal archive page — on-brand editorial listing
   Class .lavande-journal-archive wraps a grid of post cards.
   ============================================================ */
body:not(.home):not(.page-id-20) .lavande-journal-archive {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  font-family: 'Manrope', sans-serif;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .archive-header {
  text-align: center;
  margin-bottom: 4rem;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .archive-header h1 {
  font-family: 'Playfair Display', 'Rengobriup', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #5D4A5F;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
  line-height: 1.1;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .archive-header p {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #8b7a9c;
  margin: 0 auto;
  max-width: 640px;
  line-height: 1.5;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 3rem 2.5rem;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .journal-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: transform 300ms ease;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .journal-card:hover {
  transform: translateY(-4px);
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .journal-card .card-image {
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  overflow: hidden;
  background: #F5DDD8;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .journal-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .journal-card:hover .card-image img {
  transform: scale(1.04);
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .journal-card .card-meta {
  font-family: 'Manrope', sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b7a9c;
  font-weight: 600;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .journal-card h2 {
  font-family: 'Playfair Display', 'Rengobriup', Georgia, serif;
  font-size: 1.6rem;
  color: #5D4A5F;
  font-weight: 500;
  letter-spacing: -0.005em;
  margin: 0;
  line-height: 1.2;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .journal-card p.card-excerpt {
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5D4A5F;
  margin: 0;
  opacity: 0.85;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .journal-card .card-read-more {
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9E7BA4;
  font-weight: 600;
  margin-top: 0.25rem;
  border-bottom: 1px solid rgba(158, 123, 164, 0.3);
  padding-bottom: 4px;
  align-self: flex-start;
  transition: color 200ms ease, border-color 200ms ease;
}
body:not(.home):not(.page-id-20) .lavande-journal-archive .journal-card:hover .card-read-more {
  color: #5D4A5F;
  border-color: #5D4A5F;
}
@media (max-width: 640px) {
  body:not(.home):not(.page-id-20) .lavande-journal-archive { padding: 2.5rem 1.25rem; }
  body:not(.home):not(.page-id-20) .lavande-journal-archive .archive-header { margin-bottom: 2.5rem; }
  body:not(.home):not(.page-id-20) .lavande-journal-archive .archive-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ============================================================
   Theme post-meta HIDDEN — my byline is the single source
   The default WP theme meta line (date + author + category)
   duplicated the byline. Editorial best practice: ONE meta line.
   ============================================================ */
body:not(.home):not(.page-id-20) .wp-block-group.is-layout-flex:has(> .wp-block-post-date) {
  display: none !important;
}

/* Article byline — full-width block, truly centered, one line */
body:not(.home):not(.page-id-20) p.lav-article-byline {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.625rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #8b7a9c !important;
  font-weight: 600 !important;
  margin: 0 auto 3rem !important;
  padding: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media (max-width: 520px) {
  body:not(.home):not(.page-id-20) p.lav-article-byline {
    font-size: 0.5625rem !important;
    letter-spacing: 0.12em !important;
    white-space: normal !important;
  }
}
