/* Styles owned by the home page family. */


body.tmn-menu-lock {
  overflow: hidden;
}

html.tmn-scroll-restore {
  scroll-behavior: auto !important;
}

body.tmn-contact-lock {
  position: fixed;
  top: var(--tmn-contact-scroll-top, 0);
  left: var(--tmn-contact-scroll-left, 0);
  width: 100%;
  overflow: hidden;
}

.tmn-nav-link--editorial {
  color: rgba(13, 21, 58, 0.76);
}

.tmn-hero-media {
  position: relative;
  min-height: clamp(560px, calc(100dvh - 146px), 760px);
  overflow: hidden;
  border: 1px solid rgba(13, 21, 58, 0.12);
  border-right: 0;
  border-left: 0;
  background: var(--tmn-ash);
  box-shadow:
    0 28px 84px rgba(13, 21, 58, 0.12),
    inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.9);
  isolation: isolate;
}

.tmn-hero-copy {
  position: absolute;
  left: clamp(28px, 7vw, 124px);
  bottom: clamp(48px, 9vh, 108px);
  z-index: 2;
  display: grid;
  justify-items: start;

  color: var(--tmn-cetacean);
  text-align: left;
  text-shadow: 0 1px 26px rgba(245, 249, 255, 0.72);
}

.tmn-hero-copy h1 {
  margin: 0;
  color: var(--tmn-cerulean);
  font-size: clamp(46px, 5.7vw, 88px);
  font-weight: 680;
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.tmn-hero-heading-visual {
  display: block;
}

.tmn-hero-heading-static,
.tmn-word-rotator {
  display: block;
}

.tmn-word-rotator {
  color: var(--tmn-cerulean);
}

.tmn-word-rotator-item {
  display: inline;
}

.tmn-word-rotator-item + .tmn-word-rotator-item::before {
  content: ", ";
}

.is-enhanced .tmn-hero-heading-visual {
  display: grid;
  gap: 0.03em;
}

.is-enhanced .tmn-word-rotator {
  position: relative;
  min-width: min(8.7ch, 100%);
  min-height: 1.04em;
  overflow: visible;
  perspective: 900px;
}

.is-enhanced .tmn-word-rotator-item {
  position: absolute;
  inset: 0 auto auto 0;
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  transform: translate3d(0, 0.48em, 0) rotateX(-18deg);
  transform-origin: 0 54%;
  will-change: transform, opacity;
}

.is-enhanced .tmn-word-rotator-item + .tmn-word-rotator-item::before {
  content: "";
}

.is-enhanced .tmn-word-rotator-item.is-entering {
  animation: wordSlotEnter 780ms var(--tmn-ease) both;
}

.is-enhanced .tmn-word-rotator-item.is-leaving {
  animation: wordSlotLeave 620ms var(--tmn-ease) both;
}

.tmn-hero-copy p:last-child {
  margin: 24px 0 0;
  color: rgba(13, 21, 58, 0.88);
  font-size: clamp(18px, 1.6vw, 25px);
  font-weight: 700;
  line-height: 1.25;
  text-wrap: balance;
}

.tmn-daily-life {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 8.4vw, 132px) 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(11, 151, 243, 0.1), transparent 30%),
    linear-gradient(180deg, var(--tmn-snow), rgba(239, 239, 239, 0.68));
  isolation: isolate;
}

.tmn-daily-life::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(13, 21, 58, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 21, 58, 0.04) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(180deg, rgba(var(--tmn-cetacean-rgb), 0.52), transparent 82%);
}

.tmn-daily-life-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: clamp(54px, 7vw, 112px);
}

.tmn-daily-copy {
  display: grid;
  align-content: center;
}

.tmn-daily-copy h2 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(46px, 5.4vw, 86px);
  font-weight: 760;
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.tmn-daily-copy h2 span {
  color: var(--tmn-cerulean);
}

.tmn-daily-actions {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

.tmn-daily-cta,
.tmn-daily-cta:link,
.tmn-daily-cta:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 58px;
  padding: 0 28px 0 68px;
  border: 1px solid rgba(11, 151, 243, 0.22);
  border-radius: 999px;
  background: var(--tmn-cerulean);
  color: var(--tmn-cetacean);
  -webkit-text-fill-color: var(--tmn-cetacean);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  transition:
    transform 420ms var(--tmn-ease),
    box-shadow 420ms var(--tmn-ease);
}

.tmn-daily-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(13, 21, 58, 0.18);
  border-radius: 50%;
  background: rgba(var(--tmn-snow-rgb), 0.72);
  box-shadow:
    inset 0 1px 0 rgba(245, 249, 255, 0.28),
    0 8px 18px rgba(13, 21, 58, 0.18);
  transform: translateY(-50%);
}

.tmn-daily-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 23px;
  width: 13px;
  height: 13px;
  border-top: 2px solid var(--tmn-cetacean);
  border-right: 2px solid var(--tmn-cetacean);
  box-shadow: 4px -4px 0 -3px var(--tmn-cetacean);
  transform: translateY(-50%) rotate(45deg);
}

.tmn-daily-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 560px;
}

.tmn-daily-note span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(13, 21, 58, 0.09);
  border-radius: 999px;
  background: rgba(245, 249, 255, 0.68);
  color: rgba(13, 21, 58, 0.72);
  font-size: 13px;
  font-weight: 820;
  box-shadow: inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.78);
}

.tmn-journey-map {
  position: relative;
  width: min(100%, 760px);
  min-height: clamp(480px, 37vw, 530px);
  max-width: 760px;
  margin-left: auto;
  overflow: visible;
  contain: layout;
}

.tmn-journey-path {
  position: absolute;
  inset: 1% -1% 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.tmn-journey-orbit {
  fill: none;
  stroke: rgba(11, 151, 243, 0.14);
  stroke-width: 1;
}

.tmn-journey-orbit--middle {
  stroke: rgba(11, 151, 243, 0.11);
}

.tmn-journey-orbit--inner {
  stroke: rgba(13, 21, 58, 0.08);
}

.tmn-journey-route {
  fill: none;
  stroke: var(--tmn-cerulean);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 16 14 2 14;
  stroke-dashoffset: 0;
  opacity: 0.82;
  animation: journeyRoute 8400ms linear infinite;
}

.tmn-journey-route--secondary {
  stroke-width: 1.2;
  stroke-dasharray: 3 14;
  opacity: 0.34;
  animation-duration: 11200ms;
  animation-direction: reverse;
}

.tmn-journey-sweep,
.tmn-journey-dot,
.tmn-media-presence {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.tmn-journey-sweep {
  width: 31px;
  height: 31px;
  clip-path: polygon(0 50%, 100% 0, 72% 50%, 100% 100%);
  background: linear-gradient(135deg, var(--tmn-cerulean), var(--tmn-cerulean));
  filter: drop-shadow(0 10px 18px rgba(11, 151, 243, 0.26));
  transform-origin: 50% 50%;
  animation: orbitSweep 8400ms linear infinite;
}

.tmn-journey-sweep--one {
  --sweep-angle: 106deg;
  top: 25%;
  right: 5.5%;
}

.tmn-journey-sweep--two {
  --sweep-angle: 252deg;
  bottom: 13%;
  left: 35%;
  animation-delay: -4200ms;
}

.tmn-journey-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tmn-cerulean);
  box-shadow:
    0 0 0 7px rgba(11, 151, 243, 0.08),
    0 0 24px rgba(11, 151, 243, 0.28);
  animation: journeyNodePulse 3200ms var(--tmn-ease) infinite;
}

.tmn-journey-dot--one {
  top: 28%;
  left: 31%;
}

.tmn-journey-dot--two {
  top: 48%;
  right: 17%;
  animation-delay: 760ms;
}

.tmn-journey-dot--three {
  bottom: 13%;
  left: 43%;
  animation-delay: 1480ms;
}

.tmn-media-presence {
  top: 55.4%;
  left: 50.8%;
  display: grid;
  place-items: center;
  width: clamp(76px, 6.2vw, 88px);
  aspect-ratio: 0.62;
  padding: 14px 12px;
  border: 1px solid rgba(245, 249, 255, 0.74);
  border-radius: 14px;
  background:
    radial-gradient(circle at 24% 15%, rgba(245, 249, 255, 0.5), transparent 34%),
    linear-gradient(155deg, rgba(245, 249, 255, 0.2), transparent 48%),
    var(--tmn-cerulean);
  box-shadow:
    0 20px 44px rgba(11, 151, 243, 0.2),
    inset 0 1px 0 rgba(245, 249, 255, 0.68),
    inset 0 -1px 0 rgba(13, 21, 58, 0.18);
  transform: translate(-50%, -50%);
}

.tmn-media-presence span {
  color: var(--tmn-snow);
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.tmn-media-presence::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: rgba(13, 21, 58, 0.24);
  transform: translateX(-50%);
}

.tmn-journey-mobile-brief {
  display: none;
}

.tmn-journey-panel {
  position: absolute;
  z-index: 4;
  display: grid;
  width: clamp(160px, 14vw, 198px);
  aspect-ratio: 1;
  margin: 0;
  overflow: visible;
  border: 4px solid rgba(11, 151, 243, 0.76);
  border-radius: 50%;
  background: var(--tmn-cetacean);
  box-shadow:
    0 28px 64px rgba(13, 21, 58, 0.18),
    0 0 0 12px rgba(11, 151, 243, 0.08),
    inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.9);
  animation: journeyFloat 7600ms var(--tmn-ease) infinite;
  isolation: isolate;
}

.tmn-journey-panel img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.tmn-journey-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 16%, transparent 22%, rgba(11, 151, 243, 0.1) 48%, rgba(13, 21, 58, 0.3) 100%),
    linear-gradient(180deg, rgba(13, 21, 58, 0.02), rgba(13, 21, 58, 0.78));
}

.tmn-journey-node-label {
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(72%, 116px);
  min-width: 96px;
  padding: 9px 16px 10px;
  border: 1px solid rgba(245, 249, 255, 0.2);
  border-radius: 999px;
  background: var(--tmn-cerulean);
  color: var(--tmn-cetacean);
  font-size: var(--tmn-type-body-desktop);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  box-shadow:
    0 12px 26px rgba(13, 21, 58, 0.22),
    inset 0 1px 0 rgba(245, 249, 255, 0.26);
  transform: translate3d(-50%, 0, 0);
  animation: journeyTitleY 5200ms var(--tmn-ease) infinite;
  will-change: transform;
}

.tmn-journey-panel figcaption {
  position: absolute;
  right: auto;
  bottom: -4px;
  left: 50%;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(80%, 172px);
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(245, 249, 255, 0.34);
  border-radius: 999px;
  background: rgba(245, 249, 255, 0.86);
  color: rgba(13, 21, 58, 0.78);
  font-size: clamp(10px, 0.76vw, 12px);
  font-weight: 850;
  line-height: 1.06;
  text-align: center;
  box-shadow:
    0 16px 34px rgba(13, 21, 58, 0.1),
    inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.88);
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  animation: journeyDescriptionY 6400ms var(--tmn-ease) infinite;
  transition:
    background 480ms var(--tmn-ease),
    box-shadow 480ms var(--tmn-ease);
  will-change: transform;
}

.tmn-journey-map:hover .tmn-journey-panel figcaption,
.tmn-journey-map:focus-within .tmn-journey-panel figcaption {
  background: rgba(245, 249, 255, 0.92);
  box-shadow:
    0 18px 38px rgba(13, 21, 58, 0.13),
    inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.92);
}

.tmn-journey-panel--work .tmn-journey-node-label {
  animation-delay: -900ms;
}

.tmn-journey-panel--leisure .tmn-journey-node-label {
  animation-delay: -1600ms;
}

.tmn-journey-panel--work figcaption {
  animation-delay: -1300ms;
}

.tmn-journey-panel--leisure figcaption {
  animation-delay: -2100ms;
}

.tmn-journey-panel--home {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tmn-journey-panel--home img {
  object-position: center center;
}

.tmn-journey-panel--work {
  right: 1%;
  bottom: 3%;
  width: clamp(164px, 14.8vw, 210px);
  animation-delay: -1900ms;
}

.tmn-journey-panel--work img {
  object-position: center center;
}

.tmn-journey-panel--leisure {
  left: 4%;
  bottom: 4%;
  width: clamp(164px, 14.4vw, 204px);
  animation-delay: -3700ms;
}

.tmn-journey-panel--leisure img {
  object-position: center center;
}

.tmn-touchpoints {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 112px;
  padding: clamp(102px, 8.6vw, 136px) 0;
  border-top: 10px solid var(--tmn-cerulean);
  background:
    radial-gradient(circle at 84% 18%, rgba(11, 151, 243, 0.12), transparent 30%),
    radial-gradient(circle at 18% 94%, rgba(11, 151, 243, 0.08), transparent 34%),
    var(--tmn-snow);
  color: var(--tmn-cetacean);
  isolation: isolate;
}

.tmn-touchpoints::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(11, 151, 243, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 151, 243, 0.05) 1px, transparent 1px);
  background-size: 104px 104px;
  mask-image: linear-gradient(90deg, rgba(var(--tmn-cetacean-rgb), 0.62), transparent 86%);
}

.tmn-touchpoints::after {
  content: "";
  position: absolute;
  right: clamp(24px, 6vw, 112px);
  bottom: clamp(24px, 5vw, 74px);
  z-index: 0;
  width: clamp(220px, 28vw, 480px);
  aspect-ratio: 1;
  border: 1px solid rgba(11, 151, 243, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.tmn-touchpoints-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(680px, 1.28fr);
  align-items: center;
  gap: clamp(42px, 5vw, 88px);
}

.tmn-touchpoints-copy {
  display: grid;
  align-content: center;
}

.tmn-touchpoints-copy h2 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(44px, 5.2vw, 82px);
  font-weight: 760;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.tmn-touchpoints-copy h2 span {
  color: var(--tmn-cerulean);
}

.tmn-touchpoint-system {
  position: relative;
  min-height: clamp(440px, 37vw, 520px);
  margin-right: calc(var(--tmn-shell-padding) * -0.18);
}

.tmn-touchpoint-route {
  position: absolute;
  inset: 10% 2% 4%;
  z-index: 0;
  width: 96%;
  height: 82%;
  overflow: visible;
  pointer-events: none;
}

.tmn-touchpoint-route-base,
.tmn-touchpoint-route-live {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2.4;
}

.tmn-touchpoint-route-base {
  stroke: rgba(11, 151, 243, 0.18);
}

.tmn-touchpoint-route-live {
  stroke: var(--tmn-cerulean);
  stroke-dasharray: 22 92;
  stroke-dashoffset: 0;
  opacity: 0.86;
  filter: drop-shadow(0 8px 18px rgba(11, 151, 243, 0.18));
  animation: touchpointRoute 12800ms linear infinite;
}

.tmn-touchpoint-card {
  position: absolute;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: clamp(220px, 18.6vw, 286px);
  min-height: 108px;
  padding: 12px 15px 12px 12px;
  border: 1px solid rgba(11, 151, 243, 0.2);
  border-radius: 28px;
  background: rgba(var(--tmn-snow-rgb), 0.94);
  box-shadow:
    0 22px 48px rgba(var(--tmn-cetacean-rgb), 0.1),
    inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.9);
  backdrop-filter: blur(18px);
  animation: touchpointFloat 9200ms var(--tmn-ease) infinite;
  will-change: transform;
}

.tmn-touchpoint-card--live {
  top: 6%;
  left: 2%;
}

.tmn-touchpoint-card--work {
  top: 30%;
  left: 31%;
  animation-delay: -820ms;
}

.tmn-touchpoint-card--recharge {
  right: 2%;
  top: 7%;
  animation-delay: -1640ms;
}

.tmn-touchpoint-card--connect {
  left: 10%;
  bottom: 10%;
  animation-delay: -2460ms;
}

.tmn-touchpoint-card--shop {
  right: 0;
  bottom: 4%;
  animation-delay: -3280ms;
}

.tmn-touchpoint-marker {
  position: absolute;
  top: -12px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  border: 1px solid rgba(11, 151, 243, 0.3);
  border-radius: 999px;
  background: var(--tmn-snow);
  color: var(--tmn-cetacean);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 28px rgba(11, 151, 243, 0.22);
}

