/* CrownReady marketing site
   Built on the selected Option B identity and the v3.1 brand standards.
   Tokens mirror Brand System/CrownReady-tokens-v3.css. Button rules mirror CrownReady-components.css. */

@font-face { font-family: "Montserrat"; src: url("/fonts/Montserrat-var.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/fonts/SourceSans3-var.woff2") format("woff2"); font-weight: 200 900; font-display: swap; }

:root {
  color-scheme: light;
  --cr-brand-ivory: #FAF7F2;
  --cr-brand-mauve: #B89395;
  --cr-brand-black: #111111;
  --cr-brand-gold: #D4AF7F;
  --cr-surface-canvas: #FAF7F2;
  --cr-surface-card: #FFFFFF;
  --cr-surface-soft: #F1E7E7;
  --cr-text-primary: #111111;
  --cr-text-secondary: #62595B;
  --cr-action-primary: #76565A;
  --cr-action-hover: #624448;
  --cr-action-pressed: #50363A;
  --cr-action-onPrimary: #FAF7F2;
  --cr-border-control: #8A7C7D;
  --cr-border-subtle: #E5DCDA;
  --cr-status-success: #34624B;
  --cr-status-attention: #795214;
  --cr-status-error: #A33C43;
  --cr-font-heading: "Montserrat", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --cr-font-body: "Source Sans 3", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --cr-shadow-card: 0 4px 16px rgba(17,17,17,.06);
  --cr-max: 1120px;
  --cr-read: 680px;
  --cr-gutter: 16px;
}
@media (min-width: 768px) { :root { --cr-gutter: 24px; } }
@media (min-width: 1024px) { :root { --cr-gutter: 40px; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--cr-surface-canvas); color: var(--cr-text-primary);
  font: 400 16px/24px var(--cr-font-body); text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: var(--cr-action-primary); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--cr-action-hover); }
:focus-visible { outline: 2px solid var(--cr-brand-black); outline-offset: 4px; box-shadow: 0 0 0 2px var(--cr-brand-ivory); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; background: var(--cr-brand-black); color: var(--cr-brand-ivory); padding: 12px 16px; border-radius: 8px; z-index: 3; }
.skip:focus { top: 16px; }

/* Type scale (v3.1 typography table) */
h1, h2, h3, .display, .page-title { font-family: var(--cr-font-heading); color: var(--cr-text-primary); margin: 0; }
.display, h1 { font-weight: 500; font-size: 36px; line-height: 44px; letter-spacing: -0.02em; }
h2, .page-title { font-weight: 600; font-size: 28px; line-height: 36px; letter-spacing: -0.015em; }
h3 { font-weight: 600; font-size: 18px; line-height: 26px; letter-spacing: 0; }
.lead { font-size: 18px; line-height: 28px; color: var(--cr-text-secondary); margin: 0; }
.eyebrow { font: 600 12px/18px var(--cr-font-heading); letter-spacing: 0.12em; text-transform: uppercase; color: var(--cr-action-primary); margin: 0 0 16px; }
.small { font-size: 14px; line-height: 20px; color: var(--cr-text-secondary); }
p { margin: 0 0 16px; max-width: 65ch; }
@media (min-width: 768px) {
  .display, h1 { font-size: 48px; line-height: 56px; letter-spacing: -0.03em; }
  h2, .page-title { font-size: 32px; line-height: 40px; }
  .lead { font-size: 20px; line-height: 30px; }
}

