.rk-global-cta,
.rk-global-cta * {
  box-sizing: border-box;
}

.rk-global-cta {
  --rk-gcta-green: #bff747;
  --rk-gcta-line: rgba(255, 255, 255, 0.11);
  --rk-gcta-width: 1500px;
  --rk-gcta-gutter: var(--rk-page-gutter, clamp(24px, 5vw, 96px));
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-top: 1px solid var(--rk-gcta-line);
  border-bottom: 1px solid var(--rk-gcta-line);
  background: #000;
  color: #fff;
}

.rk-global-cta__shell {
  width: min(var(--rk-gcta-width), calc(100vw - var(--rk-gcta-gutter)));
  max-width: var(--rk-gcta-width);
  min-height: clamp(255px, 22vw, 330px);
  margin: 0 auto;
  padding: clamp(54px, 5.5vw, 82px) clamp(28px, 3.5vw, 56px);
  display: grid;
  grid-template-columns: minmax(440px, 1fr) auto;
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
}

.rk-global-cta__copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading, Inter, system-ui, sans-serif);
  font-size: clamp(38px, 4vw, 64px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.065em;
}

.rk-global-cta__copy h2 span {
  color: rgba(255, 255, 255, 0.4);
}

.rk-global-cta__copy p {
  max-width: 610px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.018em;
}

