/* Maintained by Eric Hawkinson · site design tokens (site.together.json → design.tokens) */
:root {
  --td-color-primary: #000052;
  --td-color-secondary: #000078;
  --td-color-accent-0: #27FF00;
  --td-color-accent-1: #33eebb;
  --td-color-accent-2: #449ddd;
  --td-color-background-0: #000052;
  --td-color-background-1: #00003a;
  --td-color-surface-0: #000078;
  --td-color-text: #ffffff;
  --td-color-text-muted: #e8e8e8;
  --td-font-heading: 'Leon Sans', system-ui, sans-serif;
  --td-font-body: 'Inter', system-ui, sans-serif;
  --td-radius: 16px;
  --td-space-0: 4px;
  --td-space-1: 8px;
  --td-space-2: 12px;
  --td-space-3: 16px;
  --td-space-4: 24px;
  --td-space-5: 32px;
  --td-space-6: 48px;
  --td-space-7: 64px;
  --td-space-8: 96px;
  --td-width-narrow: 640px;
  --td-width-content: 800px;
  --td-width-wide: 1200px;
  --td-width-full: 1440px;
  --td-width-max-site: 1920px;
}

/* builder base: page reset, inline icons and universal section backgrounds */
html, body { margin: 0; padding: 0; }
.td-icon { width: 1em; height: 1em; display: inline-block; vertical-align: -0.125em; flex-shrink: 0; }
.td-has-bg { position: relative; isolation: isolate; }
.td-bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; container-type: size; }
.td-bg > img, .td-bg > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.td-bg > iframe { position: absolute; top: 50%; left: 50%; width: max(100cqw, 177.78cqh); height: max(100cqh, 56.25cqw); transform: translate(-50%, -50%); border: 0; }
.td-bg__overlay { position: absolute; inset: 0; background: #000; }
.td-bg--placeholder { display: grid; place-items: center; background: #111; color: rgba(255, 255, 255, 0.6); font: 12px system-ui, sans-serif; }
@media (prefers-reduced-motion: reduce) { .td-bg > video, .td-bg > iframe { display: none; } }

/* Course · preview (official.course-preview@1.0.0) — scoped under .tds-official-course-preview */
.tds-official-course-preview {
  padding: clamp(48px, 7vw, 96px) clamp(20px, 6vw, 96px);
  background: var(--td-color-background-0);
  color: var(--td-color-text);
  font-family: var(--td-font-body);
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.tds-official-course-preview[data-side='right'] .tdcv__media {
  order: 2;
}
.tds-official-course-preview .tdcv__media {
  position: sticky;
  top: 24px;
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--td-radius);
  background: var(--td-color-background-1);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--td-color-text) 12%, transparent);
}
.tds-official-course-preview[data-ratio='4:3'] .tdcv__media {
  aspect-ratio: 4 / 3;
}
.tds-official-course-preview[data-ratio='1:1'] .tdcv__media {
  aspect-ratio: 1 / 1;
}
.tds-official-course-preview .tdcv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tds-official-course-preview .tdcv__body-wrap {
  min-width: 0;
}
.tds-official-course-preview[data-frame='card'] .tdcv__body-wrap {
  padding: clamp(24px, 3.5vw, 40px);
  border-radius: var(--td-radius);
  background: color-mix(in srgb, var(--td-color-text) 5%, var(--td-color-background-0));
}

.tds-official-course-preview .tdcv__kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-2);
}
.tds-official-course-preview .tdcv__title {
  margin: 0;
  font-family: var(--td-font-heading);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.tds-official-course-preview .tdcv__tagline {
  margin: 12px 0 0;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.45;
  color: var(--td-color-text-muted);
}
.tds-official-course-preview .tdcv__meta {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tds-official-course-preview .tdcv__meta-item {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  background: color-mix(in srgb, var(--td-color-accent-1) 16%, var(--td-color-background-0));
}
.tds-official-course-preview .tdcv__meta-item:empty {
  display: none;
}
.tds-official-course-preview .tdcv__body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.65;
}
.tds-official-course-preview .tdcv__body > :first-child {
  margin-top: 0;
}
.tds-official-course-preview .tdcv__body > :last-child {
  margin-bottom: 0;
}
.tds-official-course-preview .tdcv__objectives-title, .tds-official-course-preview .tdcv__summary-title {
  margin: 28px 0 10px;
  font-family: var(--td-font-heading);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.tds-official-course-preview .tdcv__objectives-title:empty, .tds-official-course-preview .tdcv__summary-title:empty {
  display: none;
}
.tds-official-course-preview .tdcv__objectives {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  counter-reset: tdcv;
}
.tds-official-course-preview .tdcv__objectives > li {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.5;
  counter-increment: tdcv;
}
.tds-official-course-preview .tdcv__objectives > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--td-color-accent-1);
  color: var(--td-color-primary);
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.tds-official-course-preview[data-marker='check'] .tdcv__objectives > li::before {
  content: '';
  background:
    center / 12px 12px no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000052' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5L20 7'/%3E%3C/svg%3E"),
    var(--td-color-accent-1);
}
.tds-official-course-preview[data-marker='number'] .tdcv__objectives > li::before {
  content: counter(tdcv);
}
.tds-official-course-preview[data-marker='dot'] .tdcv__objectives > li::before {
  width: 10px;
  height: 10px;
  left: 6px;
  top: 0.45em;
}
.tds-official-course-preview .tdcv__summary-box {
  margin-top: 8px;
  padding: 18px 20px;
  border-left: 4px solid var(--td-color-accent-2);
  border-radius: 0 var(--td-radius) var(--td-radius) 0;
  background: color-mix(in srgb, var(--td-color-text) 4%, var(--td-color-background-0));
}
.tds-official-course-preview .tdcv__summary-box .tdcv__summary-title {
  margin-top: 0;
}
.tds-official-course-preview .tdcv__summary {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--td-color-text-muted);
}
.tds-official-course-preview .tdcv__summary:empty {
  display: none;
}
.tds-official-course-preview .tdcv__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tds-official-course-preview .tdcv__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--td-color-background-0);
  background: var(--td-color-text);
  border-radius: var(--td-radius);
  text-decoration: none;
  transition: transform 0.2s;
}
.tds-official-course-preview .tdcv__btn:hover {
  transform: translateY(-2px);
}
.tds-official-course-preview .tdcv__btn--ghost {
  color: var(--td-color-text);
  background: transparent;
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--td-color-text) 30%, transparent);
}

.tds-official-course-preview .tdcv__secondary:empty, .tds-official-course-preview[data-buttons='primary'] .tdcv__secondary {
  display: none;
}
@media (max-width: 768px) {
  .tds-official-course-preview {
    grid-template-columns: minmax(0, 1fr);
  }
  .tds-official-course-preview[data-side='right'] .tdcv__media {
    order: 0;
  }
  .tds-official-course-preview .tdcv__media {
    position: static;
    aspect-ratio: 16 / 10;
  }
}

/* Divider · animated (official.divider-animated@1.3.0) — scoped under .tds-official-divider-animated */
/* Divider: colour A above, colour B below, an animated edge between them. Nothing reaches the
   top of the band (an 8% margin at least), so the band never reads as a box. Pure CSS. */
.tds-official-divider-animated {
  position: relative;
  display: block;
  height: var(--tddv-h, 120px);
  overflow: hidden;
  background: var(--tddv-a);
  --tddv-dur: 14s;
  --tddv-base: 0%;
}
.tds-official-divider-animated[data-speed='slow'] {
  --tddv-dur: 26s;
}
.tds-official-divider-animated[data-speed='fast'] {
  --tddv-dur: 7s;
}
.tds-official-divider-animated[data-flip='true'] {
  transform: scaleY(-1);
}
.tds-official-divider-animated .tddv__base {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--tddv-base);
  background: var(--tddv-b);
}
.tds-official-divider-animated .tddv__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.tds-official-divider-animated .tddv__layer::before, .tds-official-divider-animated .tddv__layer::after {
  content: '';
  position: absolute;
  background: var(--tddv-b);
}
/* Retired styles (lava, bubbles, tetris) render as a plain straight division. */
.tds-official-divider-animated[data-style='lava'], .tds-official-divider-animated[data-style='bubbles'], .tds-official-divider-animated[data-style='tetris'] {
  --tddv-base: 50%;
}

/* ---- waves: crests stay 16% below the top ---- */
.tds-official-divider-animated[data-style='waves'] .tddv__layer, .tds-official-divider-animated[data-style='tides'] .tddv__layer {
  top: auto;
  bottom: 0;
  height: 84%;
  width: 200%;
  background: var(--tddv-b);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 60 C 150 0 300 0 450 60 S 750 120 900 60 S 1200 0 1200 60 V120 H0 Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 60 C 150 0 300 0 450 60 S 750 120 900 60 S 1200 0 1200 60 V120 H0 Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-position: 0 bottom;
  mask-position: 0 bottom;
  animation: official-divider-animated-tddv-slide var(--tddv-dur) linear infinite;
}
.tds-official-divider-animated[data-style='waves'] .tddv__layer--1 {
  opacity: 0.35;
  animation-duration: calc(var(--tddv-dur) * 1.6);
}
.tds-official-divider-animated[data-style='waves'] .tddv__layer--2 {
  opacity: 0.6;
  height: 70%;
  animation-duration: calc(var(--tddv-dur) * 1.15);
  animation-direction: reverse;
}
.tds-official-divider-animated[data-style='waves'] .tddv__layer--3 {
  height: 56%;
}

/* ---- tides ---- */
.tds-official-divider-animated[data-style='tides'] .tddv__layer--1 {
  opacity: 0.5;
  animation:
    official-divider-animated-tddv-slide calc(var(--tddv-dur) * 1.3) linear infinite, official-divider-animated-tddv-breathe calc(var(--tddv-dur) * 0.9) ease-in-out infinite alternate;
}
.tds-official-divider-animated[data-style='tides'] .tddv__layer--2 {
  opacity: 0.85;
  animation:
    official-divider-animated-tddv-slide var(--tddv-dur) linear infinite reverse, official-divider-animated-tddv-breathe calc(var(--tddv-dur) * 0.7) ease-in-out infinite alternate-reverse;
}
.tds-official-divider-animated[data-style='tides'] .tddv__layer--3 {
  display: none;
}

/* ---- polygons: three layered sharp edges whose points rise and fall (never above 26%) ---- */
.tds-official-divider-animated[data-style='polygons'] .tddv__layer {
  background: var(--tddv-b);
  animation: official-divider-animated-tddv-poly-1 calc(var(--tddv-dur) * 0.9) ease-in-out infinite alternate;
}
.tds-official-divider-animated[data-style='polygons'] .tddv__layer--1 {
  opacity: 0.3;
}
.tds-official-divider-animated[data-style='polygons'] .tddv__layer--2 {
  opacity: 0.55;
  animation-name: official-divider-animated-tddv-poly-2;
  animation-duration: calc(var(--tddv-dur) * 0.7);
  animation-delay: -3s;
}
.tds-official-divider-animated[data-style='polygons'] .tddv__layer--3 {
  animation-name: official-divider-animated-tddv-poly-3;
  animation-duration: calc(var(--tddv-dur) * 0.55);
  animation-delay: -6s;
}

