@font-face {
  font-family: "Alice";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/alice-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Alice";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/alice-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/arimo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/arimo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Arimo";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/arimo-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Arimo";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/arimo-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --brand: #a349a4;
  --brand-dark: #713772;
  --brand-deep: #4f2951;
  --brand-soft: #f2e5f2;
  --brand-mist: #faf5fa;
  --sage: #536f67;
  --sage-soft: #e6efeb;
  --forest: #2f4c45;
  --cream: #fbf8f3;
  --paper: #fff;
  --ink: #272229;
  --ink-soft: #686068;
  --line: #e4dce4;
  --warm-line: #e9dfd3;
  --shadow: 0 22px 65px rgba(66, 42, 67, 0.12);
  --shadow-soft: 0 12px 34px rgba(66, 42, 67, 0.08);
  --radius: 26px;
  --radius-sm: 16px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Arimo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: -100px;
  left: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: min(var(--max), calc(100% - 2.5rem));
  margin-inline: auto;
}

.narrow {
  width: min(760px, 100%);
  margin-inline: auto;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2rem;
  height: 1px;
  content: "";
  background: currentColor;
}

h1,
h2,
h3,
.quote {
  margin-top: 0;
  font-family: "Alice", Georgia, serif;
  font-weight: 400;
  line-height: 1.14;
}

h1 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.85rem, 6vw, 5.8rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.15rem, 4.3vw, 3.8rem);
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 0.8rem;
  font-size: 1.45rem;
}

p {
  margin: 0 0 1.1rem;
}

.lead {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 2vw, 1.26rem);
  line-height: 1.72;
}

.section {
  padding: clamp(5rem, 10vw, 8.5rem) 0;
}

.section-tight {
  padding: clamp(3.7rem, 7vw, 5.5rem) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 3.25rem;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading.center .eyebrow {
  justify-content: center;
}

.section-heading.center .eyebrow::after {
  width: 2rem;
  height: 1px;
  content: "";
  background: currentColor;
}

.site-notice {
  padding: 0.52rem 0;
  background: var(--brand-deep);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.notice-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.notice-inner p {
  margin: 0;
}

.notice-languages {
  display: flex;
  gap: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.notice-languages a {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}

.notice-languages a:hover,
.notice-languages a[aria-current="true"] {
  color: #fff;
}

.notice-languages a[aria-current="true"] {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(228, 220, 228, 0.8);
  background: rgba(251, 248, 243, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  min-height: 90px;
  gap: 1.6rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.8rem;
  text-decoration: none;
}

.brand img {
  width: 51px;
  height: 51px;
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  min-width: 0;
  gap: 0.08rem;
}

.brand-name {
  color: var(--brand);
  font-family: "Arimo", Arial, sans-serif;
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.05;
}

.brand-subtitle {
  overflow: hidden;
  color: var(--brand-dark);
  font-family: "Alice", Georgia, serif;
  font-size: 0.76rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.site-nav a {
  position: relative;
  display: inline-flex;
  padding: 0.65rem 0.8rem;
  color: #4f4950;
  font-size: 0.91rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  right: 0.8rem;
  bottom: 0.38rem;
  left: 0.8rem;
  height: 2px;
  content: "";
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-action {
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.menu-toggle span {
  position: relative;
  margin: auto;
}

.menu-toggle span::before,
.menu-toggle span::after {
  position: absolute;
  left: 0;
  content: "";
  transition: transform 180ms ease, top 180ms ease;
}

.menu-toggle span::before {
  top: -6px;
}

.menu-toggle span::after {
  top: 6px;
}

.menu-toggle[aria-expanded="true"] span {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span::after {
  top: 0;
  transform: rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0.75rem 1.3rem;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--brand);
  box-shadow: 0 12px 26px rgba(163, 73, 164, 0.24);
  color: #fff;
}

.button-primary:hover {
  background: var(--brand-dark);
  color: #fff;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.75);
  color: var(--brand-dark);
}

.button-secondary:hover {
  border-color: var(--brand);
  background: var(--paper);
}

.button svg,
.floating-whatsapp svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(calc(100vh - 122px), 820px);
  padding: clamp(4.2rem, 8vw, 7.2rem) 0;
  background:
    radial-gradient(circle at 6% 16%, rgba(163, 73, 164, 0.13), transparent 26rem),
    radial-gradient(circle at 89% 14%, rgba(83, 111, 103, 0.12), transparent 26rem),
    var(--cream);
}

.hero::after {
  position: absolute;
  right: -8rem;
  bottom: -14rem;
  width: 35rem;
  height: 35rem;
  border: 1px solid rgba(163, 73, 164, 0.18);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7.5rem);
}

.hero-copy {
  padding-block: 1rem;
}

.hero h1 em {
  display: block;
  color: var(--brand);
  font-style: normal;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 0.8rem;
}

.error-page {
  position: relative;
  display: grid;
  min-height: clamp(520px, calc(100vh - 122px), 760px);
  place-items: center;
  overflow: hidden;
  padding: clamp(6.5rem, 12vw, 10rem) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(163, 73, 164, 0.13), transparent 25rem),
    radial-gradient(circle at 88% 78%, rgba(83, 111, 103, 0.13), transparent 25rem),
    var(--cream);
}

.error-page::after {
  position: absolute;
  right: -9rem;
  bottom: -13rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(163, 73, 164, 0.18);
  border-radius: 50%;
  content: "";
}

.error-layout {
  position: relative;
  z-index: 1;
  display: block;
}

.error-copy {
  max-width: 650px;
}

.error-copy h1 {
  margin-bottom: 1.2rem;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 0.8rem;
}

.credential-row {
  display: flex;
  flex-wrap: wrap;
  margin: 1.8rem 0 0;
  padding: 0;
  gap: 0.65rem;
  list-style: none;
}

.credential-row li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--forest);
  font-size: 0.83rem;
  font-weight: 700;
}

.credential-row li::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--brand);
}