.rk-global-cta__button {
  min-width: 196px;
  min-height: 52px;
  padding: 0 20px 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border: 1px solid var(--rk-gcta-green);
  border-radius: 999px;
  background: var(--rk-gcta-green);
  color: #071002;
  text-decoration: none;
  font-family: var(--font-cta, var(--font-body, Inter, system-ui, sans-serif));
  font-size: 14px;
  line-height: 1;
  font-weight: 750;
  box-shadow: 0 0 24px rgba(191, 247, 71, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition: background 170ms ease, border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.rk-global-cta__button:hover {
  transform: translateY(-2px);
  background: #ceff66;
  border-color: #ceff66;
  box-shadow: 0 16px 38px rgba(191, 247, 71, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.rk-global-cta__button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rk-footer-flip {
  position: relative;
  height: 20px;
  display: block;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
}

.rk-footer-flip__default,
.rk-footer-flip__hover {
  height: 20px;
  display: block;
  line-height: 20px;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
  transition: transform 0.34s cubic-bezier(.22, .61, .36, 1), color 0.34s ease;
  will-change: transform;
}

.rk-footer-flip__hover {
  position: absolute;
  top: 20px;
  left: 0;
  color: var(--rk-f8-green, #bff747);
}

.rk-footer-v8 a:hover .rk-footer-flip__default,
.rk-footer-v8 a:focus-visible .rk-footer-flip__default,
.rk-global-cta__button:hover .rk-footer-flip__default,
.rk-global-cta__button:focus-visible .rk-footer-flip__default {
  transform: translate3d(0, -20px, 0);
}

.rk-footer-v8 a:hover .rk-footer-flip__hover,
.rk-footer-v8 a:focus-visible .rk-footer-flip__hover,
.rk-global-cta__button:hover .rk-footer-flip__hover,
.rk-global-cta__button:focus-visible .rk-footer-flip__hover {
  transform: translate3d(0, -20px, 0);
}

.rk-global-cta__button .rk-footer-flip__hover {
  color: inherit;
}

.rk-global-cta a:focus-visible {
  outline: 2px solid var(--rk-gcta-green);
  outline-offset: 4px;
}

.rk-footer-v8,
.rk-footer-v8 * {
  box-sizing: border-box;
}

.rk-footer-v8 {
  --rk-f8-green: #bff747;
  --rk-f8-line: rgba(255, 255, 255, 0.11);
  --rk-f8-soft-line: rgba(255, 255, 255, 0.07);
  --rk-f8-muted: rgba(255, 255, 255, 0.48);
  --rk-f8-width: 1500px;
  --rk-f8-gutter: var(--rk-page-gutter, clamp(24px, 5vw, 96px));
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  border-top: 0;
  background: #000;
  color: #fff;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.rk-footer-v8__shell {
  width: min(var(--rk-f8-width), calc(100vw - var(--rk-f8-gutter)));
  max-width: var(--rk-f8-width);
  height: calc(100vh - var(--rk-footer-header-clearance, 88px));
  height: calc(100svh - var(--rk-footer-header-clearance, 88px));
  min-height: 0;
  margin: 0 auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr) clamp(44px, 7vh, 50px) clamp(110px, 19vh, 210px);
  grid-template-rows: minmax(0, 1fr) clamp(44px, 7svh, 50px) clamp(110px, 19svh, 210px);
  border-inline: 0;
}

.rk-footer-v8__directory {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: 0.88fr 1.15fr 0.92fr 0.92fr 1.55fr;
  border-bottom: 0;
}

.rk-footer-v8__directory::after,
.rk-footer-v8__utility::after {
  content: "";
  position: absolute;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 4;
  width: 100vw;
  height: 1px;
  pointer-events: none;
  background: var(--rk-f8-line);
  transform: translateX(-50%);
}

.rk-footer-v8__identity,
.rk-footer-v8__column,
.rk-footer-v8__connect {
  min-width: 0;
  padding: clamp(44px, 5vh, 64px) clamp(24px, 2.3vw, 40px);
}

.rk-footer-v8__column,
.rk-footer-v8__connect {
  border-left: 1px solid var(--rk-f8-line);
}

.rk-footer-v8__identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rk-footer-v8__signal {
  width: 8px;
  height: 8px;
  margin-bottom: 28px;
  display: block;
  background: var(--rk-f8-green);
  box-shadow: 0 0 14px rgba(191, 247, 71, 0.3);
}

.rk-footer-v8__identity strong,
.rk-footer-v8__identity small {
  display: block;
  font-family: var(--font-body, Inter, system-ui, sans-serif);
}

.rk-footer-v8__identity strong {
  color: #fff;
  font-size: 19px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.rk-footer-v8__identity small {
  margin-top: 7px;
  color: var(--rk-f8-green);
  font-size: 10px;
  line-height: 1;
  font-weight: 680;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rk-footer-v8__identity p {
  max-width: 190px;
  margin: auto 0 0;
  color: var(--rk-f8-muted);
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: 13px;
  line-height: 1.55;
}

.rk-footer-v8__column h3,
.rk-footer-v8__contact h3 {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.48);
  font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rk-footer-v8__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rk-footer-v8__column li + li {
  margin-top: 14px;
}

.rk-footer-v8__column a,
.rk-footer-v8__contact a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.014em;
  transition: color 160ms ease, transform 160ms ease;
}

.rk-footer-v8__column a:hover,
.rk-footer-v8__contact a:hover {
  transform: translateX(2px);
  color: var(--rk-f8-green);
}

.rk-footer-v8__connect {
  padding: 0;
  display: grid;
  grid-template-rows: 1fr auto;
}

.rk-footer-v8__contact {
  padding: clamp(44px, 5vh, 64px) clamp(28px, 2.6vw, 46px) 30px;
}

.rk-footer-v8__contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.rk-footer-v8__contact a + a {
  margin-top: 13px;
}

.rk-footer-v8__contact a svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: var(--rk-f8-green);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rk-footer-v8__newsletter {
  padding: 25px clamp(28px, 2.6vw, 46px) 28px;
  border-top: 1px solid var(--rk-f8-line);
}

.rk-footer-v8__newsletter h2 {
  margin: 0 0 15px;
  color: #fff;
  font-family: var(--font-heading, Inter, system-ui, sans-serif);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.rk-footer-v8__newsletter form {
  position: relative;
  min-height: 45px;
  padding: 4px 4px 4px 14px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.015);
  transition: border-color 160ms ease;
}

.rk-footer-v8__newsletter form:focus-within {
  border-color: rgba(191, 247, 71, 0.56);
}

.rk-footer-v8__newsletter input[type="email"] {
  min-width: 0;
  min-height: 35px;
  flex: 1;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  caret-color: var(--rk-f8-green);
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: 13px;
}

.rk-footer-v8__newsletter input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.rk-footer-v8__newsletter button {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  display: grid;
  place-items: center;
  border: 0;
  background: var(--rk-f8-green);
  color: #071002;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.rk-footer-v8__newsletter button:hover {
  transform: translateX(1px);
  background: #ceff66;
}

.rk-footer-v8__newsletter button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rk-footer-v8__trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.rk-footer-v8__notice {
  margin: 7px 0 0;
  color: var(--rk-f8-green);
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: 11px;
}

.rk-footer-v8__notice.is-error {
  color: rgba(255, 255, 255, 0.62);
}

.rk-footer-v8__utility {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.15fr 0.92fr 0.92fr 1.55fr;
  align-items: center;
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.36);
  font: 650 10px/1.25 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.rk-footer-v8__utility > * {
  min-width: 0;
  height: 100%;
  margin: 0;
  padding-inline: clamp(16px, 1.45vw, 25px);
  display: flex;
  align-items: center;
}

.rk-footer-v8__availability,
.rk-footer-v8__legal,
.rk-footer-v8__socials {
  border-left: 1px solid var(--rk-f8-line);
}

.rk-footer-v8__utility > p:first-child {
  grid-column: 1 / 3;
}

.rk-footer-v8__availability {
  grid-column: 3;
}

.rk-footer-v8__legal {
  grid-column: 4;
}

.rk-footer-v8__socials {
  grid-column: 5;
}

.rk-footer-v8__availability {
  gap: 8px;
  white-space: nowrap;
}

.rk-footer-v8__availability i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rk-f8-green);
  box-shadow: 0 0 9px rgba(191, 247, 71, 0.42);
}

.rk-footer-v8__legal {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.rk-footer-v8__legal a {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  transition: color 160ms ease;
}

.rk-footer-v8__legal a:hover {
  color: #fff;
}

.rk-footer-v8__socials {
  padding: 0;
  justify-content: stretch;
}

.rk-footer-v8__socials a {
  height: 100%;
  flex: 1;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.32);
  border-left: 1px solid var(--rk-f8-line);
  transition: color 160ms ease, background 160ms ease;
}

.rk-footer-v8__socials a:first-child {
  border-left: 0;
}

.rk-footer-v8__socials a:hover {
  color: var(--rk-f8-green);
  background: rgba(191, 247, 71, 0.025);
}

.rk-footer-v8__socials svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.rk-footer-v8__wordmark {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 10px 18px 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.15) 55%, rgba(255, 255, 255, 0.055) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
  white-space: nowrap;
  font-family: var(--font-heading, Inter, system-ui, sans-serif);
  font-size: clamp(70px, min(13.5vw, 17vh), 190px);
  font-size: clamp(70px, min(13.5vw, 17svh), 190px);
  line-height: 0.78;
  font-weight: 650;
  letter-spacing: 0;
  text-shadow: 0 22px 42px rgba(0, 0, 0, 0.76);
}

.rk-footer-v8__wordmark > span {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 0 auto;
}

.rk-footer-v8__wordmark::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.72));
}

