:root {
  --c-bg: #ffffff;
  --c-text: #0f1720;
  --c-text-muted: #4a5b6a;
  --c-accent: #0ea5a4;
  --c-accent-2: #14b8a6;
  --c-accent-soft: #d9f2ef;
  --c-footer-bg: #2fa8a0;
  --c-line: #e4e9ee;
  --c-brand-teal: #1caba3;
  --c-ms-light: #86f7f0;
  --c-ms-mid: #3ad1c8;
  --c-cream: #fdf8f3;
  --font-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-inter: "Inter", var(--font-sans);
  --font-serif: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-mono: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-year: "Oswald", "Arial Narrow", var(--font-inter);
  --sol-h2: rgba(0, 0, 0, 0.8);
  --au-layout-max: 100vw;
  --au-section-pad-x: clamp(1.041vw, 5vw, 5.208vw);
  --vm-teal-1: #19d2c7;
  --vm-teal-2: #1b5b58;
  --au-section-title-gap: 3.541vw;
  --au-block-gap-y: clamp(5vw, 11vw, 8.333vw);

  --au-ms2-pill-w: 33.333vw;
  --au-ms2-pill-h: 18.802vw;
  --au-ms2-copy-w: 15.625vw;
  --au-sr-carousel-w: 41.666vw;
  --au-sr-list-w: 36.458vw;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.687vw;
}

body {
  font-family: var(--font-sans);
  color: var(--c-text);
  background: #fafdfd;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  padding-top: 0;
}

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

ul {
  list-style: none
}

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

.anchor-target {
  position: relative;
  top: -5.208vw;
  height: 0;
  overflow: hidden
}


.au-hero-spacer {
  position: relative;
  height: 100vh;
  min-height: 33.333vw;
  z-index: 1;
}

.au-hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 33.333vw;
  overflow: hidden;
  background: transparent;
}

.au-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.08);
}

.au-hero-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .2);
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}

.au-hero-copy {
  position: absolute;
  left: clamp(1.25vw, 10.3vw, 10.26vw);
  top: 50%;
  transform: translateY(-50%);
  width: min(39.843vw, calc(100% - clamp(1.25vw, 10.3vw, 10.26vw) - 1.25vw));
  max-width: 39.843vw;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25vw;
  color: #fff;
  opacity: 1;
  pointer-events: auto;
}

.au-hero-kicker {
  font-family: var(--font-inter);
  font-weight: 300;
  font-size: 0.906vw;
  line-height: 1.406vw;
  letter-spacing: .0.312vw;
  color: #fff;
  margin: 0;
  padding: 0;
  width: min(38.489vw, 100%);
  display: block;
  box-sizing: border-box;
}

.au-hero-kicker::after {
  content: "";
  display: block;
  margin-top: 1.25vw;
  width: 100%;
  height: 0.052vw;
  background: #fff;
}

.au-hero-h1 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 2.083vw;
  line-height: 3vw;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  max-width: 100%;
}

.au-hero-sub {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 1.744vw;
  line-height: 1.25vw;
  letter-spacing: .0.312vw;
  color: #fff;
  margin: 0;
  max-width: 100%;
}

.au-hero-body-plain {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 0.937vw;
  line-height: 1.25vw;
  letter-spacing: .0.312vw;
  color: #fff;
  width: 100%;
  max-width: 39.843vw;
  margin: 0;
}

.au-hero-body-inner p {
  margin: 0 0 1.25vw;
}

.au-hero-body-inner p:last-child {
  margin-bottom: 0
}

.au-hero-body-inner .au-hero-l1 {
  white-space: nowrap;
}

.au-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .35;
  background:
    linear-gradient(90deg, rgba(120, 200, 255, .15) 0.052vw, transparent 0.052vw) 0 0 / 1.458vw 1.458vw,
    linear-gradient(rgba(120, 200, 255, .12) 0.052vw, transparent 0.052vw) 0 0 / 1.458vw 1.458vw;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.au-main-canvas {
  position: relative;
  z-index: 1
}

