/* Paper and leather are Wallet Photo's established brand materials.
   The only layered cards here illustrate the product's place among Wallet passes. */
:root {
  color-scheme: light;
  --paper: #f6efe4;
  --ink: #34261d;
  --muted: #6d594a;
  --leather: #6e3b21;
  --line: #c8b8a5;
  --control: #95806c;
  --print: #fffdfa;
  --desk: #e9dfd0;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: ui-monospace, 'SFMono-Regular', Menlo, monospace;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-underline-offset: 4px; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button:disabled { cursor: default; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--leather); outline-offset: 5px; }
img { max-width: 100%; display: block; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.13; letter-spacing: -.03em; text-wrap: balance; }
h1 { font-size: clamp(42px, 4.5vw, 62px); }
h2 { font-size: clamp(32px, 3.5vw, 46px); }
h3 { font-size: 23px; line-height: 1.4; font-weight: 500; letter-spacing: -.02em; }
.page-width { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 25px; padding-bottom: 25px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 19px; font-weight: 600; letter-spacing: -.025em; }
.brand img { border-radius: 9px; }
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; font-size: 15px; padding: 8px 0; }
nav a:hover { text-decoration: underline; }
.section-label, .eyebrow { font-size: 13px; font-weight: 500; color: var(--leather); margin-bottom: 20px; }
.download { display: inline-flex; justify-content: space-between; align-items: center; gap: 24px; background: var(--ink); color: var(--print); border: 1px solid var(--ink); border-radius: 5px; padding: 13px 20px; min-height: 50px; font-size: 16px; font-weight: 500; text-decoration: none; transition: background-color .18s; }
.download:hover { background: var(--leather); }
.download-detail { font-size: 13px; color: var(--muted); margin-top: 10px; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 66px; padding-top: 24px; padding-bottom: 60px; }
.hero-copy { padding-bottom: 18px; }
.hero-copy h1 { margin-bottom: 27px; }
.hero-copy > p:not(.eyebrow):not(.download-detail) { max-width: 39ch; margin-bottom: 17px; }
.hero-copy .hero-description { font-size: 20px; line-height: 1.55; }
.hero-copy .download { margin-top: 11px; }
/* Pass widths and the open carousel follow the supplied Wallet references.
   The owner-requested collapsed order is payments, photos, then tickets. */
