@font-face {
  font-family: "Autprod Inter";
  src: url("/assets/a-palette/inter-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #081b33;
  --blue: #0866ff;
  --orange: #ff7a00;
  --ice: #eaf3ff;
  --white: #ffffff;
  --line: rgb(234 243 255 / 18%);
  --line-strong: rgb(234 243 255 / 34%);
  --muted: rgb(234 243 255 / 74%);
  --max-width: 1552px;
  color-scheme: dark;
  font-family: "Autprod Inter", Inter, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--navy);
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}

body,
h1,
h2,
h3,
p,
dl,
dd,
ul {
  margin: 0;
}

body {
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--navy);
  color: var(--white);
  letter-spacing: -0.012em;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

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

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

ul {
  padding: 0;
  list-style: none;
}

svg,
img {
  display: block;
}

[hidden] {
  display: none !important;
}

::selection {
  background: var(--orange);
  color: var(--navy);
}

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.a-skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 12px;
  padding: 12px 14px;
  border-radius: 5px;
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
  transform: translateY(-180%);
}

.a-skip-link:focus {
  transform: none;
}

.a-container {
  width: min(calc(100% - clamp(40px, 7vw, 120px)), var(--max-width));
  margin-inline: auto;
}

.a-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: grid;
  height: 68px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgb(8 27 51 / 94%);
  backdrop-filter: blur(18px);
}

.a-brand {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  margin-left: clamp(20px, 3vw, 44px);
}

.a-brand img {
  width: 150px;
  height: auto;
}

.a-primary-nav {
  display: flex;
  align-self: stretch;
}

.a-primary-nav a {
  position: relative;
  display: grid;
  min-width: 104px;
  place-items: center;
  padding-inline: 14px;
  color: rgb(234 243 255 / 72%);
  font-size: 0.78rem;
  font-weight: 450;
  transition: color 180ms ease;
}

.a-primary-nav a::after {
  position: absolute;
  right: 20px;
  bottom: -1px;
  left: 20px;
  height: 2px;
  background: var(--blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: 180ms ease;
}

.a-primary-nav a:hover,
.a-primary-nav a[aria-current="location"] {
  color: var(--white);
}

.a-primary-nav a:hover::after,
.a-primary-nav a[aria-current="location"]::after {
  opacity: 1;
  transform: none;
}

.a-header-actions {
  display: flex;
  justify-content: flex-end;
  padding-right: clamp(20px, 3vw, 42px);
}

.a-header-cta {
  display: grid;
  min-width: 94px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 8px;
  color: var(--ice);
  font-size: 0.76rem;
  transition: background 180ms ease, border-color 180ms ease;
}

.a-header-cta:hover {
  border-color: var(--orange);
  background: rgb(255 122 0 / 8%);
}

.a-menu-button {
  display: none;
}

.a-mobile-menu {
  position: fixed;
  z-index: 90;
  top: 68px;
  right: 0;
  left: 0;
  padding: 8px 20px 22px;
  border-bottom: 1px solid var(--line);
  background: rgb(8 27 51 / 98%);
  box-shadow: 0 22px 50px rgb(0 0 0 / 28%);
}

.a-mobile-menu a {
  display: block;
  min-height: 48px;
  padding: 15px 4px;
  border-bottom: 1px solid var(--line);
  color: var(--ice);
}

.a-hero {
  --hero-origin-x: 12%;
  --hero-origin-y: 76%;
  position: relative;
  display: grid;
  min-height: max(720px, 100svh);
  overflow: hidden;
  padding-top: 68px;
  isolation: isolate;
}

.a-hero[data-state="1"] {
  --hero-origin-x: 82%;
  --hero-origin-y: 18%;
}

.a-hero[data-state="2"] {
  --hero-origin-x: 22%;
  --hero-origin-y: 32%;
}

.a-hero[data-state="3"] {
  --hero-origin-x: 76%;
  --hero-origin-y: 76%;
}

.a-hero-atmosphere {
  position: absolute;
  z-index: -1;
  inset: 68px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--hero-origin-x) var(--hero-origin-y), rgb(8 102 255 / 27%), transparent 32%),
    radial-gradient(circle at 52% 72%, rgb(255 255 255 / 4%), transparent 43%),
    var(--navy);
  transition: background-position 700ms ease;
}

.a-hero-atmosphere::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(234 243 255 / 3%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(234 243 255 / 3%) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(transparent 5%, rgb(0 0 0 / 20%) 35%, rgb(0 0 0 / 58%) 100%);
}

.a-hero-atmosphere::after {
  position: absolute;
  right: -12%;
  bottom: 11%;
  width: 124%;
  height: 33%;
  border-top: 1px solid rgb(8 102 255 / 22%);
  border-radius: 50%;
  content: "";
  transform: rotate(-3deg);
}

.a-hero-slides {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(max(720px, 100svh) - 68px);
}