.tmn-touchpoint-media {
  position: relative;
  overflow: hidden;
  width: 74px;
  aspect-ratio: 1;
  border: 1px solid rgba(11, 151, 243, 0.24);
  border-radius: 18px;
  background: var(--tmn-cerulean);
  box-shadow: inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.28);
}

.tmn-touchpoint-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.tmn-touchpoint-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(11, 151, 243, 0.22));
  pointer-events: none;
}

.tmn-touchpoint-media--abstract,
.tmn-touchpoint-media--future {
  display: grid;
  place-items: center;
}

.tmn-touchpoint-media--abstract span,
.tmn-touchpoint-media--future span {
  position: relative;
  display: block;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(245, 249, 255, 0.36);
  border-radius: 50%;
}

.tmn-touchpoint-media--abstract span::before,
.tmn-touchpoint-media--abstract span::after,
.tmn-touchpoint-media--future span::before,
.tmn-touchpoint-media--future span::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(245, 249, 255, 0.76);
}

.tmn-touchpoint-media--abstract span::before {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
}

.tmn-touchpoint-media--abstract span::after {
  right: 8px;
  bottom: 10px;
  width: 14px;
  height: 3px;
  transform: rotate(-36deg);
}

.tmn-touchpoint-media--future span {
  border-radius: 12px;
  transform: rotate(45deg);
}

.tmn-touchpoint-media--future span::before {
  top: 10px;
  left: 50%;
  width: 3px;
  height: 20px;
  transform: translateX(-50%);
}

.tmn-touchpoint-media--future span::after {
  top: 50%;
  left: 10px;
  width: 20px;
  height: 3px;
  transform: translateY(-50%);
}

.tmn-touchpoint-content {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.tmn-touchpoint-content h3 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 850;
  line-height: 0.94;
  letter-spacing: 0;
}

.tmn-touchpoint-content p {
  margin: 0;
  color: rgba(13, 21, 58, 0.66);
  font-size: clamp(13px, 0.98vw, 15px);
  font-weight: 620;
  line-height: 1.24;
}

.tmn-touchpoint-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(11, 151, 243, 0.28);
  border-radius: 999px;
  background: rgba(11, 151, 243, 0.14);
  color: var(--tmn-cetacean);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tmn-portfolios {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 72px;
  padding: clamp(38px, 3.4vw, 58px) 0 clamp(68px, 5vw, 92px);
  background:
    radial-gradient(circle at 8% 14%, rgba(11, 151, 243, 0.12), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(11, 151, 243, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(245, 249, 255, 0.98), rgba(239, 239, 239, 0.52));
  isolation: isolate;
}

.tmn-portfolios::before,
.tmn-portfolios::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.tmn-portfolios::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(13, 21, 58, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 21, 58, 0.03) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(180deg, transparent, var(--tmn-cetacean) 20%, transparent 88%);
}

.tmn-portfolios::after {
  right: -10vw;
  top: -18vw;
  width: 40vw;
  aspect-ratio: 1;
  border: 1px solid rgba(11, 151, 243, 0.14);
  border-radius: 50%;
}

.tmn-portfolios-inner {
  position: relative;
  z-index: 1;
}

.tmn-portfolios-heading {
  text-align: left;
}

.tmn-portfolios-heading h2 {
  margin: 0;
  color: var(--tmn-cetacean);

  font-size: clamp(40px, 4.45vw, 66px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: 0;
}

.tmn-portfolios-heading h2 span {
  color: var(--tmn-cerulean);
}

.tmn-portfolio-grid {
  --tmn-portfolio-viewport-height: clamp(286px, 22vw, 330px);
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(28px, 3vw, 44px);
  align-items: stretch;
}

.tmn-portfolio {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tmn-portfolio-head {
  display: grid;
  grid-template-columns: auto minmax(42px, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.tmn-portfolio-head::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, rgba(11, 151, 243, 0.78), rgba(11, 151, 243, 0.16));
}

.tmn-portfolio-head h3 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
}

.tmn-portfolio-controls {
  display: inline-flex;
  gap: 8px;
}

.tmn-portfolio-control {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(13, 21, 58, 0.1);
  border-radius: 999px;
  background: rgba(245, 249, 255, 0.82);
  color: var(--tmn-cerulean);
  box-shadow: 0 14px 32px rgba(13, 21, 58, 0.08);
  cursor: pointer;
  transition:
    background-color 240ms var(--tmn-ease),
    color 240ms var(--tmn-ease),
    transform 240ms var(--tmn-ease);
}

.tmn-portfolio-control i {
  display: block;
  font-size: 14px;
  line-height: 1;
}

.tmn-portfolio-control:hover {
  background: var(--tmn-cerulean);
  color: var(--tmn-cetacean);
  transform: translate3d(0, -2px, 0);
}

.tmn-portfolio-control:active {
  transform: translate3d(0, 0, 0) scale(0.97);
}

.tmn-portfolio-viewport {
  position: relative;
  overflow: hidden;
  height: var(--tmn-portfolio-viewport-height);
  border: 1px solid rgba(13, 21, 58, 0.07);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(245, 249, 255, 0.92), rgba(245, 249, 255, 0.58)),
    rgba(245, 249, 255, 0.86);
  box-shadow:
    0 22px 56px rgba(13, 21, 58, 0.075),
    inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.86);
}

.tmn-portfolio-viewport::before,
.tmn-portfolio-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(28px, 4vw, 62px);
  pointer-events: none;
}

.tmn-portfolio-viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(245, 249, 255, 0.96), rgba(245, 249, 255, 0.58) 48%, transparent);
}

.tmn-portfolio-viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(245, 249, 255, 0.96), rgba(245, 249, 255, 0.58) 48%, transparent);
}

.tmn-brand-track,
.tmn-location-track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  height: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.tmn-brand-track::-webkit-scrollbar,
.tmn-location-track::-webkit-scrollbar {
  display: none;
}

.tmn-brand-track {
  grid-auto-columns: calc((100% - 1px) / 5);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  padding: 1px;
}

.tmn-brand-tile {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 22px 18px;
  border-right: 1px solid rgba(13, 21, 58, 0.08);
  border-bottom: 1px solid rgba(13, 21, 58, 0.08);
  scroll-snap-align: start;
}

.tmn-brand-tile img {
  width: min(100px, 76%);
  max-height: 70px;
  object-fit: contain;
  filter: saturate(0.88) contrast(1.02);
  transition:
    filter 260ms var(--tmn-ease),
    transform 260ms var(--tmn-ease);
}

.tmn-brand-tile:hover img {
  filter: saturate(1) contrast(1.04);
  transform: translate3d(0, -2px, 0);
}

.tmn-location-track {
  grid-auto-columns: clamp(216px, 20vw, 260px);
  gap: 12px;
  padding: 14px 76px 14px 14px;
  scroll-padding-inline: 14px;
}

.tmn-location-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(13, 21, 58, 0.08);
  border-radius: 18px;
  background: rgba(245, 249, 255, 0.9);
  scroll-snap-align: start;
  transition:
    border-color 260ms var(--tmn-ease),
    transform 260ms var(--tmn-ease),
    box-shadow 260ms var(--tmn-ease);
}

.tmn-location-card:hover {
  border-color: rgba(11, 151, 243, 0.24);
  box-shadow: 0 18px 42px rgba(13, 21, 58, 0.12);
  transform: translate3d(0, -3px, 0);
}

.tmn-location-card figure {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11, 151, 243, 0.22), rgba(13, 21, 58, 0.08)),
    var(--tmn-snow);
}

.tmn-location-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 21, 58, 0.08), rgba(13, 21, 58, 0.1)),
    linear-gradient(180deg, transparent 58%, rgba(13, 21, 58, 0.34));
  pointer-events: none;
}

.tmn-location-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.98);
  transform: scale(1.02);
  transition:
    filter 360ms var(--tmn-ease),
    transform 420ms var(--tmn-ease);
}

.tmn-location-card:hover img {
  filter: saturate(0.98) contrast(1.02);
  transform: scale(1.055);
}

.tmn-location-card div {
  position: relative;
  padding: 18px 16px 18px;
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.96), rgba(239, 239, 239, 0.64));
}

.tmn-location-card--more {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 28% 24%, rgba(11, 151, 243, 0.26), transparent 34%),
    linear-gradient(135deg, var(--tmn-cerulean), var(--tmn-cetacean));
}

.tmn-location-card--more::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(245, 249, 255, 0.28);
  border-radius: 14px;
  pointer-events: none;
}

.tmn-location-card--more div {
  display: grid;
  gap: 8px;
  padding: 0;
  text-align: center;
  background: transparent;
}

.tmn-location-card--more strong {
  color: var(--tmn-snow);
  font-size: clamp(44px, 4.8vw, 70px);
  font-weight: 780;
  line-height: 0.9;
  letter-spacing: 0;
}

.tmn-location-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--tmn-cerulean);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tmn-location-card h4 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(21px, 1.55vw, 25px);
  line-height: 0.98;
  letter-spacing: 0;
}

.tmn-location-card--more span {
  margin: 0;
  color: rgba(245, 249, 255, 0.82);
  font-size: 18px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
}

.tmn-portfolio-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  min-height: 10px;
  margin-top: 24px;
}

.tmn-portfolio-dots span {
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: rgba(13, 21, 58, 0.12);
  transition:
    width 260ms var(--tmn-ease),
    background-color 260ms var(--tmn-ease);
}

.tmn-product-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 6vw, 96px) 0;
  scroll-margin-top: 84px;
  color: var(--tmn-cetacean);
  background: var(--tmn-snow);
  border-top: 1px solid rgba(var(--tmn-cetacean-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--tmn-cerulean-rgb), 0.16);
}

.tmn-product-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(var(--tmn-cerulean-rgb), 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(var(--tmn-cerulean-rgb), 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 52%);
}

.tmn-product-intro-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  align-items: center;
  gap: clamp(38px, 5vw, 84px);
}

.tmn-product-intro-media {
  min-width: 0;
  margin: 0;
}

.tmn-product-intro-media picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(var(--tmn-cetacean-rgb), 0.14);
  border-radius: 8px;
  background: var(--tmn-ash);
}

.tmn-product-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms var(--tmn-ease);
}

.tmn-product-intro-media:hover img {
  transform: scale(1.015);
}

.tmn-product-intro-media figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: rgba(var(--tmn-cetacean-rgb), 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tmn-product-intro-media figcaption i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(var(--tmn-cerulean-rgb), 0.32);
  border-radius: 50%;
  color: var(--tmn-cerulean);
  font-size: 12px;
}

.tmn-product-intro-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding-left: clamp(26px, 3vw, 48px);
  border-left: 1px solid rgba(var(--tmn-cetacean-rgb), 0.16);
}

.tmn-product-intro-copy h2 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(42px, 4.45vw, 68px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.tmn-product-intro-copy h2 span {
  display: block;
  color: var(--tmn-cerulean);
}

.tmn-product-intro-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(28px, 3vw, 40px) 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(var(--tmn-cetacean-rgb), 0.16);
  list-style: none;
}

.tmn-product-intro-flow li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-width: 0;
  padding: 0 14px;
  border-right: 1px solid rgba(var(--tmn-cetacean-rgb), 0.12);
}

.tmn-product-intro-flow li:first-child {
  padding-left: 0;
}

.tmn-product-intro-flow li:last-child {
  padding-right: 0;
  border-right: 0;
}

.tmn-product-intro-flow li > i {
  color: var(--tmn-cerulean);
  font-size: 17px;
  line-height: 1.25;
}

.tmn-product-intro-flow div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.tmn-product-intro-flow strong,
.tmn-product-intro-flow span {
  display: block;
}

.tmn-product-intro-flow strong {
  color: var(--tmn-cetacean);
  font-size: 15px;
  font-weight: 780;
  line-height: 1.15;
}

.tmn-product-intro-flow span {
  color: rgba(var(--tmn-cetacean-rgb), 0.62);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.32;
}

@media (max-width: 980px) {
.tmn-product-intro-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tmn-product-intro-media picture {
    aspect-ratio: 16 / 10;
  }

  .tmn-product-intro-copy {
    padding: 30px 0 0;
    border-top: 1px solid rgba(var(--tmn-cetacean-rgb), 0.16);
    border-left: 0;
  }

  .tmn-product-intro-copy h2 {}
}

@media (max-width: 560px) {
.tmn-product-intro {
    padding: 52px 0 56px;
  }

  .tmn-product-intro::before {
    background-size: 56px 56px;
  }

  .tmn-product-intro-inner {
    gap: 24px;
  }

  .tmn-product-intro-media figcaption {
    margin-top: 10px;
    font-size: 10px;
  }

  .tmn-product-intro-copy {
    padding-top: 24px;
  }

  .tmn-product-intro-copy h2 {
    font-size: clamp(34px, 10.5vw, 44px);
  }

  .tmn-product-intro-flow {
    margin-top: 24px;
    padding-top: 16px;
  }

  .tmn-product-intro-flow li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-inline: 10px;
  }

  .tmn-product-intro-flow li > i {
    font-size: 15px;
  }

  .tmn-product-intro-flow strong {
    font-size: 13px;
  }

  .tmn-product-intro-flow span {
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
.tmn-product-intro-media img {
    transition-duration: 0.01ms;
  }
}

.tmn-future {
  position: relative;
  overflow: clip;
  padding: clamp(64px, 6vw, 96px) 0 clamp(62px, 5.4vw, 88px);
  scroll-margin-top: 84px;
  background:
    linear-gradient(90deg, rgba(11, 151, 243, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 151, 243, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(11, 151, 243, 0.11), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(13, 21, 58, 0.06), transparent 34%),
    linear-gradient(180deg, var(--tmn-snow) 0%, var(--tmn-snow) 58%, rgba(245, 249, 255, 0.86) 100%);
  background-size:
    124px 124px,
    124px 124px,
    auto,
    auto,
    auto;
}

.tmn-future::before,
.tmn-future::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tmn-future::before {
  width: min(36vw, 460px);
  aspect-ratio: 1;
  right: -12vw;
  top: 42px;
  border: 1px solid rgba(11, 151, 243, 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 82px rgba(11, 151, 243, 0.035),
    inset 0 0 0 164px rgba(13, 21, 58, 0.025);
  opacity: 0.52;
  animation: futureOrbit 16s var(--tmn-ease) infinite alternate;
}

.tmn-future::after {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(11, 151, 243, 0.15) 42.1%, transparent 42.5%),
    linear-gradient(27deg, transparent 0 61%, rgba(11, 151, 243, 0.09) 61.1%, transparent 61.4%);
  opacity: 0.34;
}

.tmn-future-inner {
  position: relative;
  z-index: 1;
}

.tmn-future-statement {
  margin: clamp(28px, 4vw, 52px) auto clamp(34px, 4.2vw, 58px);
  text-align: center;
}

.tmn-future-statement h2 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(42px, 5.1vw, 76px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: 0;
}

.tmn-future-statement h2 span {
  display: block;
  color: var(--tmn-cerulean);
}

.tmn-future-statement p {
  margin: 20px auto 0;
  color: rgba(13, 21, 58, 0.72);
  font-size: clamp(16px, 1.28vw, 21px);
  font-weight: 560;
  line-height: 1.46;
}

.tmn-future-action {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  overflow: hidden;
  padding: clamp(28px, 3.2vw, 44px);
  border: 1px solid rgba(11, 151, 243, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(11, 151, 243, 0.2), transparent 31%),
    linear-gradient(135deg, rgba(245, 249, 255, 0.94), rgba(var(--tmn-snow-rgb), 0.76));
  box-shadow: 0 20px 54px rgba(13, 21, 58, 0.08);
}

.tmn-future-action::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(245, 249, 255, 0.9);
  border-radius: 18px;
  pointer-events: none;
}

.tmn-future-action-copy,
.tmn-future-actions {
  position: relative;
  z-index: 1;
}

.tmn-future-action h3 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(32px, 3.45vw, 54px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: 0;
}

.tmn-future-action p {
  margin: 16px 0 0;
  color: rgba(13, 21, 58, 0.68);
  font-size: clamp(16px, 1.15vw, 19px);
  font-weight: 540;
  line-height: 1.58;
}

