/* nlw-2026. Generated by tools/build_css.py from assets/css/src. Edit the sources, not this file. */
/* ===== 00-base.css ===== */
/* Tokens and base, from the locked design (07-design-concepts-v4/final/style.css lines 1 to 57).
   Values unchanged. Every class of the design is kept with the nlw- prefix. */
:root {
  --navy: #304771;
  --ink: #0F172A;
  --gold: #C8AC48;
  --gold-tint: #F6F1DF;
  --light: #F5F5F5;
  --rule: #EEEEEE;
  --text: #1E2433;
  --muted: #555555;
  --white: #FFFFFF;

  --f-head: "Lato", system-ui, sans-serif;
  --f-body: "Lora", Georgia, serif;

  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 24px; --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px;
  --wrap: 1200px;
  --radius: 2px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy); }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
h1, h2, h3 { font-family: var(--f-head); font-weight: 700; color: var(--ink); line-height: 1.2; margin: 0; }
h4 { font-family: var(--f-head); font-weight: 700; color: var(--ink); margin: 0; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }

.nlw-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--s5); }
.nlw-visually-hidden, .nlw-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- WordPress defaults the design does not have ---------- */
.wp-site-blocks, .wp-site-blocks > *, .nlw-main, .wp-block-post-content { margin: 0; padding: 0; }
.wp-block-post-content > *, .nlw-main > * { margin-block: 0; }
.wp-block-group { box-sizing: border-box; }
.wp-block-image { margin: 0; }
.wp-block-image img { box-sizing: border-box; vertical-align: bottom; }
.wp-block-image :where(figcaption) { margin: 0; }
.wp-block-list { list-style: none; margin: 0; padding: 0; }
.wp-block-buttons { margin: 0; }
.wp-block-buttons > .wp-block-button { margin: 0; display: flex; }
.wp-block-table { margin: 0; }
.wp-block-template-part:has(> .nlw-site-head), .wp-block-template-part:has(> .nlw-site-foot) { display: contents; }
.skip-link.screen-reader-text:focus { background: var(--gold); color: var(--ink); font: 700 16px var(--f-head); }

/* ---------- Kickers ---------- */
.nlw-kicker {
  font-family: var(--f-head); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--navy); margin-bottom: var(--s3);
}
.nlw-kicker-light { color: var(--white); opacity: .9; }
.nlw-label { font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- Buttons: the design's square .btn, on core/button and on plain links ---------- */
.nlw-btn,
.wp-block-button .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s2);
  min-height: 44px; padding: 10px 20px; border-radius: var(--radius);
  font-family: var(--f-head); font-weight: 700; font-size: 15px; letter-spacing: .02em; line-height: 1.2;
  text-decoration: none; border: 2px solid transparent; cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
  box-shadow: none; text-align: center; word-break: normal;
}
.wp-block-button.nlw-btn-lg .wp-block-button__link { min-height: 52px; padding: 14px 24px; font-size: 16px; }
.nlw-btn-gold,
.wp-block-button.is-style-nlw-gold .wp-block-button__link { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.nlw-btn-gold:hover, .nlw-btn-gold:focus-visible,
.wp-block-button.is-style-nlw-gold .wp-block-button__link:hover, .wp-block-button.is-style-nlw-gold .wp-block-button__link:focus-visible { background: var(--ink); color: var(--white); border-color: var(--ink); }
.nlw-btn-line-light,
.wp-block-button.is-style-nlw-line-light .wp-block-button__link { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.nlw-btn-line-light:hover, .nlw-btn-line-light:focus-visible,
.wp-block-button.is-style-nlw-line-light .wp-block-button__link:hover, .wp-block-button.is-style-nlw-line-light .wp-block-button__link:focus-visible { background: var(--white); color: var(--navy); border-color: var(--white); }
.wp-block-button.is-style-nlw-line-dark .wp-block-button__link { background: transparent; color: var(--navy); border-color: var(--navy); }
.wp-block-button.is-style-nlw-line-dark .wp-block-button__link:hover, .wp-block-button.is-style-nlw-line-dark .wp-block-button__link:focus-visible { background: var(--navy); color: var(--white); border-color: var(--navy); }
.nlw-btn-navy,
.wp-block-button.is-style-nlw-navy .wp-block-button__link { background: var(--navy); color: var(--white); border-color: var(--navy); }
.nlw-btn-navy:hover, .nlw-btn-navy:focus-visible,
.wp-block-button.is-style-nlw-navy .wp-block-button__link:hover, .wp-block-button.is-style-nlw-navy .wp-block-button__link:focus-visible { background: var(--ink); color: var(--white); border-color: var(--ink); }
.nlw-ico { width: 18px; height: 18px; fill: currentColor; flex: none; }
/* the design's svg.ico before the label, as a mask in currentColor */
.wp-block-button.nlw-ico-wa .wp-block-button__link::before,
.wp-block-button.nlw-ico-phone .wp-block-button__link::before { content: ""; width: 18px; height: 18px; flex: none; background: currentColor; }
.wp-block-button.nlw-ico-wa .wp-block-button__link::before { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23000000%22 d=%22M12 2a10 10 0 0 0-8.6 15.1L2 22l5-1.3A10 10 0 1 0 12 2zm0 18.2a8.2 8.2 0 0 1-4.2-1.15l-.3-.18-3 .78.8-2.9-.2-.3A8.2 8.2 0 1 1 12 20.2zm4.5-6.1c-.25-.12-1.46-.72-1.69-.8s-.39-.12-.55.12-.63.8-.78.96-.29.19-.53.06a6.7 6.7 0 0 1-3.3-2.9c-.25-.43.25-.4.71-1.33a.45.45 0 0 0 0-.42c-.06-.12-.55-1.33-.76-1.82s-.4-.41-.55-.42h-.47a.9.9 0 0 0-.65.3 2.7 2.7 0 0 0-.85 2 4.7 4.7 0 0 0 1 2.5 10.8 10.8 0 0 0 4.1 3.65c1.53.66 2.13.72 2.9.6a2.5 2.5 0 0 0 1.62-1.15 2 2 0 0 0 .14-1.14c-.06-.1-.22-.16-.47-.28z%22/%3E%3C/svg%3E") center / 18px 18px no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23000000%22 d=%22M12 2a10 10 0 0 0-8.6 15.1L2 22l5-1.3A10 10 0 1 0 12 2zm0 18.2a8.2 8.2 0 0 1-4.2-1.15l-.3-.18-3 .78.8-2.9-.2-.3A8.2 8.2 0 1 1 12 20.2zm4.5-6.1c-.25-.12-1.46-.72-1.69-.8s-.39-.12-.55.12-.63.8-.78.96-.29.19-.53.06a6.7 6.7 0 0 1-3.3-2.9c-.25-.43.25-.4.71-1.33a.45.45 0 0 0 0-.42c-.06-.12-.55-1.33-.76-1.82s-.4-.41-.55-.42h-.47a.9.9 0 0 0-.65.3 2.7 2.7 0 0 0-.85 2 4.7 4.7 0 0 0 1 2.5 10.8 10.8 0 0 0 4.1 3.65c1.53.66 2.13.72 2.9.6a2.5 2.5 0 0 0 1.62-1.15 2 2 0 0 0 .14-1.14c-.06-.1-.22-.16-.47-.28z%22/%3E%3C/svg%3E") center / 18px 18px no-repeat; }
.wp-block-button.nlw-ico-phone .wp-block-button__link::before { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23000000%22 d=%22M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.25 11.4 11.4 0 0 0 3.6.57 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1z%22/%3E%3C/svg%3E") center / 18px 18px no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23000000%22 d=%22M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.25 11.4 11.4 0 0 0 3.6.57 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1z%22/%3E%3C/svg%3E") center / 18px 18px no-repeat; }

