.contact-hero {
  padding-bottom: clamp(48px, 6vw, 90px);
}
.contact-hero .page-hero__title {
  max-width: 1000px;
}
.contact-hero__sun {
  right: clamp(0px, 4vw, 70px);
  top: clamp(10px, 3vw, 40px);
  width: clamp(130px, 22vw, 320px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F6B93B;
  transform: translate3d(calc(var(--mx, 0) * 26px), calc(var(--my, 0) * 26px), 0);
}
.contact-hero__arch {
  right: clamp(90px, 16vw, 260px);
  top: clamp(120px, 16vw, 250px);
  width: clamp(90px, 12vw, 180px);
  aspect-ratio: 2/1;
  border-radius: 999px 999px 0 0;
  background: #F4A6B7;
  transform: translate3d(calc(var(--mx, 0) * -40px), calc(var(--my, 0) * -40px), 0);
}
.contact-hero__dot {
  right: clamp(20px, 6vw, 100px);
  top: clamp(160px, 22vw, 360px);
  width: clamp(34px, 4vw, 60px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #E8542C;
  transform: translate3d(calc(var(--mx, 0) * 60px), calc(var(--my, 0) * 60px), 0);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 20px;
  padding: 0 clamp(20px, 4vw, 56px) clamp(80px, 10vw, 140px);
  max-width: 1520px;
  margin: 0 auto;
}

.contact-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 340px;
  padding: 36px;
  border-radius: 32px;
  color: #2B1610;
  transition: transform 0.4s cubic-bezier(0.3, 1.5, 0.5, 1);
}
.contact-card:hover {
  color: #2B1610;
}
.contact-card--yellow {
  background: #F6B93B;
}
.contact-card--yellow:hover {
  transform: translateY(-10px) rotate(-1.2deg);
}
.contact-card--pink {
  background: #F4A6B7;
}
.contact-card--pink:hover {
  transform: translateY(-10px) rotate(1.2deg);
}
.contact-card--green {
  background: #1F4A38;
  color: #F7EEE1;
}
.contact-card--green:hover {
  color: #F7EEE1;
  transform: translateY(-10px) rotate(-1.2deg);
}
.contact-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: auto;
}
.contact-card__icon--circle {
  border-radius: 50%;
  background: #E8542C;
}
.contact-card__icon--arch {
  height: 28px;
  margin-top: 28px;
  border-radius: 999px 999px 0 0;
  background: #2B1610;
}
.contact-card__icon--square {
  background: #F6B93B;
  transform: rotate(12deg);
}
.contact-card__label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact-card__value {
  font-style: normal;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.contact-card__link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 700;
}
.contact-card__link span {
  transition: transform 0.3s cubic-bezier(0.3, 1.5, 0.5, 1);
}
.contact-card:hover .contact-card__link span {
  transform: translateX(6px);
}

.contact-project {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 12vw, 170px) clamp(20px, 4vw, 56px);
  background: #E8542C;
}
.contact-project__blob {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(90vw, 760px);
  aspect-ratio: 1/1;
  margin-left: calc(min(90vw, 760px) / -2);
  margin-top: calc(min(90vw, 760px) / -2);
  border-radius: 50%;
  background: #F6B93B;
  transform: translate3d(calc(var(--mx, 0) * -24px), calc(var(--my, 0) * -24px), 0);
}
.contact-project__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.contact-project__title {
  margin: 0;
  font-size: clamp(48px, 7vw, 116px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 800;
  text-wrap: balance;
}
.contact-project__text {
  margin: 0;
  max-width: 520px;
  font-size: 20px;
  line-height: 1.5;
}
.contact-project__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 22px 36px;
  border-radius: 999px;
  background: #2B1610;
  color: #F7EEE1;
  font-size: 20px;
  font-weight: 700;
  transition: transform 0.3s cubic-bezier(0.3, 1.5, 0.5, 1), background 0.2s;
}
.contact-project__cta:hover {
  color: #F7EEE1;
  background: #1F4A38;
  transform: translateY(-4px) rotate(-2deg);
}

/*# sourceMappingURL=contact-1a73af9e7a.output.css.map */
