/* Ridma reading pages. Colors, navigation and footer share landing.css. */
.content-page .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 30px;
  font-size: 11px;
  color: var(--muted);
}
.breadcrumb a { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--line); }
.breadcrumb a:hover { color: var(--accent); text-decoration-color: currentColor; }
.content-page .site-footer { border-top: 1px solid var(--line); }
.content-page .site-footer [aria-current="page"] { color: var(--accent); text-decoration: underline; text-underline-offset: 5px; }

/* Legal documents */
.page-content {
  width: min(740px, calc(100% - 48px));
  margin: 0 auto;
  padding: 66px 0 100px;
  overflow: visible;
}
.page-content h1 { font-size: clamp(44px, 5.8vw, 76px); line-height: 1.08; letter-spacing: -2.5px; margin-bottom: 21px; }
.page-content .page-date { font-size: 12px; margin-bottom: 40px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.page-content h2 { font-size: 29px; line-height: 1.25; letter-spacing: -.7px; margin: 39px 0 16px; }
.page-content p, .page-content li { font-size: 15px; line-height: 1.9; color: var(--muted); }
.page-content p { margin-bottom: 20px; }
.page-content ul, .page-content ol { padding-left: 23px; margin: 18px 0 24px; }
.page-content li { margin-bottom: 9px; padding-left: 5px; }
.page-content li::marker { color: var(--accent); }
.page-content a, .post-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; overflow-wrap: anywhere; }
.page-content a:hover, .post-body a:hover { text-decoration-thickness: 2px; }

