:root {
  --sw-accent: #ff3158;
  --sw-accent-2: #f2f44a;
  --td-cyan: #70dcec;
  --td-blue: #1b69e8;
  --td-silver: #e8edf0;
}

.td-body {
  background: var(--td-silver);
}

.td-hero {
  position: relative;
  min-height: 840px;
  overflow: hidden;
  border-bottom: 3px solid var(--sw-ink);
  background: var(--td-cyan);
  color: var(--sw-white);
}

.td-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 31% 0 0;
  background: var(--sw-ink);
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
}

.td-hero-backtype {
  position: absolute;
  z-index: 2;
  top: 112px;
  left: -12px;
  display: grid;
  color: transparent;
  font-size: 196px;
  font-weight: 950;
  line-height: .7;
  -webkit-text-stroke: 2px rgba(112, 220, 236, .16);
  pointer-events: none;
  transform: rotate(-3deg);
}

.td-hero-backtype b {
  margin-left: 70px;
  color: rgba(112, 220, 236, .055);
  font-size: 128px;
  -webkit-text-stroke: 0;
}

.td-hero-image {
  position: absolute;
  inset: 0 0 0 auto;
  display: block;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #34577f;
}

.td-hero-guide {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 57.5%;
  width: 18px;
  border-inline: 3px solid var(--sw-ink);
  background: var(--sw-accent);
  transform: skewX(-7deg);
}

.td-hero-inner {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: 840px;
  padding-top: 122px;
  padding-bottom: 84px;
}

.td-hero-copy {
  width: 57%;
  max-width: 700px;
}

.td-hero-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 7px 11px;
  border: 3px solid var(--sw-white);
  background: var(--sw-ink);
  box-shadow: 5px 5px 0 var(--td-cyan);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  transform: rotate(-1deg);
}

.td-hero-status span {
  width: 8px;
  height: 8px;
  background: var(--sw-accent);
}

.td-hero-eyebrow {
  display: table;
  margin: 22px 0 0;
  padding: 6px 10px;
  background: var(--sw-accent-2);
  color: var(--sw-ink);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.td-hero h1 {
  margin: 17px 0 0;
}

.td-hero-title-label {
  display: table;
  margin: 0 0 18px;
  padding: 7px 12px 8px;
  border: 3px solid var(--sw-ink);
  background: var(--sw-white);
  box-shadow: 6px 6px 0 var(--sw-accent);
  color: var(--sw-ink);
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  transform: rotate(-1deg);
}

.td-hero h1 em {
  display: block;
  color: var(--sw-white);
  font-size: 76px;
  font-style: normal;
  font-weight: 950;
  line-height: .94;
}

.td-hero h1 strong {
  color: var(--td-cyan);
  font: inherit;
}

.td-hero-subtitle {
  display: table;
  margin: 22px 0 0;
  padding: 8px 12px;
  background: var(--sw-accent);
  color: var(--sw-white);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
}

.td-hero-lead {
  max-width: 610px;
  margin: 18px 0 0;
  padding: 14px 17px;
  border-left: 4px solid var(--sw-accent-2);
  background: rgba(255, 255, 255, .07);
  color: #e4e7ea;
  font-size: 13px;
  font-weight: 650;
}

.td-hero-lead strong {
  color: var(--sw-white);
}

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

.td-hero-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 610px;
  margin-top: 24px;
  border-block: 1px solid #65676c;
}

.td-hero-specs div {
  padding: 14px 14px 14px 0;
  border-left: 1px solid #65676c;
}

.td-hero-specs div:first-child {
  border-left: 0;
}

.td-hero-specs strong,
.td-hero-specs span {
  display: block;
}

.td-hero-specs strong {
  color: var(--sw-accent-2);
  font-size: 9px;
}

.td-hero-specs span {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 850;
}

.td-hero-caption {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  margin: 0;
  padding: 8px 11px;
  border: 3px solid var(--sw-ink);
  background: var(--sw-accent-2);
  box-shadow: 4px 4px 0 var(--sw-ink);
  color: var(--sw-ink);
  font-size: 9px;
  font-weight: 950;
  line-height: 1.15;
}

.td-hero-caption span {
  display: block;
  margin-bottom: 3px;
  color: var(--sw-accent);
}