.a-hero-slide {
  display: grid;
  min-width: 0;
  place-content: center;
  padding: 40px max(24px, 5vw) 148px;
  text-align: center;
  animation: a-slide-enter 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.a-hero-slide h1,
.a-hero-slide h2 {
  display: grid;
  justify-items: center;
  margin: 0;
  text-wrap: balance;
}

.a-hero-lead,
.a-hero-accent {
  display: block;
  font-style: normal;
  font-weight: 650;
  line-height: 0.98;
}

.a-hero-lead {
  color: var(--white);
  font-size: clamp(5rem, 7.5vw, 6.75rem);
  letter-spacing: -0.05em;
}

.a-hero-accent {
  margin-top: clamp(18px, 2.2vh, 28px);
  color: var(--orange);
  font-size: clamp(3.15rem, 4.45vw, 4rem);
  letter-spacing: -0.045em;
}

.a-hero-lead-accent {
  color: var(--orange);
  font-size: clamp(4.8rem, 7vw, 6.25rem);
}

.a-hero-accent-light {
  color: var(--white);
  font-size: clamp(3.2rem, 4.2vw, 3.8rem);
}

.a-hero-slide > p {
  max-width: 850px;
  margin: clamp(34px, 4vh, 54px) auto 0;
  color: var(--ice);
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  font-weight: 420;
  line-height: 1.6;
}

.a-hero-markers {
  position: absolute;
  z-index: 4;
  bottom: clamp(54px, 7.4vh, 82px);
  left: 50%;
  display: grid;
  width: min(420px, 72vw);
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  transform: translateX(-50%);
}

.a-hero-markers button {
  min-width: 44px;
  height: 44px;
  border: 0;
  padding: 20px 0;
  background: transparent;
  cursor: pointer;
}

.a-hero-markers button > span {
  position: relative;
  display: block;
  height: 2px;
  overflow: hidden;
  border-radius: 99px;
  background: rgb(234 243 255 / 30%);
}

.a-hero-markers button i {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
}

.a-hero-markers button[aria-current="true"] i {
  animation: a-progress var(--hero-duration, 3000ms) linear both;
}

.a-hero[data-paused="true"] .a-hero-markers button[aria-current="true"] i {
  animation-play-state: paused;
}

.a-section {
  position: relative;
  display: grid;
  min-height: 810px;
  align-items: center;
  padding-block: clamp(70px, 7vw, 112px);
  border-top: 1px solid rgb(234 243 255 / 4%);
  background: var(--navy);
}

.a-eyebrow {
  color: var(--ice);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.a-eyebrow-orange {
  color: var(--orange);
}

.a-eyebrow-dark {
  color: var(--navy);
}

.a-state-number {
  color: var(--blue);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 650;
}

.a-principle-symbol svg {
  display: inline-block;
  width: 1.08em;
  height: 1.08em;
  overflow: visible;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
  vertical-align: -0.14em;
  shape-rendering: geometricPrecision;
}

.a-principle-symbol svg .accent,
.a-value-strip svg .accent {
  stroke: var(--orange);
}

.a-rule {
  display: block;
  width: 48px;
  height: 4px;
  background: var(--orange);
}

.a-principles-section {
  overflow: hidden;
}

.a-principles-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(12px, 2vw, 28px);
}

.a-manifesto {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  padding: clamp(42px, 4.5vw, 72px);
  border: 1px solid rgb(8 102 255 / 28%);
  border-radius: 5px;
  background: linear-gradient(155deg, rgb(8 102 255 / 6%), transparent 62%), var(--navy);
}

.a-manifesto h2 {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  font-size: clamp(3rem, 4vw, 4.2rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.a-manifesto h2 span {
  color: var(--orange);
}

.a-manifesto > p {
  position: relative;
  z-index: 2;
  max-width: 34rem;
  margin-top: 34px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.a-approved-flare {
  position: absolute;
  z-index: 1;
  right: -2%;
  bottom: -1px;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.a-principles-editorial {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
}

.a-principles-statement {
  position: relative;
  min-height: 214px;
  overflow: hidden;
  padding: clamp(34px, 3vw, 50px);
  border-radius: 5px;
  background: linear-gradient(135deg, var(--white), var(--ice));
  color: var(--navy);
}

.a-principles-statement h3 {
  margin-top: 18px;
  font-size: clamp(1.85rem, 2.6vw, 2.65rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.a-dot-field {
  position: absolute;
  right: 6%;
  bottom: 20%;
  width: 150px;
  height: 72px;
  background-image: radial-gradient(circle, var(--blue) 1.5px, transparent 1.8px);
  background-size: 20px 20px;
  opacity: 0.42;
}

.a-principle-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.a-principle-cards article {
  min-width: 0;
  padding: clamp(28px, 2.6vw, 42px);
  border: 1px solid rgb(8 102 255 / 24%);
  border-radius: 5px;
  background: linear-gradient(145deg, rgb(8 102 255 / 8%), transparent 66%);
}

.a-principle-cards article > i {
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 12px;
  background: var(--orange);
}

.a-principle-cards h3 {
  margin-top: 24px;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-weight: 620;
  line-height: 1.16;
}

.a-principle-cards p {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.a-principle-cards small {
  display: block;
  margin-top: 20px;
  color: var(--ice);
  font-size: 0.72rem;
  opacity: 0.72;
}

.a-value-strip {
  display: grid;
  min-height: 76px;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 5px;
}

.a-value-strip > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.a-value-strip > div + div {
  border-left: 1px solid var(--line);
}

.a-value-strip svg {
  width: 36px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  shape-rendering: geometricPrecision;
}

.a-value-strip .a-cost-icon {
  stroke: var(--orange);
}

.a-value-strip span {
  font-size: 0.86rem;
}

.a-section-heading h2 {
  margin-top: 14px;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 620;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.a-section-heading > p:last-child {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.a-services-heading {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.66fr);
  align-items: end;
  gap: 10px 52px;
  margin-bottom: 42px;
}

.a-services-heading .a-eyebrow,
.a-services-heading h2 {
  grid-column: 1;
}

.a-services-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  padding-bottom: 4px;
}

.a-services-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(460px, 0.98fr);
  gap: 14px;
}

.a-service-tabs {
  display: grid;
}

.a-service-tab {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 108px;
  grid-template-columns: 54px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-bottom: 0;
  padding: 18px 28px;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.a-service-tab:last-child {
  border-bottom: 1px solid var(--line);
}

.a-service-tab::before {
  position: absolute;
  top: 50%;
  left: -1px;
  width: 6px;
  height: 46px;
  background: var(--orange);
  content: "";
  opacity: 0;
  transform: translateY(-50%);
}

.a-service-tab > svg {
  width: 48px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.a-service-tab > span {
  min-width: 0;
}

.a-service-tab strong,
.a-service-tab small {
  display: block;
}

.a-service-tab strong {
  font-size: clamp(0.91rem, 1.1vw, 1.08rem);
  font-weight: 540;
  line-height: 1.28;
}

.a-service-tab small {
  margin-top: 7px;
  color: var(--blue);
  font-size: 0.76rem;
}

.a-service-tab:not(.is-active) small {
  color: var(--ice);
}

.a-service-tab > i {
  color: var(--blue);
  font-size: 2rem;
  font-style: normal;
  text-align: right;
}

.a-service-tab:hover {
  border-color: rgb(8 102 255 / 65%);
}

.a-service-tab.is-active {
  z-index: 2;
  border-color: var(--blue);
  background: linear-gradient(135deg, var(--white), var(--ice));
  color: var(--navy);
}

.a-service-tab.is-active small {
  color: var(--navy);
}

.a-service-tab.is-active::before {
  opacity: 1;
}

.a-service-panel {
  min-height: 432px;
  padding: clamp(34px, 3.4vw, 54px);
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 5px;
  background: linear-gradient(135deg, var(--white), var(--ice));
  color: var(--navy);
  animation: a-panel-enter 260ms ease both;
}

.a-service-panel header {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.a-service-panel header span {
  color: var(--blue);
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: 650;
}

.a-service-panel h3 {
  font-size: clamp(1.6rem, 2.35vw, 2.45rem);
  font-weight: 650;
  letter-spacing: -0.04em;
}

.a-panel-rule {
  width: 46px;
  height: 3px;
  margin-top: 22px;
  background: var(--orange);
}

.a-service-proposition {
  max-width: 40rem;
  margin-top: 30px;
  font-size: clamp(1.06rem, 1.45vw, 1.35rem);
  font-weight: 650;
  line-height: 1.42;
}

.a-service-panel ul {
  margin-top: 28px;
}

.a-service-panel li {
  display: grid;
  min-height: 43px;
  grid-template-columns: 28px 1fr;
  align-items: center;
  border-bottom: 1px solid rgb(8 27 51 / 15%);
  font-size: 0.92rem;
}

.a-service-panel li span {
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 700;
}

.a-section-close {
  margin-top: 28px;
  color: var(--ice);
  font-size: 0.85rem;
  line-height: 1.5;
}

.a-products-section {
  overflow: hidden;
}

.a-products-layout {
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(180px, 0.21fr) minmax(0, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.a-product-index {
  display: grid;
  align-content: center;
  gap: 44px;
  padding: 44px 32px 44px 0;
  border-right: 1px solid var(--line);
}

.a-product-tab {
  display: grid;
  min-width: 0;
  grid-template-columns: 28px 42px;
  gap: 12px 10px;
  border: 0;
  padding: 16px 0;
  background: transparent;
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}

.a-product-tab span {
  color: var(--ice);
  font-size: 0.78rem;
  font-weight: 650;
}

.a-product-tab i {
  align-self: center;
  height: 2px;
  background: var(--line-strong);
}

.a-product-tab strong {
  grid-column: 1 / -1;
  max-width: 15ch;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
}

.a-product-tab.is-active {
  color: var(--white);
}

.a-product-tab.is-active span {
  color: var(--orange);
}

.a-product-tab.is-active i {
  background: var(--orange);
}

.a-product-stage {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(390px, 1.08fr) minmax(420px, 0.92fr);
}

.a-product-heading {
  grid-column: 1;
  padding: clamp(44px, 5vw, 78px) clamp(36px, 5vw, 78px) 0;
}

.a-product-heading h2 {
  margin-top: 18px;
  font-size: clamp(2.35rem, 3.3vw, 3.6rem);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.a-product-heading > p:last-child {
  max-width: 35rem;
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

.a-product-panel {
  display: contents;
}

.a-product-main {
  position: relative;
  grid-column: 1;
  min-height: 342px;
  padding: 38px clamp(36px, 5vw, 78px) 62px;
  animation: a-panel-enter 260ms ease both;
}

.a-product-main h3 {
  margin-top: 22px;
  font-size: clamp(4.5rem, 7.4vw, 7rem);
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.a-product-result {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgb(8 102 255 / 52%);
}

.a-product-result span,
.a-product-details dt {
  color: var(--ice);
  font-size: 0.7rem;
  font-weight: 740;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.a-product-result p {
  max-width: 40rem;
  margin-top: 14px;
  font-size: clamp(1.08rem, 1.65vw, 1.5rem);
  line-height: 1.45;
}

.a-pagination {
  position: absolute;
  right: clamp(36px, 5vw, 78px);
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
}

.a-pagination strong {
  color: var(--orange);
}

.a-pagination i {
  width: 28px;
  height: 2px;
  background: var(--orange);
}

.a-pagination span {
  color: var(--muted);
}

.a-product-details {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  align-content: center;
  border-left: 1px solid var(--line);
  padding: 42px clamp(28px, 4vw, 62px);
  animation: a-panel-enter 260ms ease both;
}

.a-product-details > div {
  min-width: 0;
  padding: 32px 0;
}

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

.a-product-details dt {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--white);
}

.a-product-details dt span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 1rem;
  letter-spacing: normal;
}

.a-product-details dd {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.a-method-heading {
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(300px, 0.62fr);
  gap: 12px 60px;
  margin-bottom: 46px;
}

.a-method-heading .a-eyebrow,
.a-method-heading h2 {
  grid-column: 1;
}

.a-method-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.a-method-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.a-method-tabs::before {
  position: absolute;
  z-index: 0;
  top: 29px;
  right: 5%;
  left: 5%;
  height: 2px;
  background: var(--blue);
  content: "";
  opacity: 0.68;
}

.a-method-tab {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  gap: 18px;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.a-method-tab span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: var(--navy);
  color: var(--ice);
  font-size: 0.82rem;
}

.a-method-tab strong {
  max-width: 17ch;
  color: var(--ice);
  font-size: 0.82rem;
  font-weight: 520;
  line-height: 1.35;
}

.a-method-tab.is-aftercare span {
  border-color: var(--orange);
  color: var(--orange);
}

.a-method-tab.is-active span {
  border-width: 4px;
  box-shadow: 0 0 0 5px rgb(8 102 255 / 16%);
  color: var(--white);
}

.a-method-tab.is-active.is-aftercare span {
  box-shadow: 0 0 0 5px rgb(255 122 0 / 13%);
}

.a-method-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
  gap: 16px;
  margin-top: 34px;
}

.a-method-panel {
  display: grid;
  min-height: 298px;
  grid-template-columns: 72px 1fr;
  gap: 26px;
  border: 1px solid var(--line);
  padding: clamp(34px, 4vw, 56px);
  animation: a-panel-enter 260ms ease both;
}

.a-method-panel h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.55rem);
  font-weight: 620;
  letter-spacing: -0.04em;
}

.a-method-panel p {
  max-width: 54rem;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.58;
}

.a-method-panel strong {
  display: block;
  margin-top: 20px;
  color: var(--ice);
  font-size: 0.82rem;
  font-weight: 560;
  line-height: 1.5;
}

.a-method-panel > .a-state-number {
  color: var(--ice);
}

.a-method-results {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.a-method-results li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ice);
  font-size: 0.77rem;
}

.a-method-results li span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
}

.a-aftercare {
  min-height: 298px;
  border: 1px solid var(--orange);
  padding: clamp(28px, 3vw, 42px);
}

.a-aftercare h3 {
  font-size: clamp(1.25rem, 1.65vw, 1.65rem);
  font-weight: 620;
  line-height: 1.18;
}

.a-aftercare > i {
  display: block;
  width: 100%;
  height: 2px;
  margin: 22px 0;
  background: var(--orange);
}

.a-aftercare strong {
  font-size: 0.8rem;
  font-weight: 620;
}

.a-aftercare p {
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.5;
}

.a-method-close {
  color: var(--white);
  font-weight: 560;
}

.a-trajectory-heading {
  max-width: 900px;
  margin-bottom: 52px;
}

.a-trajectory-heading > p:last-child {
  max-width: 58rem;
  margin-top: 24px;
}

.a-trajectory-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.a-trajectory-tab {
  display: grid;
  min-width: 0;
  min-height: 48px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 20px 18px 0;
  background: transparent;
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}

.a-trajectory-tab span {
  color: var(--ice);
  font-size: 0.72rem;
}

.a-trajectory-tab strong {
  overflow: hidden;
  font-size: 0.82rem;
  font-weight: 530;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.a-trajectory-tab.is-active {
  border-bottom: 3px solid var(--blue);
  color: var(--white);
}

.a-trajectory-tab.is-active span {
  color: var(--orange);
}

.a-trajectory-panel {
  display: grid;
  min-height: 230px;
  grid-template-columns: minmax(330px, 1.25fr) repeat(3, minmax(180px, 1fr));
  padding-block: 46px 34px;
  animation: a-panel-enter 260ms ease both;
}

.a-trajectory-panel > div {
  min-width: 0;
  padding-inline: 34px;
}

.a-trajectory-panel > div:first-child {
  padding-left: 0;
}

.a-trajectory-panel > div + div {
  border-left: 1px solid var(--line);
}

.a-trajectory-area {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
}

.a-trajectory-area svg {
  width: 54px;
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.a-trajectory-area h3 {
  font-size: clamp(1.18rem, 1.7vw, 1.65rem);
  font-weight: 620;
  line-height: 1.2;
}

.a-trajectory-panel span {
  color: var(--ice);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.a-trajectory-panel p {
  margin-top: 17px;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.58;
}

.a-institutional-note {
  border-top: 1px solid var(--line);
  padding: 26px 0 0 22px;
  border-left: 2px solid var(--orange);
  color: var(--muted);
  font-size: 0.76rem;
}

.a-next-section {
  position: relative;
  display: grid;
  min-height: max(780px, 95svh);
  overflow: hidden;
  place-items: center;
  border-top: 1px solid rgb(234 243 255 / 4%);
  background: var(--navy);
  isolation: isolate;
}

.a-next-glow {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(900px, 82vw);
  aspect-ratio: 1.7;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(8 102 255 / 30%), rgb(8 102 255 / 11%) 42%, transparent 72%);
  filter: blur(42px);
  transform: translate(-50%, -42%);
}

.a-next-content {
  display: grid;
  justify-items: center;
  padding-block: 110px;
  text-align: center;
}

.a-next-content h2 {
  margin-top: 30px;
  font-size: clamp(5.1rem, 8.5vw, 7.8rem);
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.94;
  text-wrap: balance;
}

.a-next-content > p:not(.a-eyebrow) {
  max-width: 780px;
  margin-top: 42px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.a-next-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
}

.a-button {
  display: inline-grid;
  min-width: 150px;
  min-height: 52px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding-inline: 22px;
  font-size: 0.9rem;
  font-weight: 680;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.a-button-primary {
  background: var(--orange);
  box-shadow: 0 16px 34px rgb(255 122 0 / 20%);
  color: var(--navy);
}

.a-button-secondary {
  border-color: transparent;
  color: var(--orange);
}

.a-site-footer {
  border-top: 1px solid var(--line);
  background: #06172d;
}

.a-site-footer-inner {
  position: relative;
  display: grid;
  min-height: 210px;
  grid-template-columns: minmax(180px, 0.75fr) minmax(420px, 1.5fr) minmax(180px, 0.75fr);
  align-items: center;
  gap: 48px;
  padding-block: 48px;
}

.a-site-footer-brand {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
}

.a-site-footer-brand img {
  width: 150px;
  height: auto;
}

.a-site-footer-legal {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.a-site-footer-legal > p {
  margin-bottom: 18px;
  color: rgb(234 243 255 / 50%);
  font-size: 0.7rem;
  font-weight: 680;
  letter-spacing: 0.1em;
  text-transform: none;
}

.a-site-footer-legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.a-site-footer-legal a,
.a-site-footer-contact {
  color: var(--ice);
  font-size: 0.82rem;
  transition: color 180ms ease;
}

.a-site-footer-legal a:hover,
.a-site-footer-contact:hover {
  color: var(--orange);
}

.a-site-footer-contact {
  justify-self: end;
  margin-right: 110px;
  color: rgb(234 243 255 / 72%);
}

.a-site-footer-actions {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.a-site-footer-action {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(8 102 255 / 72%);
  border-radius: 8px;
  background: rgb(8 102 255 / 20%);
  box-shadow: 0 10px 24px rgb(0 0 0 / 18%);
  color: var(--ice);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.a-site-footer-action:hover {
  border-color: var(--blue);
  background: var(--blue);
  transform: translateY(-2px);
}

.a-site-footer-action:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.a-site-footer-action svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.a-site-footer-action:first-child svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

@keyframes a-slide-enter {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(28px);
  }
}

@keyframes a-panel-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
}

@keyframes a-progress {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1180px) {
  .a-primary-nav a {
    min-width: 88px;
    padding-inline: 10px;
  }

  .a-principles-grid {
    grid-template-columns: minmax(320px, 0.72fr) minmax(500px, 1.28fr);
  }

  .a-manifesto {
    padding: 44px;
  }

  .a-services-layout {
    grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  }

  .a-product-stage {
    grid-template-columns: minmax(330px, 1fr) minmax(340px, 0.9fr);
  }

  .a-trajectory-panel {
    grid-template-columns: minmax(280px, 1.15fr) repeat(3, minmax(155px, 1fr));
  }

  .a-trajectory-panel > div {
    padding-inline: 22px;
  }
}

@media (max-width: 920px) {
  .a-header {
    grid-template-columns: 180px 1fr 130px;
  }

  .a-primary-nav a {
    min-width: auto;
    padding-inline: 9px;
    font-size: 0.7rem;
  }

  .a-header-actions {
    padding-right: 20px;
  }

  .a-header-cta {
    min-width: 82px;
  }

  .a-site-footer-inner {
    grid-template-columns: 160px 1fr;
  }

  .a-site-footer-legal {
    padding-right: 80px;
  }

  .a-site-footer-legal > p,
  .a-site-footer-legal nav {
    width: fit-content;
  }

  .a-site-footer-contact {
    grid-column: 2;
    justify-self: start;
  }

  .a-section {
    min-height: auto;
  }

  .a-principles-grid,
  .a-services-layout,
  .a-method-content {
    grid-template-columns: 1fr;
  }

  .a-method-heading {
    display: block;
  }

  .a-method-heading > p:last-child {
    margin-top: 22px;
  }

  .a-manifesto {
    min-height: 590px;
  }

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

  .a-product-index {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 0 0 28px;
    border-right: 0;
  }

  .a-product-tab strong {
    max-width: none;
  }

  .a-product-stage {
    border-top: 1px solid var(--line);
  }

  .a-method-content {
    gap: 14px;
  }

  .a-aftercare {
    min-height: auto;
  }

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

  .a-trajectory-panel > div {
    padding: 28px;
    border-bottom: 1px solid var(--line);
  }

  .a-trajectory-panel > div:first-child {
    padding-left: 28px;
  }

  .a-trajectory-panel > div + div {
    border-left: 1px solid var(--line);
  }
}

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

  .a-container {
    width: min(calc(100% - 40px), var(--max-width));
  }

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

  .a-brand {
    margin-left: 20px;
  }

  .a-brand img {
    width: 142px;
  }

  .a-primary-nav,
  .a-header-cta {
    display: none;
  }

  .a-site-footer-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 46px;
  }

  .a-site-footer-legal {
    padding-top: 26px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .a-site-footer-legal nav {
    display: grid;
    gap: 18px;
  }

  .a-site-footer-contact {
    grid-column: 1;
    margin-right: 0;
  }

  .a-site-footer-actions {
    top: auto;
    bottom: 76px;
    transform: none;
  }

  .a-header-actions {
    padding-right: 20px;
  }

  .a-menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--blue);
    border-radius: 9px;
    background: transparent;
    cursor: pointer;
  }

  .a-menu-button span {
    width: 20px;
    height: 1px;
    background: var(--ice);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .a-menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .a-menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .a-menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .a-hero,
  .a-hero-slides {
    min-height: 100svh;
  }

  .a-hero-slides {
    min-height: calc(100svh - 68px);
  }

  .a-hero-slide {
    padding: 36px 20px 112px;
  }

  .a-hero-lead {
    font-size: clamp(3.6rem, 15.3vw, 4.25rem);
    letter-spacing: -0.055em;
  }

  .a-hero-accent {
    margin-top: 18px;
    font-size: clamp(2.55rem, 11vw, 3rem);
  }

  .a-hero-lead-accent {
    font-size: clamp(3rem, 14.4vw, 3.65rem);
  }

  .a-hero-accent-light {
    font-size: clamp(2.45rem, 10.6vw, 2.9rem);
  }

  .a-hero-slide > p {
    max-width: 350px;
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .a-hero-markers {
    bottom: 30px;
    width: min(304px, 78vw);
    gap: 8px;
  }

  .a-section {
    min-height: auto;
    padding-block: 68px;
  }

  .a-section-heading h2 {
    font-size: clamp(2.35rem, 10vw, 3.1rem);
  }

  .a-principles-grid,
  .a-principle-cards,
  .a-services-heading,
  .a-services-layout,
  .a-product-stage,
  .a-method-heading,
  .a-method-content,
  .a-trajectory-panel {
    grid-template-columns: 1fr;
  }

  .a-manifesto {
    min-height: 650px;
    padding: 42px 24px;
    border-radius: 18px;
  }

  .a-manifesto h2 {
    font-size: clamp(3rem, 13vw, 3.45rem);
  }

  .a-manifesto > p {
    font-size: 1rem;
  }

  .a-approved-flare {
    right: -8%;
    width: 116%;
  }

  .a-principles-statement,
  .a-principle-cards article,
  .a-value-strip {
    border-radius: 18px;
  }

  .a-principles-statement {
    min-height: 284px;
    padding: 34px 22px;
  }

  .a-principles-statement h3 {
    font-size: 2rem;
  }

  .a-dot-field {
    right: 14px;
    bottom: 20px;
    width: 100px;
  }

  .a-principle-cards article {
    min-height: 338px;
    padding: 30px 22px;
  }

  .a-principle-cards h3 {
    font-size: 1.8rem;
  }

  .a-value-strip {
    grid-template-columns: 1fr;
    padding: 8px 22px;
  }

  .a-value-strip > div {
    min-height: 82px;
    justify-content: flex-start;
  }

  .a-value-strip > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .a-services-heading {
    display: block;
    margin-bottom: 36px;
  }

  .a-services-heading h2 {
    margin-top: 14px;
  }

  .a-services-heading > p:last-child {
    margin-top: 20px;
  }

  .a-service-tab {
    min-height: 154px;
    grid-template-columns: 44px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 20px 18px;
    border-radius: 15px;
  }

  .a-service-tab + .a-service-tab {
    margin-top: 12px;
  }

  .a-service-tab:last-child {
    border-bottom: 1px solid var(--line);
  }

  .a-service-tab > svg {
    width: 40px;
  }

  .a-service-tab strong {
    font-size: 0.98rem;
  }

  .a-service-panel {
    min-height: 600px;
    margin-top: 18px;
    padding: 34px 22px;
    border-radius: 18px;
  }

  .a-service-panel header {
    display: block;
  }

  .a-service-panel h3 {
    margin-top: 14px;
    font-size: 2rem;
  }

  .a-service-proposition {
    font-size: 1.08rem;
  }

  .a-service-panel li {
    min-height: 54px;
  }

  .a-section-close {
    margin-top: 30px;
    font-size: 0.9rem;
  }

  .a-products-layout {
    border: 0;
  }

  .a-product-index {
    grid-template-columns: 1fr;
  }

  .a-product-tab {
    min-height: 112px;
    grid-template-columns: 28px 38px;
    align-content: center;
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 18px 20px;
  }

  .a-product-tab strong {
    font-size: 1rem;
  }

  .a-product-stage {
    display: block;
    border-top: 0;
  }

  .a-product-heading {
    padding: 48px 0 0;
  }

  .a-product-heading h2 {
    font-size: 2.6rem;
  }

  .a-product-main {
    min-height: auto;
    padding: 58px 0 72px;
  }

  .a-product-main h3 {
    font-size: clamp(4rem, 18vw, 5rem);
  }

  .a-product-result p {
    font-size: 1.22rem;
  }

  .a-pagination {
    right: 0;
  }

  .a-product-details {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 22px 0;
  }

  .a-product-details > div {
    padding-block: 30px;
  }

  .a-method-heading {
    display: block;
  }

  .a-method-heading > p:last-child {
    margin-top: 22px;
  }

  .a-method-tabs {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .a-method-tabs::before {
    top: 28px;
    bottom: 28px;
    left: 28px;
    width: 2px;
    height: auto;
  }

  .a-method-tab {
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 18px;
    padding: 9px 0;
  }

  .a-method-tab strong {
    max-width: none;
    font-size: 0.94rem;
  }

  .a-method-content {
    margin-top: 32px;
  }

  .a-method-panel {
    min-height: 480px;
    grid-template-columns: 1fr;
    padding: 34px 22px;
    border-radius: 16px;
  }

  .a-method-panel h3 {
    font-size: 2rem;
  }

  .a-method-results {
    display: grid;
  }

  .a-aftercare {
    min-height: 500px;
    padding: 34px 22px;
    border-radius: 16px;
  }

  .a-aftercare h3 {
    font-size: 1.75rem;
  }

  .a-aftercare p {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .a-trajectory-heading {
    margin-bottom: 36px;
  }

  .a-trajectory-tabs {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .a-trajectory-tab {
    min-height: 94px;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 20px;
  }

  .a-trajectory-tab strong {
    white-space: normal;
  }

  .a-trajectory-tab.is-active {
    border: 1px solid var(--blue);
    box-shadow: inset 4px 0 0 var(--orange);
  }

  .a-trajectory-panel {
    margin-top: 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 20px;
  }

  .a-trajectory-panel > div,
  .a-trajectory-panel > div:first-child {
    padding: 28px 0;
  }

  .a-trajectory-panel > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .a-trajectory-area {
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }

  .a-trajectory-area svg {
    width: 46px;
  }

  .a-trajectory-area h3 {
    font-size: 1.65rem;
  }

  .a-trajectory-panel p {
    font-size: 0.94rem;
  }

  .a-institutional-note {
    margin-top: 26px;
    padding: 18px 0 0 16px;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .a-next-section {
    min-height: 844px;
  }

  .a-next-content {
    padding-block: 100px;
  }

  .a-next-content h2 {
    max-width: 350px;
    margin-top: 28px;
    font-size: clamp(3.9rem, 16vw, 4.55rem);
    line-height: 0.92;
  }

  .a-next-content > p:not(.a-eyebrow) {
    max-width: 350px;
    margin-top: 36px;
    font-size: 1rem;
  }

  .a-next-actions {
    width: 100%;
    flex-direction: column;
    margin-top: 36px;
  }

  .a-button {
    width: 100%;
    min-height: 48px;
  }

  .a-button-secondary {
    border-color: var(--orange);
  }
}

@media (max-width: 380px) {
  .a-container {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .a-brand {
    margin-left: 16px;
  }

  .a-header-actions {
    padding-right: 16px;
  }

  .a-hero-slide {
    padding-inline: 16px;
  }

  .a-hero-lead {
    font-size: 3.35rem;
  }

  .a-hero-lead-accent {
    font-size: 2.85rem;
  }

  .a-hero-accent,
  .a-hero-accent-light {
    font-size: 2.35rem;
  }
}

@media (min-width: 1024px) {
  html {
    scroll-padding-top: 0;
  }

  .a-hero,
  .a-section,
  .a-next-section {
    height: 100vh;
    min-height: 100vh;
  }

  @supports (height: 100svh) {
    .a-hero,
    .a-section,
    .a-next-section {
      height: 100svh;
      min-height: 100svh;
    }
  }

  .a-hero-slides {
    height: calc(100vh - 68px);
    min-height: calc(100vh - 68px);
  }

  @supports (height: 100svh) {
    .a-hero-slides {
      height: calc(100svh - 68px);
      min-height: calc(100svh - 68px);
    }
  }

  .a-section {
    overflow: hidden;
    padding-block: clamp(68px, 6vh, 80px) clamp(16px, 2vh, 32px);
  }

  .a-section > .a-container {
    max-height: 100%;
  }

  .a-next-content {
    padding-block: clamp(64px, 10vh, 110px);
  }
}

@media (min-width: 1024px) and (max-height: 840px) {
  .a-principles-grid {
    align-items: stretch;
  }

  .a-manifesto {
    min-height: 560px;
    padding: 32px;
  }

  .a-manifesto h2 {
    margin-top: 22px;
  }

  .a-manifesto > p {
    margin-top: 22px;
    line-height: 1.5;
  }

  .a-principles-statement {
    min-height: 172px;
    padding: 24px 28px;
  }

  .a-principles-statement h3 {
    margin-top: 12px;
  }

  .a-principle-cards article {
    padding: 20px 22px;
  }

  .a-principle-cards article > i {
    margin-top: 8px;
  }

  .a-principle-cards h3 {
    margin-top: 12px;
  }

  .a-principle-cards p {
    margin-top: 12px;
    padding-top: 12px;
  }

  .a-principle-cards small {
    margin-top: 12px;
  }

  .a-value-strip {
    min-height: 64px;
  }

  .a-services-heading {
    margin-bottom: 20px;
  }

  .a-services-heading h2,
  .a-method-heading h2 {
    font-size: clamp(2.35rem, 3.4vw, 2.8rem);
  }

  .a-service-tab {
    min-height: 86px;
    padding: 12px 24px;
  }

  .a-service-panel {
    min-height: 0;
    padding: 26px 30px;
  }

  .a-panel-rule {
    margin-top: 14px;
  }

  .a-service-proposition {
    margin-top: 16px;
  }

  .a-service-panel ul {
    margin-top: 14px;
  }

  .a-service-panel li {
    min-height: 38px;
  }

  .a-section-close {
    margin-top: 14px;
  }

  .a-products-layout {
    min-height: 0;
    grid-template-columns: minmax(150px, 0.18fr) minmax(0, 1fr);
  }

  .a-product-index {
    gap: 24px;
    padding: 28px 24px 28px 0;
  }

  .a-product-stage {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  }

  .a-product-heading {
    padding: 28px 28px 0;
  }

  .a-product-heading h2 {
    margin-top: 12px;
    font-size: clamp(2.2rem, 2.8vw, 2.55rem);
  }

  .a-product-heading > p:last-child {
    margin-top: 14px;
  }

  .a-product-main {
    min-height: 0;
    padding: 22px 28px 28px;
  }

  .a-product-main h3 {
    margin-top: 14px;
  }

  .a-product-result {
    margin-top: 20px;
    padding-top: 14px;
  }

  .a-product-result p {
    margin-top: 10px;
  }

  .a-pagination {
    right: 28px;
    bottom: 14px;
  }

  .a-product-details {
    padding: 18px 24px;
  }

  .a-product-details > div {
    padding-block: 16px;
  }

  .a-product-details dd {
    margin-top: 12px;
  }

  .a-method-heading {
    margin-bottom: 20px;
  }

  .a-method-tabs {
    gap: 14px;
  }

  .a-method-tabs::before {
    top: 25px;
  }

  .a-method-tab {
    min-width: 0;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }

  .a-method-tab span {
    width: 50px;
    height: 50px;
  }

  .a-method-tab strong {
    max-width: none;
  }

  .a-method-content {
    margin-top: 18px;
  }

  .a-method-panel {
    min-height: 260px;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 22px 24px;
  }

  .a-method-panel p {
    margin-top: 10px;
  }

  .a-method-panel strong {
    margin-top: 12px;
  }

  .a-method-results {
    gap: 8px 20px;
    margin-top: 14px;
    padding-top: 12px;
  }

  .a-aftercare {
    min-height: 260px;
    padding: 22px 24px;
  }

  .a-aftercare > i {
    margin-block: 14px;
  }

  .a-aftercare p {
    margin-top: 10px;
  }

  .a-trajectory-heading {
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) and (max-height: 639px) {
  .a-section,
  .a-next-section {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

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

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

  .a-hero-markers button[aria-current="true"] i {
    transform: scaleX(1);
  }
}