/* ---- lines: three shaded lines pinned at the left, the right end swings between 14% and 86% ---- */
.tds-official-divider-animated[data-style='lines'] .tddv__layer {
  background: var(--tddv-b);
  animation: official-divider-animated-tddv-line-1 calc(var(--tddv-dur) * 0.5) ease-in-out infinite alternate;
}
.tds-official-divider-animated[data-style='lines'] .tddv__layer--1 {
  opacity: 0.3;
  animation-duration: calc(var(--tddv-dur) * 0.62);
}
.tds-official-divider-animated[data-style='lines'] .tddv__layer--2 {
  opacity: 0.55;
  animation-name: official-divider-animated-tddv-line-2;
  animation-delay: -2.5s;
}
.tds-official-divider-animated[data-style='lines'] .tddv__layer--3 {
  animation-name: official-divider-animated-tddv-line-3;
  animation-duration: calc(var(--tddv-dur) * 0.44);
  animation-delay: -4s;
}

/* ---- gears: centres sit on the colour edge (50%), so half of every gear rises out of the floor.
   Sizes are fractions of the band height; the small one travels between its neighbours. ---- */
.tds-official-divider-animated[data-style='gears'] {
  --tddv-base: 50%;
  --tddv-u: calc(var(--tddv-h, 120px) * 0.01);
}
.tds-official-divider-animated[data-style='gears'] .tddv__layer::before, .tds-official-divider-animated[data-style='gears'] .tddv__layer::after {
  top: 50%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: official-divider-animated-tddv-spin var(--tddv-dur) linear infinite;
}
/* big: 80% of the height, centre 20% of the height in from the left edge */
.tds-official-divider-animated[data-style='gears'] .tddv__layer--1::before {
  left: calc(var(--tddv-u) * 20);
  height: 80%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill-rule='evenodd' d='M87.8,45.8L97.9,47.4L97.9,52.6L87.8,54.2L86.5,60.6L95.3,65.9L93.3,70.8L83.3,68.3L79.7,73.8L85.8,82.0L82.0,85.8L73.8,79.7L68.3,83.3L70.8,93.3L65.9,95.3L60.6,86.5L54.2,87.8L52.6,97.9L47.4,97.9L45.8,87.8L39.4,86.5L34.1,95.3L29.2,93.3L31.7,83.3L26.2,79.7L18.0,85.8L14.2,82.0L20.3,73.8L16.7,68.3L6.7,70.8L4.7,65.9L13.5,60.6L12.2,54.2L2.1,52.6L2.1,47.4L12.2,45.8L13.5,39.4L4.7,34.1L6.7,29.2L16.7,31.7L20.3,26.2L14.2,18.0L18.0,14.2L26.2,20.3L31.7,16.7L29.2,6.7L34.1,4.7L39.4,13.5L45.8,12.2L47.4,2.1L52.6,2.1L54.2,12.2L60.6,13.5L65.9,4.7L70.8,6.7L68.3,16.7L73.8,20.3L82.0,14.2L85.8,18.0L79.7,26.2L83.3,31.7L93.3,29.2L95.3,34.1L86.5,39.4Z M50,36a14,14 0 1,0 0.1,0Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill-rule='evenodd' d='M87.8,45.8L97.9,47.4L97.9,52.6L87.8,54.2L86.5,60.6L95.3,65.9L93.3,70.8L83.3,68.3L79.7,73.8L85.8,82.0L82.0,85.8L73.8,79.7L68.3,83.3L70.8,93.3L65.9,95.3L60.6,86.5L54.2,87.8L52.6,97.9L47.4,97.9L45.8,87.8L39.4,86.5L34.1,95.3L29.2,93.3L31.7,83.3L26.2,79.7L18.0,85.8L14.2,82.0L20.3,73.8L16.7,68.3L6.7,70.8L4.7,65.9L13.5,60.6L12.2,54.2L2.1,52.6L2.1,47.4L12.2,45.8L13.5,39.4L4.7,34.1L6.7,29.2L16.7,31.7L20.3,26.2L14.2,18.0L18.0,14.2L26.2,20.3L31.7,16.7L29.2,6.7L34.1,4.7L39.4,13.5L45.8,12.2L47.4,2.1L52.6,2.1L54.2,12.2L60.6,13.5L65.9,4.7L70.8,6.7L68.3,16.7L73.8,20.3L82.0,14.2L85.8,18.0L79.7,26.2L83.3,31.7L93.3,29.2L95.3,34.1L86.5,39.4Z M50,36a14,14 0 1,0 0.1,0Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* medium, meshing with the big one */
.tds-official-divider-animated[data-style='gears'] .tddv__layer--1::after {
  left: calc(var(--tddv-u) * 86);
  height: 56%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill-rule='evenodd' d='M87.5,43.9L97.8,46.2L97.8,53.8L87.5,56.1L84.8,65.2L92.3,72.6L88.2,79.1L78.3,75.4L71.1,81.6L73.4,91.9L66.4,95.1L60.1,86.6L50.7,88.0L47.0,97.9L39.4,96.8L38.7,86.3L30.0,82.3L21.6,88.7L15.8,83.6L20.9,74.4L15.7,66.4L5.2,67.2L3.0,59.8L12.3,54.8L12.3,45.2L3.0,40.2L5.2,32.8L15.7,33.6L20.9,25.6L15.8,16.4L21.6,11.3L30.0,17.7L38.7,13.7L39.4,3.2L47.0,2.1L50.7,12.0L60.1,13.4L66.4,4.9L73.4,8.1L71.1,18.4L78.3,24.6L88.2,20.9L92.3,27.4L84.8,34.8Z M50,36a14,14 0 1,0 0.1,0Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill-rule='evenodd' d='M87.5,43.9L97.8,46.2L97.8,53.8L87.5,56.1L84.8,65.2L92.3,72.6L88.2,79.1L78.3,75.4L71.1,81.6L73.4,91.9L66.4,95.1L60.1,86.6L50.7,88.0L47.0,97.9L39.4,96.8L38.7,86.3L30.0,82.3L21.6,88.7L15.8,83.6L20.9,74.4L15.7,66.4L5.2,67.2L3.0,59.8L12.3,54.8L12.3,45.2L3.0,40.2L5.2,32.8L15.7,33.6L20.9,25.6L15.8,16.4L21.6,11.3L30.0,17.7L38.7,13.7L39.4,3.2L47.0,2.1L50.7,12.0L60.1,13.4L66.4,4.9L73.4,8.1L71.1,18.4L78.3,24.6L88.2,20.9L92.3,27.4L84.8,34.8Z M50,36a14,14 0 1,0 0.1,0Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  animation-direction: reverse;
  animation-duration: calc(var(--tddv-dur) * 0.6875);
  opacity: 0.9;
}
/* far medium */
.tds-official-divider-animated[data-style='gears'] .tddv__layer--2::before {
  left: calc(var(--tddv-u) * 196);
  height: 56%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill-rule='evenodd' d='M87.5,43.9L97.8,46.2L97.8,53.8L87.5,56.1L84.8,65.2L92.3,72.6L88.2,79.1L78.3,75.4L71.1,81.6L73.4,91.9L66.4,95.1L60.1,86.6L50.7,88.0L47.0,97.9L39.4,96.8L38.7,86.3L30.0,82.3L21.6,88.7L15.8,83.6L20.9,74.4L15.7,66.4L5.2,67.2L3.0,59.8L12.3,54.8L12.3,45.2L3.0,40.2L5.2,32.8L15.7,33.6L20.9,25.6L15.8,16.4L21.6,11.3L30.0,17.7L38.7,13.7L39.4,3.2L47.0,2.1L50.7,12.0L60.1,13.4L66.4,4.9L73.4,8.1L71.1,18.4L78.3,24.6L88.2,20.9L92.3,27.4L84.8,34.8Z M50,36a14,14 0 1,0 0.1,0Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill-rule='evenodd' d='M87.5,43.9L97.8,46.2L97.8,53.8L87.5,56.1L84.8,65.2L92.3,72.6L88.2,79.1L78.3,75.4L71.1,81.6L73.4,91.9L66.4,95.1L60.1,86.6L50.7,88.0L47.0,97.9L39.4,96.8L38.7,86.3L30.0,82.3L21.6,88.7L15.8,83.6L20.9,74.4L15.7,66.4L5.2,67.2L3.0,59.8L12.3,54.8L12.3,45.2L3.0,40.2L5.2,32.8L15.7,33.6L20.9,25.6L15.8,16.4L21.6,11.3L30.0,17.7L38.7,13.7L39.4,3.2L47.0,2.1L50.7,12.0L60.1,13.4L66.4,4.9L73.4,8.1L71.1,18.4L78.3,24.6L88.2,20.9L92.3,27.4L84.8,34.8Z M50,36a14,14 0 1,0 0.1,0Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  animation-direction: reverse;
  animation-duration: calc(var(--tddv-dur) * 0.6875);
  opacity: 0.9;
}
/* the traveller: small, spinning while it rolls between the two medium gears */
.tds-official-divider-animated[data-style='gears'] .tddv__layer--2::after {
  left: calc(var(--tddv-u) * 141);
  height: 36%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill-rule='evenodd' d='M86.8,40.5L97.6,44.0L97.6,56.0L86.8,59.5L80.3,72.9L84.4,83.5L75.0,91.0L65.6,84.7L51.0,88.0L45.3,97.8L33.5,95.1L32.6,83.8L20.9,74.5L9.7,76.1L4.5,65.2L12.7,57.5L12.7,42.5L4.5,34.8L9.7,23.9L20.9,25.5L32.6,16.2L33.5,4.9L45.3,2.2L51.0,12.0L65.6,15.3L75.0,9.0L84.4,16.5L80.3,27.1Z M50,36a14,14 0 1,0 0.1,0Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill-rule='evenodd' d='M86.8,40.5L97.6,44.0L97.6,56.0L86.8,59.5L80.3,72.9L84.4,83.5L75.0,91.0L65.6,84.7L51.0,88.0L45.3,97.8L33.5,95.1L32.6,83.8L20.9,74.5L9.7,76.1L4.5,65.2L12.7,57.5L12.7,42.5L4.5,34.8L9.7,23.9L20.9,25.5L32.6,16.2L33.5,4.9L45.3,2.2L51.0,12.0L65.6,15.3L75.0,9.0L84.4,16.5L80.3,27.1Z M50,36a14,14 0 1,0 0.1,0Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  opacity: 0.8;
  animation:
    official-divider-animated-tddv-spin-travel calc(var(--tddv-dur) * 0.4375) linear infinite, official-divider-animated-tddv-travel calc(var(--tddv-dur) * 0.8) ease-in-out infinite alternate;
}
.tds-official-divider-animated[data-style='gears'] .tddv__layer--3 {
  display: none;
}

/* ---- equalizer: six groups of bars rise from the floor and bounce; the tallest stop 14% below the top ---- */
.tds-official-divider-animated[data-style='equalizer'] {
  --tddv-base: 40%;
}
.tds-official-divider-animated[data-style='equalizer'] .tddv__layer::before, .tds-official-divider-animated[data-style='equalizer'] .tddv__layer::after {
  left: 0;
  right: 0;
  bottom: 40%;
  background: repeating-linear-gradient(90deg, var(--tddv-b) 0 1.4%, transparent 1.4% 9.6%);
  animation: official-divider-animated-tddv-bar 1.2s ease-in-out infinite alternate;
}
.tds-official-divider-animated[data-style='equalizer'] .tddv__layer--1::before {
  --tddv-lo: 6%;
  --tddv-hi: 34%;
  animation-duration: 1.1s;
}
.tds-official-divider-animated[data-style='equalizer'] .tddv__layer--1::after {
  background-position: 1.6% 0;
  --tddv-lo: 12%;
  --tddv-hi: 46%;
  animation-duration: 1.5s;
  animation-delay: -0.4s;
}
.tds-official-divider-animated[data-style='equalizer'] .tddv__layer--2::before {
  background-position: 3.2% 0;
  --tddv-lo: 4%;
  --tddv-hi: 26%;
  animation-duration: 0.9s;
  animation-delay: -0.7s;
}
.tds-official-divider-animated[data-style='equalizer'] .tddv__layer--2::after {
  background-position: 4.8% 0;
  --tddv-lo: 10%;
  --tddv-hi: 40%;
  animation-duration: 1.7s;
  animation-delay: -1.1s;
}
.tds-official-divider-animated[data-style='equalizer'] .tddv__layer--3::before {
  background-position: 6.4% 0;
  --tddv-lo: 8%;
  --tddv-hi: 30%;
  animation-duration: 1.3s;
  animation-delay: -0.2s;
}
.tds-official-divider-animated[data-style='equalizer'] .tddv__layer--3::after {
  background-position: 8% 0;
  --tddv-lo: 5%;
  --tddv-hi: 44%;
  animation-duration: 1.9s;
  animation-delay: -1.5s;
}

/* ---- mountains: two ridges drift past at different speeds, peaks 16% below the top ---- */
.tds-official-divider-animated[data-style='mountains'] {
  --tddv-base: 18%;
}
.tds-official-divider-animated[data-style='mountains'] .tddv__layer {
  top: auto;
  bottom: 0;
  width: 200%;
  background: var(--tddv-b);
  animation: official-divider-animated-tddv-slide var(--tddv-dur) linear infinite;
}
.tds-official-divider-animated[data-style='mountains'] .tddv__layer--1 {
  height: 84%;
  opacity: 0.4;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V80L120 30L230 70L340 20L460 75L560 40L680 85L790 25L900 70L1010 35L1120 80L1200 50V120Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V80L120 30L230 70L340 20L460 75L560 40L680 85L790 25L900 70L1010 35L1120 80L1200 50V120Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-position: 0 bottom;
  mask-position: 0 bottom;
  animation-duration: calc(var(--tddv-dur) * 2.4);
}
.tds-official-divider-animated[data-style='mountains'] .tddv__layer--2 {
  height: 66%;
  opacity: 0.7;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V95L90 60L180 90L300 45L420 95L520 65L640 100L760 55L860 90L960 70L1080 100L1200 60V120Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V95L90 60L180 90L300 45L420 95L520 65L640 100L760 55L860 90L960 70L1080 100L1200 60V120Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-position: 0 bottom;
  mask-position: 0 bottom;
  animation-duration: calc(var(--tddv-dur) * 1.5);
}
.tds-official-divider-animated[data-style='mountains'] .tddv__layer--3 {
  height: 46%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V80L120 30L230 70L340 20L460 75L560 40L680 85L790 25L900 70L1010 35L1120 80L1200 50V120Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V80L120 30L230 70L340 20L460 75L560 40L680 85L790 25L900 70L1010 35L1120 80L1200 50V120Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-position: 0 bottom;
  mask-position: 0 bottom;
}

/* ---- glitch: straight lines rise from the floor and vanish — dense low, sparse high, none above 8% ---- */
.tds-official-divider-animated[data-style='glitch'] {
  --tddv-base: 40%;
}
.tds-official-divider-animated[data-style='glitch'] .tddv__layer::before, .tds-official-divider-animated[data-style='glitch'] .tddv__layer::after {
  left: 0;
  right: 0;
  bottom: 40%;
  height: 2px;
  animation: official-divider-animated-tddv-riseline 2.4s linear infinite;
}
.tds-official-divider-animated[data-style='glitch'] .tddv__layer--1::before {
  --tddv-top: 56%;
  animation-duration: 1.9s;
}
.tds-official-divider-animated[data-style='glitch'] .tddv__layer--1::after {
  --tddv-top: 76%;
  animation-duration: 3.1s;
  animation-delay: -1.1s;
}
.tds-official-divider-animated[data-style='glitch'] .tddv__layer--2::before {
  --tddv-top: 50%;
  height: 3px;
  animation-duration: 1.4s;
  animation-delay: -0.5s;
}
.tds-official-divider-animated[data-style='glitch'] .tddv__layer--2::after {
  --tddv-top: 66%;
  animation-duration: 2.6s;
  animation-delay: -1.9s;
}
.tds-official-divider-animated[data-style='glitch'] .tddv__layer--3::before {
  --tddv-top: 60%;
  animation-duration: 1.7s;
  animation-delay: -0.9s;
}
.tds-official-divider-animated[data-style='glitch'] .tddv__layer--3::after {
  --tddv-top: 90%;
  height: 1px;
  animation-duration: 3.6s;
  animation-delay: -2.7s;
}

/* ---- skyline ---- */
.tds-official-divider-animated[data-style='skyline'] {
  --tddv-base: 18%;
}
.tds-official-divider-animated[data-style='skyline'] .tddv__layer {
  top: auto;
  bottom: 0;
  width: 200%;
  background: var(--tddv-b);
  animation: official-divider-animated-tddv-slide var(--tddv-dur) linear infinite;
}
.tds-official-divider-animated[data-style='skyline'] .tddv__layer--1 {
  height: 88%;
  opacity: 0.45;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V70H40V40H90V80H130V25H180V60H240V45H300V85H340V20H400V65H450V50H520V90H580V35H640V70H700V55H760V95H820V30H880V60H940V80H1000V40H1060V75H1120V50H1200V120Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V70H40V40H90V80H130V25H180V60H240V45H300V85H340V20H400V65H450V50H520V90H580V35H640V70H700V55H760V95H820V30H880V60H940V80H1000V40H1060V75H1120V50H1200V120Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-position: 0 bottom;
  mask-position: 0 bottom;
  animation-duration: calc(var(--tddv-dur) * 2.2);
}
.tds-official-divider-animated[data-style='skyline'] .tddv__layer--2 {
  height: 74%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V90H70V60H120V100H200V45H260V80H330V70H380V30H440V95H520V55H590V85H650V40H720V75H800V65H860V25H920V90H990V50H1060V80H1130V60H1200V120Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V90H70V60H120V100H200V45H260V80H330V70H380V30H440V95H520V55H590V85H650V40H720V75H800V65H860V25H920V90H990V50H1060V80H1130V60H1200V120Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-position: 0 bottom;
  mask-position: 0 bottom;
}
.tds-official-divider-animated[data-style='skyline'] .tddv__layer--3 {
  height: 74%;
  background:
    radial-gradient(var(--tddv-a) 0 1px, transparent 1.6px) 6px 5px / 14px 12px repeat,
    transparent;
  opacity: 0.8;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V90H70V60H120V100H200V45H260V80H330V70H380V30H440V95H520V55H590V85H650V40H720V75H800V65H860V25H920V90H990V50H1060V80H1130V60H1200V120Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V90H70V60H120V100H200V45H260V80H330V70H380V30H440V95H520V55H590V85H650V40H720V75H800V65H860V25H920V90H990V50H1060V80H1130V60H1200V120Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-position: 0 bottom;
  mask-position: 0 bottom;
  animation:
    official-divider-animated-tddv-slide var(--tddv-dur) linear infinite, official-divider-animated-tddv-blink 2.4s steps(2, end) infinite;
}

/* ---- pong ---- */
.tds-official-divider-animated[data-style='pong'] {
  --tddv-base: 16%;
}
.tds-official-divider-animated[data-style='pong'] .tddv__layer--1::before, .tds-official-divider-animated[data-style='pong'] .tddv__layer--2::before {
  top: 12%;
  width: 1.4%;
  height: 32%;
  border-radius: 2px;
  animation: official-divider-animated-tddv-paddle calc(var(--tddv-dur) * 0.25) ease-in-out infinite alternate;
}
.tds-official-divider-animated[data-style='pong'] .tddv__layer--1::before {
  left: 3%;
}
.tds-official-divider-animated[data-style='pong'] .tddv__layer--2::before {
  right: 3%;
  animation-delay: -1.3s;
  animation-duration: calc(var(--tddv-dur) * 0.31);
}
.tds-official-divider-animated[data-style='pong'] .tddv__layer--1::after {
  left: 50%;
  top: 12%;
  bottom: 16%;
  width: 0;
  background: none;
  border-left: 2px dashed var(--tddv-b);
  opacity: 0.5;
}
.tds-official-divider-animated[data-style='pong'] .tddv__layer--3::before {
  top: 20%;
  left: 6%;
  height: 12%;
  aspect-ratio: 1;
  animation:
    official-divider-animated-tddv-ball-x calc(var(--tddv-dur) * 0.16) linear infinite alternate, official-divider-animated-tddv-ball-y calc(var(--tddv-dur) * 0.11) ease-in-out infinite alternate;
}

/* ---- platformer ---- */
.tds-official-divider-animated[data-style='platformer'] {
  --tddv-base: 22%;
}
.tds-official-divider-animated[data-style='platformer'] .tddv__layer--1 {
  top: auto;
  bottom: 0;
  height: 66%;
  width: 200%;
  background: var(--tddv-b);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V60H120V40H200V60H320V80H420V50H560V70H640V30H720V50H860V80H940V60H1080V40H1200V120Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 120V60H120V40H200V60H320V80H420V50H560V70H640V30H720V50H860V80H940V60H1080V40H1200V120Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-position: 0 bottom;
  mask-position: 0 bottom;
  animation: official-divider-animated-tddv-slide calc(var(--tddv-dur) * 0.6) linear infinite;
}
.tds-official-divider-animated[data-style='platformer'] .tddv__layer--2::before {
  left: 18%;
  bottom: 50%;
  height: 14%;
  aspect-ratio: 1;
  border-radius: 2px;
  animation: official-divider-animated-tddv-hop 1.5s cubic-bezier(0.3, 0, 0.2, 1) infinite;
}
.tds-official-divider-animated[data-style='platformer'] .tddv__layer--3 {
  width: 200%;
  background:
    linear-gradient(90deg, var(--tddv-b) 0 34%, transparent 34%) 0 30% / 12.5% 6% repeat-x,
    linear-gradient(90deg, var(--tddv-b) 0 28%, transparent 28%) 4% 16% / 10% 6% repeat-x;
  animation: official-divider-animated-tddv-slide calc(var(--tddv-dur) * 0.45) linear infinite;
}

@keyframes official-divider-animated-tddv-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes official-divider-animated-tddv-breathe {
  from {
    height: 56%;
  }
  to {
    height: 84%;
  }
}
@keyframes official-divider-animated-tddv-poly-1 {
  from {
    clip-path: polygon(
      0% 62%,
      12.5% 30%,
      25% 70%,
      37.5% 45%,
      50% 80%,
      62.5% 38%,
      75% 66%,
      87.5% 52%,
      100% 30%,
      100% 100%,
      0 100%
    );
  }
  to {
    clip-path: polygon(
      0% 40%,
      12.5% 58%,
      25% 34%,
      37.5% 72%,
      50% 50%,
      62.5% 64%,
      75% 40%,
      87.5% 76%,
      100% 55%,
      100% 100%,
      0 100%
    );
  }
}
@keyframes official-divider-animated-tddv-poly-2 {
  from {
    clip-path: polygon(
      0% 70%,
      12.5% 55%,
      25% 82%,
      37.5% 60%,
      50% 48%,
      62.5% 74%,
      75% 58%,
      87.5% 86%,
      100% 64%,
      100% 100%,
      0 100%
    );
  }
  to {
    clip-path: polygon(
      0% 52%,
      12.5% 78%,
      25% 60%,
      37.5% 44%,
      50% 70%,
      62.5% 52%,
      75% 84%,
      87.5% 62%,
      100% 46%,
      100% 100%,
      0 100%
    );
  }
}
@keyframes official-divider-animated-tddv-poly-3 {
  from {
    clip-path: polygon(
      0% 84%,
      12.5% 70%,
      25% 90%,
      37.5% 76%,
      50% 66%,
      62.5% 88%,
      75% 72%,
      87.5% 94%,
      100% 80%,
      100% 100%,
      0 100%
    );
  }
  to {
    clip-path: polygon(
      0% 72%,
      12.5% 88%,
      25% 68%,
      37.5% 92%,
      50% 80%,
      62.5% 70%,
      75% 90%,
      87.5% 74%,
      100% 92%,
      100% 100%,
      0 100%
    );
  }
}
@keyframes official-divider-animated-tddv-line-1 {
  from {
    clip-path: polygon(0 48%, 100% 20%, 100% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 48%, 100% 86%, 100% 100%, 0 100%);
  }
}
@keyframes official-divider-animated-tddv-line-2 {
  from {
    clip-path: polygon(0 52%, 100% 78%, 100% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 52%, 100% 24%, 100% 100%, 0 100%);
  }
}
@keyframes official-divider-animated-tddv-line-3 {
  from {
    clip-path: polygon(0 56%, 100% 40%, 100% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 56%, 100% 88%, 100% 100%, 0 100%);
  }
}
@keyframes official-divider-animated-tddv-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes official-divider-animated-tddv-spin-travel {
  to {
    rotate: 360deg;
  }
}
@keyframes official-divider-animated-tddv-travel {
  from {
    left: calc(var(--tddv-u) * 132);
  }
  to {
    left: calc(var(--tddv-u) * 150);
  }
}
@keyframes official-divider-animated-tddv-bar {
  from {
    height: var(--tddv-lo, 40%);
  }
  to {
    height: var(--tddv-hi, 70%);
  }
}
@keyframes official-divider-animated-tddv-riseline {
  0% {
    bottom: 40%;
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    bottom: var(--tddv-top, 40%);
    opacity: 0;
  }
}
@keyframes official-divider-animated-tddv-blink {
  0%,
  100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.45;
  }
}
@keyframes official-divider-animated-tddv-paddle {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(110%);
  }
}
@keyframes official-divider-animated-tddv-ball-x {
  from {
    left: 6%;
  }
  to {
    left: 92%;
  }
}
@keyframes official-divider-animated-tddv-ball-y {
  from {
    top: 12%;
  }
  to {
    top: 66%;
  }
}
@keyframes official-divider-animated-tddv-hop {
  0%,
  100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-120%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tds-official-divider-animated .tddv__layer, .tds-official-divider-animated .tddv__layer::before, .tds-official-divider-animated .tddv__layer::after {
    animation: none !important;
  }
}