.au-page-diffuse {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.au-page-diffuse .au-block-diffuse-base {
  position: absolute;
  inset: 0;
  background-color: #fafdfd;
  background-image:
    radial-gradient(ellipse 46.875vw 27.083vw at 92% 18%, rgba(134, 247, 240, .12), transparent 58%),
    radial-gradient(ellipse 52.083vw 39.583vw at 8% 24%, color-mix(in srgb, var(--c-accent) 9%, transparent), transparent 62%),
    radial-gradient(ellipse 42.708vw 33.333vw at 20% 80%, color-mix(in srgb, var(--c-accent-2) 5%, transparent), transparent 58%),
    radial-gradient(circle min(70vw, 42.708vw) at 98% 42%, color-mix(in srgb, var(--c-accent) 4%, transparent), transparent 55%),
    radial-gradient(ellipse min(96vw, 72.916vw) min(42vh, 27.083vw) at 50% 100%, color-mix(in srgb, var(--c-accent-soft) 22%, #fff), transparent 58%),
    radial-gradient(ellipse 55% 38% at 15% 92%, color-mix(in srgb, var(--c-accent) 7%, transparent), transparent 62%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.au-block-diffuse-blob {
  position: absolute;
  width: min(88vmin, 54.687vw);
  height: min(88vmin, 54.687vw);
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  filter: blur(2.916vw);
  opacity: .48;
  z-index: 1;
}

.au-block-diffuse-blob.is-a {
  left: 12%;
  top: 24%;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent) 34%, transparent) 0%, color-mix(in srgb, var(--c-accent) 8%, transparent) 40%, transparent 68%);
}

.au-block-diffuse-blob.is-b {
  left: 86%;
  top: 38%;
  width: min(76vmin, 46.875vw);
  height: min(76vmin, 46.875vw);
  opacity: .4;
  filter: blur(2.708vw);
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent-2) 30%, transparent) 0%, color-mix(in srgb, var(--c-accent-2) 7%, transparent) 38%, transparent 65%);
}

.au-block-diffuse-blob.is-c {
  left: 48%;
  top: 88%;
  width: min(82vmin, 51.041vw);
  height: min(82vmin, 51.041vw);
  opacity: .36;
  filter: blur(3.333vw);
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent-soft) 55%, transparent) 0%, color-mix(in srgb, var(--c-accent) 10%, transparent) 42%, transparent 62%);
}

.au-main-canvas .au-section-inner {
  position: relative;
  z-index: 1;
}


.au-section-inner {
  max-width: var(--au-layout-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--au-section-pad-x);
  padding-right: var(--au-section-pad-x);
}

.au-sfdc-h,
.au-ms2-h,
.au-sr-h {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 2.5vw;
  color: #000;
  margin: 0;
}

.au-sfdc-spacer {
  position: relative;
  --au-sfdc-banner-gap: clamp(3.75vw, 11vh, 6.666vw);
  --au-sfdc-pin: 100vh;
  --au-sfdc-release: 70vh;
  padding-top: var(--au-sfdc-banner-gap);
  height: calc(var(--au-sfdc-pin) + var(--au-sfdc-release) + var(--au-sfdc-banner-gap));
  min-height: calc(33.333vw + var(--au-sfdc-release) + var(--au-sfdc-banner-gap));
  box-sizing: content-box;
}

.au-sfdc-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  z-index: 2;
}

.au-sfdc {
  position: relative;
  width: 100%;
  min-height: min(100vh, 56.25vw);
  height: 100%;
  overflow: hidden;
  background: transparent;
  padding: clamp(1.666vw, 5vh, 2.916vw) 0 var(--au-block-gap-y);
  box-sizing: border-box;
}

.au-sfdc-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--au-layout-max);
  margin: 0 auto;
  padding: 0 var(--au-section-pad-x) clamp(1.666vw, 4vh, 2.916vw);
  height: 100%;
  min-height: inherit;
  box-sizing: border-box;
  --au-sfdc-graphic-col: minmax(15.625vw, 48%);
  --au-sfdc-graphic-w: clamp(15.625vw, 48%, 39.583vw);
}

.au-sfdc-graphic {
  position: absolute;
  left: var(--au-section-pad-x);
  top: clamp(7.916vw, 22vh, 12.083vw);
  bottom: auto;
  width: var(--au-sfdc-graphic-w);
  max-width: min(39.583vw, 48vw);
  aspect-ratio: 1.05 / 1;
  min-height: 18.75vw;
  z-index: 2;
  pointer-events: none;
}

.au-sfdc-graphic canvas {
  display: block;
  width: 100%;
  height: 100%
}

.au-sfdc-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(89.583vw, 100%);
  margin: 0 auto;
  height: 100%;
  min-height: calc(100vh - var(--au-block-gap-y) * 2);
  display: flex;
  flex-direction: column;
}

.au-sfdc-copy-window {
  position: relative;
  flex: 0 0 auto;
  overflow: visible;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: start;
  padding-right: clamp(0.625vw, 2vw, 2.5vw);
  margin-top: 0;
  transition: margin-top .35s ease;
}

