
/* =========================================================
   WHY RK AUTO
   Complete stylesheet for why.php
   Liquid metal section: 45% text / 55% image
   ========================================================= */

/* -------------------------
   ROOT / RESET
   ------------------------- */
:root {
  --rkw-bg: #f5f3ef;
  --rkw-bg-soft: #ece8e1;
  --rkw-paper: #ffffff;
  --rkw-dark: #111214;
  --rkw-dark-soft: #181a1d;
  --rkw-text: #1c1d20;
  --rkw-muted: #6e7075;
  --rkw-line: rgba(17, 18, 20, 0.14);
  --rkw-line-light: rgba(255, 255, 255, 0.18);
  --rkw-red: #c91423;
  --rkw-red-dark: #9e0e19;
  --rkw-gold: #b99a64;
  --rkw-shadow: 0 28px 80px rgba(17, 18, 20, 0.14);
  --rkw-shadow-soft: 0 16px 46px rgba(17, 18, 20, 0.09);
  --rkw-container: 1440px;
  --rkw-serif: "Cormorant Garamond", Georgia, serif;
  --rkw-sans: "Inter", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body.rka-aboutx-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--rkw-bg);
  color: var(--rkw-text);
  font-family: var(--rkw-sans);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.rka-aboutx-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

body.rka-aboutx-page a {
  color: inherit;
  text-decoration: none;
}

body.rka-aboutx-page button,
body.rka-aboutx-page input,
body.rka-aboutx-page textarea,
body.rka-aboutx-page select {
  font: inherit;
}

.rkw-whyx {
  overflow: hidden;
}

.rkw-whyx-container {
  width: min(calc(100% - 80px), var(--rkw-container));
  margin-inline: auto;
}

.rkw-whyx-kicker,
.rkw-archx__kicker,
.rkw-liquidm__kicker {
  margin: 0 0 20px;
  color: var(--rkw-red);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rkw-whyx-red-line {
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 35px;
  background: var(--rkw-red);
}


/* =========================================================
   HERO
   ========================================================= */
.rkw-whyx-hero {
  position: relative;
  min-height: 880px;
  height: min(100svh, 1020px);
  display: flex;
  align-items: stretch;
  isolation: isolate;
  background: var(--rkw-dark);
}

.rkw-whyx-hero__media,
.rkw-whyx-hero__fade {
  position: absolute;
  inset: 0;
}

.rkw-whyx-hero__media {
  z-index: -3;
}

.rkw-whyx-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  animation: rkwHeroZoom 14s ease-out both;
}

.rkw-whyx-hero__fade {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(9, 10, 12, 0.95) 0%,
      rgba(9, 10, 12, 0.87) 31%,
      rgba(9, 10, 12, 0.48) 56%,
      rgba(9, 10, 12, 0.08) 79%,
      rgba(9, 10, 12, 0.02) 100%
    ),
    linear-gradient(
      0deg,
      rgba(9, 10, 12, 0.52) 0%,
      transparent 45%
    );
}

.rkw-whyx-hero__inner {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding-block: 150px 90px;
}

.rkw-whyx-hero__content {
  width: min(680px, 52%);
  color: #fff;
}

.rkw-whyx-hero__content h1 {
  margin: 0;
  font-family: var(--rkw-serif);
  font-size: clamp(68px, 6.4vw, 116px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.rkw-whyx-hero__content h1 em {
  display: block;
  color: #fff;
  font-weight: 500;
}

.rkw-whyx-hero__content h1 span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.58em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.rkw-whyx-hero__intro {
  max-width: 570px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.82;
}

.rkw-whyx-hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 48px;
}

.rkw-whyx-hero-benefit {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
}

.rkw-whyx-hero-benefit__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.rkw-whyx-hero-benefit__icon svg {
  width: 21px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.rkw-whyx-hero-benefit h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.35;
}

.rkw-whyx-hero-benefit p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  line-height: 1.6;
}

@keyframes rkwHeroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1.02); }
}


/* =========================================================
   SECTION HEADING
   ========================================================= */
.rkw-whyx-section-heading {
  max-width: 800px;
  margin: 0 auto 68px;
  text-align: center;
}

.rkw-whyx-section-heading h2 {
  margin: 0;
  font-family: var(--rkw-serif);
  font-size: clamp(52px, 5vw, 82px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.rkw-whyx-section-heading > p:last-child {
  margin: 28px 0 0;
  color: var(--rkw-muted);
  font-size: 15px;
  line-height: 1.8;
}


/* =========================================================
   DIFFERENCE CARDS
   ========================================================= */
.rkw-whyx-difference {
  padding: 130px 0 150px;
  background: var(--rkw-bg);
}

.rkw-whyx-difference__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.rkw-whyx-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #d9d6d0;
  box-shadow: var(--rkw-shadow-soft);
  transition:
    transform 0.55s cubic-bezier(.22, .61, .36, 1),
    box-shadow 0.55s ease;
}

.rkw-whyx-card:hover {
  z-index: 2;
  transform: translateY(-10px);
  box-shadow: var(--rkw-shadow);
}

.rkw-whyx-card__media,
.rkw-whyx-card__shade {
  position: absolute;
  inset: 0;
}

.rkw-whyx-card__media {
  margin: 0;
}

.rkw-whyx-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s cubic-bezier(.22, .61, .36, 1);
}

.rkw-whyx-card:hover .rkw-whyx-card__media img {
  transform: scale(1.055);
}

.rkw-whyx-card__shade {
  background:
    linear-gradient(
      180deg,
      rgba(10, 11, 13, 0.03) 25%,
      rgba(10, 11, 13, 0.84) 100%
    );
}

.rkw-whyx-card__content {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 34px 27px 30px;
  color: #fff;
}

.rkw-whyx-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 21px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(17, 18, 20, 0.18);
  backdrop-filter: blur(10px);
}

.rkw-whyx-card__icon svg {
  width: 23px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.rkw-whyx-card h3 {
  margin: 0 0 13px;
  font-family: var(--rkw-serif);
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.96;
}

.rkw-whyx-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.7;
}


/* =========================================================
   ARCHITECTURAL INTEGRATION
   ========================================================= */
.rkw-archx {
  position: relative;
  background: var(--rkw-dark);
  color: #fff;
}

.rkw-archx__grid {
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  min-height: 850px;
}

.rkw-archx__visual {
  position: relative;
  min-width: 0;
  min-height: 850px;
  overflow: hidden;
}

.rkw-archx__main-image {
  position: absolute;
  inset: 0;
  margin: 0;
}

.rkw-archx__main-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.22, .61, .36, 1);
}

.rkw-archx:hover .rkw-archx__main-image img {
  transform: scale(1.025);
}

.rkw-archx__image-shade,
.rkw-archx__image-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rkw-archx__image-shade {
  background:
    linear-gradient(90deg, transparent 65%, rgba(17, 18, 20, 0.38) 100%),
    linear-gradient(0deg, rgba(12, 13, 15, 0.42) 0%, transparent 36%);
}

.rkw-archx__image-shine {
  opacity: 0.22;
  background:
    linear-gradient(
      115deg,
      transparent 0 38%,
      rgba(255, 255, 255, 0.16) 45%,
      transparent 52%
    );
  transform: translateX(-40%);
  transition: transform 1.2s ease;
}

.rkw-archx:hover .rkw-archx__image-shine {
  transform: translateX(45%);
}

.rkw-archx__details {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 34px;
  left: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 520px;
}

.rkw-archx__detail {
  position: relative;
  min-height: 160px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #111;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.rkw-archx__detail img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.rkw-archx__detail:hover img {
  transform: scale(1.05);
}

.rkw-archx__detail figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px 16px 13px;
  background: linear-gradient(0deg, rgba(7, 8, 10, 0.85), transparent);
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rkw-archx__content {
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 255, 255, 0.055), transparent 30%),
    var(--rkw-dark);
}

.rkw-archx__content-inner {
  width: min(100%, 660px);
  padding: 105px clamp(48px, 5vw, 100px);
}

.rkw-archx__content h2 {
  margin: 0;
  font-family: var(--rkw-serif);
  font-size: clamp(58px, 5.6vw, 98px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.83;
}

.rkw-archx__content h2 em {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
}

.rkw-archx__intro {
  max-width: 520px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.75;
}

.rkw-archx__description {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  line-height: 1.8;
}

.rkw-archx__feature {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid var(--rkw-line-light);
}

.rkw-archx__feature-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.rkw-archx__feature-icon svg {
  width: 25px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.rkw-archx__feature strong {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
}

.rkw-archx__feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.65;
}

.rkw-archx__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.rkw-archx__options span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rkw-archx__button,
.rkw-liquidm__button,
.rkw-whyx-outline-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 37px;
  padding: 0 25px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
}

