/* epode: a book of Brazilian adventures meets a table of cards. */
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dm-sans.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

:root {
  --paper: #f5efdf;
  --paper-deep: #e9e1ce;
  --forest: #183e35;
  --ink: #233c32;
  --muted: #666a59;
  --gold: #b48c40;
  --wine: #693c40;
  --line: #d5ceba;
  --heading: 'Fraunces', Georgia, serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; z-index: 10; inset: 0; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.5' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
p { line-height: 1.7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); font-variation-settings: 'SOFT' 35, 'WONK' 1; font-weight: 600; }
h1 { font-size: clamp(3.5rem, 6.6vw, 6.3rem); letter-spacing: -.04em; line-height: .99; }
h2 { font-size: clamp(2.25rem, 3.55vw, 3.45rem); letter-spacing: -.03em; line-height: 1.1; margin-bottom: 0; }
h3 { letter-spacing: -.015em; line-height: 1.16; }
em { font-weight: 450; }
::selection { background: #d8ba75; color: var(--forest); }
:focus-visible { outline: 3px solid #ad5d28; outline-offset: 5px; }
.site-footer :focus-visible, .callout :focus-visible, .hero-caption :focus-visible { outline-color: #f5df9e; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow { display: block; font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 22px; line-height: 1.6; }
.little-star { font-size: 1.6rem; vertical-align: middle; margin-right: 10px; color: var(--wine); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 15px 22px; background: var(--paper); border: 2px solid var(--forest); }
.skip-link:focus { top: 12px; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.header-inner { min-height: 94px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 174px; flex-shrink: 0; line-height: 1; }
.brand img { width: 100%; height: auto; }
.brand-term { font-weight: 800; font-style: italic; white-space: nowrap; }
.header-tagline { font-size: .66rem; border-left: 1px solid var(--line); padding-left: 22px; max-width: 140px; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav > a:not(.button) { font-size: .8rem; font-weight: 600; padding-block: 12px; position: relative; }
.site-nav > a[aria-current='page']::after { content: ''; position: absolute; left: 0; right: 0; bottom: 3px; height: 2px; background: var(--wine); }
.site-nav > a:not(.button):hover { color: var(--wine); }
.site-nav .nav-login { border: 1px solid var(--forest); border-radius: 4px; padding: 10px 15px; }
.site-nav .nav-login:hover { background: var(--forest); color: var(--paper) !important; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 17px 23px; min-height: 52px; border: 1px solid var(--forest); background: var(--forest); color: var(--paper); font-weight: 600; font-size: .84rem; border-radius: 4px; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: var(--wine); border-color: var(--wine); color: var(--paper); transform: translateY(-2px); }
.button--outline { color: var(--forest); background: transparent; }
.button--small { padding: 12px 18px; min-height: 43px; font-size: .78rem; gap: 22px; }
.arrow { font-size: 1.3rem; line-height: 1; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #6c8153; flex-shrink: 0; }

/* The light reading surface meets a full-bleed illustrated world. */
.home-hero { position: relative; background: var(--paper); isolation: isolate; overflow: hidden; }
.hero-scene { position: absolute; inset: 0 0 0 32%; z-index: -2; }
.hero-scene img { width: 100%; height: 100%; object-fit: cover; object-position: 56% 50%; }
.hero-scene::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, rgba(245,239,223,.95) 6%, rgba(245,239,223,.6) 18%, rgba(245,239,223,0) 34%), linear-gradient(0deg, rgba(15,39,30,.65), transparent 25%); }
.hero-layout { display: grid; grid-template-columns: 48% 52%; min-height: 714px; align-items: center; }
.hero-copy { padding: 55px 0 50px; max-width: 500px; }
.hero-copy .eyebrow { margin-bottom: 25px; }
.hero-copy h1 { margin: 0 0 26px; }
.hero-copy h1 em { color: var(--wine); }
.hero-deck { font-family: var(--heading); font-size: 1.28rem; line-height: 1.4; font-weight: 450; margin-bottom: 18px; letter-spacing: -.025em; }
.hero-description { font-size: .87rem; max-width: 355px; margin-bottom: 24px; color: #535e4f; line-height: 1.65; }
.hero-status { font-size: .65rem; color: #555f4d; display: flex; align-items: center; gap: 8px; margin: 22px 0 0; }
.hero-caption { align-self: end; margin: 0 0 48px 90px; display: grid; grid-template-columns: 1fr 50px; gap: 14px; color: #fff5d8; text-shadow: 0 2px 12px #132b21; }
.scene-index { grid-column: 1 / -1; font-size: .59rem; letter-spacing: .17em; }
.hero-caption > span:nth-child(2) { font-family: var(--heading); font-size: 1.7rem; line-height: 1.1; letter-spacing: -.02em; }
.hero-caption a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #d4d0ad; border-radius: 50%; font-size: 1.3rem; }
.hero-caption a:hover { background: var(--paper); color: var(--forest); }
.hero-art-note { position: absolute; right: 18px; bottom: 12px; color: #fff5d8; font-size: .55rem; letter-spacing: .03em; text-shadow: 0 1px 5px #000; }
.world-strip { background: var(--forest); color: var(--paper); padding-block: 20px; }
.world-strip .container { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.world-strip span { font-size: .7rem; letter-spacing: .04em; }
.world-strip span[aria-hidden] { color: #d1ac5c; font-size: 1.35rem; line-height: 1; }

.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-heading > p { font-size: .91rem; margin-bottom: 4px; max-width: 385px; color: var(--muted); justify-self: end; }
.section-heading .eyebrow { color: var(--wine); margin-bottom: 15px; }
.legend-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; align-items: start; padding: 14px 9px 0; }
.legend-card { border-radius: 10px; padding: 9px; background: #e3d0a1; color: #3c3728; box-shadow: 0 9px 20px #46382013; border: 1px solid #af91554d; position: relative; transition: transform .25s; }
.legend-card--fire { transform: rotate(-2deg); }
.legend-card--mischief { transform: translateY(15px); background: #d9dfc0; color: #2d4831; border-color: #7d956866; }
.legend-card--water { transform: rotate(2deg); background: #c9d8cf; color: #29443f; border-color: #69988866; }
.legend-card:hover, .legend-card:focus-within { transform: translateY(-5px); }
.legend-card__top { display: flex; justify-content: space-between; align-items: center; font-size: .59rem; font-weight: 700; letter-spacing: .14em; padding: 7px 9px 13px; }
.legend-card__top span:last-child { font-size: 1.2rem; line-height: 1; }
.art-trigger { display: block; position: relative; width: 100%; border: 0; padding: 0; border-radius: 3px; overflow: hidden; cursor: zoom-in; background: var(--forest); text-align: left; }
.art-trigger img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 36%; transition: transform .5s; }
.art-trigger:hover img { transform: scale(1.035); }
.zoom-label { display: flex; justify-content: space-between; align-items: center; position: absolute; inset: auto 0 0; color: var(--paper); background: linear-gradient(transparent, #102c23e6); padding: 30px 15px 12px; font-size: .7rem; }
.zoom-label span { font-size: 1.3rem; }
.legend-card__copy { text-align: center; padding: 23px 7px 15px; border: 1px solid currentColor; border-top: 0; border-color: #786b4133; border-radius: 0 0 5px 5px; }
.legend-card__copy .eyebrow { font-size: .52rem; letter-spacing: .11em; margin-bottom: 8px; }
.legend-card__copy h3 { font-size: 2.2rem; margin-bottom: 10px; }
.legend-card__copy p { font-size: .76rem; line-height: 1.5; margin-bottom: 3px; }
.art-disclosure { font-size: .69rem; color: var(--muted); line-height: 1.6; }
.gallery-disclosure { display: flex; gap: 9px; align-items: baseline; margin: 42px 0 0; justify-content: center; }
.gallery-disclosure span { font-size: 1.1rem; }
.story-section { padding-block: 90px; background: var(--paper-deep); border-block: 1px solid #d9d0b9; }
.story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.story-title { position: relative; }
.story-title .eyebrow { color: var(--wine); }
.story-flourish { position: absolute; right: -15px; bottom: -15px; color: #a39163; font-size: 5.5rem; line-height: 1; transform: rotate(13deg); }
.story-copy { max-width: 470px; }
.story-copy p { font-size: .9rem; color: #58614f; margin-bottom: 18px; }
.story-copy .story-lead { font-family: var(--heading); font-size: 1.43rem; line-height: 1.45; color: var(--forest); letter-spacing: -.025em; }
.inline-link { display: inline-flex; align-items: center; gap: 18px; font-size: .8rem; font-weight: 700; padding: 5px 0 8px; border-bottom: 1px solid #79917d; }
.inline-link:hover { color: var(--wine); border-color: var(--wine); }
.inline-link span { font-size: 1.3rem; }
.join-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.join-card { position: relative; min-height: 380px; display: flex; align-items: end; overflow: hidden; isolation: isolate; border-radius: 5px; background: var(--forest); color: var(--paper); }
.join-card img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 5%; transition: transform .6s; }
.join-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #122b23 2%, #142e25eb 23%, #152e2533 78%); }
.join-card--creators::after { background: linear-gradient(0deg, #172f35 2%, #172f35e6 23%, #172f3500 78%); }
.join-card:hover img { transform: scale(1.045); }
.join-card__copy { padding: 32px; width: 100%; }
.join-card__copy .eyebrow { font-size: .6rem; color: #e8cb81; margin-bottom: 12px; }
.join-card h3 { font-size: 2.25rem; margin-bottom: 12px; }
.join-card p { font-size: .79rem; color: #dedfca; margin-bottom: 22px; }
.join-card__link { display: flex; justify-content: space-between; font-size: .81rem; font-weight: 600; padding-top: 16px; border-top: 1px solid #ebecd04a; }
.join-card__link > span { font-size: 1.3rem; }
.join-note { font-size: .73rem; color: var(--muted); text-align: center; margin: 25px 0 0; }

/* Audience pages share the same reading rhythm and illustration frames. */
.audience-hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 75px; padding-block: 58px 75px; }
.audience-hero h1 { font-size: clamp(3rem, 4.75vw, 4.7rem); line-height: 1.07; margin-bottom: 24px; }
.audience-hero h1 em { color: var(--wine); }
.audience-hero .eyebrow { color: var(--wine); }
.lead { font-size: .98rem; line-height: 1.8; color: #5b6455; margin-bottom: 28px; max-width: 490px; }
.audience-hero__art { position: relative; padding: 10px; border: 1px solid #b4a27b; background: #e4d7b6; border-radius: 150px 150px 5px 5px; transform: rotate(2deg); }
.audience-hero__art::before { content: '✳'; position: absolute; left: -32px; bottom: 80px; z-index: 2; font-size: 4rem; color: var(--wine); text-shadow: 2px 2px var(--paper); }
.audience-hero__art img { width: 100%; aspect-ratio: 4/5; max-height: 610px; object-fit: cover; object-position: center 32%; border-radius: 140px 140px 2px 2px; }
.image-note { font-size: .62rem; line-height: 1.55; color: #5b634f; padding: 12px 3px 3px; }
.features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; border-top: 1px solid var(--line); padding-top: 28px; margin-bottom: 35px; }
.feature { padding-right: 25px; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature__number { display: block; font-family: var(--heading); font-size: 1.7rem; font-style: italic; color: #7b6945; margin-bottom: 24px; }
.feature h3 { font-size: 1.55rem; margin-bottom: 12px; }
.feature p { font-size: .9rem; color: #5d6557; margin-bottom: 0; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; border-block: 1px solid var(--line); }
.editorial-art img { width: 100%; aspect-ratio: 4/4.5; object-fit: cover; object-position: center 15%; border-radius: 4px; }
.prose .eyebrow { color: var(--wine); }
.prose h2 { margin-bottom: 25px; }
.prose p, .prose li { font-size: .92rem; color: #5d6557; line-height: 1.8; }
.prose ul { padding-left: 20px; margin-block: 24px; }
.prose li { padding-left: 6px; margin-bottom: 14px; }
.prose li::marker { color: var(--wine); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 0 8px; }
.faq summary { font-family: var(--heading); font-size: 1.35rem; cursor: pointer; padding: 26px 40px 26px 0; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 2px; top: 20px; color: var(--wine); font-family: var(--body); font-size: 1.75rem; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 780px; color: #5d6557; font-size: .94rem; padding: 0 30px 20px 0; }
.closing { text-align: center; }
.callout { padding: 65px; background: var(--forest); color: var(--paper); border: 1px solid #53705a; outline: 1px solid #8b9c7666; outline-offset: -10px; border-radius: 5px; }
.callout .eyebrow { color: #dfc07b; }
.callout h2 { max-width: 780px; margin: auto; }
.callout > p:not(.eyebrow) { max-width: 580px; margin: 22px auto 26px; font-size: .95rem; color: #d4dcc5; }
.callout .button--outline { color: var(--paper); border-color: #afbe95; }
.callout .button--outline:hover { color: var(--forest); background: var(--paper); }

.site-footer { background: var(--forest); color: var(--paper); padding: 60px 0 22px; }
.footer-top { display: grid; grid-template-columns: 1fr 1.1fr .9fr; gap: 65px; align-items: start; padding-bottom: 43px; }
.site-footer .brand { width: 186px; }
.footer-top > div:first-child p { font-size: .8rem; color: #c9d1b8; margin: 18px 0 0; }
.footer-links { display: flex; flex-direction: column; gap: 16px; padding-top: 5px; }
.footer-links > span { font-size: .57rem; letter-spacing: .14em; color: #c2caaa; margin-bottom: 7px; }
.footer-links a { font-size: .82rem; display: flex; justify-content: space-between; }
.footer-links a:hover { color: #e7c271; }
.footer-note { font-size: .73rem; padding-top: 5px; }
.footer-mascot { width: 72px; height: auto; margin-bottom: 18px; }
.footer-note .status-dot { background: #d0b16f; margin-right: 5px; }
.footer-note p { color: #c3ceb2; font-size: .73rem; margin: 15px 0 0; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #94a37c4d; padding-top: 20px; font-size: .63rem; color: #c3ceb2; }

.dialog-open { overflow: hidden; }
.art-dialog { max-width: min(1000px, calc(100vw - 48px)); max-height: calc(100dvh - 48px); padding: 0; border: 1px solid #b6a677; border-radius: 7px; background: var(--paper); color: var(--forest); overflow: auto; }
.art-dialog[open] { display: grid; grid-template-columns: 1.25fr 1fr; }
.art-dialog::backdrop { background: #0b211be8; backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 12px; right: 12px; width: 43px; height: 43px; border: 1px solid #c7c4aa; border-radius: 50%; background: var(--paper); cursor: pointer; z-index: 1; }
.dialog-close:hover { background: var(--paper-deep); }
.art-dialog__image { background: #11271f; }
.art-dialog__image img { width: 100%; height: 100%; max-height: calc(100dvh - 50px); object-fit: contain; }
.art-dialog__copy { align-self: center; padding: 60px 35px; }
.art-dialog__copy .eyebrow { font-size: .6rem; color: var(--wine); }
.art-dialog__copy h2 { margin-bottom: 24px; }
.art-dialog__copy > p { font-size: .95rem; }
.art-dialog__copy .art-disclosure { border-top: 1px solid var(--line); padding-top: 24px; margin: 30px 0 0; font-size: .7rem; }

@media (min-width: 1550px) {
  .hero-scene { left: 36%; }
  .hero-layout { min-height: 790px; }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .header-tagline { display: none; }
  .site-nav { gap: 22px; }
  .hero-layout { min-height: 690px; grid-template-columns: 51% 49%; }
  .hero-scene { left: 30%; }
  .hero-scene::after { background: linear-gradient(90deg, var(--paper), rgba(245,239,223,.95) 12%, rgba(245,239,223,0) 53%), linear-gradient(0deg, #0f271ea6, transparent 30%); }
  .hero-copy h1 { font-size: 5.4rem; }
  .hero-caption { margin-left: 30px; }
  .section-heading { gap: 40px; }
  .legend-grid { gap: 25px; }
  .story-layout { gap: 70px; }
  .audience-hero, .split-section { gap: 45px; }
  .audience-hero .actions { align-items: stretch; }
  .audience-hero .button { padding: 14px 15px; gap: 14px; }
  .footer-top { gap: 35px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 78px; flex-wrap: wrap; gap: 0; }
  .brand { width: 145px; }
  .site-nav { flex-wrap: wrap; justify-content: flex-start; width: 100%; padding: 12px 0 22px; margin: 0; gap: 12px 24px; }
  .has-js .menu-toggle { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 3px; padding: 9px 12px; background: transparent; margin-left: auto; font-size: .8rem; cursor: pointer; min-height: 44px; }
  .has-js .site-nav { display: none; }
  .has-js .site-nav.is-open { display: flex; }
  .has-js .site-nav > a:not(.button) { width: 100%; }
  .site-nav > a[aria-current='page']::after { right: auto; width: 30px; }
  .section { padding-block: 70px; }
  .hero-layout { display: block; min-height: auto; }
  .hero-copy { max-width: 500px; padding: 42px 0 440px; }
  .hero-copy h1 { font-size: clamp(3.8rem, 10vw, 5.7rem); }
  .hero-copy h1 br:nth-of-type(1) { display: none; }
  .hero-copy h1 br:nth-of-type(1)::after { content: ' '; }
  .hero-scene { inset: auto 0 0; height: 425px; }
  .hero-scene img { object-position: 80% 57%; }
  .hero-scene::after { background: linear-gradient(180deg, var(--paper), #f5efdf00 30%), linear-gradient(0deg, #0f271e99, transparent 28%); }
  .hero-deck { font-size: 1.15rem; }
  .hero-description { max-width: 450px; }
  .hero-status { font-size: .65rem; }
  .hero-caption { position: absolute; left: 24px; right: 24px; bottom: 38px; margin: 0; }
  .hero-caption > span:nth-child(2) { font-size: 1.35rem; }
  .scene-index { font-size: .55rem; }
  .world-strip { padding-block: 16px; }
  .world-strip .container { justify-content: center; gap: 16px; flex-wrap: wrap; }
  .world-strip span { font-size: .64rem; }
  .world-strip span:nth-last-child(-n+2) { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 35px; }
  .section-heading > p { justify-self: start; max-width: 570px; }
  .legend-grid { gap: 18px; padding-inline: 2px; }
  .legend-card { padding: 6px; }
  .legend-card__top { font-size: .47rem; padding: 5px 4px 10px; letter-spacing: .07em; }
  .legend-card__copy { padding: 15px 4px 10px; }
  .legend-card__copy h3 { font-size: 1.65rem; }
  .legend-card__copy .eyebrow { font-size: .46rem; min-height: 20px; }
  .legend-card__copy p { font-size: .67rem; }
  .zoom-label { font-size: .62rem; padding-inline: 9px; }
  .gallery-disclosure { justify-content: flex-start; }
  .story-layout { grid-template-columns: 1fr; gap: 35px; }
  .story-copy { max-width: 600px; }
  .story-section { padding-block: 65px; }
  .story-flourish { right: 0; }
  .join-grid { gap: 18px; }
  .join-card { min-height: 390px; }
  .join-card__copy { padding: 24px; }
  .join-card h3 { font-size: 1.85rem; }
  .audience-hero { gap: 30px; }
  .audience-hero h1 { font-size: 3.1rem; }
  .audience-hero__art { border-radius: 90px 90px 5px 5px; }
  .audience-hero__art img { border-radius: 80px 80px 2px 2px; }
  .audience-hero__art::before { font-size: 3rem; left: -20px; }
  .lead { font-size: .89rem; }
  .features-grid { gap: 24px; }
  .feature { padding-right: 12px; }
  .feature h3 { font-size: 1.35rem; }
  .feature p { font-size: .81rem; }
  .split-section { gap: 35px; }
  .prose p, .prose li { font-size: .85rem; }
  .callout { padding: 45px 30px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-note { grid-column: 1 / -1; max-width: 380px; }
  .art-dialog { max-width: calc(100vw - 24px); }
  .art-dialog__copy { padding: 65px 24px 35px; }
}
@media (max-width: 560px) {
  .hero-copy h1 { font-size: clamp(3.25rem, 15vw, 4.7rem); }
  .hero-copy { padding-top: 30px; }
  .hero-copy .eyebrow { font-size: .57rem; letter-spacing: .11em; }
  .hero-copy h1 br:nth-of-type(1) { display: initial; }
  .hero-copy .actions { flex-wrap: nowrap; }
  .hero-copy .button { font-size: .75rem; padding-inline: 12px; gap: 12px; flex: 1; min-width: 0; }
  .hero-status { max-width: 300px; align-items: baseline; line-height: 1.7; }
  .world-strip span { font-size: .58rem; letter-spacing: 0; }
  .world-strip .container { gap: 11px; }
  .section { padding-block: 58px; }
  .eyebrow { font-size: .59rem; letter-spacing: .13em; }
  h2 { font-size: 2.25rem; }
  .section-heading > p { font-size: .87rem; }
  .legend-grid { grid-template-columns: 1fr; gap: 34px; max-width: 350px; margin: auto; padding-inline: 8px; }
  .legend-card--mischief { transform: rotate(1deg); }
  .legend-card--water { transform: rotate(-1deg); }
  .legend-card__top { font-size: .6rem; padding: 9px; }
  .legend-card__copy { padding: 22px 8px; }
  .legend-card__copy h3 { font-size: 2.2rem; }
  .legend-card__copy .eyebrow { font-size: .55rem; min-height: auto; }
  .legend-card__copy p { font-size: .8rem; }
  .zoom-label { font-size: .75rem; padding-inline: 15px; }
  .gallery-disclosure { margin-top: 30px; font-size: .66rem; }
  .story-flourish { font-size: 3.5rem; }
  .story-copy .story-lead { font-size: 1.25rem; }
  .join-grid { grid-template-columns: 1fr; gap: 24px; }
  .join-card { min-height: 405px; }
  .join-card h3 { font-size: 2.1rem; }
  .join-note { text-align: left; }
  .audience-hero { grid-template-columns: 1fr; gap: 38px; padding-top: 38px; }
  .audience-hero h1 { font-size: 3.1rem; }
  .audience-hero__art { max-width: 350px; width: calc(100% - 20px); margin-inline: auto; }
  .features-grid { grid-template-columns: 1fr; gap: 25px; padding-top: 20px; }
  .feature { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 25px; }
  .feature:last-child { border-bottom: 0; padding-bottom: 0; }
  .feature__number { margin-bottom: 15px; }
  .feature h3 { font-size: 1.6rem; }
  .feature p { font-size: .9rem; }
  .split-section { grid-template-columns: 1fr; gap: 35px; }
  .editorial-art img { aspect-ratio: 1; }
  .prose p, .prose li { font-size: .9rem; }
  .faq summary { font-size: 1.16rem; line-height: 1.4; }
  .faq details p { font-size: .87rem; }
  .callout { padding: 45px 24px; }
  .callout .button { font-size: .73rem; gap: 18px; padding-inline: 14px; }
  .site-footer { padding-top: 45px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { max-width: 360px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .art-dialog[open] { display: block; }
  .art-dialog__image img { max-height: 62dvh; }
  .art-dialog__copy { padding: 25px; }
  .art-dialog__copy .eyebrow { margin-bottom: 12px; }
  .art-dialog__copy h2 { margin-bottom: 12px; }
  .art-dialog__copy > p { font-size: .88rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