.au-sfdc-copy-slot {
  position: relative;
  width: 100%;
  max-width: 33.02vw;
  margin-left: clamp(2.5vw, 8vw, 8.333vw);
  min-height: 9.062vw;
}

.au-sfdc-head {
  text-align: center;
  margin: 0 auto clamp(1.458vw, 4.5vh, 2.916vw);
  max-width: 67.239vw;
  width: 100%;
  padding-top: clamp(0.833vw, 2.5vh, 1.666vw);
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}

.au-sfdc-h {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: clamp(1.666vw, 3.2vw, 2.5vw);
  line-height: 1.67;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, .8);
  text-transform: capitalize;
  margin: 0 0 1.25vw;
}

.au-sfdc-sub {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: clamp(0.781vw, 1.4vw, 0.937vw);
  line-height: 1.302vw;
  color: #696969;
  max-width: 66.041vw;
  margin: 0 auto;
}

.au-sfdc-body {
  display: grid;
  grid-template-columns: var(--au-sfdc-graphic-col) minmax(0, 1fr);
  gap: clamp(1.041vw, 3vw, 3.333vw);
  align-items: start;
  flex: 1;
  min-height: 0;
  margin-top: clamp(-1.875vw, -4vh, -3.333vw);
}

.au-sfdc-graphic-pad {
  min-height: 0.052vw
}

.au-sfdc-item {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transform: translateY(0.937vw);
  will-change: opacity, transform;
}

.au-sfdc-item.is-active {
  z-index: 2;
  pointer-events: auto
}

.au-sfdc-item-body {
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
  max-width: 28.02vw;
}

.au-sfdc-item-title {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 1.1;
  background: linear-gradient(124.19deg, var(--vm-teal-1) 0%, var(--vm-teal-2) 58%, #134542 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
}

.au-sfdc-item-text {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: clamp(0.937vw, 1.6vw, 1.25vw);
  line-height: 1.822vw;
  color: #000;
  margin: 0;
  max-width: 27.864vw;
}


.au-ms2 {
  position: relative;
  padding: var(--au-block-gap-y) 0 calc(var(--au-block-gap-y) * 0.85);
  overflow-x: visible;
  overflow-y: visible;
}

.au-ms2-spacer {
  position: relative;
  --au-ms2-scroll-steps: 5;
  height: calc(100vh + var(--au-ms2-scroll-steps) * 80vh);
  min-height: calc(33.333vw + var(--au-ms2-scroll-steps) * 27.083vw);
}

.au-ms2-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  z-index: 1;
}

.au-ms2-spacer .au-ms2 {
  width: 100%;
  padding: clamp(2.083vw, 5vh, 3.75vw) 0;
}

.au-ms2-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--au-section-title-gap, 3.541vw);
  max-width: min(89.583vw, 100%);
  width: 100%;
  margin: 0 auto;
  overflow-x: visible;
  overflow-y: visible;
}

.au-ms2-panel {
  width: max-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--au-section-title-gap, 3.541vw);
}

.au-ms2-h {
  line-height: 2.75vw;
  letter-spacing: 0;
}

.au-ms2-row {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, min(25vw, 36vw)) var(--au-ms2-pill-w) auto;
  column-gap: clamp(1.458vw, 4vw, 3.385vw);
  row-gap: 1.25vw;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 28.958vw;
  box-sizing: border-box;
}

.au-ms2-years {
  position: relative;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  height: 17.187vw;
  overflow-x: visible;
  overflow-y: hidden;
  outline: none;
  isolation: isolate;
  z-index: 10;
}

.au-ms2-years-track {
  position: absolute;
  left: 0;
  top: 0;
  width: max-content;
  min-width: 100%;
  transition: transform .55s cubic-bezier(.25, .46, .45, .94);
  will-change: transform;
}

.au-ms2-year {
  height: 5.729vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  overflow: visible;
  flex-shrink: 0;
  position: relative;
}

.au-ms2-year.is-active {
  z-index: 2
}

.au-ms2-year-label {
  font-family: var(--font-year);
  font-weight: 700;
  font-size: 4.479vw;
  line-height: 5vw;
  letter-spacing: -0.02em;
  color: #f0f1f3;
  white-space: nowrap;
  transition: opacity .35s ease, color .35s ease, filter .35s ease;
  display: block;
}