/* Gallery · carousel (official.image-carousel@1.0.1) — scoped under .tds-official-image-carousel */
.tds-official-image-carousel {
  padding: clamp(48px, 7vw, 96px) 0;
  background: var(--td-color-background-0);
  color: var(--td-color-text);
  font-family: var(--td-font-body);
  display: flex;
  flex-direction: column;
  gap: 28px;
  --tdic-gutter: clamp(20px, 6vw, 96px);
  --tdic-peek: 0px;
}
.tds-official-image-carousel[data-peek='peek'] {
  --tdic-peek: clamp(24px, 8vw, 140px);
}
.tds-official-image-carousel .tdic__title {
  margin: 0 var(--tdic-gutter);
  font-family: var(--td-font-heading);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.tds-official-image-carousel .tdic__viewport {
  position: relative;
}
.tds-official-image-carousel .tdic__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding: 0 calc(var(--tdic-gutter) + var(--tdic-peek));
  padding: 0 calc(var(--tdic-gutter) + var(--tdic-peek));
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.tds-official-image-carousel .tdic__track::-webkit-scrollbar {
  display: none;
}
.tds-official-image-carousel .tdic__track:focus-visible {
  outline: 2px solid var(--td-color-accent-2);
  outline-offset: -2px;
}
.tds-official-image-carousel .tdic__slide {
  flex: 0 0 calc(100% - 2 * (var(--tdic-gutter) + var(--tdic-peek)));
  margin: 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.tds-official-image-carousel .tdic__img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--td-radius);
  background: var(--td-color-background-1);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--td-color-text) 12%, transparent);
}
.tds-official-image-carousel[data-ratio='4:3'] .tdic__img {
  aspect-ratio: 4 / 3;
}
.tds-official-image-carousel[data-ratio='1:1'] .tdic__img {
  aspect-ratio: 1 / 1;
}
.tds-official-image-carousel .tdic__caption {
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--td-color-text-muted);
}
.tds-official-image-carousel .tdic__arrow[hidden], .tds-official-image-carousel .tdic__dots[hidden] {
  display: none;
}
.tds-official-image-carousel .tdic__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--td-color-text);
  color: var(--td-color-background-0);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--td-color-text) 18%, transparent);
  transition:
    transform 150ms ease,
    opacity 150ms ease;
}
.tds-official-image-carousel .tdic__arrow:hover {
  transform: translateY(-50%) scale(1.06);
}
.tds-official-image-carousel .tdic__arrow:focus-visible {
  outline: 2px solid var(--td-color-accent-2);
  outline-offset: 3px;
}
.tds-official-image-carousel .tdic__arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}
.tds-official-image-carousel .tdic__arrow--prev {
  left: calc(var(--tdic-gutter) - 8px);
}
.tds-official-image-carousel .tdic__arrow--next {
  right: calc(var(--tdic-gutter) - 8px);
}
.tds-official-image-carousel .tdic__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 var(--tdic-gutter);
}
.tds-official-image-carousel .tdic__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  cursor: pointer;
  background: color-mix(in srgb, var(--td-color-text) 25%, transparent);
  transition:
    background-color 200ms ease,
    transform 200ms ease;
}
.tds-official-image-carousel .tdic__dot[aria-selected='true'] {
  background: var(--td-color-accent-1);
  transform: scale(1.25);
}
.tds-official-image-carousel .tdic__dot:focus-visible {
  outline: 2px solid var(--td-color-accent-2);
  outline-offset: 3px;
}
/* reveal */
.tds-official-image-carousel[data-animate] [data-reveal] {
  transition:
    opacity 700ms ease,
    transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.tds-official-image-carousel[data-animate][data-anim='subtle'] [data-reveal]:not([data-in]) {
  opacity: 0;
}
.tds-official-image-carousel[data-animate][data-anim='moderate'] [data-reveal]:not([data-in]) {
  opacity: 0;
  transform: translateY(28px);
}
.tds-official-image-carousel[data-animate][data-anim='expressive'] [data-reveal]:not([data-in]) {
  opacity: 0;
  transform: translateY(48px) scale(0.97);
}
@media (max-width: 768px) {
  .tds-official-image-carousel .tdic__arrow {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tds-official-image-carousel .tdic__track {
    scroll-behavior: auto;
  }
  .tds-official-image-carousel [data-reveal], .tds-official-image-carousel .tdic__arrow, .tds-official-image-carousel .tdic__dot {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .tds-official-image-carousel .tdic__arrow {
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 768px) {
  /* Phones: a slide is ~90% of the viewport; the neighbour peeks 12px instead of 8vw. */
  .tds-official-image-carousel {
    --tdic-gutter: 16px;
  }
  .tds-official-image-carousel[data-peek='peek'] {
    --tdic-peek: 12px;
  }
}

/* Parallax · image (official.parallax-image@1.0.0) — scoped under .tds-official-parallax-image */
.tds-official-parallax-image {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--td-color-background-1);
  color: #fff;
  font-family: var(--td-font-body);
  --tdpx-strength: 30%;
  --tdpx-overlay: 30%;
}
.tds-official-parallax-image[data-height='tall'] {
  min-height: 80vh;
  min-height: 80svh;
}
.tds-official-parallax-image[data-height='medium'] {
  min-height: 60vh;
  min-height: 60svh;
}
.tds-official-parallax-image[data-height='short'] {
  min-height: 40vh;
  min-height: 40svh;
}
.tds-official-parallax-image .tdpx__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.tds-official-parallax-image .tdpx__img {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(var(--tdpx-strength) * -0.5);
  height: calc(100% + var(--tdpx-strength));
  object-fit: cover;
  will-change: transform;
}
.tds-official-parallax-image .tdpx__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, var(--tdpx-overlay-alpha, 0.3));
  opacity: 1;
  /* the slider is a percentage; rgba wants a fraction */
  background: color-mix(in srgb, #000 var(--tdpx-overlay), transparent);
}
.tds-official-parallax-image .tdpx__text {
  align-self: center;
  justify-self: center;
  max-width: 820px;
  padding: clamp(48px, 8vw, 120px) clamp(20px, 6vw, 96px);
  text-align: center;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.tds-official-parallax-image[data-position='bottom-left'] .tdpx__text, .tds-official-parallax-image[data-position='top-left'] .tdpx__text {
  justify-self: start;
  text-align: left;
}
.tds-official-parallax-image[data-position='bottom-left'] .tdpx__text, .tds-official-parallax-image[data-position='bottom-center'] .tdpx__text {
  align-self: end;
}
.tds-official-parallax-image[data-position='top-left'] .tdpx__text {
  align-self: start;
}
.tds-official-parallax-image .tdpx__kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-1);
}
.tds-official-parallax-image .tdpx__title {
  margin: 0;
  font-family: var(--td-font-heading);
  font-size: clamp(34px, 6vw, 80px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
.tds-official-parallax-image .tdpx__tagline {
  margin: 18px 0 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
  opacity: 0.9;
}
.tds-official-parallax-image .tdpx__button {
  display: inline-flex;
  margin-top: 28px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #000052;
  background: #fff;
  border-radius: var(--td-radius);
  text-decoration: none;
  transition: transform 0.2s;
}
.tds-official-parallax-image .tdpx__button:hover {
  transform: translateY(-2px);
}
.tds-official-parallax-image .tdpx__button:empty {
  display: none;
}
.tds-official-parallax-image .tdpx__alt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.tds-official-parallax-image .tdpx__alt:empty {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .tds-official-parallax-image .tdpx__img {
    top: 0;
    height: 100%;
    transform: none !important;
  }
}

/* Awards list (official.rl-awards-list@1.1.0) — scoped under .tds-official-rl-awards-list */
.tds-official-rl-awards-list {
  padding: clamp(64px, 7vw, 96px) clamp(20px, 6.5vw, 96px);
  background: #ffffff;
  color: var(--td-color-primary);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
  font-family: var(--td-font-body);
}
.tds-official-rl-awards-list[data-invert='true'] {
  background: var(--td-color-background-1);
  color: var(--td-color-text);
}
.tds-official-rl-awards-list .rlaw__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-2);
  margin-bottom: 12px;
}
.tds-official-rl-awards-list .rlaw__title {
  font-family: var(--td-font-heading);
  font-size: clamp(36px, 3.9vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.tds-official-rl-awards-list .rlaw__intro {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.85;
}
.tds-official-rl-awards-list .rlaw__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tds-official-rl-awards-list .rlaw__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 28px 30px;
  border-radius: calc(var(--td-radius) + 8px);
  background: var(--td-color-primary);
  color: var(--td-color-text);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  transition: box-shadow 350ms ease;
}
.tds-official-rl-awards-list[data-invert='true'] .rlaw__item {
  background: var(--td-color-secondary);
}
.tds-official-rl-awards-list .rlaw__item:hover {
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.2),
    0 0 30px color-mix(in srgb, var(--td-color-accent-1) 35%, transparent);
}
.tds-official-rl-awards-list .rlaw__badge {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid var(--td-color-accent-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--td-font-mono, monospace);
  font-size: 11px;
  font-weight: 700;
  color: var(--td-color-accent-1);
  text-align: center;
  line-height: 1.2;
}
.tds-official-rl-awards-list .rlaw__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tds-official-rl-awards-list .rlaw__org {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--td-color-accent-1);
}
.tds-official-rl-awards-list .rlaw__item-title {
  font-family: var(--td-font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.tds-official-rl-awards-list .rlaw__item-body {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  .tds-official-rl-awards-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.tds-official-rl-awards-list .rlaw__badge .td-icon {
  font-size: 30px;
}

/* Footer · columns (official.rl-footer-columns@1.0.0) — scoped under .tds-official-rl-footer-columns */
.tds-official-rl-footer-columns {
  padding: 64px clamp(20px, 6.5vw, 96px) 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: var(--td-color-background-0);
  color: var(--td-color-text);
  font-family: var(--td-font-body);
}
.tds-official-rl-footer-columns .rlfoot__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}
.tds-official-rl-footer-columns[data-columns='2'] .rlfoot__grid {
  grid-template-columns: 1.5fr 1fr 1fr;
}
.tds-official-rl-footer-columns[data-columns='2'] .rlfoot__col--3 {
  display: none;
}
.tds-official-rl-footer-columns .rlfoot__brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tds-official-rl-footer-columns .rlfoot__mark {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tds-official-rl-footer-columns .rlfoot__mark img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.tds-official-rl-footer-columns .rlfoot__name {
  font-family: var(--td-font-heading);
  font-size: 20px;
  font-weight: 700;
}
.tds-official-rl-footer-columns .rlfoot__blurb {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  max-width: 320px;
}
.tds-official-rl-footer-columns .rlfoot__network {
  width: 36px;
  height: 36px;
  margin-top: 6px;
  opacity: 0.8;
}
.tds-official-rl-footer-columns .rlfoot__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.tds-official-rl-footer-columns .rlfoot__col h3 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--td-color-accent-1);
  margin: 0 0 4px;
}
.tds-official-rl-footer-columns .rlfoot__col a {
  color: var(--td-color-text);
  text-decoration: none;
}
.tds-official-rl-footer-columns .rlfoot__col a:hover {
  color: var(--td-color-accent-1);
}
.tds-official-rl-footer-columns .rlfoot__legal {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
  .tds-official-rl-footer-columns .rlfoot__grid, .tds-official-rl-footer-columns[data-columns='2'] .rlfoot__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .tds-official-rl-footer-columns .rlfoot__grid, .tds-official-rl-footer-columns[data-columns='2'] .rlfoot__grid {
    grid-template-columns: 1fr;
  }
}

/* App hero · orbit (official.rl-hero-app@1.1.1) — scoped under .tds-official-rl-hero-app */
/* Reveal/motion rules only activate once script.js adds .js to the root, so the canvas and
   script-less browsers always see the finished layout (progressive enhancement, spec §22). */
.tds-official-rl-hero-app {
  position: relative;
  min-height: min(820px, 100vh);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  overflow: hidden;
  color: var(--td-color-text);
  font-family: var(--td-font-body);
  background:
    radial-gradient(
      ellipse at 75% 45%,
      color-mix(in srgb, var(--td-color-accent-2) 28%, transparent),
      transparent 55%
    ),
    var(--td-color-background-1);
}
.tds-official-rl-hero-app[data-grid='true']::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 70% 50%, #000 30%, transparent 75%);
}
.tds-official-rl-hero-app .rlhero__copy {
  position: relative;
  padding: clamp(64px, 9vw, 120px) 40px clamp(64px, 9vw, 120px) clamp(24px, 6.5vw, 96px);
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.tds-official-rl-hero-app .rlhero__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-1);
}
.tds-official-rl-hero-app .rlhero__title {
  font-family: var(--td-font-heading);
  font-size: clamp(56px, 6.7vw, 96px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0;
}
.tds-official-rl-hero-app .rlhero__title-accent {
  color: var(--td-color-accent-1);
}
.tds-official-rl-hero-app .rlhero__tagline {
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.45;
  color: var(--td-color-text-muted);
  max-width: 520px;
  margin: 0;
}
.tds-official-rl-hero-app .rlhero__body {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 500px;
  margin: 0;
}
.tds-official-rl-hero-app .rlhero__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
.tds-official-rl-hero-app .rlhero__store {
  height: 60px;
  padding: 0 24px 0 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition:
    box-shadow 250ms ease,
    border-color 250ms ease,
    color 250ms ease;
}
.tds-official-rl-hero-app .rlhero__store[data-platform='ios'] {
  background: #fff;
  color: var(--td-color-primary);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
.tds-official-rl-hero-app .rlhero__store[data-platform='ios']:hover {
  box-shadow: 0 0 30px color-mix(in srgb, var(--td-color-accent-1) 60%, transparent);
}
.tds-official-rl-hero-app .rlhero__store[data-platform='android'] {
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}
.tds-official-rl-hero-app .rlhero__store[data-platform='android']:hover {
  border-color: var(--td-color-accent-1);
  color: var(--td-color-accent-1);
}
.tds-official-rl-hero-app .rlhero__store-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--td-font-mono, monospace);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--td-color-primary);
  color: var(--td-color-accent-1);
}
.tds-official-rl-hero-app .rlhero__store[data-platform='android'] .rlhero__store-icon {
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
}
/* A brand icon sits on a transparent box and inherits the button's text colour. */
.tds-official-rl-hero-app .rlhero__store-icon:has(.td-icon) {
  background: transparent;
  color: inherit;
}
.tds-official-rl-hero-app .rlhero__store-icon .td-icon {
  font-size: 22px;
}
.tds-official-rl-hero-app .rlhero__store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.tds-official-rl-hero-app .rlhero__store-kicker {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
}
.tds-official-rl-hero-app .rlhero__store-label {
  font-size: 18px;
  font-weight: 700;
}
.tds-official-rl-hero-app .rlhero__visual {
  position: relative;
  height: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tds-official-rl-hero-app .rlhero__ring {
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1;
}
.tds-official-rl-hero-app .rlhero__ring--1 {
  width: min(560px, 80%);
  border: 1px dashed color-mix(in srgb, var(--td-color-accent-1) 35%, transparent);
}
.tds-official-rl-hero-app .rlhero__ring--2 {
  width: min(440px, 63%);
  border: 1px solid color-mix(in srgb, var(--td-color-accent-2) 35%, transparent);
}
.tds-official-rl-hero-app .rlhero__ring--3 {
  width: min(320px, 46%);
  border: 2px solid color-mix(in srgb, var(--td-color-accent-1) 50%, transparent);
}
.tds-official-rl-hero-app .rlhero__ring span {
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--td-color-accent-1);
  box-shadow: 0 0 16px var(--td-color-accent-1);
}
.tds-official-rl-hero-app .rlhero__ring--2 span {
  top: -6px;
  background: var(--td-color-accent-2);
  box-shadow: 0 0 16px var(--td-color-accent-2);
}
.tds-official-rl-hero-app .rlhero__ring--3 span {
  bottom: -7px;
  width: 14px;
  height: 14px;
}
.tds-official-rl-hero-app[data-rings='0'] .rlhero__ring {
  display: none;
}
.tds-official-rl-hero-app[data-rings='1'] .rlhero__ring--2, .tds-official-rl-hero-app[data-rings='1'] .rlhero__ring--3 {
  display: none;
}
.tds-official-rl-hero-app[data-rings='2'] .rlhero__ring--3 {
  display: none;
}
.tds-official-rl-hero-app .rlhero__glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--td-color-accent-1) 35%, transparent),
    transparent 70%
  );
  filter: blur(20px);
}
.tds-official-rl-hero-app .rlhero__float {
  position: relative;
  width: min(300px, 45%);
  min-width: 180px;
}
.tds-official-rl-hero-app .rlhero__float img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.6));
}
.tds-official-rl-hero-app .rlhero__corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 0 solid var(--td-color-accent-1);
}
.tds-official-rl-hero-app .rlhero__corner--tl {
  left: 12%;
  top: 18%;
  border-left-width: 2px;
  border-top-width: 2px;
}
.tds-official-rl-hero-app .rlhero__corner--tr {
  right: 15%;
  top: 18%;
  border-right-width: 2px;
  border-top-width: 2px;
}
.tds-official-rl-hero-app .rlhero__corner--bl {
  left: 12%;
  bottom: 18%;
  border-left-width: 2px;
  border-bottom-width: 2px;
}
.tds-official-rl-hero-app .rlhero__corner--br {
  right: 15%;
  bottom: 18%;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

/* Motion: only once JS is present and the visitor allows it */
@keyframes official-rl-hero-app-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes official-rl-hero-app-spin-r {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes official-rl-hero-app-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
.tds-official-rl-hero-app.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tds-official-rl-hero-app.js [data-reveal].in {
  opacity: 1;
  transform: none;
}
.tds-official-rl-hero-app.js[data-anim='expressive'] [data-reveal] {
  transform: translateY(36px);
  filter: blur(5px);
  transition-property: opacity, transform, filter;
}
.tds-official-rl-hero-app.js[data-anim='expressive'] [data-reveal].in {
  filter: none;
}
.tds-official-rl-hero-app.js[data-anim='subtle'] [data-reveal] {
  transform: translateY(10px);
  transition-duration: 0.5s;
}
.tds-official-rl-hero-app.js[data-anim='moderate'] .rlhero__ring--1, .tds-official-rl-hero-app.js[data-anim='expressive'] .rlhero__ring--1 {
  animation: official-rl-hero-app-spin 40s linear infinite;
}
.tds-official-rl-hero-app.js[data-anim='moderate'] .rlhero__ring--2, .tds-official-rl-hero-app.js[data-anim='expressive'] .rlhero__ring--2 {
  animation: official-rl-hero-app-spin-r 28s linear infinite;
}
.tds-official-rl-hero-app.js[data-anim='moderate'] .rlhero__ring--3, .tds-official-rl-hero-app.js[data-anim='expressive'] .rlhero__ring--3 {
  animation: official-rl-hero-app-spin 18s linear infinite;
}
.tds-official-rl-hero-app.js[data-anim='moderate'] .rlhero__float, .tds-official-rl-hero-app.js[data-anim='expressive'] .rlhero__float {
  animation: official-rl-hero-app-float 7s ease-in-out infinite;
}
.tds-official-rl-hero-app [data-magnetic] {
  transition: transform 250ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tds-official-rl-hero-app.js [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .tds-official-rl-hero-app .rlhero__ring, .tds-official-rl-hero-app .rlhero__float {
    animation: none !important;
  }
}
@media (max-width: 1024px) {
  .tds-official-rl-hero-app {
    grid-template-columns: 1fr;
  }
  .tds-official-rl-hero-app .rlhero__visual {
    min-height: 360px;
    order: -1;
  }
}

/* Sticky navigation (official.rl-nav-sticky@1.0.0) — scoped under .tds-official-rl-nav-sticky */
/* Sticky nav: the frosted backdrop is a setting; the height is a CSS variable written from settings. */
.tds-official-rl-nav-sticky {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--nav-h, 80px);
  padding: 0 clamp(20px, 4.5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--td-color-background-1);
  color: var(--td-color-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--td-font-heading);
}
.tds-official-rl-nav-sticky[data-blur='true'] {
  background: color-mix(in srgb, var(--td-color-background-1) 65%, transparent);
  backdrop-filter: blur(10px);
}
.tds-official-rl-nav-sticky .rlnav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.tds-official-rl-nav-sticky .rlnav__logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.tds-official-rl-nav-sticky .rlnav__name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.tds-official-rl-nav-sticky .rlnav__links {
  display: flex;
  gap: clamp(16px, 2.5vw, 36px);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tds-official-rl-nav-sticky .rlnav__links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.tds-official-rl-nav-sticky .rlnav__links a:hover {
  color: var(--td-color-accent-1);
}
.tds-official-rl-nav-sticky .rlnav__cta {
  height: 44px;
  padding: 0 22px;
  border-radius: 9999px;
  background: var(--td-color-accent-1);
  color: var(--td-color-primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 0 18px color-mix(in srgb, var(--td-color-accent-1) 40%, transparent);
  transition: box-shadow 250ms ease;
}
.tds-official-rl-nav-sticky .rlnav__cta:hover {
  box-shadow: 0 0 30px color-mix(in srgb, var(--td-color-accent-1) 75%, transparent);
}
@media (max-width: 768px) {
  .tds-official-rl-nav-sticky .rlnav__links {
    display: none;
  }
}

/* Newsletter · inline (official.rl-newsletter-inline@1.4.0) — scoped under .tds-official-rl-newsletter-inline */
.tds-official-rl-newsletter-inline {
  padding: clamp(64px, 7vw, 96px) clamp(20px, 6.5vw, 96px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
  background: var(--td-color-background-1);
  color: var(--td-color-text);
  font-family: var(--td-font-body);
}
.tds-official-rl-newsletter-inline[data-surface='brand'] {
  background: var(--td-color-primary);
}
.tds-official-rl-newsletter-inline .rlnews__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-1);
}
.tds-official-rl-newsletter-inline .rlnews__title {
  font-family: var(--td-font-heading);
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 720px;
}
.tds-official-rl-newsletter-inline .rlnews__form {
  display: flex;
  gap: 10px;
  width: min(560px, 100%);
  margin-top: 8px;
}
.tds-official-rl-newsletter-inline .rlnews__input {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  height: 58px;
  border-radius: 9999px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: var(--td-color-text);
  padding: 0 24px;
  font: inherit;
  font-size: 16px;
  outline: none;
  transition:
    border-color 200ms,
    box-shadow 200ms;
}
.tds-official-rl-newsletter-inline .rlnews__input:focus {
  border-color: var(--td-color-accent-1);
  box-shadow: 0 0 18px color-mix(in srgb, var(--td-color-accent-1) 35%, transparent);
}
.tds-official-rl-newsletter-inline .rlnews__button {
  height: 58px;
  padding: 0 30px;
  border-radius: 9999px;
  border: 0;
  background: var(--td-color-accent-1);
  color: var(--td-color-primary);
  font: inherit;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 20px color-mix(in srgb, var(--td-color-accent-1) 40%, transparent);
  transition:
    box-shadow 250ms ease,
    transform 250ms ease;
}
.tds-official-rl-newsletter-inline .rlnews__button:hover {
  box-shadow: 0 0 34px color-mix(in srgb, var(--td-color-accent-1) 80%, transparent);
}
.tds-official-rl-newsletter-inline .rlnews__form.is-done .rlnews__input {
  opacity: 0.5;
}
.tds-official-rl-newsletter-inline .rlnews__fineprint {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.tds-official-rl-newsletter-inline.js [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.tds-official-rl-newsletter-inline.js [data-reveal].in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .tds-official-rl-newsletter-inline.js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 768px) {
  .tds-official-rl-newsletter-inline .rlnews__form {
    flex-direction: column;
  }
}
.tds-official-rl-newsletter-inline .rlnews__form {
  position: relative;
}
.tds-official-rl-newsletter-inline .rlnews__hp {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* Profile fields when the form asks for them: labels stay for screen readers, placeholders carry the text. */
.tds-official-rl-newsletter-inline .rlnews__form {
  flex-wrap: wrap;
}
.tds-official-rl-newsletter-inline .rlnews__field {
  position: relative;
  display: block;
  flex: 1 1 180px;
  min-width: 0;
}
.tds-official-rl-newsletter-inline .rlnews__row > .rlnews__field {
  flex: none;
}
.tds-official-rl-newsletter-inline .rlnews__row {
  flex: 1 1 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}
.tds-official-rl-newsletter-inline .rlnews__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.tds-official-rl-newsletter-inline .rlnews__field .rlnews__input, .tds-official-rl-newsletter-inline .rlnews__select {
  width: 100%;
}
.tds-official-rl-newsletter-inline [aria-invalid='true'].rlnews__input {
  outline: 2px solid #ff4d4d;
}
@media (max-width: 768px) {
  .tds-official-rl-newsletter-inline .rlnews__row {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Profile · split (official.rl-profile-split@1.0.1) — scoped under .tds-official-rl-profile-split */
.tds-official-rl-profile-split {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  overflow: hidden;
  background: linear-gradient(90deg, var(--td-color-secondary), var(--td-color-primary));
  color: var(--td-color-text);
  font-family: var(--td-font-body);
}
.tds-official-rl-profile-split::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
}
.tds-official-rl-profile-split[data-side='left'] .rlpro__copy {
  order: 2;
}
.tds-official-rl-profile-split .rlpro__copy {
  position: relative;
  padding: clamp(64px, 7vw, 96px) 64px clamp(64px, 7vw, 96px) clamp(24px, 6.5vw, 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.tds-official-rl-profile-split .rlpro__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-1);
}
.tds-official-rl-profile-split .rlpro__heading {
  font-family: var(--td-font-heading);
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0;
}
.tds-official-rl-profile-split .rlpro__role-title {
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  color: var(--td-color-accent-1);
  letter-spacing: 0;
}
.tds-official-rl-profile-split .rlpro__bio {
  font-size: 17px;
  line-height: 1.65;
  color: var(--td-color-text-muted);
  margin: 0;
  max-width: 520px;
}
.tds-official-rl-profile-split .rlpro__roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
  margin-top: 8px;
}
.tds-official-rl-profile-split .rlpro__roles a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  color: var(--td-color-text);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 200ms ease;
}
.tds-official-rl-profile-split .rlpro__roles a:hover {
  color: var(--td-color-accent-1);
}
.tds-official-rl-profile-split .rlpro__role-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.tds-official-rl-profile-split .rlpro__role-org {
  font-size: 16px;
  font-weight: 700;
}
.tds-official-rl-profile-split .rlpro__figure {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.tds-official-rl-profile-split .rlpro__glow {
  position: absolute;
  bottom: 0;
  width: min(520px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--td-color-accent-1) 30%, transparent),
    transparent 70%
  );
  filter: blur(30px);
}
.tds-official-rl-profile-split .rlpro__portrait {
  position: relative;
  height: min(680px, 90vh);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.6));
}
@media (max-width: 1024px) {
  .tds-official-rl-profile-split {
    grid-template-columns: 1fr;
  }
  .tds-official-rl-profile-split[data-side='left'] .rlpro__copy {
    order: 0;
  }
  .tds-official-rl-profile-split .rlpro__portrait {
    height: 460px;
  }
}

/* Steps · tilt cards (official.rl-steps-tilt@1.0.1) — scoped under .tds-official-rl-steps-tilt */
.tds-official-rl-steps-tilt {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 6.5vw, 96px);
  display: flex;
  flex-direction: column;
  gap: 56px;
  background: var(--td-color-background-0);
  color: var(--td-color-text);
  font-family: var(--td-font-body);
  counter-reset: step;
}
.tds-official-rl-steps-tilt .rlsteps__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
}
.tds-official-rl-steps-tilt .rlsteps__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-1);
  margin-bottom: 12px;
}
.tds-official-rl-steps-tilt .rlsteps__title {
  font-family: var(--td-font-heading);
  font-size: clamp(36px, 3.9vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: uppercase;
}
.tds-official-rl-steps-tilt .rlsteps__intro {
  font-size: 17px;
  line-height: 1.6;
  color: var(--td-color-text-muted);
  max-width: 400px;
  margin: 0;
}
.tds-official-rl-steps-tilt .rlsteps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  perspective: 1200px;
}
.tds-official-rl-steps-tilt[data-columns='3'] .rlsteps__grid {
  grid-template-columns: repeat(3, 1fr);
}
.tds-official-rl-steps-tilt .rlsteps__card {
  position: relative;
  border-radius: calc(var(--td-radius) + 8px);
  padding: 32px 28px 30px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  transition:
    border-color 350ms,
    box-shadow 350ms,
    transform 350ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-style: preserve-3d;
}
.tds-official-rl-steps-tilt .rlsteps__card:hover {
  border-color: color-mix(in srgb, var(--td-color-accent-1) 60%, transparent);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 30px color-mix(in srgb, var(--td-color-accent-1) 15%, transparent);
}
.tds-official-rl-steps-tilt .rlsteps__card::before {
  counter-increment: step;
  content: '0' counter(step);
  position: absolute;
  top: 24px;
  left: 28px;
  font-family: var(--td-font-mono, monospace);
  font-size: 12px;
  color: var(--td-color-accent-1);
}
.tds-official-rl-steps-tilt .rlsteps__panel {
  position: absolute;
  top: 60px;
  left: 28px;
  right: 28px;
  height: 130px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--td-color-background-1);
}
.tds-official-rl-steps-tilt .rlsteps__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tds-official-rl-steps-tilt .rlsteps__scan {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--td-color-accent-1), transparent);
  box-shadow: 0 0 12px var(--td-color-accent-1);
}
.tds-official-rl-steps-tilt.js .rlsteps__card[data-effect='scan'] .rlsteps__scan {
  display: block;
  animation: official-rl-steps-tilt-scan 3s ease-in-out infinite;
}
.tds-official-rl-steps-tilt .rlsteps__card-title {
  font-family: var(--td-font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
}
.tds-official-rl-steps-tilt .rlsteps__card-body {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@keyframes official-rl-steps-tilt-scan {
  0% {
    top: 8%;
  }
  50% {
    top: 88%;
  }
  100% {
    top: 8%;
  }
}
.tds-official-rl-steps-tilt.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tds-official-rl-steps-tilt.js [data-reveal].in {
  opacity: 1;
  transform: none;
}
.tds-official-rl-steps-tilt.js[data-anim='subtle'] [data-reveal] {
  transform: translateY(10px);
  transition-duration: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .tds-official-rl-steps-tilt.js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .tds-official-rl-steps-tilt .rlsteps__scan {
    animation: none !important;
  }
}
@media (max-width: 1024px) {
  .tds-official-rl-steps-tilt .rlsteps__grid, .tds-official-rl-steps-tilt[data-columns='3'] .rlsteps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .tds-official-rl-steps-tilt .rlsteps__grid, .tds-official-rl-steps-tilt[data-columns='3'] .rlsteps__grid {
    grid-template-columns: 1fr;
  }
}

/* Use-case grid (official.rl-usecase-grid@1.1.0) — scoped under .tds-official-rl-usecase-grid */
.tds-official-rl-usecase-grid {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 6.5vw, 96px);
  display: flex;
  flex-direction: column;
  gap: 56px;
  background: var(--td-color-background-0);
  color: var(--td-color-text);
  font-family: var(--td-font-body);
  counter-reset: usecase;
}
.tds-official-rl-usecase-grid .rluse__head {
  max-width: 820px;
}
.tds-official-rl-usecase-grid .rluse__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-1);
  margin-bottom: 12px;
}
.tds-official-rl-usecase-grid .rluse__title {
  font-family: var(--td-font-heading);
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}
.tds-official-rl-usecase-grid .rluse__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(var(--td-radius) + 8px);
  overflow: hidden;
}
.tds-official-rl-usecase-grid[data-columns='2'] .rluse__grid {
  grid-template-columns: repeat(2, 1fr);
}
.tds-official-rl-usecase-grid .rluse__item {
  background: var(--td-color-primary);
  padding: 40px 36px 44px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 240px;
  transition: background 250ms ease;
}
.tds-official-rl-usecase-grid .rluse__item:hover {
  background: color-mix(in srgb, var(--td-color-primary) 85%, var(--td-color-secondary));
}
.tds-official-rl-usecase-grid .rluse__item::before {
  counter-increment: usecase;
  content: '0' counter(usecase);
  font-family: var(--td-font-mono, monospace);
  font-size: 12px;
  color: var(--td-color-accent-2);
}
.tds-official-rl-usecase-grid .rluse__item-title {
  font-family: var(--td-font-heading);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}
