:root {
  --ink: #10283d;
  --coral: #e86f55;
  --cream: #f8f4ed;
  --paper: #fffdf9;
  --sea: #3e7882;
  --text: #1a3447;
  --muted: #62717a;
  --line: #d9e1e2;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font: 16px/1.5 var(--sans);
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); font-weight: 400; margin: 0; }
p { margin: 0 0 1rem; }
:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}

.visually-hidden:where(:not(:focus-within, :active)) {
  position: absolute !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 0.6rem 0.9rem;
  font-size: 0.9rem;
}

/* Top bar + nav */
.bar {
  padding: 8px 7vw;
  background: var(--ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.bar a { text-decoration: underline; }

.site-nav {
  height: 88px;
  padding: 0 7vw;
  display: flex;
  align-items: center;
  gap: 40px;
  background: #fffdf9;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid transparent;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
.logo-mark {
  width: 44px;
  height: 44px;
  border: 2px solid var(--coral);
  border-radius: 50% 50% 50% 12px;
  display: grid;
  place-items: center;
  font: 22px var(--serif);
  color: var(--ink);
  transform: rotate(-5deg);
  flex-shrink: 0;
}
.logo-mark b { color: var(--coral); }
.brand-name {
  font: 15px/1.05 var(--serif);
  color: var(--ink);
}
.primary-nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 700;
}
.primary-nav a:hover,
.primary-nav a[aria-current="page"] { color: var(--coral); }

.cta,
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--coral);
  color: #fff;
  padding: 14px 20px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 14px;
}
.btn.darkbtn { background: var(--ink); }
.btn:hover,
.cta:hover { filter: brightness(0.95); }

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  padding: 8px 12px;
  font-size: 18px;
  cursor: pointer;
  color: var(--ink);
}
.mobile-nav {
  display: none;
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 0.5rem 7vw 1rem;
}
.mobile-nav[data-open="true"] { display: block; }
.mobile-nav a {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  font-size: 14px;
}

/* Hero */
.hero {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(10, 32, 49, 0.93), rgba(10, 32, 49, 0.72) 55%, rgba(10, 32, 49, 0.28) 78%, rgba(10, 32, 49, 0.05)),
    url("/images/hero.jpg");
  background-size: cover;
  background-position: center;
}
.hero-content {
  padding: 80px 7vw 120px;
  color: #fff;
  position: relative;
  z-index: 2;
  width: min(980px, 92%);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 800;
  color: #f4b19f;
  margin: 0 0 22px;
}
.eyebrow.dark { color: #c9543d; }
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 6.2vw, 84px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 28px;
}
.hero h1 em {
  color: #f4b19f;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 901px) {
  .hero h1 {
    font-size: clamp(64px, 5.6vw, 86px);
    line-height: 0.94;
  }
}
.hero p.copy {
  font-size: 19px;
  line-height: 1.7;
  max-width: 640px;
  margin: 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.hero-actions > a:last-child {
  border-bottom: 1px solid #ffffff80;
  font-weight: 700;
  color: #fff;
}
.note {
  position: absolute;
  right: 5vw;
  bottom: 0;
  background: #fffdf9;
  padding: 20px 24px;
  width: 390px;
  color: var(--ink);
  box-shadow: 0 -4px 20px #10283d12;
}

/* Sections */
.section { padding: 95px 8vw; }
.heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}
.heading h2,
.guides-block h2,
.journey h2,
.newsletter h2,
.page-hero h1 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0;
}
.heading > p { color: var(--muted); line-height: 1.7; margin: 0; }

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--line);
}
.card {
  min-height: 340px;
  padding: 28px;
  border: 1px solid var(--line);
  border-left: 0;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  background: var(--paper);
}
.card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px #10283d17;
}
.num { font-size: 12px; color: #98a7ad; text-align: right; }
.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fbe1da;
  color: #b64c39;
  display: grid;
  place-items: center;
  margin: 5px 0 38px;
  font-size: 23px;
}
.card h3 { font-size: 22px; line-height: 1.25; margin-bottom: 0.6rem; }
.card p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; }
.link {
  margin-top: auto;
  color: #c9543d;
  font-weight: 800;
  font-size: 14px;
  padding-top: 1.2rem;
}