/* Concept 3 buttons (the Q and A panel and the closing contact): square, 52px, no letter spacing */
.nlw-c3-cta-btn, .nlw-c3-qa-btn,
.wp-block-button.is-style-nlw-c3-gold .wp-block-button__link,
.wp-block-button.is-style-nlw-c3-line-light .wp-block-button__link,
.wp-block-button.is-style-nlw-c3-ink .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; gap: 0;
  min-height: 52px; padding: 0 26px;
  font-family: var(--f-head); font-weight: 700; font-size: 16px; letter-spacing: normal; line-height: inherit;
  text-decoration: none; border-radius: 0; border: 2px solid transparent;
  cursor: pointer; transition: background-color 160ms, color 160ms, border-color 160ms;
}
.nlw-c3-cta-btn-gold,
.wp-block-button.is-style-nlw-c3-gold .wp-block-button__link { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.nlw-c3-cta-btn-gold:hover,
.wp-block-button.is-style-nlw-c3-gold .wp-block-button__link:hover { background: #B89B38; border-color: #B89B38; color: var(--ink); }
.wp-block-button.is-style-nlw-c3-line-light .wp-block-button__link { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.wp-block-button.is-style-nlw-c3-line-light .wp-block-button__link:hover { background: var(--white); color: var(--ink); }
.wp-block-button.is-style-nlw-c3-ink .wp-block-button__link { background: var(--ink); color: var(--white); border-color: var(--ink); }
.wp-block-button.is-style-nlw-c3-ink .wp-block-button__link:hover { background: var(--navy); border-color: var(--navy); color: var(--white); }
.nlw-c3-cta-btn-block { width: 100%; }

/* ---------- Prose inside inner page components ---------- */
.nlw-prose > * + * { margin-top: 1em; }
.nlw-prose > h3 { margin-top: 1.5em; font-size: 20px; }
.nlw-prose a { color: var(--navy); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.nlw-prose a:hover { color: var(--ink); }
.nlw-prose .nlw-list li, .nlw-prose .nlw-ticklist li { position: relative; padding-left: 26px; }
.nlw-prose .nlw-list li + li, .nlw-prose .nlw-ticklist li + li { margin-top: 8px; }
.nlw-prose .nlw-list li::before { content: ""; position: absolute; left: 2px; top: .7em; width: 8px; height: 8px; background: var(--gold); }
.nlw-prose .nlw-olist { counter-reset: nlw-ol; }
.nlw-prose .nlw-olist li { position: relative; padding-left: 36px; counter-increment: nlw-ol; }
.nlw-prose .nlw-olist li + li { margin-top: 10px; }
.nlw-prose .nlw-olist li::before { content: counter(nlw-ol); position: absolute; left: 0; top: .2em; display: inline-grid; place-items: center; width: 24px; height: 24px; border: 2px solid var(--ink); font: 700 12px/1 var(--f-head); color: var(--ink); }
.nlw-src { font-size: 15px; color: var(--muted); }

@media (max-width: 720px) {
  body { font-size: 16px; }
  .nlw-wrap { padding: 0 var(--s4); }
}
/* very narrow phones: long words and URLs may break so nothing leaves the screen */
@media (max-width: 359px) {
  main p, main li, main h1, main h2, main h3, main a { overflow-wrap: anywhere; }
}

/* ===== 20-header.css ===== */
/* Header, from the locked design (style.css "Header" and the header parts of "Responsive").
   Values unchanged. The design's nav list is the tree menu's top list (.nlw-mm-top); the
   Services mega panel and the phone accordion are additions in the same colours. */
.nlw-site-head { background: var(--navy); color: var(--white); position: relative; z-index: 20; }
.nlw-head-row { display: flex; align-items: center; justify-content: space-between; gap: var(--s5); min-height: 84px; }
.nlw-brand img { height: 52px; width: auto; }
.nlw-brand a { display: block; }
.nlw-site-nav { display: flex; align-items: center; gap: var(--s6); }
.nlw-mm-top { display: flex; gap: var(--s5); }
.nlw-mm-top > li { display: flex; align-items: center; }
.nlw-mm-top-a {
  color: var(--white); text-decoration: none; font-family: var(--f-head); font-weight: 600; font-size: 15px;
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.nlw-mm-top-a:hover, .nlw-mm-top-a:focus-visible { border-bottom-color: var(--gold); color: var(--white); }
.nlw-head-actions { display: flex; gap: var(--s3); }
.nlw-menu-btn {
  display: none; align-items: center; gap: var(--s2); background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,.7); border-radius: var(--radius); min-height: 44px; padding: 8px 14px;
  font-family: var(--f-head); font-weight: 700; font-size: 15px; cursor: pointer;
}
.nlw-menu-bars, .nlw-menu-bars::before, .nlw-menu-bars::after { display: block; width: 18px; height: 2px; background: currentColor; position: relative; }
.nlw-menu-bars::before, .nlw-menu-bars::after { content: ""; position: absolute; left: 0; }
.nlw-menu-bars::before { top: -6px; }
.nlw-menu-bars::after { top: 6px; }

/* The caret that opens Services, a hub or (on phones) a list */
.nlw-mm-caret {
  display: inline-grid; place-items: center; width: 22px; height: 22px; margin-left: 2px; padding: 0;
  background: transparent; border: 0; color: inherit; cursor: pointer;
}
.nlw-mm-caret::before { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .15s ease; }
.nlw-open > .nlw-mm-caret::before, .nlw-open > .nlw-mm-hubhead > .nlw-mm-caret::before, .nlw-mm-caret[aria-expanded="true"]::before { transform: translateY(2px) rotate(-135deg); }

/* ---------- Mega panel, desktop ---------- */
.nlw-mm-mega { display: none; }
.nlw-mm-hubhead { display: flex; align-items: center; justify-content: space-between; gap: var(--s2); }
.nlw-mm-l2 li + li, .nlw-mm-l3 li + li { margin-top: 2px; }
@media (min-width: 1025px) {
  .nlw-mm-mega {
    position: absolute; left: 0; right: 0; top: 100%; background: var(--white); color: var(--text);
    border-top: 3px solid var(--gold); box-shadow: 0 30px 50px -20px rgba(15,23,42,.45); padding: var(--s6) 0 var(--s5);
  }
  .nlw-mm-has:hover > .nlw-mm-mega, .nlw-mm-has:focus-within > .nlw-mm-mega, .nlw-mm-has.nlw-open > .nlw-mm-mega { display: block; }
  .nlw-mm-has.nlw-shut > .nlw-mm-mega { display: none; }
  .nlw-mm-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--s6); }
  .nlw-mm-hub { border-top: 2px solid var(--ink); padding-top: var(--s3); }
  .nlw-mm-hubhead .nlw-mm-caret { display: none; }
  .nlw-mm-a1 { font-family: var(--f-head); font-weight: 700; font-size: 16px; color: var(--ink); text-decoration: none; line-height: 1.3; }
  .nlw-mm-a1:hover, .nlw-mm-a1:focus-visible { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
  .nlw-mm-l2 { margin-top: var(--s3); }
  .nlw-mm-a2 { display: inline-block; padding: 3px 0; font-family: var(--f-head); font-weight: 600; font-size: 15px; line-height: 1.35; color: var(--navy); text-decoration: none; }
  .nlw-mm-a2:hover, .nlw-mm-a2:focus-visible { color: var(--ink); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
  .nlw-mm-guide .nlw-mm-a2 { font-style: italic; font-family: var(--f-body); font-weight: 400; }
  .nlw-mm-l3 { margin: 2px 0 6px; padding-left: 14px; border-left: 2px solid var(--gold); }
  .nlw-mm-a3 { font-family: var(--f-head); font-weight: 600; font-size: 14.5px; color: var(--muted); text-decoration: none; line-height: 1.4; }
  .nlw-mm-a3:hover, .nlw-mm-a3:focus-visible { color: var(--ink); text-decoration: underline; text-decoration-color: var(--gold); }
  .nlw-mm-foot { margin-top: var(--s5); padding-top: var(--s3); border-top: 1px solid var(--rule); }
  .nlw-mm-foot-a { font-family: var(--f-head); font-weight: 700; font-size: 15px; color: var(--navy); text-decoration-color: var(--gold); text-underline-offset: 5px; text-decoration-thickness: 2px; }
}

/* ---------- Responsive, from the design ---------- */
@media (max-width: 1180px) {
  .nlw-mm-top { gap: var(--s4); }
  .nlw-site-nav { gap: var(--s5); }
  .nlw-head-actions .nlw-btn-line-light { display: none; }
}
@media (max-width: 1024px) {
  .nlw-menu-btn { display: inline-flex; }
  .nlw-site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--navy);
    flex-direction: column; align-items: stretch; gap: var(--s4); padding: var(--s4) var(--s5) var(--s5);
    border-top: 1px solid rgba(255,255,255,.15); box-shadow: 0 20px 30px -10px rgba(15,23,42,.5);
    max-height: calc(100vh - 72px); overflow-y: auto;
  }
  .nlw-site-nav.is-open { display: flex; }
  .nlw-mm-top { flex-direction: column; gap: 0; }
  .nlw-mm-top > li { display: block; position: relative; }
  .nlw-mm-top-a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nlw-mm-top-a:hover, .nlw-mm-top-a:focus-visible { border-bottom-color: rgba(255,255,255,.12); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 5px; }
  .nlw-mm-has > .nlw-mm-caret { position: absolute; right: 0; top: 0; width: 48px; height: 48px; }
  .nlw-mm-has.nlw-open > .nlw-mm-mega { display: block; padding: var(--s2) 0 var(--s3) var(--s4); border-bottom: 1px solid rgba(255,255,255,.12); }
  .nlw-mm-mega .nlw-wrap { padding: 0; }
  .nlw-mm-hub + .nlw-mm-hub { border-top: 1px solid rgba(255,255,255,.08); }
  .nlw-mm-hubhead .nlw-mm-caret { width: 44px; height: 44px; }
  .nlw-mm-a1 { display: block; flex: 1; padding: 10px 0; font-family: var(--f-head); font-weight: 700; font-size: 15px; color: var(--white); text-decoration: none; }
  .nlw-mm-l2 { display: none; padding: 0 0 var(--s3) var(--s4); }
  .nlw-mm-hub.nlw-open .nlw-mm-l2 { display: block; }
  .nlw-mm-a2 { display: block; padding: 7px 0; font-family: var(--f-head); font-weight: 600; font-size: 15px; color: rgba(255,255,255,.9); text-decoration: none; }
  .nlw-mm-l3 { padding-left: var(--s4); border-left: 2px solid var(--gold); }
  .nlw-mm-a3 { display: block; padding: 5px 0; font-size: 14.5px; color: rgba(255,255,255,.8); text-decoration: none; }
  .nlw-mm-foot { padding: var(--s2) 0 0; }
  .nlw-mm-foot-a { display: block; padding: 8px 0; font-family: var(--f-head); font-weight: 700; font-size: 15px; color: var(--gold-tint); }
  .nlw-head-actions .nlw-btn-line-light { display: inline-flex; }
  .nlw-head-actions .nlw-btn { flex: 1; }
}
@media (max-width: 720px) {
  .nlw-head-row { min-height: 72px; }
  .nlw-brand img { height: 40px; }
  .nlw-site-nav { padding: var(--s4) var(--s4) var(--s5); }
}
/* Below 360px the logo shrinks to the room the menu button leaves, so the header never overflows. */
@media (max-width: 359px) {
  .nlw-head-row { gap: var(--s3); }
  .nlw-brand { min-width: 0; flex: 1 1 auto; }
  .nlw-brand img { height: auto; max-height: 40px; width: 100%; max-width: 149px; object-fit: contain; object-position: left center; }
  .nlw-menu-btn { flex: none; }
}

/* ===== 30-home.css ===== */
/* Home sections, from the locked design (07-design-concepts-v4/final/style.css), values unchanged.
   Classes carry the nlw- prefix. Where the block markup differs from the design's hand written
   HTML, the rule says so: a paragraph now holds a link the design wrote as a bare <a>, groups
   stand in for ul, li, dl, dt and dd, and core/table carries the ledger. */

/* ---------- Hero ---------- */
.nlw-hero { background: var(--navy); color: var(--white); padding: var(--s7) 0 var(--s9); border-top: 1px solid rgba(255,255,255,.12); }
.nlw-hero-grid { position: relative; z-index: 0; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: var(--s8); align-items: center; }
.nlw-hero h1 { color: var(--white); font-size: clamp(34px, 4.2vw, 54px); letter-spacing: -.01em; margin-bottom: var(--s5); }
.nlw-hero .nlw-lead { font-size: 19px; line-height: 1.7; color: rgba(255,255,255,.92); margin-bottom: var(--s6); }
.wp-block-buttons.nlw-cta-row { display: flex; flex-wrap: wrap; gap: var(--s3); margin-bottom: var(--s5); }
.nlw-hero-note { font-size: 15px; color: rgba(255,255,255,.85); padding-left: var(--s4); border-left: 3px solid var(--gold); }

/* ---------- Clause card (nlw/clause-switch prints the design's markup) ---------- */
.nlw-clause {
  margin: 0; background: var(--white); color: var(--text); border-radius: var(--radius);
  box-shadow: 0 30px 60px -20px rgba(15,23,42,.55); position: relative;
}
.nlw-clause::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; background: var(--gold-tint); z-index: -1; border-radius: var(--radius); }
.nlw-clause-top {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s4);
  padding: var(--s4) var(--s5); border-bottom: 1px solid var(--rule);
}
.nlw-clause-label { display: flex; flex-direction: column; line-height: 1.3; }
.nlw-clause-kind { font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.nlw-clause-name { font-family: var(--f-head); font-weight: 700; font-size: 17px; color: var(--ink); }
.nlw-toggle { display: flex; align-items: center; gap: var(--s3); }
.nlw-toggle-word { font-family: var(--f-head); font-weight: 700; font-size: 14px; color: var(--muted); cursor: pointer; user-select: none; }
.nlw-clause[data-state="before"] .nlw-lbl-before, .nlw-clause[data-state="after"] .nlw-lbl-after { color: var(--ink); }
.nlw-switch {
  position: relative; width: 60px; height: 32px; border-radius: var(--radius); border: 2px solid var(--ink);
  background: var(--light); cursor: pointer; padding: 0; flex: none;
}
.nlw-switch-thumb {
  position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; background: var(--ink); border-radius: 1px;
  transition: transform .2s ease, background-color .2s ease;
}
.nlw-switch[aria-checked="true"] { background: var(--gold-tint); }
.nlw-switch[aria-checked="true"] .nlw-switch-thumb { transform: translateX(28px); background: var(--gold); box-shadow: inset 0 0 0 2px var(--ink); }
.nlw-clause-body { padding: var(--s6) var(--s6) var(--s5); min-height: 260px; }
.nlw-clause-text { font-size: 20px; line-height: 1.85; color: var(--text); }
.nlw-cl-tag {
  display: block; font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: var(--s3);
}
.nlw-clause[data-state="after"] .nlw-clause-before, .nlw-clause[data-state="before"] .nlw-clause-after { display: none; }
.nlw-clause-after mark {
  background: var(--gold-tint); color: var(--ink); padding: 1px 3px; border-bottom: 2px solid var(--gold);
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.nlw-clause-before .nlw-weak {
  color: var(--ink); text-decoration: underline wavy var(--muted); text-decoration-thickness: 1px; text-underline-offset: 5px;
}
.nlw-clause [data-n]::after {
  content: attr(data-n); font-family: var(--f-head); font-weight: 700; font-size: 11px; vertical-align: super; line-height: 0;
  margin-left: 2px; color: var(--navy);
}
.nlw-changes { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--rule); counter-reset: none; }
.nlw-changes li {
  display: grid; grid-template-columns: 26px 1fr; gap: var(--s3); align-items: start;
  padding: var(--s4) var(--s5); font-family: var(--f-head); font-weight: 600; font-size: 14px; line-height: 1.45; color: var(--text);
  border-bottom: 1px solid var(--rule);
}
.nlw-changes li:nth-child(odd) { border-right: 1px solid var(--rule); }
.nlw-changes li:nth-last-child(-n+2) { border-bottom: 0; }
.nlw-changes .nlw-n { display: inline-grid; place-items: center; width: 24px; height: 24px; border: 2px solid var(--ink); font-size: 12px; font-weight: 700; color: var(--ink); }
.nlw-clause[data-state="after"] .nlw-changes .nlw-n { background: var(--gold); border-color: var(--gold); }
.nlw-clause[data-state="after"] .nlw-c-before, .nlw-clause[data-state="before"] .nlw-c-after { display: none; }
.nlw-clause-foot { padding: var(--s3) var(--s5); background: var(--light); font-size: 13px; color: var(--muted); font-style: italic; }

/* ---------- Section heads ---------- */
.nlw-sec-head { margin-bottom: var(--s7); }
.nlw-sec-head h2 { font-size: clamp(28px, 3vw, 40px); margin-bottom: var(--s4); }
.nlw-sec-intro { color: var(--muted); font-size: 18px; }
.nlw-sec-head-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--s7); align-items: end; }
.nlw-sec-head-row h2 { margin-bottom: 0; }

