/* Original BFU Suisse webfonts supplied with the site. */
@font-face { font-family: BFUSuisse; src: url('/assets/fonts/BFUSuisse-Regular-WebS.8b7f750.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: BFUSuisse; src: url('/assets/fonts/BFUSuisse-Medium-WebS.c6bdc50.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: BFUSuisse; src: url('/assets/fonts/BFUSuisse-Bold-WebS.d96a7ba.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root { --navy: #06182f; --rail: #112742; --red: #ff001f; --grey: #eeeff3; --rail-width: 136px; --space: 50px; color: var(--navy); font: 15px/1.875 BFUSuisse, sans-serif; background: var(--navy); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; background: #fff; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
figure, p, h1, h2, h3 { margin: 0; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img, video, svg { max-width: 100%; vertical-align: middle; }
img { height: auto; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration-color: var(--red); text-underline-offset: .22em; transition: color .35s ease; }
a:hover { color: var(--red); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
::selection { color: #fff; background: var(--red); }
main:focus, [tabindex='-1']:focus { outline: none; }
body:not(.page-home) > main { animation: page-enter .8s cubic-bezier(.165,.84,.44,1); }
@keyframes page-enter {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: none; }
}
h1 { font-size: 22px; line-height: 1.344; letter-spacing: .016em; font-weight: 700; }
h2 { font-size: 24px; line-height: 1.2; letter-spacing: .015em; }
h3 { font-size: 20px; line-height: 1.4; }
h1, h2, h3, legend, .main-nav a { overflow-wrap: anywhere; hyphens: auto; }
.hero-title { font-size: 32px; }
.ruled { padding-bottom: 0; }
.ruled::after { content: ''; display: block; height: 1px; width: 70px; background: currentColor; margin-top: 20px; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; margin-bottom: 10px; }
.theme-blue, .blue { color: #fff; background: var(--navy); }
.theme-grey, .grey { background: var(--grey); }
.white { background: #fff; }
.reading-column { width: 83.333333%; margin-inline: auto; }
.section { padding-block: var(--space); }
.prose > * + * { margin-top: 1.875em; }
.prose h2, .prose h3 { margin-top: 1.875em; }
.prose > :first-child { margin-top: 0; }
.prose ul { list-style: none; padding-left: 0; }
.prose li { position: relative; padding-left: 20px; }
.prose li::before { content: ''; position: absolute; left: 0; top: .72em; width: 9px; height: 9px; border-radius: 50%; background: var(--red); }
.prose a { overflow-wrap: anywhere; }
.prose a:not(.button):not(:has(img)) { position: relative; display: inline-block; text-decoration: none; }
.prose a:not(.button):not(:has(img))::after { content: ''; position: absolute; left: 0; bottom: .2em; height: 1px; width: 100%; background: var(--red); transition: width .35s ease; }
.prose a:not(.button):not(:has(img)):hover::after { right: 0; left: auto; width: 0; }
.prose p:empty { display: none; }
.lead { font-size: 20px; line-height: 1.708; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 32px; min-height: 44px; border: 1px solid #fff; border-radius: 44px; font-size: 12px; line-height: 1.5; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--navy); background: #fff; text-decoration: none; }
.button:hover { color: #fff; background: var(--red); border-color: var(--red); }
.button.dark { color: #fff; background: var(--navy); border-color: var(--navy); }
.button.dark:hover { background: var(--red); border-color: var(--red); }
.button.transparent { color: var(--navy); border-color: transparent; background: transparent; padding-inline: 0; }
.button.transparent:hover { color: var(--red); }
.button:disabled { opacity: .35; cursor: not-allowed; }
.skip-link { position: fixed; z-index: 50; top: 10px; left: 10px; padding: 10px 20px; background: #fff; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* Shared header, full-screen navigation and assistance sidebar. */
.site-header { height: 61px; display: flex; align-items: center; justify-content: center; }
.page-home > .site-header { position: absolute; inset: 0 0 auto; z-index: 2; }
.dark-header { background: var(--navy); }
.logo { display: block; width: 150px; line-height: 0; }
.logo img { display: block; width: 100%; }
.menu-toggle, .menu-close { position: fixed; right: 0; top: 0; width: 61px; height: 61px; border: 0; background: var(--rail); color: #fff; z-index: 25; }
.menu-toggle span, .menu-close span { position: absolute; left: calc(50% - 15px); top: calc(50% - 1px); width: 30px; height: 2px; background: #fff; }
.menu-toggle span:first-child { transform: translateY(-6px); }
.menu-toggle span:last-child { transform: translateY(6px); }
.menu-close span:first-child { transform: rotate(135deg); }
.menu-close span:last-child { transform: rotate(45deg); }
.site-menu[open] .menu-close span { animation: menu-line-open .15s cubic-bezier(.455,.03,.515,.955) both; }
.menu-toggle.is-returning span { animation: menu-line-open .15s cubic-bezier(.455,.03,.515,.955) reverse both; }
.menu-toggle span:first-child, .menu-close span:first-child { --line-offset: -6px; --line-angle: 135deg; }
.menu-toggle span:last-child, .menu-close span:last-child { --line-offset: 6px; --line-angle: 45deg; }
@keyframes menu-line-open {
  from { transform: translateY(var(--line-offset)); }
  to { transform: rotate(var(--line-angle)); }
}
.site-menu { inset: 0 0 0 auto; margin: 0; width: 100%; max-width: none; height: 100dvh; max-height: none; border: 0; padding: 0; color: #000; background: transparent; overflow-x: hidden; }
.site-menu::backdrop { background: rgb(3 20 41 / 80%); }
.site-menu[open]::backdrop { animation: menu-backdrop .16s ease-out both; }
.site-menu.is-closing::backdrop { animation: menu-backdrop-out .16s ease-in both; }
@keyframes menu-backdrop { from { opacity: 0; } to { opacity: 1; } }
@keyframes menu-backdrop-out { from { opacity: 1; } to { opacity: 0; } }
.site-menu .menu-close { left: var(--menu-button-left); right: auto; background: transparent; }
.menu-columns { display: grid; min-height: 100%; }
.menu-columns > div { padding: 100px 8.333vw 60px; background: var(--grey); }
.menu-columns > .system-links { padding: 60px 8.333vw; background: var(--rail); align-content: start; }
.site-menu .main-nav { gap: 30px; }
.site-menu .meta-nav { gap: 0; margin-top: 60px; }
@media (max-width: 639px) {
  .site-menu { scrollbar-width: none; }
  .site-menu .menu-close { left: auto; right: 0; width: 25%; background: var(--rail); }
  .site-menu .menu-columns { grid-template-columns: minmax(0, 3fr) minmax(0, 1fr); }
  .site-menu .menu-columns > div { min-width: 0; padding-top: 145px; }
  .site-menu .menu-columns > .system-links { padding: 100px 0 40px; justify-items: center; }
  .site-menu .system-links a { justify-content: center; width: 44px; min-height: 44px; }
  .site-menu .system-links span { display: none; }
}
.main-nav, .meta-nav { display: grid; gap: 16px; }
.main-nav a { font-size: clamp(20px, 5.6vw, 22px); line-height: 1.4; text-decoration: none; }
.meta-nav { margin-top: 50px; gap: 4px; }
.meta-nav a { font-size: 18px; text-decoration: none; }
[aria-current='page'] { color: var(--red); }
.system-links { display: grid; gap: 20px; }
.system-links a { display: flex; align-items: center; gap: 15px; color: #fff; text-decoration: none; }
.system-links a:hover, .system-links a[aria-current='page'] { color: var(--red); }
.system-links img { width: 40px; height: 40px; flex-shrink: 0; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .system-links img { transition: transform 160ms ease-out; }
  .system-links a:hover img, .system-links a:focus-visible img { transform: translateY(-1px) scale(1.06); }
}
.system-links a[aria-current='page'] img { box-sizing: content-box; padding: 10px; margin: -10px; border-radius: 50%; background: radial-gradient(circle at center, rgb(255 255 255 / 50%) 0, rgb(255 255 255 / 0%) 75%); }
.system-links span { font-size: 12px; line-height: 1.6; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.systems-rail { display: none; }
.rail-tooltip { position: fixed; z-index: 25; max-width: min(240px, calc(100vw - 32px)); padding: 8px 12px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 6px; background: var(--rail); color: #fff; box-shadow: 0 3px 12px rgb(0 0 0 / 18%); font-size: 12px; line-height: 1.5; }
.rail-tooltip::after { content: ''; position: absolute; top: 0; bottom: 0; left: 100%; width: 12px; }
.mobile-systems { padding: 65px 15% 35px; background: var(--rail); color: #fff; }
.mobile-systems .system-links img { width: 60px; height: 60px; }
.mobile-systems .system-links { gap: 25px; align-content: start; }
.mobile-systems.collapsed .system-links a:nth-child(n+5) { display: none; }
.mobile-systems-toggle { display: flex; align-items: center; justify-content: center; gap: 8px; max-width: 100%; margin: 30px auto 0; border: 0; color: #fff; background: transparent; font-size: 12px; }
.mobile-systems-toggle span { text-decoration: underline; }
.mobile-systems-toggle svg { flex-shrink: 0; }
.mobile-systems-toggle[aria-expanded='true'] svg { transform: rotate(180deg); }
@media (prefers-reduced-motion: no-preference) {
  .mobile-systems-toggle svg { transition: transform 200ms ease-in-out; }
}
.back-top { position: fixed; bottom: 20px; right: 20px; width: 46px; height: 46px; border-radius: 50%; background: #031429; color: #fff; text-align: center; text-decoration: none; font-size: 30px; line-height: 42px; z-index: 15; }

/* Home: original film, mobile still, typography and section proportions. */
.hero { position: relative; isolation: isolate; height: 90svh; max-height: 730px; min-height: 540px; background: #031429; overflow: hidden; color: #fff; }
.hero-background { position: absolute; z-index: -1; inset: 0; }
.hero-background picture, .hero-background img, .hero-video { display: block; position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-background picture { opacity: 0; }
.hero-background.show-fallback picture { opacity: 1; }
.hero-video { opacity: 0; }
.hero-video.is-playing { opacity: 1; }
.hero-copy { position: absolute; inset-inline: 8.333333%; bottom: 150px; }
.hero-copy h1 { font-size: 26px; line-height: 1.311; font-weight: 600; text-shadow: 0 2px 6px rgb(0 0 0 / 35%); }
.hero-copy h2 { font-size: 18px; line-height: 1.2; margin-top: 25px; }
.scroll-down { display: none; }
.hero-pause { position: absolute; bottom: 24px; right: 25px; color: #fff; background: transparent; border: 1px solid #fff; border-radius: 24px; padding: 4px 10px; font-size: 11px; line-height: 1.5; }
.accordion { margin-top: 50px; margin-bottom: 40px; border-bottom: 1px solid #c4c5cb; }
.accordion details { border-top: 1px solid #c4c5cb; }
.accordion summary { position: relative; list-style: none; padding: 28px 45px 28px 0; font-size: 18px; line-height: 1.4; font-weight: 700; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary > span { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 32px; line-height: 1; font-weight: 400; transition: transform .25s ease, color .25s ease; }
.accordion details[open]:not(.is-closing) summary > span { transform: translateY(-50%) rotate(135deg) scale(1.1); color: var(--red); }
.accordion .prose { padding: 0 20px 55px 0; }
.profile-teaser { display: grid; gap: 40px; width: 83.333333%; margin-inline: auto; }
.profile-teaser img { width: 100%; }
.profile-teaser h2 { font-size: 20px; line-height: 1.4; }
.profile-teaser p { margin-top: 20px; }
.profile-teaser .button { margin-top: 40px; }
.feature-heading { font-size: 26px; line-height: 1.35; }
.feature-video { margin: 50px auto; width: 100%; }
.explanation-video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #031429; }
.explanation-video::-webkit-media-controls-enclosure { background: transparent; }
.explanation-video::-webkit-media-controls-panel { background: transparent; opacity: 1; }
.explanation-video::-webkit-media-controls-timeline { background: transparent; }
.video-frame { position: relative; }
.video-frame::before, .video-frame::after { content: ''; position: absolute; top: 0; bottom: 0; width: 25%; pointer-events: none; z-index: 1; mask-image: linear-gradient(to bottom, #000 calc(100% - 120px), transparent calc(100% - 90px)); }
.video-frame::before { left: 0; background: linear-gradient(90deg, var(--navy), transparent); }
.video-frame::after { right: 0; background: linear-gradient(270deg, var(--navy), transparent); }

/* Content pages. */
.article-page, .faq-page { padding-block: var(--space); min-height: 65vh; }
.faq-page > h2 { margin-top: var(--space); }
.article-page small { display: block; font-size: 14px; }
.partner { display: grid; gap: 30px; margin-block: 50px; }
.partner img { width: 250px; max-height: 200px; object-fit: contain; }
.partner figure > * + * { margin-top: 25px; }
.partner p + p { margin-top: 1.875em; }
.overview-content { width: 83.333333%; margin: 0 auto; padding-bottom: var(--space); }
.overview-image { display: block; width: 100%; margin-block: 30px 50px; }
.overview-content .button { margin-top: 50px; }
.system-heading { width: 83.333333%; margin-inline: auto; }
.system-video { margin-block: 50px; }
.system-copy { width: 83.333333%; margin-inline: auto; padding-bottom: var(--space); }
.site-footer { color: var(--navy); background: #fff; }
.footer-nav { background: #e5e6eb; padding: 35px 8.333333%; display: flex; flex-wrap: wrap; gap: 12px 30px; }
.footer-nav a { font-size: 16px; text-decoration: none; }
.footer-closure { padding: 30px 8.333333%; display: flex; gap: 20px; flex-direction: column; }
.footer-closure small { font-size: 14px; }
.footer-closure img { width: 100px; height: 65px; object-fit: contain; }
.no-script-nav { display: flex; flex-wrap: wrap; gap: 25px; padding: 25px 8%; }

/* Profile test: ordinary form controls, one accessible step at a time. */
.quiz-intro { padding-block: var(--space); }
.quiz-intro-image { display: block; width: 100%; }
.quiz-form { display: grid; overflow: clip; background: var(--grey); }
.quiz-step { grid-area: 1 / 1; min-width: 0; display: grid; min-height: calc(100svh - 61px); background: var(--grey); }
.quiz-photo { display: none; }
.quiz-photo-frame { display: contents; }
.quiz-question { padding: 45px 8.333333% 80px; min-width: 0; }
.quiz-question fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.quiz-question legend { font-size: 26px; line-height: 1.344; font-weight: 700; width: 100%; padding: 0; }
.selection-hint { font-size: 14px; margin-top: 15px; }
.quiz-options { display: grid; gap: 10px; margin-top: 45px; }
.quiz-options label { display: flex; align-items: center; gap: 16px; padding: 15px 20px; background: #fff; border-radius: 4px; line-height: 1.6; cursor: pointer; }
.quiz-options label:has(input:checked) { box-shadow: inset 0 0 0 2px var(--navy); }
.quiz-options input { accent-color: var(--red); width: 22px; height: 22px; flex-shrink: 0; margin: 0; }
.quiz-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 45px; }
.quiz-results { padding-block: var(--space); min-height: 65vh; }
.result-list { list-style: none; padding: 0; margin-block: 50px; }
.result-list li { border-bottom: 1px solid #c4c5cb; }
.result-list a { display: flex; align-items: center; gap: 25px; padding: 20px 0; text-decoration: none; }
.result-list img { flex-shrink: 0; width: 60px; height: 60px; }
.result-list a > :last-child { margin-left: auto; }

@media (min-width: 640px) {
  :root { --space: 80px; }
  .site-header { height: 137px; }
  .logo { width: 200px; }
  .menu-toggle, .menu-close { top: 25px; right: 25px; width: 85px; height: 85px; }
  .menu-columns { grid-template-columns: 1fr 1fr; }
  .menu-columns > div { padding: 145px 35px 100px; }
  .menu-columns > .system-links { padding: 139px 35px 60px; }
  .main-nav a { font-size: clamp(20px, 2.8vw, 24px); }
  .reading-column { width: 66.666667%; }
  .hero-background { width: 170%; top: -10%; height: 110%; }
  .hero-copy h1 { font-size: 45px; font-weight: 700; }
  .hero-copy h2 { font-size: 24px; margin-top: 45px; }
  .accordion summary { font-size: 24px; padding-right: 70px; }
  .profile-teaser { width: 75%; grid-template-columns: 25vw 1fr; gap: 4.166667vw; align-items: center; }
  .profile-teaser h2 { font-size: 27px; }
  .mobile-systems .system-links { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 40px; }
  .mobile-systems .system-links a { flex-direction: column; text-align: center; }
  .overview-content { width: 66.666667%; }
  .quiz-step { grid-template-columns: 1fr 1fr; min-height: calc(100svh - 137px); }
  .quiz-photo { display: block; width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
  .quiz-question { padding: 60px 16.666667% 80px; }
  .quiz-question legend { font-size: 26px; }
}
@media (min-width: 1024px) {
  .partner { grid-template-columns: 1fr 1fr; }
  .main-nav a { font-size: 32px; }
  :root { --menu-width: 83.333333%; }
  .site-menu { width: var(--menu-width); }
  .menu-columns { grid-template-columns: 3fr 2fr; }
  .menu-columns > div { padding-inline: 50px; }
  .menu-columns > .system-links { padding-inline: 12%; }
  :root { --space: 100px; font-size: 20px; }
  h1 { font-size: 32px; }
  .hero-title { font-size: 45px; }
  .lead { font-size: 24px; }
  .has-rail > main, .has-rail > .site-footer { margin-right: var(--rail-width); transition: margin-right .16s ease-in-out; }
  .reading-column { width: 50%; }
  .site-header { position: relative; z-index: 1; }
  .hero { height: 100svh; max-height: none; min-height: 650px; }
  .hero-copy { top: 32%; bottom: auto; }
  .hero-copy h1 { font-size: 45px; }
  .hero-title-line { display: block; }
  .hero-copy h2 { margin-top: 45px; }
  .scroll-down { position: absolute; display: flex; align-items: center; justify-content: center; left: 8.333333%; bottom: 80px; width: 74px; height: 74px; border: 1px solid #fff; border-radius: 50%; color: #fff; text-decoration: none; font-size: 36px; }
  .mobile-systems { display: none; }
  .systems-rail { display: block; position: fixed; right: 0; top: 0; bottom: 0; width: var(--rail-width); background: var(--rail); z-index: 20; transition: width .16s ease-in-out; }
  .systems-rail .system-links { height: 100%; padding: 139px 48px 75px; overflow-y: auto; scrollbar-width: none; gap: 20px; align-content: start; transition: padding .16s ease-in-out; }
  .systems-rail .system-links span { display: none; }
  .systems-rail .system-links a { min-height: 40px; }
  .rail-toggle { position: absolute; top: calc(50% - 24px); left: -24px; width: 48px; height: 48px; border: 0; border-radius: 50%; color: #fff; background: var(--rail); box-shadow: 0 1px 3px #031429; font-size: 25px; transition: transform .16s ease-in-out; }
  .rail-expanded { --rail-width: calc(var(--menu-width) * .4); }
  .rail-expanded .systems-rail .system-links span { display: block; }
  .rail-expanded .systems-rail .system-links { padding-inline: 12%; }
  .rail-expanded .rail-toggle { transform: rotate(180deg); }
  .accordion { margin-bottom: 80px; }
  .accordion summary { padding-right: 100px; }
  .accordion summary > span { right: 36px; }
  .profile-teaser { width: 66.666667%; margin-left: 25%; }
  .profile-teaser .button { margin-top: 60px; }
  .feature-heading { font-size: 32px; }
  .feature-video { width: 75%; }
  .overview-content { width: 60%; margin-left: 9.35%; }
  .page-overview main { overflow: hidden; }
  .overview-image { width: 100vw; max-width: none; max-height: 600px; object-fit: cover; margin-left: -50%; }
  .system-heading { margin-left: 9.35%; width: 75%; }
  .system-video { width: 84%; margin-left: 9.35%; margin-block: 100px; }
  .system-copy { width: 75%; margin-left: 9.35%; }
  .footer-nav { justify-content: flex-end; padding-block: 35px; }
  .footer-closure { flex-direction: row; justify-content: space-between; align-items: center; padding-block: 25px; }
  .article-page small { font-size: 16px; }
  .quiz-intro { width: 41.666667%; margin-left: 16.666667%; }
  .quiz-question legend { font-size: 32px; }
  .quiz-question { padding-top: 70px; }
  .quiz-options { margin-top: 60px; }
  .quiz-results { width: 66.666667%; }
}
@media (min-width: 1440px) {
  .hero-background { width: 100%; }
  .overview-content { width: 47%; }
  .system-copy { width: 56%; }
  .quiz-results { width: 50%; }
}
@media (min-width: 1920px) {
  :root { --menu-width: 66.666667%; }
  .menu-columns > div { padding-inline: 100px; }
}
@media (max-width: 359px) {
  .mobile-systems { padding-inline: 8%; }
  .quiz-question { padding-inline: 6%; }
  .quiz-actions { gap: 18px; }
}
@media (max-width: 639px) {
  :root { --space: 43.75px; font-size: 13.125px; }
  .quiz-step { align-content: start; min-height: 0; }
  .quiz-question { padding-bottom: 32px; }
  .quiz-photo-frame { display: block; position: relative; order: 2; height: clamp(200px, 65vw, 300px); }
  .quiz-photo { display: block; width: 100%; height: 100%; object-fit: cover; }
  .quiz-photo-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(225deg, var(--grey), transparent 45%); pointer-events: none; }
  h1 { font-size: 19.25px; }
  h2 { font-size: 21px; }
  .hero-title { font-size: 28px; }
  .lead { font-size: 17.5px; }
  .site-header, .menu-toggle, .menu-close { height: 53.375px; }
  .menu-toggle, .menu-close { width: 53.375px; }
  .logo { width: 131.25px; }
  .hero { min-height: 480px; max-height: 638.75px; }
  .hero-background { top: -10%; height: 110%; }
  .hero-copy { bottom: 110px; }
  .hero-copy h1 { font-size: clamp(23px, 6.667vw, 25px); }
  .hero-copy h2 { font-size: 17px; margin-top: 24px; line-height: 1.25; }
  .mobile-systems { padding-top: 87.5px; }
  .mobile-systems .system-links img { width: 52.5px; height: 52.5px; }
  .mobile-systems .system-links span { font-size: 10.5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body:not(.page-home) > main { animation: none; }
  .systems-rail, .systems-rail .system-links, .rail-toggle, .has-rail > main, .has-rail > .site-footer { transition: none; }
  .site-menu[open]::backdrop { animation: none; }
  .site-menu[open] .menu-close span, .menu-toggle.is-returning span { animation: none; }
  .hero-background picture { opacity: 1; }
  .hero-video.is-playing { opacity: 0; }
  .accordion summary > span { transition: none; }
  a, .prose a:not(.button):not(:has(img))::after { transition: none; }
}