.rkw-archx__button {
  background: var(--rkw-red);
  color: #fff;
}

.rkw-archx__button:hover {
  background: #fff;
  color: var(--rkw-dark);
  transform: translateY(-2px);
}

.rkw-archx__button svg,
.rkw-liquidm__button svg,
.rkw-whyx-outline-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 0.35s ease;
}

.rkw-archx__button:hover svg,
.rkw-liquidm__button:hover svg,
.rkw-whyx-outline-button:hover svg {
  transform: translateX(4px);
}


/* =========================================================
   EXCLUSIVE LIQUID METAL
   45% LEFT CONTENT / 55% RIGHT IMAGE
   ========================================================= */
.rkw-liquidm {
  position: relative;
  overflow: hidden;
  background: #e9e3da;
  color: var(--rkw-text);
}

.rkw-liquidm__grid {
  display: grid;

  /* Requested desktop proportions */
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);

  min-height: 920px;
}

.rkw-liquidm__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  align-items: center;
  background:
    radial-gradient(circle at 85% 12%, rgba(185, 154, 100, 0.16), transparent 26%),
    linear-gradient(135deg, #f3efe8 0%, #e7e0d6 100%);
}

.rkw-liquidm__content::after {
  position: absolute;
  top: 8%;
  right: 0;
  bottom: 8%;
  width: 1px;
  content: "";
  background: rgba(17, 18, 20, 0.12);
}

.rkw-liquidm__content-inner {
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  padding: 105px clamp(48px, 5.2vw, 105px);
}

.rkw-liquidm__kicker {
  color: #8f6e3d;
}