/* ---------- Document tiles ---------- */
.nlw-docs { padding: var(--s9) 0 var(--s8); }
.nlw-docs .nlw-sec-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: var(--s7); align-items: end; }
.nlw-docs .nlw-sec-head .nlw-kicker, .nlw-docs .nlw-sec-head h2 { grid-column: 1; }
.nlw-docs .nlw-sec-head .nlw-sec-intro { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
.nlw-tiles {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--ink); border-left: 1px solid var(--rule);
}
.nlw-tile {
  position: relative; display: flex; flex-direction: column; padding: var(--s6) var(--s6) var(--s5);
  border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--white);
  transition: background-color .2s ease;
}
.nlw-tile:hover, .nlw-tile:focus-within { background: var(--gold-tint); }
.nlw-tile h3 { font-size: 21px; margin: var(--s5) 0 var(--s3); }
.nlw-tile p { color: var(--muted); font-size: 16px; margin-bottom: var(--s5); }
/* design a.tile-link: a paragraph holding the link */
.nlw-tile p.nlw-tile-link { display: flex; margin-top: auto; margin-bottom: 0; font-size: 15px; color: inherit; }
.nlw-tile-link a {
  font-family: var(--f-head); font-weight: 700; font-size: 15px; color: var(--navy);
  text-decoration: none; display: inline-flex; align-items: center; gap: var(--s2);
}
.nlw-tile-link a::after { content: ""; width: 18px; height: 2px; background: var(--gold); transition: width .2s ease; }
.nlw-tile-link a:hover::after, .nlw-tile-link a:focus-visible::after { width: 30px; }
.nlw-tile-link a::before { content: ""; position: absolute; inset: 0; } /* whole tile clickable */
/* design span.art: the same drawing as an image (tools/capture_art.py) */
.nlw-art { display: block; width: 72px; height: 80px; }
.nlw-art img { width: 72px; height: 80px; }
.nlw-docs-foot { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s6); margin-top: var(--s6); font-size: 16px; color: var(--muted); }
.nlw-docs-foot strong { color: var(--ink); font-weight: 600; }

/* ---------- Family ---------- */
.nlw-family { padding: 0 0 var(--s9); }
.nlw-family-frame { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 0; }
.nlw-family-photo { position: relative; min-height: 100%; }
.nlw-family-photo figure { height: 100%; }
.nlw-family-photo figure img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.nlw-family-copy { background: var(--light); padding: var(--s7) var(--s7); }
.nlw-family-copy h2 { font-size: clamp(26px, 2.8vw, 36px); margin-bottom: var(--s4); }
.nlw-family-copy .nlw-sec-intro { font-size: 17px; margin-bottom: var(--s5); }
.nlw-slips { display: grid; gap: var(--s3); }
.nlw-slip {
  background: var(--white); padding: var(--s4) var(--s5) var(--s4) var(--s6); position: relative;
  box-shadow: 0 1px 0 var(--rule);
}
.nlw-slip::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--navy); }
.nlw-slip:hover::before, .nlw-slip:focus-within::before { background: var(--gold); }
.nlw-slip h3 { font-size: 18px; margin-bottom: var(--s1); }
.nlw-slip h3 a { color: var(--ink); text-decoration: none; }
.nlw-slip h3 a:hover, .nlw-slip h3 a:focus-visible { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.nlw-slip p { font-size: 15.5px; color: var(--muted); line-height: 1.6; }

/* ---------- How we work ---------- */
.nlw-work { padding: var(--s9) 0; }
.nlw-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nlw-col { padding: 0 var(--s6); }
.nlw-col:first-child { padding-left: 0; }
.nlw-col + .nlw-col { border-left: 2px solid var(--gold); }
/* design span.col-step: a paragraph, so it must outrank ".nlw-col p" */
.nlw-col .nlw-col-step { display: block; font-family: var(--f-head); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); margin-bottom: var(--s3); }
.nlw-col h3 { font-size: 22px; margin-bottom: var(--s3); }
.nlw-col p { color: var(--muted); font-size: 16.5px; }

/* ---------- Prices: the ruled ledger on core/table (design th.num and td[data-label] are the 3rd and 2nd columns) ---------- */
.nlw-prices { padding: 0 0 var(--s9); }
.wp-block-table.nlw-ledger { overflow: visible; }
.nlw-ledger table { width: 100%; border-collapse: collapse; font-size: 17px; }
.wp-block-table.nlw-ledger thead { border: 0; }
.nlw-ledger figcaption { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.nlw-ledger thead th {
  font-family: var(--f-head); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
  text-align: left; padding: 0 var(--s4) var(--s3); border: 0; border-bottom: 2px solid var(--ink);
}
.nlw-ledger tbody th, .nlw-ledger tbody td { padding: var(--s4); border: 0; border-bottom: 1px solid #E2E2E2; text-align: left; vertical-align: baseline; }
.nlw-ledger tbody th { font-family: var(--f-head); font-weight: 600; font-size: 17px; }
.nlw-ledger tbody th a { color: var(--ink); text-decoration: none; }
.nlw-ledger tbody th a:hover, .nlw-ledger tbody th a:focus-visible { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.nlw-ledger td { color: var(--muted); }
.nlw-ledger thead th:nth-child(3), .nlw-ledger tbody td:nth-child(3) { text-align: right; white-space: nowrap; }
.nlw-ledger tbody td:nth-child(3) { font-family: var(--f-head); font-weight: 700; color: var(--ink); }
.nlw-ledger tbody tr:hover { background: var(--gold-tint); }
.nlw-ledger thead th:first-child, .nlw-ledger tbody th { padding-left: 0; }
.nlw-ledger thead th:last-child, .nlw-ledger tbody td:last-child { padding-right: 0; }
.nlw-price-foot { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--s6); align-items: center; margin-top: var(--s6); }
.nlw-approved { font-style: italic; color: var(--text); font-size: 17px; }

/* ---------- FAQ ---------- */
.nlw-faq { padding: var(--s9) 0; border-top: 1px solid var(--rule); }
.nlw-faq-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: var(--s8); }
.nlw-faq-side h2 { font-size: clamp(26px, 2.8vw, 36px); margin-bottom: var(--s4); }
.nlw-faq-side p { color: var(--muted); margin-bottom: var(--s4); }
/* design a.text-link: a paragraph holding the link, with none of ".nlw-faq-side p" */
.nlw-faq-side p.nlw-text-link { color: inherit; margin-bottom: 0; }
.nlw-text-link a { font-family: var(--f-head); font-weight: 700; color: var(--navy); text-decoration-color: var(--gold); text-underline-offset: 5px; text-decoration-thickness: 2px; }
.nlw-faq-list details { border-bottom: 1px solid #E2E2E2; }
.nlw-faq-list details:first-child { border-top: 2px solid var(--ink); }
.nlw-faq-list summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: var(--s4);
  padding: var(--s5) 0; font-family: var(--f-head); font-weight: 700; font-size: 18px; color: var(--ink);
}
.nlw-faq-list summary::-webkit-details-marker { display: none; }
.nlw-faq-list summary::after {
  content: ""; flex: none; width: 14px; height: 14px;
  background: linear-gradient(var(--navy), var(--navy)) center / 14px 2px no-repeat, linear-gradient(var(--navy), var(--navy)) center / 2px 14px no-repeat;
  transition: transform .2s ease;
}
.nlw-faq-list details[open] summary::after { transform: rotate(45deg); }
.nlw-faq-list details p { padding: 0 0 var(--s5); color: var(--muted); }

/* ---------- Q and A panel (concept 3) ---------- */
.nlw-c3-qa-guide {
  --wrap: 1240px;
  --gutter: clamp(16px, 4vw, 48px);
  --sec: clamp(64px, 9vw, 120px);
  font-size: 17px;
}
:where(.nlw-c3-qa-guide) h2, :where(.nlw-c3-qa-guide) h3 { font-family: var(--f-head); color: var(--ink); margin: 0; line-height: 1.15; }
:where(.nlw-c3-qa-guide) h2 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; letter-spacing: -0.01em; }
:where(.nlw-c3-qa-guide) p { margin: 0 0 1em; }
:where(.nlw-c3-qa-guide) a { color: var(--navy); text-underline-offset: 3px; }
.nlw-c3-qa-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.nlw-c3-qa-kicker {
  font-family: var(--f-head); font-weight: 700; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--navy); margin: 0 0 18px; display: flex; align-items: center; gap: 12px;
}
.nlw-c3-qa-kicker::before { content: ""; width: 28px; height: 4px; background: var(--gold); flex: none; }
.nlw-c3-qa-guide { padding: 0; }
.nlw-c3-qa-qa-panel { background: var(--gold-tint); border-top: 8px solid var(--ink); padding: clamp(32px, 5vw, 72px); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px clamp(40px, 6vw, 88px); }
.nlw-c3-qa-qa-main, .nlw-c3-qa-qa-answer { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 22px; align-items: start; }
.nlw-c3-qa-qa-letter { font-family: var(--f-head); font-weight: 900; font-size: 88px; line-height: .8; color: var(--ink); margin: 0; }
p.nlw-c3-qa-qa-letter { margin: 0; }
.nlw-c3-qa-qa-letter-a { color: var(--navy); }
.nlw-c3-qa-qa-main h2 { font-size: clamp(36px, 4.2vw, 58px); font-weight: 900; }
.nlw-c3-qa-qa-short { font-family: var(--f-head); font-weight: 700; font-size: clamp(22px, 2vw, 28px); line-height: 1.3; color: var(--ink); }
.nlw-c3-qa-qa-answer p:last-child { margin: 0; }
.nlw-c3-qa-qa-grid { grid-column: 1 / -1; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 2px solid var(--ink); }
.nlw-c3-qa-qa-grid > div { padding: 24px 24px 0 0; }
.nlw-c3-qa-qa-grid > div + div { padding-left: 24px; border-left: 1px solid rgba(15,23,42,.18); }
/* design dt and dd: paragraphs */
.nlw-c3-qa-qa-grid .nlw-c3-qa-dt { font-family: var(--f-head); font-weight: 700; color: var(--ink); font-size: 17px; margin: 0 0 8px; }
.nlw-c3-qa-qa-grid .nlw-c3-qa-dd { margin: 0; font-size: 16px; color: var(--text); }
.nlw-c3-qa-qa-foot { grid-column: 1 / -1; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; padding-top: 8px; }
.nlw-c3-qa-qa-foot p { margin: 0; flex: 1 1 320px; color: var(--text); font-style: italic; }

