.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 480px), 1fr));
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: clamp(32px, 5vw, 72px) clamp(20px, 4vw, 56px) clamp(48px, 6vw, 96px);
  max-width: 1520px;
  margin: 0 auto;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}
.hero__title {
  margin: 0;
  font-size: clamp(64px, 9.4vw, 164px);
  line-height: 0.88;
  letter-spacing: -0.055em;
  font-weight: 800;
  text-wrap: balance;
}
.hero__text {
  margin: 0;
  max-width: 520px;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.5;
  text-wrap: pretty;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero__art {
  position: relative;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 1/1;
  justify-self: center;
}
.hero__layer {
  position: absolute;
}
.hero__layer--1 {
  left: 30%;
  top: 2%;
  width: 64%;
  transform: translate3d(calc(var(--mx, 0) * 18px), calc(var(--my, 0) * 18px), 0);
}
.hero__layer--2 {
  left: 4%;
  top: 28%;
  width: 30%;
  transform: translate3d(calc(var(--mx, 0) * -34px), calc(var(--my, 0) * -34px), 0);
}
.hero__layer--3 {
  left: 9%;
  top: 63%;
  width: 27%;
  transform: translate3d(calc(var(--mx, 0) * -60px), calc(var(--my, 0) * -60px), 0);
}
.hero__layer--4 {
  left: 34%;
  top: 62%;
  width: 52%;
  transform: translate3d(calc(var(--mx, 0) * 44px), calc(var(--my, 0) * 44px), 0);
}
.hero__layer--5 {
  left: 76%;
  top: 56%;
  width: 18%;
  transform: translate3d(calc(var(--mx, 0) * 72px), calc(var(--my, 0) * 72px), 0);
}
.hero__layer--6 {
  left: 24%;
  top: 10%;
  width: 7%;
  transform: translate3d(calc(var(--mx, 0) * 90px), calc(var(--my, 0) * 90px), 0);
}
.hero__layer--7 {
  left: 0;
  top: 0;
  width: 24%;
  transform: translate3d(calc(var(--mx, 0) * -20px), calc(var(--my, 0) * -20px), 0);
}
.hero__shape {
  width: 100%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.3, 1.6, 0.5, 1);
}
.hero__shape--sun {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F6B93B;
}
.hero__shape--sun:hover {
  transform: scale(1.04);
}
.hero__shape--arch {
  aspect-ratio: 3/4.4;
  border-radius: 999px 999px 0 0;
  background: #F4A6B7;
}
.hero__shape--arch:hover {
  transform: scale(1.06) rotate(-4deg);
}
.hero__shape--ring {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid #2B1610;
  cursor: default;
}
.hero__shape--bowl {
  aspect-ratio: 2/1;
  border-radius: 0 0 999px 999px;
  background: #E8542C;
}
.hero__shape--bowl:hover {
  transform: scale(1.05) rotate(3deg);
}
.hero__shape--square {
  aspect-ratio: 1/1;
  background: #1F4A38;
  transform: rotate(14deg);
}
.hero__shape--square:hover {
  transform: rotate(59deg) scale(1.1);
}
.hero__shape--dot {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #2B1610;
  transition: none;
}
.hero__badge {
  width: 100%;
  aspect-ratio: 1/1;
  animation: badge-spin 24s linear infinite;
}
.hero__badge svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.hero__badge text {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 3px;
  fill: #2B1610;
}

@keyframes badge-spin {
  to {
    transform: rotate(360deg);
  }
}
.services {
  padding: clamp(80px, 10vw, 150px) clamp(20px, 4vw, 56px);
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.projects {
  padding: 0 clamp(20px, 4vw, 56px) clamp(80px, 10vw, 150px);
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.projects__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: 28px 20px;
}

.project-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #2B1610;
}
.project-card:hover {
  color: #2B1610;
}
.project-card--offset {
  margin-top: clamp(0px, 6vw, 90px);
}
.project-card__visual {
  aspect-ratio: 3/2;
  border-radius: 28px;
  overflow: hidden;
  background: #EBD8BF;
  transition: transform 0.4s cubic-bezier(0.3, 1.5, 0.5, 1);
}
.project-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-card:hover .project-card__visual--left {
  transform: scale(1.02) rotate(-1deg);
}
.project-card:hover .project-card__visual--right {
  transform: scale(1.02) rotate(1deg);
}
.project-card__caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 19px;
}
.project-card__caption strong {
  font-weight: 700;
}

.method {
  background: #1F4A38;
  color: #F7EEE1;
  border-radius: clamp(32px, 5vw, 72px) clamp(32px, 5vw, 72px) 0 0;
  padding: clamp(80px, 10vw, 140px) clamp(20px, 4vw, 56px);
  position: relative;
  overflow: hidden;
}
.method__ring {
  position: absolute;
  right: -120px;
  top: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 3px solid #F6B93B;
  transform: translate3d(calc(var(--mx, 0) * 30px), calc(var(--my, 0) * 30px), 0);
}
.method__inner {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
}
.method__accent {
  color: #F6B93B;
}
.method__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 40px 28px;
}
.method__step {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 2px solid #F7EEE1;
  padding-top: 24px;
}
.method__step h3 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.method__step p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  text-wrap: pretty;
}
.method__icon {
  width: 56px;
  height: 56px;
}
.method__icon--circle {
  border-radius: 50%;
  background: #F6B93B;
}
.method__icon--arch {
  border-radius: 999px 999px 0 0;
  background: #F4A6B7;
}
.method__icon--square {
  background: #E8542C;
  transform: rotate(14deg);
}
.method__icon--ring {
  border-radius: 50%;
  border: 3px solid #F7EEE1;
}

/*# sourceMappingURL=home-e83249bd3b.output.css.map */