.quote {
  padding: 70px 10vw;
  background: #e9efef;
  display: flex;
  gap: 34px;
  align-items: center;
}
.quote-mark {
  font: 90px/1 var(--serif);
  color: var(--coral);
}
.quote blockquote {
  margin: 0;
  font: clamp(26px, 3vw, 42px)/1.25 var(--serif);
  color: var(--ink);
}

.guides-block { background: #fff; }
.featured {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--cream);
  margin-top: 40px;
}
.art {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  background: #d7e4e6;
}
.art img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.art-label {
  position: absolute;
  left: 40px;
  top: 40px;
  color: #fff;
  font: italic 28px/1.2 var(--serif);
  white-space: pre-line;
  z-index: 1;
  text-shadow: 0 1px 12px rgba(16, 40, 61, 0.35);
}
.featured-copy { padding: 55px; }
.pill {
  padding: 7px 11px;
  background: #f6ddd6;
  color: #a84633;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 900;
  display: inline-block;
}
.featured h3 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 400;
  margin: 18px 0;
}
.featured p { color: var(--muted); line-height: 1.7; }
.featured ul {
  padding-left: 20px;
  line-height: 2;
  color: #3f5866;
  margin: 0 0 1.5rem;
}

.articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 28px;
}
.article-card {
  background: #fff;
  padding: 30px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
}
.article-card small {
  color: #c9543d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
}
.article-card h3 {
  font-size: 21px;
  line-height: 1.3;
  margin: 0.7rem 0;
}
.article-card p { color: var(--muted); font-size: 14px; margin: 0; }
.article-card a {
  margin-top: auto;
  font-weight: 800;
  font-size: 13px;
  color: var(--ink);
  padding-top: 1.2rem;
}
.article-card a:hover { color: var(--coral); }