/* ---------- Latest guides (c3-posts, printed by nlw/latest-guides) ---------- */
.nlw-c3-posts {
  --wrap: 1240px;
  --gutter: clamp(16px, 4vw, 48px);
  --sec: clamp(64px, 9vw, 120px);
  font-size: 17px;
  padding: 0 0 var(--s9);
}
:where(.nlw-c3-posts) h2, :where(.nlw-c3-posts) h3 { font-family: var(--f-head); color: var(--ink); margin: 0; line-height: 1.15; }
:where(.nlw-c3-posts) h2 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; letter-spacing: -0.01em; }
:where(.nlw-c3-posts) p { margin: 0 0 1em; }
.nlw-c3-posts-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.nlw-c3-posts-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.nlw-c3-posts-kicker {
  font-family: var(--f-head); font-weight: 700; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--navy); margin: 0; display: flex; align-items: center; gap: 12px;
}
.nlw-c3-posts-kicker::before { content: ""; width: 28px; height: 4px; background: var(--gold); flex: none; }
.nlw-c3-posts-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px clamp(40px, 6vw, 96px); align-items: end; margin-bottom: 56px; }
.nlw-c3-posts-head .nlw-c3-posts-kicker { grid-column: 1 / -1; }
.nlw-c3-posts-side { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.nlw-c3-posts-side p { color: var(--muted); margin: 0; }
.nlw-c3-posts-all, .nlw-c3-posts-more {
  font-family: var(--f-head); font-weight: 700; font-size: 16px;
  color: var(--navy); text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  border-bottom: 2px solid var(--gold); padding-bottom: 4px;
}
.nlw-c3-posts-all::after, .nlw-c3-posts-more::after { content: "\2192"; }
.nlw-c3-posts-all:hover, .nlw-c3-posts-more:hover { color: var(--ink); }
.nlw-c3-posts-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 clamp(24px, 2.4vw, 36px);
  border-top: 2px solid var(--ink);
}
.nlw-c3-posts-card { display: flex; flex-direction: column; padding-top: 28px; }
.nlw-c3-posts-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.nlw-c3-posts-body { display: flex; flex-direction: column; flex: 1; padding-top: 22px; }
.nlw-c3-posts-body h3 { font-size: 20px; font-weight: 700; line-height: 1.3; margin-bottom: 12px; }
.nlw-c3-posts-body h3 a {
  color: var(--ink); text-decoration: none;
  background-image: linear-gradient(var(--gold), var(--gold)); background-size: 0 3px; background-position: 0 100%; background-repeat: no-repeat;
  transition: background-size 220ms;
}
.nlw-c3-posts-body h3 a:hover, .nlw-c3-posts-body h3 a:focus-visible { background-size: 100% 3px; }
.nlw-c3-posts-body p { color: var(--muted); font-size: 16px; margin-bottom: 22px; }
.nlw-c3-posts-more { margin-top: auto; align-self: flex-start; }