/* Buttons (mirrors CrownReady-components.css) */
.cr-btn { appearance: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 8px; font: 600 16px/24px var(--cr-font-body); background: var(--cr-action-primary); color: var(--cr-action-onPrimary); cursor: pointer; transition: background 150ms, border-color 150ms; text-decoration: none; white-space: nowrap; }
.cr-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.cr-btn:hover { background: var(--cr-action-hover); color: var(--cr-action-onPrimary); }
.cr-btn:active { background: var(--cr-action-pressed); }
.cr-btn.secondary { background: var(--cr-brand-ivory); color: var(--cr-action-primary); border-color: var(--cr-action-primary); }
.cr-btn.secondary:hover { background: var(--cr-surface-soft); color: var(--cr-action-primary); }
.cr-btn.secondary:active { background: #E5D4D6; }
.cr-btn.tertiary { background: transparent; color: var(--cr-action-primary); text-decoration: underline; text-underline-offset: 3px; }
.cr-btn.tertiary:hover { background: var(--cr-surface-soft); }
.cr-btn.block { width: 100%; }
.cr-btn.large { min-height: 56px; padding: 16px 24px; }
.cr-btn[aria-busy="true"] { cursor: wait; }
@media (prefers-reduced-motion: reduce) { .cr-btn { transition: none; } }

/* Layout */
.wrap { max-width: var(--cr-max); margin: 0 auto; padding-left: var(--cr-gutter); padding-right: var(--cr-gutter); }
.read { max-width: var(--cr-read); }
section { padding: 64px 0; }
@media (min-width: 768px) { section { padding: 96px 0; } }
.rule { width: 48px; height: 2px; background: var(--cr-brand-gold); border: 0; margin: 24px 0; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 2; background: rgba(250,247,242,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--cr-border-subtle); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; }
.wordmark { display: inline-flex; align-items: center; }
.wordmark img { width: 192px; height: auto; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a:not(.cr-btn) { font: 600 16px/24px var(--cr-font-body); color: var(--cr-text-primary); text-decoration: none; }
.nav a:not(.cr-btn):hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 599px) { .nav a.nav-secondary { display: none; } .wordmark img { width: 144px; } }


/* ===== Landing page ===== */

/* Header stays solid; depth comes from the composition, not from covering the photograph */
#top-sentinel { position: absolute; top: 0; left: 0; width: 1px; height: 1px; }
.site-header { transition: box-shadow 200ms; }
.landing .site-header:not(.over-hero) { box-shadow: 0 1px 0 var(--cr-border-subtle), 0 8px 24px rgba(17,17,17,.05); }

/* Hero: 5 columns of copy, 7 columns of photograph bleeding off the right edge */
.hero-full { position: relative; padding: 0; min-height: min(88dvh, 820px); display: grid; isolation: isolate; overflow: hidden; }
.hero-photo { position: absolute; top: 0; right: 0; bottom: 0; left: 44%; border-radius: 24px 0 0 24px; overflow: hidden; box-shadow: 0 2px 4px rgba(17,17,17,.05), -24px 32px 64px rgba(80,54,58,.18); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 46% 20%; transform: scale(1.06); animation: hero-settle 1800ms cubic-bezier(.16,1,.3,1) forwards; }
.hero-scrim { position: absolute; top: 0; bottom: 0; left: 44%; width: 18%; background: linear-gradient(90deg, rgba(250,247,242,.55), rgba(250,247,242,0)); pointer-events: none; }
.hero-inner { position: relative; display: grid; align-content: center; padding-top: 72px; padding-bottom: 72px; width: 100%; }
.hero-copy { max-width: calc(44vw - var(--cr-gutter) - 28px); }
.hero-copy .display { font-size: 44px; line-height: 50px; margin-bottom: 20px; }
.hero-copy .lead { color: var(--cr-text-primary); margin-bottom: 32px; max-width: 34ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (min-width: 768px) { .hero-copy .display { font-size: 46px; line-height: 52px; letter-spacing: -0.03em; } }
@media (min-width: 1200px) { .hero-copy .display { font-size: 54px; line-height: 60px; } .hero-copy { max-width: calc(46vw - var(--cr-gutter) - 32px); } .hero-photo { left: 46%; } .hero-scrim { left: 46%; } }
@media (min-width: 1500px) { .hero-copy .display { font-size: 60px; line-height: 66px; } }
@media (max-width: 767px) {
  .hero-full { min-height: 0; display: block; }
  .hero-photo { position: relative; left: auto; inset: auto; border-radius: 0 0 24px 24px; box-shadow: none; }
  .hero-photo img { aspect-ratio: 4 / 5; height: auto; object-position: 50% 30%; transform: none; animation: none; max-height: 72dvh; }
  .hero-scrim { display: none; }
  .hero-copy { max-width: none; }
  .hero-inner { padding-top: 32px; padding-bottom: 48px; }
}
@keyframes hero-settle { to { transform: scale(1); } }
.rise { opacity: 0; transform: translateY(18px); animation: rise 900ms cubic-bezier(.16,1,.3,1) forwards; animation-delay: calc(120ms + var(--i, 0) * 110ms); }
@keyframes rise { to { opacity: 1; transform: none; } }

/* Scroll reveal: arrival order, nothing perpetual */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms cubic-bezier(.16,1,.3,1), transform 700ms cubic-bezier(.16,1,.3,1); transition-delay: calc(var(--d, 0) * 90ms); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rise, .reveal { opacity: 1; transform: none; animation: none; transition: none; }
  .hero-photo img { transform: none; animation: none; }
  .site-header { transition: none; }
}

/* Founder record: mauve band */
.band { background: var(--cr-brand-mauve); color: var(--cr-brand-black); }
.record .display { max-width: 15ch; font-size: 40px; line-height: 46px; }
@media (min-width: 768px) { .record .display { font-size: 44px; line-height: 50px; } }
.record-grid { display: grid; gap: 32px; }
.record .lead.dark, .record p.dark { color: var(--cr-brand-black); }
.record .lead { margin-bottom: 16px; }
.proof { list-style: none; margin: 48px 0 0; padding: 0; display: grid; gap: 24px; }
.proof li { border-top: 1px solid rgba(17,17,17,.32); padding-top: 16px; font: 400 16px/24px var(--cr-font-body); color: var(--cr-brand-black); }
.proof li span { display: block; font: 600 22px/30px var(--cr-font-heading); letter-spacing: -0.01em; margin-bottom: 2px; }
@media (min-width: 768px) { .record-grid { grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; } .proof { grid-template-columns: repeat(4, 1fr); gap: 32px; } }

/* How it works: bento with the phone as the anchor cell */
.how-head { max-width: 640px; margin-bottom: 40px; }
.how-head .lead { margin-top: 16px; }
.bento { display: grid; gap: 16px; }
.cell { border-radius: 24px; padding: 28px 24px; background: var(--cr-surface-card); border: 1px solid var(--cr-border-subtle); box-shadow: 0 1px 2px rgba(17,17,17,.04), 0 12px 32px rgba(118,86,90,.08); transition: transform 200ms cubic-bezier(.16,1,.3,1), box-shadow 200ms; }
.cell:hover { transform: translateY(-2px); box-shadow: 0 1px 2px rgba(17,17,17,.04), 0 18px 40px rgba(118,86,90,.14); }
.cell-text h3 { font-size: 20px; line-height: 28px; margin: 14px 0 8px; }
.cell-text p { margin: 0; }
.cell-icon { width: 28px; height: 28px; color: var(--cr-action-primary); }
.cell.soft { background: var(--cr-surface-soft); border-color: transparent; }
.cell.ink { background: var(--cr-brand-black); color: var(--cr-brand-ivory); border-color: transparent; }
.cell.ink h3 { color: var(--cr-brand-ivory); }
.cell.ink .cell-icon { color: var(--cr-brand-gold); }
.cell-phone { background: linear-gradient(160deg, #EAD9DA 0%, var(--cr-surface-soft) 60%, #F6EEEC 100%); border-color: transparent; display: grid; place-items: center; gap: 16px; padding: 40px 24px; overflow: hidden; }
.cell-phone .phone { box-shadow: 0 2px 4px rgba(17,17,17,.06), 0 24px 56px rgba(80,54,58,.22); }
@media (min-width: 900px) {
  .bento { grid-template-columns: 5fr 3.5fr 3.5fr; grid-template-rows: auto auto; }
  .cell-phone { grid-row: 1 / span 2; }
  .cell-phone .phone { transform: rotate(-3deg) translateY(8px); transition: transform 400ms cubic-bezier(.16,1,.3,1); }
  .cell-phone:hover .phone { transform: rotate(0deg) translateY(0); }
}
@media (min-width: 640px) and (max-width: 899px) { .bento { grid-template-columns: 1fr 1fr; } .cell-phone { grid-column: 1 / -1; } }
@media (prefers-reduced-motion: reduce) { .cell, .cell-phone .phone { transition: none; } .cell:hover { transform: none; } }

/* Phone: a component preview of the Today view at 390 px */
.phone { width: 100%; max-width: 360px; background: var(--cr-surface-canvas); border: 1px solid var(--cr-border-subtle); border-radius: 32px; overflow: hidden; }
.phone-top { display: flex; justify-content: space-between; align-items: center; padding: 20px 20px 0; }
.phone-top img { width: 104px; }
.phone-top span { font-size: 14px; line-height: 20px; color: var(--cr-text-secondary); }
.phone-body { padding: 20px; display: grid; gap: 16px; }
.phone-body h4 { font: 600 22px/30px var(--cr-font-heading); letter-spacing: -0.015em; margin: 0; }
.task { background: var(--cr-surface-card); border-radius: 16px; padding: 20px; display: grid; gap: 12px; box-shadow: 0 1px 2px rgba(17,17,17,.04), 0 6px 16px rgba(17,17,17,.05); }
.task .pill { display: inline-block; font: 600 13px/18px var(--cr-font-body); padding: 2px 10px; border: 1px solid var(--cr-border-control); border-radius: 999px; background: var(--cr-surface-card); width: max-content; }
.task h5 { font: 600 18px/26px var(--cr-font-heading); margin: 0; }
.task p { margin: 0; font-size: 15px; line-height: 22px; }
.task .meta { display: flex; align-items: center; gap: 6px; font-size: 14px; line-height: 20px; color: var(--cr-text-secondary); }
.task .meta svg { width: 16px; height: 16px; }
.task .cr-btn { margin-top: 4px; min-height: 44px; }
.rows { display: grid; }
.rows > div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--cr-border-subtle); font-size: 15px; line-height: 22px; }
.rows > div span:last-child { color: var(--cr-text-secondary); font-size: 14px; white-space: nowrap; }
.rows .deadline strong { font-weight: 600; }
.phone-nav { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--cr-border-subtle); background: var(--cr-surface-card); padding: 8px 8px 12px; }
.phone-nav div { display: grid; justify-items: center; gap: 4px; padding: 8px 4px 4px; font: 600 12px/16px var(--cr-font-body); color: var(--cr-text-secondary); border-radius: 8px; }
.phone-nav div svg { width: 22px; height: 22px; }
.phone-nav .active { color: var(--cr-action-primary); background: var(--cr-surface-soft); }