.tmn-future-actions {
  display: grid;
  gap: 14px;
}

.tmn-future-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  align-items: center;
  column-gap: 20px;
  min-height: 98px;
  padding: 20px 22px 20px 24px;
  border: 1px solid rgba(245, 249, 255, 0.32);
  border-radius: 18px;
  color: var(--tmn-cetacean);
  text-decoration: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 249, 255, 0.32), transparent 24%),
    linear-gradient(135deg, var(--tmn-cerulean), var(--tmn-cerulean));
  box-shadow: 0 18px 42px rgba(11, 151, 243, 0.22);
  transition:
    transform 260ms var(--tmn-ease),
    box-shadow 260ms var(--tmn-ease),
    background-color 260ms var(--tmn-ease);
}

.tmn-future-link--deep {
  border-color: rgba(11, 151, 243, 0.34);
  background: var(--tmn-snow);
  box-shadow: 0 18px 42px rgba(11, 151, 243, 0.12);
}

.tmn-future-link span,
.tmn-future-link strong {
  grid-column: 1;
  text-align: left;
}

.tmn-future-link span {
  align-self: end;
  color: var(--tmn-cetacean);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tmn-future-link strong {
  align-self: start;
  margin-top: 8px;
  color: var(--tmn-cetacean);
  font-size: clamp(21px, 1.75vw, 28px);
  font-weight: 780;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
}

.tmn-future-link i {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(13, 21, 58, 0.24);
  border-radius: 50%;
  color: var(--tmn-cetacean);
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  background: rgba(var(--tmn-snow-rgb), 0.56);
  transition:
    transform 260ms var(--tmn-ease),
    background-color 260ms var(--tmn-ease);
}

.tmn-future-link--deep span {
  color: rgba(13, 21, 58, 0.64);
}

.tmn-future-link--deep i {
  border-color: rgba(11, 151, 243, 0.32);
  color: var(--tmn-cerulean);
  background: rgba(11, 151, 243, 0.08);
}

.tmn-future-link:hover,
.tmn-future-link:focus-visible {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 24px 56px rgba(11, 151, 243, 0.28);
}

.tmn-future-link--deep:hover,
.tmn-future-link--deep:focus-visible {
  box-shadow: 0 24px 56px rgba(11, 151, 243, 0.18);
}

.tmn-future-link:hover i,
.tmn-future-link:focus-visible i {
  transform: translate3d(4px, 0, 0);
  background: rgba(245, 249, 255, 0.2);
}

.tmn-telescope-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(620px, 1fr);
  align-items: center;
  gap: clamp(42px, 5.6vw, 88px);
}

.tmn-telescope-copy {
  position: sticky;
  bottom: 44px;
  align-self: end;
  padding-top: clamp(58px, 7vw, 92px);
}

.tmn-telescope-copy h2 {
  margin: 0;
  color: var(--tmn-cerulean);
  font-size: clamp(38px, 4.15vw, 60px);
  font-weight: 710;
  line-height: 1.02;
  letter-spacing: 0;
}

.tmn-telescope-cta {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  min-width: min(100%, 380px);
  margin-top: clamp(26px, 3.2vw, 42px);
  padding: 19px 20px 19px 28px;
  border-radius: 18px;
  color: var(--tmn-cetacean);
  text-decoration: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 249, 255, 0.3), transparent 24%),
    linear-gradient(135deg, var(--tmn-cerulean), var(--tmn-cerulean));
  box-shadow: 0 22px 50px rgba(11, 151, 243, 0.24);
  transition:
    transform 260ms var(--tmn-ease),
    box-shadow 260ms var(--tmn-ease);
}

.tmn-telescope-cta span {
  color: var(--tmn-cetacean);
  font-size: 18px;
  font-weight: 780;
  line-height: 1.1;
}

.tmn-telescope-cta i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(13, 21, 58, 0.24);
  border-radius: 50%;
  color: var(--tmn-cetacean);
  font-size: 30px;
  font-style: normal;
  line-height: 1;
  background: rgba(var(--tmn-snow-rgb), 0.58);
  transition: transform 260ms var(--tmn-ease);
}

.tmn-telescope-cta:hover,
.tmn-telescope-cta:focus-visible {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 28px 62px rgba(11, 151, 243, 0.3);
}

.tmn-telescope-cta:hover i,
.tmn-telescope-cta:focus-visible i {
  transform: translate3d(4px, 0, 0);
}

.tmn-telescope-list {
  display: grid;
  gap: 15px;
}

.tmn-telescope-card-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(22px, 2.25vw, 30px);
}

.tmn-telescope-card-copy span {
  color: var(--tmn-cerulean);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.tmn-telescope-card-copy h3 {
  margin: 12px 0 0;
  color: var(--tmn-cetacean);
  font-size: clamp(23px, 1.72vw, 30px);
  font-weight: 780;
  line-height: 1.02;
  letter-spacing: 0;
}

.tmn-telescope-card-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 0;
  color: rgba(13, 21, 58, 0.68);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 520;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tmn-telescope-card--featured a {
  height: 158px;
}

.tmn-telescope-card--featured img {
  min-height: 0;
}

.tmn-footer-brand {
  display: grid;
  grid-template-columns: minmax(360px, 0.84fr) minmax(560px, 1.16fr);
  grid-template-areas:
    "copy heading";
  align-items: start;
  gap: clamp(32px, 6vw, 92px);
}

.tmn-footer-brand h2 {
  grid-area: heading;

  margin: 0;
  color: var(--tmn-snow);
  font-size: clamp(38px, 4.25vw, 60px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: 0;
}

.tmn-footer-intro {
  grid-area: copy;
  display: grid;
  align-content: start;
  gap: 22px;
}

.tmn-footer-brand p {
  margin: 0;
  color: rgba(245, 249, 255, 0.72);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 520;
  line-height: 1.5;
}

.tmn-footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.2fr) repeat(2, minmax(180px, 0.7fr));
  gap: clamp(22px, 4vw, 58px);
  margin-top: clamp(42px, 4.8vw, 64px);
  padding-top: clamp(26px, 3vw, 38px);
  border-top: 1px solid rgba(245, 249, 255, 0.18);
}

.tmn-footer-block {
  display: grid;
  align-content: start;
  gap: 8px;
}

.tmn-footer-block span {
  color: var(--tmn-cerulean);
  font-size: 11px;
  font-weight: 860;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.tmn-footer-block address {
  margin: 0;
  color: rgba(245, 249, 255, 0.82);
  font-size: 15px;
  font-style: normal;
  font-weight: 540;
  line-height: 1.58;
}

.tmn-footer-block a {
  width: fit-content;
  color: rgba(245, 249, 255, 0.78);
  font-size: var(--tmn-type-body-desktop);
  font-weight: 640;
  line-height: 1.25;
  text-decoration: none;
  transition:
    color 220ms var(--tmn-ease),
    transform 220ms var(--tmn-ease);
}

.tmn-footer-block a:hover,
.tmn-footer-block a:focus-visible {
  color: var(--tmn-snow);
  transform: translate3d(4px, 0, 0);
}

@media (max-width: 1180px) {
.tmn-daily-life-inner {
    grid-template-columns: 1fr;
  }

  .tmn-daily-copy {}

  .tmn-journey-map {
    width: min(100%, 840px);
    margin: 0 auto;
  }

  .tmn-touchpoints-inner {
    grid-template-columns: 1fr;
  }

  .tmn-touchpoint-system {
    min-height: 560px;
    margin-right: 0;
  }

  .tmn-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .tmn-portfolios-heading {
    margin-inline: 0;
    text-align: left;
  }

  .tmn-future-action {
    grid-template-columns: 1fr;
  }

  .tmn-future-action h3 {}

  .tmn-future-action p {}

  .tmn-telescope-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 48px;
  }

  .tmn-telescope-copy {
    position: relative;
    bottom: auto;
    padding-top: 118px;
  }

  .tmn-telescope-copy h2 {}

  .tmn-telescope-list {
    width: min(100%, 920px);
  }

  .tmn-footer-brand {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "copy";
    gap: 22px;
  }

  .tmn-footer-brand p {}

  .tmn-footer-grid {
    grid-template-columns: 1.1fr 0.8fr 0.8fr;
    gap: 28px;
  }
}

@media (max-width: 720px) {
.tmn-hero-media {
    min-height: 560px;
  }

  .tmn-hero-copy {
    left: 18px;
    bottom: 32px;

    text-align: left;
  }

  .tmn-hero-copy h1 {
    font-size: clamp(32px, 9.4vw, 42px);
    line-height: 0.98;
  }

  .tmn-hero-copy p:last-child {
    margin-top: 12px;
    font-size: var(--tmn-type-body-desktop);
    line-height: 1.34;
  }

  .tmn-daily-life {
    padding: 84px 0 88px;
  }

  .tmn-daily-life-inner {
    gap: 34px;
  }

  .tmn-daily-copy h2 {
    font-size: clamp(36px, 10.8vw, 52px);
    line-height: 0.98;
  }

  .tmn-daily-actions {
    gap: 16px;
    margin-top: 26px;
  }

  .tmn-daily-cta,
.tmn-daily-cta:link,
.tmn-daily-cta:visited {
    width: 100%;
    min-height: 56px;
  }

  .tmn-daily-note {
    gap: 7px;
  }

  .tmn-daily-note span {
    min-height: 32px;
    padding: 0 11px;
    font-size: 12px;
  }

  .tmn-journey-map {
    display: grid;
    gap: 14px;
    min-height: auto;
    padding: 16px;
    border: 1px solid rgba(13, 21, 58, 0.08);
    border-radius: 30px;
    background:
      linear-gradient(180deg, rgba(245, 249, 255, 0.76), rgba(245, 249, 255, 0.48)),
      rgba(245, 249, 255, 0.64);
    box-shadow:
      0 24px 54px rgba(13, 21, 58, 0.08),
      inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.82);
  }

  .tmn-journey-path,
.tmn-journey-sweep,
.tmn-journey-dot {
    display: none;
  }

  .tmn-media-presence {
    position: relative;
    top: auto;
    left: auto;
    justify-self: start;
    width: auto;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    transform: none;
  }

  .tmn-media-presence span {
    font-size: 18px;
    letter-spacing: -0.07em;
  }

  .tmn-media-presence::after {
    left: auto;
    right: -34px;
    bottom: auto;
    top: 50%;
    width: 24px;
    height: 2px;
    transform: translateY(-50%);
  }

  .tmn-journey-panel,
.tmn-journey-panel--home,
.tmn-journey-panel--work,
.tmn-journey-panel--leisure {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    justify-self: stretch;
    gap: 4px 14px;
    width: 100%;
    min-height: 106px;
    padding: 12px 15px 12px 12px;
    transform: none;
  }

  .tmn-journey-panel {
    aspect-ratio: auto;
    border-width: 1px;
    border-color: rgba(11, 151, 243, 0.14);
    border-radius: 26px;
    overflow: visible;
    background:
      linear-gradient(135deg, rgba(var(--tmn-snow-rgb), 0.82), rgba(245, 249, 255, 0.54)),
      var(--tmn-snow);
    box-shadow:
      0 18px 38px rgba(13, 21, 58, 0.08),
      inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.9);
    animation: none;
  }

  .tmn-journey-panel img,
.tmn-journey-panel--work img,
.tmn-journey-panel--leisure img {
    position: relative;
    inset: auto;
    z-index: 1;
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 78px;
    height: 78px;
    border: 1px solid rgba(13, 21, 58, 0.08);
    border-radius: 20px;
    aspect-ratio: auto;
    box-shadow: 0 12px 24px rgba(13, 21, 58, 0.1);
  }

  .tmn-journey-panel figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    grid-column: 2;
    grid-row: 2;
    justify-content: start;
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(13, 21, 58, 0.68);
    font-size: 15px;
    font-weight: 690;
    line-height: 1.22;
    text-align: left;
    box-shadow: none;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .tmn-journey-node-label {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    grid-column: 2;
    grid-row: 1;
    justify-content: start;
    width: auto;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--tmn-cerulean);
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    box-shadow: none;
    transform: none;
    animation: none;
  }

  .tmn-journey-panel::after {
    inset: 12px auto auto 12px;
    z-index: 2;
    width: 78px;
    height: 78px;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(13, 21, 58, 0), rgba(13, 21, 58, 0.24)),
      radial-gradient(circle at 70% 20%, rgba(11, 151, 243, 0.2), transparent 42%);
  }

  .tmn-touchpoints {
    padding: 78px 0 84px;
  }

  .tmn-touchpoints-copy h2 {
    font-size: clamp(38px, 11.2vw, 54px);
    line-height: 0.98;
  }

  .tmn-touchpoint-system {
    display: grid;
    gap: 16px;
    min-height: auto;
  }

  .tmn-touchpoint-route {
    display: none;
  }

  .tmn-touchpoint-card,