.journey {
  padding: 90px 10vw;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
}
.journey h2 { color: #fff; }
.journey .eyebrow { color: #f1a793; }
.journey > div > p { color: #c3d0d5; line-height: 1.8; }
.steps { border-top: 1px solid #ffffff33; }
.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 24px 4px;
  border-bottom: 1px solid #ffffff33;
}
.step > span { color: #f1a793; font-family: var(--serif); }
.step h3 { color: #fff; margin: 0; font-size: 1.2rem; }
.step p { color: #aebfc7; margin: 4px 0 0; font-size: 13px; }

.newsletter { background: var(--cream); }
.signup {
  padding: 65px;
  background: var(--coral);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.signup h2 { color: #fff; }
.signup .eyebrow { color: #ffd4c9; }
.signup p { margin: 0; }
.signup form { display: grid; gap: 0.6rem; }
.signup label { font-size: 14px; }
.signup .field-row { display: flex; }
.signup input {
  flex: 1;
  padding: 16px;
  border: 0;
  min-width: 0;
  font: 16px var(--sans);
}
.signup button {
  padding: 16px 20px;
  border: 0;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  font-family: var(--sans);
}
#newsletter-success {
  display: none;
  background: #fff;
  color: var(--ink);
  padding: 20px;
  font-weight: 700;
}
#newsletter-success[data-open="true"] { display: block; }

/* Footer */
.site-footer {
  background: #0b1e2c;
  color: #a9bac1;
  padding: 65px 8vw 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 45px;
  padding-bottom: 50px;
}
.footer-grid h3 {
  color: #fff;
  font: 700 12px var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 4px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-col a:hover { color: #fff; }
.footer-grid .brand { margin-right: 0; }
.footer-grid .logo-mark { color: #fff; border-color: var(--coral); }
.footer-grid .brand-name { color: #fff; }
.legal {
  border-top: 1px solid #ffffff1a;
  padding-top: 20px;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.disclaimer-banner {
  padding: 0 8vw;
  margin: 1.25rem 0 0;
}
.disclaimer-banner .disclaimer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border: 1px solid #1a3550;
  border-left: 5px solid var(--coral);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
}
.disclaimer-lead {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px 24px;
}
.disclaimer-body {
  padding: 22px 26px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.disclaimer-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.disclaimer-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  max-width: 20px;
  max-height: 20px;
}
.disclaimer-eyebrow {
  margin: 0 0 8px;
  font: 800 11px / 1.2 var(--sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral);
}
.disclaimer-title {
  margin: 0;
  font: 400 28px / 1.15 var(--serif);
  color: var(--ink);
  letter-spacing: -0.02em;
  max-width: 16ch;
}
.disclaimer-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}
.disclaimer-body a {
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  width: fit-content;
}
.disclaimer-body a:hover { color: var(--ink); }
@media (max-width: 900px) {
  .disclaimer-banner .disclaimer-inner { grid-template-columns: 1fr; }
  .disclaimer-body {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .disclaimer-title { font-size: 24px; max-width: none; }
}

/* Inner pages */
.page-hero {
  padding: clamp(3rem, 7vw, 5rem) 8vw 0;
  background: var(--paper);
}
.page-hero .lede {
  color: var(--muted);
  font-size: 1.15rem;
  max-width: 42rem;
  margin-top: 1.2rem;
  line-height: 1.7;
}
.prose {
  max-width: 42rem;
  padding: 2rem 0 4rem;
}
.page-hero .prose { padding-top: 0; }
.prose h2 {
  font-size: 1.6rem;
  margin: 2rem 0 0.8rem;
}
.prose a { color: var(--coral); text-decoration: underline; }
.wrap { max-width: 1180px; margin: 0 auto; }
.page-hero .wrap,
.band .wrap,
.catalogue > .wrap { max-width: none; }
.page-section { padding: 3rem 8vw 4rem; }
.small { font-size: 0.85rem; color: var(--muted); }
.sec-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 0.7rem;
}
.sec-head p { color: var(--muted); max-width: 40rem; line-height: 1.7; }
.call {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: start;
  padding-bottom: 1rem;
}
.rows { display: grid; gap: 1.2rem; }
.row {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}
.row .n {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--coral);
}
.row h3 { font-size: 1.2rem; margin-bottom: 0.35rem; }
.row p { margin: 0; color: var(--muted); }
.book-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  padding-bottom: 3rem;
}
.book-layout .lede { margin-top: 1rem; }
@media (max-width: 900px) {
  .call,
  .book-layout { grid-template-columns: 1fr; gap: 1.5rem; }
}

.article-shell { padding: 0 0 4rem; }
/* Legacy single-column posts (until migrated) */
.article-shell > .wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 3.5rem) 8vw 0;
}
.article-shell > .wrap > h1 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  max-width: 18ch;
  margin-bottom: 1rem;
}
.article-shell > .wrap > .article-meta {
  display: block;
  margin: 0 0 2rem;
  padding-bottom: 0;
}
.article-shell > .wrap > .article-content { max-width: none; }

.article-hero {
  padding: clamp(2.5rem, 6vw, 3.5rem) 8vw 0;
  background: var(--cream);
}
.article-hero-inner { max-width: 720px; }
.crumbs {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 1.35rem;
}
.crumbs a:hover { color: var(--coral); }
.article-kicker {
  font-size: 0.72rem;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
  margin-bottom: 0.9rem;
}
.article-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  max-width: 18ch;
  margin-bottom: 1.1rem;
}
.article-lede {
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 42rem;
  margin: 0 0 1.25rem;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0;
  padding-bottom: 2rem;
}
.article-meta .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.article-meta .meta-sep {
  width: 1px;
  height: 1em;
  background: var(--line);
}
.article-meta svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
}
/* Hard cap: never let decorative SVGs paint at browser default 300×150 */
.article-shell svg {
  max-width: 34px;
  max-height: 34px;
}

.article-body {
  padding: 2rem 8vw 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 2.5rem 3rem;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.at-a-glance {
  grid-column: 1 / -1;
  background: #eef3f5;
  border-radius: 14px;
  padding: 1.5rem 1.6rem 1.7rem;
  margin-bottom: 0.5rem;
}
.at-a-glance-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.2rem;
}
.at-a-glance-head .icon-pill {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.at-a-glance-head .icon-pill svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.at-a-glance-head h2 {
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0;
  color: var(--ink);
}
.at-a-glance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 1.5rem;
}
.at-a-glance-item {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 0.7rem;
  align-items: start;
}
.at-a-glance-item .n {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  font: 700 0.78rem/1.75rem var(--sans);
  text-align: center;
}
.at-a-glance-item strong {
  display: block;
  font-size: 0.95rem;
  color: var(--ink);
  margin-bottom: 0.25rem;
}
.at-a-glance-item p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}

.article-main { min-width: 0; }
.article-content { max-width: none; }
.article-content > p:first-of-type { margin-top: 0; }
.article-content p { margin-bottom: 1.35rem; line-height: 1.7; }
.article-content h2,
.article-content h3,
.article-content h4 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink);
  margin: 2.4rem 0 1rem;
  scroll-margin-top: 1.25rem;
}
.article-content h2 { font-size: clamp(1.55rem, 2.5vw, 1.9rem); line-height: 1.2; }
.article-content h3 { font-size: 1.25rem; }
.article-content h4 { font-size: 1.05rem; font-family: var(--sans); font-weight: 800; }
.article-content ul,
.article-content ol { margin: 0 0 1.4rem; padding-left: 1.2rem; }
.article-content li { margin-bottom: 0.45rem; line-height: 1.6; }
.article-content a { color: var(--coral); text-decoration: underline; }
.article-content hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 2.2rem 0;
}
.article-content blockquote,
.pull-quote {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.45;
  border-left: 4px solid var(--coral);
  padding: 0.2rem 0 0.2rem 1.15rem;
  color: var(--ink);
  margin: 2rem 0;
}