.hero-visual {
  position: relative;
  width: min(100%, 400px);
  justify-self: center;
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5.25;
  border-radius: 48% 48% 22px 22px;
  background: var(--brand-soft);
  box-shadow: var(--shadow);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 48%;
}

.portrait-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
  pointer-events: none;
}

.hero-badge {
  position: absolute;
  right: -2rem;
  bottom: 2.3rem;
  max-width: 190px;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  backdrop-filter: blur(10px);
}

.hero-badge span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--brand);
  font-family: "Alice", Georgia, serif;
  font-size: 1.18rem;
}

.hero-monogram {
  position: absolute;
  top: 4%;
  left: -9%;
  width: 88px;
  height: 88px;
  padding: 0.85rem;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.intro-band {
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.intro-band-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.intro-band h2 {
  margin-bottom: 0;
}

.concern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 0.65rem 1.4rem;
  list-style: none;
}

.concern-grid li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--ink-soft);
}

.concern-grid li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid var(--brand);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.service-card,
.value-card,
.contact-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
}

.service-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--brand), #d9afd9);
  transform: scaleX(0.3);
  transform-origin: left;
  transition: transform 220ms ease;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.card-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.card-number svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card p,
.value-card p,
.contact-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.specialty-section {
  position: relative;
  overflow: hidden;
  background: var(--brand-deep);
  color: #fff;
}

