/* Proxling, direction B "Fetch". Three-ink riso: racing green, pillar-box red, mustard, on paper. */

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(./assets/fonts/jost-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(./assets/fonts/jost-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Paper is sampled from the printed plates (#F6EEE3 to #F7F0E5) so the art sits on the page with no visible edge.
     The pack's declared Paper, #F3EBDD, is the "shade" used for the one band that carries no art. */
  --paper: #F7EFE4;
  --shade: #F3EBDD;
  --slip: #FCF8F1;
  --slip-fold: #F1E9DC;
  --ink: #1F4D3A;
  --ink-deep: #173B2C;
  --red: #D6322B;
  --red-press: #B92A24;
  --mustard: #E3A92B;
  --on-red: #FFFFFF;
  --line: color-mix(in srgb, var(--ink) 22%, transparent);
  --font: 'Jost', 'Futura', 'Century Gothic', system-ui, sans-serif;
  --gutter: clamp(16px, 4.4vw, 64px);
  --radius: 8px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 400 18px/1.55 var(--font); background: var(--paper); overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }

/* The pose sheet and spots are printed on a paper a shade off ours. Feather only the empty paper
   margin at each edge so no rectangle shows; the drawing itself is untouched. */
.feather {
  --f: 3%;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 var(--f), #000 calc(100% - var(--f)), transparent), linear-gradient(to bottom, transparent, #000 var(--f), #000 calc(100% - var(--f)), transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent, #000 var(--f), #000 calc(100% - var(--f)), transparent), linear-gradient(to bottom, transparent, #000 var(--f), #000 calc(100% - var(--f)), transparent);
  mask-composite: intersect;
}
.feather-tight { --f: 2%; }
/* The throw enters from the page edge: no fade on the left, where the sleeve comes in. */
.feather-throw {
  -webkit-mask-image: linear-gradient(to right, #000 96.5%, transparent), linear-gradient(to bottom, transparent, #000 6%, #000 88%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, #000 96.5%, transparent), linear-gradient(to bottom, transparent, #000 6%, #000 88%, transparent);
  mask-composite: intersect;
}
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -0.012em; }
p { margin: 0; }
button { font: inherit; color: inherit; }

:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
.exchange :focus-visible, .site-footer :focus-visible, .signup-area :focus-visible { outline-color: var(--mustard); }

.skip-link { position: absolute; left: 12px; top: -80px; z-index: 20; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: var(--radius); font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 12px; }

.wrap { max-width: 1320px; margin: 0 auto; padding-inline: var(--gutter); }

.eyebrow { font-size: 14px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 22px; height: 4px; border-radius: 2px; background: var(--red); flex: none; }

h2 { font-size: clamp(40px, 5.2vw, 76px); line-height: .98; text-wrap: balance; }
h3 { text-wrap: balance; }
.line { display: inline; white-space: nowrap; }
#how-title { text-wrap: wrap; }
@media (max-width: 599px) { .line { display: block; } }

/* Buttons: pillar-box red is the one call to action. */
.button { display: inline-flex; align-items: center; gap: 12px; min-height: 56px; padding: 0 26px; border: 0; border-radius: var(--radius); background: var(--red); color: var(--on-red); font-size: 19px; font-weight: 700; text-decoration: none; cursor: pointer; box-shadow: 0 4px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease; }
.button svg { flex: none; transition: transform .2s ease; }
.button:hover { background: var(--red-press); }
.button:hover svg { transform: translateX(4px); }
.button:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--ink); }
.text-link { font-weight: 600; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }

/* Header */
.site-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px var(--gutter); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; border-radius: 12px; }
.wordmark { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; padding-bottom: 4px; }
.site-header nav { display: flex; align-items: center; gap: 6px; }
.nav-link { padding: 10px 14px; font-size: 17px; font-weight: 500; text-decoration: none; border-radius: var(--radius); }
.nav-link:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.nav-cta { margin-left: 10px; display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border: 2px solid var(--ink); border-radius: var(--radius); font-size: 17px; font-weight: 600; text-decoration: none; background: var(--paper); }
.nav-cta:hover { background: var(--ink); color: var(--paper); }