/* ---------- Closing contact (concept 3) ---------- */
.nlw-c3-cta-contact {
  --wrap: 1240px;
  --gutter: clamp(16px, 4vw, 48px);
  --sec: clamp(64px, 9vw, 120px);
  font-size: 17px;
}
:where(.nlw-c3-cta-contact) h2, :where(.nlw-c3-cta-contact) h3 { font-family: var(--f-head); color: var(--ink); margin: 0; line-height: 1.15; }
:where(.nlw-c3-cta-contact) h2 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; letter-spacing: -0.01em; }
:where(.nlw-c3-cta-contact) p { margin: 0 0 1em; }
:where(.nlw-c3-cta-contact) a { color: var(--navy); text-underline-offset: 3px; }
.nlw-c3-cta-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.nlw-c3-cta-kicker {
  font-family: var(--f-head); font-weight: 700; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--navy); margin: 0 0 18px; display: flex; align-items: center; gap: 12px;
}
.nlw-c3-cta-kicker::before { content: ""; width: 28px; height: 4px; background: var(--gold); flex: none; }
.nlw-c3-cta-kicker-light { color: var(--white); }
.wp-block-buttons.nlw-c3-cta-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 0; }
/* design a.c3-cta-text-link: a paragraph (same font size and line height as the design's div) holding the link */
.nlw-c3-cta-contact p.nlw-c3-cta-text-link { margin: 0; }
.nlw-c3-cta-text-link a {
  font-family: var(--f-head); font-weight: 700; font-size: 16px;
  color: var(--white); text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  border-bottom: 2px solid var(--gold); padding-bottom: 4px; margin-top: 28px;
}
.nlw-c3-cta-text-link a::after { content: "\2192"; }
.nlw-c3-cta-text-link a:hover { color: var(--gold-tint); }
.nlw-c3-cta-contact { background: var(--navy); color: #E7EAF0; padding: var(--sec) 0; }
.nlw-c3-cta-contact-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.nlw-c3-cta-contact h2 { color: var(--white); margin-bottom: 18px; }
/* design ul.c3-cta-contact-lines > li > span + a: groups and paragraphs */
.nlw-c3-cta-contact-lines { margin: 32px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.nlw-c3-cta-cl { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.nlw-c3-cta-contact .nlw-c3-cta-cl p { margin: 0; }
.nlw-c3-cta-cl-label { font-family: var(--f-head); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: #C3C9D4; padding-top: 3px; }
.nlw-c3-cta-cl-value { font-family: var(--f-head); font-weight: 700; font-size: 18px; } /* the line box of the design's bare a */
.nlw-c3-cta-cl-value a { color: var(--white); font-family: var(--f-head); font-weight: 700; font-size: 18px; text-decoration: none; overflow-wrap: anywhere; }
.nlw-c3-cta-cl-value a:hover { color: var(--gold); }
.nlw-c3-cta-quote-form { background: var(--white); color: var(--text); padding: clamp(26px, 3vw, 40px); border-top: 8px solid var(--gold); }
.nlw-c3-cta-form-title { font-family: var(--f-head); font-weight: 700; font-size: 22px; color: var(--ink); margin-bottom: 20px; }
.nlw-c3-cta-field { margin-bottom: 16px; }
.nlw-c3-cta-field label { display: block; font-family: var(--f-head); font-weight: 700; font-size: 14px; color: var(--ink); margin-bottom: 6px; }
.nlw-c3-cta-field input, .nlw-c3-cta-field select, .nlw-c3-cta-field textarea {
  width: 100%; border: 1px solid #8A8F99; border-radius: 0; background: var(--white);
  font: inherit; font-size: 16px; color: var(--text); padding: 12px 14px; min-height: 48px;
}
.nlw-c3-cta-field input:focus, .nlw-c3-cta-field select:focus, .nlw-c3-cta-field textarea:focus { outline: 3px solid var(--gold); outline-offset: 0; border-color: var(--ink); }

/* ---------- Responsive, from the design ---------- */
@media (max-width: 1080px) {
  .nlw-c3-posts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
}
@media (max-width: 1024px) {
  .nlw-hero-grid { grid-template-columns: 1fr; gap: var(--s7); }
  .nlw-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nlw-faq-grid { grid-template-columns: 1fr; gap: var(--s5); }
  .nlw-family-frame { grid-template-columns: 1fr; }
  .nlw-family-photo figure img { aspect-ratio: 16 / 9; }
}
@media (max-width: 960px) {
  .nlw-c3-qa-qa-panel { grid-template-columns: minmax(0, 1fr); }
  .nlw-c3-qa-qa-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nlw-c3-qa-qa-grid > div + div { padding-left: 0; border-left: 0; }
  .nlw-c3-qa-qa-grid > div:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(15,23,42,.18); }
  .nlw-c3-posts-head { grid-template-columns: minmax(0, 1fr); }
  .nlw-c3-cta-contact-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 720px) {
  .nlw-hero { padding: var(--s6) 0 var(--s8); }
  .nlw-hero .nlw-lead { font-size: 17px; }
  .nlw-cta-row .wp-block-button, .nlw-cta-row .wp-block-button__link { width: 100%; }
  .nlw-clause::before { inset: 10px -8px -10px 8px; }
  .nlw-clause-top { flex-direction: column; align-items: flex-start; padding: var(--s4); }
  .nlw-clause-body { padding: var(--s5) var(--s4) var(--s4); min-height: 0; }
  .nlw-clause-text { font-size: 17.5px; }
  .nlw-changes { grid-template-columns: 1fr; }
  .nlw-changes li { padding: var(--s3) var(--s4); }
  .nlw-changes li:nth-child(odd) { border-right: 0; }
  .nlw-changes li:nth-last-child(2) { border-bottom: 1px solid var(--rule); }
  .nlw-clause-foot { padding: var(--s3) var(--s4); }

  .nlw-docs { padding: var(--s8) 0 var(--s7); }
  .nlw-docs .nlw-sec-head, .nlw-sec-head-row { grid-template-columns: 1fr; gap: var(--s3); }
  .nlw-docs .nlw-sec-head .nlw-sec-intro { grid-column: 1; grid-row: auto; }
  .nlw-sec-head { margin-bottom: var(--s6); }
  .nlw-tiles { grid-template-columns: 1fr; }
  .nlw-tile { padding: var(--s5) var(--s4); }
  .nlw-docs-foot { grid-template-columns: 1fr; gap: var(--s4); }

  .nlw-family { padding-bottom: var(--s8); }
  .nlw-family-frame { padding: 0; }
  .nlw-family-copy { padding: var(--s6) var(--s4); }

  .nlw-work { padding: var(--s8) 0; }
  .nlw-cols { grid-template-columns: 1fr; }
  .nlw-col, .nlw-col:first-child { padding: var(--s5) 0; }
  .nlw-col + .nlw-col { border-left: 0; border-top: 2px solid var(--gold); }
  .nlw-col:first-child { padding-top: 0; }

  .nlw-ledger thead { display: none; }
  .nlw-ledger table, .nlw-ledger tbody { display: block; }
  .nlw-ledger tbody tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0 var(--s4); padding: var(--s4) 0; border-bottom: 1px solid #E2E2E2; }
  .nlw-ledger tbody tr:first-child { border-top: 2px solid var(--ink); }
  .nlw-ledger tbody th, .nlw-ledger tbody td { padding: 0; border: 0; }
  .nlw-ledger tbody td:nth-child(2) { grid-column: 1; grid-row: 2; font-size: 14px; }
  .nlw-ledger tbody td:nth-child(3) { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-size: 16px; white-space: normal; text-align: right; }
  .nlw-price-foot { grid-template-columns: 1fr; }
  .nlw-price-foot .wp-block-buttons, .nlw-price-foot .wp-block-button, .nlw-price-foot .wp-block-button__link { width: 100%; }

  .nlw-faq { padding: var(--s8) 0; }
  .nlw-faq-list summary { font-size: 17px; }
}
@media (max-width: 640px) {
  .nlw-c3-qa-guide { font-size: 16px; }
  .nlw-c3-qa-qa-letter { font-size: 56px; }
  .nlw-c3-qa-qa-main, .nlw-c3-qa-qa-answer { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .nlw-c3-qa-qa-grid { grid-template-columns: minmax(0, 1fr); }
  .nlw-c3-qa-qa-grid > div:nth-child(even) { padding-left: 0; border-left: 0; }
  .nlw-c3-qa-qa-grid > div { padding-right: 0; }
  .nlw-c3-qa-qa-grid > div + div { border-top: 1px solid rgba(15,23,42,.18); margin-top: 20px; }
  .nlw-c3-qa-qa-foot .wp-block-buttons, .nlw-c3-qa-qa-foot .wp-block-button, .nlw-c3-qa-qa-foot .wp-block-button__link { width: 100%; }
  .nlw-c3-cta-contact { font-size: 16px; }
  .nlw-c3-cta-cl { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .nlw-c3-cta-btn, .nlw-c3-cta-cta-row .wp-block-button, .nlw-c3-cta-cta-row .wp-block-button__link { width: 100%; }
  .nlw-c3-posts { font-size: 16px; }
  .nlw-c3-posts-head { margin-bottom: 40px; }
  .nlw-c3-posts-grid { grid-template-columns: minmax(0, 1fr); row-gap: 12px; }
  .nlw-c3-posts-card + .nlw-c3-posts-card { border-top: 1px solid var(--rule); }
}
/* very narrow: grids that must shrink below their content */
@media (max-width: 359px) {
  .nlw-c3-cta-contact-grid, .nlw-hero-grid, .nlw-faq-grid { grid-template-columns: minmax(0, 1fr); }
  .nlw-toggle { flex-wrap: wrap; }
}

/* ===== 40-footer.css ===== */
/* Footer, from the locked design (style.css "Footer" and its responsive rules). Values unchanged.
   The design's nav columns are groups; address is a paragraph with line breaks. */
.nlw-site-foot { background: var(--ink); color: rgba(255,255,255,.85); padding: var(--s8) 0 var(--s5); font-size: 15.5px; }
.nlw-foot-grid { display: grid; grid-template-columns: minmax(0, 3.4fr) minmax(0, 2.3fr) minmax(0, 2.3fr) minmax(0, 3fr); gap: var(--s6); }
.nlw-foot-brand img { height: 48px; width: auto; margin-bottom: var(--s4); }
.nlw-foot-h { font-family: var(--f-head); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: var(--s4); }
.nlw-site-foot ul { display: grid; gap: var(--s2); }
.nlw-site-foot a { color: var(--white); text-decoration: none; }
.nlw-site-foot a:hover, .nlw-site-foot a:focus-visible { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.nlw-foot-address { font-style: normal; line-height: 1.9; overflow-wrap: break-word; }
.nlw-foot-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s3); margin-top: var(--s7); padding-top: var(--s5); border-top: 1px solid rgba(255,255,255,.15); font-family: var(--f-head); font-weight: 600; font-size: 14px; }
/* Developer credit in the bottom bar: the bar's own colour, smaller text, links underlined. */
.nlw-foot-base .nlw-credit { font-size: 13px; overflow-wrap: anywhere; }
.nlw-foot-base .nlw-credit a { text-decoration: underline; text-underline-offset: 4px; }
.nlw-foot-base .nlw-credit a:hover, .nlw-foot-base .nlw-credit a:focus-visible { text-decoration-color: var(--gold); }
@media (max-width: 1024px) {
  .nlw-foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nlw-foot-grid { grid-template-columns: 1fr; }
  /* the design's ".wrap { padding: 0 16px }" at this width comes after ".foot-base" and removes its top padding */
  .nlw-foot-base { padding-top: 0; }
}
@media (max-width: 359px) {
  .nlw-foot-grid { grid-template-columns: minmax(0, 1fr); }
  .nlw-site-foot a, .nlw-foot-address { overflow-wrap: anywhere; }
}

/* ===== 50-inner.css ===== */
/* Inner pages: bands, page heroes (one per page type), intro, breadcrumbs, the call strip, the
   article layout of guides, sources, and the post templates. Every value comes from the home
   design's scale (--s1 to --s9, navy, ink, gold, gold tint, light) and its components. */

/* ---------- Bands ---------- */
.nlw-sec { padding: var(--s9) 0; }
.nlw-sec-white { background: var(--white); }
.nlw-sec-light { background: var(--light); }
.nlw-sec-tint { background: var(--gold-tint); }
.nlw-sec-navy { background: var(--navy); color: var(--white); }
.nlw-sec-ink { background: var(--ink); color: var(--white); }
.nlw-sec-navy h2, .nlw-sec-navy h3, .nlw-sec-ink h2, .nlw-sec-ink h3 { color: var(--white); }
.nlw-sec-title .nlw-kicker { margin-bottom: var(--s3); }
.nlw-sec .nlw-sec-head h2 { margin-bottom: 0; }
.nlw-sec-lead { color: var(--muted); font-size: 18px; }
.nlw-sec-lead > * + * { margin-top: .8em; }
.nlw-x-pre { margin-bottom: var(--s6); }
.nlw-x-foot { margin-top: var(--s6); }
/* one band after another of the same colour gets a rule between them */
.nlw-sec-white + .nlw-sec-white, .nlw-sec-light + .nlw-sec-light { border-top: 1px solid var(--rule); }

/* ---------- Breadcrumbs (nlw/breadcrumbs) ---------- */
.nlw-bc { margin-bottom: var(--s5); }
.nlw-bc ol { display: flex; flex-wrap: wrap; gap: 4px 10px; font-family: var(--f-head); font-weight: 600; font-size: 14px; line-height: 1.4; }
.nlw-bc li { display: inline-flex; align-items: center; gap: 10px; }
.nlw-bc li + li::before { content: "/"; opacity: .6; }
.nlw-bc a { color: inherit; text-decoration: none; opacity: .85; }
.nlw-bc a:hover, .nlw-bc a:focus-visible { opacity: 1; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.nlw-bc [aria-current] { opacity: .75; }

/* ---------- Page heroes ---------- */
.nlw-ph { padding: var(--s7) 0 var(--s8); }
.nlw-ph h1 { font-size: clamp(32px, 3.6vw, 48px); letter-spacing: -.01em; margin-bottom: var(--s5); }
.nlw-ph-lead { font-size: 19px; line-height: 1.7; margin-bottom: var(--s6); }
.nlw-ph-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: var(--s8); align-items: center; isolation: isolate; }
.nlw-ph .wp-block-buttons.nlw-cta-row { margin-bottom: 0; }
/* dark heroes: hub, service, fees, guides index */
.nlw-ph-hub, .nlw-ph-svc, .nlw-ph-fees, .nlw-ph-guides, .nlw-ph-post { background: var(--navy); color: var(--white); border-top: 1px solid rgba(255,255,255,.12); }
.nlw-ph-hub h1, .nlw-ph-svc h1, .nlw-ph-fees h1, .nlw-ph-guides h1, .nlw-ph-post h1, .nlw-ph-about h1 { color: var(--white); }
.nlw-ph-hub .nlw-ph-lead, .nlw-ph-svc .nlw-ph-lead, .nlw-ph-fees .nlw-ph-lead, .nlw-ph-guides .nlw-ph-lead, .nlw-ph-about .nlw-ph-lead { color: rgba(255,255,255,.92); }
.nlw-ph-hub .nlw-bc, .nlw-ph-svc .nlw-bc, .nlw-ph-fees .nlw-bc, .nlw-ph-guides .nlw-bc, .nlw-ph-post .nlw-bc, .nlw-ph-about .nlw-bc { color: var(--white); }
.nlw-ph-guides .nlw-ph-lead { margin-bottom: 0; }
/* hub: the page photo on a tint sheet, like the clause card */
.nlw-ph-photo { position: relative; }
.nlw-ph-photo::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; background: var(--gold-tint); z-index: -1; }
.nlw-ph-photo figure { box-shadow: 0 30px 60px -20px rgba(15,23,42,.55); }
.nlw-ph-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
/* service: the "At a glance" lines on a paper sheet */
.nlw-ph-sheet { position: relative; background: var(--white); color: var(--text); box-shadow: 0 30px 60px -20px rgba(15,23,42,.55); }
.nlw-ph-sheet::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; background: var(--gold-tint); z-index: -1; }
.nlw-sh-top { padding: var(--s4) var(--s5); border-bottom: 1px solid var(--rule); line-height: 1.3; }
.nlw-sh-kind { font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.nlw-sh-name { font-family: var(--f-head); font-weight: 700; font-size: 17px; color: var(--ink); }
.nlw-sh-list { padding: var(--s3) var(--s5) var(--s4); }
.nlw-sh-item { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: var(--s3); align-items: start; padding: var(--s3) 0; border-bottom: 1px solid var(--rule); }
.nlw-sh-item:last-child { border-bottom: 0; }
.nlw-sh-n { display: inline-grid; place-items: center; width: 24px; height: 24px; background: var(--gold); font-family: var(--f-head); font-size: 12px; font-weight: 700; color: var(--ink); margin-top: 3px; }
.nlw-sh-t { font-size: 16px; line-height: 1.55; }
.nlw-sh-foot { padding: 0 var(--s5) var(--s4); font-size: 15px; color: var(--muted); }
/* sub-service: gold tint, the parent page as a slip */
.nlw-ph-sub { background: var(--gold-tint); color: var(--text); border-top: 8px solid var(--ink); }
.nlw-ph-sub .nlw-bc { color: var(--navy); }
.nlw-ph-sub .nlw-ph-lead { color: var(--text); }
.nlw-ph-parent { margin-bottom: var(--s5); }
.nlw-ph-parent .nlw-label { margin-bottom: 2px; }
.nlw-ph-sub .nlw-ph-photo::before { background: var(--white); }
/* guide: the home Q and A panel as the hero */
.nlw-ph-guide { background: var(--white); padding: var(--s7) 0 0; }
.nlw-ph-guide .nlw-c3-qa-qa-panel { grid-template-columns: minmax(0, 1fr); gap: var(--s6); }
.nlw-ph-guide .nlw-c3-qa-qa-main h1 { max-width: none; }
.nlw-ph-guide .nlw-bc { color: var(--navy); margin-bottom: var(--s4); }
.nlw-ph-guide .nlw-c3-qa-kicker { margin: 0 0 18px; }
.nlw-ph-guide h1 { font-size: clamp(30px, 3.2vw, 44px); font-weight: 900; line-height: 1.15; margin: 0; }
.nlw-gq-panel .nlw-ph-lead { font-size: 19px; color: var(--ink); margin: 0; }
.nlw-gq-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid var(--ink); }
.nlw-gq-grid.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-gq-grid.is-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nlw-gq-label { grid-column: 1 / -1; padding-top: var(--s4); font-family: var(--f-head); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); }
.nlw-gq-cell { padding: var(--s4) var(--s5) 0 0; font-size: 16px; }
.nlw-gq-cell + .nlw-gq-cell { padding-left: var(--s5); border-left: 1px solid rgba(15,23,42,.18); }
.nlw-gq-cell strong { display: block; font-family: var(--f-head); font-size: 17px; color: var(--ink); margin-bottom: 4px; }
.nlw-gq-rest { grid-column: 1 / -1; padding-top: var(--s4); font-size: 16px; }
/* fees: the approved price line on a ledger card */
.nlw-ph-fees-card { background: var(--white); color: var(--text); padding: var(--s6); border-top: 8px solid var(--gold); box-shadow: 0 30px 60px -20px rgba(15,23,42,.55); }
.nlw-ph-fees-card .nlw-label { margin-bottom: var(--s3); }
.nlw-ph-fees-card .nlw-approved { font-size: 18px; }
.nlw-fee-photo { margin-top: var(--s5); }
.nlw-fee-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
/* about: the study photo as a full width banner, then the title on ink */
.nlw-ph-about { background: var(--ink); color: var(--white); padding: 0 0 var(--s8); }
.nlw-ph-banner { border-bottom: 8px solid var(--gold); margin-bottom: var(--s7); }
.nlw-ph-banner img { width: 100%; aspect-ratio: 24 / 7; object-fit: cover; }
/* contact: gold tint, short, the form follows at once */
.nlw-ph-contact { background: var(--gold-tint); border-top: 8px solid var(--ink); }
.nlw-ph-contact .nlw-bc { color: var(--navy); }
.nlw-ph-contact .nlw-ph-lead { margin-bottom: 0; }
.nlw-contact-first h2 { color: var(--white); }
.nlw-contact-first .nlw-c3-cta-contact-info p:not(.nlw-c3-cta-cl-label):not(.nlw-c3-cta-cl-value) { color: #E7EAF0; }
.nlw-contact-first .nlw-c3-cta-contact-info a:not(.wp-block-button__link) { color: var(--white); text-decoration-color: var(--gold); }
.nlw-form-card { min-width: 0; }
.nlw-c3-inner .nlw-c3-cta-body { margin-bottom: 0; }
.nlw-c3-cta-body { color: #E7EAF0; }
.nlw-c3-cta-body a { color: var(--white); text-decoration-color: var(--gold); }

/* ---------- Intro band ---------- */
.nlw-x-intro { padding: var(--s8) 0; }
.nlw-intro-body { font-size: 19px; line-height: 1.75; color: var(--text); border-left: 3px solid var(--gold); padding-left: var(--s5); }

/* ---------- Call strip (services, guides, fees) ---------- */
.nlw-strip { background: var(--navy); color: var(--white); padding: var(--s8) 0; }
.nlw-strip-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--s7); align-items: center; }
.nlw-strip h2 { color: var(--white); font-size: clamp(26px, 2.8vw, 36px); margin-bottom: var(--s3); }
.nlw-strip-copy { color: rgba(255,255,255,.9); }
.nlw-strip-copy a { color: var(--white); text-decoration-color: var(--gold); }
.wp-block-buttons.nlw-strip-btns { display: flex; flex-direction: column; gap: var(--s3); }

/* ---------- Inner FAQ band ---------- */
.nlw-x-faq .nlw-faq-list details > *:not(summary) { color: var(--muted); }
.nlw-x-faq .nlw-faq-list details > .wp-block-list { padding: 0 0 var(--s5); }
.nlw-x-faq .nlw-faq-list details > .wp-block-list li { position: relative; padding-left: 22px; }
.nlw-x-faq .nlw-faq-list details > .wp-block-list li::before { content: ""; position: absolute; left: 2px; top: .7em; width: 7px; height: 7px; background: var(--gold); }
.nlw-sec-light .nlw-faq-list details, .nlw-sec-tint .nlw-faq-list details { border-bottom-color: #DADADA; }

/* ---------- Sources ---------- */
.nlw-sources-band { padding: var(--s6) 0; background: var(--white); border-top: 1px solid var(--rule); }
.nlw-sources summary { cursor: pointer; font-family: var(--f-head); font-weight: 700; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.nlw-src-list { margin-top: var(--s4); font-size: 15px; color: var(--muted); display: grid; gap: var(--s2); }
.nlw-src-list a { color: var(--navy); overflow-wrap: anywhere; }

/* ---------- Guide article: contents rail and reading column ---------- */
.nlw-art-band { padding-top: var(--s8); }
.nlw-art-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: var(--s8); align-items: start; }
.nlw-toc { position: sticky; top: var(--s5); border-top: 2px solid var(--ink); padding-top: var(--s4); }
.nlw-toc .nlw-label { margin-bottom: var(--s3); color: var(--navy); }
.nlw-toc-list { display: grid; gap: 2px; }
.nlw-toc-list a { display: block; padding: 5px 0 5px var(--s3); border-left: 2px solid var(--rule); font-family: var(--f-head); font-weight: 600; font-size: 15px; line-height: 1.35; color: var(--text); text-decoration: none; }
.nlw-toc-list a:hover, .nlw-toc-list a:focus-visible { border-left-color: var(--gold); color: var(--navy); }
.nlw-article { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--s8); min-width: 0; }
.nlw-art-part > h2 { font-size: clamp(26px, 2.6vw, 34px); margin-bottom: var(--s4); }
.nlw-art-part > .nlw-kicker { margin-bottom: var(--s3); }
.nlw-art-part > h2 + * { margin-top: 0; }
.nlw-art-part > .nlw-x-pre, .nlw-art-part > .nlw-sec-lead { margin-bottom: var(--s5); }
.nlw-art-intro { font-size: 19px; border-left: 3px solid var(--gold); padding-left: var(--s5); }
.nlw-art-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.nlw-art-glance { background: var(--gold-tint); border-top: 8px solid var(--ink); padding: var(--s6); }
.nlw-art-callout .nlw-callout-box { margin-top: 0; }
.nlw-article .nlw-xtiles.is-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-article .nlw-cols.is-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: var(--s6); }
.nlw-article .nlw-cols.is-4 .nlw-col:nth-child(3) { padding-left: 0; border-left: 0; }
.nlw-article .nlw-ck-grid.is-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* ---------- Blog post template (single.html) ---------- */
.nlw-ph-post .nlw-kicker { margin-top: var(--s2); }
.nlw-ph-post .wp-block-post-title { color: var(--white); font-size: clamp(32px, 3.6vw, 48px); margin-bottom: var(--s4); }
.nlw-pm { display: flex; flex-wrap: wrap; gap: 6px 18px; font-family: var(--f-head); font-weight: 600; font-size: 14px; color: rgba(255,255,255,.85); }
.nlw-pm span + span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 18px; vertical-align: middle; background: var(--gold); }
.nlw-post-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: var(--s8); align-items: start; }
.nlw-post-side { position: sticky; top: var(--s5); display: grid; gap: var(--s6); }
.nlw-toc2 { border-top: 2px solid var(--ink); padding-top: var(--s4); }
.nlw-toc2 .nlw-label { margin-bottom: var(--s3); color: var(--navy); }
.nlw-toc2 ol { display: grid; gap: 2px; }
.nlw-toc2 a { display: block; padding: 5px 0 5px var(--s3); border-left: 2px solid var(--rule); font-family: var(--f-head); font-weight: 600; font-size: 15px; line-height: 1.35; color: var(--text); text-decoration: none; }
.nlw-toc2 a:hover { border-left-color: var(--gold); color: var(--navy); }
.nlw-post-ask { background: var(--gold-tint); border-top: 4px solid var(--ink); padding: var(--s4) var(--s5); }
.nlw-post-ask .nlw-label { margin-bottom: var(--s2); color: var(--navy); }
.nlw-post-side-v a { font-family: var(--f-head); font-weight: 700; color: var(--ink); text-decoration-color: var(--gold); }
.nlw-post-main { min-width: 0; }
.nlw-post-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: var(--s6); }
.nlw-post-main .wp-block-post-content > * + * { margin-top: 1em; }
.nlw-post-main .wp-block-post-content h2 { font-size: clamp(24px, 2.4vw, 32px); margin-top: 1.6em; }
.nlw-post-main .wp-block-post-content h3 { font-size: 20px; margin-top: 1.4em; }
.nlw-post-main .wp-block-post-content ul { list-style: disc; padding-left: 1.3em; }
.nlw-post-main .wp-block-post-content ol { list-style: decimal; padding-left: 1.3em; }