.tds-official-rl-usecase-grid .rluse__item-body {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 1024px) {
  .tds-official-rl-usecase-grid .rluse__grid, .tds-official-rl-usecase-grid[data-columns='2'] .rluse__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .tds-official-rl-usecase-grid .rluse__grid, .tds-official-rl-usecase-grid[data-columns='2'] .rluse__grid {
    grid-template-columns: 1fr;
  }
}
.tds-official-rl-usecase-grid .rluse__icon {
  font-size: 32px;
  line-height: 1;
  color: var(--td-color-accent-1);
  margin-top: -4px;
}

/* Video pair · YouTube (official.rl-video-pair@1.0.0) — scoped under .tds-official-rl-video-pair */
.tds-official-rl-video-pair {
  padding: clamp(64px, 7vw, 96px) clamp(20px, 6.5vw, 96px) clamp(72px, 8vw, 112px);
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: var(--td-color-secondary);
  color: var(--td-color-text);
  font-family: var(--td-font-body);
}
.tds-official-rl-video-pair[data-surface='deep'] {
  background: var(--td-color-background-1);
}
.tds-official-rl-video-pair .rlvid__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-1);
  margin-bottom: 12px;
}
.tds-official-rl-video-pair .rlvid__title {
  font-family: var(--td-font-heading);
  font-size: clamp(36px, 3.9vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}
.tds-official-rl-video-pair .rlvid__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.tds-official-rl-video-pair .rlvid__item {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.tds-official-rl-video-pair .rlvid__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: calc(var(--td-radius) + 8px);
  overflow: hidden;
  background: var(--td-color-background-1);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tds-official-rl-video-pair .rlvid__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tds-official-rl-video-pair .rlvid__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tds-official-rl-video-pair .rlvid__play {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--td-color-accent-1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px color-mix(in srgb, var(--td-color-accent-1) 45%, transparent);
  transition:
    box-shadow 250ms ease,
    transform 250ms ease;
}
.tds-official-rl-video-pair .rlvid__play:hover {
  box-shadow: 0 0 40px color-mix(in srgb, var(--td-color-accent-1) 80%, transparent);
  transform: scale(1.06);
}
.tds-official-rl-video-pair .rlvid__play span {
  width: 0;
  height: 0;
  border-left: 24px solid var(--td-color-primary);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 6px;
}
.tds-official-rl-video-pair .rlvid__item-title {
  font-family: var(--td-font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
.tds-official-rl-video-pair .rlvid__item-body {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@keyframes official-rl-video-pair-pulse {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--td-color-accent-1) 50%, transparent);
  }
  100% {
    box-shadow: 0 0 0 22px transparent;
  }
}
.tds-official-rl-video-pair.js[data-anim='moderate'] .rlvid__play, .tds-official-rl-video-pair.js[data-anim='expressive'] .rlvid__play {
  animation: official-rl-video-pair-pulse 2.4s ease-out infinite;
}
.tds-official-rl-video-pair.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tds-official-rl-video-pair.js [data-reveal].in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .tds-official-rl-video-pair.js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .tds-official-rl-video-pair .rlvid__play {
    animation: none !important;
  }
}
@media (max-width: 768px) {
  .tds-official-rl-video-pair .rlvid__grid {
    grid-template-columns: 1fr;
  }
}

/* Social · icon links (official.social-icons@1.0.0) — scoped under .tds-official-social-icons */
.tds-official-social-icons {
  padding: clamp(40px, 6vw, 80px) clamp(20px, 6vw, 96px);
  background: var(--td-color-background-0);
  color: var(--td-color-text);
  font-family: var(--td-font-body);
  text-align: center;
  --tdso-icon: 24px;
  --tdso-box: 56px;
}
.tds-official-social-icons[data-surface='band'] {
  background: var(--td-color-background-1);
}
.tds-official-social-icons[data-align='left'] {
  text-align: left;
}
.tds-official-social-icons[data-align='right'] {
  text-align: right;
}
.tds-official-social-icons[data-size='small'] {
  --tdso-icon: 18px;
  --tdso-box: 42px;
}
.tds-official-social-icons[data-size='large'] {
  --tdso-icon: 32px;
  --tdso-box: 72px;
}
.tds-official-social-icons .tdso__head {
  max-width: var(--td-width-narrow, 720px);
  margin: 0 auto 24px;
}
.tds-official-social-icons[data-align='left'] .tdso__head, .tds-official-social-icons[data-align='right'] .tdso__head {
  margin-left: 0;
  margin-right: 0;
}

.tds-official-social-icons .tdso__kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-2);
}
.tds-official-social-icons .tdso__title {
  margin: 0;
  font-family: var(--td-font-heading);
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.tds-official-social-icons .tdso__intro {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--td-color-text-muted);
}
.tds-official-social-icons .tdso__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.tds-official-social-icons[data-align='left'] .tdso__list {
  justify-content: flex-start;
}
.tds-official-social-icons[data-align='right'] .tdso__list {
  justify-content: flex-end;
}
.tds-official-social-icons .tdso__link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}
.tds-official-social-icons .tdso__icon {
  display: inline-grid;
  place-items: center;
  width: var(--tdso-box);
  height: var(--tdso-box);
  border-radius: 999px;
  background: color-mix(in srgb, var(--td-color-text) 8%, var(--td-color-background-0));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--td-color-text) 14%, transparent);
  transition:
    transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1),
    background 0.25s,
    box-shadow 0.25s,
    color 0.25s;
}
.tds-official-social-icons .tdso__icon svg, .tds-official-social-icons .tdso__icon .td-icon {
  width: var(--tdso-icon);
  height: var(--tdso-icon);
}
.tds-official-social-icons[data-shape='square'] .tdso__icon {
  border-radius: calc(var(--td-radius) * 0.6);
}
.tds-official-social-icons[data-shape='plain'] .tdso__icon {
  background: transparent;
  box-shadow: none;
}
.tds-official-social-icons .tdso__label {
  font-size: 13px;
  font-weight: 600;
}
.tds-official-social-icons[data-labels='false'] .tdso__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.tds-official-social-icons .tdso__link:focus-visible .tdso__icon {
  outline: 2px solid var(--td-color-accent-2);
  outline-offset: 3px;
}
/* hover animations */
.tds-official-social-icons .tdso__link:hover .tdso__icon {
  background: var(--td-color-accent-1);
  color: var(--td-color-primary);
}
.tds-official-social-icons[data-hover='none'] .tdso__link:hover .tdso__icon {
  background: color-mix(in srgb, var(--td-color-text) 8%, var(--td-color-background-0));
  color: inherit;
}
.tds-official-social-icons[data-hover='lift'] .tdso__link:hover .tdso__icon {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--td-color-text) 18%, transparent);
}
.tds-official-social-icons[data-hover='bounce'] .tdso__link:hover .tdso__icon {
  animation: official-social-icons-tdso-bounce 0.6s cubic-bezier(0.28, 0.84, 0.42, 1);
}
.tds-official-social-icons[data-hover='spin'] .tdso__link:hover .tdso__icon {
  transform: rotate(360deg);
  transition-duration: 0.6s;
}
.tds-official-social-icons[data-hover='pulse'] .tdso__link:hover .tdso__icon {
  animation: official-social-icons-tdso-pulse 1s ease-in-out infinite;
}
.tds-official-social-icons[data-hover='glow'] .tdso__link:hover .tdso__icon {
  box-shadow:
    0 0 0 6px color-mix(in srgb, var(--td-color-accent-1) 25%, transparent),
    0 0 28px var(--td-color-accent-1);
}
.tds-official-social-icons[data-hover='tilt'] .tdso__link:hover .tdso__icon {
  transform: rotate(-12deg) scale(1.12);
}
@keyframes official-social-icons-tdso-bounce {
  0% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-14px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes official-social-icons-tdso-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--td-color-accent-1) 45%, transparent);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 12px transparent;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tds-official-social-icons .tdso__icon {
    transition:
      background 0.25s,
      color 0.25s;
  }
  .tds-official-social-icons .tdso__link:hover .tdso__icon {
    animation: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .tds-official-social-icons .tdso__list {
    gap: 10px;
  }
}