.au-ms2-year.is-active .au-ms2-year-label {
  background: linear-gradient(162.51deg, #19d2c7 3.9%, #1b5b58 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: none;
}

.au-ms2-year:not(.is-active) .au-ms2-year-label {
  opacity: 1;
}

.au-ms2-visual {
  position: relative;
  grid-column: 2;
  flex: 0 0 var(--au-ms2-pill-w);
  width: var(--au-ms2-pill-w);
  max-width: var(--au-ms2-pill-w);
  min-width: var(--au-ms2-pill-w);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.au-ms2-pill {
  width: var(--au-ms2-pill-w);
  max-width: var(--au-ms2-pill-w);
  min-width: var(--au-ms2-pill-w);
  height: var(--au-ms2-pill-h);
  margin: 0;
  border-radius: 52.083vw;
  overflow: hidden;
  box-shadow: 0 1.041vw 2.604vw rgba(10, 40, 38, .1);
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
}

.au-ms2-slides {
  position: absolute;
  inset: 0;
  transition: transform .55s cubic-bezier(.25, .46, .45, .94);
  will-change: transform;
}

.au-ms2-slide {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.au-ms2-slide img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.au-ms2-copy {
  position: relative;
  z-index: 4;
  grid-column: 3;
  width: var(--au-ms2-copy-w);
  min-width: 0;
  max-width: var(--au-ms2-copy-w);
  margin-left: calc(clamp(1.041vw, 2.5vw, 2.083vw) + 0.781vw);
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  align-items: flex-start;
  justify-self: start;
  flex-shrink: 0;
  box-sizing: border-box;
}

.au-ms2-copy-window {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 10.416vw;
  overflow-x: visible;
  overflow-y: hidden;
}

.au-ms2-copy-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  transition: transform .55s cubic-bezier(.25, .46, .45, .94);
}

.au-ms2-copy-slide {
  min-height: 10.416vw;
  padding-bottom: 0.208vw;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
}

.au-ms2-y-small {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.406vw;
  color: var(--c-brand-teal);
  max-width: 100%;
}

.au-ms2-sub {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 1.041vw;
  line-height: 1.406vw;
  color: #000;
  max-width: 100%;
}

.au-ms2-desc {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 0.937vw;
  line-height: 1.406vw;
  color: #696969;
  max-width: 100%;
  width: 100%;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

.au-ms2-navrow {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}

.au-ms2-bar {
  flex: 0 0 6.25vw;
  width: 6.25vw;
  height: 0.104vw;
  background: #f3f5f9;
  border-radius: 0.104vw;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.au-ms2-bar>span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.562vw;
  background: var(--c-brand-teal);
  border-radius: 0.104vw;
  transition: transform .45s cubic-bezier(.25, .46, .45, .94);
  transform: translateX(0);
  will-change: transform;
}

.au-ms2-ar {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  margin-left: 1.041vw;
  gap: 0.625vw;
}

.au-ms2-ar button {
  flex: 0 0 1.875vw;
  width: 1.875vw;
  height: 1.875vw;
  border-radius: 0.937vw;
  border: 0.078vw solid var(--c-brand-teal);
  background: transparent;
  color: var(--c-brand-teal);
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  box-sizing: border-box;
  transition: background .22s ease, border-color .22s ease, color .22s ease;
}

.au-ms2-ar button:hover {
  background: var(--c-brand-teal);
  border-color: var(--c-brand-teal);
  color: #fff;
}

.au-ms2-ar button:focus-visible {
  outline: 0.104vw solid var(--c-brand-teal);
  outline-offset: 0.104vw;
}

.au-ms2-ar svg {
  width: 0.416vw;
  height: 0.729vw;
  display: block;
  pointer-events: none;
}


.au-sr {
  position: relative;
  background: transparent;
  padding: calc(var(--au-block-gap-y) * 0.75) 0 calc(var(--au-block-gap-y) * 1.45);
  overflow: hidden;
}

.au-sr-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: min(89.583vw, 100%);
  width: 100%;
  margin: 0 auto;
}

.au-sr-panel {
  width: max-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.au-sr-head {
  border-top: 0;
  padding-top: 0;
  margin-bottom: clamp(2.083vw, 4.5vw, 3.75vw);
  width: 100%;
}

.au-sr-h {
  line-height: 1.05;
  text-transform: capitalize;
}

.au-sr-row {
  display: grid;
  grid-template-columns: var(--au-sr-carousel-w) var(--au-sr-list-w);
  gap: clamp(2.083vw, 5vw, 4.583vw);
  align-items: start;
  width: max-content;
  max-width: 100%;
  margin: 0;
}

.au-sr-list {
  padding-left: 0;
  width: var(--au-sr-list-w);
  max-width: var(--au-sr-list-w)
}

.au-sr-carousel {
  position: relative;
  border-radius: 1.25vw;
  overflow: hidden;
  width: 100%;
  max-width: var(--au-sr-carousel-w);
  justify-self: start;
  aspect-ratio: 820/480;
  max-height: none;
  box-shadow: 0 1.041vw 2.604vw rgba(0, 0, 0, .1);
  background: #e8ecef;
}

.au-sr-carousel-track {
  display: flex;
  height: 100%;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  will-change: transform;
}

.au-sr-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.au-sr-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.au-sr-car-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.083vw;
  height: 2.083vw;
  border-radius: 50%;
  border: 0.078vw solid #fff;
  background: rgba(0, 0, 0, .18);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 3;
  transition: background .2s, color .2s, border-color .2s;
}

.au-sr-car-btn:hover {
  background: var(--c-brand-teal);
  border-color: var(--c-brand-teal);
  color: #fff;
}

.au-sr-car-btn--prev {
  left: 0.833vw
}

.au-sr-car-btn--next {
  right: 0.833vw
}

.au-sr-car-btn svg {
  width: 0.52vw;
  height: 0.937vw;
  display: block;
  pointer-events: none
}

.au-sr-carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.937vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.416vw;
  z-index: 3;
}

.au-sr-carousel-dots button {
  width: 0.416vw;
  height: 0.416vw;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, .55);
  cursor: pointer;
  transition: background .2s, transform .2s;
}

