/* Clarté humaine: approved 25 September 2026. Legacy secondary pages retain
   their content components; shared chrome and the new journeys use this theme. */
:root {
  --ink: #0b0d13;
  --surface: #141720;
  --surface-2: #1b1f2a;
  --text: #f6f5fa;
  --muted: #b5b8c5;
  --line: #2b2e39;
  --violet: #b59afa;
  --orange: #ffb17d;
  --cyan: #8dded3;
  --radius-lg: 20px;
  --radius-md: 20px;
  --content: 1120px;
  --page-inset: 80px;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 24px;
}

body,body.service-page-individuals,body.service-page-businesses {
  background: var(--ink);
  min-width: 0;
  overflow-x: visible;
  font-size: 15px;
  line-height: 1.6;
}

[hidden] {
  display: none!important;
}

figure {
  margin: 0;
}

h1,h2,h3,p {
  margin: 0;
}

h1 {
  font-size: clamp(38px,5.2vw,64px);
  font-weight: 720;
  line-height: 1.06;
  letter-spacing: -.055em;
  text-wrap: balance;
  max-width: none;
}

h1 em {
  font-style: normal;
  color: var(--violet);
}

h2 {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -.04em;
  font-weight: 650;
}

h3 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

a,button {
  touch-action: manipulation;
}

button,summary {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 5px;
}

input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline: 2px solid var(--violet);
  outline-offset: 2px;
}

.section-label,.eyebrow {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .14em;
  margin: 0 0 16px;
}

.eyebrow>span {
  display: none;
}

.hero-lead {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 520px;
  margin-top: 21px;
}

.button,.button-light {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  background: var(--violet);
  color: #171125;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
  transition: background .15s;
}

.button:hover,.button:focus-visible {
  transform: none;
  background: #c8b2ff;
  box-shadow: none;
}

.text-link {
  font-size: 13px;
  font-weight: 500;
  min-height: 44px;
  align-items: center;
  color: var(--muted);
}

.hero-actions {
  margin-top: 25px;
  gap: 15px;
}

.hero-actions .text-link {
  min-height: 44px;
}

.site-header,.site-header.is-scrolled {
  position: relative;
  top: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1224px;
  width: calc(100% - 56px);
  min-height: 0;
  margin: 0 auto;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: var(--ink);
  box-shadow: none;
  backdrop-filter: none;
}

.brand-logo {
  width: 136px;
  height: 54px;
  object-fit: contain;
}

.main-navigation {
  position: static;
  display: flex;
  flex-direction: row;
  gap: 22px;
  margin: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
}

.main-navigation a {
  white-space: nowrap;
  padding: 14px 0;
}

.header-actions {
  margin-left: auto;
  gap: 6px;
  flex-shrink: 0;
}

.header-contact-button {
  min-height: 44px;
  font-size: 12px;
  padding: 10px 14px;
}

.menu-toggle {
  display: none;
  flex: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  width: 44px;
  height: 44px;
  padding: 10px;
  order: 4;
}

.main-navigation .mobile-contact-link,.main-navigation .mobile-language-link {
  display: none;
}

.reveal,.reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.clarity-hero {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr);
  gap: 32px 38px;
  align-items: center;
  padding: 44px 0 32px;
}

.clarity-intro {
  min-width: 0;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin: 18px 0 0;
  font-size: 11px;
  color: var(--muted);
}

.trust-list li {
  align-items: center;
}

.clarity-portrait {
  overflow: hidden;
  border-radius: 44px 14px 34px 14px;
  background: var(--surface);
}

.clarity-portrait>img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: 50% 46%;
}

.clarity-portrait figcaption {
  padding: 13px 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
}

.clarity-portrait figcaption span:last-child {
  color: var(--violet);
  white-space: nowrap;
}

.clarity-audiences {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.clarity-audience {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) 20px;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}

.clarity-audience:hover {
  background: var(--surface-2);
  border-color: #777385;
}

