/* —— Contact page —— */
.contact-page {
  background: var(--black);
}

.contact-page main {
  display: block;
}

.contact-page p {
  max-width: none;
  margin: 0;
  padding: 0;
  border-left: 0;
  padding-left: 0;
  text-shadow: none;
  filter: none;
}

.contact-page .ct-hero__kicker {
  position: static;
  max-width: none;
  margin: 0 0 clamp(8px, 1.4vw, 14px);
  padding: 0;
  border-left: 0;
  text-align: left;
  text-shadow: none;
  filter: none;
}

.contact-page .ct-prose p {
  position: static;
  max-width: none;
  padding: 0;
  border-left: 0;
  text-shadow: none;
  filter: none;
}

.contact-page .nav-desktop a.is-active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 88px;
  max-width: 100%;
  height: 2px;
  transform: translateX(-50%);
  background: #d9d9d9;
}

/* —— Hero header —— */
.ct-hero {
  position: relative;
  min-height: clamp(440px, 68vw, 980px);
  overflow: hidden;
  background: var(--black);
}

.ct-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.ct-hero__bg-paint {
  position: absolute;
  left: 50%;
  top: 45%;
  width: min(2050px, 175vw);
  height: auto;
  transform: translate(-50%, -50%) rotate(-133deg);
  opacity: 0.95;
}

.ct-hero__bg-fade {
  position: absolute;
  left: -5%;
  right: -5%;
  height: 132px;
  filter: blur(20px);
  pointer-events: none;
}

.ct-hero__bg-fade--top {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 100%);
}

.ct-hero__bg-fade--bottom {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, transparent 100%);
}

.ct-hero__top {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(20px, 4vw, 54px);
}

.ct-hero__hand {
  position: absolute;
  z-index: 2;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.ct-hero__hand--left {
  left: clamp(-3%, -1vw, 1%);
  top: clamp(280px, 32vw, 405px);
  width: min(393px, 28vw);
}

.ct-hero__hand--right {
  right: clamp(-3%, -1vw, 1%);
  top: clamp(220px, 26vw, 306px);
  width: min(424px, 30vw);
}

.ct-hero__phone {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: clamp(80px, 11vw, 130px);
  transform: translateX(-50%);
  width: min(360px, 34vw);
  height: auto;
  object-fit: contain;
}

.ct-hero__titles {
  position: relative;
  z-index: 3;
  margin-top: clamp(440px, 60vw, 720px);
  padding: 0 clamp(20px, 4vw, 60px) clamp(40px, 6vw, 80px);
  text-align: left;
}

.ct-hero__kicker {
  margin: 0 0 clamp(8px, 1.4vw, 14px);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 29px);
  line-height: 1.2;
  color: var(--cyan);
  text-align: left;
}

.ct-hero__title {
  margin: 0;
  font-family: "Impact Custom", Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(56px, 13vw, 178px);
  line-height: 0.92;
  color: var(--yellow);
  text-align: left;
}

.contact-page .social-tabs {
  z-index: 4;
  bottom: clamp(80px, 12vw, 160px);
}

/* Shared prose */
.ct-prose {
  position: relative;
}

.contact-page .ct-prose p {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(11px, 1.4vw, 28px);
  line-height: 1.35;
  color: var(--white);
  margin: 0;
}

.contact-page .ct-prose p + p {
  margin-top: clamp(10px, 1.2vw, 18px);
}

.ct-prose--center {
  max-width: 540px;
  margin: 0 auto;
  padding-left: clamp(14px, 1.6vw, 22px);
}

.ct-prose--center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--pink);
  border-radius: 2px;
}

.ct-prose--center p {
  text-align: center;
}

.ct-prose--right {
  max-width: 420px;
  padding-right: clamp(14px, 1.6vw, 22px);
}

.ct-prose--right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--pink);
  border-radius: 2px;
}

.ct-prose--right p {
  text-align: right;
}

/* —— Hey You section —— */
.ct-hey {
  position: relative;
  background: var(--black);
  overflow: hidden;
  padding: clamp(56px, 7vw, 110px) 0 clamp(72px, 9vw, 130px);
}

.ct-hey__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ct-hey__bg img {
  position: absolute;
  left: 50%;
  top: 38%;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: contain;
  opacity: 0.95;
}

.ct-hey__inner {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(30px, 4vw, 56px);
}

.ct-hey__qrsobre {
  display: block;
  width: min(960px, 100%);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.ct-hey__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ct-hey__title {
  margin: 0 0 clamp(10px, 1.4vw, 18px);
  font-family: "Impact Custom", Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(38px, 7vw, 92px);
  line-height: 0.95;
  color: var(--yellow);
  text-align: center;
}

.ct-hey__sub {
  margin: 0 0 clamp(18px, 2.4vw, 32px);
  font-family: "Impact Custom", Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.6vw, 46px);
  line-height: 1;
  color: var(--white);
  text-align: center;
}

.ct-hey__sub em {
  font-style: normal;
  color: var(--pink-bright);
}

/* —— Contact section —— */
.ct-contact {
  position: relative;
  background: var(--black);
  overflow: hidden;
  padding: clamp(56px, 7vw, 110px) 0 clamp(72px, 9vw, 130px);
}

