:root {
  color-scheme: dark;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #000;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
}

body {
  overflow-x: hidden;
}

.tp-subpage {
  min-height: 100vh;
  background: #000;
}

.tp-home-link {
  position: fixed;
  top: 30px;
  left: 32px;
  z-index: 50;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-decoration: none;
}

.tp-home-link:hover,
.tp-home-link:focus-visible {
  opacity: 0.72;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.toopeace-wrap {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  margin-left: 0;
  padding: 84px 20px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
}

.tp-svg-text {
  display: block;
  width: calc(100vw - 40px);
  max-width: 1400px;
  height: auto;
  margin-bottom: 32px;
  overflow: visible;
}

.tp-svg-text [data-l] {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dashoffset: var(--dl, 999);
}

.tp-mission {
  max-width: min(680px, 92vw);
  margin-top: 0;
  color: #fff;
  text-align: center;
  opacity: 1;
  transform: none;
}

.toopeace-wrap.tp-visible .tp-mission {
  opacity: 1;
  transform: translateY(0);
}

.tp-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 22px;
}

.tp-primary-nav--floating {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 50;
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.68);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.tp-primary-nav-link {
  display: inline-flex;
  min-width: 92px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.tp-primary-nav-link:hover,
.tp-primary-nav-link:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.tp-primary-nav-link[aria-current="page"] {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
}

.tp-mission-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(12px, 1.35vw, 15px);
  font-weight: 400;
  line-height: 1.9;
  word-break: keep-all;
}

.tp-hero-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(8px, 2vw, 18px);
  margin: 30px 0 0;
}

.tp-hero-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 44px;
  gap: clamp(8px, 1vw, 10px);
  padding: 0 clamp(14px, 1.4vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.6) 60%,
      rgba(255, 255, 255, 0.16) 100%
    ),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  text-decoration: none;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.tp-hero-social[data-platform="instagram"] {
  color: #e1306c;
}

.tp-hero-social[data-platform="youtube"] {
  color: #ff0033;
}

.tp-hero-social[data-platform="blog"] {
  color: #18b85b;
}

.tp-hero-social:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.64) 0%,
      rgba(0, 0, 0, 0.52) 60%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.tp-hero-social:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.tp-hero-social svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tp-hero-social-handle {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.tp-hero-social .tp-social-dot,
.tp-hero-social .tp-social-play {
  fill: currentColor;
  stroke: none;
}

.tp-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  min-width: 178px;
  margin-top: 34px;
  padding: 0 30px;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.6) 60%,
      rgba(255, 255, 255, 0.16) 100%
    ),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  opacity: 1;
  transform: none;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.15s ease;
}

.toopeace-wrap.tp-visible .tp-contact {
  opacity: 1;
  transform: translateY(0);
}

.tp-contact:hover {
  transform: scale(1.02);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.64) 0%,
      rgba(0, 0, 0, 0.52) 60%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 30px rgba(0, 0, 0, 0.4);
}

.toopeace-wrap.tp-visible .tp-contact:hover {
  transform: translateY(0) scale(1.02);
}

.tp-contact:active {
  transform: scale(0.96);
}

.toopeace-wrap.tp-visible .tp-contact:active {
  transform: translateY(0) scale(0.96);
}

.tp-contact:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 6px;
}

.tp-more-link {
  text-decoration: none;
}

.tp-morph-icon-wrap {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
}

.tp-morph-icon {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.tp-morph-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tp-morph-icon--check {
  opacity: 0;
  transform: scale(0.5);
}

.tp-contact.is-hovered .tp-morph-icon--send,
.tp-contact:focus-visible .tp-morph-icon--send {
  opacity: 0;
  transform: scale(0.5);
}

.tp-contact.is-hovered .tp-morph-icon--check,
.tp-contact:focus-visible .tp-morph-icon--check {
  opacity: 1;
  transform: scale(1);
}

.tp-labels {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 44px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease 3.3s, transform 0.8s ease 3.3s;
}

.toopeace-wrap.tp-visible .tp-labels {
  opacity: 1;
  transform: translateY(0);
}

.tp-label-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tp-label {
  display: inline-flex;
  min-width: 200px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
  transition: background 0.2s ease;
}

.tp-label:hover {
  background: rgba(255, 255, 255, 0.14);
}

.tp-label:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 5px;
}