.point-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 0 1.5rem;
}
.point-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.15rem 1.2rem;
  background: #fff;
}
.point-card .n {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #eef1f3;
  color: var(--ink);
  font: 700 0.78rem/1.7rem var(--sans);
  text-align: center;
  margin-bottom: 0.7rem;
}
.point-card h3 {
  font-size: 1.05rem !important;
  margin: 0 0 0.4rem !important;
}
.point-card p { margin: 0; color: var(--muted); font-size: 0.92rem; }

.article-aside {
  position: sticky;
  top: 1.25rem;
  display: grid;
  gap: 1rem;
}
.aside-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.15rem 1.2rem;
  background: #fff;
}
.aside-card h2 {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.85rem;
  color: var(--ink);
}
.toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc-list li { border-top: 1px solid var(--line); }
.toc-list li:first-child { border-top: 0; }
.toc-list a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0;
  font-size: 0.9rem;
  line-height: 1.35;
  color: var(--text);
}
.toc-list a:hover { color: var(--coral); }
.toc-list .chev {
  color: var(--muted);
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.aside-cta {
  background: #fff4f0;
  border: 1px solid #f0d0c6;
  border-radius: 12px;
  padding: 1.25rem 1.2rem;
}
.aside-cta .icon-pill {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.aside-cta .icon-pill svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.aside-cta h2 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 0.5rem;
  color: var(--ink);
}
.aside-cta p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0 0 1rem;
  line-height: 1.5;
}
.aside-cta .btn { width: 100%; justify-content: center; }
.aside-cta .reassure {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  text-align: center;
}
.aside-note {
  background: #f3f6f7;
  border: 0;
  border-radius: 12px;
  padding: 1.1rem 1.15rem;
  display: grid;
  grid-template-columns: 1.4rem 1fr;
  gap: 0.65rem;
}
.aside-note .info {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--sea);
  color: #fff;
  font: 700 0.7rem/1.25rem var(--sans);
  text-align: center;
}
.aside-note p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
}

.article-cta {
  margin-top: 2.5rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
  max-width: none;
}
.article-cta h2 { font-size: 1.45rem; margin-bottom: 0.55rem; }
.article-cta p { color: var(--muted); margin: 0; }