.specialty-section::before {
  position: absolute;
  top: -12rem;
  left: -9rem;
  width: 31rem;
  height: 31rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.specialty-section .eyebrow {
  color: #e5bde5;
}

.specialty-section .section-heading {
  position: relative;
}

.specialty-statement {
  max-width: 900px;
  margin-bottom: 0;
}

.specialty-infinity {
  display: inline-grid;
  width: 3.35rem;
  height: 3.35rem;
  margin-bottom: 1rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  font-family: "Alice", Georgia, serif;
  font-size: 2.8rem;
  line-height: 1;
}

.specialty-statement .button {
  margin-top: 0.8rem;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.specialty-section .lead {
  color: rgba(255, 255, 255, 0.72);
}

.specialty-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.specialty-card {
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.specialty-card p {
  color: rgba(255, 255, 255, 0.74);
}

.specialty-card .tag {
  display: inline-flex;
  margin-bottom: 1.2rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f3d9f3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-preview-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.about-preview-image {
  position: relative;
}

.about-preview-image::before {
  position: absolute;
  top: -1.3rem;
  right: -1.3rem;
  width: 70%;
  height: 76%;
  border-radius: var(--radius);
  content: "";
  background: var(--brand-soft);
}

.about-preview-image img {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius) var(--radius) 48% 48%;
  object-fit: cover;
  object-position: center;
}

.about-preview-copy .lead {
  margin-bottom: 1.8rem;
}

.signature {
  margin-top: 1.5rem;
  color: var(--brand);
  font-family: "Alice", Georgia, serif;
  font-size: 1.35rem;
}

.nature-quote {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 590px;
  align-items: center;
  background: var(--forest);
  color: #fff;
}

.nature-quote::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(30, 56, 50, 0.89), rgba(30, 56, 50, 0.43)),
    url("/assets/camino-naturaleza.webp") center / cover no-repeat;
}

.nature-quote-content {
  position: relative;
  max-width: 680px;
}

.nature-quote .quote {
  margin-bottom: 1.5rem;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  letter-spacing: -0.045em;
}

.nature-quote p {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 1rem;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding: 2rem 1.5rem 1.5rem 5.2rem;
  border-top: 1px solid var(--line);
  counter-increment: step;
}

.steps li::before {
  position: absolute;
  top: 1.8rem;
  left: 0;
  display: grid;
  width: 55px;
  height: 55px;
  content: "0" counter(step);
  place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 700;
}

.steps h3 {
  margin-bottom: 0.45rem;
}

.steps p {
  color: var(--ink-soft);
}

.closing-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 5.2rem);
  border-radius: 34px;
  background: var(--sage-soft);
}

.closing-cta::after {
  position: absolute;
  right: -6rem;
  bottom: -8rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(47, 76, 69, 0.17);
  border-radius: 50%;
  content: "";
}

.closing-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.closing-cta h2 {
  max-width: 750px;
  margin-bottom: 0.6rem;
}

.closing-cta p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.closing-cta .closing-contact-phone {
  margin-top: 0.45rem;
}

.closing-contact-phone a {
  color: var(--brand-dark);
  font-weight: 800;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) 0;
  background:
    radial-gradient(circle at 95% 20%, rgba(163, 73, 164, 0.13), transparent 25rem),
    var(--brand-mist);
}

.page-hero::after {
  position: absolute;
  right: 8%;
  bottom: -8rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(163, 73, 164, 0.18);
  border-radius: 50%;
  content: "";
}

.page-hero h1 {
  max-width: 950px;
  margin-bottom: 1.3rem;
}

.page-hero .lead {
  max-width: 760px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.58fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.about-hero-photo {
  position: relative;
}

.about-hero-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 4.6;
  border-radius: 48% 48% var(--radius) var(--radius);
  object-fit: cover;
  object-position: center;
}

.about-hero-photo::before {
  position: absolute;
  inset: 1.2rem -1.2rem -1.2rem 1.2rem;
  border-radius: 48% 48% var(--radius) var(--radius);
  content: "";
  background: var(--brand-soft);
}

.about-hero-grid h1 {
  font-size: clamp(2.5rem, 5vw, 4.9rem);
}

.prose-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: clamp(2rem, 8vw, 8rem);
}

.prose-aside {
  position: sticky;
  top: 130px;
  align-self: start;
}

.prose-aside p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.prose-body {
  max-width: 760px;
}

.prose-body p {
  margin-bottom: 1.45rem;
  color: #4f494f;
  font-size: 1.08rem;
}