.tp-label > svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.tp-label-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.tp-sub,
.tp-main {
  display: block;
  text-transform: uppercase;
}

.tp-sub {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.22em;
}

.tp-main {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tp-divider {
  display: none;
}

.tp-caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.28);
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.8s ease 3.6s;
}

.toopeace-wrap.tp-visible .tp-caption {
  opacity: 1;
}

.toopeace-wrap.tp-reduced-motion .tp-svg-text [data-l] {
  stroke-dashoffset: 0 !important;
  transition: none !important;
}

.toopeace-wrap.tp-reduced-motion .tp-mission,
.toopeace-wrap.tp-reduced-motion .tp-contact,
.toopeace-wrap.tp-reduced-motion .tp-labels,
.toopeace-wrap.tp-reduced-motion .tp-caption {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (min-width: 769px) {
  .tp-labels {
    flex-direction: row;
    gap: 0;
  }

  .tp-label-wrap {
    gap: 0;
  }

  .tp-label {
    min-width: unset;
  }

  .tp-divider {
    display: block;
    width: 1px;
    height: 44px;
    margin: 0 12px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.18);
  }

  .tp-label-wrap:last-child .tp-divider {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

.tp-results {
  min-height: 100vh;
  padding: clamp(40px, 4vw, 72px) clamp(20px, 6vw, 96px) 160px;
  color: #fff;
  background: #0a0a0a;
}

.tp-results-heading,
.tp-cases {
  width: min(1200px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.tp-results-heading {
  max-width: 960px;
  text-align: center;
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.tp-results-heading.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tp-br-mobile {
  display: none;
}

.tp-eyebrow,
.tp-case-index {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.tp-results-heading h2 {
  max-width: 900px;
  margin: 22px auto 24px;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.tp-results-heading > p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.75;
  word-break: keep-all;
}

.tp-cases {
  display: flex;
  flex-direction: column;
  gap: clamp(64px, 8vw, 112px);
  margin-top: clamp(72px, 10vw, 140px);
}

.tp-portfolio-carousel {
  width: min(860px, 100%);
  margin: clamp(36px, 5vw, 70px) auto 0;
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.tp-portfolio-carousel.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tp-portfolio-stage {
  --card-step: 240px;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 292px;
  margin-top: 0;
  align-items: center;
  justify-content: center;
}

.tp-portfolio-viewport {
  position: relative;
  width: min(620px, calc(100% - 104px));
  height: 292px;
  overflow: hidden;
}

.tp-portfolio-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.tp-portfolio-card {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 256px;
  height: 144px;
  min-height: 144px;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  opacity: 0.18;
  pointer-events: none;
  transform: translate(-50%, -50%) translateX(calc(var(--position) * var(--card-step))) rotate(calc(var(--position) * 5deg)) scale(0.74);
  transition: opacity 0.55s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
  will-change: transform, opacity;
}

.tp-portfolio-card[data-position="0"] {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) translateX(0) rotate(0) scale(1.05);
}

.tp-portfolio-card[data-position="-1"],
.tp-portfolio-card[data-position="1"] {
  z-index: 2;
  opacity: 0.62;
  filter: saturate(0.7);
  pointer-events: auto;
}

.tp-portfolio-card:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 8px;
}

.tp-portfolio-card img {
  display: block;
  width: 256px;
  height: 144px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #111;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42);
  object-fit: cover;
}

.tp-portfolio-card-placeholder {
  display: block;
  width: 256px;
  height: 144px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.04), transparent 58%),
    #111;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42);
}

.tp-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.tp-carousel-arrow--prev {
  left: 0;
}

.tp-carousel-arrow--next {
  right: 0;
}

.tp-carousel-arrow:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%) scale(1.05);
}

.tp-carousel-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.22;
}

.tp-carousel-arrow:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 5px;
}

.tp-carousel-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.tp-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}