/* FAQ · accordion (official.te-faq-accordion@1.1.0) — scoped under .tds-official-te-faq-accordion */
.tds-official-te-faq-accordion {
  padding: clamp(48px, 7vw, 96px) clamp(20px, 6vw, 96px);
  background: var(--td-color-background-0);
  color: var(--td-color-text);
  font-family: var(--td-font-body);
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(32px, 5vw, 80px);
}
.tds-official-te-faq-accordion .tefaq__kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-2);
  margin-bottom: 12px;
}
.tds-official-te-faq-accordion .tefaq__title {
  font-family: var(--td-font-heading);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  position: sticky;
  top: 96px;
}
.tds-official-te-faq-accordion .tefaq__item {
  border-top: 1px solid color-mix(in srgb, var(--td-color-text) 14%, transparent);
}
.tds-official-te-faq-accordion .tefaq__item:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--td-color-text) 14%, transparent);
}
.tds-official-te-faq-accordion .tefaq__h {
  margin: 0;
  font-size: inherit;
}
.tds-official-te-faq-accordion .tefaq__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 4px;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: var(--td-font-heading);
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.tds-official-te-faq-accordion .tefaq__chev {
  flex: none;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 250ms ease;
  margin-right: 4px;
}
.tds-official-te-faq-accordion .tefaq__q[aria-expanded='true'] .tefaq__chev {
  transform: rotate(-135deg);
}
.tds-official-te-faq-accordion .tefaq__icon {
  flex: none;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--td-color-accent-1) 16%, var(--td-color-background-0));
  color: var(--td-color-accent-1);
}
.tds-official-te-faq-accordion .tefaq__icon svg, .tds-official-te-faq-accordion .tefaq__icon .td-icon {
  width: 18px;
  height: 18px;
}
.tds-official-te-faq-accordion .tefaq__qtext {
  flex: 1 1 auto;
  min-width: 0;
}
/* plus marker: a + that turns into a − */
.tds-official-te-faq-accordion[data-marker='plus'] .tefaq__chev {
  width: 14px;
  height: 14px;
  border: 0;
  transform: none;
  position: relative;
  transition: none;
}
.tds-official-te-faq-accordion[data-marker='plus'] .tefaq__chev::before, .tds-official-te-faq-accordion[data-marker='plus'] .tefaq__chev::after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 2px;
  background: currentColor;
  transition: transform 250ms ease;
}
.tds-official-te-faq-accordion[data-marker='plus'] .tefaq__chev::after {
  transform: rotate(90deg);
}
.tds-official-te-faq-accordion[data-marker='plus'] .tefaq__q[aria-expanded='true'] .tefaq__chev::after {
  transform: rotate(0deg);
}
.tds-official-te-faq-accordion .tefaq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}
/* Open state lives on the item (the button is inside the heading, so it is not the panel's sibling). */
.tds-official-te-faq-accordion:not(.js) .tefaq__panel, .tds-official-te-faq-accordion .tefaq__item.is-open .tefaq__panel {
  grid-template-rows: 1fr;
}
.tds-official-te-faq-accordion .tefaq__body {
  overflow: hidden;
  display: grid;
  gap: 16px;
}
.tds-official-te-faq-accordion[data-image='side'] .tefaq__body {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  align-items: start;
}
.tds-official-te-faq-accordion .tefaq__figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--td-radius);
  background: var(--td-color-background-1);
  aspect-ratio: 16 / 9;
  max-height: 320px;
}
.tds-official-te-faq-accordion[data-image='side'] .tefaq__figure {
  aspect-ratio: 4 / 3;
}
.tds-official-te-faq-accordion .tefaq__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tds-official-te-faq-accordion .tefaq__a {
  font-size: 16px;
  line-height: 1.6;
  color: var(--td-color-text-muted);
}
.tds-official-te-faq-accordion .tefaq__a > :first-child {
  margin-top: 0;
}
.tds-official-te-faq-accordion .tefaq__a > :last-child {
  margin-bottom: 20px;
}
.tds-official-te-faq-accordion .tefaq__a a {
  color: var(--td-color-accent-2);
}
@media (max-width: 1024px) {
  .tds-official-te-faq-accordion {
    grid-template-columns: 1fr;
  }
  .tds-official-te-faq-accordion .tefaq__title {
    position: static;
  }
}
@media (max-width: 768px) {
  .tds-official-te-faq-accordion[data-image='side'] .tefaq__body {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tds-official-te-faq-accordion .tefaq__panel, .tds-official-te-faq-accordion .tefaq__chev {
    transition: none;
  }
}

/* Video · phone frame (official.video-phone@1.0.0) — scoped under .tds-official-video-phone */
.tds-official-video-phone {
  padding: clamp(48px, 7vw, 96px) clamp(20px, 6vw, 96px);
  background: var(--td-color-background-0);
  color: var(--td-color-text);
  font-family: var(--td-font-body);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.tds-official-video-phone[data-surface='band'] {
  background: var(--td-color-background-1);
}
.tds-official-video-phone[data-side='left'] .tdvp__stage {
  order: -1;
}
.tds-official-video-phone .tdvp__copy {
  max-width: 560px;
}

.tds-official-video-phone .tdvp__kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--td-color-accent-2);
}
.tds-official-video-phone .tdvp__title {
  margin: 0;
  font-family: var(--td-font-heading);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.tds-official-video-phone .tdvp__body {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--td-color-text-muted);
}
.tds-official-video-phone .tdvp__body > :first-child {
  margin-top: 0;
}
.tds-official-video-phone .tdvp__body > :last-child {
  margin-bottom: 0;
}
.tds-official-video-phone .tdvp__body a {
  color: var(--td-color-accent-2);
}
.tds-official-video-phone .tdvp__button {
  margin-top: 24px;
}