/* Hero: the return, on the common. Type sits in the quiet sky, left. */
.hero { position: relative; }
.hero-plate img { width: 100%; }
.hero h1 { font-size: clamp(44px, 14.8vw, 72px); line-height: .9; letter-spacing: -0.025em; }
.hero h1 span { display: block; }
.hero-lede { font-size: 20px; line-height: 1.45; margin-top: 20px; max-width: 34ch; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 28px; }
.hero-status { font-size: 15px; font-weight: 500; letter-spacing: .02em; }

@media (min-width: 1000px) {
  .site-header { position: absolute; inset: 0 0 auto 0; justify-content: flex-start; gap: 40px; padding-top: 22px; }
  .hero-copy { position: absolute; top: max(7.9vw, 102px); left: var(--gutter); width: min(58vw, 860px); }
  .hero h1 { font-size: 6.7vw; line-height: .88; }
  .hero-lede { font-size: clamp(18px, 1.42vw, 24px); margin-top: 1.6vw; max-width: 31em; }
  .hero-actions { margin-top: 2vw; }
}
@media (min-width: 1000px) and (max-width: 1180px) {
  /* Narrow desktop: the sky is shallower, so the copy tightens to stay above the treeline. */
  .hero h1 { font-size: 6.2vw; }
  .hero-lede { font-size: 17px; max-width: 30em; margin-top: 14px; }
  .hero-actions { margin-top: 18px; }
  .hero-actions .button { min-height: 50px; }
}

@media (max-width: 999px) {
  .hero { display: flex; flex-direction: column-reverse; }
  .hero-copy { padding: 8px var(--gutter) 28px; }
  .hero-plate { overflow: hidden; }
  .hero-plate img { aspect-ratio: 1 / 1; width: 100%; object-fit: cover; object-position: 76% 100%; }
}
@media (min-width: 600px) and (max-width: 999px) {
  .hero h1 { font-size: 72px; }
  .hero-plate img { aspect-ratio: 16 / 11; object-position: 70% 100%; }
}
@media (max-width: 720px) {
  .nav-link { display: none; }
  .nav-cta { margin-left: 0; min-height: 44px; padding: 0 14px; font-size: 16px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 10px; }
  .wordmark { font-size: 28px; }
}
@media (max-width: 400px) {
  .site-header { gap: 10px; }
  .brand { gap: 9px; }
  .wordmark { font-size: 26px; }
  .nav-cta { white-space: nowrap; font-size: 15px; padding: 0 12px; }
}

/* Verbs band */
.verbs { background: var(--ink); color: var(--paper); padding: clamp(28px, 4vw, 52px) var(--gutter); }
.verbs p { max-width: 1320px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 28px; font-size: clamp(34px, 5.4vw, 80px); font-weight: 800; line-height: 1; letter-spacing: -0.02em; }
.verbs span:nth-child(2) { color: var(--mustard); }
@media (max-width: 599px) { .verbs p { flex-direction: column; font-size: clamp(40px, 12.5vw, 56px); } }