/* ---------- Blog index, archive and search (query loop) ---------- */
.nlw-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s6) clamp(24px, 2.4vw, 36px); border-top: 2px solid var(--ink); padding-top: var(--s5); }
.nlw-post-card { display: flex; flex-direction: column; }
.nlw-post-card .wp-block-post-featured-image { margin: 0 0 var(--s4); }
.nlw-post-card .wp-block-post-featured-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.nlw-post-card-body > * + * { margin-top: var(--s2); }
.nlw-post-card .wp-block-post-title { font-size: 20px; line-height: 1.3; }
.nlw-post-card .wp-block-post-title a { color: var(--ink); text-decoration: none; }
.nlw-post-card .wp-block-post-title a:hover { text-decoration: underline; text-decoration-color: var(--gold); }
.nlw-post-card .wp-block-post-excerpt { color: var(--muted); font-size: 16px; }
.nlw-post-card .wp-block-post-excerpt__more-link { font-family: var(--f-head); font-weight: 700; color: var(--navy); text-decoration-color: var(--gold); }
.nlw-pager { margin-top: var(--s7); display: flex; gap: var(--s3); font-family: var(--f-head); font-weight: 700; }
.nlw-pager a, .nlw-pager span { padding: 6px 12px; border: 1px solid var(--rule); color: var(--navy); text-decoration: none; }
.nlw-pager .current { background: var(--navy); color: var(--white); border-color: var(--navy); }
.nlw-ph-guides .wp-block-query-title { color: var(--white); font-size: clamp(32px, 3.6vw, 48px); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .nlw-ph-grid { grid-template-columns: minmax(0, 1fr); gap: var(--s7); }
  .nlw-ph-sheet, .nlw-ph-photo, .nlw-ph-fees-card { margin-right: 14px; }
  .nlw-art-grid, .nlw-post-grid { grid-template-columns: minmax(0, 1fr); gap: var(--s6); }
  .nlw-toc, .nlw-post-side { position: static; }
  .nlw-toc-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: var(--s5); }
  .nlw-ph-banner img { aspect-ratio: 16 / 7; }
  .nlw-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nlw-gq-grid, .nlw-gq-grid.is-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nlw-gq-cell:nth-child(odd) { padding-left: var(--s5); border-left: 1px solid rgba(15,23,42,.18); }
  .nlw-gq-cell:nth-child(even) { padding-left: 0; border-left: 0; }
}
@media (max-width: 720px) {
  .nlw-sec { padding: var(--s8) 0; }
  .nlw-ph { padding: var(--s6) 0 var(--s7); }
  .nlw-ph-guide { padding: var(--s5) 0 0; }
  .nlw-ph-lead { font-size: 17px; }
  .nlw-intro-body, .nlw-art-intro { font-size: 17px; padding-left: var(--s4); }
  .nlw-x-intro { padding: var(--s7) 0; }
  .nlw-strip-grid { grid-template-columns: minmax(0, 1fr); gap: var(--s5); }
  .nlw-strip-btns .wp-block-button, .nlw-strip-btns .wp-block-button__link { width: 100%; }
  .nlw-ph-sheet::before, .nlw-ph-photo::before { inset: 10px -8px -10px 8px; }
  .nlw-ph-sheet, .nlw-ph-photo, .nlw-ph-fees-card { margin-right: 8px; }
  .nlw-sh-top, .nlw-sh-list { padding-left: var(--s4); padding-right: var(--s4); }
  .nlw-ph-fees-card { padding: var(--s5) var(--s4); }
  .nlw-toc-list { grid-template-columns: minmax(0, 1fr); }
  .nlw-posts { grid-template-columns: minmax(0, 1fr); }
  .nlw-article { gap: var(--s7); }
  .nlw-art-glance { padding: var(--s5) var(--s4); }
  .nlw-gq-grid, .nlw-gq-grid.is-2, .nlw-gq-grid.is-3 { grid-template-columns: minmax(0, 1fr); }
  .nlw-gq-cell, .nlw-gq-cell:nth-child(odd), .nlw-gq-cell:nth-child(even) { padding-left: 0; border-left: 0; padding-right: 0; }
  .nlw-gq-cell + .nlw-gq-cell { border-top: 1px solid rgba(15,23,42,.18); margin-top: var(--s4); }
}

/* Plain core tables in post content (old posts; the rebuilt pages use nlw-xledger or nlw-ledger): whole words on a phone, and the table scrolls sideways inside its box instead of breaking words. */
.nlw-post-main .wp-block-table:not(.nlw-xledger):not(.nlw-ledger) { overflow-x: auto; }
@media (max-width: 600px) {
  .nlw-post-main .wp-block-table:not(.nlw-xledger):not(.nlw-ledger) .has-fixed-layout { table-layout: auto; }
  .nlw-post-main .wp-block-table:not(.nlw-xledger):not(.nlw-ledger) td,
  .nlw-post-main .wp-block-table:not(.nlw-xledger):not(.nlw-ledger) th { word-break: normal; overflow-wrap: normal; min-width: 8em; }
}

/* ===== 60-sections.css ===== */
/* The typed section library (tools/sections.py). Each type is drawn with a component of the home
   design: the Q and A panel, the "How we work" columns, the prices ledger, the clause card, the
   document tiles, the family slips, the hero note. */

/* ---------- glance: the Q and A panel with a big A ---------- */
.nlw-gl-panel { background: var(--gold-tint); border-top: 8px solid var(--ink); padding: clamp(32px, 5vw, 64px); display: grid; gap: var(--s6); }
.nlw-sec-tint .nlw-gl-panel { background: var(--white); }
.nlw-gl-head { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 22px; align-items: start; }
.nlw-gl-letter { font-family: var(--f-head); font-weight: 900; font-size: 88px; line-height: .8; color: var(--navy); }
.nlw-gl-head h2 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 900; line-height: 1.15; }
.nlw-gl-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid var(--ink); }
.nlw-gl-grid.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-gl-grid.is-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nlw-gl-grid.is-1 { grid-template-columns: minmax(0, 1fr); }
.nlw-gl-cell { padding: var(--s5) var(--s5) 0 0; font-size: 16px; line-height: 1.6; }
.nlw-gl-cell + .nlw-gl-cell { padding-left: var(--s5); border-left: 1px solid rgba(15,23,42,.18); }
.nlw-gl-grid.is-3 .nlw-gl-cell:nth-child(3n+1), .nlw-gl-grid.is-2 .nlw-gl-cell:nth-child(2n+1), .nlw-gl-grid.is-4 .nlw-gl-cell:nth-child(4n+1) { padding-left: 0; border-left: 0; }
.nlw-gl-cell strong { color: var(--ink); font-family: var(--f-head); }
.nlw-gl-foot { font-size: 16px; }

