﻿.rv-memory-wall,
.rv-memory-wall *,
.rv-footer-wrap,
.rv-footer-wrap * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.rv-memory-wall,
.rv-footer-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-family: var(--font-primary);
}
.rv-footer-wrap h3 {
  font-family: var(--font-primary);
}.rv-memory-wall {
      position: relative;
      z-index: 20;
      height: 360px;
      background: #050505;
      overflow: hidden;
      margin-bottom: -90px;
    }
    .rv-polaroid {
      position: absolute;
      width: 230px;
      background: #fff;
      padding: 10px;
      display: none;
      box-shadow:
        0 20px 40px rgba(0, 0, 0, .15),
        0 8px 16px rgba(0, 0, 0, .08);
      transition: .8s cubic-bezier(.16, 1, .3, 1);
      cursor: pointer;
      will-change: transform;
      transform-origin: center center;
      backface-visibility: hidden;
    }
    .rv-polaroid:hover {
      z-index: 100;
      box-shadow:
        0 36px 70px rgba(0, 0, 0, .18),
        0 14px 28px rgba(0, 0, 0, .10);
    }
    .rv-polaroid.is-auto-active {
      z-index: 100;
      box-shadow:
        0 36px 70px rgba(0, 0, 0, .18),
        0 14px 28px rgba(0, 0, 0, .10);
    }
    .rv-polaroid img {
      width: 100%;
      height: 270px;
      object-fit: cover;
      display: block;
    }
    .p1 {
      transform: rotate(-9deg);
    }
    .p2 {
      transform: rotate(5deg);
    }
    .p3 {
      transform: rotate(-4deg);
    }
    .p4 {
      transform: rotate(11deg);
    }
    .p5 {
      transform: rotate(-7deg);
    }
    .p6 {
      transform: rotate(8deg);
    }
    .p7 {
      transform: rotate(-5deg);
    }
    .p8 {
      transform: rotate(6deg);
    }
    .p9 {
      transform: rotate(-10deg);
    }
    .p10 {
      transform: rotate(4deg);
    }
    .p11 {
      transform: rotate(-6deg);
    }
    .p12 {
      transform: rotate(9deg);
    }
    .p13 {
      transform: rotate(-3deg);
    }
    .p14 {
      transform: rotate(7deg);
    }
    .p15 {
      transform: rotate(-8deg);
    }
    .p16 {
      transform: rotate(5deg);
    }
    .p1:hover {
      transform: rotate(-9deg) translateY(-90px) scale(1.05);
    }
    .p2:hover {
      transform: rotate(5deg) translateY(-85px) scale(1.05);
    }
    .p3:hover {
      transform: rotate(-4deg) translateY(-90px) scale(1.05);
    }
    .p4:hover {
      transform: rotate(11deg) translateY(-95px) scale(1.05);
    }
    .p5:hover {
      transform: rotate(-7deg) translateY(-88px) scale(1.05);
    }
    .p6:hover {
      transform: rotate(8deg) translateY(-92px) scale(1.05);
    }
    .p7:hover {
      transform: rotate(-5deg) translateY(-88px) scale(1.05);
    }
    .p8:hover {
      transform: rotate(6deg) translateY(-92px) scale(1.05);
    }
    .p9:hover {
      transform: rotate(-10deg) translateY(-90px) scale(1.05);
    }
    .p10:hover {
      transform: rotate(4deg) translateY(-86px) scale(1.05);
    }
    .p11:hover {
      transform: rotate(-6deg) translateY(-90px) scale(1.05);
    }
    .p12:hover {
      transform: rotate(9deg) translateY(-94px) scale(1.05);
    }
    .p13:hover {
      transform: rotate(-3deg) translateY(-88px) scale(1.05);
    }
    .p14:hover {
      transform: rotate(7deg) translateY(-92px) scale(1.05);
    }
    .p15:hover {
      transform: rotate(-8deg) translateY(-90px) scale(1.05);
    }
    .p16:hover {
      transform: rotate(5deg) translateY(-86px) scale(1.05);
    }
    .rv-footer-wrap {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 100%;
      min-height: 0;
      overflow: hidden;
      background: #C7C8CC;
      padding: clamp(24px, 3vw, 52px) clamp(24px, 4vw, 52px) 0px clamp(24px, 4vw, 52px);
      isolation: isolate;
      box-sizing: border-box;
    }
    .rv-footer-wrap::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .05;
      background-image: url("https://grainy-gradients.vercel.app/noise.svg");
      pointer-events: none;
    }
    .rv-footer-wrap::after {
      content: "REVERIES";
      position: absolute;
      left: 14px;
      bottom: -5vw;
      font-size: 11vw;
      line-height: .8;
      font-weight: 800;
      letter-spacing: -.09em;
      color: rgba(0, 0, 0, .03);
      pointer-events: none;
      white-space: nowrap;
      z-index: 0;
    }
    .rv-footer-inner {
      width: min(1600px, 100%);
      margin: auto;
      position: relative;
      min-height: 0;
      display: grid;
      grid-template-columns: 1fr 1.5fr 1fr;
      grid-template-rows: auto auto auto;
      column-gap: clamp(24px, 3vw, 60px);
      align-items: center;
      align-content: center;
      padding-top: clamp(24px, 3vw, 48px);
      padding-bottom: clamp(24px, 3vw, 40px);
    }
    .rv-footer-brand {
      grid-column: 1;
      grid-row: 1;
      z-index: 50;
      align-self: end;
      padding-top: clamp(28px, 4vw, 64px);
      padding-bottom: clamp(28px, 4vw, 64px);
    }
    .rv-logo-link {
      display: block;
      text-decoration: none;
    }
    .rv-logo-link img {
      width: clamp(120px, 11vw, 190px);
      height: auto;
      display: block;
      object-fit: contain;
      mix-blend-mode: multiply;
    }
    .rv-map-card {
      grid-column: 3;
      grid-row: 1 / 3;
      align-self: center;
      justify-self: center;
      position: relative;
      isolation: isolate;
      width: 100%;
      aspect-ratio: 1 / 1;
      max-width: clamp(220px, 20vw, 420px);
      height: auto;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      text-decoration: none;
      box-shadow:
        0 32px 60px rgba(0, 0, 0, .10),
        0 12px 24px rgba(0, 0, 0, .06),
        0 4px 8px rgba(0, 0, 0, .04);
      transition:
        transform .9s cubic-bezier(.16, 1, .3, 1),
        box-shadow .9s cubic-bezier(.16, 1, .3, 1);
      z-index: 10;
      contain: layout paint;
    }
    .rv-map-card:hover {
      transform: translateY(-6px) scale(1.03);
      box-shadow:
        0 48px 90px rgba(0, 0, 0, .16),
        0 18px 36px rgba(0, 0, 0, .10),
        0 6px 12px rgba(0, 0, 0, .06);
    }
    .rv-map-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.08);
      transition:
        transform 1.2s cubic-bezier(.16, 1, .3, 1),
        filter 1.2s cubic-bezier(.16, 1, .3, 1);
      filter: saturate(.75) brightness(.78) contrast(.95);
      position: relative;
      z-index: 1;
      display: block;
    }
    .rv-map-card:hover img {
      transform: scale(1.1);
    }
    .rv-map-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  z-index: 30;
  pointer-events: none;
}
    .rv-map-content span {
  display: block;
  margin: 0 0 8px 0;
  color: rgba(255,255,255,.78);
  font-size: .72rem;
  letter-spacing: .28em;
  font-weight: 500;
  text-align: center;
}
    .rv-map-content h3 {
  color: #fff;
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  line-height: .9;
  letter-spacing: -.09em;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
    .rv-contact-info {
      grid-column: 1;
      grid-row: 2;
      width: 100%;
      max-width: clamp(260px, 22vw, 420px);
      z-index: 15;
      align-self: center;
    }
    .rv-studio-card {
      position: relative;
      padding: 28px 32px;
      border-radius: 30px;
      overflow: hidden;
      background: #F4F1EC;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, .85);
      color: #111;
      box-shadow:
        0 35px 80px rgba(0, 0, 0, .12),
        0 12px 24px rgba(0, 0, 0, .08);
      transition:
        transform .8s cubic-bezier(.16, 1, .3, 1),
        box-shadow .8s cubic-bezier(.16, 1, .3, 1);
    }
    .rv-studio-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 1px;
      background:
        linear-gradient(90deg,
          transparent,
          rgba(255, 255, 255, .95),
          transparent);
    }
    .rv-studio-card:hover {
      transform: translateY(-6px);
      box-shadow:
        0 50px 100px rgba(0, 0, 0, .15),
        0 20px 40px rgba(0, 0, 0, .10);
    }
    .rv-studio-mini {
      display: block;
      margin-bottom: 14px;
      font-size: .72rem;
      letter-spacing: .30em;
      font-weight: 600;
      color: #8B8177;
    }
    .rv-studio-card p {
      font-size: 1rem;
      line-height: 1.7;
      color: #2A2A2A;
    }
    .rv-studio-details {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-top: 16px;
    }
    .rv-contact-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: .95rem;
      color: #555;
      text-decoration: none;
      font-weight: 500;
      transition: .3s ease;
      width: fit-content;
    }
    .rv-contact-link:hover {
      color: #111;
    }
    .rv-contact-link svg {
      opacity: .6;
      transition: .3s ease;
    }
    .rv-contact-link:hover svg {
      opacity: 1;
    }
    .rv-contact-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
      height: 44px;
      padding: 0 24px;
      border-radius: 999px;
      background: #111;
      color: #fff;
      text-decoration: none;
      font-size: .78rem;
      font-weight: 500;
      letter-spacing: .06em;
      border: none;
      box-shadow:
        0 6px 16px rgba(0, 0, 0, .12),
        0 2px 6px rgba(0, 0, 0, .08);
      transition:
        transform .45s cubic-bezier(.16, 1, .3, 1),
        box-shadow .45s cubic-bezier(.16, 1, .3, 1),
        background .45s ease;
    }
    .rv-contact-btn:hover {
      transform:
        translateY(-3px) scale(1.04);
      background: #000;
      box-shadow:
        0 22px 45px rgba(0, 0, 0, .25),
        0 8px 18px rgba(0, 0, 0, .18);
    }
    .rv-cards-zone {
      grid-column: 2;
      grid-row: 1 / 3;
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 0.9;
      z-index: 2;
      align-self: center;
    }
    .rv-card-center {
      margin-top: 16px;
    }
    .rv-social-card {
      position: absolute;
      padding: clamp(12px, 1.4vw, 22px);
      border-radius: clamp(18px, 2vw, 30px);
      text-decoration: none;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      overflow: hidden;
      transition:
        transform .85s cubic-bezier(.16, 1, .3, 1),
        box-shadow .85s cubic-bezier(.16, 1, .3, 1);
      box-shadow:
        0 22px 40px rgba(0, 0, 0, .08),
        0 8px 14px rgba(0, 0, 0, .05);
      cursor: pointer;
      z-index: 1;
    }
    .rv-social-card:hover {
      z-index: 999;
      box-shadow:
        0 45px 70px rgba(0, 0, 0, .13),
        0 14px 22px rgba(0, 0, 0, .08);
    }
    .rv-card-1:hover {
      transform: rotate(-8deg) translateY(-14px) scale(1.03);
    }
    .rv-card-2:hover {
      transform: rotate(8deg) translateY(-14px) scale(1.03);
    }
    .rv-card-3:hover {
      transform: rotate(-3deg) translateY(-14px) scale(1.03);
    }
    .rv-card-4:hover {
      transform: rotate(5deg) translateY(-14px) scale(1.03);
    }
    .rv-card-1 {
      top: 12%;
      left: 3%;
      width: 42%;
      height: 44%;
      background: #ECE7E1;
      transform: rotate(-8deg);
    }
    .rv-card-2 {
      top: 20%;
      left: 34%;
      width: 42%;
      height: 44%;
      background: #F7F5F2;
      transform: rotate(8deg);
    }
    .rv-card-3 {
      top: 46%;
      left: 12%;
      width: 42%;
      height: 44%;
      background: #ECE7E1;
      transform: rotate(-3deg);
    }
    .rv-card-4 {
      top: 38%;
      left: 52%;
      width: 42%;
      height: 44%;
      background: #F7F5F2;
      transform: rotate(5deg);
    }
    .rv-card-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .rv-platform-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .rv-platform-wrap img {
      width: 14px;
      height: 14px;
    }
    .rv-platform {
      font-size: .68rem;
      letter-spacing: .22em;
      opacity: .72;
      font-weight: 500;
      color: #111;
    }
    .rv-arrow {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
      font-size: .68rem;
      color: #111;
    }
    .rv-card-center h3 {
      font-size: clamp(1rem, 1.6vw, 2.4rem);
      line-height: .88;
      letter-spacing: -0.09em;
      font-weight: 500;
      color: #111;
    }
    .rv-footer-bottom {
      grid-column: 1 / -1;
      grid-row: 3;
      width: 100%;
      padding: 0 clamp(16px, 2.5vw, 34px);
      z-index: 10;
      align-self: end;
      padding-bottom: clamp(14px, 1.8vw, 28px);
    }
    .rv-footer-line {
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, .08);
      margin-bottom: 14px;
    }
    .rv-footer-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .rv-footer-row p {
      font-size: .74rem;
      opacity: .7;
      color: #111;
    }
    .rv-footer-links {
      display: flex;
      gap: 22px;
    }
    .rv-footer-links a {
      text-decoration: none;
      color: #111;
      font-size: .82rem;
      font-weight: 600;
    }
    @media (max-width: 450px) {
      .rv-card-center h3 {
        font-size: clamp(.8rem, 4vw, .92rem);
      }
      .rv-studio-card {
        padding: 14px 14px;
      }
    }
    @media (max-width: 767px) {
      .rv-memory-wall {
        height: 210px;
        margin-bottom: -55px;
      }
      .rv-polaroid {
        width: 100px;
        padding: 6px;
      }
      .rv-polaroid img {
        height: 118px;
      }
      .p1,
      .p2,
      .p3,
      .p4,
      .p5 {
        display: block;
      }
      .p1 {
        left: 0vw;
        bottom: -45px;
        transform: rotate(-9deg);
      }
      .p2 {
        left: 20vw;
        bottom: -25px;
        transform: rotate(5deg);
      }
      .p3 {
        left: 40vw;
        bottom: -40px;
        transform: rotate(-4deg);
      }
      .p4 {
        left: 60vw;
        bottom: -55px;
        transform: rotate(8deg);
      }
      .p5 {
        left: 80vw;
        bottom: -30px;
        transform: rotate(-6deg);
      }
      .rv-footer-wrap {
        padding: clamp(16px, 4.5vw, 26px);
        padding-bottom: clamp(20px, 5vw, 32px);
        min-height: auto;
        overflow: hidden;
      }
      .rv-footer-wrap::after {
        font-size: clamp(15vw, 17vw, 19vw);
        bottom: -3.5vw;
      }
      .rv-footer-inner {
        position: static;
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: clamp(16px, 4vw, 24px);
        padding-top: clamp(14px, 3.5vw, 22px);
        padding-bottom: clamp(40px, 8vw, 56px);
      }
      .rv-footer-brand {
        position: static;
        top: auto;
        left: auto;
        margin-top: clamp(6px, 2vw, 14px);
      }
      .rv-logo-link img {
        width: clamp(96px, 24vw, 130px);
      }
      .rv-contact-info {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
      }
      .rv-studio-card {
        padding: clamp(18px, 4.5vw, 24px) clamp(16px, 4.5vw, 22px);
        border-radius: clamp(18px, 4vw, 24px);
      }
      .rv-studio-card p {
        font-size: clamp(.82rem, 3.4vw, .92rem);
        line-height: 1.75;
      }
      .rv-studio-details {
        gap: clamp(8px, 2vw, 12px);
        margin-top: clamp(12px, 3vw, 16px);
      }
      .rv-contact-link {
        font-size: clamp(.8rem, 3.2vw, .9rem);
      }
      .rv-contact-btn {
        width: 100%;
        justify-content: center;
        height: clamp(44px, 11vw, 50px);
        font-size: clamp(.78rem, 3vw, .85rem);
        margin-top: clamp(14px, 3.5vw, 20px);
      }
      .rv-map-card {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: clamp(130px, 38vw, 180px);
        border-radius: clamp(16px, 4vw, 22px);
        margin: 0;
        box-shadow: none;
      }
      .rv-map-content h3 {
        font-size: clamp(1.5rem, 7vw, 2rem);
      }
      .rv-map-content span {
        font-size: clamp(.58rem, 2.4vw, .66rem);
      }
      .rv-cards-zone {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: clamp(8px, 2.2vw, 12px);
      }
      .rv-social-card {
        position: static;
        width: 100%;
        height: auto;
        padding: clamp(14px, 4vw, 18px) clamp(14px, 4vw, 20px);
        border-radius: clamp(16px, 4vw, 20px);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        transform: none !important;
      }
      .rv-card-1,
      .rv-card-2,
      .rv-card-3,
      .rv-card-4 {
        transform: none !important;
        top: auto;
        left: auto;
      }
      .rv-card-1:hover,
      .rv-card-2:hover,
      .rv-card-3:hover,
      .rv-card-4:hover {
        transform: translateY(-3px) scale(1.01) !important;
      }
      .rv-card-top {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0;
      }
      .rv-platform-wrap {
        gap: clamp(5px, 1.4vw, 8px);
      }
      .rv-platform-wrap img {
        width: clamp(13px, 3.4vw, 16px);
        height: clamp(13px, 3.4vw, 16px);
      }
      .rv-platform {
        font-size: clamp(.6rem, 2.6vw, .7rem);
        letter-spacing: .2em;
        font-weight: 600;
        opacity: .8;
      }
      .rv-arrow {
        flex-shrink: 0;
        width: clamp(24px, 6vw, 30px);
        height: clamp(24px, 6vw, 30px);
        font-size: .72rem;
        margin-left: auto;
      }
      .rv-card-center {
        margin-top: 0;
        padding-top: clamp(2px, .8vw, 6px);
      }
      .rv-card-center h3 {
        font-size: clamp(.85rem, 3.6vw, 1rem);
        line-height: 1.3;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .rv-footer-bottom {
        position: static;
        left: auto;
        bottom: auto;
        padding: 0;
        margin-top: clamp(6px, 1.6vw, 10px);
        width: 100%;
      }
      .rv-footer-row {
        flex-direction: column;
        gap: clamp(8px, 2vw, 12px);
        text-align: center;
      }
      .rv-footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: clamp(10px, 3vw, 16px);
      }
      .rv-footer-links a {
        font-size: clamp(.72rem, 3vw, .8rem);
      }
      .rv-footer-row p {
        font-size: clamp(.64rem, 2.6vw, .72rem);
      }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
      .rv-memory-wall {
        height: 270px;
        margin-bottom: -70px;
      }
      .rv-polaroid {
        width: 148px;
        padding: 8px;
      }
      .rv-polaroid img {
        height: 174px;
      }
      .p1,
      .p2,
      .p3,
      .p4,
      .p5,
      .p6 {
        display: block;
      }
      .p1 {
        left: 0vw;
        bottom: -85px;
        transform: rotate(-9deg);
      }
      .p2 {
        left: 16.6vw;
        bottom: -55px;
        transform: rotate(5deg);
      }
      .p3 {
        left: 33.3vw;
        bottom: -72px;
        transform: rotate(-4deg);
      }
      .p4 {
        left: 50vw;
        bottom: -95px;
        transform: rotate(10deg);
      }
      .p5 {
        left: 66.6vw;
        bottom: -60px;
        transform: rotate(-7deg);
      }
      .p6 {
        left: 83.3vw;
        bottom: -80px;
        transform: rotate(6deg);
      }
      .rv-footer-wrap {
        padding: clamp(20px, 3vw, 32px);
        padding-bottom: clamp(12px, 2vw, 18px);
        min-height: auto;
        overflow: hidden;
      }
      .rv-footer-wrap::after {
        font-size: clamp(13vw, 15vw, 16vw);
        bottom: -4vw;
      }
      
      .rv-footer-inner {
        position: static;
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: clamp(20px, 2.6vw, 30px);
        padding-top: clamp(20px, 2.6vw, 40px);
        padding-bottom: clamp(16px, 3vw, 24px);
      }
      .rv-footer-brand {
        position: static;
        top: auto;
        left: auto;
        margin-top: clamp(10px, 1.6vw, 16px);
      }
      .rv-logo-link img {
        width: clamp(120px, 13vw, 150px);
      }
      .rv-contact-info {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
      }
      .rv-studio-card {
        padding: clamp(22px, 2.8vw, 30px) clamp(24px, 3vw, 34px);
        border-radius: clamp(22px, 2.8vw, 30px);
      }
      .rv-studio-card p {
        font-size: clamp(.9rem, 1.5vw, 1rem);
        line-height: 1.7;
      }
      .rv-studio-details {
        gap: clamp(10px, 1.2vw, 14px);
        margin-top: clamp(14px, 1.6vw, 18px);
      }
      .rv-contact-link {
        font-size: clamp(.88rem, 1.3vw, .95rem);
      }
      .rv-contact-btn {
        width: auto;
        min-width: 160px;
        justify-content: center;
        height: clamp(46px, 5vw, 50px);
        font-size: clamp(.8rem, 1.2vw, .85rem);
        margin-top: clamp(18px, 2vw, 22px);
      }
      .rv-map-card {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: clamp(160px, 22vw, 220px);
        border-radius: clamp(20px, 2.6vw, 28px);
        margin-left: 0;
        margin-right: 0;
      }
      .rv-map-content h3 {
        font-size: clamp(2rem, 4vw, 2.6rem);
      }
      .rv-map-content span {
        font-size: clamp(.66rem, 1vw, .72rem);
      }
      .rv-cards-zone {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: clamp(12px, 1.6vw, 18px);
      }
      .rv-social-card {
        position: static;
        width: 100%;
        height: auto;
        padding: clamp(16px, 2vw, 22px) clamp(18px, 2.2vw, 24px);
        border-radius: clamp(18px, 2.2vw, 24px);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        transform: none !important;
      }
      .rv-card-1,
      .rv-card-2,
      .rv-card-3,
      .rv-card-4 {
        transform: none !important;
        top: auto;
        left: auto;
      }
      .rv-card-1:hover,
      .rv-card-2:hover,
      .rv-card-3:hover,
      .rv-card-4:hover {
        transform: translateY(-4px) scale(1.01) !important;
      }
      .rv-card-top {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0;
      }
      .rv-card-center {
        margin-top: clamp(8px, 1.2vw, 12px);
        text-align: left;
      }
      .rv-card-center h3 {
        font-size: clamp(1.1rem, 1.6vw, 1.3rem);
        line-height: 1.2;
      }
      .rv-platform-wrap img {
        width: clamp(14px, 1.4vw, 16px);
        height: clamp(14px, 1.4vw, 16px);
      }
      .rv-platform {
        font-size: clamp(.66rem, 1vw, .7rem);
      }
      .rv-arrow {
        width: clamp(26px, 3vw, 30px);
        height: clamp(26px, 3vw, 30px);
      }
      .rv-footer-bottom {
        position: static;
        left: auto;
        bottom: auto;
        padding: 0;
        margin-top: clamp(10px, 1.4vw, 14px);
        width: 100%;
        align-self: flex-end;
      }
      .rv-footer-row {
        flex-direction: row;
        flex-wrap: wrap;
        gap: clamp(10px, 1.4vw, 14px);
      }
      .rv-footer-links {
        gap: clamp(16px, 2vw, 22px);
      }
      .rv-footer-links a {
        font-size: clamp(.78rem, 1vw, .82rem);
      }
      .rv-footer-row p {
        font-size: clamp(.7rem, .9vw, .74rem);
      }
    }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .rv-memory-wall {
        height: 290px;
        margin-bottom: -80px;
      }
      .rv-polaroid {
        width: 160px;
        padding: 9px;
      }
      .rv-polaroid img {
        height: 190px;
      }
      .p1,
      .p2,
      .p3,
      .p4,
      .p5,
      .p6,
      .p7,
      .p8 {
        display: block;
      }
      .p1 {
        left: 0vw;
        bottom: -95px;
        transform: rotate(-9deg);
      }
      .p2 {
        left: 12.5vw;
        bottom: -65px;
        transform: rotate(5deg);
      }
      .p3 {
        left: 25vw;
        bottom: -85px;
        transform: rotate(-6deg);
      }
      .p4 {
        left: 37.5vw;
        bottom: -105px;
        transform: rotate(10deg);
      }
      .p5 {
        left: 50vw;
        bottom: -70px;
        transform: rotate(-7deg);
      }
      .p6 {
        left: 62.5vw;
        bottom: -90px;
        transform: rotate(7deg);
      }
      .p7 {
        left: 75vw;
        bottom: -75px;
        transform: rotate(-4deg);
      }
      .p8 {
        left: 87.5vw;
        bottom: -100px;
        transform: rotate(8deg);
      }
      .rv-footer-wrap {
        min-height: auto;
        padding: clamp(20px, 2.5vw, 36px) clamp(20px, 3vw, 40px) clamp(12px, 2vw, 20px);
      }
      .rv-footer-inner {
        display: grid;
        grid-template-columns: 1fr 1.5fr 1fr;
        grid-template-rows: auto auto auto;
        column-gap: clamp(20px, 2.5vw, 40px);
        min-height: auto;
        align-items: center;
        align-content: center;
        padding-top: clamp(20px, 2.5vw, 36px);
        padding-bottom: clamp(12px, 2vw, 20px);
      }
      .rv-footer-brand {
        grid-column: 1; grid-row: 1;
        position: static;
        align-self: end;
        padding-bottom: clamp(8px, 1.2vw, 16px);
      }
      .rv-logo-link img { width: clamp(110px, 10vw, 140px); }
      .rv-contact-info {
        grid-column: 1; grid-row: 2;
        position: static;
        width: 100%;
        max-width: 100%;
        align-self: center;
      }
      .rv-cards-zone {
        grid-column: 2; grid-row: 1 / 3;
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 0.9;
        top: auto; left: auto;
        align-self: center;
      }
      .rv-card-1 { top: 12%; left: 3%; width: 42%; height: 44%; }
      .rv-card-2 { top: 20%; left: 34%; width: 42%; height: 44%; }
      .rv-card-3 { top: 46%; left: 12%; width: 42%; height: 44%; }
      .rv-card-4 { top: 38%; left: 52%; width: 42%; height: 44%; }
      .rv-map-card {
        grid-column: 3; grid-row: 1 / 3;
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        justify-self: center;
        align-self: center;
      }
      .rv-map-content h3 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
      .rv-footer-bottom {
        grid-column: 1 / -1; grid-row: 3;
        position: static;
        padding: 0 clamp(14px, 2vw, 24px);
        padding-bottom: 0;
      }
    }
    @media (min-width: 1280px) and (max-width: 1535px) {
      .rv-memory-wall {
        height: 315px;
        margin-bottom: -90px;
      }
      .rv-polaroid {
        width: 178px;
        padding: 10px;
      }
      .rv-polaroid img {
        height: 210px;
      }
      .p1,
      .p2,
      .p3,
      .p4,
      .p5,
      .p6,
      .p7,
      .p8,
      .p9,
      .p10 {
        display: block;
      }
      .p1 {
        left: 0vw;
        bottom: -100px;
        transform: rotate(-9deg);
      }
      .p2 {
        left: 10vw;
        bottom: -68px;
        transform: rotate(5deg);
      }
      .p3 {
        left: 20vw;
        bottom: -90px;
        transform: rotate(-5deg);
      }
      .p4 {
        left: 30vw;
        bottom: -112px;
        transform: rotate(10deg);
      }
      .p5 {
        left: 40vw;
        bottom: -74px;
        transform: rotate(-7deg);
      }
      .p6 {
        left: 50vw;
        bottom: -95px;
        transform: rotate(7deg);
      }
      .p7 {
        left: 60vw;
        bottom: -78px;
        transform: rotate(-4deg);
      }
      .p8 {
        left: 70vw;
        bottom: -105px;
        transform: rotate(8deg);
      }
      .p9 {
        left: 80vw;
        bottom: -82px;
        transform: rotate(-6deg);
      }
      .p10 {
        left: 90vw;
        bottom: -98px;
        transform: rotate(4deg);
      }
      .rv-footer-wrap {
        min-height: clamp(620px, 56vw, 780px);
        padding: clamp(22px, 2.8vw, 40px) clamp(22px, 3.5vw, 48px) 0;
      }
.rv-footer-inner {
        display: grid;
        grid-template-columns: 1fr 1.5fr 1fr;
        grid-template-rows: auto auto auto;
        column-gap: clamp(22px, 2.8vw, 50px);
        min-height: clamp(580px, 52vw, 740px);
        align-items: center;
        align-content: center;
        padding-top: clamp(22px, 2.8vw, 40px);
        padding-bottom: clamp(58px, 7vw, 95px);
      }
      .rv-footer-brand {
        grid-column: 1; grid-row: 1;
        position: static;
        align-self: end;
        padding-bottom: clamp(10px, 1.4vw, 20px);
      }
      .rv-logo-link img { width: clamp(118px, 10.5vw, 155px); }
      .rv-contact-info {
        grid-column: 1; grid-row: 2;
        position: static;
        width: 100%;
        max-width: 100%;
        align-self: center;
      }
      .rv-cards-zone {
        grid-column: 2; grid-row: 1 / 3;
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 0.9;
        top: auto; left: auto;
        align-self: center;
      }
      .rv-card-1 { top: 12%; left: 3%; width: 42%; height: 44%; }
      .rv-card-2 { top: 20%; left: 34%; width: 42%; height: 44%; }
      .rv-card-3 { top: 46%; left: 12%; width: 42%; height: 44%; }
      .rv-card-4 { top: 38%; left: 52%; width: 42%; height: 44%; }
      .rv-map-card {
        grid-column: 3; grid-row: 1 / 3;
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        justify-self: center;
        align-self: center;
      }
      .rv-map-content h3 { font-size: clamp(2rem, 3.2vw, 2.6rem); }
      .rv-footer-bottom {
        grid-column: 1 / -1; grid-row: 3;
        position: static;
        padding: 0 clamp(16px, 2.2vw, 28px);
        padding-bottom: clamp(12px, 1.6vw, 22px);
      }
   }
    @media (min-width: 1536px) and (max-width: 1919px) {
      .rv-footer-wrap {
        min-height: auto;
        padding: clamp(18px, 2vw, 32px) clamp(28px, 3.5vw, 52px) 0;
      }
      .rv-footer-inner {
        display: grid;
        grid-template-columns: 1fr 1.5fr 1fr;
        grid-template-rows: auto auto auto;
        column-gap: clamp(28px, 3vw, 56px);
        min-height: auto;
        align-items: center;
        align-content: center;
        padding-top: clamp(12px, 1.5vw, 24px);
        padding-bottom: clamp(20px, 2vw, 36px);
      }
      .rv-footer-brand {
        grid-column: 1; grid-row: 1;
        position: static;
        align-self: end;
        padding-bottom: clamp(10px, 1.5vw, 22px);
      }
      .rv-logo-link img { width: clamp(130px, 10.5vw, 170px); }
      .rv-contact-info {
        grid-column: 1; grid-row: 2;
        position: static;
        width: 100%;
        max-width: 100%;
        align-self: center;
      }
      .rv-cards-zone {
        grid-column: 2; grid-row: 1 / 3;
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 0.9;
        top: auto; left: auto;
        align-self: center;
      }
      .rv-card-1 { top: 12%; left: 3%; width: 42%; height: 44%; }
      .rv-card-2 { top: 20%; left: 34%; width: 42%; height: 44%; }
      .rv-card-3 { top: 46%; left: 12%; width: 42%; height: 44%; }
      .rv-card-4 { top: 38%; left: 52%; width: 42%; height: 44%; }
      .rv-map-card {
        grid-column: 3; grid-row: 1 / 3;
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        justify-self: center;
        align-self: center;
      }
      .rv-map-content h3 { font-size: clamp(2.2rem, 3.4vw, 2.9rem); }
      .rv-footer-bottom {
        grid-column: 1 / -1; grid-row: 3;
        position: static;
        padding: 0 clamp(18px, 2.5vw, 34px);
        padding-bottom: clamp(14px, 1.8vw, 26px);
      }
      .p1,
      .p2,
      .p3,
      .p4,
      .p5,
      .p6,
      .p7,
      .p8,
      .p9,
      .p10,
      .p11,
      .p12 {
        display: block;
      }
      .p13,
      .p14,
      .p15,
      .p16 {
        display: none;
      }
      .p1 {
        left: 0vw;
        bottom: -120px;
        transform: rotate(-9deg);
      }
      .p2 {
        left: 8.33vw;
        bottom: -80px;
        transform: rotate(5deg);
      }
      .p3 {
        left: 16.66vw;
        bottom: -105px;
        transform: rotate(-4deg);
      }
      .p4 {
        left: 25vw;
        bottom: -130px;
        transform: rotate(11deg);
      }
      .p5 {
        left: 33.33vw;
        bottom: -85px;
        transform: rotate(-7deg);
      }
      .p6 {
        left: 41.66vw;
        bottom: -115px;
        transform: rotate(8deg);
      }
      .p7 {
        left: 50vw;
        bottom: -90px;
        transform: rotate(-5deg);
      }
      .p8 {
        left: 58.33vw;
        bottom: -125px;
        transform: rotate(6deg);
      }
      .p9 {
        left: 66.66vw;
        bottom: -95px;
        transform: rotate(-10deg);
      }
      .p10 {
        left: 75vw;
        bottom: -110px;
        transform: rotate(4deg);
      }
      .p11 {
        left: 83.33vw;
        bottom: -80px;
        transform: rotate(-6deg);
      }
      .p12 {
        left: 91.66vw;
        bottom: -120px;
        transform: rotate(9deg);
      }
    }
    @media (min-width: 1920px) and (max-width: 2559px) {
      .rv-footer-wrap {
        min-height: clamp(800px, 50vw, 1050px);
        padding: clamp(30px, 3.2vw, 56px) clamp(36px, 4vw, 64px) 0;
      }
.rv-footer-inner {
        display: grid;
        grid-template-columns: 1fr 1.5fr 1fr;
        grid-template-rows: auto auto auto;
        column-gap: clamp(36px, 3.5vw, 72px);
        min-height: clamp(760px, 47vw, 1000px);
        align-items: center;
        align-content: center;
        padding-top: clamp(30px, 3.2vw, 56px);
        padding-bottom: clamp(70px, 7vw, 130px);
      }
      .rv-footer-brand {
        grid-column: 1; grid-row: 1;
        position: static;
        align-self: end;
        padding-bottom: clamp(12px, 1.6vw, 28px);
      }
      .rv-logo-link img { width: clamp(148px, 11vw, 200px); }
      .rv-contact-info {
        grid-column: 1; grid-row: 2;
        position: static;
        width: 100%;
        max-width: 100%;
        align-self: center;
      }
      .rv-cards-zone {
        grid-column: 2; grid-row: 1 / 3;
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 0.9;
        top: auto; left: auto;
        align-self: center;
      }
      .rv-card-1 { top: 12%; left: 3%; width: 42%; height: 44%; }
      .rv-card-2 { top: 20%; left: 34%; width: 42%; height: 44%; }
      .rv-card-3 { top: 46%; left: 12%; width: 42%; height: 44%; }
      .rv-card-4 { top: 38%; left: 52%; width: 42%; height: 44%; }
      .rv-card-center h3 { font-size: clamp(1.4rem, 2vw, 2.8rem); }
      .rv-map-card {
        grid-column: 3; grid-row: 1 / 3;
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        justify-self: center;
        align-self: center;
      }
      .rv-map-content h3 { font-size: clamp(2.6rem, 3.8vw, 3.4rem); }
      .rv-footer-bottom {
        grid-column: 1 / -1; grid-row: 3;
        position: static;
        padding: 0 clamp(20px, 2.8vw, 40px);
        padding-bottom: clamp(16px, 2vw, 30px);
      }
      .rv-memory-wall {
        height: 400px;
        margin-bottom: -115px;
      }
      .rv-polaroid {
        width: 240px;
        padding: 13px;
      }
      .rv-polaroid img {
        height: 284px;
      }
      .p1,
      .p2,
      .p3,
      .p4,
      .p5,
      .p6,
      .p7,
      .p8,
      .p9,
      .p10,
      .p11,
      .p12,
      .p13,
      .p14 {
        display: block;
      }
      .p15,
      .p16 {
        display: none;
      }
      .p1 {
        left: 0vw;
        bottom: -135px;
        transform: rotate(-9deg);
      }
      .p2 {
        left: 7.14vw;
        bottom: -92px;
        transform: rotate(5deg);
      }
      .p3 {
        left: 14.28vw;
        bottom: -118px;
        transform: rotate(-4deg);
      }
      .p4 {
        left: 21.42vw;
        bottom: -148px;
        transform: rotate(11deg);
      }
      .p5 {
        left: 28.57vw;
        bottom: -98px;
        transform: rotate(-7deg);
      }
      .p6 {
        left: 35.71vw;
        bottom: -128px;
        transform: rotate(8deg);
      }
      .p7 {
        left: 42.85vw;
        bottom: -104px;
        transform: rotate(-5deg);
      }
      .p8 {
        left: 50vw;
        bottom: -140px;
        transform: rotate(6deg);
      }
      .p9 {
        left: 57.14vw;
        bottom: -108px;
        transform: rotate(-10deg);
      }
      .p10 {
        left: 64.28vw;
        bottom: -124px;
        transform: rotate(4deg);
      }
      .p11 {
        left: 71.42vw;
        bottom: -94px;
        transform: rotate(-6deg);
      }
      .p12 {
        left: 78.57vw;
        bottom: -136px;
        transform: rotate(9deg);
      }
      .p13 {
        left: 85.71vw;
        bottom: -110px;
        transform: rotate(-3deg);
      }
      .p14 {
        left: 92.85vw;
        bottom: -128px;
        transform: rotate(7deg);
      }
    }
    @media (min-width: 2560px) {
      .rv-footer-wrap {
        min-height: clamp(1000px, 48vw, 1400px);
        padding: clamp(40px, 3.5vw, 72px) clamp(48px, 4.5vw, 80px) 0;
      }
.rv-footer-inner {
        display: grid;
        grid-template-columns: 1fr 1.5fr 1fr;
        grid-template-rows: auto auto auto;
        column-gap: clamp(48px, 4vw, 96px);
        min-height: clamp(960px, 45vw, 1340px);
        align-items: center;
        align-content: center;
        padding-top: clamp(40px, 3.5vw, 72px);
        padding-bottom: clamp(90px, 7.5vw, 160px);
      }
      .rv-footer-brand {
        grid-column: 1; grid-row: 1;
        position: static;
        align-self: end;
        padding-bottom: clamp(16px, 1.8vw, 36px);
      }
      .rv-logo-link img { width: clamp(170px, 12vw, 240px); }
      .rv-contact-info {
        grid-column: 1; grid-row: 2;
        position: static;
        width: 100%;
        max-width: 100%;
        align-self: center;
      }
      .rv-cards-zone {
        grid-column: 2; grid-row: 1 / 3;
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 0.9;
        top: auto; left: auto;
        align-self: center;
      }
      .rv-card-1 { top: 12%; left: 3%; width: 42%; height: 44%; }
      .rv-card-2 { top: 20%; left: 34%; width: 42%; height: 44%; }
      .rv-card-3 { top: 46%; left: 12%; width: 42%; height: 44%; }
      .rv-card-4 { top: 38%; left: 52%; width: 42%; height: 44%; }
      .rv-card-center h3 { font-size: clamp(1.6rem, 2.2vw, 3.2rem); }
      .rv-map-card {
        grid-column: 3; grid-row: 1 / 3;
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        justify-self: center;
        align-self: center;
      }
      .rv-map-content h3 { font-size: clamp(3rem, 4.2vw, 4.2rem); }
      .rv-footer-bottom {
        grid-column: 1 / -1; grid-row: 3;
        position: static;
        padding: 0 clamp(28px, 3.2vw, 56px);
        padding-bottom: clamp(20px, 2.2vw, 42px);
      }
      .rv-memory-wall {
        height: 480px;
        margin-bottom: -136px;
      }
      .rv-polaroid {
        width: 290px;
        padding: 15px;
      }
      .rv-polaroid img {
        height: 342px;
      }
      .p1,
      .p2,
      .p3,
      .p4,
      .p5,
      .p6,
      .p7,
      .p8,
      .p9,
      .p10,
      .p11,
      .p12,
      .p13,
      .p14,
      .p15,
      .p16 {
        display: block;
      }
      .p1 {
        left: 0vw;
        bottom: -160px;
        transform: rotate(-9deg);
      }
      .p2 {
        left: 6.25vw;
        bottom: -108px;
        transform: rotate(5deg);
      }
      .p3 {
        left: 12.5vw;
        bottom: -140px;
        transform: rotate(-4deg);
      }
      .p4 {
        left: 18.75vw;
        bottom: -174px;
        transform: rotate(11deg);
      }
      .p5 {
        left: 25vw;
        bottom: -114px;
        transform: rotate(-7deg);
      }
      .p6 {
        left: 31.25vw;
        bottom: -152px;
        transform: rotate(8deg);
      }
      .p7 {
        left: 37.5vw;
        bottom: -122px;
        transform: rotate(-5deg);
      }
      .p8 {
        left: 43.75vw;
        bottom: -165px;
        transform: rotate(6deg);
      }
      .p9 {
        left: 50vw;
        bottom: -128px;
        transform: rotate(-10deg);
      }
      .p10 {
        left: 56.25vw;
        bottom: -146px;
        transform: rotate(4deg);
      }
      .p11 {
        left: 62.5vw;
        bottom: -112px;
        transform: rotate(-6deg);
      }
      .p12 {
        left: 68.75vw;
        bottom: -158px;
        transform: rotate(9deg);
      }
      .p13 {
        left: 75vw;
        bottom: -130px;
        transform: rotate(-3deg);
      }
      .p14 {
        left: 81.25vw;
        bottom: -150px;
        transform: rotate(7deg);
      }
      .p15 {
        left: 87.5vw;
        bottom: -118px;
        transform: rotate(-8deg);
      }
      .p16 {
        left: 93.75vw;
        bottom: -142px;
        transform: rotate(5deg);
      }
    }
    @media (max-width: 1024px) {
      .rv-footer-brand,
      .rv-contact-info,
      .rv-map-card,
      .rv-cards-zone {
        width: 100%;
        max-width: none;
      }
      .rv-studio-card {
        width: 100%;
      }
    }
    @media (min-width: 1536px) and (max-width: 1919px) {
      .rv-cards-zone,
      .rv-map-card {
        position: relative !important;
        top: 50px;
      }
    }
    @media (min-width: 1025px) {
      .rv-card-1 {
        top: 9%;
        left: 3%;
        width: 40%;
        height: 47%;
        transform: rotate(-7deg);
      }
      .rv-card-2 {
        top: 16%;
        left: 34%;
        width: 40%;
        height: 47%;
        transform: rotate(7deg);
      }
      .rv-card-3 {
        top: 41%;
        left: 13%;
        width: 41%;
        height: 47%;
        transform: rotate(-3deg);
      }
      .rv-card-4 {
        top: 35%;
        left: 50%;
        width: 40%;
        height: 47%;
        transform: rotate(5deg);
      }
      .rv-social-card {
        padding: clamp(14px, 1.35vw, 22px);
      }
      .rv-card-center {
        margin-top: clamp(14px, 1.3vw, 22px);
      }
      .rv-card-center h3 {
        width: min-content;
        max-width: 100%;
        font-size: clamp(1.4rem, 1.9vw, 2.3rem);
        line-height: .92;
        letter-spacing: -.07em;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
      }
    }

@media (max-width: 1535px) {
  .rv-footer-wrap {
    min-height: 0 !important;
    padding-bottom: 10px !important;
  }

  .rv-footer-inner {
    min-height: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1024px) {
  .rv-footer-inner {
    gap: 10px !important;
    padding-top: 14px !important;
    padding-bottom: 0 !important;
  }

  .rv-cards-zone {
    aspect-ratio: auto !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 8px !important;
    margin-bottom: 0 !important;
  }

  .rv-footer-bottom {
    margin-top: 18px !important;
    padding: 0 !important;
    align-self: stretch !important;
  }

  .rv-footer-line {
    margin-bottom: 6px !important;
  }

  .rv-footer-row {
    gap: 6px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .rv-footer-wrap {
    padding-bottom: 28px !important;
  }

  .rv-footer-wrap::after {
    bottom: -4vw !important;
  }

  .rv-cards-zone {
    gap: 14px !important;
    margin-bottom: 26px !important;
  }

  .rv-footer-bottom {
    margin-top: 28px !important;
  }
}