.tds-official-video-phone .tdvp__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--td-color-background-0);
  background: var(--td-color-text);
  border-radius: var(--td-radius);
  text-decoration: none;
  transition: transform 0.2s;
}
.tds-official-video-phone .tdvp__button:hover {
  transform: translateY(-2px);
}
.tds-official-video-phone .tdvp__button:empty {
  display: none;
}

.tds-official-video-phone .tdvp__stage {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.tds-official-video-phone .tdvp__frame {
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 28px;
  background: #000;
  box-shadow: 0 24px 48px color-mix(in srgb, var(--td-color-text) 18%, transparent);
}
.tds-official-video-phone[data-frame='phone'] .tdvp__frame {
  border: 10px solid color-mix(in srgb, var(--td-color-text) 85%, var(--td-color-background-0));
}
.tds-official-video-phone[data-frame='phone'] .tdvp__frame::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 8px;
  width: 34%;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--td-color-text) 85%, var(--td-color-background-0));
  z-index: 1;
  pointer-events: none;
}
.tds-official-video-phone[data-frame='flat'] .tdvp__frame {
  border-radius: var(--td-radius);
}
.tds-official-video-phone .tdvp__video, .tds-official-video-phone .tdvp__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tds-official-video-phone .tdvp__caption {
  margin: 0;
  font-size: 13px;
  color: var(--td-color-text-muted);
  text-align: center;
}
.tds-official-video-phone .tdvp__caption:empty {
  display: none;
}
@media (max-width: 768px) {
  .tds-official-video-phone {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }
  .tds-official-video-phone[data-side='left'] .tdvp__stage {
    order: 0;
  }
  .tds-official-video-phone .tdvp__copy {
    max-width: none;
  }
  .tds-official-video-phone .tdvp__frame {
    width: min(100%, 300px);
  }
}