/* ---------- steps: "How we work" columns with gold dividers ---------- */
.nlw-cols.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-cols.is-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nlw-cols.is-1 { grid-template-columns: minmax(0, 1fr); }
.nlw-x-steps .nlw-col h3 { font-size: 20px; }

/* ---------- route: ruled rows like the ledger, with the photo beside ---------- */
.nlw-rt { border-top: 2px solid var(--ink); }
.nlw-rt-row { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: var(--s4); padding: var(--s5) 0; border-bottom: 1px solid #E2E2E2; }
.nlw-rt-n { font-family: var(--f-head); font-weight: 900; font-size: 30px; line-height: 1; color: var(--gold); }
.nlw-rt-body h3 { font-size: 19px; margin-bottom: var(--s1); }
.nlw-rt-body p { color: var(--muted); font-size: 16.5px; }
.nlw-rt-body h3 + p { color: var(--muted); }
.nlw-rt-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s7); align-items: start; }
.nlw-rt-media { position: sticky; top: var(--s5); }
.nlw-rt-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

/* ---------- clauses: the clause card as a checklist sheet ---------- */
.nlw-x-clauses > .nlw-wrap, .nlw-art-part.nlw-x-clauses { isolation: isolate; }
.nlw-cl-sheet { position: relative; background: var(--white); box-shadow: 0 30px 60px -24px rgba(15,23,42,.35); margin-right: 14px; }
.nlw-cl-sheet::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; background: var(--gold-tint); z-index: -1; }
.nlw-sec-tint .nlw-cl-sheet::before { background: var(--light); }
.nlw-cl-top { padding: var(--s4) var(--s5); border-bottom: 1px solid var(--rule); line-height: 1.3; }
.nlw-cl-kind { font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.nlw-cl-name { font-family: var(--f-head); font-weight: 700; font-size: 17px; color: var(--ink); }
.nlw-cl-list { display: grid; grid-template-columns: 1fr 1fr; }
.nlw-cl-item { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: var(--s3); align-items: start; padding: var(--s4) var(--s5); border-bottom: 1px solid var(--rule); }
.nlw-cl-item:nth-child(odd) { border-right: 1px solid var(--rule); }
.nlw-cl-list:not(.is-odd) .nlw-cl-item:nth-last-child(-n+2), .nlw-cl-list.is-odd .nlw-cl-item:last-child { border-bottom: 0; }
.nlw-cl-n { display: inline-grid; place-items: center; width: 24px; height: 24px; background: var(--gold); font-family: var(--f-head); font-size: 12px; font-weight: 700; color: var(--ink); margin-top: 3px; }
.nlw-cl-t { font-size: 16px; line-height: 1.6; }
.nlw-cl-t strong { font-family: var(--f-head); color: var(--ink); }

/* ---------- checks: the Q and A grid ---------- */
.nlw-ck-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid var(--ink); }
.nlw-ck-grid.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-ck-grid.is-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nlw-ck { padding: var(--s5) var(--s5) var(--s3) 0; }
.nlw-ck + .nlw-ck { padding-left: var(--s5); border-left: 1px solid rgba(15,23,42,.18); }
.nlw-ck-grid.is-3 .nlw-ck:nth-child(3n+1), .nlw-ck-grid.is-2 .nlw-ck:nth-child(2n+1), .nlw-ck-grid.is-4 .nlw-ck:nth-child(4n+1) { padding-left: 0; border-left: 0; }
.nlw-ck-n { font-family: var(--f-head); font-weight: 900; font-size: 44px; line-height: 1; color: var(--gold); margin-bottom: var(--s3); }
.nlw-ck-q { font-family: var(--f-head); font-weight: 700; font-size: 18px; line-height: 1.35; color: var(--ink); margin-bottom: var(--s2); }
.nlw-ck-a { color: var(--muted); font-size: 16px; }

/* ---------- tiles: the document tiles without drawings ---------- */
.nlw-xtiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 2px solid var(--ink); border-left: 1px solid var(--rule); }
.nlw-xtiles.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-xt { padding: var(--s6) var(--s6) var(--s5); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--white); transition: background-color .2s ease; }
.nlw-xt:hover { background: var(--gold-tint); }
.nlw-xt h3 { font-size: 20px; margin-bottom: var(--s3); }
.nlw-xt h3::before { content: ""; display: block; width: 30px; height: 2px; background: var(--gold); margin-bottom: var(--s4); }
.nlw-xt p { color: var(--muted); font-size: 16px; }
.nlw-xt.is-plain { background: var(--light); }
.nlw-sec-light .nlw-xtiles, .nlw-sec-light .nlw-xt { border-color: #E2E2E2; }

/* ---------- docs: the family slips in a panel ---------- */
.nlw-docs-panel { background: var(--light); padding: clamp(24px, 4vw, 48px); }
.nlw-sec-light .nlw-docs-panel { background: var(--white); }
.nlw-sec-light .nlw-docs-panel .nlw-slip { background: var(--light); box-shadow: none; }
.nlw-docs-panel .nlw-slips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-docs-panel .nlw-slip p { font-size: 16px; color: var(--text); line-height: 1.6; }
.nlw-docs-panel .nlw-slip h3 + p { color: var(--muted); }

/* ---------- warn: an ink panel with gold numbers ---------- */
.nlw-wn-panel { background: var(--ink); color: rgba(255,255,255,.9); padding: clamp(24px, 4vw, 48px); display: grid; grid-template-columns: minmax(0, 1fr); column-gap: var(--s7); }
.nlw-wn-panel.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-wn-item { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: var(--s3); padding: var(--s4) 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.nlw-wn-n { font-family: var(--f-head); font-weight: 900; font-size: 20px; line-height: 1.5; color: var(--gold); }
.nlw-wn-t { font-size: 16px; line-height: 1.6; }
.nlw-wn-t strong { color: var(--white); font-family: var(--f-head); }
.nlw-wn-t a { color: var(--white); text-decoration-color: var(--gold); }

/* ---------- table and fees: the prices ledger for any table ---------- */
.wp-block-table.nlw-xledger { overflow-x: auto; }
.nlw-xledger table { width: 100%; border-collapse: collapse; font-size: 16px; }
.wp-block-table.nlw-xledger thead { border: 0; }
.nlw-xledger thead th {
  font-family: var(--f-head); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
  text-align: left; padding: 0 var(--s4) var(--s3); border: 0; border-bottom: 2px solid var(--ink); vertical-align: bottom;
}
.nlw-xledger tbody th, .nlw-xledger tbody td { padding: var(--s4); border: 0; border-bottom: 1px solid #E2E2E2; text-align: left; vertical-align: top; color: var(--muted); }
.nlw-xledger tbody th:first-child { font-family: var(--f-head); font-weight: 600; color: var(--ink); }
.nlw-xledger thead th:first-child, .nlw-xledger tbody th:first-child { padding-left: 0; }
.nlw-xledger thead th:last-child, .nlw-xledger tbody td:last-child { padding-right: 0; }
.nlw-xledger tbody tr:hover { background: var(--gold-tint); }
.nlw-xledger.is-fees tbody td:last-child { font-family: var(--f-head); font-weight: 700; color: var(--ink); text-align: right; }
.nlw-xledger.is-fees thead th:last-child { text-align: right; }
.nlw-xledger a { color: var(--navy); text-decoration-color: var(--gold); }
.nlw-x-price-foot { margin-top: var(--s5); }
.nlw-x-price-foot .nlw-approved { font-style: italic; color: var(--text); }
.nlw-case .nlw-xledger { margin-top: var(--s3); }

/* ---------- panels: case cards ---------- */
.nlw-cases { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s5); }
.nlw-cases.is-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nlw-cases.is-1 { grid-template-columns: minmax(0, 1fr); }
.nlw-case { background: var(--white); border-top: 4px solid var(--navy); padding: var(--s6); min-width: 0; }
.nlw-sec-white .nlw-case { background: var(--light); }
.nlw-case h3 { font-size: 20px; margin-bottom: var(--s3); }
.nlw-case > p { font-size: 16px; }
.nlw-case .nlw-ticklist li { font-size: 16px; }

/* ---------- ticks: two column list with gold squares ---------- */
.nlw-ticklist li { position: relative; padding-left: 28px; break-inside: avoid; }
.nlw-ticklist li + li { margin-top: var(--s3); }
.nlw-ticklist li::before { content: ""; position: absolute; left: 0; top: .45em; width: 14px; height: 14px; border: 2px solid var(--ink); background: var(--gold); }
.nlw-ticklist.is-2 { columns: 2; column-gap: var(--s7); }
.nlw-ticklist.is-2 li + li { margin-top: 0; }
.nlw-ticklist.is-2 li { padding-bottom: var(--s3); }
.nlw-ticks-card { background: var(--white); padding: clamp(24px, 4vw, 48px); border-top: 2px solid var(--ink); }
.nlw-sec-white .nlw-ticks-card { background: var(--light); }

/* ---------- chips ---------- */
.nlw-chiplist { display: flex; flex-wrap: wrap; gap: var(--s2); }
.nlw-chiplist li { border: 1px solid var(--navy); padding: 6px 14px; font-family: var(--f-head); font-weight: 600; font-size: 15px; color: var(--navy); }

/* ---------- callout: the hero note, larger ---------- */
.nlw-callout { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--s7); align-items: start; }
.nlw-callout h2 { font-size: clamp(26px, 2.8vw, 36px); }
.nlw-callout-box { border-left: 3px solid var(--gold); padding-left: var(--s5); font-size: 19px; line-height: 1.7; font-style: italic; color: var(--ink); }
.nlw-callout-box > * + * { margin-top: .8em; }

/* ---------- split: the family frame (photo and a light panel) ---------- */
.nlw-split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.nlw-split.is-rev { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.nlw-split.is-rev .nlw-split-photo { order: 2; }
.nlw-split-photo figure { height: 100%; }
.nlw-split-photo figure img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.nlw-split-copy { background: var(--light); padding: var(--s7); }
.nlw-sec-light .nlw-split-copy { background: var(--white); }
.nlw-split-copy h2 { font-size: clamp(26px, 2.8vw, 36px); }

/* ---------- numbered: the section head row with a big number ---------- */
.nlw-num { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: var(--s8); align-items: start; }
.nlw-num-n { font-family: var(--f-head); font-weight: 900; font-size: 64px; line-height: .9; color: var(--gold); margin-bottom: var(--s4); }
.nlw-num-head h2 { font-size: clamp(26px, 2.8vw, 36px); }
.nlw-num-body { font-size: 17.5px; }

/* ---------- notes: paragraph cards with an ink rule ---------- */
.nlw-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s6) var(--s7); }
.nlw-notes.is-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nlw-note { border-top: 2px solid var(--ink); padding-top: var(--s4); font-size: 16.5px; }
.nlw-note:first-child { font-size: 18px; color: var(--ink); }