.clarity-audience small,.clarity-audience strong,.audience-summary {
  display: block;
}

.clarity-audience small,.audience-summary {
  color: var(--muted);
  font-size: 11px;
}

.clarity-audience strong {
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.02em;
}

.audience-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #33251f;
  color: var(--orange);
}

.clarity-audience-business .audience-icon {
  color: var(--cyan);
  background: #183130;
}

.audience-icon svg,.need-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.clarity-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 30px;
}

.clarity-section-heading>h2 {
  max-width: 580px;
}

.clarity-section-heading>p {
  max-width: 330px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.clarity-needs {
  padding-block: 60px;
}

.clarity-need-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-block: 1px solid var(--line);
}

.clarity-need {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  min-width: 0;
}

.clarity-need:first-child {
  padding-left: 0;
}

.clarity-need:last-child {
  padding-right: 0;
}

.clarity-need+.clarity-need {
  border-left: 1px solid var(--line);
}

.need-icon {
  color: var(--violet);
  margin-bottom: 18px;
}

.clarity-need p {
  color: var(--muted);
  font-size: 13px;
  margin: 15px 0 24px;
}

.clarity-need>span:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  margin-top: auto;
}

.clarity-need:hover>span:last-child {
  color: var(--violet);
}

.clarity-method {
  background: #edeae3;
  color: #262630;
  padding-block: 44px;
}

.clarity-method .section-label {
  color: #665f73;
}

.clarity-method .clarity-section-heading>p {
  color: #5b5864;
}

.clarity-steps {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 30px;
}

.clarity-steps li {
  padding-top: 18px;
  border-top: 1px solid #c6c3c0;
}

.clarity-steps li>span {
  font-size: 12px;
  color: #706278;
}

.clarity-steps h3 {
  font-size: 18px;
  margin-block: 10px;
  font-weight: 650;
}

.clarity-steps p {
  font-size: 13px;
  color: #5b5864;
}

.clarity-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 40px;
  padding-block: 54px;
}

.clarity-faq details {
  border-bottom: 1px solid var(--line);
}

.clarity-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  min-height: 54px;
  list-style: none;
  font-size: 13px;
}

.clarity-faq summary::-webkit-details-marker,.clarity-situation summary::-webkit-details-marker {
  display: none;
}

.clarity-faq summary span,.clarity-situation summary>b {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}

.clarity-faq details[open] summary span,.clarity-situation[open] summary>b {
  transform: rotate(45deg);
}

.clarity-faq details p {
  color: var(--muted);
  padding: 0 26px 18px 0;
  font-size: 13px;
}

.faq-more {
  margin-top: 12px;
}

.clarity-trust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px;
  border-block: 1px solid var(--line);
  margin-bottom: 28px;
}

.clarity-trust h2 {
  font-size: 13px;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
}

.clarity-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}

.clarity-client {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 112px;
  height: 72px;
  padding: 7px 10px;
  border-radius: 10px;
}

.clarity-client-light {
  background: #fff;
}

.clarity-client-dark {
  background: #000;
}

.clarity-client img {
  width: auto;
  max-width: 100%;
  height: 58px;
  object-fit: contain;
}

.contact-band {
  padding: 32px;
  gap: 28px;
  background: #1b1726;
  color: var(--text);
  border: 1px solid #40324f;
  margin-bottom: 48px;
}

.contact-band h2 {
  font-size: 28px;
  letter-spacing: -.04em;
  line-height: 1.15;
}

.contact-band .section-label {
  color: var(--violet);
  margin-bottom: 10px;
}

.contact-band p:last-child:not(.section-label) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
}

.contact-band .button {
  min-width: 0;
  min-height: 48px;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 13px;
  white-space: normal;
}

.site-footer {
  padding-block: 27px;
  grid-template-columns: 136px minmax(0,1fr) minmax(130px,.5fr);
  gap: 25px;
  font-size: 11px;
}