/* How it works: a run in three legs */
.how { padding: clamp(72px, 9vw, 136px) 0 clamp(56px, 7vw, 96px); }
.section-head { max-width: 900px; margin-bottom: clamp(40px, 5vw, 72px); }
.run { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(48px, 6vw, 88px); counter-reset: leg; }
.leg { display: grid; gap: 20px 56px; align-items: center; }
.leg-number { font-size: clamp(64px, 7vw, 104px); font-weight: 800; line-height: .8; color: var(--ink); text-shadow: .06em .05em 0 var(--mustard); letter-spacing: -0.02em; margin-bottom: 14px; }
.leg-label { font-size: 14px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 8px; }
.leg h3 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.02; margin-bottom: 16px; max-width: 16ch; }
.leg-copy > p:not(.leg-number):not(.leg-label):not(.on-hold) { max-width: 34ch; font-size: 19px; }
.leg-art img { margin-inline: auto; }
.leg-throw .leg-art { margin-left: calc(-1 * (max(0px, (100vw - 1320px) / 2) + var(--gutter))); }
.leg-throw .leg-art img { margin-left: 0; }
.leg-call .leg-art img { width: min(100%, 560px); }
.leg-return .leg-art img { width: min(100%, 440px); }
.on-hold { margin-top: 22px; display: inline-flex; align-items: center; gap: 14px; padding: 12px 18px 12px 16px; border: 2px dashed var(--ink); border-radius: var(--radius); font-size: 18px; font-style: italic; font-weight: 500; }
.hold-dots { display: inline-flex; gap: 5px; }
.hold-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--ink); animation: hold 1.4s infinite ease-in-out; }
.hold-dots i:nth-child(2) { animation-delay: .2s; }
.hold-dots i:nth-child(3) { animation-delay: .4s; }
@keyframes hold { 0%, 60%, 100% { opacity: .25; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
.footnote { margin-top: clamp(40px, 5vw, 64px); font-size: 15px; padding-top: 18px; border-top: 2px solid var(--ink); }

@media (min-width: 900px) {
  .leg { grid-template-columns: repeat(12, 1fr); }
  .leg-throw .leg-art { grid-column: 1 / span 7; }
  .leg-throw .leg-copy { grid-column: 8 / span 5; }
  .leg-call .leg-copy { grid-column: 1 / span 5; grid-row: 1; padding-left: 4%; }
  .leg-call .leg-art { grid-column: 6 / span 7; grid-row: 1; }
  .leg-return .leg-art { grid-column: 1 / span 6; }
  .leg-return .leg-copy { grid-column: 7 / span 6; }
}

/* The exchange: slips on racing green, like the mark */
.exchange { background: var(--ink); color: var(--paper); padding: clamp(72px, 9vw, 128px) 0; }
.exchange .eyebrow::before { background: var(--mustard); }
.exchange-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: clamp(40px, 5vw, 64px); }
.example-selectors { display: flex; flex-wrap: wrap; gap: 8px; }
.example-selectors button { min-height: 46px; padding: 0 18px; border: 2px solid var(--paper); border-radius: 999px; background: transparent; color: var(--paper); font-size: 16px; font-weight: 600; cursor: pointer; }
.example-selectors button:hover { background: color-mix(in srgb, var(--paper) 14%, transparent); }
.example-selectors button[aria-pressed="true"] { background: var(--mustard); border-color: var(--mustard); color: var(--ink); }
.exchange-grid { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .exchange-grid { grid-template-columns: 1fr .8fr 1fr; gap: 36px; } }
@media (min-width: 600px) and (max-width: 899px) {
  .exchange-grid .slip { width: min(100%, 520px); }
  .slip-out { justify-self: start; }
  .slip-back { justify-self: end; }
}

/* The slip: a plain card, folded once, crosswise. Never an envelope. */
.slip { position: relative; color: var(--ink); padding: 26px 28px 24px; border-radius: 3px; background: linear-gradient(to bottom, var(--slip) 0 50%, var(--slip-fold) 50% 100%); box-shadow: 0 1px 0 rgba(0,0,0,.05), 10px 12px 0 rgba(10, 30, 22, .28); }
.slip::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: color-mix(in srgb, var(--ink) 16%, transparent); pointer-events: none; }
.slip-out { transform: rotate(-1.6deg); }
.slip-back { transform: rotate(1.2deg); }
.slip-label { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.slip-label time { letter-spacing: .04em; font-weight: 500; }
.request-copy, .answer-copy { font-size: clamp(22px, 2vw, 28px); font-weight: 600; line-height: 1.22; }
.slip-detail { margin-top: 18px; font-size: 15px; }
.exchange-call { text-align: center; padding: 8px 4px; }
.exchange-call .slip-label { justify-content: center; color: var(--paper); }
.call-organisation { font-size: clamp(26px, 2.4vw, 34px); font-weight: 800; line-height: 1.05; margin-bottom: 10px; }
.call-explanation { font-size: 17px; max-width: 26ch; margin-inline: auto; }
.exchange-call::before, .exchange-call::after { content: ""; display: block; height: 2px; margin: 0 auto 18px; width: 70%; background: repeating-linear-gradient(90deg, var(--mustard) 0 10px, transparent 10px 18px); }
.exchange-call::after { margin: 18px auto 0; }
.exchange-caption { margin-top: clamp(40px, 5vw, 56px); font-size: 15px; }

.answer-slip.is-new { animation: land .45s cubic-bezier(.2,.8,.3,1.1); }
@keyframes land { from { transform: translateY(14px) rotate(-2deg); opacity: 0; } to { transform: rotate(1.2deg); opacity: 1; } }

/* Your say */
.say { padding: clamp(80px, 10vw, 144px) 0; }
.say-inner { display: grid; gap: 48px 64px; align-items: center; }
.say-lede { font-size: clamp(22px, 2vw, 28px); font-weight: 500; line-height: 1.3; margin: 24px 0 14px; max-width: 24ch; }
.say-copy > p:not(.eyebrow):not(.say-lede) { max-width: 40ch; }
.principles { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.principles li { padding: 8px 16px 8px 14px; border: 2px solid var(--ink); border-radius: 999px; font-weight: 600; font-size: 16px; display: inline-flex; align-items: center; gap: 8px; }
.principles li::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--red); }
.say-scene { position: relative; display: grid; justify-items: center; }
.say-art { width: min(100%, 360px); }
.slip-ask { width: min(100%, 420px); margin-top: -8px; transform: rotate(-1deg); box-shadow: 0 0 0 2px var(--ink), 10px 12px 0 var(--mustard); }
.approval-message { font-size: 22px; font-weight: 600; line-height: 1.25; }
.approval-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.choice { min-height: 44px; padding: 0 16px; border: 2px solid var(--ink); border-radius: var(--radius); background: transparent; font-size: 16px; font-weight: 600; cursor: pointer; }
.choice:first-child { background: var(--ink); color: var(--paper); }
.choice:hover { background: var(--ink-deep); color: var(--paper); }
.approval-caption { margin-top: 16px; font-size: 14px; }
.approval-choice { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; font-weight: 600; }
.approval-choice button { min-height: 44px; padding: 0 14px; border: 0; background: none; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; font-weight: 600; }
@media (min-width: 900px) {
  .say-inner { grid-template-columns: 1.1fr 1fr; }
  .say-scene { grid-template-columns: 1fr; }
}