/* ---------- topics: columns with gold dividers ---------- */
.nlw-topics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-topics.is-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nlw-topic { padding: 0 var(--s6); min-width: 0; }
.nlw-topic:first-child { padding-left: 0; }
.nlw-topic + .nlw-topic { border-left: 2px solid var(--gold); }
.nlw-topic-h { font-size: clamp(22px, 2.2vw, 28px); margin-bottom: var(--s4); }
.nlw-topics.is-3 .nlw-topic:nth-child(3n+1) { padding-left: 0; border-left: 0; }
.nlw-topics.is-3 .nlw-topic:nth-child(n+4) { margin-top: var(--s7); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .nlw-gl-grid, .nlw-gl-grid.is-3, .nlw-ck-grid, .nlw-ck-grid.is-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nlw-gl-grid .nlw-gl-cell:nth-child(n) { padding-left: var(--s5); border-left: 1px solid rgba(15,23,42,.18); }
  .nlw-gl-grid .nlw-gl-cell:nth-child(2n+1) { padding-left: 0; border-left: 0; }
  .nlw-ck-grid .nlw-ck:nth-child(n) { padding-left: var(--s5); border-left: 1px solid rgba(15,23,42,.18); }
  .nlw-ck-grid .nlw-ck:nth-child(2n+1) { padding-left: 0; border-left: 0; }
  .nlw-cols.is-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: var(--s6); }
  .nlw-cols.is-4 .nlw-col:nth-child(3) { padding-left: 0; border-left: 0; }
  .nlw-xtiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nlw-cases.is-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nlw-rt-grid { grid-template-columns: minmax(0, 1fr); gap: var(--s5); }
  .nlw-rt-media { position: static; }
  .nlw-rt-media img { aspect-ratio: 16 / 9; }
  .nlw-split, .nlw-split.is-rev { grid-template-columns: minmax(0, 1fr); }
  .nlw-split.is-rev .nlw-split-photo { order: 0; }
  .nlw-split-photo figure img { aspect-ratio: 16 / 9; min-height: 0; }
  .nlw-num, .nlw-callout { grid-template-columns: minmax(0, 1fr); gap: var(--s4); }
  .nlw-num-n { font-size: 48px; }
  .nlw-notes.is-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nlw-topics.is-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nlw-topics.is-3 .nlw-topic:nth-child(n) { padding-left: var(--s6); border-left: 2px solid var(--gold); margin-top: 0; }
  .nlw-topics.is-3 .nlw-topic:nth-child(2n+1) { padding-left: 0; border-left: 0; }
  .nlw-topics.is-3 .nlw-topic:nth-child(n+3) { margin-top: var(--s7); }
}
@media (max-width: 720px) {
  .nlw-gl-letter { font-size: 56px; }
  .nlw-gl-head { grid-template-columns: minmax(0, 1fr); gap: var(--s3); }
  .nlw-gl-grid, .nlw-gl-grid.is-2, .nlw-gl-grid.is-3, .nlw-ck-grid, .nlw-ck-grid.is-2, .nlw-ck-grid.is-3 { grid-template-columns: minmax(0, 1fr); }
  .nlw-gl-grid .nlw-gl-cell:nth-child(n), .nlw-ck-grid .nlw-ck:nth-child(n) { padding-left: 0; padding-right: 0; border-left: 0; }
  .nlw-gl-cell + .nlw-gl-cell, .nlw-ck + .nlw-ck { border-top: 1px solid rgba(15,23,42,.18); margin-top: var(--s4); }
  .nlw-cols.is-2, .nlw-cols.is-4 { grid-template-columns: minmax(0, 1fr); }
  .nlw-cols.is-4 .nlw-col:nth-child(3) { border-top: 2px solid var(--gold); }
  .nlw-rt-row { grid-template-columns: 48px minmax(0, 1fr); }
  .nlw-rt-n { font-size: 24px; }
  .nlw-cl-sheet { margin-right: 8px; }
  .nlw-cl-sheet::before { inset: 10px -8px -10px 8px; }
  .nlw-cl-list { grid-template-columns: minmax(0, 1fr); }
  .nlw-cl-item:nth-child(odd) { border-right: 0; }
  .nlw-cl-list .nlw-cl-item:nth-last-child(2) { border-bottom: 1px solid var(--rule); }
  .nlw-cl-list .nlw-cl-item:last-child { border-bottom: 0; }
  .nlw-cl-item, .nlw-cl-top { padding: var(--s3) var(--s4); }
  .nlw-xtiles, .nlw-xtiles.is-2 { grid-template-columns: minmax(0, 1fr); }
  .nlw-xt { padding: var(--s5) var(--s4); }
  .nlw-docs-panel .nlw-slips { grid-template-columns: minmax(0, 1fr); }
  .nlw-docs-panel { padding: var(--s4); }
  .nlw-wn-panel.is-2 { grid-template-columns: minmax(0, 1fr); }
  .nlw-wn-panel { padding: var(--s3) var(--s4); }
  .nlw-wn-item { grid-template-columns: 36px minmax(0, 1fr); }
  .nlw-cases, .nlw-cases.is-3 { grid-template-columns: minmax(0, 1fr); gap: var(--s4); }
  .nlw-case { padding: var(--s5) var(--s4); }
  .nlw-ticklist.is-2 { columns: 1; }
  .nlw-ticks-card { padding: var(--s5) var(--s4); }
  .nlw-split-copy { padding: var(--s6) var(--s4); }
  .nlw-callout-box { font-size: 17px; padding-left: var(--s4); }
  .nlw-notes, .nlw-notes.is-3 { grid-template-columns: minmax(0, 1fr); gap: var(--s5); }
  .nlw-topics, .nlw-topics.is-3 { grid-template-columns: minmax(0, 1fr); }
  .nlw-topics .nlw-topic:nth-child(n) { padding: var(--s5) 0 0; border-left: 0; margin-top: var(--s5); border-top: 2px solid var(--gold); }
  .nlw-topics .nlw-topic:first-child { padding-top: 0; margin-top: 0; border-top: 0; }
  .nlw-xledger table { min-width: 560px; }
  .nlw-xledger.is-fees table, .nlw-case .nlw-xledger table { min-width: 0; }
}

/* ===== 70-tree.css ===== */
/* The site tree blocks (NLW Tools plugin): cluster pages, more in this cluster, the guides hub,
   latest guides in an inner band, and the post list. They reuse the home components: document
   tiles, family slips, and the Latest guides cards. */

/* ---------- nlw/cluster-nav ---------- */
.nlw-cn-tiles.is-1 { grid-template-columns: minmax(0, 1fr); }
.nlw-cn-tiles.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-cn-tile .nlw-cn-tag { font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); margin: 0; }
.nlw-cn-tile h3 { margin: var(--s2) 0 var(--s3); }
.nlw-cn-tile h3 a { color: var(--ink); text-decoration: none; }
.nlw-cn-tile.is-guide { background: var(--light); }
.nlw-cn-tile.is-guide:hover { background: var(--gold-tint); }
.nlw-tile-subs { position: relative; z-index: 1; margin: 0 0 var(--s5); padding-left: var(--s4); border-left: 2px solid var(--gold); display: grid; gap: 4px; }
.nlw-tile-subs a { font-family: var(--f-head); font-weight: 600; font-size: 15px; color: var(--navy); text-decoration: none; }
.nlw-tile-subs a:hover, .nlw-tile-subs a:focus-visible { text-decoration: underline; text-decoration-color: var(--gold); }
.nlw-sec-light .nlw-tiles, .nlw-sec-tint .nlw-tiles { border-left-color: #E2E2E2; }
.nlw-sec-light .nlw-tile, .nlw-sec-tint .nlw-tile { border-color: #E2E2E2; }
.nlw-cn-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: var(--s7); align-items: start; }
.nlw-cn-side { display: grid; gap: var(--s3); }
.nlw-cn-grid.is-side-only { grid-template-columns: minmax(0, 1fr); }
.nlw-cn-grid.is-side-only .nlw-cn-side { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s5); }
.nlw-cn-slip .nlw-label { margin-bottom: 2px; }
.nlw-sec-white .nlw-cn-slip, .nlw-sec-white .nlw-cm-hub { background: var(--light); box-shadow: none; }
.nlw-cn-main { display: grid; gap: var(--s6); min-width: 0; }
.nlw-cn-block > .nlw-label { margin-bottom: var(--s3); color: var(--navy); }
.nlw-cn-sibs { border-top: 2px solid var(--ink); }
.nlw-cn-sibs li { display: flex; justify-content: space-between; align-items: baseline; gap: var(--s4); padding: var(--s3) 0; border-bottom: 1px solid #E2E2E2; }
.nlw-cn-sibs a { font-family: var(--f-head); font-weight: 700; font-size: 17px; color: var(--ink); text-decoration: none; }
.nlw-cn-sibs a:hover, .nlw-cn-sibs a:focus-visible { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.nlw-cn-type { flex: none; font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.nlw-cn-sibs .is-guide a { font-family: var(--f-body); font-weight: 400; font-style: italic; }

/* ---------- nlw/cluster-more ---------- */
.nlw-cm { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: var(--s7); align-items: start; }
.nlw-cm-lists { display: grid; gap: var(--s3); min-width: 0; }
.nlw-cm > .nlw-cm-lists:only-child { grid-column: 1 / -1; }
.nlw-cm-lists > .nlw-label { color: var(--navy); }
.nlw-cm-chips { display: flex; flex-wrap: wrap; gap: var(--s2); margin-bottom: var(--s3); }
.nlw-cm-chip a { display: inline-block; padding: 8px 14px; background: var(--white); border: 1px solid var(--navy); font-family: var(--f-head); font-weight: 600; font-size: 15px; color: var(--navy); text-decoration: none; }
.nlw-cm-chip a:hover, .nlw-cm-chip a:focus-visible { background: var(--navy); color: var(--white); }
.nlw-cm-chip.is-l3 a { border-style: dashed; }
.nlw-cm-chip.is-hub a { font-weight: 700; border-width: 2px; }
.nlw-cm-chips.is-guides .nlw-cm-chip a { font-family: var(--f-body); font-weight: 400; font-style: italic; border-color: var(--gold); color: var(--ink); }
.nlw-cm-chips.is-guides .nlw-cm-chip a:hover { background: var(--gold-tint); color: var(--ink); }

/* ---------- latest guides and the post list in an inner band ---------- */
.nlw-sec.nlw-c3-posts { padding: var(--s9) 0; }
.nlw-c3-posts-grid.is-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nlw-c3-posts-grid.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nlw-c3-posts-grid.is-1 { grid-template-columns: minmax(0, 1fr); }
.nlw-c3-posts-card.no-photo .nlw-c3-posts-body { padding-top: 0; }
.nlw-c3-posts-body .nlw-label { margin-bottom: var(--s2); }
.nlw-sec .nlw-c3-posts-wrap { max-width: var(--wrap); }

/* ---------- nlw/guides: the guides hub listing ---------- */
.nlw-gh-chips { display: flex; flex-wrap: wrap; gap: var(--s2); margin-bottom: var(--s7); }
.nlw-gh-chip { display: inline-flex; align-items: center; gap: var(--s2); padding: 8px 16px; border: 1px solid var(--navy); font-family: var(--f-head); font-weight: 700; font-size: 15px; color: var(--navy); text-decoration: none; }
.nlw-gh-chip span { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; background: var(--gold-tint); color: var(--ink); font-size: 12px; }
.nlw-gh-chip:hover, .nlw-gh-chip:focus-visible, .nlw-gh-chip.is-active { background: var(--navy); color: var(--white); }
.nlw-gh-chip.is-active span { background: var(--gold); }
.nlw-gh-group + .nlw-gh-group { margin-top: var(--s8); }
.nlw-gh-ghead { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: var(--s3) var(--s6); margin-bottom: var(--s4); }
.nlw-gh-ghead h3 { font-size: clamp(22px, 2.2vw, 28px); }
.nlw-gh-links { display: flex; flex-wrap: wrap; gap: var(--s3) var(--s5); }
.nlw-gh .nlw-c3-posts-grid:not([class*="is-4"]) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nlw-gh .nlw-c3-posts-grid.is-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 1080px) {
  .nlw-c3-posts-grid.is-3, .nlw-gh .nlw-c3-posts-grid:not([class*="is-4"]), .nlw-gh .nlw-c3-posts-grid.is-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
}
@media (max-width: 1024px) {
  .nlw-cn-grid, .nlw-cm { grid-template-columns: minmax(0, 1fr); gap: var(--s5); }
  .nlw-cn-tiles.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .nlw-sec.nlw-c3-posts { padding: var(--s8) 0; }
  .nlw-cn-tiles.is-2, .nlw-cn-tiles.is-3 { grid-template-columns: minmax(0, 1fr); }
  .nlw-cn-sibs li { flex-direction: column; gap: 2px; }
  .nlw-cn-grid.is-side-only .nlw-cn-side { grid-template-columns: minmax(0, 1fr); gap: var(--s3); }
}
@media (max-width: 640px) {
  .nlw-c3-posts-grid.is-3, .nlw-c3-posts-grid.is-2, .nlw-gh .nlw-c3-posts-grid:not([class*="is-4"]), .nlw-gh .nlw-c3-posts-grid.is-4 { grid-template-columns: minmax(0, 1fr); }
}