@media (max-width: 960px) {
  .article-body { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .at-a-glance-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .point-cards { grid-template-columns: 1fr; }
  .article-hero,
  .article-body {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.quiet-link {
  font-weight: 700;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
}
.quiet-link:hover { color: var(--coral); border-color: var(--coral); }

.band { padding: 2rem 8vw 3rem; }

/* ——— Guides landing ——— */
body:has(.guides-hero) {
  background: var(--cream);
}
body:has(.guides-hero) .cta,
body:has(.guides-hero) .btn {
  border-radius: 10px;
}

.guides-hero {
  padding: clamp(2.75rem, 6vw, 4.25rem) 8vw 2.75rem;
  background: var(--cream);
}
.guides-hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 2.5rem 3.5rem;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
.guides-hero h1 {
  font-size: clamp(2.35rem, 4.8vw, 3.55rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  max-width: 11ch;
  margin: 0 0 1.1rem;
  color: var(--ink);
}
.guides-hero .lede {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 32rem;
  margin: 0;
}
.guides-search-panel {
  background: #e8eef1;
  border-radius: 18px;
  padding: 1.65rem 1.6rem 1.45rem;
}
.guides-search-panel h2 {
  font-family: var(--serif);
  font-size: 1.4rem;
  margin: 0 0 1.05rem;
  color: var(--ink);
}
.guides-search-row {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #d5dee2;
  border-radius: 12px;
  overflow: hidden;
}
.guides-search-icon {
  display: grid;
  place-items: center;
  padding: 0 0.65rem 0 0.95rem;
  color: var(--muted);
  flex-shrink: 0;
  overflow: hidden;
}
.guides-search-icon svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  display: block;
}
.guides-search-row input {
  flex: 1;
  border: 0;
  padding: 1rem 0.5rem;
  font: 16px var(--sans);
  background: transparent;
  min-width: 0;
  color: var(--ink);
}
.guides-search-row input:focus { outline: none; }
.guides-search-row .btn {
  border-radius: 0;
  padding: 0 1.35rem;
  white-space: nowrap;
  font-size: 0.92rem;
}
.guides-search-hint {
  margin: 0.8rem 0 0;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.45;
}

.guides-filters {
  padding: 1.1rem 8vw;
  border-bottom: 1px solid var(--line);
  background: #fffdf9;
  position: sticky;
  top: 0;
  z-index: 4;
}
.guides-filters-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
}
.filter-pill .fp-icon {
  width: 14px;
  height: 14px;
  max-width: 14px;
  max-height: 14px;
  color: var(--coral);
  flex-shrink: 0;
  display: block;
}
.filter-pill:hover { border-color: #e7b5a8; }
.filter-pill[aria-current="true"] {
  background: var(--coral);
  border-color: var(--coral);
  color: #fff;
}
.filter-pill[aria-current="true"] .fp-icon { color: #fff; }
.guides-count {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  white-space: nowrap;
}

.guides-featured,
.guides-latest,
.guides-catalogue {
  padding: 2.85rem 8vw 1.25rem;
  background: var(--cream);
}
.guides-catalogue { padding-bottom: 4.5rem; }
.guides-section-head,
.featured-grid,
.guides-latest .g-card-grid,
.guides-catalogue .g-card-grid {
  max-width: 1180px;
  margin-inline: auto;
}
.guides-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.guides-section-head h2 {
  font-size: clamp(1.7rem, 2.9vw, 2.2rem);
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.section-link {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--coral);
  background: none;
  border: 0;
  cursor: pointer;
  font-family: var(--sans);
  padding: 0;
  white-space: nowrap;
}
.section-link:hover { text-decoration: underline; }

.featured-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.9fr;
  gap: 1.15rem;
  align-items: stretch;
}
.featured-main {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  background: #fff;
  border: 1px solid #e4ebed;
  border-radius: 18px;
  overflow: hidden;
  min-height: 300px;
  box-shadow: 0 8px 28px rgba(16, 40, 61, 0.05);
}
.featured-main-media {
  min-height: 100%;
  background:
    linear-gradient(90deg, rgba(16, 40, 61, 0.06), rgba(16, 40, 61, 0.01)),
    url("/images/hero.jpg") 62% center / cover no-repeat;
}
.featured-main-copy {
  padding: 1.65rem 1.6rem 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.featured-main-copy h3 {
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  line-height: 1.18;
  margin: 0;
  color: var(--ink);
}
.featured-main-copy > p:not(.g-card-topic) {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.98rem;
}
.featured-main-copy .btn {
  margin-top: auto;
  align-self: flex-start;
  border-radius: 10px;
  padding: 0.85rem 1.15rem;
}
.featured-stack {
  display: grid;
  gap: 1.15rem;
  grid-template-rows: 1fr 1fr;
}
.featured-side {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  padding: 1.3rem 1.3rem 1.2rem;
  border-radius: 18px;
  border: 1px solid transparent;
  align-content: start;
}
.featured-side.money { background: #fff3ea; }
.featured-side.coparent { background: #eaf3f5; }
.featured-side h3 {
  font-size: 1.2rem;
  line-height: 1.22;
  margin: 0 0 0.4rem;
  color: var(--ink);
}
.featured-side p:not(.g-card-topic) {
  margin: 0 0 0.55rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}
.featured-side .side-icon {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--coral);
  box-shadow: 0 1px 0 rgba(16, 40, 61, 0.06);
  overflow: hidden;
}
.featured-side .side-icon svg {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  display: block;
}
.side-link {
  display: inline-block;
  margin-top: 0.35rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--coral);
}

.g-card-topic {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--coral);
  margin: 0 0 0.2rem;
}
.g-read {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.g-read svg {
  width: 14px;
  height: 14px;
  max-width: 14px;
  max-height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}

.g-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.g-card-grid-3 { margin-bottom: 0.5rem; }
.g-card {
  display: grid;
  grid-template-columns: 4.75rem 1fr;
  gap: 1rem;
  padding: 1.15rem;
  background: #fff;
  border: 1px solid #e4ebed;
  border-radius: 16px;
  min-height: 9.8rem;
  box-shadow: 0 6px 20px rgba(16, 40, 61, 0.035);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.g-card:hover {
  border-color: #d7c0b8;
  box-shadow: 0 10px 28px rgba(16, 40, 61, 0.06);
}
.g-card-thumb {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 12px;
  background: #eef3f5;
}
.g-card-thumb[data-tone="money"] { background: linear-gradient(145deg, #ffe4d4, #ffd2bc); }
.g-card-thumb[data-tone="legal"] { background: linear-gradient(145deg, #dce8ee, #c9dae3); }
.g-card-thumb[data-tone="coparent"] { background: linear-gradient(145deg, #dceeea, #c5e0da); }
.g-card-thumb[data-tone="healing"] { background: linear-gradient(145deg, #fde6df, #f7d0c4); }
.g-card-thumb[data-tone="safety"] { background: linear-gradient(145deg, #e8e0f0, #d7cce4); }
.g-card-thumb[data-tone="start"] { background: linear-gradient(145deg, #ffe8d6, #ffd7b8); }
.g-card-body { min-width: 0; display: flex; flex-direction: column; }
.g-card h3 {
  font-size: 1.05rem;
  line-height: 1.25;
  margin: 0 0 0.4rem;
  color: var(--ink);
}
.g-card h3 a:hover { color: var(--coral); }
.g-card-excerpt {
  margin: 0 0 0.7rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
  max-height: 2.7em;
  overflow: hidden;
}
.g-card-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-card-arrow {
  color: var(--coral);
  font-weight: 700;
}

@media (max-width: 980px) {
  .guides-hero-inner,
  .featured-grid,
  .featured-main { grid-template-columns: 1fr; }
  .featured-main-media { min-height: 220px; }
  .g-card-grid { grid-template-columns: 1fr 1fr; }
  .guides-filters-inner { flex-direction: column; align-items: flex-start; }
  .featured-stack { grid-template-rows: none; }
}
@media (max-width: 700px) {
  .g-card-grid { grid-template-columns: 1fr; }
  .guides-hero,
  .guides-filters,
  .guides-featured,
  .guides-latest,
  .guides-catalogue { padding-left: 22px; padding-right: 22px; }
  .guides-filters { position: static; }
  .guides-hero h1 { max-width: none; }
}


.guides {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-left: 1px solid var(--line);
}
.guide {
  padding: 1.6rem 1.4rem;
  border: 1px solid var(--line);
  border-left: 0;
  background: var(--paper);
  min-height: 11rem;
}
.guide .topic {
  font-size: 0.75rem;
  color: #c9543d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  margin-bottom: 0.7rem;
}
.guide h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.55rem;
}
.guide h3 a:hover { color: var(--coral); }
.guide p { color: var(--muted); margin: 0; font-size: 0.95rem; }
.catalogue { padding: 2rem 8vw 4rem; }
.search-bar { max-width: 36rem; margin-bottom: 1.5rem; }
.search-bar label {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 0.4rem;
}
.search-bar input[type="search"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--ink);
  background: transparent;
  font: 16px var(--sans);
}
.topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin-bottom: 1.6rem;
  font-size: 0.88rem;
  font-weight: 700;
}
.topic-row a {
  color: var(--muted);
  border-bottom: 1px solid transparent;
}
.topic-row a:hover,
.topic-row a[aria-current="true"] {
  color: var(--coral);
  border-bottom-color: var(--coral);
}
.article-index { border-top: 1px solid var(--line); }
.article-index article {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1.2rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}
.article-index .topic {
  font-size: 0.75rem;
  color: #c9543d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  padding-top: 0.3rem;
}
.article-index h3 { font-size: 1.2rem; margin-bottom: 0.3rem; }
.article-index h3 a:hover { color: var(--coral); }
.article-index p { color: var(--muted); margin: 0; font-size: 0.95rem; }
#search-count { font-size: 0.82rem; color: var(--muted); }

.form-stack { display: grid; gap: 0.9rem; max-width: 28rem; }
.form-stack label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink);
}
.form-stack input,
.form-stack select,
.form-stack textarea {
  font: 16px/1.45 var(--sans);
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  width: 100%;
  border-radius: 0;
}
.form-stack textarea { resize: vertical; min-height: 9rem; }
.form-stack input:focus-visible,
.form-stack select:focus-visible,
.form-stack textarea:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 2px;
  border-color: var(--coral);
}
.form-stack input:user-invalid,
.form-stack textarea:user-invalid {
  border-color: #b42318;
}
.form-note {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 400;
}

/* Contact page */
.contact-hero {
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
  background:
    linear-gradient(180deg, var(--cream) 0%, var(--paper) 55%);
}
.page-hero .wrap.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 26rem);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.contact-copy .eyebrow {
  color: var(--coral);
  margin-bottom: 0.75rem;
}
.contact-copy h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.05;
  max-width: 10ch;
}
.contact-copy .lede {
  margin-top: 1.25rem;
  max-width: 34rem;
}
.contact-points {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  color: var(--text);
  font-size: 0.98rem;
}
.contact-points li {
  padding-left: 1.15rem;
  position: relative;
}
.contact-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--coral);
}
.contact-crisis {
  margin-top: 1.75rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--ink);
  background: rgba(16, 40, 61, 0.04);
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 34rem;
}
.contact-crisis strong { font-weight: 800; }
.contact-alt {
  margin: 1.35rem 0 0;
  font-weight: 700;
}
.contact-alt a {
  color: var(--coral);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-alt a:hover { color: var(--ink); }
.contact-form {
  max-width: none;
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: 0 18px 40px rgba(16, 40, 61, 0.06);
}
.contact-form .btn {
  width: 100%;
  justify-content: center;
  margin-top: 0.25rem;
}
@media (max-width: 900px) {
  .page-hero .wrap.contact-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .contact-copy h1 { max-width: none; }
}

.not-found { padding: clamp(4rem, 10vw, 7rem) 8vw; }
.not-found h1 { font-size: clamp(2rem, 4vw, 3rem); max-width: 14ch; }

.reassure { font-size: 0.9rem; color: var(--muted); margin-top: 1rem; }

dialog {
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 1.6rem;
  background: var(--paper);
  color: var(--ink);
  max-width: 28rem;
}
dialog::backdrop { background: rgba(16, 40, 61, 0.45); }
dialog h2 { font-size: 1.5rem; margin-bottom: 0.6rem; }
dialog .btn { margin-top: 1rem; }

@media (max-width: 900px) {
  .cards { grid-template-columns: 1fr 1fr; }
  .guides { grid-template-columns: 1fr; }
  .featured { grid-template-columns: 1fr; }
  .art { min-height: 300px; }
  .art img { min-height: 300px; }
  .articles { grid-template-columns: 1fr; }
  .article-card { min-height: 230px; }
  .journey { grid-template-columns: 1fr; }
  .signup { grid-template-columns: 1fr; }
  .primary-nav,
  .site-nav > .cta { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .heading { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .article-index article { grid-template-columns: 1fr; gap: 0.35rem; }
}
@media (max-width: 600px) {
  .bar span { display: none; }
  .bar { justify-content: flex-end; }
  .site-nav { height: 72px; padding: 0 22px; }
  .hero {
    min-height: 680px;
    background-position: 64% center;
  }
  .hero-content {
    padding: 70px 22px 160px;
    width: 100%;
  }
  .hero h1 { font-size: 48px; }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .note {
    right: 0;
    width: calc(100% - 22px);
  }
  .section,
  .page-hero,
  .page-section,
  .catalogue,
  .prose { padding-left: 22px; padding-right: 22px; }
  .cards { grid-template-columns: 1fr; }
  .quote {
    padding: 50px 22px;
    align-items: flex-start;
  }
  .quote-mark { font-size: 65px; }
  .quote blockquote { font-size: 25px; }
  .featured-copy { padding: 34px; }
  .featured h3 { font-size: 34px; }
  .journey { padding: 70px 22px; }
  .signup { padding: 35px; }
  .signup .field-row {
    flex-direction: column;
    gap: 8px;
  }
  .site-footer { padding: 65px 22px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .legal { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .card { transition: none; }
}
