:root {
  --rx2-paper: #ffffff;
  --rx2-fog: #f2f5f8;
  --rx2-ink: #0a1528;
  --rx2-ink-soft: #334057;
  --rx2-cobalt: #1557ff;
  --rx2-cobalt-deep: #0039c8;
  --rx2-signal: #ff5b00;
  --rx2-mint: #00a889;
  --rx2-line: #d9e0e8;
  --rx2-line-dark: rgba(255, 255, 255, 0.24);
  --rx2-display: "Manrope", "Zen Kaku Gothic New", sans-serif;
  --rx2-body: "Zen Kaku Gothic New", sans-serif;
  --rx2-serif: "Shippori Mincho", serif;
  --rx2-header: 88px;
  --rx2-container: 1440px;
  --rx2-gutter: clamp(24px, 4vw, 64px);
  --rx2-section: clamp(96px, 11vw, 176px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--rx2-header) + 24px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--rx2-paper);
  color: var(--rx2-ink);
  font-family: var(--rx2-body);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.rx2-menu-open,
body.rx2-modal-open {
  overflow: hidden;
}

main {
  padding-top: var(--rx2-header);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

::selection {
  background: var(--rx2-cobalt);
  color: #fff;
}

:focus-visible {
  outline: 3px solid #ffbf00;
  outline-offset: 4px;
}

.rx2-container {
  width: min(100%, var(--rx2-container));
  margin-inline: auto;
  padding-inline: var(--rx2-gutter);
}

.rx2-skip {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 12px 18px;
  background: var(--rx2-ink);
  color: #fff;
  font-weight: 700;
}

.rx2-skip:focus {
  transform: translateY(0);
}

.rx2-eyebrow,
.rx2-kicker {
  margin: 0 0 24px;
  color: var(--rx2-cobalt);
  font-family: var(--rx2-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.rx2-kicker span {
  color: var(--rx2-signal);
}

.rx2-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 14px 28px;
  font-family: var(--rx2-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.rx2-button:hover {
  transform: translateY(-2px);
}

.rx2-button--signal {
  background: var(--rx2-signal);
  color: #fff;
}

.rx2-button--signal:hover {
  background: #e85000;
}

.rx2-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid currentColor;
  font-family: var(--rx2-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: color 180ms ease, gap 180ms ease;
}

.rx2-text-link::after {
  content: "↗";
  font-size: 18px;
  line-height: 1;
}

.rx2-text-link:hover {
  gap: 20px;
  color: var(--rx2-cobalt);
}

/* Header */
.rx2-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: var(--rx2-header);
  border-bottom: 1px solid rgba(10, 21, 40, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

@supports (backdrop-filter: blur(16px)) {
  .rx2-header {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
  }
}

.rx2-header__inner {
  width: min(100%, 1536px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  padding-inline: clamp(20px, 3vw, 48px);
}

.rx2-brand {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}

.rx2-brand__name {
  font-family: var(--rx2-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.rx2-brand__tm {
  position: relative;
  top: -0.52em;
  margin-left: 2px;
  font-size: 8px;
  letter-spacing: 0;
}

.rx2-brand__descriptor {
  color: #637085;
  font-family: var(--rx2-display);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rx2-nav {
  margin-left: auto;
}

.rx2-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.rx2-nav__list a {
  position: relative;
  display: block;
  padding-block: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.rx2-nav__list a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--rx2-cobalt);
  transition: transform 180ms ease;
}

.rx2-nav__list a:hover::after,
.rx2-nav__list a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.rx2-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: clamp(24px, 3vw, 48px);
}

.rx2-header__actions .rx2-button {
  min-height: 46px;
  padding: 12px 23px;
}

.rx2-phone {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: right;
}

.rx2-phone__number {
  font-family: var(--rx2-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.rx2-phone__hours {
  margin-top: 5px;
  color: #6a7587;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.rx2-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
}

.rx2-menu-toggle span,
.rx2-menu-toggle span::before,
.rx2-menu-toggle span::after {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--rx2-ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.rx2-menu-toggle span {
  position: relative;
}

.rx2-menu-toggle span::before,
.rx2-menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.rx2-menu-toggle span::before {
  top: -7px;
}

.rx2-menu-toggle span::after {
  top: 7px;
}

.rx2-menu-toggle[aria-expanded="true"] span {
  background: transparent;
}

.rx2-menu-toggle[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}

.rx2-menu-toggle[aria-expanded="true"] span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Company introduction */
.rx2-company-intro {
  position: relative;
  min-height: calc(100svh - var(--rx2-header));
  overflow: hidden;
  isolation: isolate;
  background: var(--rx2-paper);
}

.rx2-company-intro::before {
  position: absolute;
  z-index: 2;
  top: 17%;
  left: -17vw;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(232, 247, 255, 0.88),
    rgba(255, 255, 255, 0) 70%
  );
  content: "";
  filter: blur(8px);
  pointer-events: none;
}

.rx2-company-intro__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.rx2-company-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}

.rx2-company-intro__veil {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0.99) 20%,
    rgba(255, 255, 255, 0.92) 32%,
    rgba(255, 255, 255, 0.36) 52%,
    rgba(255, 255, 255, 0) 70%
  );
  pointer-events: none;
}

.rx2-company-intro__inner {
  position: relative;
  z-index: 3;
  min-height: calc(100svh - var(--rx2-header));
  display: flex;
  align-items: center;
}

.rx2-company-intro__copy {
  width: min(630px, 46vw);
  margin-left: clamp(34px, 8.2vw, 132px);
  padding-block: clamp(64px, 8vh, 104px);
}

.rx2-company-intro__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 28px;
  color: #42636b;
  font-family: var(--rx2-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.rx2-company-intro__eyebrow::before {
  width: 38px;
  height: 1px;
  background: #6aa4a9;
  content: "";
}

.rx2-company-intro__title {
  margin: 0;
  color: #101a29;
  font-family: var(--rx2-serif);
  font-size: clamp(58px, 5.6vw, 86px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.13;
  white-space: nowrap;
}

.rx2-company-intro__statement {
  margin: 45px 0 0;
  border-left: 2px solid #e78335;
  padding-left: 25px;
  color: #263344;
  font-family: var(--rx2-serif);
  font-size: clamp(25px, 2.05vw, 32px);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.75;
}

.rx2-company-intro__rule {
  display: block;
  width: 90px;
  height: 1px;
  margin-top: 52px;
  background: linear-gradient(90deg, #182638, rgba(24, 38, 56, 0));
}

@media (max-width: 720px) {
  .rx2-company-intro {
    min-height: calc(100svh - var(--rx2-header));
  }

  .rx2-company-intro::before {
    top: -4%;
    left: -38vw;
    width: 100vw;
    height: 100vw;
  }

  .rx2-company-intro__media {
    top: auto;
    height: 58%;
  }

  .rx2-company-intro__media img {
    object-position: 66% center;
  }

  .rx2-company-intro__veil {
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 34%,
      rgba(255, 255, 255, 0.88) 50%,
      rgba(255, 255, 255, 0) 74%
    );
  }

  .rx2-company-intro__inner {
    min-height: calc(100svh - var(--rx2-header));
    align-items: flex-start;
  }

  .rx2-company-intro__copy {
    width: 100%;
    margin-left: 0;
    padding: 10svh 24px 0;
  }

  .rx2-company-intro__eyebrow {
    margin-bottom: 18px;
  }

  .rx2-company-intro__title {
    font-size: clamp(40px, 12.2vw, 54px);
  }

  .rx2-company-intro__statement {
    margin-top: 25px;
    padding-left: 18px;
    font-size: clamp(19px, 5.4vw, 23px);
    line-height: 1.65;
  }

  .rx2-company-intro__rule {
    display: none;
  }
}

/* Hero */
.rx2-hero {
  position: relative;
  min-height: calc(100svh - var(--rx2-header));
  overflow: hidden;
  background: var(--rx2-paper);
}

.rx2-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(10, 21, 40, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 21, 40, 0.08) 1px, transparent 1px);
  background-position: center;
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, #000, transparent 58%);
  pointer-events: none;
}

.rx2-hero__inner {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - var(--rx2-header) - 104px);
  display: grid;
  grid-template-columns: minmax(500px, 0.98fr) minmax(540px, 1.02fr);
  align-items: center;
  gap: clamp(48px, 6vw, 104px);
  padding-top: clamp(56px, 6vw, 96px);
  padding-bottom: clamp(56px, 6vw, 96px);
}

.rx2-hero__copy {
  position: relative;
  z-index: 3;
}

.rx2-hero__copy h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--rx2-body);
  font-size: clamp(54px, 5.1vw, 82px);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.98;
}

.rx2-hero__copy h1 span,
.rx2-hero__copy h1 strong {
  display: block;
}

.rx2-hero__copy h1 strong {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-top: 0.18em;
  color: var(--rx2-cobalt);
  font-size: 0.84em;
  font-weight: 600;
}

.rx2-hero__copy h1 strong::after {
  content: "";
  position: absolute;
  right: -0.1em;
  bottom: -0.14em;
  width: 1.5em;
  height: 0.09em;
  background: var(--rx2-signal);
}

.rx2-hero__lead {
  max-width: 620px;
  margin: 42px 0 0;
  color: var(--rx2-ink-soft);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 2;
}

.rx2-hero__actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}

.rx2-hero__actions .rx2-button {
  min-width: 168px;
}

.rx2-hero-media {
  position: relative;
  width: min(100%, 760px);
  min-height: min(640px, 62vw);
  margin-left: auto;
  padding: clamp(20px, 2.4vw, 36px) 0 0 clamp(20px, 2.8vw, 42px);
}

.rx2-hero-media__plane {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -18%;
  width: 88%;
  height: 82%;
  background: var(--rx2-cobalt);
}

.rx2-hero-media__plane::before {
  content: "";
  position: absolute;
  top: 12%;
  left: -13%;
  width: 25%;
  aspect-ratio: 1;
  border: 14px solid var(--rx2-signal);
  border-radius: 50%;
}

.rx2-hero-media__viewport {
  position: relative;
  z-index: 2;
  height: min(548px, 52vw);
  min-height: 460px;
  overflow: hidden;
  background: var(--rx2-fog);
  box-shadow: 0 34px 80px rgba(10, 21, 40, 0.2);
  touch-action: pan-y;
}

.rx2-hero-slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(8%);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 720ms;
}

.rx2-hero-slide.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

.rx2-hero-slide.is-leaving {
  visibility: visible;
  opacity: 0;
  transform: translateX(-8%);
}

.rx2-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rx2-hero-slide:first-child img {
  object-position: 62% center;
}

.rx2-hero-slide:nth-child(2) img {
  object-position: center;
}

.rx2-hero-slide:nth-child(3) img {
  object-position: center 62%;
}

.rx2-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 14, 29, 0.82));
  pointer-events: none;
}

