:root {
  --ink: #201522;
  --muted: #756676;
  --paper: #fff7ed;
  --panel: #fffdf8;
  --rose: #e85d8d;
  --plum: #51264f;
  --mint: #7ad7bb;
  --sun: #f6b34b;
  --line: rgba(32, 21, 34, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(232, 93, 141, .18), transparent 24rem),
    radial-gradient(circle at 90% 8%, rgba(122, 215, 187, .24), transparent 22rem),
    linear-gradient(135deg, #fff7ed 0%, #fbedf2 48%, #effaf4 100%);
}
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(120deg, rgba(32,21,34,.18) 1px, transparent 1px); background-size: 28px 28px; }
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 1000; padding: 10px 14px; background: var(--plum); color: #fff; border-radius: 999px; }
.skip-link:focus { left: 12px; }
.site-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 22px 0 56px; }
.topbar { position: sticky; top: 16px; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 253, 248, .82); backdrop-filter: blur(18px); box-shadow: 0 18px 60px rgba(81, 38, 79, .1); }
.brand, .nav-links { display: flex; align-items: center; }
.brand { gap: 10px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; min-width: 46px; height: 46px; padding: 0 10px; border-radius: 999px; color: #fff; background: var(--plum); font-family: 'Fraunces', serif; font-size: .94rem; box-shadow: inset 0 -6px 0 rgba(232,93,141,.25); }
.nav-links { gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { padding: 10px 14px; border-radius: 999px; color: var(--muted); font-size: .92rem; font-weight: 800; transition: 180ms ease; }
.nav-links a:hover { color: var(--ink); background: rgba(232,93,141,.1); }
.hero-section { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 28px; align-items: stretch; padding: 70px 0 26px; }
.hero-copy, .mentor-card, .story-card, .briefing-panel, .category-card, .newsletter-card, .page-hero, .article-hero, .article-body, .archive-card, .empty-archive { border: 1px solid var(--line); box-shadow: 0 24px 80px rgba(81, 38, 79, .09); }
.hero-copy { min-height: 620px; padding: clamp(30px, 5vw, 64px); border-radius: 44px; background: linear-gradient(135deg, rgba(255,253,248,.95), rgba(255,253,248,.62)), repeating-linear-gradient(90deg, transparent 0 42px, rgba(81,38,79,.045) 43px 44px); }
.eyebrow { margin: 0 0 18px; color: var(--rose); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; font-size: .74rem; }
h1, h2, h3 { margin: 0; font-family: 'Fraunces', serif; letter-spacing: -.055em; line-height: .94; }
h1 { max-width: 880px; font-size: clamp(4rem, 9vw, 8rem); }
h2 { font-size: clamp(2.25rem, 4.8vw, 4.6rem); }
h3 { font-size: clamp(1.7rem, 2.7vw, 2.55rem); line-height: 1; }
.hero-text { max-width: 680px; margin: 26px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.58; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.primary-action, .secondary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 900; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.primary-action { background: var(--plum); color: #fff; box-shadow: 0 16px 40px rgba(81,38,79,.24); }
.secondary-action { border: 1px solid var(--line); background: rgba(255,253,248,.72); }
.primary-action:hover, .secondary-action:hover { transform: translateY(-2px); }
.pillar-row { display: flex; flex-wrap: wrap; gap: 10px; max-width: 720px; margin-top: 38px; }
.pillar-row span, .category-list span, .checklist span { padding: 10px 12px; border: 1px solid rgba(32,21,34,.12); border-radius: 999px; background: rgba(255,253,248,.72); font-size: .92rem; font-weight: 900; }
.mentor-card { position: relative; min-height: 620px; overflow: hidden; padding: clamp(30px, 5vw, 52px); border-radius: 44px; color: #fff; background: linear-gradient(150deg, #51264f, #a83f74 58%, #e85d8d); }
.mentor-card h2 { color: #fff; }
.mentor-card p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.8); line-height: 1.65; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; }
.orb-one { width: 240px; height: 240px; right: -64px; top: 42px; background: var(--mint); }
.orb-two { width: 180px; height: 180px; left: -46px; bottom: 80px; background: var(--sun); }
.checklist { position: absolute; left: 28px; right: 28px; bottom: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.checklist span { color: var(--ink); }
.signal-strip, .content-grid, .briefing-panel, .lab-section { margin-top: 28px; }
.signal-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 30px; background: rgba(255,253,248,.68); overflow: hidden; }
.signal-strip div { padding: 24px; border-right: 1px solid var(--line); }
.signal-strip div:last-child { border-right: 0; }
.signal-strip strong { display: block; font-size: 2.05rem; letter-spacing: -.06em; }
.signal-strip span { color: var(--muted); }
.content-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.section-heading { grid-column: 1 / -1; padding: 34px 4px 8px; }
.section-heading h2 { max-width: 860px; }
.story-card { display: flex; flex-direction: column; min-height: 410px; padding: 24px; border-radius: 30px; background: rgba(255,253,248,.78); overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.story-card:hover, .archive-card:hover { transform: translateY(-4px); border-color: rgba(232,93,141,.34); box-shadow: 0 30px 88px rgba(81,38,79,.14); }
.story-image { width: calc(100% + 48px); height: 160px; object-fit: cover; margin: -24px -24px 22px; border-bottom: 1px solid var(--line); filter: saturate(.95) contrast(1.04); }
.story-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--rose); font-weight: 900; font-size: .76rem; text-transform: uppercase; }
.story-card h3 { margin-top: 24px; }
.story-card p { color: var(--muted); line-height: 1.58; margin: 16px 0 0; }
.text-link { margin-top: auto; padding-top: 24px; color: var(--rose); font-weight: 900; }
.briefing-panel { display: grid; grid-template-columns: 1fr .9fr; gap: 30px; padding: clamp(28px, 5vw, 54px); border-radius: 36px; background: var(--plum); color: #fff; }
.briefing-panel p:not(.eyebrow) { color: rgba(255,255,255,.74); max-width: 640px; line-height: 1.65; }
.briefing-panel ul { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.briefing-panel li { padding: 16px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.07); }
.lab-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; }
.category-card, .newsletter-card { padding: clamp(26px, 4vw, 42px); border-radius: 32px; background: rgba(255,253,248,.76); }
.category-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.newsletter-card p { color: var(--muted); line-height: 1.65; max-width: 620px; }
.newsletter-card a { display: inline-flex; margin-top: 20px; color: var(--rose); font-weight: 900; }
.page-hero, .article-hero { margin-top: 70px; padding: clamp(30px, 6vw, 64px); border-radius: 42px; background: linear-gradient(135deg, rgba(255,253,248,.94), rgba(255,253,248,.64)), repeating-linear-gradient(90deg, transparent 0 42px, rgba(81,38,79,.04) 43px 44px); }
.compact-page h1, .article-hero h1 { font-size: clamp(3rem, 7.5vw, 6.8rem); max-width: 980px; }
.archive-grid { display: grid; gap: 16px; margin-top: 42px; }
.archive-card { display: grid; grid-template-columns: 240px 1fr; gap: 24px; align-items: stretch; padding: 18px; border-radius: 28px; background: rgba(255,253,248,.74); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.archive-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 20px; }
.archive-card h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.archive-card p:not(.eyebrow) { color: var(--muted); line-height: 1.58; max-width: 820px; }
.empty-archive { padding: clamp(26px, 5vw, 48px); border-radius: 28px; background: rgba(255,253,248,.74); }
.article-layout { margin-top: 70px; }
.article-hero { margin-top: 0; }
.article-image { display: block; width: 100%; max-height: 620px; object-fit: cover; margin-top: 24px; border: 1px solid var(--line); border-radius: 36px; box-shadow: 0 24px 80px rgba(81,38,79,.15); }
.article-body { max-width: 900px; margin: 28px auto 0; padding: clamp(26px, 5vw, 54px); border-radius: 32px; background: rgba(255,253,248,.86); color: #2a1d2b; line-height: 1.78; font-size: 1.06rem; }
.article-body h1, .article-body h2, .article-body h3 { margin: 1.35em 0 .45em; line-height: 1; }
.article-body h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); }
.article-body h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
.article-body a { color: #b33d72; font-weight: 900; }
.article-body img { max-width: 100%; height: auto; border-radius: 24px; }
.article-body blockquote, .wp-block-quote { margin: 24px 0; padding: 20px 24px; border-left: 5px solid var(--rose); background: rgba(232,93,141,.08); border-radius: 18px; }
.article-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 48px; padding: 24px; border-top: 1px solid var(--line); color: var(--muted); }
.navigation.pagination { margin: 28px 0; color: var(--muted); font-weight: 900; }
.navigation.pagination a, .navigation.pagination span { display: inline-flex; margin: 4px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,248,.76); }
body.admin-bar .topbar { top: 48px; }
@media (max-width: 980px) { .content-grid { grid-template-columns: repeat(2, 1fr); } .hero-section, .briefing-panel, .lab-section { grid-template-columns: 1fr; } .hero-copy, .mentor-card { min-height: auto; } .mentor-card { padding-bottom: 150px; } }
@media (max-width: 760px) { .topbar { align-items: flex-start; border-radius: 26px; flex-direction: column; } .signal-strip, .content-grid, .archive-card { grid-template-columns: 1fr; } .signal-strip div { border-right: 0; border-bottom: 1px solid var(--line); } .signal-strip div:last-child { border-bottom: 0; } .archive-card img { height: 220px; } .site-footer { align-items: flex-start; flex-direction: column; } }
@media (max-width: 560px) { .site-shell { width: min(100% - 20px, 1180px); padding-top: 10px; } .hero-section { padding-top: 28px; } .hero-copy, .mentor-card, .story-card, .briefing-panel, .category-card, .newsletter-card, .page-hero, .article-hero, .article-body { border-radius: 24px; } h1 { font-size: 3.35rem; } .mentor-card { padding-bottom: 180px; } }


.brand.has-logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  letter-spacing: 0;
}
.site-logo-img {
  display: block;
  width: 172px;
  max-width: 42vw;
  height: 52px;
  object-fit: contain;
  border-radius: 16px;
}
.simple-footer {
  justify-content: center;
  text-align: center;
}
@media (max-width: 720px) {
  .site-logo-img { width: 148px; height: 48px; }
}