.prose-body p:first-child {
  color: var(--ink);
  font-family: "Alice", Georgia, serif;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.5;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.value-card {
  box-shadow: none;
}

.value-card span {
  display: block;
  margin-bottom: 1rem;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.credential-panel {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  padding: clamp(2.5rem, 6vw, 5rem);
  gap: clamp(2rem, 6vw, 5rem);
  border-radius: 32px;
  background: var(--brand-deep);
  color: #fff;
}

.credential-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.credential-panel ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.75rem;
  list-style: none;
}

.credential-panel li {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
}

.blog-hero {
  text-align: center;
}

.blog-hero .eyebrow {
  justify-content: center;
}

.blog-hero .eyebrow::after {
  width: 2rem;
  height: 1px;
  content: "";
  background: currentColor;
}

.blog-hero h1,
.blog-hero .lead {
  margin-inline: auto;
}

.construction-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.construction-copy {
  padding: clamp(2.5rem, 6vw, 5rem);
}

.construction-copy h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.construction-image {
  position: relative;
  min-height: 440px;
  background:
    linear-gradient(rgba(47, 76, 69, 0.12), rgba(47, 76, 69, 0.25)),
    url("/assets/camino-naturaleza.webp") center / cover;
}

.blog-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
}

.blog-page-hero-image {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  aspect-ratio: 2 / 3;
  justify-self: center;
  overflow: hidden;
  border-radius: 48% 48% var(--radius) var(--radius);
  background:
    linear-gradient(rgba(47, 76, 69, 0.12), rgba(47, 76, 69, 0.25)),
    url("/assets/camino-naturaleza.webp") center / contain no-repeat;
  box-shadow: var(--shadow);
}

.blog-page-hero .topic-list {
  margin-top: 1.5rem;
}

.blog-contact-note {
  max-width: 62ch;
  color: var(--ink-soft);
}

.blog-contact-note a {
  color: var(--brand-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0;
  padding: 0;
  gap: 0.55rem;
  list-style: none;
}

.topic-list li {
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 0.8rem;
  font-weight: 700;
}

.blog-articles {
  padding-top: 1rem;
}

.translation-note {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink-soft);
}

.translation-note p {
  margin: 0;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}