.rk-footer-v8 a:focus-visible,
.rk-footer-v8 button:focus-visible,
.rk-footer-v8 input:focus-visible {
  outline: 2px solid var(--rk-f8-green);
  outline-offset: 3px;
}

@media (min-width: 1800px) {
  .rk-global-cta {
    border-top: 0;
    border-bottom: 0;
  }

  .rk-global-cta__shell {
    border-inline: 1px solid var(--rk-gcta-line);
    border-top: 1px solid var(--rk-gcta-line);
    border-bottom: 1px solid var(--rk-gcta-line);
  }

  .rk-footer-v8__shell {
    border-inline: 1px solid var(--rk-f8-line);
  }

  .rk-footer-v8__directory::after,
  .rk-footer-v8__utility::after {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .rk-global-cta__shell {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 700px) {
  .rk-global-cta {
    --rk-gcta-gutter: 34px;
  }

  .rk-global-cta__shell {
    padding: 52px 0 58px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rk-global-cta__copy h2 {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .rk-global-cta__button {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .rk-footer-v8__shell {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    grid-template-rows: auto auto 150px;
  }

  .rk-footer-v8__directory {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rk-footer-v8__identity,
  .rk-footer-v8__connect {
    grid-column: span 3;
  }

  .rk-footer-v8__identity {
    min-height: 220px;
    border-bottom: 1px solid var(--rk-f8-line);
  }

  .rk-footer-v8__identity p {
    margin-top: 34px;
  }

  .rk-footer-v8__column:nth-of-type(1) {
    border-left: 0;
  }

  .rk-footer-v8__connect {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    border-top: 1px solid var(--rk-f8-line);
    border-left: 0;
  }

  .rk-footer-v8__newsletter {
    border-top: 0;
    border-left: 1px solid var(--rk-f8-line);
  }

  .rk-footer-v8__utility {
    min-height: 96px;
    grid-template-columns: 1fr 1fr;
  }

  .rk-footer-v8__utility > * {
    min-height: 48px;
    grid-column: auto;
  }

  .rk-footer-v8__legal {
    border-left: 0;
    border-top: 1px solid var(--rk-f8-line);
  }

  .rk-footer-v8__socials {
    border-top: 1px solid var(--rk-f8-line);
  }

  .rk-footer-v8__wordmark {
    font-size: clamp(78px, 13vw, 142px);
  }
}

@media (min-width: 1121px) and (max-height: 650px) {
  .rk-footer-v8__identity,
  .rk-footer-v8__column {
    padding-block: clamp(22px, 5.5svh, 34px);
  }

  .rk-footer-v8__signal {
    margin-bottom: 18px;
  }

  .rk-footer-v8__column h3,
  .rk-footer-v8__contact h3 {
    margin-bottom: 17px;
  }

  .rk-footer-v8__column li + li {
    margin-top: 10px;
  }

  .rk-footer-v8__contact {
    padding-top: clamp(22px, 5.5svh, 34px);
    padding-bottom: 18px;
  }

  .rk-footer-v8__newsletter {
    padding-top: 17px;
    padding-bottom: 18px;
  }

  .rk-footer-v8__newsletter h2 {
    margin-bottom: 11px;
  }

  .rk-footer-v8__wordmark {
    padding-top: 8px;
  }
}

@media (max-width: 700px) {
  .rk-footer-v8 {
    --rk-f8-gutter: 34px;
  }

  .rk-footer-v8__shell {
    grid-template-rows: auto auto 112px;
  }

  .rk-footer-v8__directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rk-footer-v8__identity,
  .rk-footer-v8__connect {
    grid-column: span 2;
  }

  .rk-footer-v8__column {
    border-bottom: 1px solid var(--rk-f8-line);
  }

  .rk-footer-v8__column:nth-of-type(3) {
    grid-column: span 2;
    border-left: 0;
  }

  .rk-footer-v8__connect {
    grid-template-columns: 1fr;
  }

  .rk-footer-v8__newsletter {
    border-top: 1px solid var(--rk-f8-line);
    border-left: 0;
  }

  .rk-footer-v8__utility {
    grid-template-columns: 1fr;
  }

  .rk-footer-v8__utility > * {
    min-height: 48px;
    border-top: 1px solid var(--rk-f8-line);
    border-left: 0;
  }

  .rk-footer-v8__utility > *:first-child {
    border-top: 0;
  }

  .rk-footer-v8__wordmark {
    padding-inline: 12px;
    font-size: clamp(48px, 14vw, 78px);
  }
}

@media (max-width: 430px) {
  .rk-footer-v8__directory {
    grid-template-columns: 1fr;
  }

  .rk-footer-v8__identity,
  .rk-footer-v8__connect,
  .rk-footer-v8__column:nth-of-type(3) {
    grid-column: auto;
  }

  .rk-footer-v8__column {
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rk-footer-v8 *,
  .rk-footer-v8 *::before,
  .rk-footer-v8 *::after {
    transition: none !important;
  }

  .rk-footer-flip__hover {
    display: none !important;
  }

  .rk-footer-v8 a:hover .rk-footer-flip__default,
  .rk-footer-v8 a:focus-visible .rk-footer-flip__default,
  .rk-global-cta__button:hover .rk-footer-flip__default,
  .rk-global-cta__button:focus-visible .rk-footer-flip__default {
    transform: none !important;
  }

}