.td-hero-side-note {
  position: absolute;
  z-index: 4;
  bottom: 24px;
  left: 10px;
  margin: 0;
  color: var(--td-cyan);
  font-size: 8px;
  font-weight: 950;
  line-height: 1;
  writing-mode: vertical-rl;
}

.td-hero-copy > * {
  animation: td-hero-copy-in 620ms cubic-bezier(.2, .72, .2, 1) both;
}

.td-hero-copy > :nth-child(1) { animation-delay: 820ms; }
.td-hero-copy > :nth-child(2) { animation-delay: 890ms; }
.td-hero-copy > :nth-child(3) { animation-delay: 960ms; }
.td-hero-copy > :nth-child(4) { animation-delay: 1030ms; }
.td-hero-copy > :nth-child(5) { animation-delay: 1100ms; }
.td-hero-copy > :nth-child(6) { animation-delay: 1170ms; }
.td-hero-copy > :nth-child(7) { animation-delay: 1240ms; }

@keyframes td-hero-copy-in {
  from { opacity: 0; transform: translateY(26px) skewY(.8deg); }
  to { opacity: 1; transform: translateY(0) skewY(0); }
}

.td-actual {
  padding: 112px 0 124px;
  background: #f8fafb;
}

.td-actual-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 18px;
}

.td-actual figure {
  min-width: 0;
  margin: 0;
  border: 3px solid var(--sw-ink);
  background: var(--sw-white);
  box-shadow: 5px 5px 0 var(--sw-ink);
}

.td-actual-media {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-bottom: 3px solid var(--sw-ink);
  background: #dfe7eb;
}

.td-actual-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.td-actual figure:first-child .td-actual-media img {
  object-fit: cover;
  object-position: center 40%;
}

.td-actual-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border: 2px solid var(--sw-ink);
  background: var(--sw-accent-2);
  font-size: 9px;
  font-weight: 950;
}

.td-actual figcaption {
  padding: 18px 18px 20px;
}

.td-actual figcaption strong,
.td-actual figcaption span {
  display: block;
}

.td-actual figcaption strong {
  font-size: 14px;
}

.td-actual figcaption span {
  margin-top: 3px;
  color: var(--sw-muted);
  font-size: 10px;
}

.td-capabilities {
  padding: 108px 0 116px;
  border-block: 3px solid var(--sw-ink);
  background: var(--td-cyan);
}

.td-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 3px solid var(--sw-ink);
  background: var(--sw-white);
  box-shadow: 7px 7px 0 var(--sw-ink);
}

.td-capability-grid article {
  min-height: 260px;
  padding: 30px 25px;
  border-left: 2px solid var(--sw-ink);
}

.td-capability-grid article:first-child {
  border-left: 0;
}

.td-capability-grid svg {
  width: 31px;
  height: 31px;
  color: var(--td-blue);
}

.td-capability-grid h3 {
  margin: 42px 0 0;
  font-size: 18px;
  line-height: 1.25;
}

.td-capability-grid p {
  margin: 12px 0 0;
  color: var(--sw-muted);
  font-size: 11px;
}

.td-motion {
  padding: 112px 0 124px;
  background: var(--sw-ink);
  color: var(--sw-white);
}

.td-motion .sw-section-head > p {
  color: #b9bbc2;
}

.td-motion-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  gap: 18px;
}

.td-motion article {
  min-width: 0;
  border: 2px solid #f2f2f2;
  background: #17191e;
}

.td-motion-frame {
  aspect-ratio: 16 / 9;
  border-bottom: 2px solid #f2f2f2;
  background: #000;
}

.td-motion-frame iframe,
.td-motion-frame video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.td-motion-frame video {
  object-fit: cover;
}

.td-motion-frame .sw-youtube-fallback {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: #111318;
  color: var(--sw-white);
  text-align: center;
}

.td-motion-frame .sw-youtube-fallback span,
.td-motion-frame .sw-youtube-fallback strong,
.td-motion-frame .sw-youtube-fallback small {
  display: block;
}

.td-motion-frame .sw-youtube-fallback span {
  color: var(--sw-accent-2);
  font-size: 9px;
  font-weight: 950;
}

.td-motion-frame .sw-youtube-fallback strong {
  margin-top: 8px;
  font-size: 17px;
}

.td-motion-frame .sw-youtube-fallback small {
  margin-top: 6px;
  color: #b9bbc2;
  font-size: 9px;
}

