@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --ink: #121510;
  --cream: #eee8da;
  --paper: #f7f3e8;
  --sage: #aebc9d;
  --sage-dark: #647255;
  --acid: #ddfb49;
  --orange: #e86642;
  --blue: #18376f;
  --line: rgba(18, 21, 16, .18);
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

html[data-theme='dark'] {
  color-scheme: dark;
  --ink: #f1eee4;
  --cream: #171b16;
  --paper: #0d100d;
  --sage: #8fa17d;
  --sage-dark: #b7ca9e;
  --line: rgba(241, 238, 228, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.reading-progress { position: fixed; z-index: 100; left: 0; right: 0; top: 0; height: 3px; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--acid); }

.site-header { position: relative; z-index: 60; height: 82px; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(247,243,232,.9); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; font-weight: 600; letter-spacing: -.025em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font: italic 22px var(--serif); }
.header-note { margin: 0; color: #6e7369; font: italic 16px var(--serif); }
nav { justify-self: end; display: flex; align-items: center; gap: 30px; font-size: 12px; }
nav > a { position: relative; }
nav > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--ink); transition: right .25s ease; }
nav > a:hover::after { right: 0; }
.theme-toggle { display: flex; align-items: center; gap: 8px; border: 0; background: transparent; padding: 7px 2px; font-size: 11px; cursor: pointer; }
.theme-icon { position: relative; width: 16px; height: 16px; border: 1px solid currentColor; border-radius: 50%; transition: transform .3s ease, background .3s ease; }
.theme-icon::after { content: ''; position: absolute; width: 7px; height: 7px; right: -3px; top: -3px; border-radius: 50%; background: var(--paper); border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: scale(0); transition: transform .3s ease; }
html[data-theme='dark'] .theme-icon { transform: rotate(-22deg); background: var(--acid); color: var(--acid); }
html[data-theme='dark'] .theme-icon::after { transform: scale(1); }
.menu-button { display: flex; align-items: center; gap: 11px; border: 1px solid var(--ink); background: transparent; border-radius: 999px; padding: 9px 14px; cursor: pointer; }
.menu-button i { position: relative; width: 15px; height: 8px; border-top: 1px solid; border-bottom: 1px solid; }