.tmn-touchpoint-card--live,
.tmn-touchpoint-card--work,
.tmn-touchpoint-card--recharge,
.tmn-touchpoint-card--connect,
.tmn-touchpoint-card--shop {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 104px;
    border-radius: 24px;
    animation: none;
  }

  .tmn-touchpoint-card {
    transform: none;
  }

  .tmn-touchpoint-media {
    width: 68px;
    border-radius: 20px;
  }

  .tmn-touchpoint-content h3 {
    font-size: 24px;
  }

  .tmn-touchpoint-content p {
    font-size: var(--tmn-type-body-desktop);
    line-height: 1.25;
  }

  .tmn-portfolios {
    padding: 84px 0 90px;
  }

  .tmn-portfolios-heading h2 {
    font-size: clamp(38px, 10vw, 52px);
    line-height: 1.02;
  }

  .tmn-portfolio-grid {
    --tmn-portfolio-viewport-height: 292px;
    gap: 42px;
  }

  .tmn-portfolio-head {
    grid-template-columns: 1fr auto;
    gap: 12px;
    margin-bottom: 14px;
  }

  .tmn-portfolio-head::after {
    display: none;
  }

  .tmn-portfolio-head h3 {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
  }

  .tmn-portfolio-control {
    width: 38px;
    height: 38px;
  }

  .tmn-portfolio-control i {
    font-size: 13px;
  }

  .tmn-portfolio-viewport {
    border-radius: 18px;
  }

  .tmn-brand-track {
    grid-auto-columns: calc((100% - 1px) / 3);
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tmn-brand-tile {
    padding: 18px;
  }

  .tmn-brand-tile img {
    width: min(96px, 76%);
    max-height: 58px;
  }

  .tmn-location-track {
    grid-auto-columns: 184px;
    gap: 10px;
    padding: 10px 48px 10px 10px;
    scroll-padding-inline: 10px;
  }

  .tmn-location-card {
    min-height: 0;
    border-radius: 16px;
  }

  .tmn-location-card div {
    padding: 18px 15px;
  }

  .tmn-location-card h4 {
    font-size: 21px;
  }

  .tmn-portfolio-dots {
    gap: 8px;
    margin-top: 18px;
  }

  .tmn-portfolio-dots span {
    width: 26px;
  }

  .tmn-future {
    padding: 82px 0 74px;
    background-size:
      54px 54px,
      54px 54px,
      auto,
      auto,
      auto;
  }

  .tmn-future::before {
    width: 360px;
    right: -192px;
    top: 72px;
    opacity: 0.56;
  }

  .tmn-future::after {
    opacity: 0.36;
  }

  .tmn-future-statement {
    margin: 54px auto 38px;
    text-align: left;
  }

  .tmn-future-statement h2 {
    font-size: clamp(40px, 13vw, 58px);
    line-height: 1;
  }

  .tmn-future-statement p {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.55;
  }

  .tmn-future-action {
    gap: 28px;
    padding: 28px 18px 18px;
    border-radius: 20px;
  }

  .tmn-future-action h3 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .tmn-future-action p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.55;
  }

  .tmn-future-actions {
    gap: 10px;
  }

  .tmn-future-link {
    min-height: 112px;
    padding: 22px 18px;
    border-radius: 16px;
  }

  .tmn-future-link span {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .tmn-future-link strong {
    font-size: clamp(21px, 6.6vw, 28px);
    white-space: normal;
  }

  .tmn-future-link i {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .tmn-telescope-copy {
    padding-top: 86px;
  }

  .tmn-telescope-copy h2 {
    font-size: clamp(40px, 12.2vw, 56px);
    line-height: 1;
  }

  .tmn-telescope-cta {
    width: 100%;
    min-width: 0;
    margin-top: 34px;
    padding: 17px 18px 17px 22px;
    border-radius: 16px;
  }

  .tmn-telescope-list {
    gap: 14px;
  }

.tmn-telescope-card--featured a {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

.tmn-telescope-card--featured img {
    min-height: 0;
  }

  .tmn-telescope-card-copy {
    padding: 22px;
  }

  .tmn-telescope-card-copy h3 {
    font-size: clamp(24px, 7vw, 31px);
  }

  .tmn-telescope-card-copy p {
    font-size: 14.5px;
  }

  .tmn-footer-brand h2 {
    margin-top: 0;
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1;
  }

  .tmn-footer-brand p {
    font-size: 16px;
    line-height: 1.55;
  }

  .tmn-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 38px;
    padding-top: 26px;
  }

  .tmn-footer-block {
    gap: 8px;
  }

  .tmn-footer-block address,
.tmn-footer-block a {
    font-size: 14.5px;
  }

  .tmn-daily-life,
.tmn-touchpoints,
.tmn-portfolios,
.tmn-future {
    padding-top: 62px;
    padding-bottom: 68px;
  }

  .tmn-daily-life-inner {
    gap: 22px;
  }

  .tmn-daily-copy h2,
.tmn-touchpoints-copy h2,
.tmn-portfolios-heading h2,
.tmn-future-statement h2,
.tmn-telescope-copy h2 {
    font-size: clamp(32px, 9.4vw, 44px);
    line-height: 1;
  }

.tmn-future-statement p {
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.43;
  }

  .tmn-daily-actions {
    gap: 12px;
    margin-top: 20px;
  }

  .tmn-daily-cta,
.tmn-daily-cta:link,
.tmn-daily-cta:visited {
    justify-content: flex-start;
    width: min(100%, 360px);
    min-height: 48px;
    padding: 0 18px 0 54px;
    font-size: 13.5px;
  }

  .tmn-daily-cta::before {
    left: 7px;
    width: 34px;
    height: 34px;
  }

  .tmn-daily-cta::after {
    left: 19px;
    width: 10px;
    height: 10px;
  }

  .tmn-daily-note {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .tmn-daily-note span {
    justify-content: center;
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 1.08;
    text-align: center;
  }

  .tmn-journey-map {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 10px 12px;
    padding: 14px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(245, 249, 255, 0.88), rgba(245, 249, 255, 0.62)),
      rgba(245, 249, 255, 0.72);
    counter-reset: tmn-journey-step;
  }

  .tmn-media-presence {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 18px;
  }

  .tmn-media-presence span {
    font-size: 16px;
  }

  .tmn-media-presence::after {
    right: -20px;
    width: 14px;
  }

  .tmn-journey-mobile-brief {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .tmn-journey-mobile-brief span {
    color: var(--tmn-cerulean);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
  }

  .tmn-journey-mobile-brief p {
    margin: 0;
    color: rgba(13, 21, 58, 0.7);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.24;
  }

  .tmn-journey-panel,
.tmn-journey-panel--home,
.tmn-journey-panel--work,
.tmn-journey-panel--leisure {
    counter-increment: tmn-journey-step;
    grid-column: 1 / -1;
    grid-template-columns: 60px minmax(0, 1fr);
    min-height: 82px;
    padding: 10px 13px 10px 10px;
    gap: 3px 11px;
    border-color: rgba(11, 151, 243, 0.18);
    box-shadow:
      0 12px 28px rgba(13, 21, 58, 0.055),
      inset 0 1px 0 rgba(var(--tmn-snow-rgb), 0.88);
  }

  .tmn-journey-panel img,
.tmn-journey-panel--work img,
.tmn-journey-panel--leisure img,
.tmn-journey-panel::after {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .tmn-journey-panel::after {
    inset: 10px auto auto 10px;
  }

  .tmn-journey-panel figcaption {
    font-size: 13.25px;
  }

  .tmn-journey-node-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .tmn-journey-node-label::before {
    content: "0" counter(tmn-journey-step);
    color: rgba(13, 21, 58, 0.52);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  .tmn-touchpoint-system {
    gap: 10px;
  }

  .tmn-touchpoint-card,
.tmn-touchpoint-card--live,
.tmn-touchpoint-card--work,
.tmn-touchpoint-card--recharge,
.tmn-touchpoint-card--connect,
.tmn-touchpoint-card--shop {
    min-height: 88px;
    border-radius: 20px;
  }

  .tmn-touchpoint-media {
    width: 56px;
    border-radius: 16px;
  }

  .tmn-touchpoint-content h3 {
    font-size: 20px;
  }

  .tmn-touchpoint-content p {
    font-size: 13px;
  }

  .tmn-portfolios-heading {
    margin-bottom: 28px;
  }

  .tmn-portfolio-grid {
    --tmn-portfolio-viewport-height: 248px;
    gap: 30px;
  }

  .tmn-future-statement {
    margin: 24px auto 28px;
  }

  .tmn-future-action {
    gap: 18px;
    padding: 22px 14px 14px;
    border-radius: 18px;
  }

  .tmn-future-action h3 {
    font-size: clamp(28px, 9.2vw, 38px);
  }

  .tmn-future-action p {
    margin-top: 12px;
    font-size: var(--tmn-type-body-desktop);
    line-height: 1.45;
  }

  .tmn-future-link {
    min-height: 86px;
    padding: 17px 16px;
  }

  .tmn-future-link strong {
    font-size: clamp(19px, 6vw, 24px);
  }

  .tmn-future-link i {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .tmn-telescope-copy {
    padding-top: 54px;
  }

  .tmn-telescope-copy h2 {}

  .tmn-telescope-cta {
    margin-top: 24px;
    padding: 15px 16px 15px 19px;
  }

  .tmn-telescope-card-copy {
    padding: 18px;
  }

  .tmn-telescope-card-copy h3 {
    font-size: clamp(21px, 6.2vw, 27px);
  }

  .tmn-telescope-card-copy p {
    font-size: 13.5px;
  }

  .tmn-footer-brand h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .tmn-footer-brand p {
    font-size: 14.5px;
    line-height: 1.45;
  }
}

.tmn-hero-media {
  height: clamp(620px, min(72dvh, 48vw), 860px);
  min-height: 0;
}

.tmn-portfolios {
  background: var(--tmn-snow);
}

.tmn-portfolio-grid {
  --tmn-portfolio-viewport-height: clamp(330px, 24vw, 370px);
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
}

.tmn-portfolio-viewport {
  border-color: rgba(var(--tmn-cetacean-rgb), 0.09);
  border-radius: 8px;
  background: var(--tmn-snow);
  box-shadow: 0 18px 42px rgba(var(--tmn-cetacean-rgb), 0.07);
}

.tmn-portfolio-viewport::before,
.tmn-portfolio-viewport::after {
  width: clamp(26px, 3.2vw, 48px);
}

.tmn-portfolio-viewport::before {
  background: linear-gradient(90deg, var(--tmn-snow) 8%, rgba(var(--tmn-snow-rgb), 0.76) 44%, transparent);
}

.tmn-portfolio-viewport::after {
  background: linear-gradient(270deg, var(--tmn-snow) 8%, rgba(var(--tmn-snow-rgb), 0.76) 44%, transparent);
}

.tmn-location-track {
  grid-auto-columns: clamp(238px, 21vw, 286px);
  gap: 12px;
  padding: 12px 64px 12px 50px;
  scroll-padding-inline: 50px;
}

.tmn-location-card {
  border-color: rgba(var(--tmn-cetacean-rgb), 0.1);
  border-radius: 8px;
  background: var(--tmn-cerulean);
}

.tmn-location-card figure {
  isolation: isolate;
}

.tmn-location-card figure::after {
  z-index: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(var(--tmn-snow-rgb), 0.22) 58%, rgba(var(--tmn-snow-rgb), 0.98) 100%);
}

.tmn-location-card img {
  filter: saturate(0.82) contrast(1.02);
}

.tmn-location-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 4px;
  padding: 34px 18px 17px;
  color: var(--tmn-cetacean);
  text-align: left;
  background: linear-gradient(180deg, transparent, rgba(var(--tmn-snow-rgb), 0.96) 38%);
}

.tmn-location-card figcaption strong {
  color: var(--tmn-cetacean);
  font-size: clamp(19px, 1.45vw, 23px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: 0;
}

.tmn-location-card figcaption span {
  margin: 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.74);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}

.tmn-location-card figcaption small {
  color: rgba(var(--tmn-cetacean-rgb), 0.68);
  font-size: 11px;
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tmn-location-card--network figcaption strong {
  color: var(--tmn-cetacean);
}

.tmn-location-card--network figcaption small {
  color: rgba(var(--tmn-cetacean-rgb), 0.68);
}

.tmn-location-card--more {
  background: var(--tmn-cerulean);
}

.tmn-location-card--more::before {
  border-color: rgba(var(--tmn-snow-rgb), 0.22);
  border-radius: 6px;
}

.tmn-location-card--more strong {
  color: var(--tmn-cetacean);
}

.tmn-location-card--more span {
  color: var(--tmn-cetacean);
}

.tmn-telescope-inner {
  display: block;
}

.tmn-telescope-header {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.58fr);
  align-items: end;
  gap: clamp(44px, 7vw, 108px);
  padding-bottom: clamp(30px, 3.6vw, 48px);
  border-bottom: 1px solid rgba(var(--tmn-cetacean-rgb), 0.16);
}

.tmn-telescope-header h2 {
  margin: 8px 0 0;
  color: var(--tmn-cetacean);
  font-size: clamp(42px, 4.4vw, 66px);
  font-weight: 720;
  line-height: 0.98;
  letter-spacing: 0;
}

.tmn-telescope-intro {
  padding-bottom: 2px;
}

.tmn-telescope-intro p {
  margin: 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.7);
  font-size: clamp(16px, 1.15vw, 19px);
  font-weight: 500;
  line-height: 1.5;
}

.tmn-telescope-cta {
  display: inline-flex;
  grid-template-columns: none;
  width: fit-content;
  min-width: 0;
  margin-top: 22px;
  padding: 0 0 7px;
  border-bottom: 1px solid var(--tmn-cerulean);
  border-radius: 0;
  color: var(--tmn-cetacean);
  background: transparent;
  box-shadow: none;
}

.tmn-telescope-cta span {
  color: var(--tmn-cetacean);
  font-size: 15px;
  font-weight: 700;
}

.tmn-telescope-cta i {
  display: inline-block;
  width: auto;
  height: auto;
  border: 0;
  color: var(--tmn-cerulean);
  font-size: 13px;
  background: transparent;
}

.tmn-telescope-cta:hover,
.tmn-telescope-cta:focus-visible {
  box-shadow: none;
  transform: none;
}

.tmn-telescope-cta:hover i,
.tmn-telescope-cta:focus-visible i {
  transform: translate3d(4px, 0, 0);
}

.tmn-telescope-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  gap: clamp(34px, 4.6vw, 70px);
  padding-top: clamp(34px, 4vw, 56px);
}

.tmn-telescope-story a {
  color: inherit;
}

.tmn-telescope-story figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--tmn-cetacean);
}

.tmn-telescope-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.03);
  transition: transform 480ms var(--tmn-ease), filter 320ms var(--tmn-ease);
}

.tmn-telescope-story:hover img,
.tmn-telescope-story:focus-within img {
  filter: saturate(0.96) contrast(1.03);
  transform: scale(1.025);
}

.tmn-telescope-story--featured figure {
  aspect-ratio: 16 / 9;
}

.tmn-telescope-story-copy {
  padding-top: 20px;
}

.tmn-telescope-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(var(--tmn-cetacean-rgb), 0.58);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
}

.tmn-telescope-meta span {
  color: var(--tmn-cetacean);
}

.tmn-telescope-story h3 {
  margin: 12px 0 0;
  color: var(--tmn-cetacean);
  font-size: clamp(21px, 1.8vw, 29px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.tmn-telescope-story--featured h3 {
  font-size: clamp(29px, 2.5vw, 40px);
  line-height: 1.05;
}

.tmn-telescope-story-copy p {
  margin: 10px 0 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.68);
  font-size: 15px;
  font-weight: 480;
  line-height: 1.5;
}

.tmn-telescope-read i {
  color: var(--tmn-cerulean);
  font-size: 12px;
}

.tmn-telescope-supporting {
  display: grid;
  align-content: start;
}

.tmn-telescope-supporting .tmn-telescope-story {
  padding: 22px 0;
  border-top: 1px solid rgba(var(--tmn-cetacean-rgb), 0.16);
}

.tmn-telescope-supporting .tmn-telescope-story:first-child {
  padding-top: 0;
  border-top: 0;
}

.tmn-telescope-supporting .tmn-telescope-story a {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
  align-items: start;
  gap: 20px;
}

.tmn-telescope-supporting figure {
  aspect-ratio: 4 / 3;
}

.tmn-telescope-supporting .tmn-telescope-story-copy {
  padding-top: 2px;
}

.tmn-telescope-supporting .tmn-telescope-meta {
  display: grid;
  justify-content: start;
  gap: 5px;
}

.tmn-telescope-supporting .tmn-telescope-story h3 {
  font-size: clamp(20px, 1.55vw, 25px);
}

.tmn-telescope-supporting .tmn-telescope-story-copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 1180px) {
.tmn-hero-media {
    height: clamp(600px, 70dvh, 760px);
  }

  .tmn-portfolio-grid {
    --tmn-portfolio-viewport-height: 340px;
    grid-template-columns: 1fr;
  }

  .tmn-telescope-editorial {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 38px;
  }

  .tmn-telescope-supporting .tmn-telescope-story a {
    grid-template-columns: 128px 1fr;
    gap: 16px;
  }
}

@media (min-width: 1800px) {
.tmn-hero-media {
    height: clamp(780px, 55dvh, 980px);
  }

}

@media (max-width: 820px) {
.tmn-hero-media {
    height: 600px;
  }

  .tmn-telescope-header,
.tmn-telescope-editorial {
    grid-template-columns: 1fr;
  }

  .tmn-telescope-header {
    gap: 24px;
  }

  .tmn-telescope-header h2 {
    font-size: clamp(38px, 7vw, 54px);
  }

  .tmn-telescope-editorial {
    gap: 40px;
  }

  .tmn-telescope-supporting .tmn-telescope-story a {
    grid-template-columns: minmax(160px, 0.36fr) minmax(0, 0.64fr);
  }
}

@media (max-width: 640px) {
.tmn-hero-media {
    height: 560px;
    min-height: 0;
  }

  .tmn-portfolio-grid {
    --tmn-portfolio-viewport-height: 286px;
    gap: 34px;
  }

  .tmn-location-track {
    grid-auto-columns: min(78vw, 270px);
    padding: 10px 34px 10px 22px;
    scroll-padding-inline: 22px;
  }

  .tmn-portfolio-viewport::before,
.tmn-portfolio-viewport::after {
    width: 18px;
  }

  .tmn-location-card figcaption {
    padding: 20px 15px 14px;
  }

  .tmn-location-card figcaption strong {
    font-size: 19px;
  }

  .tmn-telescope-header {
    gap: 18px;
    padding-bottom: 26px;
  }

  .tmn-telescope-header h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .tmn-telescope-intro p {
    font-size: 15px;
  }

  .tmn-telescope-cta {
    margin-top: 17px;
  }

  .tmn-telescope-editorial {
    gap: 30px;
    padding-top: 28px;
  }

  .tmn-telescope-story--featured h3 {
    font-size: clamp(27px, 7.5vw, 34px);
  }

  .tmn-telescope-supporting .tmn-telescope-story {
    padding: 20px 0;
  }

  .tmn-telescope-supporting .tmn-telescope-story a {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
  }

  .tmn-telescope-supporting .tmn-telescope-story h3 {
    margin-top: 8px;
    font-size: 19px;
  }

  .tmn-telescope-supporting .tmn-telescope-story-copy p {
    display: -webkit-box;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .tmn-telescope-supporting .tmn-telescope-meta {
    font-size: 12px;
  }
}

/* Final component ownership: Why TMN Works Signal Relay */
.tmn-why-works {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 4.2vw, 64px) 0;
  color: var(--tmn-cetacean);
  background: var(--tmn-snow);
}