.td-motion-copy {
  padding: 20px;
}

.td-motion-copy span {
  color: var(--sw-accent-2);
  font-size: 9px;
  font-weight: 950;
}

.td-motion-copy h3 {
  margin: 7px 0 0;
  font-size: 18px;
  line-height: 1.25;
}

.td-motion-copy p {
  margin: 9px 0 0;
  color: #b9bbc2;
  font-size: 10px;
  line-height: 1.6;
}

.td-specification {
  padding: 112px 0 124px;
  background: var(--sw-white);
}

.td-spec-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 72px;
  align-items: start;
}

.td-spec-intro {
  position: sticky;
  top: 110px;
}

.td-spec-intro h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.13;
}

.td-spec-intro > p:not(.sw-kicker) {
  margin: 22px 0 0;
  color: var(--sw-muted);
  font-size: 13px;
}

.td-spec-visual {
  margin: 28px 0 0;
  border: 2px solid var(--sw-ink);
  background: #111523;
}

.td-spec-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.td-spec-visual figcaption {
  padding: 10px 12px;
  border-top: 2px solid var(--sw-ink);
  background: var(--sw-accent-2);
  color: var(--sw-ink);
  font-size: 9px;
  font-weight: 900;
}

.td-spec-table {
  margin: 0;
  border-top: 3px solid var(--sw-ink);
}

.td-spec-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  padding: 24px 0;
  border-bottom: 1px solid #aeb3b7;
}

.td-spec-row dt {
  font-size: 10px;
  font-weight: 950;
}

.td-spec-row dd {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
}

.td-plans {
  padding: 112px 0 124px;
  border-block: 3px solid var(--sw-ink);
  background: var(--sw-accent-2);
}

.td-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.td-plan {
  display: grid;
  align-content: start;
  padding: 30px;
  border: 3px solid var(--sw-ink);
  background: var(--sw-white);
  box-shadow: 5px 5px 0 var(--sw-ink);
}

.td-plan.is-featured {
  background: var(--sw-ink);
  color: var(--sw-white);
  box-shadow: 7px 7px 0 var(--sw-accent);
}

.td-plan-label {
  margin: 0;
  color: var(--td-blue);
  font-size: 9px;
  font-weight: 950;
}

.td-plan.is-featured .td-plan-label {
  color: var(--sw-accent-2);
}

.td-plan h3 {
  min-height: 58px;
  margin: 12px 0 0;
  font-size: 21px;
  line-height: 1.25;
}

.td-plan-price {
  margin: 22px 0 0;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.1;
}

.td-plan-price small {
  display: block;
  margin-bottom: 5px;
  font-size: 9px;
}

.td-plan ul {
  display: grid;
  gap: 9px;
  min-height: 162px;
  margin: 26px 0 0;
  padding: 22px 0 0 18px;
  border-top: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
}

.td-plan .sw-button {
  width: 100%;
  margin-top: 25px;
}

.td-plan-note {
  margin: 24px 0 0;
  font-size: 11px;
  font-weight: 750;
}

.td-plan-note a {
  text-decoration: underline;
}

.td-process {
  padding: 110px 0 122px;
  background: var(--td-silver);
}

.td-process-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  margin: 0 0 30px;
  border: 3px solid var(--sw-ink);
  background: #111523;
  box-shadow: 6px 6px 0 var(--sw-ink);
}

.td-process-board img {
  display: block;
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.td-process-board figcaption {
  display: grid;
  align-content: end;
  padding: 26px;
  border-left: 3px solid var(--sw-ink);
  background: var(--sw-accent-2);
}

.td-process-board figcaption strong,
.td-process-board figcaption span {
  display: block;
}

.td-process-board figcaption strong {
  font-size: 19px;
}

.td-process-board figcaption span {
  margin-top: 8px;
  color: #45474b;
  font-size: 11px;
}

.td-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 3px solid var(--sw-ink);
}

.td-process-grid article {
  min-height: 220px;
  padding: 27px 22px;
  border-left: 1px solid #92979b;
}

.td-process-grid article:first-child {
  border-left: 0;
}

.td-process-grid span {
  color: var(--td-blue);
  font-size: 12px;
  font-weight: 950;
}

.td-process-grid h3 {
  margin: 48px 0 0;
  font-size: 15px;
  line-height: 1.3;
}