.tp-carousel-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}

.tp-carousel-dot[aria-current="true"] {
  width: 22px;
  background: #fff;
}

.tp-carousel-dot:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 5px;
}

.tp-portfolio-detail {
  max-width: 860px;
  margin: clamp(48px, 6vw, 72px) auto 0;
  text-align: center;
}

.tp-portfolio-detail-media {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 16px;
  margin: 42px auto 0;
}

.tp-portfolio-detail-media[hidden] {
  display: none;
}

.tp-portfolio-detail-media figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34);
}

.tp-portfolio-detail-media figcaption {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tp-portfolio-detail-media img {
  display: block;
  width: 100%;
  height: clamp(280px, 42vw, 520px);
  object-fit: contain;
}

.tp-portfolio-detail-category,
.tp-portfolio-results-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.tp-portfolio-detail h3 {
  margin: 18px 0 30px;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.tp-portfolio-results {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.tp-portfolio-results ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.6;
  list-style: none;
}

.tp-portfolio-results li::before {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.52);
  content: "✓";
}

.tp-case {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.tp-case.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tp-case--reverse .tp-case-media {
  grid-column: 2;
  grid-row: 1;
}

.tp-case--reverse .tp-case-copy {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
}

.tp-case-media {
  position: relative;
  width: 80%;
  min-height: 0;
  aspect-ratio: 2.4 / 1;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  color: rgba(255, 255, 255, 0.9);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 28px 80px rgba(0, 0, 0, 0.34);
}

.tp-case--reverse .tp-case-media {
  width: 80%;
  min-height: 0;
  aspect-ratio: 2.4 / 1;
  justify-self: start;
}

.tp-case-media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
}

.tp-case-media::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  content: "";
  pointer-events: none;
}