.tmn-why-works::before,
.tmn-why-works::after {
  display: none;
}

.tmn-why-works-inner {
  display: grid;
  gap: clamp(24px, 2.2vw, 32px);
}

.tmn-why-heading {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.tmn-why-heading-title {
  display: grid;
  justify-items: start;
}

.tmn-why-heading h2 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.tmn-why-heading h2 span {
  color: var(--tmn-cerulean);
}

.tmn-why-intro {
  margin: 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.76);
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}

.tmn-why-relay {
  --tmn-why-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.94fr);
  align-items: stretch;
}

.tmn-why-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  margin: 0;
  border-top: 1px solid rgba(var(--tmn-cetacean-rgb), 0.16);
  border-bottom: 1px solid rgba(var(--tmn-cetacean-rgb), 0.16);
}

.tmn-why-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 48% 48%;
  filter: saturate(0.86) contrast(1.03);
}

.tmn-why-media figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 0;
  border-top: 3px solid var(--tmn-cerulean);
  color: var(--tmn-cetacean);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tmn-why-media figcaption span[aria-hidden="true"] {
  color: var(--tmn-cetacean);
}

.tmn-why-system {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-self: stretch;
  min-width: 0;
  border-left: 1px solid rgba(var(--tmn-cetacean-rgb), 0.16);
}

.tmn-why-tabs-scroll {
  min-width: 0;
  scrollbar-width: none;
}

.tmn-why-tabs-scroll::-webkit-scrollbar {
  display: none;
}

.tmn-why-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  border-bottom: 1px solid rgba(var(--tmn-cetacean-rgb), 0.14);
}

.tmn-why-tab {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  min-width: 0;
  min-height: 64px;
  padding: 10px 12px;
  border: 0;
  border-right: 1px solid rgba(var(--tmn-cetacean-rgb), 0.1);
  border-radius: 0;
  color: var(--tmn-cetacean);
  text-align: center;
  background: transparent;
  cursor: pointer;
  transition:
    color 280ms var(--tmn-ease),
    background-color 280ms var(--tmn-ease);
}

.tmn-why-tab:last-of-type {
  border-right: 0;
}

.tmn-why-tab:hover,
.tmn-why-tab:focus-visible {
  color: var(--tmn-cetacean);
  background: rgba(var(--tmn-cerulean-rgb), 0.06);
}

.tmn-why-tab:focus-visible {
  outline: 2px solid var(--tmn-cerulean);
  outline-offset: -3px;
}

.tmn-why-tab > span {
  overflow: hidden;
  max-width: 100%;
  font-size: var(--tmn-type-body-desktop);
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tmn-why-tab-indicator {
  position: absolute;
  right: auto;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 25%;
  height: 3px;
  background: var(--tmn-cerulean);
  transform: translate3d(calc(var(--tmn-why-index) * 100%), 0, 0);
  transition: transform 420ms var(--tmn-ease);
  pointer-events: none;
}

.tmn-why-panels {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tmn-why-panel {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 22px;
  border-bottom: 1px solid rgba(var(--tmn-cetacean-rgb), 0.12);
}

.tmn-why-panel:last-child {
  border-bottom: 0;
}

.tmn-why-relay.is-ready .tmn-why-panels {
  position: relative;
  display: block;
  min-height: 292px;
}

.tmn-why-relay.is-ready .tmn-why-panel {
  position: absolute;
  inset: 0;
  align-content: center;
  min-height: 100%;
  padding: clamp(30px, 3vw, 44px);
  border: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 360ms var(--tmn-ease),
    visibility 360ms var(--tmn-ease),
    transform 360ms var(--tmn-ease);
}

.tmn-why-panel-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(var(--tmn-cerulean-rgb), 0.38);
  border-radius: 50%;
  color: var(--tmn-cerulean);
  background: transparent;
}

.tmn-why-panel-icon i {
  font-size: 21px;
}

.tmn-why-panel-copy {
  display: grid;
  gap: 8px;
}

.tmn-why-panel h3 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(38px, 3.6vw, 54px);
  font-weight: 720;
  line-height: 1;
  letter-spacing: 0;
}

.tmn-why-panel p {
  margin: 3px 0 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.76);
  font-size: clamp(16px, 1.14vw, 18px);
  font-weight: 500;
  line-height: 1.48;
}

@media (max-width: 1040px) {
.tmn-why-relay {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  }

  .tmn-why-tab {
    padding-inline: 9px;
  }

  .tmn-why-relay.is-ready .tmn-why-panels {
    min-height: 270px;
  }
}

@media (max-width: 760px) {
.tmn-why-works {
    padding: 40px 0 44px;
  }

  .tmn-why-works-inner {
    gap: 20px;
  }

  .tmn-why-heading {
    gap: 10px;
  }

  .tmn-why-heading h2 {
    font-size: clamp(32px, 8.7vw, 42px);
  }

  .tmn-why-intro {
    font-size: 15px;
    line-height: 1.48;
  }

  .tmn-why-relay {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .tmn-why-media img {
    aspect-ratio: 16 / 10;
    object-position: 48% 48%;
  }

  .tmn-why-system {
    border-left: 0;
  }

  .tmn-why-tabs-scroll {
    overflow-x: auto;
  }

  .tmn-why-tabs {
    min-width: 440px;
  }

  .tmn-why-tab {
    min-height: 52px;
    padding: 8px 10px;
  }

  .tmn-why-relay.is-ready .tmn-why-panels {
    min-height: 176px;
  }

  .tmn-why-relay.is-ready .tmn-why-panel {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px;
  }

  .tmn-why-panel h3 {
    font-size: clamp(31px, 8.5vw, 39px);
  }

  .tmn-why-panel p {
    margin-top: 0;
    font-size: 14.5px;
    line-height: 1.4;
  }

  .tmn-why-panel-icon {
    width: 44px;
    height: 44px;
  }

  .tmn-why-panel-icon i {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
.tmn-why-works {
    padding: 36px 0 40px;
  }

  .tmn-why-heading h2 {
    font-size: clamp(31px, 9vw, 37px);
  }

  .tmn-why-media figcaption {
    min-height: 34px;
    padding-block: 7px;
    font-size: 10px;
  }

  .tmn-why-tabs {
    min-width: 424px;
  }

  .tmn-why-tab {
    min-height: 50px;
  }

  .tmn-why-relay.is-ready .tmn-why-panels {
    min-height: 170px;
  }

  .tmn-why-relay.is-ready .tmn-why-panel {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 14px;
  }

  .tmn-why-panel-icon {
    width: 40px;
    height: 40px;
  }

  .tmn-why-panel-icon i {
    font-size: 17px;
  }

  .tmn-why-panel p {
    font-size: var(--tmn-type-body-desktop);
  }
}

@media (prefers-reduced-motion: reduce) {
.tmn-why-tab,
.tmn-why-tab-indicator,
.tmn-why-relay.is-ready .tmn-why-panel {
    transition-duration: 0.01ms;
  }
}

/* Section 2 connected dayline */
.tmn-daily-life-inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(590px, 1.1fr);
  gap: clamp(44px, 5.5vw, 88px);
}

.tmn-journey-map {
  position: relative;
  width: min(100%, 760px);
  max-width: 760px;
  min-height: 0;
  aspect-ratio: 760 / 520;
  margin-left: auto;
  overflow: visible;
  contain: layout;
  isolation: isolate;
}

.tmn-journey-path {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.tmn-journey-route-base,
.tmn-journey-route {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tmn-journey-route-base {
  stroke: rgba(13, 21, 58, 0.11);
  stroke-width: 2;
}

.tmn-journey-route {
  stroke: var(--tmn-cerulean);
  stroke-width: 3;
  stroke-dasharray: 1 9;
  opacity: 0.82;
  animation: journeyRoute 9600ms linear infinite;
}

.tmn-journey-node {
  fill: var(--tmn-cerulean);
  stroke: rgba(245, 249, 255, 0.96);
  stroke-width: 5;
  transform-box: fill-box;
  transform-origin: center;
  animation: journeyNodePulse 3400ms var(--tmn-ease) infinite;
}

.tmn-journey-node--work {
  animation-delay: 900ms;
}

.tmn-journey-node--leisure {
  animation-delay: 1800ms;
}

.tmn-journey-mobile-brief,
.tmn-journey-orbit,
.tmn-journey-sweep,
.tmn-journey-dot {
  display: none;
}

.tmn-journey-panel {
  position: absolute;
  z-index: 3;
  display: block;
  width: clamp(150px, 12vw, 178px);
  aspect-ratio: 1;
  margin: 0;
  overflow: visible;
  border: 2px solid rgba(11, 151, 243, 0.34);
  border-radius: 50%;
  background: var(--tmn-cetacean);
  box-shadow:
    0 22px 48px rgba(13, 21, 58, 0.14),
    0 0 0 5px rgba(245, 249, 255, 0.66);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation: none;
  transition:
    opacity 720ms var(--tmn-ease),
    transform 920ms var(--tmn-ease),
    box-shadow 360ms var(--tmn-ease);
  isolation: isolate;
  will-change: transform, opacity;
}

.tmn-journey-panel:hover,
.tmn-journey-panel:focus-within {
  box-shadow:
    0 28px 58px rgba(13, 21, 58, 0.18),
    0 0 0 5px rgba(11, 151, 243, 0.12);
  transform: translate3d(0, -4px, 0);
}

.tmn-journey-panel img,
.tmn-journey-panel--work img,
.tmn-journey-panel--leisure img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 900ms var(--tmn-ease);
}

.tmn-journey-panel:hover img,
.tmn-journey-panel:focus-within img {
  transform: scale(1.035);
}

.tmn-journey-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(13, 21, 58, 0.02), rgba(13, 21, 58, 0.2));
  pointer-events: none;
}

.tmn-journey-panel figcaption {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--tmn-cetacean);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
  box-shadow: none;
  opacity: 1;
  transform: none;
  animation: none;
}

@media (hover: hover) and (pointer: fine) {
.tmn-journey-map:hover .tmn-journey-panel figcaption,
.tmn-journey-map:focus-within .tmn-journey-panel figcaption,
.tmn-journey-panel:hover figcaption,
.tmn-journey-panel:focus-within figcaption {
    background: transparent;
    box-shadow: none;
  }
}

.tmn-journey-panel-heading {
  position: absolute;
  top: -10px;
  left: 50%;
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  min-width: 70px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--tmn-blue-deep);
  box-shadow: 0 8px 18px rgba(var(--tmn-cetacean-rgb), 0.18);
  transform: translateX(-50%);
}

.tmn-journey-panel-heading small {
  display: none;
}

.tmn-journey-panel-heading strong {
  color: var(--tmn-snow);
  width: 100%;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.tmn-journey-panel-description {
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: max-content;
  max-width: 190px;
  padding: 7px 13px;
  border: 1px solid rgba(var(--tmn-cetacean-rgb), 0.08);
  border-radius: 999px;
  background: var(--tmn-snow);
  color: rgba(var(--tmn-cetacean-rgb), 0.72);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 9px 20px rgba(var(--tmn-cetacean-rgb), 0.12);
  transform: translateX(-50%);
}

.tmn-journey-panel--home {
  top: 13.46%;
  left: 50%;
  width: clamp(150px, 12vw, 178px);
  transform: translate(-50%, -50%);
}

.tmn-journey-panel--work {
  top: 68.27%;
  right: auto;
  bottom: auto;
  left: 71.71%;
  width: clamp(150px, 12vw, 178px);
  transform: translate(-50%, -50%);
}

.tmn-journey-panel--leisure {
  top: 68.27%;
  bottom: auto;
  left: 28.29%;
  width: clamp(150px, 12vw, 178px);
  transform: translate(-50%, -50%);
}

.tmn-journey-panel:hover,
.tmn-journey-panel:focus-within {
  transform: translate(-50%, calc(-50% - 4px));
}

@media (max-width: 1180px) {
.tmn-daily-life-inner {
    grid-template-columns: 1fr;
  }

  .tmn-journey-map {
    width: min(100%, 760px);
    margin: 8px auto 0;
  }
}

@media (max-width: 720px) {
.tmn-daily-life {
    padding: 64px 0 70px;
  }

  .tmn-daily-life-inner {
    gap: 28px;
  }

  .tmn-journey-map {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px 10px;
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    counter-reset: none;
  }

  .tmn-journey-map::before {
    inset: 20px auto 44px 18px;
    z-index: 0;
    width: 2px;
    height: auto;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(11, 151, 243, 0.24), var(--tmn-cerulean) 46%, rgba(11, 151, 243, 0.22));
    filter: none;
    transform: none;
  }

  .tmn-journey-path {
    display: none;
  }

  .tmn-journey-panel,
.tmn-journey-panel--home,
.tmn-journey-panel--work,
.tmn-journey-panel--leisure {
    position: relative;
    inset: auto;
    z-index: 2;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 38px 108px minmax(0, 1fr);
    align-items: center;
    gap: 0 10px;
    width: 100%;
    min-height: 112px;
    aspect-ratio: auto;
    padding: 10px 12px 10px 0;
    overflow: visible;
    border: 1px solid rgba(13, 21, 58, 0.08);
    border-radius: 20px;
    background: rgba(245, 249, 255, 0.72);
    box-shadow: 0 14px 30px rgba(13, 21, 58, 0.06);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .tmn-journey-panel::before {
    content: "";
    position: relative;
    z-index: 4;
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    width: 10px;
    height: 10px;
    border: 3px solid var(--tmn-snow);
    border-radius: 50%;
    background: var(--tmn-cerulean);
    box-shadow: 0 0 0 1px rgba(11, 151, 243, 0.2);
  }

  .tmn-journey-panel img,
.tmn-journey-panel--work img,
.tmn-journey-panel--leisure img {
    position: relative;
    inset: auto;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    width: 108px;
    height: 82px;
    border-radius: 15px;
    object-fit: cover;
  }

  .tmn-journey-panel::after {
    inset: 15px auto auto 48px;
    z-index: 2;
    width: 108px;
    height: 82px;
    border-radius: 15px;
    background: linear-gradient(180deg, transparent 36%, rgba(13, 21, 58, 0.44));
  }

  .tmn-journey-panel figcaption {
    position: relative;
    inset: auto;
    z-index: 3;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    border-top: 0;
    background: transparent;
    color: rgba(13, 21, 58, 0.72);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  .tmn-journey-panel-heading {
    position: static;
    min-width: 0;
    gap: 6px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .tmn-journey-panel-heading small {
    display: inline;
    font-size: 9px;
  }

  .tmn-journey-panel-heading strong {
    width: auto;
    color: var(--tmn-cetacean);
    font-size: 11px;
    text-align: left;
  }

  .tmn-journey-panel-description {
    position: static;
    width: auto;
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(13, 21, 58, 0.72);
    font-size: 13.5px;
    font-weight: 690;
    line-height: 1.2;
    text-align: left;
    box-shadow: none;
    transform: none;
  }
}

@media (max-width: 420px) {
.tmn-journey-panel,
.tmn-journey-panel--home,
.tmn-journey-panel--work,
.tmn-journey-panel--leisure {
    grid-template-columns: 30px 88px minmax(0, 1fr);
    gap: 0 8px;
    min-height: 102px;
    padding-right: 9px;
  }

  .tmn-journey-map::before {
    left: 14px;
  }

  .tmn-journey-panel img,
.tmn-journey-panel--work img,
.tmn-journey-panel--leisure img,
.tmn-journey-panel::after {
    width: 88px;
    height: 72px;
  }

  .tmn-journey-panel::after {
    left: 38px;
  }

  .tmn-journey-panel-description {
    font-size: 12.25px;
  }
}

@media (prefers-reduced-motion: reduce) {
.tmn-journey-route,
.tmn-journey-node {
    animation: none;
  }

  .tmn-journey-panel,
.tmn-journey-panel img {
    transition-duration: 0.01ms;
  }
}

.tmn-hero-media {
  width: 100vw;
  height: 100svh;
  min-height: 0;
  max-height: none;
  border: 0;
  box-shadow: none;
}

.tmn-hero-video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  min-width: 177.7778vh;
  height: 56.25vw;
  min-height: 100%;
  border: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.tmn-hero-copy {
  left: max(32px, calc((100vw - var(--shell-max)) / 2));
  bottom: clamp(54px, 9vh, 92px);
  gap: 0;

  text-shadow: none;
}

.tmn-hero-copy h1 {
  color: var(--tmn-cetacean);
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
}

.tmn-hero-copy h1 span {
  color: var(--tmn-cerulean);
}

.tmn-hero-copy > p {
  margin: 22px 0 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.72);
  font-size: var(--tmn-type-body-desktop);
  font-weight: 400;
  line-height: 1.65;
}

.tmn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.tmn-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(var(--tmn-cetacean-rgb), 0.18);
  border-radius: 9px;
  background: rgba(var(--tmn-snow-rgb), 0.78);
  color: var(--tmn-cetacean);
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(12px);
  transition: background-color 240ms ease, color 240ms ease, border-color 240ms ease;
}

.tmn-hero-actions a:first-child {
  border-color: var(--tmn-blue-deep);
  background: var(--tmn-blue-deep);
  color: var(--tmn-snow);
}

.tmn-hero-actions a:hover,
.tmn-hero-actions a:focus-visible {
  border-color: var(--tmn-cerulean);
  background: var(--tmn-cerulean);
  color: var(--tmn-cetacean);
}

.tmn-client-marquee {
  overflow: hidden;
  background: var(--tmn-snow);
}

.tmn-client-marquee-window {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
}

.tmn-client-marquee-track,
.tmn-client-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: max-content;
}