/* Layered photograph: image floats over an offset mauve field */
.stack-art { position: relative; padding: 0 28px 28px 0; }
.stack-back { position: absolute; top: 28px; left: 28px; right: 0; bottom: 0; background: var(--cr-brand-mauve); border-radius: 24px; }
.stack-front { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 2px 4px rgba(17,17,17,.05), 0 28px 60px rgba(80,54,58,.22); }
.stack-front img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.stack .caption { margin-top: 16px; }
.stack-left .stack-art { padding: 0 0 28px 28px; }
.stack-left .stack-back { left: 0; right: 28px; }
.recover-grid, .supporters-grid { display: grid; gap: 40px; align-items: center; }
.recover-copy .display { font-size: 34px; line-height: 42px; letter-spacing: -0.02em; max-width: 16ch; }
.recover-copy .rule { margin: 24px 0; }
.recover-copy .lead { margin-bottom: 12px; color: var(--cr-text-primary); }
@media (min-width: 900px) {
  .recover-grid { grid-template-columns: 5fr 7fr; gap: 72px; }
  .supporters-grid { grid-template-columns: 6fr 6fr; gap: 72px; }
  .recover-copy .display { font-size: 40px; line-height: 48px; }
}
@media (max-width: 899px) { .supporters-grid .stack-left { order: 2; } }