.td-process-grid p {
  margin: 9px 0 0;
  color: var(--sw-muted);
  font-size: 10px;
}

.td-faq {
  padding: 104px 0 118px;
  background: var(--sw-white);
}

.td-faq-list {
  max-width: 920px;
  margin: 0 auto;
  border-top: 3px solid var(--sw-ink);
}

.td-faq details {
  border-bottom: 1px solid #a7aaad;
}

.td-faq summary {
  padding: 24px 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

.td-faq details p {
  margin: 0;
  padding: 0 4px 25px;
  color: var(--sw-muted);
  font-size: 12px;
}

@media (max-width: 980px) {
  .td-hero::before {
    right: 22%;
  }

  .td-hero-guide {
    left: 68%;
  }

  .td-hero-copy {
    width: 68%;
  }

  .td-hero h1 em {
    font-size: 58px;
  }

  .td-actual-grid,
  .td-motion-grid {
    grid-template-columns: 1fr;
  }

  .td-actual-media {
    height: 430px;
  }

  .td-capability-grid,
  .td-plan-grid {
    grid-template-columns: 1fr 1fr;
  }

  .td-capability-grid article:nth-child(3) {
    border-top: 2px solid var(--sw-ink);
    border-left: 0;
  }

  .td-capability-grid article:nth-child(4) {
    border-top: 2px solid var(--sw-ink);
  }

  .td-spec-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .td-spec-intro {
    position: static;
  }

  .td-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .td-process-grid article:nth-child(odd) {
    border-left: 0;
  }

  .td-process-grid article:nth-child(n+3) {
    border-top: 1px solid #92979b;
  }
}

@media (max-width: 680px) {
  .td-hero {
    min-height: 980px;
  }

  .td-hero-image {
    width: 100%;
    height: 36%;
    object-position: center;
  }

  .td-hero::before {
    top: 31%;
    right: 0;
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
  }

  .td-hero-guide {
    top: 31%;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 13px;
    transform: rotate(-2deg);
  }

  .td-hero-inner {
    min-height: 980px;
    align-items: flex-end;
    padding-top: 345px;
    padding-bottom: 42px;
  }

  .td-hero-copy {
    width: 100%;
  }

  .td-hero h1 em {
    font-size: 42px;
  }

  .td-hero-title-label {
    font-size: 12px;
    line-height: 1.25;
  }

  .td-hero-status {
    font-size: 8px;
  }

  .td-hero-eyebrow {
    font-size: 9px;
  }

  .td-hero-subtitle {
    font-size: 11px;
  }

  .td-hero-lead {
    font-size: 12px;
  }

  .td-hero-actions {
    display: grid;
  }

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

  .td-hero-specs {
    grid-template-columns: repeat(3, 1fr);
  }

  .td-hero-specs div {
    padding: 9px 6px;
    border-top: 0;
    border-left: 1px solid #65676c;
  }

  .td-hero-specs div:first-child {
    border-left: 0;
  }

  .td-hero-specs span {
    font-size: 9px;
  }

  .td-hero-backtype,
  .td-hero-side-note {
    display: none;
  }

  .td-hero-caption {
    top: 274px;
    right: 12px;
    bottom: auto;
  }

  .td-actual,
  .td-capabilities,
  .td-motion,
  .td-specification,
  .td-plans,
  .td-process,
  .td-faq {
    padding: 82px 0 92px;
  }

  .td-actual-media {
    height: 300px;
  }

  .td-process-board {
    grid-template-columns: 1fr;
  }

  .td-process-board figcaption {
    padding: 20px;
    border-top: 3px solid var(--sw-ink);
    border-left: 0;
  }

  .td-capability-grid,
  .td-plan-grid,
  .td-process-grid {
    grid-template-columns: 1fr;
  }

  .td-capability-grid article,
  .td-capability-grid article:nth-child(4),
  .td-process-grid article {
    min-height: 0;
    border-top: 2px solid var(--sw-ink);
    border-left: 0;
  }

  .td-capability-grid article:first-child,
  .td-process-grid article:first-child {
    border-top: 0;
  }

  .td-capability-grid h3,
  .td-process-grid h3 {
    margin-top: 24px;
  }

  .td-spec-intro h2 {
    font-size: 34px;
  }

  .td-spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .td-plan h3,
  .td-plan ul {
    min-height: 0;
  }
}