.au-sr-carousel-dots button.is-active {
  background: var(--c-brand-teal);
  transform: scale(1.15);
}

.au-sr-item {
  border-bottom: 0.052vw solid rgba(0, 0, 0, .3);
  padding: 1.145vw 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  cursor: pointer;
  transition: background .2s;
}

.au-sr-item-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.041vw;
  width: 100%;
}

.au-sr-detail {
  display: grid;
  grid-template-rows: 0fr;
  max-width: 100%;
  transition: grid-template-rows .52s cubic-bezier(.33, 1, .68, 1);
}

.au-sr-item.au-sr-item--expand .au-sr-detail {
  grid-template-rows: 1fr
}

.au-sr-detail-inner {
  overflow: hidden;
  min-height: 0;
  padding-right: clamp(0vw, 3vw, 2.5vw);
  opacity: 0;
  transform: translateY(-0.416vw);
  transition:
    opacity .36s cubic-bezier(.25, .46, .45, .94),
    transform .48s cubic-bezier(.33, 1, .68, 1);
}

.au-sr-item.au-sr-item--expand .au-sr-detail-inner {
  opacity: 1;
  transform: translateY(0);
  padding-top: 0.729vw;
}

.au-sr-detail-body {
  font-family: var(--font-inter);
  font-size: 0.937vw;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding-bottom: 0.104vw;
}

.au-sr-item--expand .au-sr-go svg {
  transform: rotate(90deg)
}

.au-sr-go svg {
  transition: transform .48s cubic-bezier(.33, 1, .68, 1);
}

.au-sr-item:hover {
  background: rgba(28, 171, 163, .04)
}

.au-sr-item-left {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  flex: 1;
  min-width: 0;
}

.au-sr-k {
  display: flex;
  align-items: center;
  gap: 0.52vw;
  font-family: var(--font-inter);
  font-weight: 300;
  font-size: 0.833vw;
  letter-spacing: .0.312vw;
  text-transform: uppercase;
  color: #000;
}

.au-sr-dot {
  width: 0.52vw;
  height: 0.52vw;
  border-radius: 0.781vw;
  background: var(--c-brand-teal)
}

.au-sr-t {
  font-family: var(--font-inter);
  font-size: clamp(0.885vw, 1.35vw, 1.145vw);
  line-height: 1.35;
  color: #000;
}

.au-sr-go {
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 1.302vw;
  background: var(--c-brand-teal);
  border: 0;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .3s ease, background .2s;
}

.au-sr-go svg {
  width: 0.937vw;
  height: 0.937vw;
  color: #fff
}

.au-sr-item:hover .au-sr-go {
  transform: translateX(0.312vw)
}

.au-sr-item.is-active .au-sr-go {
  background: var(--c-accent-2)
}


/* ==========================================================================
   Responsive — tablet (≤1024px): unpin scroll-driven sections, stack columns
   ========================================================================== */