/* Journal front page */
.blog-header { padding: 57px 0 65px; }
.blog-header-inner { max-width: 890px; }
.blog-eyebrow, .post-eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: 1.8px; font-size: 10px; font-weight: 600; margin-bottom: 23px; }
.blog-header h1 { font-size: clamp(42px, 5vw, 68px); line-height: 1.12; letter-spacing: -2px; margin-bottom: 28px; }
.blog-intro { font-size: 16px; line-height: 1.9; max-width: 690px; margin-bottom: 0; }
.blog-index { padding: 0 0 95px; }
.blog-index > .container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; counter-reset: essays; }
.blog-card { padding: 34px 35px 32px; border: 1px solid var(--line); border-radius: 10px; background: #fffef8; display: flex; flex-direction: column; counter-increment: essays; }
.blog-card:nth-child(2), .blog-card:nth-child(3) { background: #e7ebf0; }
.blog-card::before { content: '0' counter(essays); font: 36px/1 var(--serif); color: #65707f; margin-bottom: 30px; }
.blog-card .blog-card-meta { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.7; margin-bottom: 16px; }
.blog-card h2 { font-size: 32px; line-height: 1.23; letter-spacing: -.8px; margin-bottom: 18px; }
.blog-card h2 a:hover { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.blog-card p { font-size: 14px; line-height: 1.85; margin-bottom: 27px; }
.blog-readmore { margin-top: auto; color: var(--accent); font-size: 12px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #adb5bf; align-self: flex-start; padding: 6px 0; }
.blog-readmore:hover { text-decoration-color: currentColor; }

/* Essays */
.post { padding: 57px 0 85px; }
.post-inner { max-width: 760px; margin: 0 auto; }
.post h1 { font-size: clamp(40px, 4.6vw, 62px); line-height: 1.13; letter-spacing: -1.8px; margin-bottom: 26px; }
.post-meta { font-size: 12px; border-bottom: 1px solid var(--line); padding-bottom: 30px; margin-bottom: 39px; }
.post-body { font-size: 17px; line-height: 1.9; }
.post-body p { color: var(--muted); margin-bottom: 25px; }
.post-body > p:first-child { font-family: var(--serif); color: var(--ink); font-size: 24px; line-height: 1.6; letter-spacing: -.2px; margin-bottom: 29px; }
.post-body h2 { font-size: 33px; line-height: 1.25; letter-spacing: -.7px; margin: 44px 0 19px; }
.post-body h3 { font-size: 19px; margin: 28px 0 13px; }
.post-body strong { color: var(--ink); font-weight: 600; }
.post-body ul, .post-body ol { color: var(--muted); margin: 20px 0 29px; padding-left: 24px; }
.post-body li { padding-left: 5px; margin-bottom: 12px; }
.post-body li::marker { color: var(--accent); }
.post-body blockquote { margin: 32px 0; padding: 20px 25px; border-left: 2px solid var(--accent); background: #e7ebf0; font-family: var(--serif); font-size: 22px; font-style: italic; }
.post-body blockquote p:last-child { margin-bottom: 0; }
.post-cta { margin-top: 47px; border: 1px solid #c6cfda; border-radius: 10px; background: #dee4ed; padding: 33px; text-align: center; }
.post-cta p { font-size: 14px; line-height: 1.85; max-width: 590px; margin: 0 auto 23px; }
.post-cta .hero-cta { display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 15px 22px; min-height: 54px; border-radius: 7px; background: var(--accent); color: white; font-size: 13px; font-weight: 600; line-height: 1.5; }
.post-cta .hero-cta:hover { background: #132843; }
.post-cta .hero-cta svg { flex-shrink: 0; width: 20px; height: 20px; }
.post-related { margin-top: 52px; padding-top: 29px; border-top: 1px solid var(--line); }
.post-related h3 { text-transform: uppercase; letter-spacing: 1.5px; font-size: 10px; color: var(--muted); margin-bottom: 22px; }
.post-related ul { list-style: none; padding: 0; margin: 0; }
.post-related li { border-bottom: 1px solid var(--line); }
.post-related a { display: block; padding: 14px 0; font-size: 15px; line-height: 1.65; }
.post-related a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 800px) {
  .blog-header h1 { font-size: 51px; }
  .blog-card { padding: 27px; }
  .blog-card h2 { font-size: 27px; }
  .blog-card p { font-size: 13px; }
  .post h1 { font-size: 48px; }
  .post-inner { max-width: 680px; }
}
@media (max-width: 600px) {
  .content-page .breadcrumb { padding-top: 23px; font-size: 10px; }
  .page-content { width: calc(100% - 40px); padding: 42px 0 65px; }
  .page-content h1 { font-size: 44px; letter-spacing: -1.5px; }
  .page-content .page-date { font-size: 11px; padding-bottom: 24px; margin-bottom: 29px; }
  .page-content h2 { font-size: 27px; margin-top: 32px; }
  .page-content p, .page-content li { font-size: 14px; line-height: 1.85; }
  .blog-header { padding: 40px 0 36px; }
  .blog-header h1 { font-size: 40px; letter-spacing: -1.35px; }
  .blog-intro { font-size: 14px; line-height: 1.85; }
  .blog-index { padding-bottom: 60px; }
  .blog-index > .container { grid-template-columns: 1fr; gap: 18px; }
  .blog-card { padding: 26px; }
  .blog-card::before { font-size: 30px; margin-bottom: 24px; }
  .blog-card h2 { font-size: 28px; }
  .blog-card:nth-child(3) { background: #fffef8; }
  .blog-card:nth-child(even) { background: #e7ebf0; }
  .post { padding: 40px 0 60px; }
  .post h1 { font-size: 39px; letter-spacing: -1.25px; line-height: 1.16; }
  .post-meta { font-size: 11px; padding-bottom: 24px; margin-bottom: 30px; }
  .post-body { font-size: 15px; line-height: 1.9; }
  .post-body > p:first-child { font-size: 21px; }
  .post-body h2 { font-size: 28px; margin-top: 35px; }
  .post-body h3 { font-size: 18px; }
  .post-body blockquote { font-size: 20px; padding: 18px; }
  .post-cta { padding: 25px 20px; }
  .post-cta p { font-size: 13px; }
  .post-cta .hero-cta { padding: 13px 16px; font-size: 12px; width: 100%; }
  .post-related a { font-size: 14px; }
}
@media print {
  .site-header, .site-footer, .breadcrumb, .post-cta { display: none; }
  .page-content, .post-inner, .post > .container { width: 100%; max-width: none; }
  .page-content, .post { padding: 0; }
  .blog-index > .container { display: block; }
  .blog-card { break-inside: avoid; }
}

.post-meta a{color:var(--accent);text-decoration:underline;text-underline-offset:4px}

.error-page{padding:70px 0 90px;min-height:65vh}.error-inner{max-width:680px;margin:auto}.error-code{font-family:var(--serif);font-size:72px;color:var(--accent);line-height:1;margin-bottom:25px}.error-page h1{font-size:48px;letter-spacing:-1.5px}.error-sub{font-size:16px;line-height:1.8}.error-links{margin:30px 0}.error-suggested{padding:28px;background:var(--wash);border:1px solid var(--line);border-radius:10px}.error-suggested h2{font-size:26px;letter-spacing:-.5px}.error-suggested ul{padding-left:20px}.error-suggested li{font-size:14px;margin:14px 0}.error-suggested a{text-decoration:underline;text-underline-offset:4px}@media(max-width:600px){.error-page{padding:45px 0 60px}.error-page h1{font-size:38px}.error-suggested{padding:20px}}

/* Article sharing */
.post-share { margin-top: 47px; padding-top: 27px; border-top: 1px solid var(--line); }
.post-share-label { text-transform: uppercase; letter-spacing: 1.5px; font-size: 10px; font-weight: 600; color: var(--muted); margin: 0 0 15px; }
.post-share-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.post-share-actions a, .post-share-actions button { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 9px 15px; border: 1px solid #c6cfda; border-radius: 7px; background: transparent; color: var(--ink); font-size: 13px; font-weight: 550; line-height: 1.3; cursor: pointer; }
.post-share-actions a:hover, .post-share-actions button:hover { border-color: var(--accent); color: var(--accent); }
.post-share-actions .share-primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.post-share-actions .share-primary:hover { background: #132843; border-color: #132843; color: #fff; }
.post-share-actions svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.post-share-actions [hidden] { display: none; }
.post-share-status { min-height: 1.5em; margin: 11px 0 0; font-size: 13px; color: var(--accent); }