.tmn-client-marquee-track {
  animation: tmnClientMarquee 34s linear infinite;
}

.tmn-client-marquee:hover .tmn-client-marquee-track {
  animation-play-state: paused;
}

.tmn-client-marquee-group {
  gap: 24px;
  padding-right: 24px;
}

.tmn-client-marquee img {
  width: 168px;
  height: 72px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.64;
  transform: scale(1);
  transition:
    filter 260ms ease,
    opacity 260ms ease,
    transform 260ms ease;
}

.tmn-client-marquee img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.06);
}

.tmn-daily-life,
.tmn-why-works,
.tmn-portfolios,
.tmn-product-intro,
.tmn-future {
  padding-top: 96px;
  padding-bottom: 96px;
}

.tmn-daily-copy h2,
.tmn-why-heading h2,
.tmn-portfolios-heading h2,
.tmn-product-intro-copy h2,
.tmn-future-statement h2 {
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.tmn-why-intro,
.tmn-portfolios-heading > p,
.tmn-product-intro-copy > p,
.tmn-future-statement > p {
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.tmn-daily-note {
  display: none;
}

.tmn-daily-cta,
.tmn-future-link {
  border-radius: 9px;
}

.tmn-portfolio-grid {
  --tmn-portfolio-viewport-height: 430px;
  display: block;
}

.tmn-portfolio--locations {
  width: 100%;
}

.tmn-portfolio-viewport {
  border-radius: 10px;
  box-shadow: none;
}

.tmn-location-track {
  grid-auto-columns: clamp(270px, 27vw, 350px);
  gap: 14px;
}

.tmn-location-card,
.tmn-location-card figure,
.tmn-location-card img {
  border-radius: 7px;
}

.tmn-location-card figcaption {
  padding: 62px 18px 18px;
}

.tmn-location-card figcaption strong {
  font-size: 18px;
  font-weight: 500;
}

.tmn-location-card figcaption span {
  font-size: 11px;
  font-weight: 400;
}

.tmn-location-card figcaption small {
  display: none;
}

.tmn-portfolio-control {
  border-radius: 8px;
}

.tmn-why-tab {
  border-radius: 8px;
}

@media (max-width: 720px) {
.tmn-hero-media {
    width: 100vw;
    height: 100svh;
    min-height: 0;
  }

  .tmn-hero-copy {
    left: 20px;
    bottom: 38px;
}

  .tmn-hero-copy h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .tmn-hero-copy > p {
    font-size: 13px;
    line-height: 1.55;
  }

  .tmn-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .tmn-hero-actions a {
    gap: 10px;
    min-height: 44px;
    padding: 0 12px;
    font-size: 10px;
  }

  .tmn-client-marquee {
  }

  .tmn-client-marquee img {
    width: 136px;
    height: 60px;
  }

  .tmn-daily-life,
.tmn-why-works,
.tmn-portfolios,
.tmn-product-intro,
.tmn-future {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .tmn-daily-copy h2,
.tmn-why-heading h2,
.tmn-portfolios-heading h2,
.tmn-product-intro-copy h2,
.tmn-future-statement h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .tmn-portfolio-grid {
    --tmn-portfolio-viewport-height: 330px;
  }

  .tmn-location-track {
    grid-auto-columns: min(78vw, 292px);
  }
}

@media (max-height: 600px) and (orientation: landscape) {
.tmn-hero-copy {
    bottom: 22px;
}

  .tmn-hero-copy h1 {
    font-size: clamp(34px, 5.6vw, 52px);
  }

  .tmn-hero-copy > p {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.45;
  }

  .tmn-hero-actions {
    margin-top: 14px;
  }

  .tmn-hero-actions a {
    min-height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
.tmn-client-marquee-track {
    animation: none;
  }
}

/* Location portfolio: building-partner showcase */
.tmn-portfolios {
  overflow: hidden;
  background: var(--tmn-cetacean);
  color: var(--tmn-snow);
}

.tmn-portfolios::before,
.tmn-portfolios::after {
  opacity: 0.18;
}

.tmn-portfolios-heading h2 {
  margin: 0;
  color: var(--tmn-snow);
}

.tmn-portfolios-heading h2 span {
  color: var(--tmn-cerulean);
}

.tmn-portfolios-heading > p {
  margin: 18px auto 0;
  color: rgba(var(--tmn-snow-rgb), 0.68);
}

.tmn-location-showcase {
  display: grid;
  grid-template-columns: minmax(220px, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: stretch;
  padding-top: 26px;
  border-top: 1px solid rgba(var(--tmn-snow-rgb), 0.16);
}

.tmn-location-showcase-selector {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.tmn-location-showcase-tabs {
  display: grid;
  border-top: 1px solid rgba(var(--tmn-snow-rgb), 0.12);
}

.tmn-location-showcase-tabs button {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 66px;
  padding: 13px 14px 13px 18px;
  border: 0;
  border-bottom: 1px solid rgba(var(--tmn-snow-rgb), 0.12);
  background: transparent;
  color: rgba(var(--tmn-snow-rgb), 0.56);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    background-color 240ms var(--tmn-ease),
    color 240ms var(--tmn-ease);
}

.tmn-location-showcase-tabs button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--tmn-cerulean);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 240ms var(--tmn-ease);
}

.tmn-location-showcase-tabs button:hover,
.tmn-location-showcase-tabs button:focus-visible {
  background: rgba(var(--tmn-snow-rgb), 0.055);
  color: var(--tmn-snow);
}

.tmn-location-showcase-tabs button:focus-visible {
  outline: 2px solid var(--tmn-cerulean);
  outline-offset: -2px;
}

.tmn-location-showcase-tabs button span {
  min-width: 0;
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 600;
  line-height: 1.35;
}

.tmn-location-showcase-tabs button small {
  color: rgba(var(--tmn-snow-rgb), 0.42);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
}

.tmn-site .tmn-daily-cta.tmn-location-showcase-more {
  align-self: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  padding-inline: 18px;
  font-size: var(--tmn-type-body-desktop);
  font-weight: 600;
  letter-spacing: 0;
}

.tmn-location-showcase-stage {
  position: relative;
  min-width: 0;
  min-height: clamp(480px, 48vw, 650px);
  overflow: hidden;
  border-radius: 10px;
  background: #090f2a;
}

.tmn-location-showcase-stage figure {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.018);
  transition:
    opacity 420ms var(--tmn-ease),
    transform 560ms var(--tmn-ease),
    visibility 0s linear 560ms;
}

.tmn-location-showcase-stage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.tmn-location-showcase-stage figcaption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 16px 20px;
  border-top: 1px solid rgba(var(--tmn-snow-rgb), 0.12);
  background: #090f2a;
}

.tmn-location-showcase-stage figcaption span {
  color: var(--tmn-cerulean);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.tmn-location-showcase-stage figcaption strong {
  color: var(--tmn-snow);
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 500;
}

.tmn-location-showcase-stage figcaption small {
  color: rgba(var(--tmn-snow-rgb), 0.56);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 900px) {
.tmn-location-showcase {
    grid-template-columns: minmax(190px, 0.34fr) minmax(0, 0.66fr);
    gap: 24px;
  }

  .tmn-location-showcase-tabs button {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .tmn-location-showcase-tabs button small {
    text-align: left;
  }

  .tmn-location-showcase-stage {
    min-height: 500px;
  }
}

@media (max-width: 720px) {
.tmn-portfolios-heading {
    margin-bottom: 38px;
  }

  .tmn-location-showcase {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 20px;
  }

  .tmn-location-showcase-tabs {
    display: flex;
    gap: 8px;
    margin-inline: -16px;
    padding: 0 16px 8px;
    overflow-x: auto;
    border-top: 0;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .tmn-location-showcase-tabs::-webkit-scrollbar {
    display: none;
  }

  .tmn-location-showcase-tabs button {
    display: block;
    flex: 0 0 auto;
    width: auto;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(var(--tmn-snow-rgb), 0.14);
    border-radius: 7px;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .tmn-location-showcase-tabs button::before,
.tmn-location-showcase-tabs button small {
    display: none;
  }

  .tmn-site .tmn-daily-cta.tmn-location-showcase-more {
    min-height: 48px;
    margin-top: 16px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .tmn-location-showcase-stage {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .tmn-location-showcase-stage figcaption {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 78px;
    padding: 14px 16px;
  }

  .tmn-location-showcase-stage figcaption small {
    grid-column: 2;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
.tmn-location-showcase-stage figure,
.tmn-location-showcase-tabs button,
.tmn-location-showcase-tabs button::before {
    transition: none;
  }
}

.tmn-telescope-header h2 {
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.tmn-telescope-intro p {
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.tmn-telescope-cta {
  gap: 10px;
  margin-top: 20px;
}

.tmn-telescope-cta span {
  font-size: 12px;
  font-weight: 600;
}

.tmn-telescope-meta,
.tmn-telescope-supporting .tmn-telescope-meta {
  gap: 5px;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tmn-telescope-story h3,
.tmn-telescope-supporting .tmn-telescope-story h3 {
  margin-top: 10px;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.tmn-telescope-story--featured h3 {
  font-size: clamp(23px, 2.1vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.tmn-telescope-story-copy p,
.tmn-telescope-supporting .tmn-telescope-story-copy p {
  margin-top: 8px;
  font-size: var(--tmn-type-body-desktop);
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 720px) {
.tmn-telescope-header h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .tmn-telescope-story--featured h3 {
    font-size: clamp(22px, 6.8vw, 28px);
  }

  .tmn-telescope-supporting .tmn-telescope-story h3 {
    margin-top: 7px;
    font-size: 16px;
  }

  .tmn-telescope-supporting .tmn-telescope-meta {
    font-size: 9px;
  }
}

/* Centered hero message and unified CTA treatment */
.tmn-hero-copy {
  left: 50%;
  justify-items: center;

  text-align: center;
  transform: translateX(-50%);
}

.tmn-hero-copy h1,
.tmn-hero-copy > p {
  margin-right: auto;
  margin-left: auto;
}

.tmn-hero-copy h1 {}

.tmn-hero-copy > p {}

.tmn-hero-actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.tmn-hero-actions a,
.tmn-hero-actions a:first-child {
  border-color: rgba(var(--tmn-snow-rgb), 0.84);
  background: #fff;
  color: var(--tmn-cetacean);
  backdrop-filter: blur(12px);
}

.tmn-hero-actions a:hover,
.tmn-hero-actions a:focus-visible,
.tmn-hero-actions a:first-child:hover,
.tmn-hero-actions a:first-child:focus-visible {
  border-color: var(--tmn-cerulean);
  background: var(--tmn-cerulean);
  color: var(--tmn-snow);
}

.tmn-hero-actions a i {
  color: inherit;
}

@media (max-width: 720px) {
.tmn-hero-copy {
    left: 50%;

    text-align: center;
  }

  .tmn-hero-copy h1 {}

  .tmn-hero-actions {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .tmn-hero-actions a {
    flex: 0 1 auto;
    min-width: min(156px, calc(50% - 5px));
  }
}

@media (max-height: 600px) and (orientation: landscape) {
.tmn-hero-copy {
    left: 50%;
}
}

/* Sphere of Daily Life CTA states */
.tmn-daily-cta,
.tmn-daily-cta:link,
.tmn-daily-cta:visited {
  position: static;
  justify-content: space-between;
  gap: 24px;
  width: fit-content;
  min-height: 48px;
  padding: 0 18px;
  border-color: var(--tmn-cerulean);
  border-radius: 9px;
  background: var(--tmn-cerulean);
  color: var(--tmn-snow);
  -webkit-text-fill-color: var(--tmn-snow);
  font-size: 12px;
  font-weight: 600;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    color 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease;
}

.tmn-daily-cta::before,
.tmn-daily-cta::after {
  content: none;
}

.tmn-daily-cta i {
  color: inherit;
  font-size: 11px;
}

.tmn-daily-cta:hover,
.tmn-daily-cta:focus-visible {
  border-color: var(--tmn-blue-deep);
  background: var(--tmn-blue-deep);
  color: var(--tmn-snow);
  -webkit-text-fill-color: var(--tmn-snow);
  transform: none;
}

/* Location portfolio light theme */
.tmn-portfolios {
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--tmn-snow);
  color: var(--tmn-cetacean);
}

.tmn-portfolios::before,
.tmn-portfolios::after {
  display: none;
}

.tmn-portfolios-heading h2 {

  margin: 0 auto;
  color: var(--tmn-cetacean);
  text-align: center;
}

.tmn-portfolios-heading h2 span {
  color: var(--tmn-cerulean);
}

.tmn-location-showcase {
  grid-template-columns: minmax(250px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(32px, 4.5vw, 64px);
  padding-top: 24px;
  border-top-color: rgba(var(--tmn-cetacean-rgb), 0.14);
}

.tmn-location-showcase-tabs {
  border-top-color: rgba(var(--tmn-cetacean-rgb), 0.12);
}

.tmn-location-showcase-tabs button {
  border-bottom-color: rgba(var(--tmn-cetacean-rgb), 0.12);
  color: rgba(var(--tmn-cetacean-rgb), 0.56);
}

.tmn-location-showcase-tabs button:hover,
.tmn-location-showcase-tabs button:focus-visible {
  background: rgba(var(--tmn-cerulean-rgb), 0.08);
  color: var(--tmn-cetacean);
}

.tmn-location-showcase-tabs button small {
  color: rgba(var(--tmn-cetacean-rgb), 0.46);
}

.tmn-location-showcase-stage {
  min-height: clamp(450px, 42vw, 580px);
  border: 1px solid rgba(var(--tmn-cetacean-rgb), 0.1);
  background: #fff;
  box-shadow: 0 18px 44px rgba(var(--tmn-cetacean-rgb), 0.08);
}

.tmn-location-showcase-stage figcaption {
  border-top-color: rgba(var(--tmn-cetacean-rgb), 0.1);
  background: #fff;
}

.tmn-location-showcase-stage figcaption strong {
  color: var(--tmn-cetacean);
}

.tmn-location-showcase-stage figcaption small {
  color: rgba(var(--tmn-cetacean-rgb), 0.56);
}

@media (max-width: 900px) {
.tmn-location-showcase {
    grid-template-columns: minmax(210px, 0.36fr) minmax(0, 0.64fr);
  }

  .tmn-location-showcase-stage {
    min-height: 480px;
  }
}

@media (max-width: 720px) {
.tmn-portfolios {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .tmn-location-showcase {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tmn-location-showcase-tabs button {
    border-color: rgba(var(--tmn-cetacean-rgb), 0.14);
    background: #fff;
    color: rgba(var(--tmn-cetacean-rgb), 0.68);
  }

  .tmn-location-showcase-stage {
    min-height: 0;
  }
}

/* Future action card and both pathways */
.tmn-future-action {
  border-color: rgba(var(--tmn-cerulean-rgb), 0.18);
  background: #fff;
  box-shadow: 0 18px 44px rgba(var(--tmn-cetacean-rgb), 0.08);
}

.tmn-future-link,
.tmn-future-link:link,
.tmn-future-link:visited,
.tmn-future-link--deep,
.tmn-future-link--deep:link,
.tmn-future-link--deep:visited {
  border-color: rgba(var(--tmn-cerulean-rgb), 0.2);
  background: #fff;
  color: var(--tmn-cetacean);
  box-shadow: 0 12px 30px rgba(var(--tmn-cetacean-rgb), 0.07);
}

.tmn-future-link i,
.tmn-future-link--deep i {
  background: #fff;
}

.tmn-future-link:hover i,
.tmn-future-link:focus-visible i,
.tmn-future-link--deep:hover i,
.tmn-future-link--deep:focus-visible i {
  background: #fff;
}

/* Future pathway colors match the hero CTAs */
.tmn-future-link,
.tmn-future-link:link,
.tmn-future-link:visited {
  border-color: rgba(var(--tmn-cerulean-rgb), 0.28);
  background: #fff;
  color: var(--tmn-cetacean);
}

.tmn-future-link span,
.tmn-future-link strong {
  color: var(--tmn-cetacean);
}

.tmn-future-link i {
  border: 0;
  background: transparent;
  color: var(--tmn-cetacean);
  font-size: 28px;
}

.tmn-future-link:hover,
.tmn-future-link:focus-visible {
  border-color: var(--tmn-cerulean);
  background: var(--tmn-cerulean);
  color: var(--tmn-snow);
  transform: none;
}

.tmn-future-link:hover span,
.tmn-future-link:hover strong,
.tmn-future-link:focus-visible span,
.tmn-future-link:focus-visible strong {
  color: var(--tmn-snow);
}

.tmn-future-link:hover i,
.tmn-future-link:focus-visible i {
  border: 0;
  background: transparent;
  color: var(--tmn-snow);
  transform: none;
}

.tmn-future-action h3 {
  font-size: clamp(26px, 2.7vw, 38px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.tmn-future-link span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.tmn-future-link strong {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

@media (max-width: 720px) {
.tmn-future-action h3 {
    font-size: clamp(24px, 7.5vw, 32px);
  }

  .tmn-future-link strong {
    font-size: 18px;
  }
}

/* Brand marquee integrated into the location portfolio */
.tmn-portfolios-heading h2 {}

.tmn-portfolio-partner-groups,
.tmn-portfolio-partner-group {
  display: grid;
}

.tmn-portfolio-partner-groups {
  gap: 32px;
}

.tmn-portfolio-partner-group {
  min-width: 0;
  gap: 12px;
}

.tmn-portfolio-partner-label {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}

.tmn-client-marquee--portfolio {
  width: 100%;
  /* padding: 24px 0 30px; */
  background: transparent;
}

.tmn-client-marquee--portfolio .tmn-client-marquee-window {
  width: 100%;
}

.tmn-client-marquee--portfolio .tmn-client-marquee-group {
  gap: 64px;
  padding-right: 64px;
}

.tmn-client-marquee--portfolio img {
  width: 84px;
  height: 84px;
  filter: none;
  opacity: 1;
}

.tmn-client-marquee--properties .tmn-client-marquee-track {
  animation-duration: 120s;
  animation-direction: reverse;
}

@media (max-width: 720px) {
.tmn-portfolios-heading h2 {}

  .tmn-client-marquee--portfolio {
    margin-bottom: 36px;
    padding: 20px 0 24px;
  }

  .tmn-portfolio-partner-group .tmn-client-marquee--portfolio {
    margin-bottom: 0;
  }

  .tmn-client-marquee--portfolio img {
    width: 72px;
    height: 72px;
  }
}

/* Expandable SEO copy */
.tmn-seo-overview {
  padding: 0;
  border-top: 1px solid rgba(var(--tmn-cetacean-rgb), 0.1);
  background: var(--tmn-snow);
  color: var(--tmn-cetacean);
}

.tmn-seo-overview-inner {
  display: block;
}

.tmn-seo-details {
  border-bottom: 1px solid rgba(var(--tmn-cetacean-rgb), 0.1);
}

.tmn-seo-details summary {
  display: block;
  padding: 22px 0;
  color: var(--tmn-cetacean);
  cursor: pointer;
  list-style: none;
}

.tmn-seo-details summary::-webkit-details-marker {
  display: none;
}

.tmn-seo-preview {
  color: rgba(var(--tmn-cetacean-rgb), 0.68);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.tmn-seo-more,
.tmn-seo-less {
  margin-left: 6px;
  color: var(--tmn-cerulean);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.tmn-seo-less,
.tmn-seo-details[open] .tmn-seo-more {
  display: none;
}

.tmn-seo-details[open] .tmn-seo-less {
  display: inline;
}

.tmn-seo-details-content {
  padding: 0 0 22px;
}

.tmn-seo-details-content p {
  margin: 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.68);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.tmn-seo-details-content .tmn-seo-less {
  margin: 0 0 0 6px;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  vertical-align: baseline;
  cursor: pointer;
}

@media (max-width: 720px) {
.tmn-seo-details summary {
    padding: 18px 0;
  }
}

/* One audience, multiple daily touchpoints */
.tmn-audience-touchpoints {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: var(--tmn-snow);
  color: var(--tmn-cetacean);
}

.tmn-audience-touchpoints::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(var(--tmn-cetacean-rgb), 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--tmn-cetacean-rgb), 0.025) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.tmn-audience-touchpoints-inner {
  position: relative;
  z-index: 1;
}

.tmn-audience-touchpoints-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 7vw, 110px);
}

.tmn-audience-touchpoints-header h2 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.tmn-audience-touchpoints-header h2 span {
  color: var(--tmn-cerulean);
}

.tmn-audience-touchpoints-header > p {
  margin: 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.68);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.tmn-audience-touchpoints-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  /* margin: 42px 0 0; */
  padding: 0;
  list-style: none;
}

.tmn-audience-touchpoints-list:has(> li:nth-child(1):last-child) {
  grid-template-columns: minmax(0, 1fr);
}

.tmn-audience-touchpoints-list:has(> li:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tmn-audience-touchpoints-list:has(> li:nth-child(3):last-child) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tmn-audience-touchpoints-list:has(> li:nth-child(4):last-child) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tmn-audience-touchpoints-list:has(> li:nth-child(5):last-child) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tmn-audience-touchpoints-list:has(> li:nth-child(7)) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tmn-audience-touchpoints-list:has(> li:nth-child(7)) > li {
  grid-column: auto / span 2;
}

.tmn-audience-touchpoints-list:has(> li:nth-child(7)) > li:nth-child(6n + 1):last-child {
  grid-column-start: 6;
}

.tmn-audience-touchpoints-list:has(> li:nth-child(7)) > li:nth-child(6n + 1):nth-last-child(2) {
  grid-column-start: 5;
}

.tmn-audience-touchpoints-list:has(> li:nth-child(7)) > li:nth-child(6n + 1):nth-last-child(3) {
  grid-column-start: 4;
}

.tmn-audience-touchpoints-list:has(> li:nth-child(7)) > li:nth-child(6n + 1):nth-last-child(4) {
  grid-column-start: 3;
}

.tmn-audience-touchpoints-list:has(> li:nth-child(7)) > li:nth-child(6n + 1):nth-last-child(5) {
  grid-column-start: 2;
}

.tmn-audience-touchpoint-title {
  position: relative;
  display: block;
  min-width: 0;
}

.tmn-audience-touchpoint-title small {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border: 1px solid rgba(var(--tmn-cerulean-rgb), 0.34);
  border-radius: 6px;
  color: var(--tmn-cerulean);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}

.tmn-audience-touchpoints-list > .tmn-audience-touchpoint--future {
  border-style: dashed;
}

@media (max-width: 1100px) {
.tmn-audience-touchpoints-list {
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: min(270px, 34vw);
    margin-inline: calc((100vw - 100%) / -2);
    padding-inline: max(20px, calc((100vw - var(--shell-max)) / 2));
    overflow-x: auto;
    scroll-padding-inline: 20px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .tmn-audience-touchpoints-list::-webkit-scrollbar {
    display: none;
  }

  .tmn-audience-touchpoints-list > li {
    grid-column: auto !important;
    scroll-snap-align: start;
  }
}

@media (max-width: 820px) {
.tmn-audience-touchpoints-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tmn-audience-touchpoints-header h2 {}
}

@media (max-width: 720px) {
.tmn-audience-touchpoints {
    padding: 68px 0;
  }

  .tmn-audience-touchpoints-header {
    padding-bottom: 26px;
  }

  .tmn-audience-touchpoints-header h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .tmn-audience-touchpoints-list {
    grid-auto-columns: min(78vw, 286px);
    margin-top: 30px;
    padding-inline: 16px;
  }

  .tmn-audience-touchpoints-list > li {
    min-height: 230px;
  }
}

.tmn-daily-life,
.tmn-audience-touchpoints,
.tmn-why-works,
.tmn-portfolios,
.tmn-product-intro,
.tmn-future,
.tmn-seo-overview {
  background-color: var(--tmn-snow);
  background-image: none;
}

.tmn-daily-life::before,
.tmn-audience-touchpoints::before,
.tmn-product-intro::before,
.tmn-future::after {
  background-image: none;
}

.tmn-seo-preview {
  font-weight: 400;
}

.tmn-location-showcase-more--mobile {
  display: none !important;
}

@media (max-width: 720px) {
.tmn-hero-copy {
    bottom: max(28px, env(safe-area-inset-bottom));
  }

.tmn-hero-copy > p,
.tmn-why-intro,
.tmn-product-intro-copy > p,
.tmn-future-statement > p,
.tmn-telescope-intro p,
.tmn-audience-touchpoints-header > p,
.tmn-seo-preview,
.tmn-seo-details-content p {
    font-size: var(--tmn-type-body-desktop);
    line-height: 1.65;
  }

.tmn-telescope-story-copy p,
.tmn-telescope-supporting .tmn-telescope-story-copy p {
    font-size: 13px;
    line-height: 1.6;
  }

  .tmn-hero-actions a {
    min-width: 0;
  }

  .tmn-location-showcase-selector > .tmn-location-showcase-more {
    display: none !important;
  }

  .tmn-location-showcase-more--mobile {
    display: inline-flex !important;
    grid-column: 1;
    width: 100%;
    margin-top: 4px !important;
  }

  .tmn-location-showcase-stage {
    border-radius: 12px;
  }

  .tmn-location-showcase-tabs {
    scroll-padding-inline: 16px;
  }

  .tmn-location-showcase-tabs button {
    min-height: 46px;
  }

  .tmn-product-intro-flow li,
.tmn-future-link {
    min-height: 64px;
  }
}

@media (max-width: 420px) {
.tmn-hero-actions {
    grid-template-columns: 1fr;
  }

  .tmn-hero-actions a {
    min-height: 46px;
    font-size: 11px;
  }

  .tmn-location-showcase-stage {
    aspect-ratio: 4 / 5;
  }
}

/* Keep top-level content sections on one desktop vertical rhythm. */
@media (min-width: 981px) {
.tmn-daily-life,
.tmn-audience-touchpoints,
.tmn-why-works,
.tmn-portfolios,
.tmn-future {
    padding-top: var(--tmn-section-space-desktop) !important;
    padding-bottom: var(--tmn-section-space-desktop) !important;
  }
}

/* One semantic type scale for every desktop section. */
@media (min-width: 981px) {
.tmn-hero-copy h1 {
    font-size: var(--tmn-type-hero-desktop) !important;
  }

  .tmn-daily-copy h2,
.tmn-audience-touchpoints-header h2,
.tmn-why-heading h2,
.tmn-portfolios-heading h2,
.tmn-product-intro-copy h2,
.tmn-future-statement h2,
    .tmn-telescope-header h2 {
    font-size: var(--tmn-type-section-desktop) !important;
  }

  .tmn-future-action h3,
.tmn-telescope-story--featured h3,
.tmn-why-panel h3 {
    font-size: var(--tmn-type-editorial-desktop) !important;
  }

.tmn-footer-brand h2 {
    font-size: var(--tmn-type-cta-desktop) !important;
  }

.tmn-why-list h3,
.tmn-touchpoint-content h3,
.tmn-portfolio-head h3,
.tmn-location-card h4,
.tmn-location-card figcaption strong,
.tmn-location-showcase-stage figcaption strong,
.tmn-media-presence span,
.tmn-product-intro-flow strong,
.tmn-telescope-story h3 {
    font-size: var(--tmn-type-card-desktop) !important;
  }

.tmn-hero-copy > p,
.tmn-why-intro,
.tmn-future-statement > p,
.tmn-future-action p,
.tmn-why-panel p,
.tmn-telescope-intro p {
    font-size: var(--tmn-type-lead-desktop) !important;
  }

.tmn-touchpoint-content p,
.tmn-product-intro-flow span,
.tmn-telescope-story-copy p,
.tmn-location-showcase-stage figcaption small {
    font-size: var(--tmn-type-small-desktop) !important;
  }

  .tmn-location-showcase-stage figcaption span,
.tmn-telescope-meta,
.tmn-footer-label {
    font-size: var(--tmn-type-label-desktop) !important;
  }

.tmn-hero-actions a,
.tmn-daily-cta,
.tmn-future-link,
.tmn-telescope-cta,
.tmn-telescope-read,
.tmn-why-tab > span,
.tmn-location-showcase-tabs button span,
.tmn-location-showcase-more,
.tmn-future-link :is(span, strong) {
    font-size: var(--tmn-type-action-desktop) !important;
  }
}


.tmn-journey {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.tmn-journey li {
  position: relative;
  padding: 44px 18px 20px;
  border-top: 2px solid var(--tmn-cerulean);
}

.tmn-journey li::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 18px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--tmn-snow);
  border-radius: 50%;
  background: var(--tmn-cerulean);
  box-shadow: 0 0 0 1px var(--tmn-cerulean);
}

.tmn-journey time {
  display: block;
  color: var(--tmn-cerulean);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
}

.tmn-journey strong {
  display: block;
  margin-top: 8px;
  color: var(--tmn-cetacean);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 1180px) {
.tmn-journey {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 18px;
  }
}

@media (max-width: 720px) {
.tmn-journey {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 380px) {
.tmn-journey {
    grid-template-columns: 1fr;
  }
}

/* Homepage 12-column layout ownership. */
.tmn-site .tmn-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--tmn-grid-gap);
}

.tmn-site .tmn-grid > .tmn-col {
  grid-column: var(--tmn-col-start, auto) / span var(--tmn-col-span, 12);
}

.tmn-hero-copy.tmn-grid {
  row-gap: 24px;
}

/* Keep the hero statement on one line while preserving its two-color hierarchy. */
.tmn-hero-heading-visual,
.is-enhanced .tmn-hero-heading-visual {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.24em;
}

.tmn-hero-copy h1 {
  justify-self: stretch;
}

.tmn-hero-copy h1 .tmn-hero-heading-static {
  flex: 0 0 auto;
  color: var(--tmn-cetacean);
}

.tmn-hero-copy h1 .tmn-word-rotator {
  flex: 0 0 auto;
  min-width: 8.7ch;
  text-align: left;
  color: var(--tmn-cetacean);
}

.tmn-hero-copy .tmn-hero-subheading {
  justify-self: stretch;
  margin: 0 auto;
  color: rgba(var(--tmn-cetacean-rgb), 0.72);
  font-size: var(--tmn-font-size-h4);
  font-weight: 600;
  line-height: var(--tmn-line-height-h4);
  text-align: center;
}

.tmn-hero-copy .tmn-hero-actions {
  margin-top: 0;
}

/* Section headlines use one consistent Cetacean color. */
.tmn-daily-copy h2 span,
.tmn-audience-touchpoints-header h2 span,
.tmn-why-heading h2 span,
.tmn-portfolios-heading h2 span,
.tmn-product-intro-copy h2 span,
.tmn-future-statement h2 span {
  color: inherit;
}

.is-enhanced .tmn-hero-copy h1 .tmn-word-rotator-item {
  line-height: inherit;
}

@media (max-width: 720px) {
  .tmn-hero-copy h1 {
    font-size: clamp(28px, 8.4vw, 40px);
  }
}

.tmn-grid .tmn-grid {
  width: 100%;
}

.tmn-daily-life-inner,
.tmn-product-intro-inner,
.tmn-future-inner {
  align-items: center;
}

.tmn-audience-touchpoints-header,
.tmn-why-heading,
.tmn-telescope-header {
  align-items: end;
}

/* Shared stacked heading template for aligned homepage section introductions. */
.tmn-section-heading-stack {
  align-items: end;
}

.tmn-section-heading-stack h2 {
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.tmn-section-heading-stack > p {
  margin: 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.68);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .tmn-daily-life-inner,
  .tmn-product-intro-inner,
  .tmn-future-inner {
    align-items: start;
  }
}

@media (max-width: 720px) {
  .tmn-section-heading-stack {
    padding-bottom: 26px;
  }

  .tmn-section-heading-stack h2 {
    font-size: clamp(31px, 9vw, 40px);
  }
}

/* Two adjacent 32px section edges create an exact 64px content-to-content gap. */
.tmn-site {
  --shell-max: 1440px;
  --tmn-home-section-edge-space: 72px;
  --tmn-home-surface-primary: var(--tmn-snow);
  --tmn-home-surface-secondary: rgba(var(--tmn-cetacean-rgb), 0.035);
  --tmn-type-small-desktop: var(--tmn-type-body-desktop);
  --tmn-type-action-desktop: var(--tmn-type-body-desktop);
}

.tmn-site .tmn-daily-life,
.tmn-site .tmn-audience-touchpoints,
.tmn-site .tmn-why-works,
.tmn-site .tmn-portfolios,
.tmn-site .tmn-product-intro,
.tmn-site .tmn-network-expansion,
.tmn-site .tmn-future,
.tmn-site .tmn-telescope,
.tmn-site .tmn-seo-overview {
  padding-top: var(--tmn-home-section-edge-space) !important;
  padding-bottom: var(--tmn-home-section-edge-space) !important;
}

.tmn-site .tmn-seo-overview {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Flat section surfaces replace top-level divider borders and gradients. */
.tmn-site .tmn-daily-life,
.tmn-site .tmn-audience-touchpoints,
.tmn-site .tmn-why-works,
.tmn-site .tmn-portfolios,
.tmn-site .tmn-product-intro,
.tmn-site .tmn-network-expansion,
.tmn-site .tmn-future,
.tmn-site .tmn-telescope,
.tmn-site .tmn-seo-overview {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background-image: none !important;
  color: var(--tmn-cetacean);
}

.tmn-site .tmn-daily-life,
.tmn-site .tmn-why-works,
.tmn-site .tmn-product-intro,
.tmn-site .tmn-telescope {
  background-color: var(--tmn-home-surface-secondary) !important;
}

.tmn-site .tmn-audience-touchpoints,
.tmn-site .tmn-portfolios,
.tmn-site .tmn-network-expansion,
.tmn-site .tmn-future,
.tmn-site .tmn-seo-overview {
  background-color: var(--tmn-home-surface-primary) !important;
}

.tmn-site .tmn-daily-life::before,
.tmn-site .tmn-daily-life::after,
.tmn-site .tmn-audience-touchpoints::before,
.tmn-site .tmn-audience-touchpoints::after,
.tmn-site .tmn-why-works::before,
.tmn-site .tmn-why-works::after,
.tmn-site .tmn-portfolios::before,
.tmn-site .tmn-portfolios::after,
.tmn-site .tmn-product-intro::before,
.tmn-site .tmn-product-intro::after,
.tmn-site .tmn-network-expansion::before,
.tmn-site .tmn-network-expansion::after,
.tmn-site .tmn-future::before,
.tmn-site .tmn-future::after,
.tmn-site .tmn-telescope::before,
.tmn-site .tmn-telescope::after,
.tmn-site .tmn-seo-overview::before,
.tmn-site .tmn-seo-overview::after {
  background-image: none !important;
}

.tmn-network-expansion-inner {
  align-items: center;
}

.tmn-network-expansion-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}

.tmn-network-expansion-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tmn-network-expansion-copy {
  min-width: 0;
  text-align: left;
}

.tmn-network-expansion-copy h2 {
  margin: 0;
  color: var(--tmn-cerulean);
  font-size: var(--tmn-type-section-desktop);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.tmn-network-expansion-copy p {
  margin: 20px 0 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.7);
  font-size: var(--tmn-type-lead-desktop);
  font-weight: 400;
  line-height: 1.7;
}

.tmn-network-expansion-stats {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--tmn-grid-gap);
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tmn-network-expansion-stats li {
  display: grid;
  grid-column: span 3;
  min-width: 0;
  gap: 4px;
}

.tmn-network-expansion-stats li + li {
  padding-left: var(--tmn-grid-gap);
  border-left: 1px solid rgba(var(--tmn-cetacean-rgb), 0.14);
}

.tmn-network-expansion-stats strong {
  color: var(--tmn-cetacean);
  font-size: var(--tmn-type-card-desktop);
  font-weight: 500;
  line-height: 1.2;
}

.tmn-network-expansion-stats span {
  color: rgba(var(--tmn-cetacean-rgb), 0.68);
  font-size: var(--tmn-type-body-desktop);
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 720px) {
  .tmn-network-expansion-inner {
    align-items: start;
  }

  .tmn-network-expansion-copy h2 {
    font-size: var(--tmn-font-size-h2);
  }

  .tmn-network-expansion-stats li {
    grid-column: span 6;
  }
}

/* Static philosophy highlight: all four media principles remain visible. */
.tmn-why-philosophy-header {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.tmn-why-philosophy-header h2 {
  margin: 0;
  color: var(--tmn-cetacean);
  text-wrap: balance;
}

.tmn-why-philosophy-header .tmn-why-intro {
  display: grid;
  gap: 4px;
  margin: 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.76);
  text-align: center;
}

.tmn-why-philosophy-header .tmn-why-intro p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: 1.6;
}

.tmn-why-pillars {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tmn-why-pillar {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 28px 26px;
  overflow: hidden;
  border-radius: 10px;
  background: white;
  box-shadow: none;
}

.tmn-why-pillar h3 {
  display: grid;
  justify-items: start;
  gap: 16px;
  margin: 0;
  color: var(--tmn-cetacean);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.tmn-why-pillar h3::after {
  content: "";
  width: 42px;
  height: 3px;
  background: var(--tmn-cerulean);
}

.tmn-why-pillar p {
  align-self: start;
  margin: 24px 0 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.68);
  font-size: var(--tmn-type-body-desktop);
  font-weight: 400;
  line-height: 1.65;
}

/* TapOn video feature: dark, flat product story with click-to-play media. */
.tmn-site .tmn-product-intro {
  background-color: var(--tmn-cetacean) !important;
  background-image: none !important;
  color: var(--tmn-snow);
}

.tmn-site .tmn-product-intro::before,
.tmn-site .tmn-product-intro::after {
  display: none;
}

.tmn-site .tmn-product-intro-inner {
  align-items: center;
  column-gap: 64px;
}

.tmn-site .tmn-product-intro-copy {
  padding: 0;
  border: 0;
}

.tmn-site .tmn-product-intro-copy h2 {
  margin: 0;
  color: var(--tmn-snow);
}

.tmn-site .tmn-product-intro-copy > p {
  margin: 18px 0 0;
  color: rgba(var(--tmn-snow-rgb), 0.76);
}

.tmn-site .tmn-product-intro-flow {
  border-top: 1px solid rgba(var(--tmn-snow-rgb), 0.22);
}

.tmn-site .tmn-product-intro-flow li {
  border-right: 1px solid rgba(var(--tmn-snow-rgb), 0.18);
}

.tmn-site .tmn-product-intro-flow li:last-child {
  border-right: 0;
}

.tmn-site .tmn-product-intro-flow li > i {
  color: var(--tmn-cerulean);
}

.tmn-site .tmn-product-intro-flow strong {
  color: var(--tmn-snow);
}

.tmn-site .tmn-product-intro-flow span {
  color: rgba(var(--tmn-snow-rgb), 0.68);
}

.tmn-product-intro-media {
  margin: 0;
}

.tmn-product-video {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  background: rgba(var(--tmn-snow-rgb), 0.06);
  color: var(--tmn-snow);
}

.tmn-product-video img,
.tmn-product-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.tmn-product-video img {
  object-fit: cover;
  transition: transform 700ms var(--tmn-ease);
}

.tmn-product-video:hover img {
  transform: scale(1.015);
}

.tmn-product-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(var(--tmn-snow-rgb), 0.42);
  border-radius: 50%;
  background: rgba(var(--tmn-cetacean-rgb), 0.72);
  color: var(--tmn-snow);
  font-size: 18px;
  transform: translate(-50%, -50%);
  transition:
    background-color 240ms ease,
    transform 240ms ease;
}

.tmn-product-video:hover .tmn-product-video-play,
.tmn-product-video:focus-visible .tmn-product-video-play {
  background: var(--tmn-cerulean);
  color: var(--tmn-cetacean);
  transform: translate(-50%, -50%) scale(1.06);
}

.tmn-product-video:focus-visible {
  outline: 3px solid var(--tmn-cerulean);
  outline-offset: 4px;
}

.tmn-product-video.is-playing {
  cursor: default;
}

.tmn-product-video-frame {
  width: 100%;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .tmn-product-video img,
  .tmn-product-video-play {
    transition-duration: 0.01ms;
  }
}

/* Homepage text never resolves to the global 14px small/action size. */
.tmn-site .tmn-nav-link,
.tmn-site .tmn-mobile-menu-cta,
.tmn-site .tmn-footer-bottom p,
.tmn-site .tmn-portfolios-heading p:not(.tmn-eyebrow),
.tmn-site .tmn-footer-statement > p:last-child {
  font-size: var(--tmn-type-body-desktop);
}

/* Future pathways: centered introduction with two equal action cards. */
.tmn-site .tmn-future {
  overflow: hidden;
  background-color: var(--tmn-ash) !important;
  background-image: none !important;
}

.tmn-site .tmn-future::before,
.tmn-site .tmn-future::after {
  content: none;
}

.tmn-future-inner {
  align-items: start;
}

.tmn-future-header {
  min-width: 0;
  text-align: center;
}

.tmn-future-header h2 {
  margin: 0;
  color: var(--tmn-cerulean);
  font-size: var(--tmn-type-section-desktop);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.tmn-future-header p {
  margin: 18px 0 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.7);
  font-size: var(--tmn-type-lead-desktop);
  font-weight: 400;
  line-height: 1.7;
}

.tmn-future-pathways {
  margin-top: 36px;
}

.tmn-future-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  justify-items: center;
  min-width: 0;
  min-height: 292px;
  padding: 30px;
  border: 1px solid rgba(var(--tmn-cetacean-rgb), 0.1);
  border-radius: 10px;
  background: var(--tmn-snow);
  box-shadow: 0 14px 34px rgba(var(--tmn-cetacean-rgb), 0.06);
  text-align: center;
}

.tmn-future-card > i {
  color: var(--tmn-cerulean);
  font-size: 28px;
  line-height: 1;
}

.tmn-future-card h3 {
  margin: 18px 0 0;
  color: var(--tmn-cetacean);
  font-size: var(--tmn-type-card-desktop);
  font-weight: 600;
  line-height: 1.3;
}

.tmn-future-card p {
  margin: 14px 0 28px;
  color: rgba(var(--tmn-cetacean-rgb), 0.68);
  font-size: var(--tmn-type-lead-desktop);
  font-weight: 400;
  line-height: 1.65;
}

.tmn-site .tmn-future-card .tmn-daily-cta,
.tmn-site .tmn-future-card .tmn-daily-cta:link,
.tmn-site .tmn-future-card .tmn-daily-cta:visited {
  align-self: end;
  justify-self: center;
  gap: 12px;
  width: fit-content;
  min-height: 48px;
  padding-inline: 18px;
  border-radius: 9px;
  font-size: var(--tmn-type-body-desktop);
}

.tmn-site .tmn-future-card .tmn-daily-cta i {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 720px) {
  .tmn-future-header h2 {
    font-size: var(--tmn-font-size-h2);
  }

  .tmn-future-pathways {
    margin-top: 28px;
  }

  .tmn-future-card {
    min-height: 0;
    padding: 26px 20px;
  }
}

/* Telescope: one centered introduction and four equal editorial cards. */
.tmn-site .tmn-network-expansion-copy h2,
.tmn-site .tmn-future-header h2,
.tmn-site .tmn-telescope-header h2 {
  color: var(--tmn-cetacean);
}

.tmn-telescope-inner,
.tmn-telescope-header,
.tmn-telescope-editorial {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tmn-telescope-header {
  gap: var(--tmn-grid-gap);
  padding-bottom: 0;
  border: 0;
}

.tmn-telescope-heading {
  min-width: 0;
  text-align: center;
}

.tmn-site .tmn-telescope-header h2 {
  margin: 0;
  font-size: var(--tmn-type-section-desktop) !important;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.tmn-telescope-intro {
  padding: 0;
}

.tmn-telescope-intro p {
  margin: 18px 0 0;
  color: rgba(var(--tmn-cetacean-rgb), 0.7);
  font-size: var(--tmn-type-lead-desktop) !important;
  font-weight: 400;
  line-height: 1.7;
}

.tmn-telescope-editorial {
  gap: var(--tmn-grid-gap);
  padding-top: 36px;
}

.tmn-telescope-supporting {
  display: contents;
}

.tmn-telescope-story,
.tmn-telescope-supporting .tmn-telescope-story {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--tmn-cetacean-rgb), 0.1);
  border-radius: 10px;
  background: var(--tmn-snow);
  box-shadow: none;
}

.tmn-telescope-story > a,
.tmn-telescope-supporting .tmn-telescope-story > a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.tmn-telescope-story figure,
.tmn-telescope-story--featured figure,
.tmn-telescope-supporting figure {
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.tmn-telescope-story img {
  filter: none;
}

.tmn-telescope-story-copy,
.tmn-telescope-supporting .tmn-telescope-story-copy {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  padding: 18px;
}

.tmn-site .tmn-telescope-story h3,
.tmn-site .tmn-telescope-story--featured h3,
.tmn-site .tmn-telescope-supporting .tmn-telescope-story h3 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--tmn-cetacean);
  font-size: var(--tmn-type-card-desktop) !important;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tmn-telescope-story-copy p,
.tmn-telescope-supporting .tmn-telescope-story-copy p {
  display: none;
}

.tmn-telescope-read {
  align-self: end;
  margin-top: 20px;
  color: var(--tmn-cerulean);
  font-size: var(--tmn-type-small-desktop) !important;
  /* font-weight: 600; */
  display: flex;
  align-items: center;
  gap: 8px;
}

.tmn-telescope-actions {
  display: grid;
  justify-items: center;
  margin-top: 32px;
}

.tmn-site .tmn-telescope-actions .tmn-daily-cta,
.tmn-site .tmn-telescope-actions .tmn-daily-cta:link,
.tmn-site .tmn-telescope-actions .tmn-daily-cta:visited {
  gap: 12px;
  width: fit-content;
  min-height: 48px;
  padding-inline: 18px;
  border-radius: 9px;
  font-size: var(--tmn-type-body-desktop);
  box-shadow: none;
}

.tmn-site .tmn-telescope-actions .tmn-daily-cta i {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
}

.tmn-site .tmn-telescope-actions .tmn-daily-cta:hover,
.tmn-site .tmn-telescope-actions .tmn-daily-cta:focus-visible {
  box-shadow: none;
}

@media (max-width: 720px) {
  .tmn-site .tmn-telescope-header h2 {
    font-size: var(--tmn-font-size-h2) !important;
  }

  .tmn-telescope-editorial {
    padding-top: 28px;
  }

  .tmn-telescope-story-copy,
  .tmn-telescope-supporting .tmn-telescope-story-copy {
    padding: 18px;
  }

  .tmn-telescope-actions {
    margin-top: 28px;
  }
}