.menu-panel { position: fixed; z-index: 55; inset: 0; padding: 120px 5vw 5vw; background: var(--ink); color: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .35s ease, transform .35s ease, visibility .35s; }
.menu-panel.open { opacity: 1; visibility: visible; transform: translateY(0); }
.menu-inner { max-width: 1120px; margin: auto; }
.menu-inner > a { display: flex; gap: 4vw; align-items: baseline; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); font: 400 clamp(2.7rem, 5vw, 5rem)/1 var(--serif); }
.menu-inner > a span { width: 30px; font: 10px var(--sans); letter-spacing: .13em; color: var(--sage); }
.menu-foot { display: flex; justify-content: space-between; align-items: end; margin-top: 38px; color: #a9afa4; line-height: 1.6; }
.menu-close { border: 1px solid #777e72; border-radius: 999px; padding: 10px 17px; background: transparent; color: white; cursor: pointer; }

.hero { min-height: calc(100vh - 82px); padding: 8vh 5vw 5vh; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; overflow: hidden; }
.eyebrow { margin: 0 0 28px; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: var(--sage); }
h1 { margin: 0; font: 400 clamp(4.6rem, 8.2vw, 9rem)/.82 var(--serif); letter-spacing: -.058em; }
h1 em { color: var(--sage-dark); }
.hero-deck { max-width: 580px; margin: 38px 0 34px 5px; font-size: clamp(1rem, 1.45vw, 1.24rem); line-height: 1.6; color: #52584e; }
.pill-link { display: inline-flex; align-items: center; justify-content: space-between; min-width: 190px; margin-left: 5px; padding: 13px 17px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; transition: background .25s, color .25s; }
.pill-link:hover { background: var(--ink); color: var(--paper); }
.hero-orbit { position: relative; height: min(63vw, 720px); min-height: 515px; }
.orbit { position: absolute; border: 1px solid rgba(18,21,16,.24); border-radius: 50%; }
.orbit-one { inset: 7%; transform: rotate(-18deg); }
.orbit-two { inset: 22%; transform: rotate(22deg); }
.orbit-three { width: 62%; height: 89%; left: 19%; top: 5%; transform: rotate(56deg); }
.sun { position: absolute; width: 44%; aspect-ratio: 1; left: 29%; top: 28%; display: grid; place-items: center; border-radius: 50%; background: var(--acid); box-shadow: 0 0 80px rgba(221,251,73,.48); animation: sun-breathe 5s ease-in-out infinite; }
.sun span { text-align: center; font-size: 10px; font-weight: 600; letter-spacing: .2em; line-height: 1.6; }
.orbit-word { position: absolute; font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.word-one { top: 9%; left: 21%; }.word-two { right: 2%; top: 48%; }.word-three { left: 15%; bottom: 10%; }
.orbit-dot { position: absolute; width: 10px; height: 10px; background: var(--orange); border-radius: 50%; }
.dot-one { right: 12%; top: 18%; }.dot-two { left: 8%; top: 54%; width: 6px; height: 6px; background: var(--sage-dark); }

.ticker { overflow: hidden; border-block: 1px solid var(--ink); background: var(--acid); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 12px 0; animation: ticker 24s linear infinite; text-transform: uppercase; font-size: 9px; letter-spacing: .18em; }
.ticker-track span { color: #55613a; font-weight: 600; }
.ticker-track strong { font-weight: 600; }
.ticker-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }

.lead-story { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 780px; }
.story-visual { position: relative; min-height: 680px; overflow: hidden; background: var(--orange); }
.visual-label { position: absolute; z-index: 6; top: 29px; left: 31px; color: white; font-size: 9px; font-weight: 600; letter-spacing: .17em; }
.heat-sun { position: absolute; z-index: 2; width: 34%; aspect-ratio: 1; border-radius: 50%; background: #ffe79a; right: 17%; top: 15%; box-shadow: 0 0 75px #ffca81; }
.heat-band { position: absolute; width: 130%; height: 50%; left: -15%; border-radius: 50%; }
.band-one { z-index: 1; top: 37%; background: #f6a15b; transform: rotate(8deg); }
.band-two { z-index: 3; top: 58%; background: #b93c34; transform: rotate(-8deg); }
.city-line { position: absolute; z-index: 4; inset: auto 0 0; height: 32%; background: #24251f; clip-path: polygon(0 31%,8% 31%,8% 10%,16% 10%,16% 38%,28% 38%,28% 21%,38% 21%,38% 44%,52% 44%,52% 0,61% 0,61% 35%,71% 35%,71% 18%,81% 18%,81% 40%,91% 40%,91% 25%,100% 25%,100% 100%,0 100%); }
.heat-visual > p { position: absolute; z-index: 5; left: 31px; bottom: 26px; margin: 0; color: white; font: 400 clamp(3rem, 5vw, 5.4rem)/.8 var(--serif); }
.heat-visual > p small { display: block; margin-top: 15px; width: 150px; font: 9px/1.4 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.story-copy { padding: clamp(52px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.story-meta { display: flex; justify-content: space-between; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: #6d7169; }
.story-copy h2, .section-heading h2, .practice h2, .newsletter h2, .dialog-content h2 { font: 400 clamp(3.2rem, 5.3vw, 6rem)/.91 var(--serif); letter-spacing: -.04em; }
.story-copy h2 { margin: 45px 0 30px; }
.standfirst { font-size: 1.07rem; line-height: 1.7; color: #4e544a; }
.meaning-line { display: flex; align-items: center; gap: 18px; margin-top: 34px; color: var(--sage-dark); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.meaning-line::after { content: ''; height: 1px; flex: 1; background: var(--sage); }
.story-copy > p:last-of-type { line-height: 1.75; font-size: .96rem; }
.story-link { width: 100%; display: flex; justify-content: space-between; margin-top: 27px; padding: 0 0 10px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 12px; font-weight: 600; text-align: left; cursor: pointer; }
.story-link span { transition: transform .2s ease; }.story-link:hover span { transform: translate(3px,-3px); }

.signals { padding: 135px 5vw 8vw; }
.section-heading { display: grid; grid-template-columns: 1fr 1.25fr .75fr; align-items: end; gap: 4vw; margin-bottom: 90px; }
.section-heading .eyebrow { align-self: start; padding-top: 12px; }
.section-heading h2 { margin: 0; }
.section-heading > p:last-child { margin: 0; color: #596055; line-height: 1.7; font-size: .94rem; }
.signal-card { border: 1px solid var(--line); background: #faf7ee; }
.nature-card { display: grid; grid-template-columns: 1.22fr .78fr; min-height: 680px; }
.signal-art { position: relative; min-height: 480px; overflow: hidden; }
.nature-art { background: linear-gradient(180deg,rgba(22,30,14,.05),rgba(22,30,14,.15)), url('https://www.rpsgroup.com/media/mgsmhpgb/meadow.jpeg?height=1066&quality=90&width=1660') center/cover; }
.dark-label { color: var(--ink); background: rgba(247,243,232,.8); padding: 8px 10px; backdrop-filter: blur(10px); }
.image-credit { position: absolute; z-index: 2; right: 20px; bottom: 18px; color: white; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; text-shadow: 0 1px 4px #000; }
.signal-copy { padding: clamp(42px, 5vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.signal-copy h3 { margin: 35px 0 23px; font: 400 clamp(2.5rem, 4vw, 4.7rem)/.95 var(--serif); letter-spacing: -.035em; }
.signal-copy > p { color: #52594f; line-height: 1.7; }
.signal-copy blockquote { margin: 28px 0 5px; padding-left: 18px; border-left: 2px solid var(--sage); font: italic 1.35rem var(--serif); color: var(--sage-dark); }
.signal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5vw; margin-top: 2.5vw; }
.compact-card { display: grid; grid-template-rows: 470px auto; }
.compact-card .signal-copy { justify-content: start; min-height: 520px; }
.compact-card .signal-copy h3 { font-size: clamp(2.5rem, 3.6vw, 4.2rem); }
.ai-art { background: #17366f; color: white; }
.server-stack { position: absolute; inset: 14% 10%; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; transform: perspective(600px) rotateX(10deg) rotateZ(-7deg); }
.server-stack i { position: relative; border: 1px solid rgba(255,255,255,.35); background: linear-gradient(145deg,#234d9b,#0f234a); box-shadow: -8px 12px 18px rgba(0,0,0,.18); }
.server-stack i::after { content: ''; position: absolute; top: 13px; left: 13px; width: 5px; height: 5px; border-radius: 50%; background: var(--acid); box-shadow: 13px 0 0 rgba(255,255,255,.35); }
.art-stat { position: absolute; z-index: 3; left: 30px; bottom: 25px; margin: 0; color: var(--acid); font: 400 3.7rem/.8 var(--serif); }
.art-stat span { display: block; margin-top: 12px; color: white; font: 8px var(--sans); text-transform: uppercase; letter-spacing: .14em; }
.network-art { background: linear-gradient(180deg,#a7c4ca 0%,#d5d2bd 48%,#5b6d52 49%,#233326 100%); color: white; }
.mountain { position: absolute; z-index: 2; bottom: 31%; width: 70%; height: 50%; background: #435646; clip-path: polygon(0 100%,26% 38%,43% 63%,66% 12%,100% 100%); }
.mountain-one { left: -10%; }.mountain-two { right: -13%; transform: scale(.8); background: #6c7a66; }
.network-lines { position: absolute; z-index: 4; inset: 0; }
.network-lines i { position: absolute; left: -5%; width: 110%; height: 1px; background: rgba(221,251,73,.82); transform-origin: left; }
.network-lines i:nth-child(1) { top: 22%; transform: rotate(13deg); }.network-lines i:nth-child(2) { top: 47%; transform: rotate(-9deg); }.network-lines i:nth-child(3) { top: 65%; transform: rotate(18deg); }.network-lines i:nth-child(4) { top: 82%; transform: rotate(-15deg); }
.art-note { position: absolute; z-index: 5; right: 28px; bottom: 24px; margin: 0; text-align: right; font-size: 9px; letter-spacing: .16em; line-height: 1.6; }
.art-note strong { color: var(--acid); }

.quote-break { position: relative; min-height: 640px; padding: 10vw 7vw; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: var(--ink); color: var(--paper); }
.quote-break blockquote { position: relative; z-index: 2; max-width: 1150px; margin: 0; font: 400 clamp(3.4rem, 6vw, 7.3rem)/.92 var(--serif); letter-spacing: -.04em; }
.quote-break blockquote em { color: var(--acid); }
.quote-orb { position: absolute; width: 420px; aspect-ratio: 1; right: -90px; bottom: -160px; border-radius: 50%; border: 1px solid #68725f; box-shadow: 0 0 0 65px rgba(151,168,132,.05), 0 0 0 130px rgba(151,168,132,.03); }

.practice { padding: 130px 7vw; display: grid; grid-template-columns: .76fr 1.24fr; gap: 9vw; background: var(--cream); }
.practice-intro { position: sticky; top: 120px; align-self: start; }
.practice h2 { margin: 0 0 30px; }
.practice-intro > p:last-child { max-width: 420px; color: #52594f; line-height: 1.7; }
.practice-steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ink); }
.practice-steps li { display: grid; grid-template-columns: 45px 1fr 42px; gap: 25px; padding: 32px 0; border-bottom: 1px solid var(--ink); }
.practice-steps li > span { padding-top: 7px; font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.practice-steps h3 { margin: 0 0 10px; font: 400 2.15rem var(--serif); }
.practice-steps p { margin: 0; color: #555c52; line-height: 1.6; }
.prompt-toggle { width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 20px; cursor: pointer; transition: transform .25s, background .25s; }
.practice-steps li.open .prompt-toggle { transform: rotate(45deg); background: var(--acid); }
.prompt-body { grid-column: 2 / 4; display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.prompt-body p { overflow: hidden; color: var(--ink); font: italic 1.15rem/1.55 var(--serif); }
.practice-steps li.open .prompt-body { grid-template-rows: 1fr; }
.practice-steps li.open .prompt-body p { padding-top: 8px; }

.newsletter { padding: 120px 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; background: #5f7051; color: white; }
.newsletter h2 { margin: 0 0 28px; color: var(--acid); }
.newsletter-copy > p:last-child { max-width: 520px; color: #e2e6dc; line-height: 1.7; }
.newsletter-form label { display: block; margin-bottom: 15px; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.email-row { display: flex; border-bottom: 1px solid white; }
.email-row input { flex: 1; min-width: 0; padding: 14px 0; border: 0; outline: 0; background: transparent; color: white; font: 400 1.8rem var(--serif); }
.email-row input::placeholder { color: rgba(255,255,255,.5); }
.email-row button { border: 0; background: transparent; color: white; font-size: 12px; font-weight: 600; cursor: pointer; }
.email-row button span { margin-left: 10px; }
.form-note { margin: 14px 0 0; color: #d5dacd; font-size: 10px; }
.newsletter-form.success .email-row { border-color: var(--acid); }
.newsletter-form.success .form-note { color: var(--acid); }

footer { min-height: 150px; padding: 42px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--ink); color: white; border-top: 1px solid #363a33; }
.light-mark { background: var(--acid); color: var(--ink); }
footer > p { margin: 0; color: #9fa59b; font: italic 18px var(--serif); }
.footer-links { justify-self: end; display: flex; gap: 25px; font-size: 10px; color: #aeb3aa; }

.article-dialog { width: min(820px, 94vw); max-height: 92vh; padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.article-dialog::backdrop { background: rgba(10,13,9,.77); backdrop-filter: blur(6px); }
.dialog-shell > header { position: sticky; z-index: 3; top: 0; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; background: rgba(247,243,232,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.dialog-kicker { margin: 0; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.dialog-close { width: 36px; height: 36px; border: 1px solid; border-radius: 50%; background: transparent; font-size: 22px; line-height: 1; cursor: pointer; }
.dialog-content { padding: clamp(38px, 7vw, 82px); }
.dialog-content h2 { margin: 0 0 25px; }
.dialog-deck { font-size: 1.15rem; line-height: 1.65; color: #4e554b; }
.dialog-rule { height: 1px; margin: 35px 0; background: var(--ink); }
.dialog-body { font-size: 1rem; line-height: 1.85; }
.dialog-body h3 { margin: 36px 0 12px; font: 400 2rem var(--serif); }
.dialog-body p { margin: 0 0 20px; }
.apply-box { margin: 42px 0; padding: 28px; background: var(--acid); }
.apply-box p { margin: 0 0 10px; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.apply-box strong { font: 400 1.5rem/1.4 var(--serif); }
.source-link { display: flex; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid; font-size: 12px; font-weight: 600; }
.noscript { margin: 0; padding: 12px; background: #ffe79a; text-align: center; font-size: 12px; }

html[data-theme='dark'] .site-header { background: rgba(13,16,13,.9); }
html[data-theme='dark'] .header-note,
html[data-theme='dark'] .hero-deck,
html[data-theme='dark'] .standfirst,
html[data-theme='dark'] .story-copy > p:last-of-type,
html[data-theme='dark'] .section-heading > p:last-child,
html[data-theme='dark'] .signal-copy > p,
html[data-theme='dark'] .practice-intro > p:last-child,
html[data-theme='dark'] .practice-steps p,
html[data-theme='dark'] .dialog-deck { color: #b5bbb0; }
html[data-theme='dark'] .signal-card { background: #131713; }
html[data-theme='dark'] .nature-art { filter: saturate(.75) brightness(.76); }
html[data-theme='dark'] .dark-label { color: #f7f3e8; background: rgba(13,16,13,.78); }
html[data-theme='dark'] .menu-panel,
html[data-theme='dark'] .quote-break,
html[data-theme='dark'] footer { background: #050705; color: #f7f3e8; }
html[data-theme='dark'] .quote-break blockquote { color: #f7f3e8; }
html[data-theme='dark'] .article-dialog { background: #111511; color: #f1eee4; }
html[data-theme='dark'] .dialog-shell > header { background: rgba(17,21,17,.94); }
html[data-theme='dark'] .prompt-toggle { border-color: #f1eee4; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .12s; }

@keyframes sun-breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.025); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  .header-note { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .section-heading { grid-template-columns: 1fr 1.4fr; }.section-heading > p:last-child { grid-column: 2; }
  .nature-card { grid-template-columns: 1fr; }.nature-art { min-height: 600px; }
  .signal-grid { grid-template-columns: 1fr; gap: 28px; }.compact-card { grid-template-columns: .9fr 1.1fr; grid-template-rows: auto; }.compact-card .signal-copy { min-height: 520px; }
}

@media (max-width: 820px) {
  nav > a { display: none; }
  .hero, .lead-story, .practice, .newsletter { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 80px; }
  .hero-orbit { height: 480px; min-height: 0; }
  .lead-story .story-visual { min-height: 620px; }
  .story-copy { padding: 75px 7vw 90px; }
  .section-heading { grid-template-columns: 1fr; }.section-heading > p:last-child { grid-column: auto; max-width: 480px; }
  .compact-card { grid-template-columns: 1fr; }.compact-card .signal-art { min-height: 440px; }.compact-card .signal-copy { min-height: 0; }
  .practice { gap: 60px; }.practice-intro { position: static; }
  .newsletter { gap: 65px; }
  footer { grid-template-columns: 1fr 1fr; } footer > p { display: none; }
}

@media (max-width: 560px) {
  .site-header { height: 70px; padding-inline: 6vw; }
  .brand { font-size: 14px; }.brand-mark { width: 30px; height: 30px; }
  .theme-label { display: none; }
  .menu-panel { padding: 100px 7vw 30px; }.menu-foot { align-items: start; gap: 20px; flex-direction: column; }
  .hero { padding: 68px 6vw 30px; }.eyebrow { margin-bottom: 22px; }
  h1 { font-size: clamp(3.9rem, 19vw, 5.2rem); }
  .hero-deck { margin-top: 28px; }.hero-orbit { height: 340px; }
  .lead-story .story-visual { min-height: 500px; }
  .signals { padding: 95px 6vw 70px; }.section-heading { margin-bottom: 55px; }
  .section-heading h2, .story-copy h2, .practice h2, .newsletter h2 { font-size: 3.5rem; }
  .nature-art { min-height: 430px; }.signal-copy { padding: 44px 26px 55px; }.signal-copy h3 { font-size: 2.65rem; }
  .signal-grid { margin-top: 22px; }.compact-card .signal-art { min-height: 370px; }
  .quote-break { min-height: 540px; padding-inline: 7vw; }.quote-break blockquote { font-size: 3.4rem; }
  .practice { padding: 90px 6vw; }.practice-steps li { grid-template-columns: 30px 1fr 38px; gap: 13px; }.practice-steps h3 { font-size: 1.75rem; }.prompt-body { grid-column: 2 / 4; }
  .newsletter { padding: 85px 6vw; }.email-row { display: block; }.email-row button { width: 100%; padding: 15px 0; display: flex; justify-content: space-between; }
  footer { padding-inline: 6vw; }.footer-brand > span:last-child { display: none; }.footer-links { gap: 13px; }
  .dialog-content { padding: 38px 24px 55px; }.dialog-content h2 { font-size: 3.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