/* Supporter commitments */
.commit { background: var(--cr-brand-black); color: var(--cr-brand-ivory); border-radius: 16px; padding: 24px; margin-top: 24px; }
.commit h3 { color: var(--cr-brand-ivory); font-size: 18px; line-height: 26px; margin-bottom: 14px; }
.commit ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.commit li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 24px; }
.commit li svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--cr-brand-gold); margin-top: 2px; }

/* Launch list */
.updates { background: var(--cr-surface-soft); }
.updates-grid { display: grid; gap: 40px; align-items: center; }
.lockup-sm { width: 200px; margin-bottom: 24px; }
.updates .display { margin-bottom: 16px; max-width: 14ch; }
.updates-form { background: var(--cr-surface-card); border-radius: 24px; padding: 28px 24px; box-shadow: 0 2px 4px rgba(17,17,17,.04), 0 24px 56px rgba(80,54,58,.14); }
.choices { border: 0; padding: 0; margin: 0 0 24px; }
.choices legend { font: 600 16px/24px var(--cr-font-body); margin-bottom: 8px; padding: 0; }
.choice { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 0 4px; cursor: pointer; }
.choice input { width: 20px; height: 20px; flex: 0 0 20px; accent-color: var(--cr-action-primary); margin: 0; }
.choice input:focus-visible { outline: 2px solid var(--cr-brand-black); outline-offset: 3px; }
.choices .choice { margin: 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-success { display: flex; gap: 12px; align-items: flex-start; background: var(--cr-surface-soft); border-radius: 12px; padding: 16px; color: var(--cr-text-primary); }
.form-success[hidden] { display: none; }
.form-success svg { width: 22px; height: 22px; color: var(--cr-status-success); flex-shrink: 0; margin-top: 2px; }
@media (min-width: 900px) { .updates-grid { grid-template-columns: 6fr 6fr; gap: 72px; } .updates-form { padding: 40px; } }


/* Footer */
.site-footer { border-top: 1px solid var(--cr-border-subtle); padding: 40px 0; }
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 24px 40px; align-items: center; justify-content: space-between; }
.site-footer .links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.site-footer a { text-decoration: none; color: var(--cr-text-primary); font-weight: 600; }
.site-footer a:hover { text-decoration: underline; }
.site-footer .small { width: 100%; }