/* Questions: on the pack's declared paper, a shade darker */
.questions { background: var(--shade); padding: clamp(72px, 9vw, 128px) 0; border-top: 2px solid var(--ink); }
.questions-inner { display: grid; gap: 40px 64px; }
.questions-intro p:not(.eyebrow) { margin-top: 20px; font-size: 19px; }
@media (min-width: 900px) { .questions-inner { grid-template-columns: 5fr 7fr; } }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 2px solid var(--ink); }
.faq-list summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 44px 1fr 28px; align-items: center; gap: 12px; padding: 22px 4px; font-size: clamp(19px, 1.6vw, 23px); font-weight: 600; line-height: 1.25; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; width: 22px; height: 22px; justify-self: end; background: linear-gradient(var(--ink), var(--ink)) center / 100% 3px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 3px 100% no-repeat; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-number { font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: .06em; }
.faq-list details p { padding: 0 40px 24px 60px; max-width: 60ch; }
@media (max-width: 520px) { .faq-list details p { padding: 0 8px 22px 60px; } }

/* Waitlist */
.waitlist { padding: clamp(80px, 10vw, 144px) 0 clamp(40px, 5vw, 72px); border-top: 2px solid var(--ink); }
.waitlist-inner { display: grid; gap: 40px 64px; align-items: center; }
@media (min-width: 900px) { .waitlist-inner { grid-template-columns: 1fr 1fr; } }
.waitlist-copy > p:not(.eyebrow) { margin-top: 20px; font-size: 20px; max-width: 30ch; }
.waitlist-art { width: min(100%, 520px); margin-top: 32px; }
.signup-area { background: var(--ink); color: var(--paper); border-radius: 14px; padding: clamp(26px, 3.4vw, 44px); box-shadow: 12px 14px 0 var(--mustard); }
.signup-area h3 { font-size: clamp(30px, 3vw, 40px); line-height: 1.04; }
.beta-note { display: inline-block; margin-top: 12px; padding: 4px 12px; border-radius: 999px; background: var(--mustard); color: var(--ink); font-size: 15px; font-weight: 600; }
.form-note { margin: 16px 0 22px; }
.signup-area label { display: block; font-weight: 600; font-size: 16px; margin: 16px 0 8px; }
.signup-area input { width: 100%; min-height: 54px; padding: 0 16px; border: 2px solid var(--paper); border-radius: var(--radius); background: var(--slip); color: var(--ink); font: 500 18px/1 var(--font); }
.signup-area input::placeholder { color: #5B7466; }
.signup-area input[aria-invalid="true"] { border-color: var(--mustard); box-shadow: 0 0 0 3px var(--mustard); }
.signup-area .button { width: 100%; justify-content: center; margin-top: 26px; box-shadow: 0 4px 0 var(--ink-deep); }
.signup-area .button:disabled { opacity: .85; cursor: progress; }
#form-status { margin-top: 14px; min-height: 1.5em; font-weight: 600; color: var(--mustard); }
#form-status:empty { margin-top: 0; }
.form-footer { font-size: 15px; margin-top: 8px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.signup-success h3 { margin-bottom: 14px; }
.signup-success p { margin-bottom: 18px; }
.signup-success:focus { outline: none; }

@media (max-width: 599px) {
  .slip { box-shadow: 0 1px 0 rgba(0,0,0,.05), 7px 9px 0 rgba(10, 30, 22, .28); }
  .signup-area { box-shadow: 7px 9px 0 var(--mustard); margin-right: 7px; }
  .slip-ask { box-shadow: 0 0 0 2px var(--ink), 7px 9px 0 var(--mustard); width: calc(100% - 8px); }
  .say-art { width: min(80%, 300px); }
}
.sign-off { display: flex; justify-content: center; padding: 8px var(--gutter) 20px; }
.sign-off img { width: min(62vw, 300px); }

/* Footer */
.site-footer { background: var(--ink); color: var(--paper); padding: clamp(48px, 6vw, 80px) 0 28px; }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; }
.footer-line { font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 4px 8px; margin-inline: -12px; }
.site-footer nav a { padding: 10px 12px; font-weight: 500; text-underline-offset: 5px; }
.footer-wordmark { display: block; width: fit-content; margin: clamp(28px, 4vw, 48px) 0 8px -0.04em; font-size: min(24.6vw, 330px); font-weight: 800; line-height: 1; letter-spacing: -0.045em; text-decoration: none; color: var(--mustard); padding-bottom: .14em; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 18px; border-top: 1px solid color-mix(in srgb, var(--paper) 35%, transparent); font-size: 15px; }
.footer-bottom small { font-size: 15px; }

/* 404 */
.site-header.site-header-static { position: relative; justify-content: space-between; }
.lost { min-height: calc(100svh - 180px); display: grid; align-content: center; justify-items: center; text-align: center; gap: 22px; padding: 40px var(--gutter) 80px; }
.lost img { width: min(70vw, 300px); }
.lost h1 { font-size: clamp(44px, 7vw, 96px); line-height: .95; }
.lost p { font-size: 20px; max-width: 36ch; text-wrap: balance; }
.lost .eyebrow { margin-bottom: 0; }

/* Arrival */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
  .hero-copy > :nth-child(2) { animation-delay: .08s; }
  .hero-copy > :nth-child(3) { animation-delay: .16s; }
  @keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
  .js .reveal { opacity: 0; translate: 0 26px; transition: opacity .6s ease, translate .7s cubic-bezier(.2,.7,.2,1); }
  .js .reveal.is-in { opacity: 1; translate: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