/* instance 1634925a-ff4b-4d5b-adee-b6250baad201 styles */
[data-td-instance="1634925a-ff4b-4d5b-adee-b6250baad201"] .rlnav__name { color: var(--td-color-primary) !important; font-size: 26px !important; }
[data-td-instance="1634925a-ff4b-4d5b-adee-b6250baad201"] .rlnav__links > a { color: var(--td-color-primary) !important; font-size: 16px !important; }

/* instance 7dfbf947-0a31-4058-9ded-fa60bf8775fe styles */
[data-td-instance="7dfbf947-0a31-4058-9ded-fa60bf8775fe"] .rluse__grid > article .rluse__item-title { color: var(--td-color-accent-2) !important; font-size: 22px !important; }
[data-td-instance="7dfbf947-0a31-4058-9ded-fa60bf8775fe"] .rluse__grid > article .rluse__item-body { color: var(--td-color-text-muted) !important; font-size: 18px !important; }

/* instance 99f153b1-6a90-4daa-b68b-8b1cbe18a8d6 styles */
[data-td-instance="99f153b1-6a90-4daa-b68b-8b1cbe18a8d6"] .rlpro__roles > a .rlpro__role-label { color: var(--td-color-accent-1) !important; }

/* instance 1634925a-ff4b-4d5b-adee-b6250baad201 styles */
[data-td-instance="1634925a-ff4b-4d5b-adee-b6250baad201"] .rlnav__name { color: var(--td-color-primary) !important; font-size: 26px !important; }
[data-td-instance="1634925a-ff4b-4d5b-adee-b6250baad201"] .rlnav__links > a { color: var(--td-color-primary) !important; font-size: 16px !important; }