.wallet-hero { width: 100%; max-width: 430px; justify-self: end; }
.iphone { position: relative; container-type: inline-size; width: min(100%, 320px); margin: 0 auto; padding: 8px; border: 2px solid #55524f; border-radius: 48px; background: #191817; box-shadow: 0 24px 40px #34261d20, 0 4px 9px #34261d1a; }
.iphone::before, .iphone::after { content: ''; position: absolute; width: 3px; background: #55524f; border-radius: 2px; }
.iphone::before { height: 65px; top: 23%; left: -4px; }
.iphone::after { height: 45px; top: 28%; right: -4px; }
.phone-screen { --pass-inset: 5%; --pass-width: 90%; position: relative; width: 100%; aspect-ratio: 736 / 1600; border-radius: 39px; background: #000; color: #f8f8f8; overflow: hidden; font-family: var(--sans); }
.phone-status { position: absolute; top: 2.5%; left: 13.5%; right: 8%; height: 2.5%; display: flex; align-items: center; justify-content: space-between; font-size: 4.35cqw; font-weight: 600; }
.phone-island { position: absolute; top: -30%; left: 50%; transform: translateX(-50%); width: 35%; height: 7cqw; border-radius: 20px; background: #000; }
.phone-signals { display: flex; gap: 1.8cqw; align-items: center; }
.phone-signals svg { width: 4.5cqw; height: 4.5cqw; }
.phone-battery { position: relative; width: 6.4cqw; height: 3.5cqw; border-radius: 1cqw; background: #38c962; color: #08130a; text-align: center; font: 600 2.7cqw/3.5cqw var(--sans); }
.phone-battery::after { content: ''; position: absolute; left: calc(100% + 1px); top: 30%; width: 2px; height: 40%; border-radius: 1px; background: #777; }
.wallet-nav, .photo-nav { position: absolute; top: 7.125%; left: 4%; right: 4%; height: 5%; display: flex; align-items: center; gap: 3cqw; z-index: 5; }
.wallet-nav strong { font-size: 8.2cqw; letter-spacing: -.035em; margin-right: auto; line-height: 1; font-weight: 700; }
.wallet-round, .wallet-pill { height: 10.87cqw; background: #202020; border: 1px solid #373737; box-shadow: inset 0 1px 1px #ffffff0a; display: flex; align-items: center; justify-content: center; flex: none; }
.wallet-round { width: 10.87cqw; border-radius: 50%; }
.wallet-pill { width: 25.8cqw; border-radius: 7cqw; justify-content: space-evenly; }
.wallet-round svg, .wallet-pill svg { width: 5.4cqw; height: 5.4cqw; }
.photo-nav { opacity: 0; justify-content: space-between; }
.phone-payment-cards { position: absolute; inset: 0; z-index: 1; }
.phone-everyday-cards { position: absolute; inset: 0; z-index: 3; }
.phone-bank, .phone-ticket, .phone-front-ticket { position: absolute; left: var(--pass-inset); width: var(--pass-width); height: 25%; padding: 3.4% 3.2%; border-radius: 3.3cqw; text-align: left; }
.phone-bank { top: 15.25%; background: #6d7187; color: #fff; }
.phone-bank > span:first-child { font-size: 5.6cqw; font-weight: 500; }
.phone-bank > small { position: absolute; right: 6%; top: 8%; font: 2.8cqw/1.5 var(--mono); }
.phone-credit { top: 24%; background: #485c54; }
.bank-chip { position: absolute; top: 42%; left: 6%; width: 10%; height: 13%; border: 1px solid #b7a785; border-radius: 4px; background: #d3c4a1; }
.phone-bank strong { position: absolute; bottom: 19%; left: 6%; font: 4cqw var(--mono); font-weight: 400; }
.bank-circles { position: absolute; width: 7cqw; height: 7cqw; border-radius: 50%; bottom: 17%; right: 9%; background: #d39059; }
.bank-circles::after { content: ''; position: absolute; inset: 0; transform: translateX(40%); border-radius: inherit; background: #dfbb78; opacity: .8; }
.phone-ticket { top: 64%; background: #5d1736; color: #fff; }
.phone-ticket > span { display: block; font: 3cqw/1.5 var(--mono); }
.phone-ticket strong { display: block; font-size: 5.7cqw; font-weight: 500; margin: 9% 0; }
.phone-ticket strong span { margin: 0 3%; }
.phone-photo-deck { position: absolute; top: 36%; left: var(--pass-inset); width: var(--pass-width); aspect-ratio: 678 / 920; transform: translateY(0) scale(1); transform-origin: center top; z-index: 2; }
.stack-edge { position: absolute; inset: 0; background: #fff; border: 1px solid #d8d8d8; border-radius: 3.3cqw; }
.stack-edge-back { transform: translateY(-2.45%); }
.stack-edge-front { transform: translateY(-1.225%); }
.phone-photo-window { position: absolute; inset: 0; overflow: visible; clip-path: inset(-5% 0 -7% 0); }
.phone-photo-track { position: absolute; inset: 0; }
.phone-photo { position: absolute; inset: 0; transform: translateX(calc(var(--photo-index) * 102.2%)); background: #fff; display: flex; flex-direction: column; border: 1px solid #dedede; border-radius: 3.3cqw; overflow: hidden; box-shadow: 0 8px 12px #ffffff14; }
.phone-print { background: #242821; position: relative; flex: none; height: 72.61%; margin: 3.83% 5.46% 0; }
.phone-print img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.phone-photo-title { position: absolute; top: 3.5%; left: 4%; right: 4%; font: 600 5cqw/1.2 var(--sans); color: #fff; text-shadow: 0 1px 3px #0005; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.phone-photo[data-bright] .phone-print { background: #e2dccd; }
.phone-photo[data-bright] .phone-photo-title { color: #201a15; text-shadow: 0 1px 3px #fff8; }
.phone-photo > span { display: flex; align-items: center; flex: 1; min-height: 0; padding: 0 3.7%; font: 4.5cqw/1.3 var(--mono); color: #292723; white-space: nowrap; overflow: hidden; }
.phone-pagination { position: absolute; top: calc(100% + 3.2cqw); left: 0; right: 0; display: flex; justify-content: center; gap: 2.3cqw; opacity: 0; }
.phone-pagination i { width: 1.9cqw; height: 1.9cqw; background: #454545; border-radius: 50%; }
.phone-pagination i[data-active] { background: #f5f5f5; }
.phone-front-ticket { top: 78.6%; background: #073762; color: #fff; }
.phone-front-ticket > span { font: 3cqw/1.4 var(--mono); }
.phone-front-ticket > strong { display: flex; justify-content: space-between; font: 8cqw/1.5 var(--sans); font-weight: 500; margin-top: 3%; }
.phone-front-ticket > strong span { font-weight: 300; font-size: 7cqw; }
.phone-front-ticket > div { display: flex; justify-content: space-between; margin-top: 6%; font-size: 2.8cqw; line-height: 1.3; }
.phone-front-ticket b { font-size: 3.8cqw; font-weight: 500; }
.phone-search { position: absolute; right: 6.5%; bottom: 4%; z-index: 4; width: 11cqw; height: 11cqw; display: grid; place-items: center; border: 1px solid #ffffff2b; background: #ffffff15; border-radius: 50%; }
.phone-search svg { width: 5.5cqw; height: 5.5cqw; }
.phone-touch { position: absolute; z-index: 6; top: 51%; left: 61%; width: 7cqw; height: 7cqw; border-radius: 50%; background: #fff4; border: 2px solid #fffd; box-shadow: 0 1px 5px #0003; opacity: 0; }
.show-tell { display: grid; grid-template-columns: 1fr 1.15fr; gap: 100px; padding-top: 70px; padding-bottom: 85px; align-items: center; border-top: 1px solid var(--line); }
.show-photo { display: flex; flex-direction: column; align-items: center; }
.show-print { width: 270px; max-width: 100%; padding: 13px 13px 0; background: var(--print); box-shadow: 0 7px 18px #34261d20; transform: rotate(-3deg); }
.show-print img { aspect-ratio: 4/5; width: 100%; object-fit: cover; }
.show-print figcaption { min-height: 74px; padding: 20px 5px; font: 13px/1.5 var(--mono); }
.show-prints { display: grid; }
.show-prints .show-print { grid-area: 1 / 1; }
.show-print[data-conversation]:not([data-conversation='0']) { opacity: 0; }
.show-headings { display: grid; align-items: center; }
.show-headings > span { grid-area: 1 / 1; }
.show-headings > span:not(:first-child) { opacity: 0; }
.show-choices { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.show-choices > button { border: 1px solid var(--line); border-radius: 30px; padding: 7px 13px; min-height: 44px; background: transparent; font-size: 13px; color: var(--muted); }
.show-choices > button[data-active] { background: var(--ink); border-color: var(--ink); color: var(--print); }
.show-choices > button:hover { border-color: var(--ink); }
.show-copy h2 { margin-bottom: 26px; }
.show-copy > p:not(.section-label) { margin-top: 18px; max-width: 43ch; }
.show-copy .lead { font-size: 21px; }
.quiet { color: var(--muted); font-size: 15px; }
.nudges { padding-block: 65px; border-top: 1px solid var(--line); }
.nudge-pair { display: grid; grid-template-columns: 1fr 1fr; }
.nudge-half { padding: 0 55px 20px 0; }
.nudge-half + .nudge-half { padding: 0 0 20px 55px; border-left: 1px solid var(--line); }
.nudge-keepsake { position: relative; width: min(100%, 330px); height: 300px; margin: 15px auto 24px; }
.nudge-photo { width: 185px; padding: 9px 9px 0; background: var(--print); box-shadow: 0 5px 12px #34261d1a; transform: rotate(-5deg); }
.nudge-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.nudge-photo > span { display: block; font: 12px/1.4 var(--mono); padding: 14px 2px; }
.nudge-marker { position: absolute; top: 120px; right: 0; width: 125px; height: 132px; background: #e1e6dc; color: #354130; border: 1px solid #b5c0aa; border-radius: 3px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(5deg); box-shadow: 0 3px 5px #34261d0b; }
.nudge-marker > span { font: 55px/1.1 var(--serif); }
.nudge-marker small { font: 11px/1.5 var(--mono); letter-spacing: .1em; margin-top: 8px; }
.nudge-place { background: #eadac5; border-color: #c9ad89; color: #66482c; }
.nudge-place svg { width: 49px; height: 49px; }
.nudge-half h3 { font: 30px/1.2 var(--serif); margin-bottom: 15px; }
.nudge-half > p { color: var(--muted); max-width: 42ch; font-size: 16px; }
.nudge-note { font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 22px; margin-top: 20px; }
.how { border-top: 1px solid var(--line); padding-top: 70px; padding-bottom: 68px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading > p { color: var(--muted); max-width: 31ch; margin-bottom: 4px; }
.creation-walkthrough { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.creation-steps { list-style: none; padding: 0; margin: 0; }
.creation-steps li { display: flex; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.creation-steps li:first-child { border-top: 1px solid var(--line); }
.creation-steps li > span { font: 13px/2.4 var(--mono); color: var(--muted); }
.creation-steps h3 { font-size: 22px; margin-bottom: 9px; }
.creation-steps p { color: var(--muted); font-size: 16px; max-width: 32ch; }
.creation-steps li[data-active] > span { color: var(--leather); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; }
.creation-stage { padding: 32px; background: var(--desk); border-radius: 4px; }
.creation-editor { width: 100%; max-width: 340px; margin: auto; padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 8px 20px #34261d0a; }
.editor-heading { display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: 600; margin-bottom: 18px; }
.editor-done { color: #4c613e; opacity: 0; }
.creation-editor[data-phase='done'] .editor-done { opacity: 1; }
.creation-photo-area { position: relative; min-height: 246px; display: grid; place-items: center; }
.creation-print { width: 174px; height: 238px; padding: 10px 10px 0; border-radius: 9px; background: #fff; box-shadow: 0 3px 10px #34261d1a; overflow: hidden; }
.creation-print > div { position: relative; height: 177px; background: #394938; }
.creation-print img { width: 100%; height: 100%; object-fit: cover; }
.creation-print b { position: absolute; top: 9px; left: 7px; right: 7px; color: #fff; font: 600 11px/1.3 var(--sans); text-shadow: 0 1px 4px #000; }
.creation-print > span { display: flex; align-items: center; height: 50px; font: 11px var(--mono); color: #292723; }
.creation-picker { position: absolute; inset: 0; background: var(--paper); opacity: 0; visibility: hidden; }
.creation-editor[data-phase='pick'] .creation-picker { opacity: 1; visibility: visible; }
.creation-picker > p { font-size: 13px; margin-bottom: 12px; color: var(--muted); }
.picker-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.picker-photos > img, .picker-chosen { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 3px; }
.picker-chosen { position: relative; overflow: hidden; }
.picker-chosen img { width: 100%; height: 100%; object-fit: cover; }
.picker-chosen i { position: absolute; bottom: 6px; right: 6px; width: 23px; height: 23px; border-radius: 50%; background: var(--leather); color: #fff; font: 14px/23px var(--sans); text-align: center; opacity: 0; }
.creation-editor[data-selected] .picker-chosen { outline: 2px solid var(--leather); outline-offset: 1px; }
.creation-editor[data-selected] .picker-chosen i { opacity: 1; }
.editor-fields { display: grid; gap: 14px; margin-top: 20px; }
.editor-field > span { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 5px; }
.editor-field small { color: var(--muted); font-size: 11px; }
.editor-field p { min-height: 39px; padding: 8px 10px; background: var(--print); border: 1px solid var(--control); border-radius: 5px; font-size: 13px; line-height: 21px; }
.editor-field[data-writing] p { border-color: var(--leather); }
.editor-field[data-writing] p::after { content: ''; display: inline-block; vertical-align: -2px; height: 14px; border-right: 1px solid var(--leather); margin-left: 2px; }
.editor-add { display: flex; justify-content: center; gap: 8px; align-items: center; min-height: 43px; margin-top: 20px; padding: 10px 6px; background: #191817; color: #fff; border-radius: 7px; font-size: 12px; }
.editor-add svg { width: 20px; height: 20px; flex: none; }
.added-check { display: none; }
.creation-editor[data-phase='done'] .added-check { display: inline; }
.creation-editor[data-phase='done'] .editor-add { background: #354130; }
.creation-editor[data-phase='add'] .editor-add { transform: scale(.97); }
.motion-toggle { display: grid; place-items: center; width: 36px; height: 36px; padding: 8px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.motion-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.motion-toggle .play-icon, .motion-toggle[data-paused] .pause-icon { display: none; }
.motion-toggle[data-paused] .play-icon { display: block; }
.site-header nav { align-items: center; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; min-height: 56px; padding-top: 14px; padding-bottom: 14px; font-size: 16px; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary > span { font: 24px/1 var(--sans); font-weight: 300; flex: none; transition: transform .18s; }
details[open] > summary > span { transform: rotate(45deg); }
.questions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-top: 60px; padding-bottom: 60px; border-top: 1px solid var(--line); }
.questions h2 { max-width: 10ch; }
.question-list details { border-bottom: 1px solid var(--line); }
.question-list details:first-child { border-top: 1px solid var(--line); }
.question-list summary { padding-top: 19px; padding-bottom: 19px; font-size: 16px; }
.question-list details > p { padding: 0 24px 24px 0; max-width: 64ch; font-size: 15px; color: var(--muted); }
.closing { text-align: center; padding-top: 45px; padding-bottom: 80px; }
.closing > img { margin: 0 auto 22px; border-radius: 16px; }
.closing h2 { margin-bottom: 29px; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 30px; border-top: 1px solid var(--line); padding-top: 25px; padding-bottom: 35px; font-size: 14px; color: var(--muted); }
.site-footer nav { gap: 24px; }
.site-footer nav a { padding: 0; font-size: 14px; }
.skip-link { position: absolute; top: 8px; left: 12px; z-index: 10; transform: translateY(-150%); padding: 10px 15px; background: var(--print); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 1050px) {
  .page-width { width: calc(100% - 64px); }
  .hero { gap: 38px; }
  h1 { font-size: clamp(40px, 4.7vw, 48px); }
  .hero-copy .hero-description { font-size: 18px; }
  .show-tell { gap: 55px; }
  .questions { gap: 35px; }
  .nudge-half { padding-right: 30px; }
  .nudge-half + .nudge-half { padding-left: 30px; }
  .creation-walkthrough { gap: 35px; }
  .creation-stage { padding: 24px; }
}
@media (max-width: 760px) {
  .page-width { width: calc(100% - 40px); }
  .site-header { padding-block: 19px; gap: 12px; }
  .brand { font-size: 17px; gap: 8px; }
  .brand img { width: 34px; height: 34px; }
  nav { gap: 12px; }
  nav a { font-size: 14px; }
  .site-header nav a:nth-child(2) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-top: 20px; padding-bottom: 43px; }
  .hero-copy { max-width: 540px; }
  h1 { font-size: clamp(39px, 6.8vw, 53px); }
  .hero-copy h1 { margin-bottom: 22px; }
  .hero-copy > p:not(.eyebrow):not(.download-detail) { max-width: 43ch; }
  .eyebrow { margin-bottom: 17px; }
  .wallet-hero { justify-self: center; max-width: 410px; grid-row: 1; }
  .iphone { width: min(100%, 265px); border-radius: 43px; }
  .phone-screen { border-radius: 34px; }
  .show-tell { grid-template-columns: 1fr; gap: 35px; padding-top: 47px; padding-bottom: 45px; }
  .show-copy { grid-row: 1; }
  .show-copy h2 { margin-bottom: 21px; }
  .show-copy > p:not(.section-label) { max-width: 45ch; }
  .show-print { width: 245px; }
  .nudges { padding-block: 43px; }
  .nudge-pair { grid-template-columns: 1fr; }
  .nudge-half { padding: 0 0 30px; }
  .nudge-half + .nudge-half { padding: 32px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .nudge-keepsake { width: 295px; margin-bottom: 15px; }
  .nudge-half > p { max-width: 45ch; }
  .nudge-note { margin-top: 28px; }
  .how { padding-top: 44px; padding-bottom: 45px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading > p { margin-top: 20px; max-width: 40ch; }
  .section-heading > p br { display: none; }
  .creation-walkthrough { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .creation-stage { grid-row: 1; padding: 25px 20px; }
  .creation-steps li { padding-block: 20px; gap: 18px; }
  .creation-steps p { max-width: 44ch; }
  .questions { grid-template-columns: 1fr; gap: 26px; padding-block: 42px; }
  .questions h2 { max-width: none; }
  .question-list summary { font-size: 15px; }
  .closing { padding-top: 25px; padding-bottom: 50px; }
  .site-footer { display: block; }
  .site-footer nav { margin-top: 16px; flex-wrap: wrap; }
}
@media (max-width: 380px) {
  .site-header nav a:first-child { display: none; }
  .download { gap: 15px; font-size: 14px; padding-inline: 16px; }
  h1 { font-size: 39px; }
  .creation-stage { padding: 20px 12px; }
  .creation-editor { padding: 16px; }
  .show-choices { gap: 5px; }
  .show-choices > button { padding-inline: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
