/*
Theme Name: UNIVENTRA Atlas
Theme URI: https://www.univentra.de/
Author: UNIVENTRA
Author URI: https://www.univentra.de/
Description: Eigenständiges WordPress-Theme für UNIVENTRA im Atlas-Design. Optimiert für individuelle Gruppenreisen und mobile Endgeräte.
Version: 1.3.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: univentra-atlas
*/

:root {
  --parchment: #f3ebdd;
  --parchment-deep: #e8dcc7;
  --paper: #faf6ed;
  --pine: #173f35;
  --pine-dark: #102b26;
  --teal: #2e7c79;
  --teal-soft: #8ab2ad;
  --brass: #aa8554;
  --sand: #d9c9ae;
  --ink: #102b26;
  --white: #fffdf8;
  --display: "Arial Narrow", "Nimbus Sans Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

.skip-link {
  background: var(--paper);
  color: var(--pine-dark);
  font-weight: 700;
  left: 16px;
  padding: 12px 16px;
  position: fixed;
  top: -100px;
  z-index: 99999;
}

.skip-link:focus {
  top: 16px;
}

body::selection {
  background: var(--teal);
  color: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

svg {
  display: block;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(243, 235, 221, 0.9);
  border-bottom: 1px solid rgba(23, 63, 53, 0.16);
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  height: 92px;
  left: 0;
  padding: 0 clamp(24px, 5.5vw, 88px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand-logo-link {
  align-items: center;
  display: inline-flex;
  justify-self: start;
  line-height: 0;
}

.brand-logo {
  display: block;
  height: auto;
  max-width: 100%;
}

.site-header .brand-logo-link {
  min-width: 0;
}

.brand-logo-header {
  width: clamp(185px, 16vw, 225px);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 12px;
  justify-self: start;
  letter-spacing: -0.06em;
  line-height: 1;
}

.compass-mark {
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: inline-grid;
  flex: 0 0 auto;
  height: 28px;
  place-items: center;
  position: relative;
  width: 28px;
}

.compass-mark::before,
.compass-mark::after,
.compass-mark span::before,
.compass-mark span::after {
  background: currentColor;
  content: "";
  position: absolute;
}

.compass-mark::before {
  height: 18px;
  left: 12px;
  top: 4px;
  transform: rotate(24deg);
  width: 1.5px;
}

.compass-mark::after {
  border-color: currentColor transparent transparent;
  border-style: solid;
  border-width: 7px 3px 0;
  background: none;
  left: 12px;
  top: 1px;
  transform: rotate(24deg) translateX(-2px);
}

.compass-mark span::before {
  height: 1px;
  left: -14px;
  top: 13px;
  width: 28px;
}

.compass-mark span::after {
  border-radius: 50%;
  height: 3px;
  left: -1px;
  top: 12px;
  width: 3px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(20px, 2.3vw, 40px);
  justify-content: center;
}

.desktop-nav ul {
  align-items: center;
  display: flex;
  gap: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-nav a {
  font-size: 0.92rem;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}

.desktop-nav a::after {
  background: var(--teal);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
  width: 100%;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  align-items: center;
  border: 1px solid var(--pine);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 10px;
  justify-self: end;
  padding: 11px 17px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-cta svg,
.button svg,
.text-link svg,
.region-card a svg,
.contact-actions > a > svg:last-child {
  height: 18px;
  transition: transform 180ms ease;
  width: 18px;
}

.header-cta:hover {
  background: var(--pine);
  color: var(--white);
  transform: translateY(-2px);
}

.header-cta:hover svg,
.button:hover svg,
.text-link:hover svg,
.region-card a:hover svg,
.contact-actions a:hover > svg:last-child {
  transform: translateX(4px);
}

.mobile-menu {
  display: none;
  justify-self: end;
  position: relative;
}

.mobile-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-logo-link {
  align-items: center;
  display: inline-flex;
}

.custom-logo {
  height: auto;
  max-height: 50px;
  max-width: 210px;
  width: auto;
}

.hero {
  background:
    radial-gradient(circle at 72% 32%, rgba(46, 124, 121, 0.1), transparent 29%),
    radial-gradient(circle at 16% 72%, rgba(170, 133, 84, 0.09), transparent 26%),
    repeating-linear-gradient(14deg, rgba(16, 43, 38, 0.018) 0, rgba(16, 43, 38, 0.018) 1px, transparent 1px, transparent 5px),
    var(--parchment);
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  min-height: 900px;
  overflow: hidden;
  padding: 184px clamp(24px, 6vw, 96px) 120px;
  position: relative;
}

.hero::after {
  border: 1px solid rgba(170, 133, 84, 0.4);
  border-radius: 50%;
  content: "";
  height: min(64vw, 980px);
  position: absolute;
  right: -23vw;
  top: 38px;
  width: min(64vw, 980px);
}

.coordinate-rail {
  align-items: center;
  bottom: 128px;
  color: var(--teal);
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
  font-weight: 700;
  justify-content: space-between;
  left: clamp(20px, 2.2vw, 36px);
  letter-spacing: 0.26em;
  position: absolute;
  top: 230px;
  writing-mode: vertical-rl;
  z-index: 4;
}

.coordinate-rail::before {
  background: rgba(170, 133, 84, 0.7);
  bottom: 42px;
  content: "";
  left: 50%;
  position: absolute;
  top: 42px;
  width: 1px;
}

.coordinate-rail span {
  background: var(--parchment);
  position: relative;
  z-index: 1;
}

.hero-copy {
  align-self: center;
  max-width: 670px;
  position: relative;
  z-index: 8;
}

.eyebrow {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact-section h2 {
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -0.065em;
  margin: 0;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(5rem, 6.7vw, 7.6rem);
  line-height: 0.87;
  max-width: 650px;
}

.brass-rule {
  background: var(--brass);
  height: 4px;
  margin: 34px 0 24px;
  width: 76px;
}

.hero-intro {
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.65;
  margin: 0;
  max-width: 575px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 1px solid var(--pine);
  border-radius: 12px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 750;
  gap: 14px;
  justify-content: center;
  min-height: 58px;
  padding: 15px 24px;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  box-shadow: 0 14px 26px rgba(16, 43, 38, 0.12);
  transform: translateY(-2px);
}

.button-primary {
  background: var(--pine);
  color: var(--white);
}

.button-primary:hover {
  background: var(--teal);
  border-color: var(--teal);
}

.button-secondary:hover {
  background: rgba(255, 253, 248, 0.55);
}

.atlas-visual {
  align-self: stretch;
  min-height: 610px;
  position: relative;
  z-index: 6;
}

.atlas-grid {
  background:
    repeating-radial-gradient(ellipse at 48% 48%, transparent 0 26px, rgba(46, 124, 121, 0.13) 27px 28px),
    repeating-linear-gradient(90deg, transparent 0 83px, rgba(46, 124, 121, 0.11) 84px 85px),
    repeating-linear-gradient(0deg, transparent 0 83px, rgba(46, 124, 121, 0.1) 84px 85px);
  border: 1px solid rgba(46, 124, 121, 0.16);
  border-radius: 50%;
  height: 780px;
  left: -4%;
  opacity: 0.9;
  position: absolute;
  top: -116px;
  transform: rotate(-8deg);
  width: 780px;
}

.atlas-grid::before,
.atlas-grid::after {
  border: 1px solid rgba(170, 133, 84, 0.5);
  border-radius: 48%;
  content: "";
  position: absolute;
}

.atlas-grid::before {
  inset: 42px 170px;
}

.atlas-grid::after {
  inset: 170px 40px;
}

.atlas-coordinate {
  color: rgba(16, 43, 38, 0.5);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  position: absolute;
  z-index: 2;
}

.atlas-coordinate-one { left: 10%; top: 7%; transform: rotate(-76deg); }
.atlas-coordinate-two { right: 7%; top: 40%; transform: rotate(90deg); }
.atlas-coordinate-three { bottom: 4%; left: 47%; }

.route-line {
  height: 630px;
  left: 3%;
  overflow: visible;
  position: absolute;
  top: -18px;
  width: 94%;
  z-index: 4;
}

.route-line path {
  animation: draw-route 1.25s 350ms both ease-out;
  stroke: var(--brass);
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  stroke-linecap: round;
  stroke-width: 4;
}

.route-line circle {
  fill: var(--paper);
  stroke: var(--brass);
  stroke-width: 4;
}

.destination-card {
  background: var(--paper);
  border: 1px solid rgba(170, 133, 84, 0.9);
  border-radius: 100px 100px 14px 14px;
  box-shadow: 0 20px 38px rgba(16, 43, 38, 0.18);
  margin: 0;
  overflow: hidden;
  padding: 7px;
  position: absolute;
  transition: transform 300ms ease, box-shadow 300ms ease;
  z-index: 5;
}

.destination-card:hover {
  box-shadow: 0 26px 48px rgba(16, 43, 38, 0.25);
  transform: translateY(-5px) scale(1.025);
}

.destination-card img {
  border-radius: 94px 94px 9px 9px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.destination-card figcaption {
  background: var(--paper);
  bottom: 7px;
  font-size: 0.58rem;
  font-weight: 800;
  left: 7px;
  letter-spacing: 0.16em;
  padding: 7px 9px 5px;
  position: absolute;
  text-transform: uppercase;
}

.destination-andes {
  height: 262px;
  left: 10%;
  top: -10px;
  transform: rotate(-2deg);
  width: 184px;
}

.destination-asia {
  height: 226px;
  right: 0;
  top: 90px;
  transform: rotate(2deg);
  width: 160px;
}

.destination-coast {
  bottom: 5px;
  height: 270px;
  left: 48%;
  transform: translateX(-50%) rotate(1deg);
  width: 192px;
}

.destination-andes:hover { transform: rotate(-2deg) translateY(-5px) scale(1.025); }
.destination-asia:hover { transform: rotate(2deg) translateY(-5px) scale(1.025); }
.destination-coast:hover { transform: translateX(-50%) rotate(1deg) translateY(-5px) scale(1.025); }

.proof-line {
  align-items: center;
  bottom: 48px;
  display: flex;
  font-size: clamp(0.72rem, 1.1vw, 0.92rem);
  font-weight: 700;
  gap: clamp(14px, 2vw, 30px);
  grid-column: 1 / -1;
  justify-content: center;
  left: clamp(24px, 6vw, 96px);
  letter-spacing: 0.015em;
  position: absolute;
  right: clamp(24px, 6vw, 96px);
  z-index: 8;
}

.proof-line::before,
.proof-line::after {
  background: rgba(170, 133, 84, 0.7);
  content: "";
  flex: 1;
  height: 1px;
}

.proof-line i {
  background: var(--brass);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.statement-band {
  align-items: center;
  background: var(--pine);
  color: var(--white);
  display: flex;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  font-stretch: condensed;
  font-weight: 800;
  gap: clamp(18px, 3vw, 46px);
  justify-content: center;
  letter-spacing: 0.03em;
  min-height: 92px;
  overflow: hidden;
  padding: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.statement-band i {
  color: var(--brass);
  font-family: var(--sans);
  font-style: normal;
}

.social-connect {
  background: var(--paper);
  border-bottom: 1px solid rgba(23, 63, 53, 0.14);
  padding: 18px clamp(24px, 6vw, 96px);
}

.social-connect-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1390px;
}

.social-connect-inner > p {
  color: var(--brass);
  flex: 0 0 auto;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0;
  text-transform: uppercase;
}

.social-connect-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.social-connect-links > a,
.social-connect-links > .social-placeholder {
  align-items: center;
  border: 1px solid rgba(23, 63, 53, 0.2);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 750;
  gap: 9px;
  min-height: 42px;
  padding: 9px 16px;
}

.social-connect-links > a {
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.social-connect-links > a:hover {
  background: var(--pine);
  border-color: var(--pine);
  color: var(--white);
  transform: translateY(-2px);
}

.social-connect-links > .social-whatsapp {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

.social-connect-links small {
  font-size: 0.64rem;
  font-weight: 650;
  opacity: 0.72;
}

.social-connect-links > .social-placeholder {
  color: rgba(16, 43, 38, 0.58);
  cursor: default;
}

.section {
  padding: clamp(96px, 10vw, 156px) clamp(24px, 6vw, 96px);
}

.section-heading {
  margin: 0 auto 68px;
  max-width: 1390px;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
}

.section h2,
.contact-section h2 {
  font-size: clamp(3.4rem, 6vw, 6.7rem);
  line-height: 0.91;
}

.split-heading > p {
  border-left: 2px solid var(--brass);
  font-size: 1.05rem;
  margin: 0 0 6px;
  padding-left: 28px;
}

.regions-section {
  background:
    linear-gradient(rgba(16, 43, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 43, 38, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 50px 50px;
}

.regions-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1390px;
}

.region-card {
  background: var(--parchment);
  border: 1px solid rgba(16, 43, 38, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: color 260ms ease, transform 260ms ease;
}

.region-card::before,
.region-card::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.13;
  position: absolute;
  transition: transform 500ms ease;
}

.region-card::before {
  height: 240px;
  right: -100px;
  top: 76px;
  width: 240px;
}

.region-card::after {
  height: 170px;
  right: -65px;
  top: 111px;
  width: 170px;
}

.region-card:hover {
  color: var(--white);
  transform: translateY(-8px);
  z-index: 2;
}

.region-card:hover::before,
.region-card:hover::after {
  transform: scale(1.12);
}

.region-europe:hover { background: #31594e; }
.region-latin:hover { background: #a76f40; }
.region-africa:hover { background: #76583f; }
.region-asia:hover { background: #2e6d6a; }

.region-topline {
  align-items: center;
  display: flex;
  font-size: 0.72rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 2;
}

.region-cross {
  font-size: 1.4rem;
  font-weight: 300;
}

.region-card > div:nth-child(2),
.region-card > a {
  position: relative;
  z-index: 2;
}

.region-detail {
  color: var(--teal);
  font-size: 0.7rem !important;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.region-card:hover .region-detail {
  color: var(--sand);
}

.region-card h3 {
  font-family: var(--display);
  font-size: clamp(2.15rem, 2.7vw, 3.25rem);
  font-stretch: condensed;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 14px 0 22px;
  hyphens: auto;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.region-latin h3 {
  font-size: clamp(1.85rem, 2.35vw, 2.85rem);
  letter-spacing: -0.06em;
}

.region-card p {
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
}

.region-card > a {
  align-items: center;
  border-top: 1px solid currentColor;
  display: flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.04em;
  padding-top: 18px;
}

.groups-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(46, 124, 121, 0.32), transparent 20%),
    repeating-radial-gradient(circle at 90% 8%, transparent 0 42px, rgba(217, 201, 174, 0.08) 43px 44px),
    var(--pine-dark);
  color: var(--white);
  overflow: hidden;
}

.eyebrow-light {
  color: var(--sand);
}

.groups-intro {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.25fr 0.75fr;
  margin: 0 auto 78px;
  max-width: 1390px;
}

.groups-intro h2 {
  font-size: clamp(3rem, 5.1vw, 5.65rem);
}

.groups-copy {
  border-left: 1px solid rgba(217, 201, 174, 0.45);
  padding-left: 36px;
}

.groups-copy > p {
  font-size: 1.08rem;
  margin: 0 0 18px;
}

.groups-copy > p:last-of-type {
  margin-bottom: 30px;
}

.text-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0.04em;
  padding-bottom: 7px;
}

.light-link {
  color: var(--sand);
}

.benefit-grid {
  border-left: 1px solid rgba(217, 201, 174, 0.25);
  border-top: 1px solid rgba(217, 201, 174, 0.25);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1390px;
}

.benefit-grid article {
  border-bottom: 1px solid rgba(217, 201, 174, 0.25);
  border-right: 1px solid rgba(217, 201, 174, 0.25);
  min-height: 330px;
  padding: 28px;
  transition: background 220ms ease;
}

.benefit-grid article:hover {
  background: rgba(46, 124, 121, 0.18);
}

.benefit-grid span {
  color: var(--brass);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 58px;
}

.benefit-grid h3 {
  font-family: var(--display);
  font-size: 1.55rem;
  font-stretch: condensed;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.benefit-grid p {
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.88rem;
  margin: 0;
}

.groups-section blockquote {
  color: var(--sand);
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: clamp(80px, 9vw, 130px) auto 0;
  max-width: 1180px;
  padding-left: 95px;
  position: relative;
  text-transform: uppercase;
}

.groups-section blockquote span {
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 8rem;
  left: 0;
  line-height: 0.8;
  position: absolute;
  top: -8px;
}

.process-section {
  background: var(--parchment);
}

.process-list {
  list-style: none;
  margin: 0 auto;
  max-width: 1390px;
  padding: 0;
}

.process-list li {
  align-items: center;
  border-top: 1px solid rgba(16, 43, 38, 0.25);
  display: grid;
  gap: 40px;
  grid-template-columns: 100px minmax(0, 1fr) 48px;
  min-height: 152px;
  padding: 24px 6px;
  transition: background 220ms ease, padding 220ms ease;
}

.process-list li:last-child {
  border-bottom: 1px solid rgba(16, 43, 38, 0.25);
}

.process-list li:hover {
  background: rgba(255, 253, 248, 0.5);
  padding-left: 20px;
  padding-right: 20px;
}

.step-number {
  color: var(--brass);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.process-list li > div {
  align-items: baseline;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(220px, 0.55fr) minmax(300px, 0.8fr);
}

.process-list h3 {
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-stretch: condensed;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.process-list p {
  font-size: 0.94rem;
  margin: 0;
  max-width: 550px;
}

.process-list .compass-mark {
  color: var(--teal);
  justify-self: end;
  opacity: 0.45;
  transition: opacity 220ms ease, transform 300ms ease;
}

.process-list li:hover .compass-mark {
  opacity: 1;
  transform: rotate(50deg);
}

.about-section {
  align-items: stretch;
  background: var(--paper);
  display: grid;
  gap: clamp(54px, 8vw, 130px);
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
}

.about-atlas {
  background:
    repeating-radial-gradient(circle at center, transparent 0 49px, rgba(46, 124, 121, 0.15) 50px 51px),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(46, 124, 121, 0.1) 80px 81px),
    var(--parchment);
  border: 1px solid rgba(16, 43, 38, 0.18);
  min-height: 600px;
  overflow: hidden;
  position: relative;
}

.about-atlas::before {
  background: var(--brass);
  border: 10px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--brass);
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  z-index: 2;
}

.about-ring {
  border: 1px solid var(--brass);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-ring-one { height: 310px; width: 310px; }
.about-ring-two { height: 470px; width: 470px; }

.about-atlas span {
  bottom: 28px;
  font-size: 0.68rem;
  font-weight: 800;
  left: 28px;
  letter-spacing: 0.18em;
  position: absolute;
}

.about-atlas strong {
  color: rgba(16, 43, 38, 0.1);
  font-family: var(--display);
  font-size: clamp(7rem, 13vw, 14rem);
  font-stretch: condensed;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-copy {
  align-self: center;
  max-width: 720px;
}

.about-lead {
  border-left: 3px solid var(--brass);
  font-size: 1.24rem;
  font-weight: 650;
  margin: 38px 0 26px !important;
  padding-left: 25px;
}

.about-copy > p:not(.eyebrow) {
  margin: 0;
}

.signature-card {
  align-items: center;
  border-top: 1px solid rgba(16, 43, 38, 0.22);
  display: flex;
  gap: 18px;
  margin-top: 42px;
  padding-top: 25px;
}

.signature-mark {
  align-items: center;
  background: var(--pine);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  letter-spacing: -0.03em;
  width: 52px;
}

.signature-card strong,
.signature-card span {
  display: block;
}

.signature-card span {
  color: var(--teal);
  font-size: 0.78rem;
  margin-top: 2px;
}

.faq-section {
  background: var(--parchment);
  display: grid;
  gap: clamp(60px, 9vw, 140px);
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
}

.faq-heading {
  align-self: start;
  position: sticky;
  top: 140px;
}

.faq-heading h2 {
  font-size: clamp(3.2rem, 4.1vw, 4.9rem);
}

.faq-heading > p:not(.eyebrow) {
  margin: 32px 0;
  max-width: 440px;
}

.faq-list {
  min-width: 0;
}

.faq-category {
  border-top: 1px solid rgba(16, 43, 38, 0.28);
}

.faq-category + .faq-category {
  margin-top: 44px;
}

.faq-category > h3 {
  color: var(--teal);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  margin: 0;
  padding: 20px 4px 10px;
  text-transform: uppercase;
}

.faq-list details {
  border-bottom: 1px solid rgba(16, 43, 38, 0.28);
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.05rem;
  font-weight: 700;
  gap: 24px;
  justify-content: space-between;
  list-style: none;
  min-height: 94px;
  padding: 22px 4px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary i {
  border: 1px solid var(--pine);
  border-radius: 50%;
  flex: 0 0 auto;
  height: 30px;
  position: relative;
  transition: background 180ms ease, transform 220ms ease;
  width: 30px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  background: var(--pine);
  content: "";
  height: 1px;
  left: 8px;
  position: absolute;
  top: 14px;
  width: 12px;
}

.faq-list summary i::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary i {
  background: var(--pine);
  transform: rotate(45deg);
}

.faq-list details[open] summary i::before,
.faq-list details[open] summary i::after {
  background: var(--white);
}

.faq-answer {
  color: rgba(16, 43, 38, 0.78);
  margin: -4px 0 0;
  max-width: 700px;
  padding: 0 60px 30px 4px;
}

.faq-answer p {
  margin: 0 0 1em;
}

.faq-answer p:last-child,
.faq-answer ul:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  margin: 0 0 1.15em;
  padding-left: 1.3em;
}

.faq-answer li + li {
  margin-top: 0.55em;
}

.contact-section {
  background: var(--teal);
  color: var(--white);
  overflow: hidden;
  padding: clamp(100px, 12vw, 180px) clamp(24px, 8vw, 130px);
  position: relative;
}

.contact-section::before {
  background: linear-gradient(90deg, transparent, rgba(255, 253, 248, 0.22), transparent);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 52px;
}

.contact-content {
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.contact-content > p:not(.eyebrow) {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  margin: 32px 0 42px;
  max-width: 650px;
}

.contact-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
}

.contact-actions > a {
  align-items: center;
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.45);
  border-radius: 12px;
  display: grid;
  gap: 16px;
  grid-template-columns: 30px 1fr 20px;
  padding: 20px;
  transition: background 180ms ease, transform 180ms ease;
}

.contact-actions > a:hover {
  background: var(--pine);
  transform: translateY(-3px);
}

.contact-actions > a > svg:first-child {
  height: 28px;
  width: 28px;
}

.contact-actions span,
.contact-actions small {
  display: block;
}

.contact-privacy-note {
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.82rem !important;
  margin: 18px 0 0 !important;
  max-width: 820px !important;
}

.contact-privacy-note a {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-actions span {
  font-size: 0.96rem;
  font-weight: 700;
}

.contact-actions small {
  color: rgba(255, 253, 248, 0.65);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.contact-orbit {
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 50%;
  height: 760px;
  position: absolute;
  right: -170px;
  top: -200px;
  width: 760px;
}

.contact-orbit::before,
.contact-orbit::after {
  border: 1px solid rgba(255, 253, 248, 0.15);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.contact-orbit::before { inset: 85px; }
.contact-orbit::after { inset: 180px; }

.contact-orbit span {
  background: var(--sand);
  border: 6px solid var(--teal);
  border-radius: 50%;
  height: 22px;
  position: absolute;
  width: 22px;
}

.contact-orbit span:nth-child(1) { left: 110px; top: 160px; }
.contact-orbit span:nth-child(2) { bottom: 150px; left: 175px; }
.contact-orbit span:nth-child(3) { right: 75px; top: 340px; }

.site-footer {
  background: var(--pine-dark);
  color: var(--white);
  padding: 78px clamp(24px, 6vw, 96px) 28px;
}

.footer-main {
  display: grid;
  gap: 48px;
  grid-template-columns: 1.65fr repeat(3, 0.75fr);
  margin: 0 auto;
  max-width: 1390px;
}

.brand-logo-footer {
  width: min(270px, 100%);
}

.footer-brand p {
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.88rem;
  margin: 22px 0 0;
}

.footer-main h3 {
  color: var(--sand);
  font-size: 0.65rem;
  letter-spacing: 0.17em;
  margin: 5px 0 20px;
  text-transform: uppercase;
}

.footer-main > div:not(.footer-brand) a,
.footer-main > div:not(.footer-brand) p {
  color: rgba(255, 253, 248, 0.7);
  display: block;
  font-size: 0.82rem;
  margin: 0 0 10px;
  transition: color 160ms ease;
}

.footer-main > div:not(.footer-brand) a:hover {
  color: var(--white);
}

.footer-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 17px 0 15px;
}

.footer-main > div:not(.footer-brand) .footer-social-list a,
.footer-social-placeholder {
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.72);
  display: inline-flex;
  font-size: 0.67rem;
  gap: 6px;
  margin: 0;
  padding: 5px 9px;
}

.footer-social-placeholder {
  opacity: 0.62;
}

.footer-social-placeholder small {
  font-size: 0.57rem;
  opacity: 0.72;
}

.footer-download::after {
  color: var(--sand);
  content: " ↓";
}

.legal-panels {
  border-top: 1px solid rgba(255, 253, 248, 0.14);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  margin: 58px auto 0;
  max-width: 1390px;
}

.legal-panels details {
  border-bottom: 1px solid rgba(255, 253, 248, 0.14);
}

.legal-panels details:first-child {
  border-right: 1px solid rgba(255, 253, 248, 0.14);
}

.legal-panels summary {
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  list-style: none;
  padding: 18px 22px 18px 0;
  text-transform: uppercase;
}

.legal-panels details:nth-child(2) summary,
.legal-panels details:nth-child(2) > div {
  padding-left: 22px;
}

.legal-panels summary::after {
  color: var(--sand);
  content: "+";
  float: right;
  font-size: 1rem;
}

.legal-panels details[open] summary::after {
  content: "–";
}

.legal-panels details > div {
  color: rgba(255, 253, 248, 0.65);
  font-size: 0.76rem;
  line-height: 1.7;
  max-width: 600px;
  padding: 4px 28px 22px 0;
}

.footer-bottom {
  align-items: center;
  color: rgba(255, 253, 248, 0.45);
  display: flex;
  font-size: 0.66rem;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin: 30px auto 0;
  max-width: 1390px;
  text-transform: uppercase;
}

.content-shell {
  background: var(--paper);
  min-height: 70vh;
  padding: 170px clamp(24px, 8vw, 130px) 100px;
}

.content-shell > article,
.content-shell > .content-inner {
  margin: 0 auto;
  max-width: 980px;
}

.content-shell h1 {
  font-family: var(--display);
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  font-stretch: condensed;
  letter-spacing: -0.055em;
  line-height: 0.95;
  margin: 0 0 38px;
  text-transform: uppercase;
}

.content-shell h2,
.content-shell h3 {
  color: var(--pine);
  line-height: 1.2;
  margin-top: 2em;
}

.content-shell a:not(.button) {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-shell {
  background:
    linear-gradient(rgba(16, 43, 38, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 43, 38, 0.028) 1px, transparent 1px),
    var(--paper);
  background-size: 50px 50px;
  min-height: 75vh;
  padding: 170px clamp(24px, 8vw, 130px) 110px;
}

.legal-content {
  margin: 0 auto;
  max-width: 980px;
}

.legal-header {
  border-bottom: 1px solid rgba(16, 43, 38, 0.22);
  margin-bottom: 42px;
  padding-bottom: 32px;
}

.legal-header h1 {
  font-family: var(--display);
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  font-stretch: condensed;
  letter-spacing: -0.055em;
  line-height: 0.93;
  margin: 0;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.legal-verbatim {
  font-size: 0.97rem;
  line-height: 1.78;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.legal-document-actions {
  margin: 0 0 52px;
}

.legal-web-copy {
  font-size: 0.97rem;
  line-height: 1.78;
}

.legal-web-copy h2 {
  border-top: 1px solid rgba(16, 43, 38, 0.2);
  color: var(--pine);
  font-size: 1.35rem;
  line-height: 1.28;
  margin: 48px 0 16px;
  padding-top: 24px;
}

.legal-web-copy h2.legal-subheading {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.legal-web-copy p {
  margin: 0 0 1.15em;
}

.legal-web-copy ul {
  margin: 0 0 1.3em;
  padding-left: 1.35em;
}

.legal-table-wrap {
  margin: 28px 0;
  overflow-x: auto;
}

.legal-table-wrap table {
  border-collapse: collapse;
  min-width: 620px;
  width: 100%;
}

.legal-table-wrap th,
.legal-table-wrap td {
  border: 1px solid rgba(16, 43, 38, 0.22);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.legal-table-wrap th {
  background: var(--pine);
  color: var(--white);
}

.legal-table-wrap tr:nth-child(even) td {
  background: rgba(232, 220, 199, 0.55);
}

.legal-supplement {
  border-top: 2px solid var(--brass);
  margin-top: 70px;
  padding-top: 42px;
}

.legal-supplement h2 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-stretch: condensed;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.legal-supplement p {
  margin: 0 0 1.15em;
}

.legal-supplement a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-updated {
  color: rgba(16, 43, 38, 0.65);
  font-size: 0.82rem;
}

.posts-list article {
  border-bottom: 1px solid rgba(16, 43, 38, 0.18);
  padding: 0 0 42px;
  margin-bottom: 42px;
}

@keyframes draw-route {
  to { stroke-dashoffset: 0; }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-copy > * {
  animation: fade-up 520ms both ease-out;
}

.hero-copy > :nth-child(1) { animation-delay: 70ms; }
.hero-copy > :nth-child(2) { animation-delay: 120ms; }
.hero-copy > :nth-child(3) { animation-delay: 180ms; }
.hero-copy > :nth-child(4) { animation-delay: 230ms; }
.hero-copy > :nth-child(5) { animation-delay: 300ms; }

.destination-card {
  animation: fade-up 620ms both ease-out;
}

.destination-andes { animation-delay: 180ms; }
.destination-asia { animation-delay: 280ms; }
.destination-coast { animation-delay: 380ms; }

@media (max-width: 1220px) {
  .site-header {
    grid-template-columns: minmax(190px, 1fr) auto;
  }

  .desktop-nav {
    display: none;
  }

  .header-cta {
    margin-right: 66px;
  }

  .mobile-menu {
    display: block;
    position: absolute;
    right: clamp(24px, 5.5vw, 88px);
  }

  .mobile-menu summary {
    align-items: center;
    border: 1px solid var(--pine);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 44px;
    justify-content: center;
    list-style: none;
    width: 44px;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    background: var(--pine);
    height: 1.5px;
    transition: transform 180ms ease;
    width: 18px;
  }

  .mobile-menu[open] summary span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .mobile-menu[open] summary span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .mobile-menu nav {
    background: var(--paper);
    border: 1px solid rgba(16, 43, 38, 0.18);
    box-shadow: 0 22px 50px rgba(16, 43, 38, 0.18);
    display: flex;
    flex-direction: column;
    min-width: 240px;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 54px;
  }

  .mobile-menu nav a {
    border-bottom: 1px solid rgba(16, 43, 38, 0.12);
    font-size: 0.9rem;
    font-weight: 700;
    padding: 12px 8px;
  }

  .mobile-menu nav a:last-child {
    border: 0;
  }

  .hero {
    grid-template-columns: minmax(390px, 0.88fr) minmax(520px, 1.12fr);
  }

  .regions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .hero {
    display: block;
    padding-bottom: 130px;
  }

  .hero-copy {
    max-width: 740px;
  }

  .hero h1 {
    max-width: 720px;
  }

  .atlas-visual {
    margin: 90px auto 10px;
    max-width: 760px;
    min-height: 640px;
  }

  .hero::after {
    display: none;
  }

  .split-heading,
  .groups-intro,
  .about-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .groups-intro {
    gap: 42px;
  }

  .split-heading > p,
  .groups-copy {
    max-width: 680px;
  }

  .about-atlas {
    min-height: 520px;
  }

  .about-copy {
    max-width: 800px;
  }

  .faq-heading {
    position: static;
  }

  .contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-whatsapp {
    grid-column: 1 / -1;
  }

  .footer-main {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }

  .footer-main > div:last-child {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 74px;
  }

  .site-header {
    height: 74px;
    padding: 0 20px;
  }

  .brand-logo-header {
    width: 165px;
  }

  .brand {
    font-size: 1.7rem;
  }

  .brand .compass-mark {
    height: 24px;
    width: 24px;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu {
    right: 20px;
  }

  .mobile-menu nav {
    right: -4px;
  }

  .hero {
    min-height: 0;
    padding: 132px 20px 130px;
  }

  .coordinate-rail {
    display: none;
  }

  .hero h1 {
    font-size: clamp(4rem, 20vw, 6rem);
  }

  .hero-intro {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .atlas-visual {
    margin-top: 70px;
    min-height: 455px;
    transform: translateX(0);
  }

  .atlas-grid {
    height: 520px;
    left: 50%;
    top: -35px;
    transform: translateX(-50%) rotate(-8deg);
    width: 520px;
  }

  .route-line {
    height: 440px;
    left: -8%;
    top: -12px;
    width: 116%;
  }

  .destination-andes {
    height: 176px;
    left: 4%;
    top: 6px;
    width: 124px;
  }

  .destination-asia {
    height: 160px;
    right: 0;
    top: 82px;
    width: 114px;
  }

  .destination-coast {
    bottom: 0;
    height: 188px;
    width: 134px;
  }

  .proof-line {
    align-items: flex-start;
    bottom: 35px;
    flex-direction: column;
    gap: 5px;
    left: 20px;
    right: 20px;
  }

  .proof-line::before,
  .proof-line::after,
  .proof-line i {
    display: none;
  }

  .statement-band {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .social-connect {
    padding: 20px;
  }

  .social-connect-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .social-connect-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    width: 100%;
  }

  .social-connect-links > a,
  .social-connect-links > .social-placeholder {
    justify-content: center;
    min-width: 0;
    padding-inline: 12px;
  }

  .social-connect-links > .social-whatsapp {
    grid-column: 1 / -1;
  }

  .section {
    padding: 88px 20px;
  }

  .section-heading {
    margin-bottom: 46px;
  }

  .section h2,
  .contact-section h2 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .split-heading {
    gap: 28px;
  }

  .split-heading > p {
    font-size: 0.96rem;
    padding-left: 18px;
  }

  .regions-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .region-card {
    min-height: 410px;
  }

  .groups-intro {
    margin-bottom: 54px;
  }

  .groups-intro h2 {
    font-size: clamp(2.75rem, 13vw, 4.5rem);
  }

  .groups-copy {
    padding-left: 20px;
  }

  .benefit-grid article {
    min-height: 220px;
  }

  .benefit-grid span {
    margin-bottom: 38px;
  }

  .groups-section blockquote {
    font-size: 2.5rem;
    margin-top: 76px;
    padding-left: 54px;
  }

  .groups-section blockquote span {
    font-size: 5rem;
  }

  .process-list li {
    align-items: start;
    gap: 16px;
    grid-template-columns: 42px 1fr;
    padding: 26px 0;
  }

  .process-list li > div {
    display: block;
  }

  .process-list h3 {
    margin-bottom: 12px;
  }

  .process-list .compass-mark {
    display: none;
  }

  .about-section {
    gap: 58px;
  }

  .about-atlas {
    min-height: 400px;
  }

  .about-ring-one { height: 220px; width: 220px; }
  .about-ring-two { height: 340px; width: 340px; }

  .about-lead {
    font-size: 1.08rem;
  }

  .faq-section {
    gap: 52px;
  }

  .faq-list summary {
    font-size: 0.96rem;
    min-height: 82px;
  }

  .faq-answer {
    font-size: 0.9rem;
    padding-right: 5px;
  }

  .contact-section {
    padding: 96px 20px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

  .contact-whatsapp {
    grid-column: auto;
  }

  .contact-actions > a {
    padding: 17px;
  }

  .contact-orbit {
    height: 480px;
    right: -270px;
    top: -120px;
    width: 480px;
  }

  .site-footer {
    padding: 62px 20px 24px;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-main > div:last-child {
    grid-column: auto;
  }

  .legal-panels {
    grid-template-columns: 1fr;
  }

  .legal-panels details:first-child {
    border-right: 0;
  }

  .legal-panels details:nth-child(2) summary,
  .legal-panels details:nth-child(2) > div {
    padding-left: 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .legal-shell {
    padding: 125px 20px 80px;
  }

  .legal-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  .legal-verbatim {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