.blog-article {
  scroll-margin-top: 130px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.blog-article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.article-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.article-summary-copy {
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.article-tag {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-article h2 {
  max-width: 900px;
  margin-bottom: 0.85rem;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.article-excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: #4f494f;
  font-size: 0.98rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.article-toggle {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 1.25rem;
  gap: 0.5rem;
  color: var(--brand-dark);
  font-weight: 800;
}

.article-card:hover .article-toggle span {
  transform: translateX(0.2rem);
}

.article-toggle span {
  transition: transform 180ms ease;
}

.article-body {
  max-width: 790px;
}

.article-body p {
  color: #4f494f;
  font-size: 1.06rem;
}

.article-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-article-page {
  padding-top: clamp(2.5rem, 6vw, 5rem);
}

.blog-article-page .article-back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--brand-dark);
  font-weight: 800;
}

.blog-article-page article {
  max-width: 920px;
  margin-inline: auto;
}

.blog-article-page .article-image {
  margin: 1.8rem 0 clamp(2rem, 5vw, 3.5rem);
  border-radius: 26px;
}

.blog-article-page h1 {
  max-width: 900px;
  margin-top: 0.8rem;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
}

.blog-article-page .article-lead {
  max-width: 790px;
  color: #4f494f;
  font-size: clamp(1.08rem, 2vw, 1.25rem);
  line-height: 1.75;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
}

.contact-page-hero {
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.contact-page-hero + .section {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.contact-hero-photo {
  position: relative;
  z-index: 1;
  width: min(100%, 500px);
  margin: 0;
  justify-self: center;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 48% 48% var(--radius) var(--radius);
  box-shadow: var(--shadow);
}

.contact-hero-photo picture,
.contact-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-hero-photo img {
  object-fit: cover;
  object-position: center 58%;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.contact-visuals {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.practice-photo,
.landmark-photo {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--paper);
}

.practice-photo picture,
.landmark-photo picture {
  display: block;
}

.practice-photo img,
.landmark-photo img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.practice-photo img {
  aspect-ratio: 16 / 9;
  object-position: center 58%;
}

.landmark-photo img {
  height: 260px;
  object-position: center;
}

.practice-photo figcaption,
.landmark-photo figcaption {
  padding: 0.85rem 1rem 1rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.contact-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
  align-self: start;
  gap: 1rem;
}

.contact-stack {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.contact-card {
  display: block;
  box-shadow: none;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

a.contact-card:hover {
  border-color: var(--brand);
  transform: translateY(-2px);
}

.contact-label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--brand-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  font-family: "Alice", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.contact-card-primary strong {
  color: var(--brand-deep);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  white-space: nowrap;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  gap: 0.75rem;
}

.contact-card-secondary {
  padding: 1.25rem 1.5rem;
}

.contact-card-secondary strong {
  overflow-wrap: anywhere;
  font-family: "Arimo", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
}

.autism-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6rem);
}

.autism-hero-image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: 48% 48% var(--radius) var(--radius);
  box-shadow: var(--shadow);
}

.autism-hero-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.autism-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.autism-audience {
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.autism-audience h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.autism-audience h3 {
  margin: 1.8rem 0 0.85rem;
  color: var(--brand-deep);
  font-family: "Arimo", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.autism-support-list {
  display: grid;
  margin: 0 0 2rem;
  padding: 0;
  gap: 0.75rem;
  list-style: none;
}

.autism-support-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--ink-soft);
  line-height: 1.65;
}

.autism-support-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.48rem;
  height: 0.48rem;
  border: 2px solid var(--brand);
  border-radius: 50%;
  content: "";
}

.autism-audience p:last-child {
  margin-bottom: 0;
}

.map-panel {
  display: grid;
  overflow: hidden;
  min-height: 332px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--sage-soft);
}

.map-consent {
  display: grid;
  place-items: center;
  align-content: center;
  max-width: 610px;
  margin: 0 auto;
  padding: 2.4rem;
  text-align: center;
}

.map-consent-icon {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.8rem;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--sage);
  font-size: 1.8rem;
  line-height: 1;
}

.map-consent h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.map-consent p {
  max-width: 56ch;
  margin: 0 0 1.15rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.map-consent .button {
  margin-bottom: 0.85rem;
}

.map-consent > a {
  color: var(--forest);
  font-size: 0.86rem;
}

.map-panel.has-map {
  display: block;
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 332px;
  border: 0;
}

.contact-note {
  margin-top: 1.3rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.legal-hero {
  padding-bottom: 4rem;
}

.legal-hero .wrap {
  max-width: 900px;
}

.legal-hero h1 {
  margin-bottom: 0.75rem;
}

.legal-hero p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 760px);
  align-items: start;
  justify-content: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.legal-index {
  position: sticky;
  top: 7.5rem;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.legal-index a {
  padding: 0.8rem 1rem;
  color: var(--ink-soft);
  text-decoration: none;
}

.legal-index a + a {
  border-top: 1px solid var(--line);
}

.legal-index a:hover,
.legal-index a[aria-current="page"] {
  color: var(--brand-dark);
  background: var(--brand-mist);
}

.legal-content {
  min-width: 0;
}

.legal-content h2 {
  margin: 2.5rem 0 0.8rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li,
.legal-details dd {
  color: var(--ink-soft);
}

.legal-content a {
  overflow-wrap: anywhere;
  color: var(--brand-dark);
}

.legal-details {
  display: grid;
  overflow: hidden;
  margin: 1.5rem 0 2.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.legal-details div {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) 1fr;
  padding: 0.9rem 1rem;
  gap: 1rem;
}

.legal-details div + div {
  border-top: 1px solid var(--line);
}

.legal-details dt {
  color: var(--ink);
  font-weight: 700;
}

.legal-details dd {
  margin: 0;
}

.site-footer {
  padding: 4.5rem 0 1.5rem;
  background: #282128;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.7fr;
  padding-bottom: 3.5rem;
  gap: 3rem;
}

.footer-brand {
  max-width: 400px;
}

.footer-brand .brand {
  margin-bottom: 1.3rem;
}

.footer-brand .brand-name {
  color: #e5b6e5;
}

.footer-brand .brand-subtitle {
  color: #d9c5d9;
}

.footer-brand p,
.footer-column li,
.footer-column a {
  color: rgba(255, 255, 255, 0.67);
}

.footer-column h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Arimo", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-column ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.55rem;
  list-style: none;
}

.footer-column a {
  overflow-wrap: anywhere;
  text-decoration: none;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 1.4rem;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  z-index: 45;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 12px 30px rgba(79, 41, 81, 0.34);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.has-scrolled .floating-whatsapp {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 550ms ease, transform 550ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .site-header {
    background: var(--cream);
    backdrop-filter: none;
  }

  body.menu-open .site-header {
    z-index: 90;
    background: var(--cream);
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .site-nav {
    position: fixed;
    z-index: 80;
    top: 122px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: calc(100dvh - 122px);
    padding: 2rem 1.25rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid var(--line);
    background: var(--cream);
    box-shadow: 0 24px 50px rgba(39, 34, 41, 0.12);
    opacity: 1;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav.is-open {
    display: block;
    background: var(--cream);
  }

  .site-nav ul {
    position: relative;
    z-index: 1;
    display: grid;
    max-width: 600px;
    margin-inline: auto;
    padding: 0.5rem 0 2rem;
    gap: 0.4rem;
    background: var(--cream);
  }

  .site-nav a {
    display: block;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-family: "Alice", Georgia, serif;
    font-size: 1.7rem;
    font-weight: 400;
  }

  .site-nav a::after {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
    gap: 3rem;
  }

  .hero-badge {
    right: -0.5rem;
  }

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

  .values-grid .value-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .wrap {
    width: min(100% - 2rem, var(--max));
  }

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

  .legal-index {
    position: static;
  }

  .legal-details div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .site-notice {
    font-size: 0.7rem;
  }

  .notice-inner {
    gap: 0.7rem;
  }

  .notice-languages {
    gap: 0.55rem;
    letter-spacing: 0.06em;
  }

  .header-inner {
    min-height: 78px;
    gap: 0.55rem;
  }

  .brand img {
    width: 43px;
    height: 43px;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .brand-subtitle {
    max-width: 210px;
    font-size: 0.63rem;
  }

  .header-action {
    display: none;
  }

  .site-nav {
    top: 107px;
    height: calc(100dvh - 107px);
  }

  .hero {
    min-height: 0;
    padding-top: 3.7rem;
  }

  .error-page {
    min-height: 0;
    padding: 6rem 0 7rem;
  }

  .hero-grid,
  .intro-band-grid,
  .about-preview-grid,
  .about-hero-grid,
  .blog-page-hero-grid,
  .prose-grid,
  .construction-card,
  .contact-hero-grid,
    .contact-layout,
    .credential-panel,
    .autism-hero-grid,
    .autism-content-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-visual {
    width: min(88%, 420px);
    margin-top: 1.2rem;
    justify-self: center;
  }

  .autism-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .hero-monogram {
    top: 0;
    left: -7%;
    width: 72px;
    height: 72px;
  }

  .hero-badge {
    right: -5%;
    bottom: 0.35rem;
    max-width: 158px;
    padding: 0.75rem 0.85rem;
    font-size: 0.72rem;
  }

  .hero-badge span {
    font-size: 1rem;
  }

  .concern-grid,
  .card-grid,
  .values-grid,
  .specialty-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .values-grid .value-card:last-child {
    grid-column: auto;
  }

  .about-preview-image img {
    min-height: auto;
  }

  .about-preview-image::before {
    right: 0;
  }

  .nature-quote {
    min-height: 540px;
  }

  .steps li {
    min-height: 120px;
  }

  .closing-cta-inner {
    align-items: start;
    flex-direction: column;
  }

  .prose-aside {
    position: static;
  }

  .construction-image {
    min-height: 330px;
    order: -1;
  }

  .blog-page-hero-image {
    min-height: 0;
    width: min(82%, 350px);
  }

  .article-list {
    grid-template-columns: 1fr;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 360px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .floating-whatsapp {
    display: grid;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .brand-subtitle {
    display: none;
  }

  .site-notice {
    font-size: 0.61rem;
  }

  .notice-inner p {
    max-width: 255px;
    line-height: 1.25;
  }

  .credential-row {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .error-actions .button {
    width: 100%;
  }

  .hero-badge {
    right: -3%;
    max-width: 145px;
    padding: 0.65rem 0.75rem;
    font-size: 0.67rem;
  }

  .concern-grid {
    gap: 0.45rem;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