.site-footer .brand {
  grid-column: auto;
}

.footer-links {
  flex-wrap: wrap;
  gap: 6px 16px;
}

.footer-links a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}

.clarity-service-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 42px;
  align-items: center;
  padding-block: 48px;
}

.clarity-service-hero h1 {
  font-size: clamp(36px,4.8vw,58px);
}

.service-page-individuals h1 em {
  color: var(--orange);
}

.service-page-businesses h1 em {
  color: var(--cyan);
}

.clarity-service-photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 40px 12px 40px 12px;
}

.clarity-situations {
  padding-block: 16px 44px;
}

.clarity-situations h2 {
  font-size: 28px;
}

.clarity-situation {
  border-bottom: 1px solid var(--line);
}

.clarity-situation:first-of-type {
  border-top: 1px solid var(--line);
}

.clarity-situation summary {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 35px minmax(0,1fr) 20px;
  align-items: center;
  gap: 18px;
  list-style: none;
}

.clarity-situation summary>span {
  font-size: 11px;
  color: var(--muted);
}

.clarity-situation summary strong {
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -.02em;
}

.clarity-situation summary>b {
  color: var(--violet);
}

.clarity-situation>div {
  padding: 0 0 24px 53px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 28px;
}

.clarity-situation p {
  max-width: 580px;
  font-size: 14px;
  color: var(--muted);
}

.clarity-situation a {
  color: var(--violet);
  flex-shrink: 0;
}

.detail-section {
  padding-bottom: 44px;
}

.detail-card {
  min-height: 0;
  padding: 24px;
  background: var(--surface);
}

.detail-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.detail-card p {
  font-size: 14px;
}

.detail-card .service-icon {
  margin-bottom: 18px;
}

.page-hero {
  min-height: 0;
  padding: 48px 0 36px;
}

.page-hero h1 {
  max-width: 1000px;
}

.page-hero .hero-lead {
  margin-top: 18px;
}

.contact-hero {
  padding: 42px 0 28px;
}

.contact-hero h1 {
  font-size: 40px;
}

.contact-layout {
  grid-template-columns: 1.45fr .8fr;
  gap: 32px;
  padding-bottom: 52px;
  align-items: start;
}

.contact-form-panel {
  padding: 24px;
  border-radius: 20px;
  background: var(--surface);
  min-width: 0;
}

.profile-choice {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.profile-choice label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 46px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--ink);
}

.profile-choice label:has(:checked) {
  border-color: var(--violet);
  background: #231e32;
}

.profile-choice input {
  position: static;
  opacity: 1;
  margin: 0;
  flex: none;
  accent-color: var(--violet);
}

.profile-choice label>span,.profile-choice input:checked+span {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  gap: 7px;
}

.profile-choice .profile-icon {
  width: 22px;
  height: 22px;
  background: none;
}

.profile-choice input:focus-visible+span {
  outline: 0;
}

.form-grid {
  gap: 16px 14px;
}

.field {
  min-width: 0;
}

.field>span {
  font-size: 12px;
}

.field>span small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}

.field input,.field select,.field textarea {
  border-color: #414350;
  border-radius: 9px;
  background: #0d1018;
  min-height: 44px;
  font-size: 16px;
  line-height: 1.4;
}

.field textarea {
  min-height: 110px;
}

.field input[aria-invalid=true],.field select[aria-invalid=true],.field textarea[aria-invalid=true] {
  border-color: #f6a3b3;
}

.field .field-error,.field-error {
  font-size: 12px;
  color: #ffbac7;
}

.form-message-error a {
  text-decoration: underline;
}

.form-message-error ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.form-message-success a {
  text-decoration: underline;
}

.form-hint {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 18px;
}

.profile-choice.field-invalid {
  border: 1px solid #f6a3b3;
  padding: 8px;
}