.tp-case-media,
.tp-case-copy {
  opacity: 0;
  transform: translateX(-32px) scale(0.98);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.tp-case-copy {
  transform: translateX(32px);
  transition-delay: 0.12s;
}

.tp-case--reverse .tp-case-media {
  transform: translateX(32px) scale(0.98);
}

.tp-case--reverse .tp-case-copy {
  transform: translateX(-32px);
}

.tp-case.is-visible .tp-case-media,
.tp-case.is-visible .tp-case-copy {
  opacity: 1;
  transform: none;
}

.tp-case-media-mark {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.tp-case-media strong {
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: -0.03em;
}

.tp-case-media small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.tp-case-copy {
  max-width: 480px;
}

.tp-case-copy h3 {
  margin: 20px 0 42px;
  font-size: clamp(26px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.tp-case-process {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.tp-case-process li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.65;
  word-break: keep-all;
}

.tp-case-process li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
  content: "✓";
  font-weight: 700;
}

.tp-case-result {
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
}

.tp-case-result span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 11px;
  letter-spacing: 0.2em;
}

.tp-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tp-social-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease,
    transform 0.25s ease;
}

.tp-social-link:hover {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.tp-social-link:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.tp-social-link svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tp-social-link .tp-social-dot {
  fill: currentColor;
  stroke: none;
}

.tp-social-link .tp-social-play {
  fill: currentColor;
  stroke: none;
}

.tp-results-outro {
  width: min(1200px, 100%);
  margin: clamp(96px, 12vw, 160px) auto 0;
  text-align: center;
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.tp-results-outro.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tp-results-outro-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.tp-results-outro-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.tp-results-outro-copy {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.tp-results-outro-media {
  width: min(880px, 100%);
  margin: clamp(40px, 5vw, 64px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.tp-results-outro-media img {
  display: block;
  width: 100%;
  height: auto;
}

.tp-journey {
  min-height: 100vh;
  padding: clamp(112px, 13vw, 196px) clamp(20px, 6vw, 96px) 180px;
  color: #fff;
  background: #000;
}

.tp-journey-heading {
  width: min(920px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.tp-journey-heading {
  text-align: center;
}

.tp-journey-avatar-wrap {
  display: grid;
  width: 124px;
  height: 124px;
  margin: 30px auto 0;
  padding: 6px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.tp-journey-avatar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.tp-journey-heading h2 {
  margin: 24px 0 0;
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.tp-journey-steps {
  display: flex;
  flex-direction: column;
  gap: clamp(64px, 8vw, 112px);
  width: min(1040px, 100%);
  margin: clamp(80px, 10vw, 136px) auto 0;
}

.tp-journey-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
}

.tp-journey-step--reverse .tp-journey-media {
  grid-column: 2;
  grid-row: 1;
}

.tp-journey-step--reverse .tp-journey-paragraph {
  grid-column: 1;
  grid-row: 1;
}

.tp-journey-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.tp-journey-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-journey-paragraph {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.9;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.tp-journey-paragraph--closing {
  color: rgba(255, 255, 255, 0.92);
}

.tp-journey-media,
.tp-journey-paragraph {
  opacity: 0;
  transform: translateX(-32px) scale(0.98);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.tp-journey-paragraph {
  transform: translateX(32px);
  transition-delay: 0.12s;
}

.tp-journey-step--reverse .tp-journey-media {
  transform: translateX(32px) scale(0.98);
}

.tp-journey-step--reverse .tp-journey-paragraph {
  transform: translateX(-32px);
}

.tp-journey-step.is-visible .tp-journey-media,
.tp-journey-step.is-visible .tp-journey-paragraph {
  opacity: 1;
  transform: none;
}

.tp-journey-cta {
  margin-top: clamp(72px, 9vw, 120px);
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.tp-journey-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tp-journey-cta .tp-contact {
  margin-top: 0;
  opacity: 1;
  transform: none;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tp-services {
  min-height: 72vh;
  padding: clamp(96px, 12vw, 180px) clamp(20px, 6vw, 96px) 140px;
  color: #fff;
  background: #0a0a0a;
}

.tp-services-heading {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.tp-services-heading h2 {
  max-width: 760px;
  margin: 22px auto 24px;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.tp-services-heading > p:last-child {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.75;
  word-break: keep-all;
}

.tp-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1120px, 100%);
  margin: clamp(56px, 8vw, 104px) auto 0;
}

.tp-service-card {
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.tp-service-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-4px);
}

.tp-service-index {
  margin: 0 0 46px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.tp-service-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -0.04em;
}

.tp-service-card > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.75;
  word-break: keep-all;
}

@media (prefers-reduced-motion: reduce) {
  .tp-case,
  .tp-case.is-visible,
  .tp-case-media,
  .tp-case-copy,
  .tp-results-heading,
  .tp-results-heading.is-visible,
  .tp-results-outro,
  .tp-results-outro.is-visible,
  .tp-journey-cta,
  .tp-journey-cta.is-visible,
  .tp-journey-media,
  .tp-journey-paragraph,
  .tp-journey-step.is-visible .tp-journey-media,
  .tp-journey-step.is-visible .tp-journey-paragraph {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 0;
  }

  .toopeace-wrap {
    min-height: 100vh;
    min-height: 100svh;
  }

  .tp-home-link {
    top: 20px;
    left: 20px;
    font-size: 12px;
  }

  .tp-results {
    padding: 56px 20px 110px;
  }

  .tp-primary-nav {
    gap: 6px;
  }

  .tp-primary-nav--floating {
    top: max(16px, env(safe-area-inset-top));
    right: 50%;
    bottom: auto;
    width: min(calc(100vw - 24px), 360px);
    justify-content: stretch;
    transform: translateX(50%);
  }

  .tp-home-link + .tp-primary-nav--floating {
    top: calc(52px + env(safe-area-inset-top));
  }

  .tp-primary-nav-link {
    flex: 1;
    min-width: 0;
    height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .tp-hero-socials {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .tp-hero-social {
    height: 40px;
    gap: 6px;
    padding: 0 8px;
  }

  .tp-hero-social svg {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .tp-hero-social-handle {
    font-size: 14px;
  }

  .tp-results-heading h2 {
    font-size: clamp(34px, 10vw, 52px);
    letter-spacing: -0.06em;
  }

  .tp-cases {
    gap: 56px;
    margin-top: 88px;
  }

  .tp-case,
  .tp-case--reverse {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 42px;
  }

  .tp-case-media,
  .tp-case--reverse .tp-case-media,
  .tp-case-copy,
  .tp-case--reverse .tp-case-copy,
  .tp-journey-media,
  .tp-journey-step--reverse .tp-journey-media,
  .tp-journey-paragraph,
  .tp-journey-step--reverse .tp-journey-paragraph {
    transform: translateY(24px);
  }

  .tp-case--reverse .tp-case-media,
  .tp-case--reverse .tp-case-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .tp-case-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 2.4 / 1;
    border-radius: 22px;
  }

  .tp-case--reverse .tp-case-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 2.4 / 1;
    justify-self: auto;
  }

  .tp-case-copy {
    max-width: none;
  }

  .tp-portfolio-stage {
    --card-step: 170px;
    min-height: 236px;
    margin-top: 0;
  }

  .tp-portfolio-viewport {
    width: calc(100% - 76px);
    height: 236px;
  }

  .tp-portfolio-card {
    width: 192px;
    height: 108px;
    min-height: 108px;
    gap: 0;
    transform: translate(-50%, -50%) translateX(calc(var(--position) * var(--card-step))) rotate(calc(var(--position) * 5deg)) scale(0.68);
  }

  .tp-portfolio-card[data-position="0"] {
    transform: translate(-50%, -50%) translateX(0) rotate(0) scale(1.02);
  }

  .tp-portfolio-card img {
    width: 192px;
    height: 108px;
    border-radius: 15px;
  }

  .tp-portfolio-card-placeholder {
    width: 192px;
    height: 108px;
    border-radius: 15px;
  }

  .tp-carousel-arrow {
    width: 32px;
    height: 32px;
  }

  .tp-carousel-arrow svg {
    width: 15px;
    height: 15px;
  }

  .tp-portfolio-detail {
    margin-top: 40px;
  }

  .tp-portfolio-detail-media {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .tp-portfolio-detail-media img {
    height: auto;
    max-height: 72vh;
  }

  .tp-portfolio-detail h3 {
    margin-bottom: 24px;
    font-size: clamp(28px, 8vw, 40px);
  }

  .tp-portfolio-results ul {
    font-size: 15px;
  }

  .tp-br-mobile {
    display: inline;
  }

  .tp-results-heading,
  .tp-case-copy,
  .tp-journey-paragraph {
    text-align: center;
  }

  .tp-case-process li {
    padding-left: 0;
  }

  .tp-case-process li::before {
    position: static;
    margin-right: 8px;
  }

  .tp-social-links {
    justify-content: center;
  }

  .tp-results-outro {
    margin-top: 88px;
  }

  .tp-results-outro-copy {
    font-size: 26px;
  }

  .tp-results-outro-media {
    margin-top: 32px;
    border-radius: 20px;
  }

  .tp-journey {
    min-height: auto;
    padding: 100px 20px 120px;
  }

  .tp-journey-avatar-wrap {
    width: 100px;
    height: 100px;
  }

  .tp-journey-heading h2 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .tp-journey-steps {
    gap: 56px;
    margin-top: 64px;
  }

  .tp-journey-step,
  .tp-journey-step--reverse {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .tp-journey-step--reverse .tp-journey-media,
  .tp-journey-step--reverse .tp-journey-paragraph {
    grid-column: auto;
    grid-row: auto;
  }

  .tp-journey-media {
    border-radius: 20px;
  }

  .tp-journey-cta {
    margin-top: 72px;
  }

  .tp-journey-paragraph {
    font-size: 16px;
    line-height: 1.85;
  }

  .tp-services {
    min-height: auto;
    padding: 100px 20px 120px;
  }

  .tp-services-heading h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .tp-service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 56px;
  }

  .tp-service-card {
    min-height: 0;
    padding: 26px;
  }

  .tp-service-index {
    margin-bottom: 32px;
  }

  .tp-case-copy h3 {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .tp-case-process {
    gap: 12px;
  }

  .tp-case-result {
    margin-top: 22px;
    font-size: 17px;
  }

  .tp-social-links {
    margin-top: 18px;
  }
}

/* Compact, flat capsules shared by navigation and contact channels. */
.tp-primary-nav--floating {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.tp-primary-nav-link,
.tp-hero-social,
.tp-contact {
  border: 0;
  background: #1c1c1c;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-family: Arial, sans-serif;
  letter-spacing: 0;
}

.tp-primary-nav-link:hover,
.tp-primary-nav-link:focus-visible,
.tp-hero-social:hover,
.tp-contact:hover {
  background: #2c2c2c;
  box-shadow: none;
}

.tp-primary-nav-link[aria-current="page"] {
  background: #383838;
}

.tp-primary-nav-link {
  font-size: 14px;
  font-weight: 400;
}

.tp-hero-socials {
  gap: 10px;
  margin-top: 24px;
}

.tp-hero-social {
  height: 34px;
  padding: 0 10px;
  gap: 6px;
}

.tp-hero-social svg {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.tp-hero-social-handle {
  font-weight: 400;
}

.tp-contact {
  height: 42px;
  min-width: 140px;
  margin-top: 24px;
  padding: 0 22px;
  gap: 8px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .tp-hero-socials {
    gap: 6px;
    flex-wrap: nowrap;
    width: min(calc(100vw - 24px), 360px);
  }

  .tp-hero-social {
    padding: 0 6px;
    gap: 4px;
    flex: 1;
    min-width: 0;
  }

  .tp-hero-social-handle {
    font-size: clamp(11px, 3.5vw, 14px);
  }

  .tp-hero-social svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}

.tp-hero-social .tp-blog-brand {
  mix-blend-mode: screen;
}

.tp-hero-social .tp-instagram-outline {
  stroke: url(#instagram-brand);
  stroke-width: 2.2;
}

.tp-hero-social .tp-instagram-dot {
  fill: #a020f0;
  stroke: none;
}

.tp-hero-social .tp-youtube-body {
  fill: #ff0000;
  stroke: none;
}

.tp-hero-social .tp-youtube-play {
  fill: #fff;
  stroke: none;
}

/* Contact modal */
.tp-contact-modal {
  width: min(420px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(160deg, rgba(30, 30, 30, 0.96), rgba(12, 12, 12, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 30px 80px rgba(0, 0, 0, 0.6);
  overflow: visible;
}

.tp-contact-modal--embed {
  max-height: calc(100dvh - 24px);
  overflow: auto;
}
.tp-embed-header { position: relative; padding: 20px 64px 20px 20px; }
.tp-embed-header h2 { margin: 0; font-size: 18px; }
.tp-contact-iframe { display: block; width: 100%; height: min(650px, calc(100dvh - 150px)); background: #fff; }
.tp-embed-fallback { padding: 12px 16px; margin: 0; color: #aaa; font-size: 12px; text-align: center; }
.tp-embed-fallback a { color: #fff; }

.tp-contact-modal::backdrop {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.tp-contact-modal[open] {
  animation: tpModalIn 0.35s cubic-bezier(0.25, 0.1, 0.25, 1) both;
}

@keyframes tpModalIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.tp-contact-modal [hidden] {
  display: none !important;
}

.tp-modal-form {
  position: relative;
  padding: 40px 34px 36px;
}

.tp-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.tp-modal-close:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.tp-modal-close:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.tp-modal-close svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.tp-modal-body,
.tp-modal-success {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.tp-modal-eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.tp-modal-form h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.tp-modal-desc {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.8;
  word-break: keep-all;
}

.tp-modal-field {
  margin-bottom: 14px;
  text-align: left;
}

.tp-modal-field span {
  display: block;
  margin: 0 0 7px 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.tp-modal-field input {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font: inherit;
  font-size: 14px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.tp-modal-field input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.tp-modal-field input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.09);
}

.tp-modal-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 14px 34px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tp-modal-submit:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 16px 38px rgba(0, 0, 0, 0.36);
}

.tp-modal-submit:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.9);
  outline-offset: 6px;
}

.tp-modal-success {
  padding-top: 26px;
  padding-bottom: 10px;
}