@media (max-width: 1024px) {
  .au-sfdc-spacer {
    height: auto;
    min-height: 0;
    padding-top: clamp(40px, 8vh, 72px);
  }

  .au-sfdc-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    display: block;
  }

  .au-sfdc {
    min-height: auto;
    height: auto;
    padding: clamp(40px, 7vh, 64px) 0 var(--au-block-gap-y);
  }

  .au-sfdc-inner {
    --au-sfdc-graphic-col: 1fr;
    --au-sfdc-graphic-w: min(480px, 92vw);
    height: auto;
    padding-top: clamp(20px, 4vh, 40px);
  }

  .au-sfdc-graphic {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: min(480px, 92vw);
    min-height: 280px;
    margin: 0 auto clamp(24px, 4vh, 40px);
  }

  .au-sfdc-stage {
    max-width: 100%;
    min-height: 0;
  }

  .au-sfdc-body {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }

  .au-sfdc-graphic-pad {
    display: none;
  }

  .au-sfdc-copy-window {
    padding-right: 0;
    justify-content: stretch;
  }

  .au-sfdc-copy-slot {
    margin-left: 0;
    max-width: 100%;
  }

  .au-sfdc-head {
    margin-bottom: clamp(28px, 5vh, 56px);
  }

  .au-ms2-spacer {
    height: auto;
    min-height: 0;
  }

  .au-ms2-sticky {
    position: relative;
    min-height: 0;
    display: block;
  }

  .au-ms2-spacer .au-ms2 {
    padding: var(--au-block-gap-y) 0 calc(var(--au-block-gap-y) * 0.85);
  }

  .au-ms2-inner {
    overflow-x: visible;
  }

  .au-ms2-panel {
    width: 100%;
    max-width: 100%;
  }

  .au-ms2-row {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    min-height: 0;
  }

  .au-ms2-years {
    flex: 0 0 auto;
    width: 100%;
    height: 200px;
  }

  .au-ms2-years-track {
    width: 100%;
    min-width: 0;
  }

  .au-ms2-year {
    height: 84px;
  }

  .au-ms2-year-label {
    font-size: clamp(56px, 11vw, 84px);
    line-height: 1.05;
    max-width: none;
  }

  .au-ms2-visual {
    order: 2;
    grid-column: auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .au-ms2-pill {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 800 / 361;
    max-height: min(361px, 70vw);
    border-radius: 24px;
  }

  .au-ms2-copy {
    order: 3;
    grid-column: auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 560px;
    margin-left: 0;
  }

  .au-ms2-copy-window {
    height: auto;
    min-height: 160px;
  }

  .au-ms2-copy-slide {
    min-height: 160px;
  }

  .au-sr-panel {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .au-sr-row {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .au-sr-carousel {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .au-sr-list {
    width: 100%;
    max-width: 100%;
  }
}

/* ==========================================================================
   Responsive — mobile (≤768px): pixel sizing, full-width stacks
   ========================================================================== */
@media (max-width: 768px) {
  :root {
    --au-layout-max: 100%;
    --au-section-pad-x: clamp(16px, 5vw, 24px);
    --au-section-title-gap: 24px;
    --au-block-gap-y: clamp(48px, 11vw, 80px);
    --au-ms2-pill-w: 100%;
    --au-ms2-pill-h: auto;
    --au-ms2-copy-w: 100%;
    --au-sr-carousel-w: 100%;
    --au-sr-list-w: 100%;
  }

  html {
    scroll-padding-top: 60px;
  }

  img {
    max-width: 100%;
  }

  .anchor-target {
    top: -60px;
  }

  /* ---------- Hero ---------- */
  .au-hero-spacer,
  .au-hero-sticky {
    height: 100vh;
    min-height: 480px;
  }

  .au-hero-bg {
    object-position: center 48%;
  }

  .au-hero-copy {
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-width: none;
    gap: 14px;
  }

  .au-hero-kicker {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    width: 100%;
  }

  .au-hero-kicker::after {
    margin-top: 12px;
    height: 1px;
  }

  .au-hero-h1 {
    font-size: clamp(24px, 6.5vw, 30px);
    line-height: 1.3;
    max-width: 100%;
  }

  .au-hero-sub {
    font-size: clamp(18px, 5.2vw, 24px);
    line-height: 1.3;
    letter-spacing: 0.3px;
    max-width: 100%;
  }

  .au-hero-body-plain {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    max-height: 330px;
    overflow: auto;
  }

  .au-hero-body-inner p {
    margin: 0 0 10px;
  }

  .au-hero-body-inner br {
    display: none;
  }

  .au-hero-body-inner .au-hero-l1 {
    white-space: normal;
  }

  .au-hero-grid {
    background:
      linear-gradient(90deg, rgba(120, 200, 255, .15) 1px, transparent 1px) 0 0 / 14px 14px,
      linear-gradient(rgba(120, 200, 255, .12) 1px, transparent 1px) 0 0 / 14px 14px;
  }

  /* ---------- Page diffuse / blobs ---------- */
  .au-page-diffuse .au-block-diffuse-base {
    background-image:
      radial-gradient(ellipse 450px 260px at 92% 18%, rgba(134, 247, 240, .12), transparent 58%),
      radial-gradient(ellipse 500px 380px at 8% 24%, color-mix(in srgb, var(--c-accent) 9%, transparent), transparent 62%),
      radial-gradient(ellipse 410px 320px at 20% 80%, color-mix(in srgb, var(--c-accent-2) 5%, transparent), transparent 58%),
      radial-gradient(circle min(70vw, 410px) at 98% 42%, color-mix(in srgb, var(--c-accent) 4%, transparent), transparent 55%),
      radial-gradient(ellipse min(96vw, 700px) min(42vh, 260px) at 50% 100%, color-mix(in srgb, var(--c-accent-soft) 22%, #fff), transparent 58%),
      radial-gradient(ellipse 55% 38% at 15% 92%, color-mix(in srgb, var(--c-accent) 7%, transparent), transparent 62%);
    background-size: 100% 100%;
  }

  .au-block-diffuse-blob {
    width: min(88vmin, 525px);
    height: min(88vmin, 525px);
    filter: blur(28px);
  }

  .au-block-diffuse-blob.is-b {
    width: min(76vmin, 450px);
    height: min(76vmin, 450px);
    filter: blur(26px);
  }

  .au-block-diffuse-blob.is-c {
    width: min(82vmin, 490px);
    height: min(82vmin, 490px);
    filter: blur(32px);
  }

  /* ---------- Section headings (shared) ---------- */
  .au-sfdc-h,
  .au-ms2-h,
  .au-sr-h {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.25;
  }

  /* ---------- Vision / Mission ---------- */
  .au-sfdc-spacer {
    padding-top: clamp(32px, 7vh, 48px);
  }

  .au-sfdc {
    padding: clamp(32px, 7vh, 48px) 0 var(--au-block-gap-y);
  }

  .au-sfdc-inner {
    padding: 0 var(--au-section-pad-x);
    --au-sfdc-graphic-w: min(360px, 86vw);
    display: flex;
    flex-direction: column;
  }

  .au-sfdc-graphic {
    order: 2;
    max-width: min(360px, 86vw);
    min-height: 220px;
    margin: 0 auto clamp(20px, 4vh, 32px);
  }

  .au-sfdc-graphic canvas {
    width: 100%;
    height: 100%;
  }

  .au-sfdc-head {
    margin: 0 auto clamp(20px, 4vh, 32px);
    max-width: 100%;
    padding-top: 0;
  }

  .au-sfdc-h {
    margin: 0 0 12px;
  }

  .au-sfdc-sub {
    font-size: 13px;
    line-height: 1.6;
    max-width: 100%;
  }

  .au-sfdc-body {
    gap: 0;
  }

  /* Items: unstack absolute layering, render as a normal vertical flow */
  .au-sfdc-copy-window {
    overflow: visible;
    display: block;
    position: relative;
    padding-right: 0;
    align-self: stretch;
  }

  .au-sfdc-copy-slot {
    min-height: 0;
  }

  .au-sfdc-item {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none;
    z-index: auto;
  }

  .au-sfdc-item + .au-sfdc-item {
    margin-top: 32px;
  }

  .au-sfdc-item-body {
    gap: 14px;
    max-width: 100%;
    text-align: center;
  }

  .au-sfdc-item-title {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.2;
  }

  .au-sfdc-item-text {
    font-size: 14px;
    line-height: 1.7;
    max-width: 100%;
  }

  /* ---------- Milestones (au-ms2) ---------- */
  .au-ms2 {
    padding: var(--au-block-gap-y) 0 calc(var(--au-block-gap-y) * 0.7);
  }

  .au-ms2-spacer .au-ms2 {
    padding: var(--au-block-gap-y) 0 calc(var(--au-block-gap-y) * 0.7);
  }

  .au-ms2-inner {
    gap: var(--au-section-title-gap);
    max-width: 100%;
  }

  .au-ms2-panel {
    gap: var(--au-section-title-gap);
  }

  .au-ms2-h {
    line-height: 1.2;
  }

  .au-ms2-row {
    gap: 24px;
  }

  .au-ms2-years {
    height: 70px;
  }

  .au-ms2-year {
    height: 56px;
  }

  .au-ms2-year-label {
    font-size: clamp(40px, 13vw, 60px);
    line-height: 1;
  }

  .au-ms2-pill {
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(10, 40, 38, .12);
  }

  .au-ms2-slide,
  .au-ms2-slide img {
    width: 100%;
    height: 100%;
  }

  .au-ms2-copy {
    gap: 8px;
    max-width: 100%;
  }

  .au-ms2-copy-window {
    min-height: 120px;
  }

  .au-ms2-copy-slide {
    min-height: 120px;
    padding-bottom: 2px;
    gap: 8px;
  }

  .au-ms2-y-small {
    font-size: 16px;
    line-height: 1.4;
  }

  .au-ms2-sub {
    font-size: 15px;
    line-height: 1.5;
  }

  .au-ms2-desc {
    font-size: 13px;
    line-height: 1.65;
  }

  .au-ms2-bar {
    flex: 0 0 56px;
    width: 56px;
    height: 2px;
    border-radius: 2px;
  }

  .au-ms2-bar > span {
    width: 16px;
    border-radius: 2px;
  }

  .au-ms2-ar {
    margin-left: 12px;
    gap: 8px;
  }

  .au-ms2-ar button {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid var(--c-brand-teal);
  }

  .au-ms2-ar button:focus-visible {
    outline: 1px solid var(--c-brand-teal);
    outline-offset: 1px;
  }

  .au-ms2-ar svg {
    width: 6px;
    height: 10px;
  }

  /* ---------- Social Responsibility (au-sr) ---------- */
  .au-sr {
    padding: calc(var(--au-block-gap-y) * 0.6) 0 calc(var(--au-block-gap-y) * 1.1);
  }

  .au-sr-inner {
    max-width: 100%;
    width: 100%;
  }

  .au-sr-head {
    margin-bottom: clamp(20px, 5vw, 32px);
  }

  .au-sr-row {
    gap: clamp(20px, 5vw, 32px);
  }

  .au-sr-carousel {
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
  }

  .au-sr-carousel-track {
    height: 100%;
  }

  .au-sr-carousel-slide,
  .au-sr-carousel-slide img {
    width: 100%;
    height: 100%;
  }

  .au-sr-car-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #fff;
  }

  .au-sr-car-btn--prev {
    left: 8px;
  }

  .au-sr-car-btn--next {
    right: 8px;
  }

  .au-sr-car-btn svg {
    width: 7px;
    height: 12px;
  }

  .au-sr-carousel-dots {
    bottom: 10px;
    gap: 5px;
  }

  .au-sr-carousel-dots button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }

  .au-sr-item {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: 14px 0;
  }

  .au-sr-item-row {
    gap: 12px;
    width: 100%;
  }

  .au-sr-detail {
    max-width: 100%;
  }

  .au-sr-detail-inner {
    padding-right: clamp(0px, 3vw, 16px);
    transform: translateY(-4px);
  }

  .au-sr-item.au-sr-item--expand .au-sr-detail-inner {
    padding-top: 8px;
  }

  .au-sr-detail-body {
    font-size: 13px;
    line-height: 1.65;
    padding-bottom: 1px;
  }

  .au-sr-item-left {
    gap: 6px;
    flex: 1;
  }

  .au-sr-k {
    gap: 6px;
    font-size: 11px;
    letter-spacing: 0.3px;
  }

  .au-sr-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }

  .au-sr-t {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.4;
  }

  .au-sr-go {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .au-sr-go svg {
    width: 11px;
    height: 11px;
  }

  .au-sr-item:hover .au-sr-go {
    transform: translateX(3px);
  }

  .reveal {
    transform: translateY(20px);
  }
}

/* ==========================================================================
   Reduced motion: disable scroll-pinned heights and transitions
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .au-sfdc-spacer,
  .au-ms2-spacer {
    height: auto;
    min-height: 0;
    padding-top: clamp(48px, 8vh, 96px);
  }

  .au-ms2-years-track,
  .au-ms2-slides,
  .au-ms2-copy-track,
  .au-ms2-bar > span,
  .au-sfdc-item {
    transition-duration: .01ms !important;
  }
}
