:root { --accent: #48603e; --wash: #e5eadf; --warm: #b79b6b; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #28352d; background: #faf8f2; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; border-radius: 2px; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.13; }
button, input { font: inherit; }
.wrap { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 24px; z-index: 10; background: #fff; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 112px; border-bottom: 1px solid #d9ddd1; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; letter-spacing: -.035em; }
.brand-mark { width: 22px; height: 28px; display: inline-block; border: 1px solid var(--accent); border-radius: 12px 12px 2px 2px; background: linear-gradient(90deg, transparent 48%, var(--accent) 49%, var(--accent) 52%, transparent 53%); }
.site-nav { display: flex; gap: 28px; font-size: 14px; }
.site-nav a { text-decoration: none; }
.site-nav a[aria-current='page'] { text-decoration: underline; text-decoration-color: var(--accent); }
.eyebrow { display: block; margin-bottom: 23px; font-size: 11px; line-height: 1.4; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; color: var(--accent); }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 70px; padding-block: 70px 76px; }
.hero h1 { font-size: clamp(45px, 5.2vw, 74px); margin-bottom: 25px; max-width: 620px; }
.hero h1 em { font-weight: 400; color: var(--accent); }
.hero-text { max-width: 445px; color: #62695f; font-size: 17px; margin-bottom: 28px; }
.text-link { display: inline-flex; gap: 24px; align-items: center; font-size: 14px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 5px; }
.text-link span { font-size: 20px; line-height: 1; }
.cover { position: relative; isolation: isolate; aspect-ratio: 1.12; background: var(--wash); overflow: hidden; border-radius: 3px; }
.cover::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 3px, #ffffff0a 3px 4px); pointer-events: none; }
.cover-orbit { position: absolute; width: 74%; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent); border-radius: 50%; top: 12%; left: 15%; }
.cover-orbit::after { content: ''; position: absolute; inset: 15%; border-radius: 50%; border: inherit; }
.paper { position: absolute; width: 49%; height: 66%; top: 17%; left: 27%; transform: rotate(-9deg); background: #fcfaf3; box-shadow: 10px 15px 25px #28352d17; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; }
.paper::before { content: ''; position: absolute; z-index: -1; inset: 7px -12px -7px 10px; background: #d8d1bb; transform: rotate(14deg); box-shadow: 4px 5px 12px #28352d0d; }
.paper-label { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; color: var(--accent); border-bottom: 1px solid #d5dace; padding-bottom: 9px; }
.paper-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(29px, 3vw, 43px); line-height: 1.08; letter-spacing: -.035em; }
.paper-line { display: block; height: 1px; width: 75%; background: #d5dace; margin-top: 9px; }
.paper-line.short { width: 48%; }
.paper-bottom { font-size: 9px; letter-spacing: .06em; color: #666e61; }
.cover-circle { position: absolute; width: 27%; aspect-ratio: 1; border-radius: 50%; left: 10%; bottom: 10%; background: var(--warm); opacity: .94; box-shadow: inset -12px -8px 0 #00000008; }
.cover-stem { position: absolute; top: 14%; right: 14%; height: 58%; width: 2px; background: var(--accent); transform: rotate(28deg); }
.leaf { position: absolute; width: 28px; height: 63px; background: var(--accent); border-radius: 0 100% 0 100%; transform-origin: bottom right; }
.leaf.one { top: 12%; left: -26px; transform: rotate(-14deg); }
.leaf.two { top: 35%; left: 1px; transform: rotate(70deg); }
.leaf.three { top: 58%; left: -26px; transform: rotate(-14deg); }
.cover-caption { display: flex; align-items: center; gap: 12px; color: #62695f; font-size: 11px; margin-top: 14px; }
.caption-line { height: 1px; width: 30px; background: var(--accent); }
.notes-section { border-top: 1px solid #d9ddd1; padding-block: 34px 70px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section-heading h2 { margin: 0; font-size: 33px; }
.section-heading p { margin: 0; color: #62695f; font-size: 12px; }
.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.note-card { border-top: 1px solid #d9ddd1; padding-top: 22px; }
.card-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 21px; }
.card-top .eyebrow { margin: 0; letter-spacing: .08em; font-size: 10px; }
.note-number { font-size: 11px; color: #62695f; font-variant-numeric: tabular-nums; }
.note-card h3 { font-size: 28px; max-width: 275px; margin-bottom: 16px; }
.note-card h3 a { text-decoration: none; }
.note-card p { font-size: 14px; color: #62695f; margin-bottom: 22px; max-width: 310px; }
.read-link { font-size: 12px; text-decoration: none; color: var(--accent); font-weight: 600; }
.read-link span { display: inline-block; margin-left: 8px; transition: transform .15s ease; }
.read-link:hover span { transform: translateX(4px); }
.closing-note { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; border-top: 1px solid #d9ddd1; padding-block: 33px 42px; }
.closing-note p { max-width: 465px; margin: 0; font-size: 14px; color: #62695f; }
.closing-note .closing-title { font-family: Georgia, 'Times New Roman', serif; font-size: 27px; line-height: 1.3; color: #28352d; }
.site-footer { border-top: 1px solid #d9ddd1; display: flex; justify-content: space-between; gap: 25px; align-items: center; padding-block: 24px 32px; font-size: 11px; color: #62695f; }
.site-footer p { margin: 0; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { text-decoration: none; }
.article-wrap { max-width: 730px; margin-inline: auto; padding-block: 49px 60px; }
.back-link { display: inline-block; font-size: 12px; color: #62695f; text-decoration: none; margin-bottom: 45px; }
.article-header { margin-bottom: 38px; padding-bottom: 32px; border-bottom: 1px solid #d9ddd1; }
.article-header .eyebrow { margin-bottom: 20px; }
.article-header h1 { font-size: clamp(39px, 4.7vw, 60px); margin-bottom: 24px; }
.article-deck { font-size: 19px; line-height: 1.6; color: #62695f; margin-bottom: 0; }
.article-body { max-width: 670px; }
.article-body p { margin-bottom: 26px; font-size: 17px; line-height: 1.85; }
.article-body h2 { font-size: 28px; margin-top: 36px; margin-bottom: 16px; }
.takeaway { margin-block: 36px 45px; background: var(--wash); border-left: 3px solid var(--accent); padding: 22px 26px; font-size: 15px; line-height: 1.7; }
.related { border-top: 1px solid #d9ddd1; padding-top: 28px; }
.related .eyebrow { margin-bottom: 15px; }
.related a { font-family: Georgia, 'Times New Roman', serif; font-size: 26px; line-height: 1.3; }
.about-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; padding-block: 76px; }
.about-title h1 { font-size: clamp(42px, 4.5vw, 62px); margin-bottom: 28px; }
.about-decoration { width: 90px; height: 112px; border: 1px solid var(--accent); border-radius: 48px 48px 0 0; margin-top: 38px; background: linear-gradient(90deg, transparent 49%, var(--accent) 49%, var(--accent) 50%, transparent 50%), var(--wash); }
.about-copy { max-width: 660px; }
.about-copy .intro { font-family: Georgia, 'Times New Roman', serif; font-size: 28px; line-height: 1.4; letter-spacing: -.025em; color: #28352d; }
.about-copy h2 { font-size: 27px; margin-top: 35px; margin-bottom: 14px; }
.about-copy p { color: #62695f; margin-bottom: 22px; }
.error-page { max-width: 650px; margin-inline: auto; padding-block: 100px 125px; text-align: center; }
.error-page h1 { font-size: clamp(45px, 6vw, 68px); }
.error-page p { max-width: 430px; margin: 0 auto 30px; color: #62695f; }
@media (max-width: 960px) {
  .wrap { width: min(1180px, calc(100% - 64px)); }
  .hero { gap: 40px; padding-block: 56px; }
  .hero h1 { font-size: 53px; }
  .paper { padding: 17px; }
  .paper-title { font-size: 32px; }
  .note-grid { gap: 24px; }
  .note-card h3 { font-size: 25px; }
  .about-layout { gap: 40px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 86px; gap: 14px; }
  .brand { font-size: 21px; gap: 9px; }
  .brand-mark { width: 18px; height: 24px; flex-shrink: 0; }
  .site-nav { gap: 17px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 44px 45px; }
  .hero h1 { max-width: 510px; font-size: clamp(43px, 9vw, 64px); }
  .hero-text { font-size: 16px; margin-bottom: 24px; }
  .eyebrow { margin-bottom: 20px; }
  .cover { aspect-ratio: 1.4; }
  .paper { top: 13%; height: 72%; left: 28%; width: 43%; padding: 20px; }
  .paper-title { font-size: clamp(27px, 7vw, 40px); }
  .cover-circle { width: 23%; }
  .note-grid { grid-template-columns: 1fr; gap: 30px; }
  .notes-section { padding-block: 28px 40px; }
  .section-heading h2 { font-size: 30px; }
  .note-card h3 { max-width: 100%; font-size: 30px; }
  .note-card p { max-width: 480px; }
  .card-top { margin-bottom: 16px; }
  .closing-note { grid-template-columns: 1fr; gap: 18px; padding-block: 28px; }
  .site-footer { flex-wrap: wrap; gap: 14px; }
  .article-wrap { padding-block: 32px 44px; }
  .back-link { margin-bottom: 32px; }
  .article-deck { font-size: 18px; }
  .article-body p { font-size: 16px; }
  .article-body h2 { font-size: 26px; }
  .about-layout { grid-template-columns: 1fr; gap: 20px; padding-block: 48px; }
  .about-decoration { display: none; }
  .about-copy .intro { font-size: 26px; }
  .error-page { padding-block: 75px 90px; }
}
@media (max-width: 370px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 22px; }
  .site-nav { gap: 24px; }
  .paper { padding: 14px; }
  .paper-label, .paper-bottom { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .read-link span { transition: none; }
}
@media print {
  body { background: #fff; color: #000; }
  .site-nav, .back-link, .related, .skip-link { display: none; }
  .wrap { width: 100%; }
  .article-wrap { max-width: 100%; padding-top: 24px; }
  .article-body { max-width: 100%; }
  .site-footer { margin-top: 30px; }
}
