/* Journal and Site Editor components, intentionally scoped away from catalogue. */
.nv-journal { margin: 0 auto; padding-block: clamp(42px,7vw,94px); }
.nv-journal-intro { max-width: 820px; margin-bottom: 48px; }
.nv-eyebrow { color: var(--gold); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; }
.nv-journal-intro h1, .nv-not-found h1 { font-size: clamp(2.6rem,5.5vw,4.7rem); line-height: 1.08; letter-spacing: -.045em; margin: 18px 0 24px; }
.nv-journal-intro > p:last-child { max-width: 630px; color: var(--muted); font-size: 1.15rem; }
.nv-post-list .wp-block-post-template { gap: 26px; }
.nv-post-list .wp-block-post-template > li { min-width: 0; }
.nv-post-card { border: 1px solid var(--line); border-radius: 18px; background: var(--paper-raised); overflow: hidden; height: 100%; }
.nv-post-card .wp-block-post-featured-image { margin: 0; }
.nv-post-card .wp-block-post-featured-image img { width: 100%; object-fit: cover; }
.nv-post-card-body { padding: 26px; }
.nv-post-card h2 { font-size: clamp(1.55rem,2.4vw,2rem); letter-spacing: -.025em; line-height: 1.2; margin: 14px 0; overflow-wrap: anywhere; }
.nv-post-card h2 a { text-decoration: none; }
.nv-post-card h2 a:hover { text-decoration: underline; text-underline-offset: .15em; }
.nv-post-category { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--gold); }
.nv-post-category a { color: inherit; }
.nv-post-card .wp-block-post-date, .nv-post-meta { color: var(--muted); font-size: .875rem; }
.nv-post-card .wp-block-post-excerpt { color: var(--muted); font-size: .95rem; margin-top: 18px; }
.nv-post-card .wp-block-post-excerpt__more-link { display: inline-block; color: var(--navy); font-weight: 650; padding-block: 8px; }
.nv-post-list .wp-block-query-pagination { margin-top: 32px; border-top: 1px solid var(--line); }
.nv-post-list .page-numbers { display: inline-block; min-width: 44px; min-height: 44px; text-align: center; padding: 9px; border-radius: 6px; }
.nv-post-list .page-numbers.current { background: var(--navy); color: white; }
.nv-single h1 { font-size: clamp(2.4rem,5vw,4rem); letter-spacing: -.035em; margin: 16px 0 24px; }
.nv-single .wp-block-post-featured-image { margin-block: 36px; border-radius: 16px; overflow: hidden; }
.nv-single .wp-block-post-content { margin-block: 36px; font-size: 1.08rem; overflow-wrap: anywhere; }
.nv-single .wp-block-post-content > * + * { margin-block-start: 1.4em; }
.nv-single .wp-block-post-content h2 { font-size: clamp(1.7rem,3vw,2.3rem); margin-top: 2em; }
.nv-single .wp-block-post-content blockquote { margin-inline: 0; border-left: 3px solid var(--gold); padding: 16px 28px; background: var(--gold-soft); }
.nv-single .wp-block-post-content pre, .nv-single .wp-block-table { overflow-x: auto; max-width: 100%; }
.nv-single .wp-block-post-content img { max-width: 100%; height: auto; }
.nv-post-navigation { margin-block: 42px; padding-block: 24px; border-block: 1px solid var(--line); gap: 24px; }
.nv-post-navigation > div { flex: 1; min-width: min(100%,220px); }
.nv-comment { padding-block: 24px; border-bottom: 1px solid var(--line); }
.nv-single input:not([type=checkbox]), .nv-single textarea, .nv-journal .wp-block-search__input { font: inherit; max-width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px; color: var(--ink); background: var(--field); }
.nv-single textarea { width: 100%; }
.nv-single .form-submit .submit, .nv-journal .wp-block-search__button { padding: 12px 20px; border: 0; border-radius: 8px; background: var(--navy); color: white; font: inherit; cursor: pointer; }
.nv-community { display: flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--navy-deep); color: var(--on-navy); border-radius: 20px; padding: clamp(26px,4vw,48px); margin: 0 auto 72px; }
.nv-community h2 { color: inherit; font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1.15; margin-block: 12px; }
.nv-community p { margin-block: 10px; }
.nv-community .nv-eyebrow { color: #e4b96c; }
.nv-community .wp-block-button__link { background: #f4dfb4; color: #102a40; white-space: nowrap; }
.site-footer.nv-footer { grid-template-columns: 1fr 1.15fr 1fr; gap: 32px 48px; padding-block: 48px 28px; align-items: start; font-size: .9rem; }
.nv-footer h2 { font-family: inherit; text-transform: uppercase; letter-spacing: .09em; font-weight: 750; margin: 0 0 20px; }
.nv-footer .wp-block-navigation__container { gap: 6px 24px; }
.nv-footer .wp-block-navigation-item__content { display: block; padding-block: 8px; }
.nv-footer .nv-footer-brand p + p, .nv-footer .nv-footer-social p { margin-top: 14px; }
.nv-footer .nv-footer-brand p:last-child { max-width: 280px; }
.nv-footer .wp-block-social-links { margin-top: 20px; }
.nv-footer .wp-block-social-links .wp-social-link a { min-height: 44px; color: var(--navy); }
.site-footer.nv-footer > .copyright { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 24px; }
.site-footer.nv-footer > .store-credit { margin: -20px 0 0; font-size: .75rem; }
.nv-showcase { margin: 70px auto; text-align: center; }
.nv-showcase h2 { font-size: clamp(2rem,4vw,3rem); }
.nv-showcase .wp-block-columns { gap: 40px; margin-top: 42px; }
.nv-showcase figure img { width: auto; max-height: 580px; border: 8px solid var(--navy-deep); border-radius: 30px; box-shadow: var(--shadow); }
.nv-showcase figcaption { margin-top: 22px; color: var(--muted); }
.nv-not-found { max-width: 900px; padding-bottom: 100px; }
:where(a,button,input,textarea,select):focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media(max-width:900px) { .nv-post-list .wp-block-post-template.is-layout-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .site-footer.nv-footer { grid-template-columns: 1fr 1fr; } .nv-footer-social { grid-column: 1 / -1; } }
@media(max-width:600px) { .nv-post-list .wp-block-post-template.is-layout-grid { grid-template-columns: minmax(0,1fr); } .nv-community { flex-direction: column; align-items: start; } .nv-community .wp-block-button__link { white-space: normal; } .site-footer.nv-footer { grid-template-columns: 1fr; } .nv-single { width: calc(100% - 36px); } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } }
