:root {
  --rt-ink: #f7f1df;
  --rt-muted: rgba(247, 241, 223, 0.68);
  --rt-soft: rgba(247, 241, 223, 0.1);
  --rt-line: rgba(247, 241, 223, 0.18);
  --rt-bg: #12120f;
  --rt-bg-2: #1b1a16;
  --rt-accent: #f5c542;
  --rt-coral: #ec6b5f;
  --rt-teal: #52b6a9;
  --rt-green: #7eb86f;
  --rt-max: 1180px;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: var(--rt-bg) !important;
  color: var(--rt-ink) !important;
  font-family: "Futura PT", Muli, Arial, sans-serif;
  letter-spacing: 0;
}

body.rt-redesign {
  overflow-x: hidden;
}

body.rt-redesign .page-wrapper,
body.rt-redesign .wpo-site-footer,
body.rt-redesign .wpo-site-footer-s2 {
  background: var(--rt-bg);
}

body.rt-redesign .preloader {
  display: none;
}

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

body.rt-redesign main {
  position: relative;
  overflow: visible;
}

body.rt-redesign main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at calc(18% + (var(--rt-scroll, 0) * 16%)) calc(14% + (var(--rt-scroll, 0) * 22%)), rgba(245, 197, 66, 0.09), transparent 25%),
    radial-gradient(circle at calc(84% - (var(--rt-scroll, 0) * 18%)) calc(8% + (var(--rt-scroll, 0) * 32%)), rgba(82, 182, 169, 0.08), transparent 28%);
  opacity: 0.9;
  pointer-events: none;
}

.rt-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(calc(100% - 40px), var(--rt-max));
  margin: 0;
  padding: 30px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  transform: translateX(-50%);
}

.rt-brand,
.rt-brand:hover {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--rt-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.rt-brand-avatar {
  display: inline-grid;
  width: 76px;
  height: 76px;
  overflow: hidden;
  place-items: center;
  border-radius: 50%;
  background: var(--rt-ink);
  box-shadow: 0 0 0 1px rgba(245, 197, 66, 0.28);
}

.rt-brand-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rt-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
}

.rt-nav a,
.rt-nav a:hover {
  color: var(--rt-ink);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.rt-nav a:hover {
  color: var(--rt-accent);
}

.rt-header-cta,
.rt-header-cta:hover,
.rt-btn,
.rt-btn:hover {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--rt-ink);
  color: #15130e;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.rt-header-cta,
.rt-header-cta:hover {
  background: var(--rt-green);
  color: #fff;
}

.rt-btn-dark,
.rt-btn-dark:hover {
  background: #17140e;
  color: var(--rt-ink);
}

.rt-btn-light,
.rt-btn-light:hover {
  background: var(--rt-accent);
  color: #16120a;
}

.rt-page {
  background:
    radial-gradient(circle at 12% 5%, rgba(245, 197, 66, 0.2), transparent 26%),
    radial-gradient(circle at 80% 0%, rgba(82, 182, 169, 0.16), transparent 28%),
    var(--rt-bg);
}

.rt-section,
.rt-hero,
.rt-style2-hero {
  width: min(calc(100% - 40px), var(--rt-max));
  margin: 0 auto;
}

.rt-style2-hero {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 86px);
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.rt-style2-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -72px;
  z-index: -1;
  width: 100vw;
  height: 240px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 76% 18%, rgba(245, 197, 66, 0.14), transparent 29%),
    linear-gradient(180deg, rgba(18, 18, 15, 0), rgba(27, 26, 22, 0.94) 58%, rgba(27, 26, 22, 0));
  pointer-events: none;
}

.rt-style2-slider {
  position: relative;
  min-height: 100vh;
}

.rt-style2-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 12px, 0) scale(1.01);
  transition:
    opacity 2.35s cubic-bezier(.16,1,.3,1),
    transform 2.55s cubic-bezier(.16,1,.3,1);
  will-change: opacity, transform;
}

.rt-style2-slide.is-active {
  position: absolute;
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.rt-style2-slide.is-leaving {
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, -8px, 0) scale(1.004);
}

.rt-style2-slide-content {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 40px), var(--rt-max));
  margin: 0 auto;
  min-width: 0;
  padding: 30vh 0 18vh;
}

.rt-style2-slide h1,
.rt-style2-slide h2 {
  margin: 0;
  color: var(--rt-ink);
  font-weight: 900;
  letter-spacing: 0;
}

.rt-style2-slide h1 {
  max-width: 900px;
  font-size: clamp(58px, 7.5vw, 116px);
  line-height: 1.04;
}

.rt-style2-slide h1.rt-hero-title-fit {
  max-width: 980px;
  font-size: clamp(56px, 7vw, 104px);
  white-space: nowrap;
}

.rt-style2-slide h1 span {
  color: var(--rt-accent);
}

.rt-style2-slide h2 {
  max-width: 100%;
  margin-top: 18px;
  color: #fff9e8;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 1;
}

.rt-style2-portrait {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #201e18;
  box-shadow: none;
}

.rt-style2-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(18, 18, 15, 0.72), rgba(18, 18, 15, 0.28) 45%, rgba(18, 18, 15, 0.08)),
    linear-gradient(0deg, rgba(18, 18, 15, 0.2), rgba(18, 18, 15, 0.18));
  pointer-events: none;
}

.rt-style2-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: right bottom;
  transform: scale(1.025) translateX(calc((var(--section-progress, 0) - 0.5) * -18px));
  transition: transform 3.1s cubic-bezier(.16,1,.3,1), filter 2.35s cubic-bezier(.16,1,.3,1);
}

.rt-style2-slide.is-active .rt-style2-portrait img {
  transform: scale(1) translateX(calc((var(--section-progress, 0) - 0.5) * -18px));
}

.rt-style2-slide.is-leaving .rt-style2-portrait img {
  transform: scale(1.018) translateX(calc((var(--section-progress, 0) - 0.5) * -18px));
}

.rt-style2-controls {
  position: absolute;
  inset: auto 32px 38% 32px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  pointer-events: none;
}

.rt-style2-controls button {
  border: 1px solid var(--rt-line);
  background: rgba(247, 241, 223, 0.06);
  color: var(--rt-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.rt-style2-controls > button {
  position: relative;
  min-width: 58px;
  width: 58px;
  height: 58px;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: auto;
}

.rt-style2-controls > button::before {
  color: var(--rt-ink);
  font-size: 36px;
  font-weight: 400;
}

.rt-style2-controls > button[data-rt-hero="prev"]::before {
  content: "<";
}

.rt-style2-controls > button[data-rt-hero="next"]::before {
  content: ">";
}

.rt-style2-controls button:hover {
  border-color: rgba(245, 197, 66, 0.5);
  background: var(--rt-accent);
}

.rt-style2-controls button:hover::before {
  color: #16120a;
}

.rt-style2-dots {
  position: absolute;
  left: 50%;
  bottom: -25vh;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
  pointer-events: auto;
}

.rt-style2-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
}

.rt-style2-dot.is-active {
  width: 28px;
  border-color: var(--rt-accent);
  border-radius: 999px;
  background: var(--rt-accent);
}

.rt-hero > * {
  min-width: 0;
}

.rt-hero {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 52px;
  align-items: center;
  padding: 76px 0 132px;
}

.rt-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -72px;
  z-index: -1;
  width: 100vw;
  height: 230px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 197, 66, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(18, 18, 15, 0), rgba(27, 26, 22, 0.92) 58%, rgba(27, 26, 22, 0));
  pointer-events: none;
}

.rt-kicker {
  margin: 0 0 20px;
  color: var(--rt-accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rt-hero h1,
.rt-section-title h2,
.rt-footer-cta h2 {
  margin: 0;
  color: var(--rt-ink);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
}

.rt-hero h1 {
  max-width: 820px;
  font-size: clamp(58px, 9vw, 132px);
  overflow-wrap: break-word;
}

.rt-hero h1 .rt-line {
  display: block;
}

.rt-hero h1 .rt-accent-line {
  color: var(--rt-accent);
}

.rt-hero-copy {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--rt-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.rt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.rt-hero-card {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--rt-line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(245, 197, 66, 0.12), rgba(236, 107, 95, 0.1)),
    #201e18;
  transform: translateY(calc(var(--rt-hero-card-y, 0) * 1px));
  transition: transform 0.16s linear;
}

.rt-hero-card img {
  position: absolute;
  right: -36px;
  bottom: 0;
  width: min(112%, 560px);
  max-width: none;
}

.rt-stamp {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--rt-ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rt-sticker {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 220px;
  padding: 18px;
  border-radius: 20px;
  background: var(--rt-accent);
  color: #15110a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.rt-marquee {
  position: relative;
  z-index: 6;
  overflow: hidden;
  width: min(calc(100% - 40px), var(--rt-max));
  margin: -26px auto 0;
  border: 1px solid rgba(247, 241, 223, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(247, 241, 223, 0.08), rgba(82, 182, 169, 0.1), rgba(245, 197, 66, 0.09)),
    rgba(18, 18, 15, 0.88);
  color: var(--rt-ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  transform: translateY(calc(var(--rt-marquee-y, 0) * 1px));
  transition: transform 0.16s linear;
}

.rt-marquee::before,
.rt-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 170px;
  pointer-events: none;
}

.rt-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(18, 18, 15, 1), rgba(18, 18, 15, 0));
}

.rt-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(18, 18, 15, 1), rgba(18, 18, 15, 0));
}

.rt-marquee-track {
  display: flex;
  width: max-content;
  animation: rt-marquee 56s linear infinite;
}

.rt-marquee span {
  position: relative;
  padding: 17px 34px;
  color: rgba(247, 241, 223, 0.82);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rt-marquee span::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(245, 197, 66, 0.8);
  box-shadow: 0 0 16px rgba(245, 197, 66, 0.38);
  transform: translateY(-50%);
}

@keyframes rt-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.rt-section {
  position: relative;
  z-index: 1;
  padding: 126px 0;
}

.rt-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -72px;
  bottom: -72px;
  z-index: -1;
  width: 100vw;
  transform: translate(-50%, calc((var(--section-progress, 0) - 0.5) * -52px));
  opacity: calc(0.78 + (var(--section-progress, 0) * 0.22));
  pointer-events: none;
  transition: opacity 0.2s linear;
}

.rt-services-section {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 560vh;
  padding: 0;
  margin: 0;
  --service-progress: 0;
  --service-release-y: 0px;
}

.rt-services-section::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 197, 66, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(27, 26, 22, 0.96), rgba(18, 18, 15, 0.96) 62%, rgba(16, 21, 19, 0.98));
}

.rt-services-sticky {
  position: sticky;
  top: 0;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.rt-services-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.rt-services-sticky::before {
  background:
    linear-gradient(rgba(247, 241, 223, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 241, 223, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 14% 68%, rgba(82, 182, 169, 0.12), transparent 25%),
    radial-gradient(circle at 84% 34%, rgba(236, 107, 95, 0.1), transparent 27%);
  background-size: 68px 68px, 68px 68px, auto, auto;
  opacity: 0.58;
  transform: translateY(calc(var(--service-progress, 0) * -80px));
}

.rt-services-section.is-pinned .rt-services-sticky,
.rt-services-section.is-after .rt-services-sticky {
  left: 50%;
  transform: translate(-50%, var(--service-release-y, 0px));
}

.rt-services-section.is-pinned .rt-services-sticky {
  position: fixed;
  top: 0;
}

.rt-services-section.is-after .rt-services-sticky {
  position: absolute;
  top: auto;
  bottom: 0;
}

.rt-services-title {
  position: absolute;
  top: clamp(28px, 5vh, 54px);
  left: max(20px, calc((100% - var(--rt-max)) / 2));
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(52px, 9vw, 132px);
  align-items: end;
  width: min(calc(100% - 40px), var(--rt-max));
  max-width: none;
  margin: 0;
  transform: none;
}

.rt-services-title h2 {
  font-size: clamp(34px, 3.45vw, 46px);
}

.rt-services-title p {
  max-width: 410px;
  font-size: 14px;
  line-height: 1.6;
}

.rt-services-stage {
  position: relative;
  z-index: 2;
  height: 100vh;
  min-height: 0;
}

.rt-service-chapter {
  position: absolute;
  inset: 0;
  opacity: 1;
  pointer-events: none;
  transform: translateY(0) scale(1);
  --chapter-fill: 100%;
  --chapter-x: 0px;
}

.rt-service-chapter.is-active {
  pointer-events: auto;
}

.rt-service-word {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  opacity: 0;
  color: rgba(247, 241, 223, 0.075);
  font-size: clamp(118px, 12.8vw, 196px);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.18s ease;
}

.rt-service-chapter.is-word-active .rt-service-word,
.rt-service-chapter.is-word-exiting .rt-service-word {
  opacity: 1;
}

.rt-service-word-base,
.rt-service-word-fill {
  display: block;
  white-space: nowrap;
}

.rt-word-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.26em) scale(0.94);
  transform-origin: 50% 80%;
  transition:
    opacity 0.42s cubic-bezier(.16,1,.3,1),
    transform 0.42s cubic-bezier(.16,1,.3,1);
  transition-delay: calc(var(--letter-index, 0) * 36ms);
}

.rt-service-chapter.is-word-active .rt-word-letter {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.rt-service-chapter.is-word-exiting .rt-word-letter {
  opacity: 0;
  transform: translateY(-0.22em) scale(0.96);
  transition-delay: calc((var(--letter-count, 1) - var(--letter-index, 0)) * 24ms);
}

.rt-service-word-fill {
  position: absolute;
  inset: 0;
  color: rgba(245, 197, 66, 0.92);
  clip-path: inset(0 0 0 var(--chapter-fill, 100%));
}

.rt-service-rail {
  position: absolute;
  left: 50%;
  right: auto;
  top: calc(50% - (clamp(118px, 12.8vw, 196px) * 0.82 / 2));
  bottom: auto;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: min(calc(100% - 40px), var(--rt-max));
  opacity: 0;
  overflow: visible;
  padding: 0;
  transform: translateX(-50%);
  transition: opacity 0.18s ease;
}

.rt-service-chapter.is-active .rt-service-rail,
.rt-service-chapter.is-handoff-incoming .rt-service-rail {
  opacity: 1;
}

.rt-service-items {
  display: flex;
  flex-direction: row;
  width: max-content;
  max-width: none;
  gap: var(--service-card-gap, clamp(28px, 3vw, 64px));
  transform: translate3d(var(--chapter-x, 0px), 0, 0);
  transition: transform 0.18s linear;
  will-change: transform;
}

.rt-work-section {
  margin-top: -76vh;
  padding-top: 56px;
}

.rt-work-section::before {
  top: -14vh;
  background:
    linear-gradient(180deg, rgba(18, 18, 15, 0) 0%, rgba(18, 18, 15, 0.28) 16%, rgba(18, 18, 15, 0.78) 36%, rgba(16, 21, 19, 0.96) 62%),
    radial-gradient(
      circle at
      calc(84% - (var(--section-progress, 0) * 18%))
      calc(-10% + (var(--section-progress, 0) * 34%)),
      rgba(82, 182, 169, calc(0.12 + (var(--section-progress, 0) * 0.16))),
      transparent calc(26% + (var(--section-progress, 0) * 16%))
    ),
    radial-gradient(
      ellipse at
      calc(34% + (var(--section-progress, 0) * 22%))
      calc(88% - (var(--section-progress, 0) * 16%)),
      rgba(126, 184, 111, calc(0.08 + (var(--section-progress, 0) * 0.1))),
      transparent calc(22% + (var(--section-progress, 0) * 10%))
    ),
    linear-gradient(180deg, rgba(18, 18, 15, 0) 0%, rgba(16, 21, 19, 0.64) 28%, rgba(16, 21, 19, 0.98) 56%, rgba(27, 22, 20, 0.98));
  transition: opacity 0.2s linear, transform 0.2s linear;
}

.rt-process-section {
  margin-top: -24px;
}

.rt-process-section::before {
  background:
    linear-gradient(90deg, rgba(245, 197, 66, 0.07), transparent 34%, rgba(236, 107, 95, 0.08)),
    linear-gradient(180deg, rgba(27, 22, 20, 0.98), rgba(18, 18, 15, 0.98));
}

.rt-clients-section {
  margin-top: -22px;
}

.rt-clients-section::before {
  background:
    radial-gradient(circle at 72% 18%, rgba(245, 197, 66, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(18, 18, 15, 0.98), rgba(24, 24, 19, 0.98) 55%, rgba(27, 22, 20, 0.98));
}

.rt-proof-section {
  margin-top: -20px;
}

.rt-proof-section::before {
  background:
    radial-gradient(circle at 22% 22%, rgba(126, 184, 111, 0.11), transparent 27%),
    linear-gradient(180deg, rgba(18, 18, 15, 0.98), rgba(27, 26, 22, 0.94));
}

.rt-section-title {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.7fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 46px;
}

.rt-section-title.rt-services-title {
  margin: 0;
}

.rt-section-title h2 {
  font-size: clamp(42px, 6vw, 84px);
  line-height: 1.04;
}

.rt-section-title.rt-services-title h2 {
  font-size: clamp(34px, 3.45vw, 46px);
  line-height: 1.08;
}

.rt-section-title p {
  margin: 0;
  color: var(--rt-muted);
  font-size: 18px;
  line-height: 1.55;
}

.rt-section-title.rt-services-title p {
  font-size: 14px;
  line-height: 1.6;
}

.rt-service-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rt-line);
  border-left: 1px solid var(--rt-line);
}

.rt-service-grid::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 197, 66, 0.7), transparent);
}

.rt-service-card {
  min-height: 360px;
  padding: 28px;
  border-right: 1px solid var(--rt-line);
  border-bottom: 1px solid var(--rt-line);
  background: rgba(255, 255, 255, 0.025);
  transition: transform 0.65s cubic-bezier(.16,1,.3,1), background 0.35s ease, border-color 0.35s ease;
}

.rt-service-card:hover,
.rt-work-card:hover,
.rt-metric:hover,
.rt-proof-card:hover,
.rt-testimonial-card:hover {
  border-color: rgba(245, 197, 66, 0.42);
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-8px);
}

.rt-service-card strong {
  color: var(--rt-accent);
  font-size: 13px;
  font-weight: 900;
}

.rt-service-card h3 {
  margin: 70px 0 18px;
  color: var(--rt-ink);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.rt-service-card p,
.rt-work-card p,
.rt-process-list p,
.rt-proof-card p,
.rt-testimonial-card p {
  color: var(--rt-muted);
  line-height: 1.55;
}

.rt-service-groups {
  display: flex;
  width: max-content;
  gap: 18px;
  border: 0;
  transform: translate3d(var(--service-x, 0px), 0, 0);
  transition: transform 0.18s linear;
  will-change: transform;
}

.rt-service-groups::before {
  display: none;
}

.rt-service-group {
  width: min(76vw, 510px);
  min-height: 0;
  border: 1px solid var(--rt-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(247, 241, 223, 0.045), rgba(247, 241, 223, 0.018)),
    rgba(255, 255, 255, 0.025);
}

.rt-service-group h3 {
  margin: 26px 0 24px;
  font-size: clamp(34px, 4vw, 56px);
}

.rt-service-group ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rt-line);
}

.rt-service-group li {
  padding: 22px 0;
  border-bottom: 1px solid var(--rt-line);
}

.rt-service-group li:last-child {
  border-bottom: 0;
}

.rt-service-group li span {
  display: block;
  color: var(--rt-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.rt-service-group li p {
  margin: 10px 0 0;
  font-size: 15px;
}

.rt-service-item-card {
  width: clamp(292px, 29vw, 350px);
  min-height: 430px;
  padding: 28px;
  border: 1px solid var(--rt-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(247, 241, 223, 0.05), rgba(247, 241, 223, 0.018)),
    rgba(18, 18, 15, 0.78);
  backdrop-filter: blur(14px);
}

.rt-service-item-card h3 {
  margin: 74px 0 18px;
  color: #fff9e8;
  font-size: clamp(27px, 2.5vw, 34px);
}

.rt-service-item-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.rt-service-card-image {
  position: relative;
  overflow: hidden;
  height: var(--service-image-height, 126px);
  margin: 24px 0 0;
  border: 1px solid rgba(247, 241, 223, 0.1);
  border-radius: 18px;
  background: rgba(247, 241, 223, 0.04);
}

.rt-service-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 18, 15, 0.02), rgba(18, 18, 15, 0.18)),
    radial-gradient(circle at 78% 18%, rgba(245, 197, 66, 0.16), transparent 36%);
  pointer-events: none;
}

.rt-service-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: var(--service-image-fit, cover);
  object-position: var(--service-image-position, 50% 50%);
  filter: saturate(0.9) contrast(1.04) brightness(0.82);
  transform: scale(var(--service-image-zoom, 1.02));
}

.rt-work-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rt-work-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--rt-line);
  border-radius: 24px;
  background: var(--rt-bg-2);
  transition: transform 0.65s cubic-bezier(.16,1,.3,1), background 0.35s ease, border-color 0.35s ease;
}

a.rt-work-card,
a.rt-work-card:hover {
  color: inherit;
  text-decoration: none;
}

.rt-work-card figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.rt-work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1s cubic-bezier(.16,1,.3,1);
}

.rt-work-card:hover img {
  transform: scale(1.08);
}

.rt-work-card div {
  padding: 22px;
}

.rt-work-card h3 {
  margin: 0 0 10px;
  color: var(--rt-ink);
  font-size: 25px;
  font-weight: 900;
}

.rt-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rt-logo-card {
  overflow: hidden;
  min-height: 180px;
  border: 1px solid var(--rt-line);
  border-radius: 24px;
  background: var(--rt-bg-2);
  transition: transform 0.65s cubic-bezier(.16,1,.3,1), background 0.35s ease, border-color 0.35s ease;
}

.rt-logo-card:hover {
  border-color: rgba(245, 197, 66, 0.42);
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-8px);
}

.rt-logo-card img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 1s cubic-bezier(.16,1,.3,1);
}

.rt-logo-card:hover img {
  transform: scale(1.06);
}

.rt-process {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: 56px;
  align-items: start;
}

.rt-process::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: min(720px, 72vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(245, 197, 66, 0.6), transparent);
}

.rt-process-list {
  border-top: 1px solid var(--rt-line);
}

.rt-process-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--rt-line);
}

.rt-process-item span {
  color: var(--rt-accent);
  font-weight: 900;
}

.rt-process-item h3 {
  margin: 0 0 8px;
  color: var(--rt-ink);
  font-size: 28px;
  font-weight: 900;
}

.rt-proof-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
}

.rt-proof-grid-single {
  grid-template-columns: 1fr;
}

.rt-metrics {
  display: grid;
  gap: 18px;
}

.rt-metric,
.rt-proof-card,
.rt-testimonial-card {
  border: 1px solid var(--rt-line);
  border-radius: 24px;
  background: var(--rt-bg-2);
  transition: transform 0.65s cubic-bezier(.16,1,.3,1), background 0.35s ease, border-color 0.35s ease;
}

.rt-metric {
  padding: 28px;
}

.rt-metric strong {
  display: block;
  color: var(--rt-accent);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.rt-metric span {
  color: var(--rt-muted);
}

.rt-proof-card {
  min-height: 100%;
  padding: 34px;
}

.rt-proof-card blockquote {
  margin: 0;
  color: var(--rt-ink);
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.14;
}

.rt-proof-card p {
  margin-top: 26px;
}

.rt-proof-card cite {
  display: block;
  margin-top: 26px;
  color: var(--rt-accent);
  font-style: normal;
  font-weight: 900;
}

.rt-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.rt-testimonial-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
}

.rt-testimonial-card img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(245, 197, 66, 0.42);
}

.rt-testimonial-card p {
  margin: 0;
  font-size: 15px;
}

.rt-testimonial-card cite {
  display: block;
  margin-top: 14px;
  color: var(--rt-accent);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
}

.rt-footer {
  width: min(calc(100% - 40px), var(--rt-max));
  margin: -26px auto 24px;
  position: relative;
  z-index: 2;
}

.rt-footer-cta {
  padding: 70px;
  border-radius: 32px;
  background: var(--rt-ink);
  color: #15120c;
}

.rt-footer-cta .rt-kicker,
.rt-footer-cta h2 {
  color: #15120c;
}

.rt-footer-cta h2 {
  max-width: 850px;
  margin-bottom: 30px;
  font-size: clamp(42px, 6vw, 88px);
}

.rt-footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 0 0;
  color: var(--rt-muted);
}

.rt-footer-bottom p {
  margin: 0;
}

.rt-contact-page {
  width: min(calc(100% - 40px), 980px);
  margin: 0 auto;
  padding: 92px 0 120px;
}

.rt-contact-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  padding: 34px;
  border: 1px solid var(--rt-line);
  border-radius: 28px;
  background: var(--rt-bg-2);
}

.rt-contact-panel h1 {
  margin: 0 0 18px;
  color: var(--rt-ink);
  font-size: clamp(44px, 7vw, 84px);
  font-weight: 900;
  line-height: 0.95;
}

.rt-contact-panel p {
  color: var(--rt-muted);
}

.rt-contact-form {
  display: grid;
  gap: 14px;
}

.rt-contact-form input,
.rt-contact-form select,
.rt-contact-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--rt-line);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--rt-ink);
}

.rt-contact-form textarea {
  min-height: 150px;
  padding-top: 16px;
}

.rt-contact-form button {
  border: 0;
}

.rt-form-result-page {
  display: grid;
  width: min(calc(100% - 40px), 880px);
  min-height: 68vh;
  margin: 0 auto;
  padding: 92px 0 120px;
  place-items: center;
}

.rt-form-result-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid var(--rt-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 12%, rgba(126, 184, 111, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(247, 241, 223, 0.06), rgba(247, 241, 223, 0.02)),
    var(--rt-bg-2);
}

.rt-form-result-card h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--rt-ink);
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 900;
  line-height: 0.95;
}

.rt-form-result-card p:not(.rt-kicker) {
  max-width: 620px;
  margin: 0;
  color: var(--rt-muted);
  font-size: 18px;
  line-height: 1.6;
}

.rt-form-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.rt-case-page {
  width: min(calc(100% - 40px), var(--rt-max));
  margin: 0 auto;
  padding: 86px 0 120px;
}

.rt-case-hero,
.rt-case-media,
.rt-case-solution,
.rt-case-close {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(34px, 7vw, 98px);
  align-items: end;
}

.rt-case-hero {
  min-height: 56vh;
  padding: 72px 0 86px;
}

.rt-case-hero::before,
.rt-case-media::before,
.rt-case-close::before {
  content: "";
  position: absolute;
  inset: -80px 50% -80px;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}

.rt-case-hero::before {
  background:
    radial-gradient(circle at 78% 18%, rgba(245, 197, 66, 0.14), transparent 28%),
    radial-gradient(circle at 18% 46%, rgba(126, 184, 111, 0.1), transparent 30%);
}

.rt-case-hero h1 {
  margin: 0;
  color: var(--rt-ink);
  font-size: clamp(74px, 12vw, 168px);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
}

.rt-case-subtitle {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--rt-green);
  font-size: clamp(26px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}

.rt-case-hero > p,
.rt-case-media-copy p,
.rt-case-solution p,
.rt-case-panel p {
  color: var(--rt-muted);
  font-size: 18px;
  line-height: 1.62;
}

.rt-case-media {
  align-items: center;
  padding: 26px 0 96px;
}

.rt-case-media::before {
  background:
    linear-gradient(180deg, rgba(18, 18, 15, 0), rgba(27, 22, 20, 0.64) 48%, rgba(18, 18, 15, 0)),
    radial-gradient(circle at 70% 50%, rgba(126, 184, 111, 0.13), transparent 30%);
}

.rt-case-video-frame {
  overflow: hidden;
  border: 1px solid rgba(247, 241, 223, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(247, 241, 223, 0.05), rgba(247, 241, 223, 0.015)),
    rgba(18, 18, 15, 0.86);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.rt-case-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.rt-case-media-copy h2,
.rt-case-solution h2,
.rt-case-panel h2,
.rt-case-close h2 {
  margin: 0;
  color: var(--rt-ink);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.98;
}

.rt-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 96px;
}

.rt-case-panel,
.rt-case-outcomes {
  border: 1px solid var(--rt-line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(247, 241, 223, 0.05), rgba(247, 241, 223, 0.018)),
    rgba(18, 18, 15, 0.78);
  backdrop-filter: blur(14px);
}

.rt-case-panel {
  padding: clamp(28px, 4vw, 46px);
}

.rt-case-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rt-case-list li,
.rt-case-outcome-grid span {
  position: relative;
  padding-left: 24px;
  color: var(--rt-ink);
  font-weight: 800;
  line-height: 1.45;
}

.rt-case-list li::before,
.rt-case-outcome-grid span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rt-accent);
  box-shadow: 0 0 18px rgba(245, 197, 66, 0.34);
}

.rt-case-solution {
  align-items: start;
  margin: 0 0 96px;
}

.rt-case-outcomes {
  margin: 0 0 96px;
  padding: clamp(28px, 4vw, 46px);
}

.rt-case-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 28px;
  margin-top: 26px;
}

.rt-case-quotes blockquote {
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid var(--rt-line);
  color: #fff9e8;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.18;
}

.rt-case-quotes blockquote:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.rt-case-close {
  align-items: center;
  padding: 58px;
  border: 1px solid var(--rt-line);
  border-radius: 28px;
  background: rgba(18, 18, 15, 0.78);
  overflow: hidden;
}

.rt-case-close::before {
  background:
    radial-gradient(circle at 80% 30%, rgba(245, 197, 66, 0.16), transparent 26%),
    radial-gradient(circle at 18% 90%, rgba(126, 184, 111, 0.14), transparent 30%);
}

.rt-case-hero-visual {
  align-items: center;
}

.rt-wonderlust-case .rt-case-hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
  gap: clamp(30px, 5vw, 74px);
}

.rt-wonderlust-case .rt-case-hero h1 {
  max-width: 820px;
  font-size: clamp(64px, 8.5vw, 128px);
}

.rt-wonderlust-case .rt-case-subtitle {
  max-width: 720px;
}

.rt-case-hero-image,
.rt-case-image-frame,
.rt-case-gallery-main,
.rt-case-gallery-stack img {
  overflow: hidden;
  border: 1px solid rgba(247, 241, 223, 0.16);
  border-radius: 26px;
  background: rgba(18, 18, 15, 0.72);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.rt-case-hero-image {
  height: clamp(360px, 33vw, 520px);
  margin: 0;
}

.rt-case-hero-image img,
.rt-case-image-frame img,
.rt-case-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rt-wonderlust-case .rt-case-hero::before {
  background:
    radial-gradient(circle at 82% 16%, rgba(245, 197, 66, 0.18), transparent 30%),
    radial-gradient(circle at 20% 60%, rgba(82, 182, 169, 0.16), transparent 34%);
}

.rt-case-snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: -38px 0 96px;
  position: relative;
  z-index: 4;
}

.rt-case-snapshot article {
  padding: 20px;
  border: 1px solid var(--rt-line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(247, 241, 223, 0.05), rgba(247, 241, 223, 0.018)),
    rgba(18, 18, 15, 0.78);
  backdrop-filter: blur(14px);
}

.rt-case-snapshot strong {
  display: block;
  color: var(--rt-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rt-case-snapshot span {
  display: block;
  margin-top: 8px;
  color: #fff9e8;
  font-weight: 900;
  line-height: 1.25;
}

/* Personal profile and services pages */
.rt-profile-page .rt-case-hero {
  min-height: auto;
  padding: 84px 0 82px;
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
}

.rt-profile-page .rt-case-hero h1 {
  max-width: 720px;
  font-size: clamp(58px, 6.7vw, 90px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.025em;
}

.rt-profile-page .rt-case-subtitle {
  max-width: 640px;
  margin-top: 26px;
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.18;
}

.rt-about-page .rt-case-hero {
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
}

.rt-about-page .rt-case-hero-image {
  height: clamp(390px, 34vw, 490px);
}

.rt-about-page .rt-case-hero-image img {
  object-position: right center;
}

.rt-services-page .rt-case-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
}

.rt-profile-page .rt-case-grid,
.rt-profile-page .rt-case-solution,
.rt-profile-page .rt-case-outcomes {
  margin-bottom: 72px;
}

.rt-profile-page .rt-case-panel,
.rt-profile-page .rt-case-outcomes {
  border-radius: 22px;
}

.rt-profile-page .rt-case-panel {
  padding: clamp(30px, 3.4vw, 40px);
}

.rt-services-page .rt-case-panel .rt-case-list {
  margin-top: clamp(20px, 2vw, 28px);
}

.rt-packages-page .rt-packages-hero h1 {
  max-width: 980px;
  font-size: clamp(58px, 8vw, 118px);
  line-height: 0.9;
}

.rt-packages-page {
  counter-reset: rt-package-card;
}

.rt-package-category {
  position: relative;
  margin: 0 0 18px;
  border: 1px solid rgba(247, 241, 223, 0.11);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 0%, rgba(126, 184, 111, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(247, 241, 223, 0.04), rgba(247, 241, 223, 0.01)),
    rgba(10, 12, 9, 0.54);
  overflow: hidden;
  transition: border-color 220ms ease, background 220ms ease;
}

.rt-package-category.is-open {
  margin-bottom: clamp(30px, 5vw, 58px);
  border-color: rgba(245, 197, 66, 0.22);
  background:
    radial-gradient(circle at 90% 0%, rgba(245, 197, 66, 0.10), transparent 34%),
    radial-gradient(circle at 10% 100%, rgba(126, 184, 111, 0.10), transparent 36%),
    linear-gradient(145deg, rgba(247, 241, 223, 0.052), rgba(247, 241, 223, 0.015)),
    rgba(10, 12, 9, 0.68);
}

.rt-package-category-heading {
  all: unset;
  box-sizing: border-box;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(160px, 0.24fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  padding: clamp(22px, 3vw, 34px);
  color: inherit;
  cursor: pointer;
}

.rt-package-category-heading > span {
  display: grid;
  gap: 6px;
}

.rt-package-category-heading .rt-kicker {
  margin: 0;
}

.rt-package-category-heading strong {
  color: rgba(247, 241, 223, 0.22);
  font-size: clamp(34px, 5vw, 74px);
  font-weight: 900;
  line-height: 0.9;
}

.rt-package-category-title {
  display: block;
  max-width: 760px;
  color: var(--rt-ink);
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 900;
  line-height: 0.95;
  text-align: left;
}

.rt-package-category-heading small {
  color: var(--rt-muted);
  font-size: 15px;
  font-weight: 800;
}

.rt-package-category-heading i {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(247, 241, 223, 0.16);
  border-radius: 50%;
  background: rgba(247, 241, 223, 0.035);
}

.rt-package-category-heading i::before,
.rt-package-category-heading i::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--rt-accent);
  transition: transform 220ms ease, opacity 220ms ease;
}

.rt-package-category-heading i::after {
  transform: rotate(90deg);
}

.rt-package-category-heading[aria-expanded="true"] i::after {
  opacity: 0;
  transform: rotate(0deg);
}

.rt-package-category-panel {
  padding: 0 clamp(18px, 3vw, 34px) clamp(22px, 3vw, 34px);
  animation: rt-package-panel-in 260ms ease both;
}

.rt-package-category-panel[hidden] {
  display: none;
}

@keyframes rt-package-panel-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rt-packages-page .rt-package-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 24px);
  margin: 0;
}

.rt-packages-page .rt-package-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--rt-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0%, rgba(126, 184, 111, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(247, 241, 223, 0.075), rgba(247, 241, 223, 0.018) 46%, rgba(245, 197, 66, 0.045)),
    rgba(15, 17, 13, 0.92);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
  transition: border-color 220ms ease, transform 220ms ease, background 220ms ease;
  counter-increment: rt-package-card;
}

.rt-packages-page .rt-package-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: 23px;
  background: linear-gradient(180deg, rgba(247, 241, 223, 0.08), transparent 40%);
}

.rt-packages-page .rt-package-card:hover {
  border-color: rgba(245, 197, 66, 0.34);
  transform: translateY(-5px);
}

.rt-packages-page .rt-package-card.is-featured {
  border-color: rgba(245, 197, 66, 0.38);
  background:
    radial-gradient(circle at 80% 0%, rgba(245, 197, 66, 0.18), transparent 32%),
    radial-gradient(circle at 15% 100%, rgba(126, 184, 111, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(247, 241, 223, 0.066), rgba(247, 241, 223, 0.018)),
    rgba(18, 18, 15, 0.82);
}

.rt-packages-page .rt-package-open {
  all: unset;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: grid !important;
  width: 100%;
  min-height: 420px;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 18px;
  padding: clamp(26px, 3vw, 38px);
  color: inherit;
  cursor: pointer;
}

.rt-packages-page .rt-package-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.rt-packages-page .rt-package-card-top > span:last-child {
  color: rgba(247, 241, 223, 0.28);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.rt-packages-page .rt-package-card-top .rt-kicker {
  margin: 0;
}

.rt-packages-page .rt-package-open strong {
  display: block;
  max-width: 11ch;
  color: var(--rt-ink);
  font-size: clamp(36px, 3.9vw, 58px);
  font-weight: 900;
  line-height: 0.92;
}

.rt-packages-page .rt-package-summary,
.rt-package-best p,
.rt-price-note p {
  display: block;
  margin: 0;
  color: var(--rt-muted);
  font-size: 17px;
  line-height: 1.58;
}

.rt-packages-page .rt-package-price {
  display: grid;
  width: fit-content;
  gap: 6px;
  margin-top: 2px;
  padding: 13px 16px;
  border: 1px solid rgba(245, 197, 66, 0.24);
  border-radius: 16px;
  background: rgba(245, 197, 66, 0.055);
}

.rt-packages-page .rt-package-price span,
.rt-packages-page .rt-package-price small,
.rt-package-best span {
  color: var(--rt-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rt-packages-page .rt-package-price strong,
.rt-packages-page .rt-package-price b {
  color: var(--rt-ink);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.rt-package-best {
  display: grid;
  gap: 8px;
}

.rt-packages-page .rt-package-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(247, 241, 223, 0.11);
  color: var(--rt-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rt-packages-page .rt-package-more::after {
  content: "→";
  color: var(--rt-green);
  font-size: 18px;
  line-height: 1;
  transition: transform 220ms ease;
}

.rt-packages-page .rt-package-card:hover .rt-package-more::after {
  transform: translateX(4px);
}

.rt-package-dialog[hidden] {
  display: none;
}

.rt-package-dialog {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 4, 3, 0.72);
  backdrop-filter: blur(16px);
}

.rt-package-dialog-panel {
  position: relative;
  display: grid;
  width: min(780px, 100%);
  max-height: calc(100vh - 40px);
  gap: 18px;
  overflow: auto;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(245, 197, 66, 0.26);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 197, 66, 0.16), transparent 38%),
    radial-gradient(circle at 8% 100%, rgba(126, 184, 111, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(30, 29, 22, 0.98), rgba(12, 14, 11, 0.98));
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.52);
}

.rt-package-dialog-panel h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--rt-ink);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  line-height: 0.94;
}

.rt-package-dialog-panel > p {
  max-width: 680px;
  margin: 0;
  color: var(--rt-muted);
  font-size: 17px;
  line-height: 1.65;
}

.rt-package-dialog-panel .rt-case-list {
  margin: 8px 0 0;
}

.rt-package-dialog-panel .rt-package-price {
  margin-top: 0;
  width: fit-content;
}

.rt-package-dialog-panel .rt-btn {
  width: fit-content;
}

.rt-package-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(247, 241, 223, 0.22);
  border-radius: 50%;
  color: var(--rt-ink);
  font-size: 28px;
  line-height: 1;
  background: rgba(247, 241, 223, 0.06);
  cursor: pointer;
}

.rt-package-detail-label {
  display: block;
  color: var(--rt-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.rt-package-modal-open {
  overflow: hidden;
}

.rt-articles-page .rt-articles-hero h1,
.rt-article-page .rt-article-header h1 {
  max-width: 1040px;
  font-size: clamp(58px, 8vw, 124px);
  line-height: 0.9;
}

.rt-articles-page .rt-articles-hero {
  grid-template-columns: minmax(360px, 0.92fr) minmax(300px, 0.68fr);
  align-items: center;
  min-height: auto;
  padding: clamp(72px, 8vw, 116px) 0 clamp(64px, 7vw, 96px);
}

.rt-articles-page .rt-articles-hero h1 {
  max-width: 820px;
  font-size: clamp(54px, 6.1vw, 96px);
  line-height: 0.92;
}

.rt-articles-page .rt-articles-hero .rt-case-subtitle {
  max-width: 620px;
  font-size: clamp(28px, 3vw, 42px);
}

.rt-articles-page .rt-articles-hero > p {
  align-self: end;
  max-width: 520px;
  margin-bottom: clamp(22px, 4vw, 54px);
}

.rt-article-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin: 0 0 clamp(70px, 8vw, 110px);
}

.rt-article-card {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--rt-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(126, 184, 111, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(247, 241, 223, 0.055), rgba(247, 241, 223, 0.016)),
    rgba(16, 17, 14, 0.84);
}

.rt-article-card.is-featured {
  grid-column: span 2;
}

.rt-article-card a {
  display: grid;
  height: 100%;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 42px);
  color: inherit;
  text-decoration: none;
}

.rt-article-card:not(.is-featured) a {
  grid-template-columns: 1fr;
}

.rt-article-card figure,
.rt-article-cover,
.rt-article-media {
  margin: 0;
}

.rt-article-card figure {
  min-height: 320px;
}

.rt-article-card img,
.rt-article-cover img,
.rt-article-media img,
.rt-article-media video,
.rt-article-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rt-article-card div {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 4vw, 48px);
}

.rt-article-card h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--rt-ink);
  font-size: clamp(38px, 5vw, 78px);
  font-weight: 900;
  line-height: 0.92;
}

.rt-article-card:not(.is-featured) h2 {
  font-size: clamp(32px, 3.4vw, 52px);
}

.rt-article-card p:not(.rt-kicker) {
  margin: 0;
  color: var(--rt-muted);
  font-size: 17px;
  line-height: 1.65;
}

.rt-article-card span {
  color: var(--rt-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rt-article-header {
  max-width: 1160px;
  margin: 0 0 clamp(34px, 5vw, 68px);
}

.rt-article-page .rt-article-header {
  padding-top: clamp(46px, 5.4vw, 82px);
}

.rt-article-header h1,
.rt-article-header p {
  margin: 0;
}

.rt-article-header > p:not(.rt-kicker) {
  max-width: 820px;
  margin-top: 24px;
  color: var(--rt-green);
  font-size: clamp(25px, 3vw, 43px);
  font-weight: 900;
  line-height: 1.08;
}

.rt-article-header > span {
  display: block;
  margin-top: 28px;
  color: var(--rt-muted);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rt-article-cover {
  height: min(68vh, 720px);
  margin: 0 0 clamp(52px, 7vw, 92px);
  overflow: hidden;
  border: 1px solid var(--rt-line);
  border-radius: 32px;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
}

.rt-article-body {
  max-width: 920px;
  margin: 0 auto clamp(70px, 8vw, 120px);
}

.rt-article-body > p {
  margin: 0 0 30px;
  color: rgba(247, 241, 223, 0.82);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 750;
  line-height: 1.62;
}

.rt-article-media {
  width: min(1120px, calc(100vw - 40px));
  margin: clamp(38px, 6vw, 76px) 50% clamp(42px, 6vw, 82px);
  overflow: hidden;
  border: 1px solid rgba(245, 197, 66, 0.18);
  border-radius: 30px;
  background: rgba(247, 241, 223, 0.04);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
}

.rt-article-media img,
.rt-article-media video {
  max-height: 760px;
  aspect-ratio: 16 / 10;
}

.rt-article-media iframe {
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

.rt-article-media figcaption {
  padding: 18px 22px;
  border-top: 1px solid rgba(247, 241, 223, 0.12);
  color: var(--rt-muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.rt-price-note {
  max-width: 980px;
  margin: 0 0 96px;
  padding: 22px 26px;
  border: 1px solid rgba(245, 197, 66, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 197, 66, 0.14), transparent 36%),
    rgba(245, 197, 66, 0.055);
}

.rt-profile-page .rt-case-media-copy h2,
.rt-profile-page .rt-case-solution h2,
.rt-profile-page .rt-case-panel h2,
.rt-profile-page .rt-case-close h2 {
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.015em;
}

.rt-profile-page .rt-case-hero > p,
.rt-profile-page .rt-case-solution p,
.rt-profile-page .rt-case-panel p {
  font-size: 17px;
  line-height: 1.68;
}

.rt-about-page .rt-case-snapshot {
  margin: 0 0 72px;
}

.rt-profile-page .rt-case-close {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  padding: 44px;
  border-radius: 24px;
}

.rt-profile-page .rt-case-close .rt-actions {
  justify-content: flex-end;
}

.rt-contact-page {
  padding-top: 168px;
}

.rt-contact-panel {
  gap: clamp(34px, 4vw, 52px);
  padding: clamp(32px, 4vw, 46px);
}

.rt-contact-panel h1 {
  font-size: clamp(48px, 5.4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.rt-contact-panel p {
  line-height: 1.65;
}

.rt-case-image-frame {
  height: clamp(320px, 30vw, 430px);
}

.rt-case-gallery {
  --case-gallery-height: clamp(460px, 43vw, 620px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  margin: 0 0 96px;
}

.rt-case-gallery-main {
  height: var(--case-gallery-height);
}

.rt-case-gallery-stack {
  display: grid;
  gap: 18px;
}

.rt-case-gallery-stack img {
  height: calc((var(--case-gallery-height) - 18px) / 2);
  min-height: 0;
}

.rt-case-videos {
  margin: 0 0 96px;
  padding: 58px;
  border: 1px solid var(--rt-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 12%, rgba(82, 182, 169, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(247, 241, 223, 0.045), rgba(247, 241, 223, 0.015)),
    rgba(18, 18, 15, 0.78);
}

.rt-case-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.rt-case-video-card {
  overflow: hidden;
  border: 1px solid rgba(247, 241, 223, 0.14);
  border-radius: 24px;
  background: rgba(18, 18, 15, 0.82);
}

.rt-case-video-card-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  align-items: center;
}

.rt-case-video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #050505;
}

.rt-case-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.rt-case-video-card > div:last-child,
.rt-case-video-card > h3 {
  padding: clamp(22px, 3vw, 34px);
}

.rt-case-video-card h3 {
  margin: 0;
  color: #fff9e8;
  font-size: clamp(24px, 2.6vw, 40px);
  font-weight: 900;
  line-height: 1;
}

.rt-case-video-card p {
  color: var(--rt-muted);
  font-size: 16px;
  line-height: 1.6;
}

@media (hover: hover) and (pointer: fine) {
  body.rt-cursor-ready,
  body.rt-cursor-ready a,
  body.rt-cursor-ready button,
  body.rt-cursor-ready .rt-work-card,
  body.rt-cursor-ready .rt-logo-card,
  body.rt-cursor-ready .rt-service-card,
  body.rt-cursor-ready .rt-case-panel,
  body.rt-cursor-ready .rt-case-video-frame {
    cursor: none;
  }

  body.rt-cursor-ready input,
  body.rt-cursor-ready select,
  body.rt-cursor-ready textarea,
  body.rt-cursor-ready video {
    cursor: auto;
  }

  .rt-cursor,
  .rt-cursor-dot {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity 0.18s ease, width 0.25s cubic-bezier(.16,1,.3,1), height 0.25s cubic-bezier(.16,1,.3,1), border-color 0.25s ease, background 0.25s ease;
    will-change: transform;
  }

  .rt-cursor {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(247, 241, 223, 0.46);
    border-radius: 999px;
    background: rgba(18, 18, 15, 0.24);
    color: var(--rt-ink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    mix-blend-mode: difference;
  }

  .rt-cursor span {
    position: relative;
    z-index: 2;
  }

  .rt-cursor::before {
    content: "";
    position: absolute;
    inset: 50% 16px auto;
    height: 1px;
    opacity: 0;
    transform: translateY(-50%);
    background: rgba(247, 241, 223, 0.58);
    transition: opacity 0.22s ease;
  }

  .rt-cursor-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--rt-accent);
    box-shadow: 0 0 18px rgba(245, 197, 66, 0.42);
  }

  body.rt-cursor-visible .rt-cursor,
  body.rt-cursor-visible .rt-cursor-dot {
    opacity: 1;
  }

  body.rt-cursor-visible[data-rt-cursor] .rt-cursor-dot {
    opacity: 0;
  }

  body.rt-cursor-visible[data-rt-cursor="scroll"] .rt-cursor-dot {
    opacity: 1;
  }

  body.rt-cursor-native .rt-cursor,
  body.rt-cursor-native .rt-cursor-dot {
    opacity: 0;
  }

  body[data-rt-cursor="link"] .rt-cursor,
  body[data-rt-cursor="button"] .rt-cursor {
    width: 68px;
    height: 68px;
    border-color: rgba(245, 197, 66, 0.78);
    background: rgba(245, 197, 66, 0.16);
  }

  body[data-rt-cursor="case"] .rt-cursor,
  body[data-rt-cursor="media"] .rt-cursor {
    width: 86px;
    height: 86px;
    border-color: rgba(126, 184, 111, 0.72);
    background: rgba(126, 184, 111, 0.13);
  }

  body[data-rt-cursor="scroll"] .rt-cursor {
    width: 74px;
    height: 52px;
    border-color: rgba(245, 197, 66, 0.74);
    background:
      linear-gradient(90deg, rgba(245, 197, 66, 0.16), rgba(126, 184, 111, 0.12));
  }

  body[data-rt-cursor="scroll"] .rt-cursor span {
    color: rgba(247, 241, 223, 0.92);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    transform: translateY(-1px);
  }

  body[data-rt-cursor="scroll"] .rt-cursor::before {
    content: "";
    background: transparent;
    left: 18px;
    right: 18px;
    top: 50%;
    height: auto;
    border-top: 1px solid rgba(245, 197, 66, 0.42);
    opacity: 0.78;
    transform: translateY(-50%);
  }

  body[data-rt-cursor="drag"] .rt-cursor {
    width: 58px;
    height: 58px;
    border-color: rgba(247, 241, 223, 0.68);
  }
}

.rt-motion-ready .rt-reveal {
  opacity: 0;
  transform: translateY(68px) scale(0.98);
  filter: blur(10px);
  transition:
    opacity 0.95s cubic-bezier(.16,1,.3,1),
    transform 0.95s cubic-bezier(.16,1,.3,1),
    filter 0.95s cubic-bezier(.16,1,.3,1);
  transition-delay: var(--rt-delay, 0ms);
  will-change: opacity, transform, filter;
}

.rt-motion-ready .rt-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.rt-motion-ready .rt-hero .rt-kicker,
.rt-motion-ready .rt-style2-slide-content {
  --rt-delay: 80ms;
}

.rt-motion-ready .rt-service-card:nth-child(1),
.rt-motion-ready .rt-work-card:nth-child(1),
.rt-motion-ready .rt-metric:nth-child(1) {
  --rt-delay: 80ms;
}

.rt-motion-ready .rt-service-card:nth-child(2),
.rt-motion-ready .rt-work-card:nth-child(2),
.rt-motion-ready .rt-metric:nth-child(2) {
  --rt-delay: 160ms;
}

.rt-motion-ready .rt-service-card:nth-child(3),
.rt-motion-ready .rt-work-card:nth-child(3),
.rt-motion-ready .rt-metric:nth-child(3) {
  --rt-delay: 240ms;
}

.rt-motion-ready .rt-service-card:nth-child(4) {
  --rt-delay: 120ms;
}

.rt-motion-ready .rt-service-card:nth-child(5) {
  --rt-delay: 200ms;
}

.rt-motion-ready .rt-service-card:nth-child(6) {
  --rt-delay: 280ms;
}

.rt-motion-ready .rt-process-item:nth-child(1) {
  --rt-delay: 80ms;
}

.rt-motion-ready .rt-process-item:nth-child(2) {
  --rt-delay: 180ms;
}

.rt-motion-ready .rt-process-item:nth-child(3) {
  --rt-delay: 280ms;
}

.rt-motion-ready .rt-marquee {
  animation: rt-band-in 1.05s cubic-bezier(.16,1,.3,1) 0.45s both;
}

@keyframes rt-band-in {
  from {
    opacity: 0;
    transform: translateY(44px);
  }
  to {
    opacity: 1;
    transform: translateY(calc(var(--rt-marquee-y, 0) * 1px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .rt-marquee-track,
  .rt-motion-ready .rt-marquee {
    animation: none;
  }

  .rt-motion-ready .rt-reveal,
  .rt-motion-ready .rt-reveal.is-visible,
  .rt-hero-card,
  .rt-marquee,
  .rt-section::before {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .rt-header {
    grid-template-columns: 1fr auto;
    border-radius: 26px;
  }

  .rt-nav {
    grid-column: 1 / -1;
    order: 3;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 18px;
    padding: 6px 4px 2px;
  }

  .rt-hero,
  .rt-style2-slide,
  .rt-section-title,
  .rt-process,
  .rt-proof-grid,
  .rt-case-hero,
  .rt-case-media,
  .rt-case-solution,
  .rt-case-close,
  .rt-case-hero-visual,
  .rt-case-gallery,
  .rt-case-video-card-featured,
  .rt-contact-panel {
    grid-template-columns: 1fr;
  }

  .rt-style2-slide-content {
    padding: 30vh 0 20vh;
  }

  .rt-hero-card {
    min-height: 520px;
  }

  .rt-service-grid,
  .rt-work-grid,
  .rt-logo-grid,
  .rt-case-grid,
  .rt-case-outcome-grid,
  .rt-case-snapshot,
  .rt-case-video-grid,
  .rt-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .rt-packages-page .rt-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rt-service-grid.rt-service-groups {
    display: flex;
  }

  .rt-service-groups {
    gap: 16px;
  }

  .rt-service-group {
    width: min(82vw, 500px);
  }

  .rt-footer-bottom {
    grid-template-columns: 1fr;
  }

  .rt-about-page .rt-case-hero,
  .rt-services-page .rt-case-hero {
    grid-template-columns: 1fr;
  }

  .rt-profile-page .rt-case-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rt-profile-page .rt-case-close {
    grid-template-columns: 1fr;
  }

  .rt-profile-page .rt-case-close .rt-actions {
    justify-content: flex-start;
  }

  .rt-packages-page .rt-package-card {
    min-height: auto;
  }

  .rt-packages-page .rt-package-open {
    min-height: 360px;
  }

  .rt-package-category-heading {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .rt-package-category-heading > span:first-child {
    display: none;
  }

  .rt-package-category-title {
    text-align: left;
  }

  .rt-article-list,
  .rt-article-card.is-featured,
  .rt-article-card a {
    grid-template-columns: 1fr;
  }

  .rt-article-card.is-featured {
    grid-column: auto;
  }

  .rt-article-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  body.rt-redesign,
  body.rt-redesign .rt-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .rt-header {
    width: calc(100vw - 28px);
  }

  .rt-packages-page .rt-packages-hero h1 {
    font-size: 46px;
    line-height: 0.94;
  }

  .rt-package-category {
    border-radius: 22px;
  }

  .rt-package-category-heading {
    gap: 16px;
    padding: 22px 18px;
  }

  .rt-package-category-title {
    font-size: 32px;
  }

  .rt-package-category-heading i {
    width: 44px;
    height: 44px;
  }

  .rt-package-category-panel {
    padding: 0 12px 18px;
  }

  .rt-articles-page .rt-articles-hero h1,
  .rt-article-page .rt-article-header h1 {
    font-size: 46px;
    line-height: 0.94;
  }

  .rt-articles-page .rt-articles-hero {
    padding: 42px 0 56px;
  }

  .rt-articles-page .rt-articles-hero > p {
    margin-bottom: 0;
  }

  .rt-article-page .rt-article-header {
    padding-top: 30px;
  }

  .rt-article-card {
    border-radius: 22px;
  }

  .rt-article-card div {
    padding: 24px;
  }

  .rt-article-card h2,
  .rt-article-card:not(.is-featured) h2 {
    max-width: none;
    font-size: 34px;
  }

  .rt-article-cover,
  .rt-article-media {
    border-radius: 22px;
  }

  .rt-article-cover {
    height: 420px;
  }

  .rt-article-body > p {
    font-size: 19px;
  }

  .rt-packages-page .rt-package-grid {
    grid-template-columns: 1fr;
  }

  .rt-packages-page .rt-package-card {
    border-radius: 22px;
  }

  .rt-packages-page .rt-package-open {
    min-height: 310px;
    gap: 16px;
    padding: 24px;
  }

  .rt-packages-page .rt-package-open strong,
  .rt-package-dialog-panel h2 {
    max-width: none;
    font-size: 36px;
  }

  .rt-packages-page .rt-package-summary,
  .rt-package-best p,
  .rt-price-note p {
    font-size: 15px;
  }

  .rt-package-dialog {
    padding: 12px;
  }

  .rt-package-dialog-panel {
    max-height: calc(100vh - 24px);
    border-radius: 22px;
    padding: 28px 20px;
  }

  .rt-price-note {
    margin-bottom: 56px;
    padding: 18px;
  }

  .rt-header-cta {
    display: none;
  }

  .rt-hero,
  .rt-style2-hero,
  .rt-section:not(.rt-services-section) {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .rt-hero {
    padding-top: 54px;
    padding-bottom: 104px;
  }

  .rt-hero::after {
    bottom: -60px;
    height: 180px;
  }

  .rt-style2-hero {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .rt-style2-hero::after {
    bottom: -60px;
    height: 180px;
  }

  .rt-style2-slide h1 {
    max-width: 360px;
    font-size: 48px;
    line-height: 0.98;
  }

  .rt-style2-slide h1.rt-hero-title-fit {
    max-width: 100%;
    font-size: 43px;
    white-space: normal;
  }

  .rt-style2-slide h2 {
    max-width: 335px;
    font-size: 26px;
  }

  .rt-style2-slide-content {
    width: calc(100vw - 28px);
    padding: 28vh 0 18vh;
  }

  .rt-style2-controls {
    inset: auto 0 11vh;
    justify-content: center;
  }

  .rt-style2-controls > button {
    display: none;
  }

  .rt-style2-dots {
    position: static;
    transform: none;
  }

  .rt-style2-portrait::before {
    background:
      linear-gradient(90deg, rgba(18, 18, 15, 0.84), rgba(18, 18, 15, 0.58) 46%, rgba(18, 18, 15, 0.34)),
      linear-gradient(0deg, rgba(18, 18, 15, 0.42), rgba(18, 18, 15, 0.34));
  }

  .rt-style2-portrait img {
    object-position: 80% bottom;
  }

  .rt-nav {
    gap: 12px 13px;
  }

  .rt-nav a,
  .rt-nav a:hover {
    font-size: 11px;
  }

  .rt-marquee {
    width: calc(100vw - 28px);
    margin-top: -20px;
    border-radius: 22px;
    transform: translateY(calc(var(--rt-marquee-y, 0) * 1px));
  }

  .rt-marquee span {
    padding: 15px 24px;
    font-size: 11px;
  }

  .rt-section {
    padding: 92px 0;
  }

  .rt-services-section {
    width: 100%;
    max-width: none;
    min-height: 460vh;
    padding: 0;
  }

  .rt-work-section {
    margin-top: -46vh;
    padding-top: 64px;
  }

  .rt-services-sticky {
    width: 100%;
    min-height: 100vh;
    padding: 0;
  }

  .rt-services-stage {
    height: 100vh;
    min-height: 0;
  }

  .rt-services-title {
    top: 34px;
    left: 14px;
    display: block;
    width: calc(100vw - 28px);
    max-width: none;
    transform: none;
  }

  .rt-service-word {
    top: 50%;
    font-size: 52px;
    transform: translate(-50%, -50%);
  }

  .rt-service-rail {
    top: calc(50% - (52px * 0.82 / 2));
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
    padding: 0;
  }

  .rt-service-items {
    max-width: none;
    gap: var(--service-card-gap, clamp(16px, 5vw, 26px));
  }

  .rt-service-item-card {
    width: calc(100vw - 24px);
    padding: 24px 26px;
  }

  .rt-hero h1 {
    font-size: 35px;
    line-height: 1.03;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }

  .rt-hero-copy {
    width: min(100%, 330px);
    max-width: 330px;
    font-size: 14px;
    word-break: break-word;
  }

  .rt-service-item-card h3 {
    margin-top: 18px;
    font-size: clamp(30px, 8.4vw, 36px);
  }

  .rt-service-item-card p {
    font-size: 15px;
    line-height: 1.5;
  }

  .rt-actions {
    gap: 10px;
  }

  .rt-btn,
  .rt-btn:hover {
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
  }

  .rt-hero-card {
    min-height: 430px;
  }

  .rt-footer-cta,
  .rt-contact-panel {
    padding: 26px;
  }

  .rt-case-page {
    width: calc(100vw - 28px);
    padding: 54px 0 92px;
  }

  .rt-case-hero {
    min-height: auto;
    padding: 44px 0 56px;
  }

  .rt-case-hero h1 {
    font-size: clamp(58px, 18vw, 86px);
  }

  .rt-case-subtitle {
    font-size: 28px;
  }

  .rt-case-media,
  .rt-case-grid,
  .rt-case-solution,
  .rt-case-outcomes,
  .rt-case-snapshot,
  .rt-case-gallery,
  .rt-case-videos {
    margin-bottom: 64px;
  }

  .rt-case-media {
    padding-bottom: 64px;
  }

  .rt-case-video-frame {
    border-radius: 18px;
  }

  .rt-case-hero-image,
  .rt-case-image-frame,
  .rt-case-gallery-main,
  .rt-case-gallery-stack img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .rt-wonderlust-case .rt-case-hero {
    grid-template-columns: 1fr;
  }

  .rt-wonderlust-case .rt-case-hero h1 {
    font-size: clamp(54px, 14vw, 86px);
  }

  .rt-case-snapshot {
    margin-top: 0;
  }

  .rt-case-videos {
    padding: 24px;
    border-radius: 22px;
  }

  .rt-case-panel,
  .rt-case-outcomes,
  .rt-case-close {
    border-radius: 22px;
  }

  .rt-case-close {
    padding: 28px;
  }

  .rt-profile-page {
    padding-top: 164px;
  }

  .rt-profile-page .rt-case-hero {
    padding: 28px 0 60px;
    gap: 36px;
  }

  .rt-profile-page .rt-case-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
    line-height: 0.96;
  }

  .rt-profile-page .rt-case-subtitle {
    margin-top: 20px;
    font-size: 23px;
  }

  .rt-about-page .rt-case-hero-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .rt-profile-page .rt-case-grid,
  .rt-profile-page .rt-case-solution,
  .rt-profile-page .rt-case-outcomes,
  .rt-about-page .rt-case-snapshot {
    margin-bottom: 54px;
  }

  .rt-profile-page .rt-case-outcome-grid {
    grid-template-columns: 1fr;
  }

  .rt-profile-page .rt-case-close {
    gap: 28px;
    padding: 28px;
  }

  .rt-contact-page {
    width: calc(100vw - 28px);
    padding: 204px 0 84px;
  }

  .rt-contact-panel {
    gap: 28px;
    padding: 26px;
  }

  .rt-contact-panel h1 {
    font-size: clamp(46px, 14vw, 62px);
  }
}