.rkw-liquidm__content h2 {
  margin: 0;
  font-family: var(--rkw-serif);
  font-size: clamp(62px, 5.6vw, 102px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.rkw-liquidm__content h2 span {
  color: var(--rkw-red);
}

.rkw-liquidm__intro {
  max-width: 520px;
  margin: 34px 0 0;
  color: #323338;
  font-size: 17px;
  line-height: 1.75;
}

.rkw-liquidm__description {
  max-width: 520px;
  margin: 19px 0 0;
  color: #77746f;
  font-size: 14px;
  line-height: 1.82;
}

.rkw-liquidm__features {
  display: grid;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid rgba(17, 18, 20, 0.12);
}

.rkw-liquidm__feature {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(17, 18, 20, 0.12);
}

.rkw-liquidm__feature-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(17, 18, 20, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.rkw-liquidm__feature-icon svg {
  width: 24px;
  fill: none;
  stroke: #3f3b35;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.rkw-liquidm__feature h3 {
  margin: 2px 0 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.rkw-liquidm__feature p {
  margin: 0;
  color: #7a766f;
  font-size: 12px;
  line-height: 1.65;
}

.rkw-liquidm__button {
  background: var(--rkw-dark);
  color: #fff;
}

.rkw-liquidm__button:hover {
  background: var(--rkw-red);
  transform: translateY(-2px);
}

.rkw-liquidm__visual {
  position: relative;
  min-width: 0;
  min-height: 920px;
  overflow: hidden;
  background: #1a1b1e;
}

.rkw-liquidm__main-image {
  position: absolute;
  inset: 0;
  margin: 0;
}

.rkw-liquidm__main-image img {
  width: 100%;
  height: 100%;
 
  transition: transform 1.15s cubic-bezier(.22, .61, .36, 1);
}

.rkw-liquidm:hover .rkw-liquidm__main-image img {
  transform: scale(1.025);
}

.rkw-liquidm__main-shade,
.rkw-liquidm__main-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rkw-liquidm__main-shade {
  background:
    linear-gradient(
      90deg,
      rgba(20, 18, 15, 0.26) 0%,
      rgba(20, 18, 15, 0.02) 26%,
      transparent 54%
    ),
    linear-gradient(
      0deg,
      rgba(10, 10, 11, 0.25) 0%,
      transparent 34%
    );
}

.rkw-liquidm__main-shine {
  opacity: 0.28;
  background:
    linear-gradient(
      112deg,
      transparent 0 40%,
      rgba(255, 255, 255, 0.18) 48%,
      transparent 56%
    );
  transform: translateX(-45%);
  transition: transform 1.35s ease;
}

.rkw-liquidm:hover .rkw-liquidm__main-shine {
  transform: translateX(46%);
}


/* =========================================================
   COMMITMENT
   ========================================================= */
.rkw-whyx-commitment {
  padding: 150px 0;
  background: #f7f5f1;
}

.rkw-whyx-commitment__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}

.rkw-whyx-commitment__copy h2 {
  margin: 0;
  font-family: var(--rkw-serif);
  font-size: clamp(54px, 5vw, 84px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.91;
}

.rkw-whyx-commitment__copy h2 em {
  color: var(--rkw-red);
  font-weight: 400;
}

.rkw-whyx-commitment__intro {
  max-width: 530px;
  margin: 31px 0 0;
  color: var(--rkw-muted);
  font-size: 15px;
  line-height: 1.85;
}

.rkw-whyx-outline-button {
  border-color: rgba(17, 18, 20, 0.3);
  color: var(--rkw-dark);
}

.rkw-whyx-outline-button:hover {
  border-color: var(--rkw-dark);
  background: var(--rkw-dark);
  color: #fff;
  transform: translateY(-2px);
}

.rkw-whyx-commitment__visual {
  position: relative;
}

.rkw-whyx-commitment__visual figure {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #ddd;
  box-shadow: var(--rkw-shadow);
}

.rkw-whyx-commitment__visual figure img {
  height: 100%;
  object-fit: cover;
}

.rkw-whyx-commitment__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(10, 11, 13, 0.32), transparent 45%),
    linear-gradient(90deg, rgba(10, 11, 13, 0.12), transparent 38%);
}

.rkw-whyx-stats {
  position: absolute;
  right: -42px;
  bottom: -48px;
  left: 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(17, 18, 20, 0.94);
  color: #fff;
  box-shadow: 0 25px 60px rgba(17, 18, 20, 0.23);
  backdrop-filter: blur(14px);
}

.rkw-whyx-stats article {
  min-height: 142px;
  padding: 28px 20px 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.rkw-whyx-stats article:last-child {
  border-right: 0;
}

.rkw-whyx-stats strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--rkw-serif);
  font-size: 39px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.rkw-whyx-stats strong span {
  color: var(--rkw-red);
  font-family: var(--rkw-sans);
  font-size: 17px;
}

.rkw-whyx-stats article > span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  line-height: 1.55;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1280px) {
  .rkw-whyx-container {
    width: min(calc(100% - 56px), var(--rkw-container));
  }

  .rkw-whyx-hero__content {
    width: min(650px, 60%);
  }

  .rkw-whyx-difference__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rkw-whyx-card:nth-child(4),
  .rkw-whyx-card:nth-child(5) {
    min-height: 500px;
  }

  .rkw-archx__grid {
    grid-template-columns: minmax(0, 53%) minmax(0, 47%);
  }

  .rkw-liquidm__content-inner {
    padding-inline: 54px;
  }

  .rkw-liquidm__content h2 {
    font-size: clamp(58px, 6vw, 86px);
  }

  .rkw-whyx-stats {
    right: -20px;
    left: 20px;
  }
}

@media (max-width: 1024px) {
  .rkw-whyx-hero {
    min-height: 820px;
    height: auto;
  }

  .rkw-whyx-hero__fade {
    background:
      linear-gradient(
        90deg,
        rgba(9, 10, 12, 0.94) 0%,
        rgba(9, 10, 12, 0.81) 52%,
        rgba(9, 10, 12, 0.28) 100%
      ),
      linear-gradient(
        0deg,
        rgba(9, 10, 12, 0.62) 0%,
        transparent 50%
      );
  }

  .rkw-whyx-hero__content {
    width: min(700px, 76%);
  }

  .rkw-whyx-hero__benefits {
    grid-template-columns: 1fr;
    max-width: 440px;
  }

  .rkw-whyx-difference {
    padding-block: 105px 120px;
  }

  .rkw-whyx-difference__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rkw-archx__grid,
  .rkw-liquidm__grid {
    grid-template-columns: 1fr;
  }

  .rkw-archx__visual,
  .rkw-liquidm__visual {
    min-height: 680px;
  }

  .rkw-archx__content-inner,
  .rkw-liquidm__content-inner {
    width: min(100%, 820px);
    max-width: none;
    margin-inline: auto;
    padding: 90px 56px;
  }

  .rkw-liquidm__content::after {
    display: none;
  }

  .rkw-liquidm__visual {
    order: -1;
  }

  .rkw-liquidm__main-shade {
    background:
      linear-gradient(0deg, rgba(15, 14, 12, 0.32) 0%, transparent 38%);
  }

  .rkw-whyx-commitment {
    padding-block: 120px 150px;
  }

  .rkw-whyx-commitment__grid {
    grid-template-columns: 1fr;
  }

  .rkw-whyx-commitment__copy {
    max-width: 760px;
  }

  .rkw-whyx-stats {
    right: 26px;
    left: 26px;
  }
}

@media (max-width: 760px) {
  .rkw-whyx-container {
    width: min(calc(100% - 34px), var(--rkw-container));
  }

  .rkw-whyx-hero {
    min-height: 760px;
  }

  .rkw-whyx-hero__media img {
    object-position: 62% center;
  }

  .rkw-whyx-hero__fade {
    background:
      linear-gradient(
        90deg,
        rgba(9, 10, 12, 0.91) 0%,
        rgba(9, 10, 12, 0.68) 64%,
        rgba(9, 10, 12, 0.2) 100%
      ),
      linear-gradient(
        0deg,
        rgba(9, 10, 12, 0.86) 0%,
        transparent 60%
      );
  }

  .rkw-whyx-hero__inner {
    padding-block: 130px 70px;
  }

  .rkw-whyx-hero__content {
    width: 100%;
  }

  .rkw-whyx-hero__content h1 {
    font-size: clamp(58px, 17vw, 84px);
  }

  .rkw-whyx-hero__intro {
    font-size: 15px;
  }

  .rkw-whyx-hero__benefits {
    gap: 20px;
    margin-top: 34px;
  }

  .rkw-whyx-section-heading {
    margin-bottom: 45px;
  }

  .rkw-whyx-section-heading > p:last-child br {
    display: none;
  }

  .rkw-whyx-difference {
    padding-block: 84px 94px;
  }

  .rkw-whyx-difference__grid {
    grid-template-columns: 1fr;
  }

  .rkw-whyx-card,
  .rkw-whyx-card:nth-child(4),
  .rkw-whyx-card:nth-child(5) {
    min-height: 520px;
  }

  .rkw-archx__visual,
  .rkw-liquidm__visual {
    min-height: 500px;
  }

  .rkw-archx__details {
    right: 18px;
    bottom: 18px;
    left: 18px;
    gap: 10px;
  }

  .rkw-archx__detail {
    min-height: 105px;
  }

  .rkw-archx__detail figcaption {
    padding: 22px 10px 9px;
    font-size: 8px;
  }

  .rkw-archx__content-inner,
  .rkw-liquidm__content-inner {
    padding: 74px 24px;
  }

  .rkw-archx__content h2,
  .rkw-liquidm__content h2 {
    font-size: clamp(54px, 16vw, 78px);
  }

  .rkw-archx__intro,
  .rkw-liquidm__intro {
    font-size: 15px;
  }

  .rkw-liquidm__feature {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .rkw-liquidm__feature-icon {
    width: 44px;
    height: 44px;
  }

  .rkw-whyx-commitment {
    padding-block: 88px 110px;
  }

  .rkw-whyx-commitment__visual figure {
    min-height: 500px;
  }

  .rkw-whyx-stats {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -1px 0 0;
  }

  .rkw-whyx-stats article {
    min-height: 130px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .rkw-whyx-stats article:nth-child(2) {
    border-right: 0;
  }

  .rkw-whyx-stats article:nth-child(3),
  .rkw-whyx-stats article:nth-child(4) {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .rkw-whyx-hero__content h1 {
    font-size: 56px;
  }

  .rkw-whyx-card {
    min-height: 470px;
  }

  .rkw-archx__visual,
  .rkw-liquidm__visual {
    min-height: 420px;
  }

  .rkw-archx__details {
    grid-template-columns: 1fr 1fr;
  }

  .rkw-archx__detail {
    min-height: 90px;
  }

  .rkw-archx__options {
    gap: 8px;
  }

  .rkw-archx__button,
  .rkw-liquidm__button,
  .rkw-whyx-outline-button {
    width: 100%;
    padding-inline: 18px;
  }

  .rkw-whyx-commitment__visual figure {
    min-height: 420px;
  }

  .rkw-whyx-stats strong {
    font-size: 34px;
  }
}


/* =========================================================
   ACCESSIBILITY / MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