/* Document pages */
.doc { padding: 40px 0 80px; }
.doc .page-title { margin-bottom: 8px; }
.doc h2 { font-size: 24px; line-height: 32px; margin: 40px 0 12px; }
.doc h3 { margin: 24px 0 8px; }
.doc .updated { margin-bottom: 32px; }
.doc ul { padding-left: 20px; }
.doc li { margin-bottom: 8px; }
.faq { display: grid; gap: 0; border-top: 1px solid var(--cr-border-subtle); margin-top: 24px; }
.faq > div { padding: 24px 0; border-bottom: 1px solid var(--cr-border-subtle); }
.faq h3 { margin: 0 0 8px; }
.faq p { margin: 0; }
.notice { background: var(--cr-surface-soft); border-radius: 16px; padding: 20px 24px; margin: 24px 0; }
.notice p { margin: 0; }

/* Forms (sign-in) */
.field { display: grid; gap: 8px; margin-bottom: 20px; }
.field label { font: 600 16px/24px var(--cr-font-body); }
.field input:not([type=radio]):not([type=checkbox]) { font: 400 16px/24px var(--cr-font-body); color: var(--cr-text-primary); background: var(--cr-surface-card); border: 1px solid var(--cr-border-control); border-radius: 8px; min-height: 48px; padding: 11px 14px; width: 100%; }
.field input:not([type=radio]):not([type=checkbox]):focus-visible { outline: 2px solid var(--cr-brand-black); outline-offset: 2px; box-shadow: 0 0 0 2px var(--cr-brand-ivory); border-color: var(--cr-brand-black); }
.field .hint { font-size: 14px; line-height: 20px; color: var(--cr-text-secondary); }
.form-error { display: flex; gap: 10px; align-items: flex-start; color: var(--cr-status-error); font-weight: 600; margin: 0 0 20px; }
.form-error svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.form-error[hidden] { display: none; }
.signin { min-height: calc(100dvh - 72px); display: grid; place-items: center; padding: 48px 0; }
.signin-card { width: 100%; max-width: 440px; background: var(--cr-surface-card); border: 1px solid var(--cr-border-subtle); border-radius: 16px; padding: 32px 24px; box-shadow: var(--cr-shadow-card); }
.signin-card .lockup { width: 180px; margin: 0 0 24px; }
.signin-card h1 { font-size: 28px; line-height: 36px; letter-spacing: -0.015em; margin-bottom: 8px; }
.signin-card .lead { font-size: 16px; line-height: 24px; margin-bottom: 28px; }
@media (min-width: 640px) { .signin-card { padding: 40px; } }

/* Team area */
.team-list { border-top: 1px solid var(--cr-border-subtle); margin-top: 24px; }
.team-list > a { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "t k" "s k"; gap: 4px 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--cr-border-subtle); text-decoration: none; color: var(--cr-text-primary); }
.team-list > a:hover .t { text-decoration: underline; text-underline-offset: 4px; }
.team-list .t { grid-area: t; font: 600 18px/26px var(--cr-font-heading); letter-spacing: 0; }
.team-list .s { grid-area: s; font-size: 14px; line-height: 20px; color: var(--cr-text-secondary); }
.team-list .k { grid-area: k; font-size: 14px; line-height: 20px; color: var(--cr-text-secondary); white-space: nowrap; }
.team-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: flex-end; }

/* Rendered markdown */
.md { max-width: 760px; }
.md h1 { font-size: 36px; line-height: 44px; letter-spacing: -0.02em; margin-bottom: 16px; }
.md h2 { font-size: 26px; line-height: 34px; margin: 48px 0 12px; }
.md h3 { font-size: 20px; line-height: 28px; margin: 32px 0 8px; }
.md p, .md li { max-width: none; }
.md table { border-collapse: collapse; width: 100%; margin: 16px 0 24px; font-size: 15px; line-height: 22px; display: block; overflow-x: auto; }
.md th, .md td { text-align: left; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid var(--cr-border-subtle); }
.md th { font-family: var(--cr-font-heading); font-weight: 600; font-size: 14px; }
.md blockquote { margin: 16px 0; padding: 12px 20px; border-left: 2px solid var(--cr-brand-gold); background: var(--cr-surface-soft); border-radius: 0 12px 12px 0; }
.md code { font-size: 14px; background: var(--cr-surface-card); border: 1px solid var(--cr-border-subtle); border-radius: 4px; padding: 1px 5px; }
.md hr { border: 0; border-top: 1px solid var(--cr-border-subtle); margin: 40px 0; }
.md img { border-radius: 16px; }

/* Full crown-and-wordmark identity; allow room above and below the lockup. */
.site-header .wordmark { padding-block: 8px; }