.ct-contact__paint {
  position: absolute;
  z-index: 0;
  left: -22%;
  top: 35%;
  width: min(950px, 75vw);
  height: auto;
  transform: translateY(-50%) rotate(-10deg);
  object-fit: contain;
  pointer-events: none;
  opacity: 0.9;
}

.ct-contact__inner {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
}

.ct-contact__cards {
  position: relative;
  width: 100%;
  max-width: 660px;
  justify-self: start;
}

.ct-contact__board {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ct-contact__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  text-align: center;
}

.ct-contact__title {
  margin: 0 0 clamp(10px, 1.4vw, 18px);
  font-family: "Impact Custom", Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 92px);
  line-height: 0.95;
  color: var(--yellow);
  text-align: center;
}

.ct-contact__sub {
  margin: 0 0 clamp(18px, 2.4vw, 32px);
  font-family: "Impact Custom", Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.6vw, 46px);
  line-height: 1;
  color: var(--white);
  text-align: center;
}

.ct-contact__sub em {
  font-style: normal;
  color: var(--pink-bright);
}

.ct-contact .ct-prose--right {
  margin-left: auto;
  margin-right: auto;
}

/* —— Desktop (>1100px) —— */
@media (min-width: 1101px) {
  .ct-hero {
    min-height: 980px;
  }

  .ct-hero__phone {
    top: 88px;
    width: min(420px, 30vw);
  }

  .ct-hero__hand--left {
    width: min(393px, 28vw);
    top: 405px;
  }

  .ct-hero__hand--right {
    width: min(424px, 30vw);
    top: 306px;
  }

  .ct-hero__titles {
    position: absolute;
    left: clamp(40px, 4vw, 56px);
    bottom: clamp(60px, 8vw, 100px);
    margin: 0;
    padding: 0;
    text-align: left;
    max-width: 80%;
  }

  .ct-hero__kicker {
    margin-bottom: 14px;
  }

  .ct-contact__inner {
    grid-template-columns: 1.05fr 1fr;
  }
}

/* —— Tablet (701px – 1100px) —— */
@media (max-width: 1100px) and (min-width: 701px) {
  .ct-hero {
    min-height: clamp(440px, 70vw, 560px);
  }

  .ct-hero__phone {
    top: clamp(60px, 10vw, 90px);
    width: min(260px, 36vw);
  }

  .ct-hero__hand--left {
    width: min(220px, 30vw);
    top: clamp(150px, 22vw, 220px);
  }

  .ct-hero__hand--right {
    width: min(230px, 32vw);
    top: clamp(120px, 18vw, 170px);
  }

  .ct-hero__titles {
    margin-top: clamp(340px, 50vw, 420px);
    padding-left: clamp(20px, 4vw, 40px);
    text-align: left;
  }

  .ct-hero__title {
    font-size: clamp(56px, 12vw, 96px);
  }

  .ct-contact__inner {
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 40px);
  }

  .ct-contact__paint {
    left: -28%;
    width: 70vw;
  }
}

/* —— Mobile (≤700px) —— */
@media (max-width: 700px) {
  .ct-hero {
    min-height: 600px;
  }

  .ct-hero__top {
    padding: 8px 20px;
  }

  .contact-page .logo {
    width: 58px;
  }

  .ct-hero__bg-paint {
    width: 180vw;
    transform: translate(-45%, -55%) rotate(-133deg);
  }

  .ct-hero__phone {
    left: 50%;
    top: 80px;
    width: 140px;
  }

  .ct-hero__hand--left {
    width: 120px;
    top: 200px;
  }

  .ct-hero__hand--right {
    width: 130px;
    top: 175px;
  }

  .ct-hero__titles {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 64px;
    margin: 0;
    padding: 0 24px;
    text-align: center;
  }

  .ct-hero__kicker {
    font-size: 13px;
    text-align: center;
  }

  .ct-hero__title {
    font-size: 50px;
    text-align: center;
  }

  .contact-page .social-tabs {
    right: 0;
    bottom: clamp(20px, 6vw, 50px);
    gap: 6px;
  }

  .contact-page .social-tabs a {
    width: 76px;
    height: 23px;
  }

  .contact-page .social-tabs img {
    width: 18px;
    height: 18px;
  }

  .ct-hey__inner {
    gap: 24px;
  }

  .ct-hey__qrsobre {
    width: 100%;
    max-width: 420px;
  }

  .ct-hey__bg img {
    width: 100vw;
    max-width: 100vw;
    top: 38%;
  }

  .ct-hey__title {
    font-size: 38px;
  }

  .ct-hey__sub {
    font-size: 16px;
  }

  .ct-prose p {
    font-size: 11px;
    line-height: 1.4;
  }

  .ct-prose--center {
    padding-left: 10px;
    max-width: 240px;
  }

  .ct-contact__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ct-contact__cards {
    justify-self: center;
    max-width: 360px;
  }

  .ct-contact__paint {
    left: -30%;
    top: 40%;
    width: 90vw;
    opacity: 0.9;
  }

  .ct-contact__title {
    font-size: 38px;
  }

  .ct-contact__sub {
    font-size: 16px;
  }

  .ct-prose--right {
    max-width: 240px;
    padding-right: 10px;
  }

  .contact-page p::before {
    content: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pp-img-pop {
    transition: box-shadow 0.2s ease;
  }
  .pp-img-pop:hover,
  .pp-img-pop:active {
    transform: none;
  }
}
