:root {
  --cream: #f4efe4;
  --paper: #fbf8f0;
  --ink: #17251f;
  --muted: #617068;
  --sage: #a9b7a0;
  --moss: #516450;
  --ochre: #d59c3b;
  --terracotta: #bd6246;
  --line: rgba(23, 37, 31, .18);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans:  "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--ochre); color: var(--ink); }

.page-frame { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.text-link { font-size: 13px; font-weight: 650; border-bottom: 1px solid currentColor; padding-bottom: 3px; width: fit-content; }

.site-header { height: 88px; width: min(1360px, calc(100% - 48px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; border-bottom: 1px solid var(--line); }
.wordmark { font-family: var(--serif); font-size: 23px; font-weight: 700; letter-spacing: -.04em; }
.wordmark i { color: var(--terracotta); font-style: normal; }
.desktop-nav { display: flex; gap: 32px; font-size: 12px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 1px; width: 0; background: currentColor; transition: width .2s ease; }
.desktop-nav a:hover::after { width: 100%; }
.mobile-nav { display: none; }
.header-light { color: var(--paper); border-bottom-color: rgba(255,255,255,.22); }

.home-hero { background: var(--cream); min-height: 100vh; overflow: hidden; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: .92fr 1.18fr; align-items: center; gap: 36px; padding: 58px 0 48px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { color: var(--terracotta); margin-bottom: 24px; }
.hero-copy h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(56px, 6.3vw, 93px); line-height: .91; letter-spacing: -.058em; margin: 0; max-width: 680px; }
.hero-copy h1 em { color: var(--moss); font-weight: 400; }
.hero-dek { max-width: 520px; margin: 30px 0 32px; color: #46544d; font-family: var(--serif); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button-primary { display: inline-flex; justify-content: space-between; align-items: center; min-width: 190px; padding: 15px 17px; background: var(--ink); color: white; font-size: 12px; font-weight: 650; transition: transform .2s, background .2s; }
.button-primary:hover { background: var(--terracotta); transform: translateY(-2px); }
.hero-art { position: relative; margin-right: -9vw; min-height: 540px; }
.hero-art::before { content: ""; position: absolute; width: 88%; height: 94%; right: 0; top: 0; border-radius: 50% 0 0 50%; background: #d8b36e; }
.hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; border-radius: 49% 0 0 49%; mix-blend-mode: multiply; }
.hero-note { position: absolute; left: -24px; bottom: 36px; width: 150px; height: 150px; padding: 20px; border-radius: 50%; background: var(--terracotta); color: white; display: flex; flex-direction: column; justify-content: space-between; transform: rotate(-6deg); box-shadow: 0 18px 40px rgba(62,42,29,.18); }
.hero-note span { font-size: 10px; letter-spacing: .15em; }
.hero-note p { font-family: var(--serif); font-size: 19px; line-height: 1.05; margin: 0; }
.principle-strip { min-height: 72px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .14em; }
.principle-strip i { color: var(--terracotta); font-style: normal; font-size: 9px; }

.welcome-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding: 150px 0; border-bottom: 1px solid var(--line); }
.welcome-section .eyebrow { color: var(--terracotta); margin-bottom: 20px; }
.welcome-section h2, .section-heading h2, .approaches-intro h2, .sustainable-copy h2, .archive-heading h1 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(43px, 5vw, 70px); line-height: .98; letter-spacing: -.045em; }
.welcome-copy { padding-top: 34px; max-width: 570px; }
.welcome-copy p { font-family: var(--serif); font-size: 20px; line-height: 1.65; margin: 0 0 20px; color: #425048; }

.featured-section { padding: 138px 0 150px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr auto; align-items: end; margin-bottom: 52px; }
.section-heading .eyebrow { color: var(--terracotta); align-self: start; padding-top: 8px; }
.featured-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 18px; }
.article-card { min-height: 400px; padding: 24px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease, box-shadow .25s ease; position: relative; overflow: hidden; }
.article-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(37, 53, 44, .1); }
.article-card-large { grid-row: span 2; min-height: 818px; padding: 34px; }
.card-topline, .card-footer { display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.card-body h3 { font-family: var(--serif); font-size: 37px; font-weight: 500; line-height: 1.03; letter-spacing: -.04em; margin: 0 0 18px; max-width: 560px; }
.article-card-large .card-body h3 { font-size: clamp(48px, 5vw, 72px); }
.card-body p { font-family: var(--serif); font-size: 17px; line-height: 1.5; max-width: 500px; margin: 0; }
.card-footer a { border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.tone-ochre { background: #d9a643; color: #1c2b22; }
.tone-sage { background: #adbcaa; color: #17251f; }
.tone-clay { background: #d8a58f; color: #2a251f; }
.tone-olive { background: #87947a; color: #102018; }
.tone-ink { background: #203229; color: #f8f1e4; }
.tone-forest { background: #4e684f; color: #f9f3e7; }
.tone-rust { background: #bd6547; color: #fff7e9; }
.tone-wheat { background: #d7c7a0; color: #283025; }
.tone-rose { background: #c58d83; color: #241f1c; }
.tone-blue { background: #829da1; color: #10282b; }
.tone-plum { background: #72565f; color: #fff7e9; }

.approaches-section { background: var(--ink); color: var(--paper); padding: 145px 0; }
.approaches-intro { display: grid; grid-template-columns: 1fr 1.45fr; column-gap: 10%; margin-bottom: 90px; }
.approaches-intro .eyebrow { color: #dcb575; }
.approaches-intro h2 em { color: #adbca8; font-weight: 400; }
.approaches-intro > p:last-child { grid-column: 2; font-family: var(--serif); font-size: 19px; color: #b8c1bb; max-width: 570px; line-height: 1.6; margin: 28px 0 0; }
.approach-list { border-top: 1px solid rgba(255,255,255,.25); }
.approach-list a { display: grid; grid-template-columns: 70px 1fr 1.2fr 30px; gap: 28px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.25); padding: 29px 0; transition: padding .2s, color .2s; }
.approach-list a:hover { padding-left: 12px; color: #edc983; }
.approach-list span { font-size: 10px; color: #96a49b; }
.approach-list h3 { font-family: var(--serif); font-weight: 500; font-size: 30px; letter-spacing: -.025em; margin: 0; }
.approach-list p { color: #aeb9b2; font-family: var(--serif); font-size: 16px; margin: 0; }
.approach-list b { text-align: right; }

.sustainable-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 710px; background: #d3c498; }
.sustainable-visual { position: relative; min-height: 600px; overflow: hidden; background: #aabb9c; display: grid; place-items: center; }
.sustainable-visual .sun { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: #ddad4c; top: 100px; }
.sustainable-visual > p { font-family: var(--serif); text-align: center; font-size: clamp(72px, 8vw, 120px); line-height: .65; letter-spacing: -.07em; margin: 0; z-index: 2; color: var(--ink); }
.sustainable-visual > p i { font-size: .45em; font-weight: 400; color: #713e2d; }
.plant { position: absolute; bottom: -40px; font-size: 280px; color: #52684e; z-index: 3; transform: rotate(21deg); }
.plant-one { left: -30px; }.plant-two { right: -20px; transform: scaleX(-1) rotate(21deg); }
.sustainable-copy { padding: 90px clamp(38px, 6vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.sustainable-copy .eyebrow { color: #8a3e2d; margin-bottom: 30px; }
.sustainable-copy h2 { font-size: clamp(46px, 5vw, 70px); }
.sustainable-copy > p { font-family: var(--serif); font-size: 18px; line-height: 1.6; margin: 30px 0 45px; max-width: 580px; }
.sustainable-links { border-top: 1px solid rgba(23,37,31,.3); }
.sustainable-links a { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid rgba(23,37,31,.3); font-family: var(--serif); }
.sustainable-links b { font-family: var(--sans); font-size: 10px; letter-spacing: .12em; }

.all-notes { padding: 140px 0; }
.section-heading.compact { grid-template-columns: 1fr 2fr; }
.notes-list { border-top: 1px solid var(--line); }
.notes-list a { display: grid; grid-template-columns: 60px 180px 1fr 30px; gap: 20px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); transition: padding .2s, color .2s; }
.notes-list a:hover { padding-left: 9px; color: var(--terracotta); }
.note-number, .note-category, .note-arrow { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.note-category { color: var(--muted); }
.notes-list strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.note-arrow { text-align: right; }
.closing-statement { background: var(--cream); min-height: 440px; display: grid; place-items: center; text-align: center; padding: 80px 24px; }
.closing-statement p { font-family: var(--serif); font-size: clamp(46px, 6.2vw, 82px); line-height: 1.05; letter-spacing: -.05em; margin: 0; }
.closing-statement em { color: var(--terracotta); }

.site-footer { background: var(--ink); color: var(--paper); padding: 90px max(24px, calc((100% - 1220px)/2)); }
.footer-lead { border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 70px; }
.footer-lead .eyebrow { color: #d5ad6e; }
.footer-lead h2 { font-family: var(--serif); font-size: clamp(38px, 4.6vw, 64px); font-weight: 500; line-height: 1.05; max-width: 850px; letter-spacing: -.035em; margin: 25px 0 0; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; padding: 55px 0 70px; }
.footer-links > div { display: flex; flex-direction: column; gap: 11px; }
.footer-links p { color: #91a097; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .14em; margin-bottom: 7px; }
.footer-links a, .footer-links span { font-family: var(--serif); font-size: 16px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; color: #91a097; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.ink-shell { background: var(--ink); color: var(--paper); }
.archive-hero { min-height: 590px; }
.archive-heading { padding: 90px 0 110px; display: grid; grid-template-columns: 1fr 2fr; gap: 30px; }
.archive-heading .eyebrow { color: #d9b36f; }
.archive-heading h1 { font-size: clamp(65px, 8vw, 112px); }
.archive-heading > p:last-child { grid-column: 2; max-width: 550px; font-family: var(--serif); font-size: 18px; line-height: 1.6; color: #bac4bd; }
.archive-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding: 80px 0 130px; }

.article-hero { min-height: 620px; }
.article-hero-inner { padding: 55px 0 100px; }
.back-link { font-size: 11px; font-weight: 650; display: inline-block; margin-bottom: 70px; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.article-kicker { display: flex; gap: 24px; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 26px; }
.article-hero h1 { max-width: 1050px; margin: 0; font-family: var(--serif); font-size: clamp(57px, 7.5vw, 104px); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.article-hero-inner > p { font-family: var(--serif); font-size: 20px; line-height: 1.5; max-width: 670px; margin: 30px 0 0; }
.article-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 90px; justify-content: center; padding: 110px 0 140px; }
.article-aside { font-size: 12px; line-height: 1.7; color: var(--muted); align-self: start; position: sticky; top: 28px; }
.aside-line { display: block; width: 40px; height: 1px; background: var(--terracotta); margin-bottom: 20px; }
.article-aside a { color: var(--ink); font-weight: 650; display: inline-block; margin-top: 14px; border-bottom: 1px solid var(--ink); }
.article-copy { font-family: var(--serif); }
.article-copy p { font-size: 19px; line-height: 1.78; color: #36453d; margin: 0 0 22px; }
.article-intro p:first-child::first-letter { float: left; font-size: 88px; line-height: .72; padding: 13px 11px 0 0; color: var(--terracotta); }
.folktale-at-a-glance { margin: 65px 0 85px; padding: 44px; background: #eee6da; border-top: 5px solid #72565f; }
.folktale-at-a-glance .eyebrow { color: #72565f; margin-bottom: 14px; }
.article-copy .folktale-at-a-glance h2 { margin-bottom: 32px; }
.glance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.glance-grid > div { padding: 24px 22px 16px 0; border-bottom: 1px solid var(--line); }
.glance-grid > div:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.glance-grid > div:last-child { grid-column: 1 / -1; padding-right: 0; }
.glance-grid h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 21px; line-height: 1.2; font-weight: 650; color: var(--ink); }
.article-copy .glance-grid p { margin: 0; font-size: 16px; line-height: 1.62; }
.article-copy > section:not(.try-this):not(.research-section) { margin-top: 74px; }
.section-number { font-family: var(--sans); font-size: 10px; font-weight: 700; color: var(--terracotta); letter-spacing: .15em; margin-bottom: 13px; }
.article-copy h2 { font-family: var(--serif); font-size: 42px; line-height: 1.05; letter-spacing: -.035em; font-weight: 500; margin: 0 0 28px; color: var(--ink); }
.article-copy ul { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.article-copy li { position: relative; padding: 18px 10px 18px 30px; border-bottom: 1px solid var(--line); font-size: 17px; line-height: 1.55; color: #36453d; }
.article-copy ul li::before { content: "✦"; position: absolute; left: 2px; top: 20px; font-family: var(--sans); font-size: 9px; color: var(--terracotta); }
.article-copy blockquote { margin: 85px -90px; padding: 60px 80px; background: var(--cream); font-size: 42px; line-height: 1.18; letter-spacing: -.03em; text-align: center; color: var(--ink); }
.article-copy blockquote.inline-quote { margin: 50px 0; padding: 36px 42px; font-size: 28px; text-align: left; border-left: 4px solid var(--terracotta); }
.try-this { margin-top: 80px; padding: 46px; background: var(--ink); color: var(--paper); }
.try-this .eyebrow { color: #d6ae6d; margin-bottom: 16px; }
.try-this h2 { color: var(--paper); }
.try-this ol { list-style: none; padding: 0; margin: 30px 0 0; counter-reset: steps; }
.try-this li { counter-increment: steps; color: #d7ddd8; border-color: rgba(255,255,255,.2); padding-left: 48px; }
.try-this li::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 0; font-family: var(--sans); color: #d6ae6d; font-size: 10px; letter-spacing: .1em; }
.research-section { margin-top: 90px; scroll-margin-top: 30px; }
.research-section .eyebrow { color: var(--terracotta); margin-bottom: 17px; }
.research-note { font-size: 15px !important; max-width: 650px; }
.source-list { border-top: 1px solid var(--line); margin-top: 30px; font-family: var(--sans); }
.source-list a { display: grid; grid-template-columns: 38px 1fr 20px; gap: 10px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: start; }
.source-list a > span { font-size: 9px; color: var(--terracotta); letter-spacing: .1em; }
.source-list strong { font-family: var(--serif); font-size: 16px; font-weight: 600; line-height: 1.4; display: block; }
.source-list small { display: block; color: var(--muted); margin-top: 4px; }
.source-list b { font-size: 12px; }
.next-read { padding: 100px 0; }
.next-read .eyebrow { margin-bottom: 22px; }
.next-read h2 { font-family: var(--serif); font-size: clamp(45px, 6vw, 78px); line-height: 1; letter-spacing: -.045em; font-weight: 500; max-width: 950px; margin: 0 0 35px; }

/* Field note 11: a warmer, storybook palette without sacrificing readability. */
.folktale-page { background: #eee6da; }
.folktale-page .article-layout { margin-top: 0; }
.folktale-page .article-aside { padding: 24px; background: #e4d7cf; border-top: 4px solid #72565f; color: #534b49; }
.folktale-page .folktale-at-a-glance { background: #dfd1cd; border-top-color: #72565f; }
.folktale-page .article-copy > section:not(.folktale-at-a-glance):not(.try-this):not(.research-section) { padding: 42px 46px 38px; margin-left: -46px; margin-right: -46px; }
.folktale-page .article-copy > section:not(.folktale-at-a-glance):not(.try-this):not(.research-section):nth-of-type(even) { background: #e5d9cf; border-left: 4px solid #b78b82; }
.folktale-page .try-this { background: #352f2d; }
.folktale-page .research-section { padding: 46px; background: #e1d5d0; border-top: 5px solid #72565f; }
.folktale-page .source-list { border-top-color: rgba(55, 43, 43, .28); }
.folktale-page .source-list a { border-bottom-color: rgba(55, 43, 43, .28); }

@media (max-width: 900px) {
  .page-frame { width: min(100% - 32px, 720px); }
  .site-header { width: calc(100% - 32px); height: 72px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; font-size: 12px; }
  .mobile-nav summary { list-style: none; cursor: pointer; font-weight: 700; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav > div { position: absolute; right: 0; top: 30px; width: 210px; padding: 18px; background: var(--paper); color: var(--ink); box-shadow: 0 15px 40px rgba(0,0,0,.18); display: flex; flex-direction: column; gap: 15px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy h1 { font-size: clamp(58px, 13vw, 84px); }
  .hero-art { min-height: 460px; margin: 25px -16px 0 30px; }
  .hero-art img, .hero-art::before { border-radius: 47% 0 0 47%; }
  .principle-strip { overflow: hidden; gap: 26px; justify-content: flex-start; white-space: nowrap; }
  .welcome-section { grid-template-columns: 1fr; gap: 30px; padding: 100px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .featured-section { padding: 100px 0; }
  .featured-grid { grid-template-columns: 1fr; }
  .article-card-large { min-height: 600px; grid-row: auto; }
  .approaches-intro { grid-template-columns: 1fr; }
  .approaches-intro h2 { margin-top: 25px; }
  .approaches-intro > p:last-child { grid-column: 1; }
  .approach-list a { grid-template-columns: 40px 1fr 25px; }
  .approach-list p { grid-column: 2; }
  .approach-list b { grid-column: 3; grid-row: 1 / span 2; }
  .sustainable-section { grid-template-columns: 1fr; }
  .notes-list a { grid-template-columns: 40px 1fr 25px; }
  .note-category { display: none; }
  .archive-heading { grid-template-columns: 1fr; padding-top: 75px; }
  .archive-heading > p:last-child { grid-column: 1; }
  .archive-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .article-aside { position: static; }
  .article-copy blockquote { margin-inline: 0; padding: 45px 28px; font-size: 34px; }
}

@media (max-width: 560px) {
  .hero-copy h1 { font-size: 55px; }
  .hero-dek { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-art { min-height: 360px; margin-left: 18px; }
  .hero-note { width: 118px; height: 118px; left: -15px; bottom: 20px; }
  .hero-note p { font-size: 15px; }
  .welcome-section h2, .section-heading h2, .approaches-intro h2, .sustainable-copy h2 { font-size: 43px; }
  .welcome-copy p { font-size: 18px; }
  .article-card { min-height: 390px; padding: 22px; }
  .article-card-large { min-height: 560px; }
  .card-body h3, .article-card-large .card-body h3 { font-size: 39px; }
  .approaches-section { padding: 100px 0; }
  .approach-list h3 { font-size: 24px; }
  .sustainable-visual { min-height: 480px; }
  .sustainable-copy { padding: 70px 24px; }
  .all-notes { padding: 100px 0; }
  .notes-list strong { font-size: 20px; }
  .footer-links { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .article-hero { min-height: 560px; }
  .article-hero-inner { padding-top: 40px; }
  .back-link { margin-bottom: 55px; }
  .article-kicker { flex-wrap: wrap; }
  .article-hero h1 { font-size: 51px; }
  .article-layout { padding-top: 75px; }
  .article-copy p { font-size: 18px; }
  .article-copy h2 { font-size: 35px; }
  .try-this { padding: 35px 24px; }
  .source-list strong { font-size: 15px; }
  .folktale-at-a-glance { padding: 30px 22px; }
  .glance-grid { grid-template-columns: 1fr; }
  .glance-grid > div, .glance-grid > div:nth-child(even) { padding: 20px 0; border-left: 0; }
  .glance-grid > div:last-child { grid-column: auto; }
  .folktale-page .article-aside { padding: 20px; }
  .folktale-page .article-copy > section:not(.folktale-at-a-glance):not(.try-this):not(.research-section) { padding: 30px 22px 26px; margin-left: -22px; margin-right: -22px; }
  .folktale-page .research-section { padding: 32px 22px; margin-left: -22px; margin-right: -22px; }
}

@media print {
  @page { size: A4; margin: 15mm 16mm; }
  * { box-shadow: none !important; text-shadow: none !important; }
  html { scroll-behavior: auto; }
  body { background: #fff; color: #111; font-family: Georgia, "Times New Roman", serif; }
  .folktale-page { background: #fff; }
  .site-header, .article-aside, .next-read, .site-footer { display: none !important; }
  .article-hero, .tone-plum { min-height: 0; background: #fff !important; color: #111 !important; border-bottom: 2px solid #111; }
  .article-hero-inner { width: 100%; padding: 0 0 10mm; }
  .back-link { display: none; }
  .article-kicker { margin: 0 0 5mm; color: #333; }
  .article-hero h1 { max-width: none; font-size: 34pt; line-height: 1; letter-spacing: -.035em; }
  .article-hero-inner > p { max-width: none; margin-top: 5mm; font-size: 14pt; color: #222; }
  .article-layout { display: block; width: 100%; padding: 10mm 0 0; }
  .article-copy { width: 100%; }
  .article-copy p { color: #111; font-size: 10.5pt; line-height: 1.48; margin-bottom: 4mm; }
  .article-intro p:first-child::first-letter { font-size: 48pt; color: #111; }
  .article-copy h2 { font-size: 20pt; margin: 0 0 5mm; break-after: avoid-page; page-break-after: avoid; }
  .article-copy h3 { break-after: avoid-page; page-break-after: avoid; }
  .section-number { color: #555; }
  .folktale-at-a-glance { margin: 8mm 0 12mm; padding: 8mm; background: #f3f3f3 !important; border: 1px solid #777; break-inside: avoid-page; page-break-inside: avoid; }
  .article-copy .folktale-at-a-glance h2 { font-size: 18pt; margin-bottom: 5mm; }
  .glance-grid { grid-template-columns: 1fr 1fr; }
  .glance-grid h3 { font-size: 12pt; }
  .article-copy .glance-grid p { font-size: 9.5pt; line-height: 1.4; }
  .article-copy li { color: #111; font-size: 10pt; padding-top: 3mm; padding-bottom: 3mm; }
  .article-copy blockquote, .article-copy blockquote.inline-quote { margin: 8mm 0; padding: 7mm; background: #f3f3f3 !important; border: 1px solid #999; color: #111; font-size: 18pt; break-inside: avoid-page; }
  .try-this { background: #f3f3f3 !important; color: #111 !important; border: 1px solid #777; break-inside: avoid-page; }
  .try-this h2, .try-this li { color: #111 !important; }
  .source-list a { color: #111; break-inside: avoid-page; }
  .folktale-page .article-copy > section:not(.folktale-at-a-glance):not(.try-this):not(.research-section), .folktale-page .research-section { padding: 0; margin-left: 0; margin-right: 0; background: #fff !important; border-left: 0; border-top: 0; }
  .source-list a[href^="http"]::after { content: "\A" attr(href); white-space: pre-wrap; word-break: break-all; display: block; grid-column: 2; margin-top: 1mm; font: 7.5pt/1.3 Arial, sans-serif; color: #444; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