.contact-details {
  position: static;
  padding: 12px 0 0 4px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.contact-details h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

.contact-details dt {
  font-size: 11px;
}

.contact-details dd {
  font-size: 17px;
  font-weight: 500;
}

.contact-note {
  font-size: 12px;
}

.privacy-check {
  margin: 18px 0;
  font-size: 12px;
}

.privacy-check input {
  width: 16px;
  height: 16px;
  flex: none;
}

.privacy-content,.legal-content,.values-section,.faq-list {
  padding-bottom: 60px;
}

@media(max-width:1050px) {
  .main-navigation {
    gap: 13px;
  }
  .site-header {
    gap: 12px;
  }
  .brand-logo {
    width: 112px;
    height: 46px;
  }
  .header-contact-button {
    font-size: 11px;
  }
  .language-link {
    min-width: 36px;
    padding: 6px;
  }
}

@media(max-width:900px) {
  :root {
    --page-inset: 48px;
  }
  .site-header {
    flex-wrap: wrap;
  }
  .header-actions {
    order: 2;
  }
  .menu-toggle {
    order: 3;
  }
  .main-navigation {
    order: 4;
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin: 0;
    background: var(--surface);
    padding: 10px 16px;
    border-radius: 12px;
  }
  .main-navigation a {
    padding: 12px 0;
  }
  .main-navigation .mobile-contact-link,.main-navigation .mobile-language-link {
    display: flex;
  }
  .js-enabled .menu-toggle:not([hidden]) {
    display: block;
  }
  .js-enabled .main-navigation:not(.is-open) {
    display: none;
  }
  .main-navigation a.is-active::after {
    display: none;
  }
  .clarity-portrait figcaption span:last-child {
    display: none;
  }
  .clarity-portrait>img {
    height: 275px;
  }
}

@media(min-width:901px) {
  .menu-toggle {
    display: none!important;
  }
}

@media(max-width:720px) {
  .site-header {
    width: calc(100% - 36px);
    padding: 10px 0;
    margin: 0 auto;
    gap: 10px;
  }
  .brand-logo {
    width: 118px;
    height: 45px;
  }
  .clarity-hero {
    grid-template-columns: 1fr;
    padding-top: 28px;
    gap: 22px;
  }
  .clarity-intro {
    grid-row: 1;
  }
  .clarity-audiences {
    grid-row: 2;
  }
  .clarity-portrait {
    grid-row: 3;
    border-radius: 28px 10px 28px 10px;
  }
  .clarity-portrait>img {
    height: 200px;
    object-position: 50% 41%;
  }
  .clarity-portrait figcaption {
    padding: 10px 13px;
  }
  h1 {
    font-size: 46px;
  }
  .hero-lead {
    font-size: 14px;
    line-height: 1.65;
    max-width: 580px;
    margin-top: 16px;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }
  .trust-list {
    margin-top: 12px;
  }
  .clarity-audience {
    padding: 14px;
    gap: 10px;
    grid-template-columns: 32px minmax(0,1fr) 16px;
  }
  .audience-icon {
    width: 32px;
    height: 36px;
    background: none!important;
  }
  .clarity-audience strong {
    font-size: 16px;
  }
  .audience-summary {
    display: none;
  }
  .clarity-section-heading {
    display: block;
    margin-bottom: 24px;
  }
  .clarity-section-heading>p {
    margin-top: 15px;
  }
  .clarity-needs {
    padding-block: 38px;
  }
  .clarity-faq {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 36px;
  }
  .clarity-trust {
    display: block;
    padding-block: 20px;
  }
  .clarity-logo-list {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
  }
  .clarity-client {
    width: 100%;
    max-width: 112px;
  }
  .contact-band {
    display: block;
    padding: 24px;
    margin-bottom: 32px;
  }
  .contact-band .button {
    margin-top: 20px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 15px;
    align-items: start;
  }
  .footer-links {
    justify-content: flex-start;
  }
  .clarity-service-hero {
    grid-template-columns: 1fr;
    padding-block: 32px;
    gap: 24px;
  }
  .clarity-service-hero h1 {
    font-size: 42px;
  }
  .clarity-service-photo img {
    height: 210px;
    object-position: 50% 40%;
  }
  .clarity-situation>div {
    display: block;
    padding-left: 0;
  }
  .clarity-situation a {
    margin-top: 10px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-details {
    padding: 6px 0;
  }
  .contact-hero {
    padding-top: 28px;
  }
  .contact-hero h1 {
    font-size: 35px;
  }
}

@media(max-width:460px) {
  :root {
    --page-inset: 36px;
  }
  .site-header {
    width: calc(100% - 28px);
    gap: 8px;
  }
  .brand-logo {
    width: 104px;
    height: 42px;
  }
  .header-contact-button {
    font-size: 11px;
    gap: 5px;
    padding: 10px 11px;
    max-width: 142px;
    white-space: normal;
    line-height: 1.25;
  }
  .header-contact-button>span:last-child {
    display: none;
  }
  .header-actions .language-link {
    display: none;
  }
  .menu-toggle {
    width: 40px;
    padding: 8px;
  }
  h1 {
    font-size: 38px;
    line-height: 1.08;
  }
  .eyebrow {
    margin-bottom: 12px;
  }
  .clarity-intro .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .clarity-intro .text-link {
    justify-content: center;
    min-height: 34px;
  }
  .clarity-audiences {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .clarity-audience {
    padding: 10px 13px;
    min-height: 65px;
    border-radius: 14px;
    grid-template-columns: 30px minmax(0,1fr) 16px;
  }
  .clarity-portrait>img {
    height: 180px;
  }
  .clarity-need-grid {
    grid-template-columns: 1fr;
  }
  .clarity-need,.clarity-need:first-child,.clarity-need:last-child {
    padding: 23px 0;
    display: grid;
    grid-template-columns: 30px minmax(0,1fr);
    gap: 0 12px;
  }
  .clarity-need+.clarity-need {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .need-icon {
    grid-row: 1/3;
    margin: 3px 0 0;
  }
  .clarity-need h3 {
    font-size: 21px;
  }
  .clarity-need p {
    margin: 10px 0 14px;
  }
  .clarity-need>span:last-child {
    grid-column: 2;
  }
  h2 {
    font-size: 28px;
  }
  .clarity-method {
    padding-block: 30px;
  }
  .clarity-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
  }
  .clarity-steps li {
    display: grid;
    grid-template-columns: 28px minmax(0,1fr);
    gap: 0 12px;
    padding-top: 16px;
  }
  .clarity-steps h3 {
    margin: 0 0 7px;
  }
  .clarity-steps p {
    grid-column: 2;
  }
  .clarity-steps li>span {
    padding-top: 4px;
  }
  .contact-band h2 {
    font-size: 26px;
  }
  .clarity-service-hero h1 {
    font-size: 38px;
  }
  .clarity-service-hero .button {
    width: 100%;
  }
  .clarity-situation summary {
    gap: 10px;
    grid-template-columns: 24px minmax(0,1fr) 20px;
  }
  .clarity-situation summary strong {
    font-size: 16px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero h1 {
    font-size: 34px;
  }
  .contact-form-panel {
    padding: 18px 14px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .profile-choice {
    gap: 7px;
  }
  .profile-choice label {
    padding: 10px 7px;
    gap: 6px;
  }
  .profile-choice span {
    font-size: 11px;
  }
  .profile-icon {
    display: none;
  }
  .form-submit {
    width: 100%;
  }
  .field>span {
    flex-wrap: wrap;
  }
  .clarity-client {
    height: 64px;
    padding: 6px;
  }
  .clarity-client img {
    height: 52px;
  }
}

@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    scroll-behavior: auto!important;
    transition: none!important;
  }
}