.rx2-hero-slide__caption {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 28px;
  left: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
}

.rx2-hero-slide__caption span {
  font-family: var(--rx2-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.rx2-hero-slide__caption strong {
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: right;
}

.rx2-hero-media__controls {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 22px 0 0 42px;
}

.rx2-hero-media__arrows {
  display: flex;
}

.rx2-hero-media__arrows button,
.rx2-rail-controls button {
  width: 52px;
  height: 48px;
  border: 1px solid var(--rx2-ink);
  background: var(--rx2-paper);
  color: var(--rx2-ink);
  font-family: var(--rx2-display);
  font-size: 20px;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease;
}

.rx2-hero-media__arrows button + button,
.rx2-rail-controls button + button {
  border-left: 0;
}

.rx2-hero-media__arrows button:hover,
.rx2-rail-controls button:hover {
  background: var(--rx2-ink);
  color: #fff;
}

.rx2-hero-media__status {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--rx2-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.rx2-hero-media__status i {
  display: block;
  width: 72px;
  height: 1px;
  background: var(--rx2-ink);
}

.rx2-hero-media__hint {
  position: absolute;
  z-index: 5;
  right: -4px;
  bottom: 70px;
  margin: 0;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right top;
  color: #788396;
  font-family: var(--rx2-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.rx2-hero__proof {
  position: relative;
  z-index: 3;
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(600px, 1.3fr);
  align-items: center;
  gap: 40px;
  border-top: 1px solid rgba(10, 21, 40, 0.14);
  padding: 20px var(--rx2-gutter);
  background: rgba(255, 255, 255, 0.96);
}

.rx2-hero__proof > p {
  margin: 0;
  font-family: var(--rx2-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rx2-hero__proof ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rx2-hero__proof li {
  border-left: 1px solid var(--rx2-line);
  padding-inline: clamp(20px, 3vw, 48px);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

/* Shared sections */
.rx2-section {
  position: relative;
  padding-block: var(--rx2-section);
}

.rx2-section-head {
  display: grid;
  grid-template-columns: minmax(460px, 1.05fr) minmax(340px, 0.65fr);
  align-items: end;
  justify-content: space-between;
  gap: clamp(48px, 8vw, 140px);
}

.rx2-section-head h2,
.rx2-contact__intro h2,
.rx2-faq h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.14;
}

.rx2-section-head > p {
  max-width: 540px;
  margin: 0 0 8px;
  color: var(--rx2-ink-soft);
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

/* Proof */
.rx2-proof {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--rx2-line);
  border-bottom: 1px solid var(--rx2-line);
  padding-block: clamp(84px, 9vw, 136px);
  background: var(--rx2-paper);
}

.rx2-proof::before {
  content: "PROOF";
  position: absolute;
  top: -0.28em;
  right: -0.04em;
  color: rgba(21, 87, 255, 0.055);
  font-family: var(--rx2-display);
  font-size: clamp(180px, 28vw, 520px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.rx2-proof .rx2-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.64fr) minmax(700px, 1.36fr);
  gap: clamp(48px, 8vw, 130px);
}

.rx2-proof__heading h2 {
  margin: 0;
  font-size: clamp(36px, 3.8vw, 58px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.25;
}

.rx2-proof__numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--rx2-ink);
}

.rx2-proof__numbers dl {
  min-height: 190px;
  margin: 0;
  border-bottom: 1px solid var(--rx2-line);
  padding: 26px 18px 24px 0;
}

.rx2-proof__numbers dl:nth-child(odd) {
  border-right: 1px solid var(--rx2-line);
}

.rx2-proof__numbers dl:nth-child(even) {
  padding-left: 32px;
}

.rx2-proof__numbers dt {
  color: #647085;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.rx2-proof__numbers dd {
  display: flex;
  min-height: 108px;
  align-items: flex-end;
  gap: 9px;
  margin: 0;
  color: var(--rx2-cobalt);
  white-space: nowrap;
}

.rx2-proof__numbers strong {
  font-family: var(--rx2-display);
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.rx2-proof__numbers span {
  margin-bottom: 6px;
  color: var(--rx2-ink);
  font-size: 14px;
  font-weight: 600;
}

/* Expertise rail */
.rx2-expertise {
  overflow: hidden;
  background: var(--rx2-fog);
}

.rx2-rail-shell {
  margin-top: clamp(64px, 7vw, 104px);
}

.rx2-rail-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.rx2-rail-controls p {
  margin: 0;
  color: #687489;
  font-family: var(--rx2-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rx2-rail-controls > div {
  display: flex;
}

.rx2-rail-controls button:disabled {
  cursor: default;
  opacity: 0.3;
}

.rx2-story-rail {
  display: grid;
  grid-auto-columns: min(82vw, 960px);
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 max(0px, calc((100vw - var(--rx2-container)) / 2)) 24px 0;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--rx2-cobalt) rgba(10, 21, 40, 0.12);
  scrollbar-width: thin;
}

.rx2-story-rail::-webkit-scrollbar {
  height: 8px;
}

.rx2-story-rail::-webkit-scrollbar-track {
  background: rgba(10, 21, 40, 0.1);
}

.rx2-story-rail::-webkit-scrollbar-thumb {
  background: var(--rx2-cobalt);
}

.rx2-story {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--rx2-paper);
}

.rx2-story__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.rx2-story__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(21, 87, 255, 0.08), transparent 60%);
}

.rx2-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rx2-story:hover .rx2-story__visual img {
  transform: scale(1.025);
}

.rx2-story--source .rx2-story__visual {
  background: var(--rx2-cobalt);
}

.rx2-story--source .rx2-story__visual img {
  object-fit: contain;
  opacity: 0.9;
}

.rx2-story--deliver .rx2-story__visual img {
  object-position: 52% center;
}

.rx2-story--assure .rx2-story__visual img {
  object-position: center 65%;
}

.rx2-story__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(42px, 5vw, 76px);
}

.rx2-story__body > span {
  margin-bottom: auto;
  color: var(--rx2-cobalt);
  font-family: var(--rx2-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.rx2-story__body h3 {
  margin: 70px 0 24px;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 1;
}

.rx2-story__body p {
  max-width: 540px;
  margin: 0;
  color: var(--rx2-ink-soft);
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.rx2-rail-progress {
  width: 100%;
  height: 2px;
  margin-top: 18px;
  overflow: hidden;
  background: rgba(10, 21, 40, 0.13);
}

.rx2-rail-progress i {
  display: block;
  width: 25%;
  height: 100%;
  transform: translateX(0);
  background: var(--rx2-cobalt);
  transition: transform 180ms linear;
}

/* Case */
.rx2-case {
  overflow: hidden;
  padding-block: clamp(120px, 12vw, 190px);
  background: var(--rx2-cobalt);
  color: #fff;
}

.rx2-case__color {
  position: absolute;
  top: 0;
  right: 0;
  width: 24vw;
  height: 100%;
  background: var(--rx2-signal);
  clip-path: polygon(54% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.rx2-case__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(64px, 8vw, 130px);
}

.rx2-case__media {
  position: relative;
  margin-left: clamp(-96px, -5vw, -32px);
}

.rx2-case__media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -26px 44px 42px -36px;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.rx2-case__media img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center 62%;
  box-shadow: 0 42px 96px rgba(0, 26, 105, 0.44);
}

.rx2-case__media p {
  position: absolute;
  right: -54px;
  bottom: 34px;
  margin: 0;
  padding: 16px 24px;
  background: var(--rx2-paper);
  color: var(--rx2-ink);
  font-family: var(--rx2-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.rx2-case__media p span {
  color: var(--rx2-cobalt);
}

.rx2-case .rx2-eyebrow {
  color: #b9ccff;
}

.rx2-case__kicker {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rx2-case__kicker span:first-child {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.rx2-case__kicker span:last-child {
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 5px 9px 4px;
  color: #b9ccff;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.rx2-case__title {
  max-width: 720px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--rx2-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1.8;
}

.rx2-case__content h2 {
  margin: 0;
  font-size: clamp(48px, 4.8vw, 72px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.1;
}

.rx2-case__content h2 span {
  display: block;
  white-space: nowrap;
}

.rx2-case__lead {
  max-width: 720px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.rx2-case__model {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  margin: 42px 0 0;
  border-top: 1px solid var(--rx2-line-dark);
  border-bottom: 1px solid var(--rx2-line-dark);
  padding: 18px 0;
}

.rx2-case__model dt {
  grid-row: 1 / 3;
  align-self: center;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--rx2-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.rx2-case__model dd {
  min-width: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.65;
}

.rx2-case__model dd:first-of-type {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px 12px;
  color: #fff;
  font-family: var(--rx2-display);
  font-size: 16px;
}

.rx2-case__model dd:first-of-type strong {
  color: #fff;
  font-weight: 700;
}

.rx2-case__model dd:first-of-type span {
  overflow-wrap: anywhere;
  color: #fff;
  font-family: var(--rx2-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.rx2-case__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}

.rx2-case__facts dl {
  margin: 0;
  border-right: 1px solid var(--rx2-line-dark);
  padding: 22px 20px 16px 0;
}

.rx2-case__facts dl + dl {
  padding-left: 20px;
}

.rx2-case__facts dl:last-child {
  border-right: 0;
}

.rx2-case__facts dt {
  min-height: 44px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.rx2-case__facts dt span {
  display: block;
  margin-top: 4px;
  color: #b9ccff;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.rx2-case__facts dd {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 18px 0 0;
}

.rx2-case__facts strong {
  font-family: var(--rx2-display);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.rx2-case__facts span {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

.rx2-case__facts .rx2-case__fact-detail {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.6;
}

.rx2-case__reason {
  margin-top: 26px;
  border-left: 3px solid var(--rx2-signal);
  padding: 14px 18px 16px;
  background: rgba(3, 24, 91, 0.2);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.75;
}

.rx2-case__reason p {
  margin: 0 0 4px;
  color: #b9ccff;
  font-family: var(--rx2-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.rx2-case__reason strong {
  color: #fff;
  font-weight: 700;
}

.rx2-case__link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-family: var(--rx2-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: border-color 180ms ease, gap 180ms ease, color 180ms ease;
}

.rx2-case__link:hover {
  gap: 20px;
  border-color: #fff;
  color: #fff;
}

/* Coverage */
.rx2-coverage {
  overflow: hidden;
  background: var(--rx2-paper);
}

.rx2-coverage__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  max-width: 100%;
  margin-top: clamp(76px, 9vw, 130px);
  padding: 0;
  list-style: none;
  color: var(--rx2-cobalt);
  font-family: var(--rx2-display);
  font-size: clamp(44px, 7vw, 108px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.95;
  row-gap: 0.12em;
}

.rx2-coverage__terms li {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}

.rx2-coverage__terms li:not(:last-child)::after {
  content: "/";
  margin: 0 0.2em;
  color: var(--rx2-signal);
  font-weight: 500;
}

.rx2-coverage__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(70px, 8vw, 120px);
  border-top: 1px solid var(--rx2-ink);
}

.rx2-coverage__grid article {
  min-height: 300px;
  border-right: 1px solid var(--rx2-line);
  padding: 28px clamp(24px, 3vw, 46px) 36px 0;
}

.rx2-coverage__grid article + article {
  padding-left: clamp(24px, 3vw, 46px);
}

.rx2-coverage__grid article:last-child {
  border-right: 0;
}

.rx2-coverage__grid span {
  color: var(--rx2-signal);
  font-family: var(--rx2-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.rx2-coverage__grid h3 {
  margin: 78px 0 20px;
  font-family: var(--rx2-display);
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.rx2-coverage__grid p {
  margin: 0;
  color: var(--rx2-ink-soft);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.rx2-coverage__brands {
  margin: 58px 0 0;
  border-top: 1px solid var(--rx2-line);
  border-bottom: 1px solid var(--rx2-line);
  padding-block: 24px;
  color: #657085;
  font-family: var(--rx2-display);
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

/* Knowledge */
.rx2-knowledge {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(21, 87, 255, 0.035), transparent 22%),
    var(--rx2-fog);
}

.rx2-knowledge__shell {
  margin-top: clamp(58px, 7vw, 96px);
}

.rx2-knowledge-rail {
  display: grid;
  grid-auto-columns: minmax(300px, 31%);
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 0 24px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--rx2-cobalt) rgba(10, 21, 40, 0.12);
  scrollbar-width: thin;
}

.rx2-knowledge-rail::-webkit-scrollbar {
  height: 8px;
}

.rx2-knowledge-rail::-webkit-scrollbar-track {
  background: rgba(10, 21, 40, 0.1);
}

.rx2-knowledge-rail::-webkit-scrollbar-thumb {
  background: var(--rx2-cobalt);
}

.rx2-knowledge-card {
  min-width: 0;
  min-height: 480px;
  display: grid;
  grid-template-rows: 250px 1fr;
  overflow: hidden;
  border: 1px solid rgba(10, 21, 40, 0.1);
  background: var(--rx2-paper);
  color: var(--rx2-ink);
  scroll-snap-align: start;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.rx2-knowledge-card:hover {
  border-color: rgba(21, 87, 255, 0.34);
  box-shadow: 0 24px 54px rgba(10, 21, 40, 0.12);
  transform: translateY(-5px);
}

.rx2-knowledge-card__visual {
  position: relative;
  display: block;
  overflow: hidden;
  background: #dfe8f5;
}

.rx2-knowledge-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(5, 16, 33, 0.38)),
    linear-gradient(135deg, rgba(21, 87, 255, 0.14), transparent 58%);
}

.rx2-knowledge-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rx2-knowledge-card:hover .rx2-knowledge-card__visual img {
  transform: scale(1.035);
}

.rx2-knowledge-card--compatibility .rx2-knowledge-card__visual {
  background: #e7edff;
}

.rx2-knowledge-card--compatibility .rx2-knowledge-card__visual img,
.rx2-knowledge-card--replacement .rx2-knowledge-card__visual img {
  object-fit: contain;
  padding: 18px;
}

.rx2-knowledge-card--replacement .rx2-knowledge-card__visual {
  background: #1557ff;
}

.rx2-knowledge-card--procurement .rx2-knowledge-card__visual {
  background: #e6f5f1;
}

.rx2-knowledge-card__body {
  display: flex;
  flex-direction: column;
  padding: 27px 28px 30px;
}

.rx2-knowledge-card__index {
  color: var(--rx2-cobalt);
  font-family: var(--rx2-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.rx2-knowledge-card__body strong {
  margin-top: 32px;
  font-family: var(--rx2-display);
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.25;
}

.rx2-knowledge-card__body > span:last-child {
  margin-top: 16px;
  color: var(--rx2-ink-soft);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
}

.rx2-knowledge__all {
  margin-top: 28px;
}

/* Responsibility */
.rx2-responsibility {
  overflow: hidden;
  background: var(--rx2-ink);
  color: #fff;
}

.rx2-responsibility__ink {
  position: absolute;
  top: -18vw;
  right: -13vw;
  width: 48vw;
  aspect-ratio: 1;
  border: 8vw solid var(--rx2-cobalt);
  border-radius: 50%;
  opacity: 0.9;
}

.rx2-responsibility__inner {
  position: relative;
  z-index: 1;
}

.rx2-responsibility .rx2-eyebrow {
  color: #8fb0ff;
}

.rx2-responsibility__statement {
  display: grid;
  grid-template-columns: minmax(700px, 1.2fr) minmax(320px, 0.55fr);
  gap: clamp(50px, 8vw, 150px);
}

.rx2-responsibility__statement .rx2-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.rx2-responsibility__statement h2 {
  margin: 0;
  font-size: clamp(44px, 4.7vw, 70px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.18;
}

.rx2-responsibility__statement h2 span,
.rx2-responsibility__statement h2 strong {
  display: block;
  white-space: nowrap;
}

.rx2-responsibility__statement h2 strong .rx2-responsibility__line {
  display: inline;
}

.rx2-responsibility__statement h2 strong {
  color: var(--rx2-signal);
  font-weight: 600;
}

.rx2-responsibility__statement > p:last-child {
  align-self: end;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.rx2-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: clamp(80px, 9vw, 132px) 0 0;
  padding: 0;
  list-style: none;
}

.rx2-process li {
  position: relative;
  min-height: 170px;
  border-top: 1px solid var(--rx2-line-dark);
  border-right: 1px solid var(--rx2-line-dark);
  padding: 24px 24px 20px 0;
}

.rx2-process li + li {
  padding-left: 24px;
}

.rx2-process li:last-child {
  border-right: 0;
}

.rx2-process span {
  color: #8fb0ff;
  font-family: var(--rx2-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.rx2-process strong {
  position: absolute;
  right: 22px;
  bottom: 24px;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.rx2-process li + li strong {
  left: 24px;
}

/* Philosophy */
.rx2-philosophy {
  min-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: var(--rx2-section);
  background: var(--rx2-paper);
}

.rx2-philosophy__signal {
  position: absolute;
  top: 90px;
  left: -0.08em;
  color: var(--rx2-signal);
  font-family: var(--rx2-serif);
  font-size: clamp(360px, 45vw, 720px);
  font-weight: 700;
  line-height: 1;
  opacity: 0.12;
  pointer-events: none;
}

.rx2-philosophy__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(620px, 1.2fr) minmax(360px, 0.62fr);
  align-items: end;
  gap: clamp(60px, 10vw, 180px);
}

.rx2-philosophy h2 {
  margin: 0;
  font-family: var(--rx2-serif);
  font-size: clamp(52px, 6.5vw, 94px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.35;
}

.rx2-philosophy h2 strong {
  display: block;
  color: var(--rx2-cobalt);
  font-weight: 600;
}

.rx2-philosophy h2 > span,
.rx2-philosophy h2 strong span {
  display: block;
}

.rx2-philosophy__body {
  border-top: 1px solid var(--rx2-ink);
  padding-top: 28px;
}

.rx2-philosophy__body p {
  margin: 0 0 34px;
  color: var(--rx2-ink-soft);
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
}

/* News */
.rx2-news {
  overflow: hidden;
  background: var(--rx2-fog);
}

.rx2-news__head {
  align-items: end;
}

.rx2-news .news-grid {
  display: grid;
  grid-auto-columns: minmax(320px, 31vw);
  grid-auto-flow: column;
  gap: 22px;
  overflow-x: auto;
  margin-top: clamp(64px, 7vw, 100px);
  padding: 0 0 24px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--rx2-cobalt) rgba(10, 21, 40, 0.12);
  scrollbar-width: thin;
}

.rx2-news .news-grid::-webkit-scrollbar {
  height: 8px;
}

.rx2-news .news-grid::-webkit-scrollbar-track {
  background: rgba(10, 21, 40, 0.1);
}

.rx2-news .news-grid::-webkit-scrollbar-thumb {
  background: var(--rx2-cobalt);
}

.rx2-news .news-card {
  min-height: 510px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 0;
  background: var(--rx2-paper);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.rx2-news .news-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 60px rgba(10, 21, 40, 0.12);
}

.rx2-news .news-image {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #dfe5ec;
}

.rx2-news .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rx2-news .news-card:hover .news-image img {
  transform: scale(1.035);
}

.rx2-news .news-category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 15px;
  background: var(--rx2-cobalt);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.rx2-news .news-content {
  padding: 24px 26px 28px;
}

.rx2-news .news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #687489;
  font-family: var(--rx2-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.rx2-news .news-badge {
  color: var(--rx2-cobalt);
}

.rx2-news .news-content h3 {
  margin: 18px 0 0;
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.55;
}

.rx2-news .news-footer {
  margin-top: 18px;
}

/* FAQ */
.rx2-faq {
  background: var(--rx2-paper);
}

.rx2-faq__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.55fr) minmax(620px, 1.45fr);
  gap: clamp(60px, 10vw, 170px);
}

.rx2-faq__list {
  border-top: 1px solid var(--rx2-ink);
}

.rx2-faq .faq-item {
  border-bottom: 1px solid var(--rx2-line);
}

.rx2-faq summary {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 24px 62px 24px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  list-style: none;
  cursor: pointer;
}

.rx2-faq summary::-webkit-details-marker {
  display: none;
}

.rx2-faq summary::before,
.rx2-faq summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 1px;
  background: var(--rx2-ink);
  transition: transform 180ms ease;
}

.rx2-faq summary::after {
  transform: rotate(90deg);
}

.rx2-faq details[open] summary::after {
  transform: rotate(0);
}

.rx2-faq .faq-item p {
  max-width: 760px;
  margin: -2px 0 0;
  padding: 0 60px 28px 0;
  color: var(--rx2-ink-soft);
  font-size: 15px;
  line-height: 2;
}

/* Contact */
.rx2-contact {
  overflow: hidden;
  padding-block: clamp(110px, 12vw, 180px);
  background: var(--rx2-ink);
  color: #fff;
}

.rx2-contact__backdrop {
  position: absolute;
  top: -0.18em;
  right: -0.04em;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--rx2-display);
  font-size: clamp(170px, 25vw, 420px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 1;
  pointer-events: none;
}

.rx2-contact__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 0.72fr) minmax(640px, 1.28fr);
  align-items: start;
  gap: clamp(60px, 9vw, 150px);
}

.rx2-contact .rx2-eyebrow {
  color: #8fb0ff;
}

.rx2-contact__intro {
  position: sticky;
  top: calc(var(--rx2-header) + 40px);
}

.rx2-contact__intro h2 {
  font-size: clamp(42px, 4.2vw, 64px);
  letter-spacing: -0.05em;
}

.rx2-contact__intro h2 span {
  display: block;
  white-space: nowrap;
}

.rx2-contact__intro > p:not(.rx2-eyebrow):not(.rx2-contact__phone) {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 2;
}

.rx2-contact__mail {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px 20px;
  margin-top: 48px;
  border-top: 1px solid var(--rx2-line-dark);
  border-bottom: 1px solid var(--rx2-line-dark);
  padding-block: 20px;
}

.rx2-contact__mail > span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.rx2-contact__mail a {
  overflow: hidden;
  font-family: var(--rx2-display);
  font-size: clamp(16px, 1.6vw, 21px);
  font-weight: 600;
  text-overflow: ellipsis;
}

.rx2-contact__mail button {
  min-width: 64px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.rx2-contact__phone {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 30px 0 0;
}

.rx2-contact__phone a {
  font-family: var(--rx2-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.rx2-contact__phone span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.rx2-contact-form {
  border: 0;
  border-top: 8px solid var(--rx2-cobalt);
  border-radius: 0;
  padding: clamp(34px, 5vw, 68px);
  background: var(--rx2-paper);
  color: var(--rx2-ink);
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.28);
}

.rx2-contact-form .form-group {
  margin-bottom: 24px;
}

.rx2-contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.rx2-contact-form label {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 600;
}

.rx2-contact-form .required {
  margin-left: 4px;
  color: var(--rx2-signal);
  font-size: 11px;
  font-weight: 700;
}

.rx2-contact-form input:not([type="file"]),
.rx2-contact-form select,
.rx2-contact-form textarea {
  width: 100%;
  border: 1px solid #bbc4d0;
  border-radius: 0;
  background: #fff;
  color: var(--rx2-ink);
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.rx2-contact-form input:not([type="file"]),
.rx2-contact-form select {
  min-height: 52px;
  padding: 10px 13px;
}

.rx2-contact-form textarea {
  min-height: 152px;
  resize: vertical;
  padding: 13px;
}

.rx2-contact-form input:focus,
.rx2-contact-form select:focus,
.rx2-contact-form textarea:focus {
  border-color: var(--rx2-cobalt);
  box-shadow: 0 0 0 3px rgba(21, 87, 255, 0.14);
}

.rx2-contact-form .rx2-button {
  min-width: 180px;
  margin-top: 6px;
}

.rx2-contact-form .form-note {
  margin: 15px 0 0;
  color: #687489;
  font-size: 11px;
  line-height: 1.7;
}

.rx2-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* Footer */
.rx2-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 80px 0 30px;
  background: #07101e;
  color: #fff;
}

.rx2-footer__top {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(580px, 1.45fr);
  gap: 80px;
}

.rx2-brand--footer .rx2-brand__descriptor {
  color: rgba(255, 255, 255, 0.5);
}

.rx2-footer__top > div > p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1.9;
}

.rx2-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.rx2-footer__nav--rich {
  grid-template-columns: 1.15fr 0.85fr 1.05fr 0.95fr;
  gap: 30px;
}

.rx2-footer__nav h3 {
  margin: 0 0 20px;
  color: #8fb0ff;
  font-family: var(--rx2-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rx2-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rx2-footer__nav li + li {
  margin-top: 9px;
}

.rx2-footer__nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  transition: color 180ms ease;
}

.rx2-footer__nav a:hover {
  color: #fff;
}

.rx2-footer__variant-link span {
  display: block;
}

.rx2-footer__nav a:focus-visible {
  border-radius: 4px;
  outline: 2px solid #8fb0ff;
  outline-offset: 4px;
}

.rx2-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--rx2-display);
  font-size: 10px;
  letter-spacing: 0.04em;
}

/* Reveal progressive enhancement */
.rx-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rx-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Tablet */
@media (max-width: 1180px) {
  :root {
    --rx2-header: 78px;
  }

  .rx2-nav__list {
    gap: 16px;
  }

  .rx2-nav__list a {
    font-size: 12px;
  }

  .rx2-phone {
    display: none;
  }

  .rx2-header__actions {
    margin-left: 24px;
  }

  .rx2-hero__inner {
    grid-template-columns: minmax(430px, 0.95fr) minmax(440px, 1.05fr);
    gap: 42px;
  }

  .rx2-hero__copy h1 {
    font-size: clamp(50px, 5.5vw, 70px);
  }

  .rx2-hero-media {
    min-height: 530px;
  }

  .rx2-hero-media__viewport {
    height: 460px;
    min-height: 0;
  }

  .rx2-hero-slide__caption {
    display: block;
  }

  .rx2-hero-slide__caption strong {
    display: block;
    margin-top: 5px;
    white-space: nowrap;
  }

  .rx2-proof .rx2-container {
    grid-template-columns: minmax(260px, 0.52fr) minmax(580px, 1.48fr);
    gap: 60px;
  }

  .rx2-case__inner {
    grid-template-columns: minmax(360px, 0.82fr) minmax(480px, 1.18fr);
    gap: 60px;
  }

  .rx2-responsibility__statement {
    grid-template-columns: minmax(560px, 1.2fr) minmax(280px, 0.6fr);
    gap: 60px;
  }

  .rx2-philosophy__inner {
    grid-template-columns: minmax(520px, 1.15fr) minmax(300px, 0.65fr);
    gap: 70px;
  }

  .rx2-footer__top {
    grid-template-columns: minmax(220px, 0.42fr) minmax(650px, 1.58fr);
    gap: 54px;
  }

  .rx2-footer__nav--rich {
    gap: 22px;
  }
}

@media (max-width: 960px) {
  .rx2-header {
    background: var(--rx2-paper);
    backdrop-filter: none;
  }

  .rx2-header__actions .rx2-button {
    display: none;
  }

  .rx2-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .rx2-nav {
    position: fixed;
    z-index: 999;
    top: var(--rx2-header);
    right: 0;
    bottom: 0;
    height: calc(100dvh - var(--rx2-header));
    width: min(88vw, 430px);
    overflow-y: auto;
    visibility: hidden;
    transform: translateX(100%);
    background: var(--rx2-paper);
    box-shadow: -24px 30px 60px rgba(10, 21, 40, 0.14);
    transition: visibility 0s linear 240ms, transform 240ms ease;
  }

  .rx2-nav.is-open {
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .rx2-nav__list {
    display: block;
    padding: 36px 28px;
  }

  .rx2-nav__list li {
    border-bottom: 1px solid var(--rx2-line);
  }

  .rx2-nav__list a {
    min-height: 58px;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .rx2-header__actions {
    display: none;
  }

  .rx2-hero {
    min-height: auto;
  }

  .rx2-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 70px;
    padding-top: 82px;
    padding-bottom: 72px;
  }

  .rx2-hero__copy {
    max-width: 760px;
  }

  .rx2-hero__copy h1 {
    font-size: clamp(56px, 9vw, 82px);
  }

  .rx2-hero-media {
    width: min(92%, 760px);
    min-height: 600px;
    margin-inline: auto 0;
  }

  .rx2-hero-media__viewport {
    height: 530px;
  }

  .rx2-hero__proof {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-block: 26px;
  }

  .rx2-hero__proof > p {
    text-align: center;
  }

  .rx2-hero__proof li {
    text-align: center;
  }

  .rx2-section-head {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rx2-proof .rx2-container {
    grid-template-columns: 1fr;
  }

  .rx2-proof__heading h2 {
    max-width: 580px;
  }

  .rx2-story-rail {
    grid-auto-columns: min(88vw, 820px);
  }

  .rx2-story {
    min-height: 500px;
    grid-template-columns: minmax(280px, 0.8fr) minmax(340px, 1.2fr);
  }

  .rx2-knowledge-rail {
    grid-auto-columns: minmax(300px, 44%);
  }

  .rx2-case__inner {
    grid-template-columns: 1fr;
    gap: 76px;
  }

  .rx2-case__media {
    width: min(78%, 660px);
    margin-left: 0;
  }

  .rx2-case__content {
    max-width: 820px;
  }

  .rx2-coverage__grid {
    grid-template-columns: 1fr;
  }

  .rx2-coverage__grid article,
  .rx2-coverage__grid article + article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--rx2-line);
    padding: 26px 0 34px;
  }

  .rx2-coverage__grid h3 {
    margin-top: 50px;
  }

  .rx2-responsibility__statement {
    grid-template-columns: 1fr;
  }

  .rx2-responsibility__statement h2 {
    max-width: 820px;
  }

  .rx2-responsibility__statement > p:last-child {
    max-width: 620px;
  }

  .rx2-process {
    grid-template-columns: repeat(5, minmax(190px, 1fr));
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .rx2-philosophy {
    min-height: auto;
  }

  .rx2-philosophy__inner {
    grid-template-columns: 1fr;
  }

  .rx2-philosophy__body {
    max-width: 620px;
    margin-left: auto;
  }

  .rx2-news .news-grid {
    grid-auto-columns: minmax(320px, 58vw);
  }

  .rx2-faq__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .rx2-contact__layout {
    grid-template-columns: 1fr;
  }

  .rx2-contact__intro {
    position: static;
    max-width: 680px;
  }

  .rx2-footer__top {
    grid-template-columns: 1fr;
  }

  .rx2-footer__nav--rich {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 640px) {
  :root {
    --rx2-header: 68px;
    --rx2-gutter: 20px;
    --rx2-section: 88px;
  }

  body {
    font-size: 15px;
  }

  .rx2-case__content h2 span,
  .rx2-responsibility__statement h2 span,
  .rx2-responsibility__statement h2 strong,
  .rx2-contact__intro h2 span {
    white-space: normal;
  }

  .rx2-responsibility__statement h2 strong .rx2-responsibility__line {
    display: block;
  }

  .rx2-brand__name {
    font-size: 21px;
  }

  .rx2-header__inner {
    padding-inline: 18px;
  }

  .rx2-hero__grid {
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, #000, transparent 58%);
  }

  .rx2-hero__inner {
    gap: 54px;
    padding-top: 58px;
    padding-bottom: 52px;
  }

  .rx2-kicker,
  .rx2-eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .rx2-hero__copy h1 {
    font-size: clamp(40px, 11.3vw, 50px);
    letter-spacing: -0.072em;
    line-height: 1.05;
  }

  .rx2-hero__copy h1 strong {
    width: auto;
  }

  .rx2-hero__lead {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.9;
  }

  .rx2-hero__actions {
    align-items: center;
    flex-flow: row wrap;
    gap: 18px;
    margin-top: 32px;
  }

  .rx2-hero__actions .rx2-button {
    min-width: 170px;
  }

  .rx2-hero-media {
    width: calc(100% - 4px);
    min-height: 446px;
    padding: 14px 0 0 14px;
  }

  .rx2-hero-media__plane {
    right: -22px;
    width: 88%;
    height: 84%;
  }

  .rx2-hero-media__plane::before {
    left: -12%;
    border-width: 8px;
  }

  .rx2-hero-media__viewport {
    height: 370px;
  }

  .rx2-hero-slide:first-child img {
    object-position: 67% center;
  }

  .rx2-hero-slide__caption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: block;
  }

  .rx2-hero-slide__caption strong {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    text-align: left;
  }

  .rx2-hero-media__controls {
    margin: 14px 0 0 14px;
  }

  .rx2-hero-media__arrows button,
  .rx2-rail-controls button {
    width: 48px;
    height: 44px;
  }

  .rx2-hero-media__status i {
    width: 44px;
  }

  .rx2-hero-media__hint {
    display: none;
  }

  .rx2-hero__proof {
    display: block;
    padding: 24px 20px;
  }

  .rx2-hero__proof > p {
    text-align: left;
  }

  .rx2-hero__proof ul {
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .rx2-hero__proof li {
    border-left: 0;
    border-top: 1px solid var(--rx2-line);
    padding: 9px 0;
    text-align: left;
    white-space: normal;
  }

  .rx2-section-head h2,
  .rx2-contact__intro h2,
  .rx2-faq h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .rx2-section-head > p {
    font-size: 15px;
  }

  .rx2-proof::before {
    top: 0;
    font-size: 180px;
  }

  .rx2-proof .rx2-container {
    gap: 50px;
  }

  .rx2-proof__heading h2 {
    font-size: 34px;
  }

  .rx2-proof__numbers {
    grid-template-columns: 1fr;
  }

  .rx2-proof__numbers dl,
  .rx2-proof__numbers dl:nth-child(even) {
    min-height: 142px;
    border-right: 0;
    padding: 20px 0;
  }

  .rx2-proof__numbers dd {
    min-height: 74px;
  }

  .rx2-proof__numbers strong {
    font-size: 55px;
  }

  .rx2-rail-shell {
    margin-right: calc(var(--rx2-gutter) * -1);
  }

  .rx2-rail-controls {
    padding-right: var(--rx2-gutter);
  }

  .rx2-story-rail {
    grid-auto-columns: calc(100vw - 48px);
    gap: 14px;
    padding-right: 24px;
  }

  .rx2-story {
    min-height: 580px;
    grid-template-columns: 1fr;
    grid-template-rows: 260px 1fr;
  }

  .rx2-story__body {
    padding: 28px 26px 34px;
  }

  .rx2-story__body h3 {
    margin: 42px 0 16px;
    font-size: 53px;
  }

  .rx2-story__body p {
    font-size: 14px;
    line-height: 1.9;
  }

  .rx2-case__color {
    width: 48vw;
  }

  .rx2-case__media {
    width: 92%;
  }

  .rx2-case__media::before {
    inset: -14px 22px 28px -14px;
  }

  .rx2-case__media p {
    right: -24px;
    bottom: 18px;
    padding: 12px 16px;
    font-size: 10px;
  }

  .rx2-case__content h2 {
    font-size: 45px;
  }

  .rx2-case__lead {
    font-size: 15px;
  }

  .rx2-case__facts {
    grid-template-columns: 1fr;
  }

  .rx2-case__facts dl,
  .rx2-case__facts dl + dl {
    border-right: 0;
    border-bottom: 1px solid var(--rx2-line-dark);
    padding: 20px 0;
  }

  .rx2-case__facts dt {
    min-height: auto;
  }

  .rx2-case__facts dd {
    margin-top: 12px;
  }

  .rx2-case__model {
    grid-template-columns: 70px minmax(0, 1fr);
    margin-top: 34px;
  }

  .rx2-case__reason {
    margin-top: 22px;
  }

  .rx2-coverage__terms {
    margin-top: 70px;
    font-size: clamp(38px, 12vw, 68px);
  }

  .rx2-coverage__grid {
    margin-top: 64px;
  }

  .rx2-coverage__brands {
    text-align: left;
  }

  .rx2-knowledge-rail {
    grid-auto-columns: calc(100vw - 68px);
    gap: 16px;
  }

  .rx2-knowledge-card {
    min-height: 450px;
    grid-template-rows: 224px 1fr;
  }

  .rx2-knowledge-card__body {
    padding: 24px 24px 28px;
  }

  .rx2-knowledge-card__body strong {
    margin-top: 26px;
    font-size: 25px;
  }

  .rx2-responsibility__ink {
    top: -24vw;
    right: -26vw;
    width: 82vw;
    border-width: 14vw;
  }

  .rx2-responsibility__statement h2 {
    font-size: 41px;
  }

  .rx2-process {
    grid-template-columns: repeat(5, 178px);
    margin-top: 70px;
  }

  .rx2-philosophy {
    padding-top: var(--rx2-section);
  }

  .rx2-philosophy__signal {
    top: 56px;
    font-size: 340px;
  }

  .rx2-philosophy h2 {
    font-size: 43px;
    line-height: 1.45;
  }

  .rx2-philosophy__body {
    margin-left: 0;
  }

  .rx2-news .news-grid {
    grid-auto-columns: calc(100vw - 56px);
  }

  .rx2-news .news-card {
    min-height: 460px;
  }

  .rx2-news .news-image {
    height: 240px;
  }

  .rx2-faq summary {
    min-height: 84px;
    padding-right: 46px;
    font-size: 14px;
  }

  .rx2-faq .faq-item p {
    padding-right: 20px;
    font-size: 14px;
  }

  .rx2-contact__layout {
    gap: 52px;
  }

  .rx2-contact__mail {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .rx2-contact__mail a {
    font-size: 14px;
  }

  .rx2-contact-form {
    margin-inline: -8px;
    padding: 30px 22px;
  }

  .rx2-contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .rx2-contact-form .rx2-button {
    width: 100%;
  }

  .rx2-footer {
    padding-top: 64px;
  }

  .rx2-footer__top {
    gap: 58px;
  }

  .rx2-footer__nav {
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
  }

  .rx2-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .rx2-footer__nav,
  .rx2-footer__nav--rich {
    grid-template-columns: 1fr;
  }

  .rx2-footer__nav > div {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 24px;
  }
}

@media (max-width: 360px) {
  .rx2-hero-slide__caption strong {
    white-space: normal;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .rx-motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
