:root {
  --pink: #f62d87;
  --lime: #b6cf26;
  --ink: #040606;
  --cream: #fff8ea;
  --paper: #ffffff;
  --mist: #f5f3ec;
  --yellow: #ffd856;
  --blue: #70d7ff;
  --radius-xl: 44px;
  --radius-lg: 32px;
  --radius-md: 24px;
  --shadow-soft: 0 28px 80px rgba(4, 6, 6, 0.12);
  --shadow-card: 0 18px 45px rgba(4, 6, 6, 0.12);
  --shadow-polaroid: 0 26px 64px rgba(4, 6, 6, 0.16), 0 8px 20px rgba(246, 45, 135, 0.08);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--cream);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 13% 10%, rgba(246, 45, 135, 0.18), transparent 25%),
    radial-gradient(circle at 88% 14%, rgba(182, 207, 38, 0.24), transparent 24%),
    radial-gradient(circle at 26% 82%, rgba(246, 45, 135, 0.1), transparent 22%),
    radial-gradient(circle at 84% 78%, rgba(182, 207, 38, 0.16), transparent 24%),
    linear-gradient(180deg, #fffdf7 0%, #fff7e7 62%, #ffffff 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background-image:
    radial-gradient(34px 24px at 50% 100%, transparent 58%, rgba(246, 45, 135, 0.2) 60% 66%, transparent 68%),
    radial-gradient(34px 24px at 50% 100%, transparent 58%, rgba(182, 207, 38, 0.18) 60% 66%, transparent 68%);
  background-position:
    0 0,
    22px 24px;
  background-size:
    44px 48px,
    44px 48px;
  mask-image: linear-gradient(to bottom, #000 0 42%, transparent 88%);
  animation: scale-shimmer 9s ease-in-out infinite alternate;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.74;
  background-image:
    url("data:image/svg+xml,%3Csvg width='720' height='720' viewBox='0 0 720 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23040606' stroke-width='10' stroke-linecap='round' stroke-linejoin='round' opacity='.055'%3E%3Cpath d='M71 128l65-34-17 72 73-10-59 47 39 61-68-26-38 64-3-75-73-15 70-31z' fill='%23f62d87' fill-opacity='.5' stroke='none'/%3E%3Cpath d='M560 82l-32 88 64-9-68 113 19-84-58 8z' fill='%23b6cf26' fill-opacity='.7' stroke='none'/%3E%3Cpath d='M122 510c44 12 73 10 88-8 17-21-1-52 19-73 18-18 47-14 72-3'/%3E%3Cpath d='M514 466c31 23 62 23 94 0'/%3E%3Cpath d='M536 456c0 54 23 78 23 118 0 23-14 37-33 37-18 0-31-14-31-32'/%3E%3Cpath d='M378 118l58 28-59 25'/%3E%3Cpath d='M426 594l72-14-20 65'/%3E%3Ccircle cx='624' cy='318' r='28'/%3E%3Cpath d='M643 270l28-28M657 314l41-7M624 226l-6-42'/%3E%3C/g%3E%3Cg fill='%23040606' opacity='.05'%3E%3Ccircle cx='204' cy='92' r='8'/%3E%3Ccircle cx='228' cy='92' r='8'/%3E%3Ccircle cx='252' cy='92' r='8'/%3E%3Ccircle cx='204' cy='116' r='8'/%3E%3Ccircle cx='228' cy='116' r='8'/%3E%3Ccircle cx='252' cy='116' r='8'/%3E%3Ccircle cx='588' cy='570' r='7'/%3E%3Ccircle cx='614' cy='570' r='7'/%3E%3Ccircle cx='640' cy='570' r='7'/%3E%3Ccircle cx='588' cy='596' r='7'/%3E%3Ccircle cx='614' cy='596' r='7'/%3E%3Ccircle cx='640' cy='596' r='7'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 10% 24%, rgba(246, 45, 135, 0.08), transparent 20%),
    radial-gradient(circle at 78% 34%, rgba(182, 207, 38, 0.08), transparent 22%),
    linear-gradient(rgba(4, 6, 6, 0.018) 1px, transparent 1px);
  background-position:
    center top,
    center,
    center,
    0 0;
  background-size:
    min(1120px, 145vw) auto,
    100% 100%,
    100% 100%,
    3px 3px;
  mix-blend-mode: multiply;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

address {
  font-style: normal;
}

.site-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 28px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 36px);
  width: 100%;
  padding: clamp(18px, 2.6vw, 30px) max(28px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  border: 1px solid rgba(4, 6, 6, 0.08);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 78% 22%, rgba(246, 45, 135, 0.22), transparent 32%),
    radial-gradient(circle at 66% 76%, rgba(182, 207, 38, 0.28), transparent 30%),
    var(--paper);
  box-shadow: var(--shadow-soft);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 22px;
  border-radius: calc(var(--radius-xl) - 14px);
  opacity: 0.46;
  background-image:
    radial-gradient(28px 20px at 50% 100%, transparent 56%, rgba(246, 45, 135, 0.24) 58% 67%, transparent 69%),
    radial-gradient(28px 20px at 50% 100%, transparent 56%, rgba(182, 207, 38, 0.2) 58% 67%, transparent 69%),
    radial-gradient(circle at 16% 26%, rgba(246, 45, 135, 0.16), transparent 18%),
    radial-gradient(circle at 84% 72%, rgba(182, 207, 38, 0.16), transparent 20%);
  background-position:
    0 0,
    14px 16px,
    center,
    center;
  background-size:
    28px 32px,
    28px 32px,
    100% 100%,
    100% 100%;
  mask-image: linear-gradient(115deg, #000 0 18%, transparent 38% 58%, #000 80% 100%);
  animation: hero-scale-shimmer 7s ease-in-out infinite alternate;
}

.hero::after {
  display: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1.26fr);
  gap: clamp(16px, 3vw, 42px);
  align-items: center;
  min-height: calc(100vh - 96px);
}

.hero__copy {
  position: relative;
  z-index: 7;
  padding: clamp(16px, 3vw, 34px) 0 clamp(18px, 3vw, 40px);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 9px 14px;
  border: 1px solid rgba(4, 6, 6, 0.08);
  border-radius: 999px;
  background: rgba(246, 45, 135, 0.1);
  color: var(--pink);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__title,
h2,
p {
  margin: 0;
}

.hero__title {
  display: grid;
  gap: 4px;
  max-width: 680px;
}

.hero__logo {
  width: min(430px, 80vw);
  height: auto;
  margin-left: -12px;
  filter: drop-shadow(0 18px 26px rgba(4, 6, 6, 0.14));
}

.hero__title span {
  display: block;
  max-width: 8ch;
  font-size: clamp(4.6rem, 9vw, 8.4rem);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 5px var(--paper);
  paint-order: stroke fill;
  text-shadow:
    0 8px 24px rgba(4, 6, 6, 0.18),
    3px 3px 0 var(--paper),
    -3px 3px 0 var(--paper),
    3px -3px 0 var(--paper),
    -3px -3px 0 var(--paper);
}

.hero__subtitle {
  max-width: 520px;
  margin-top: 22px;
  color: rgba(4, 6, 6, 0.72);
  font-size: clamp(1.1rem, 2vw, 1.48rem);
  font-weight: 760;
  line-height: 1.34;
}

.hero__subtitle strong {
  display: inline-block;
  color: var(--pink);
  font-size: 1.35em;
  font-weight: 1000;
  line-height: 0.75;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.hero__stage {
  position: relative;
  min-height: 760px;
}

.main-hero-photo {
  position: absolute;
  right: -8%;
  bottom: -10%;
  z-index: 3;
  width: min(112%, 790px);
  aspect-ratio: 0.82;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 34px 52px rgba(4, 6, 6, 0.28));
  transform: rotate(1deg);
  clip-path: polygon(5% 8%, 96% 0, 100% 82%, 88% 100%, 3% 94%, 0 22%);
}

.main-hero-photo::before {
  position: absolute;
  inset: 12% 4% 3% 8%;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 48% 38%, rgba(246, 45, 135, 0.14), transparent 55%);
  filter: blur(24px);
}

.main-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
  transform: scale(1.24);
}

.about,
.social-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: stretch;
  margin-top: 22px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(4, 6, 6, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(18px);
}

.about h2,
.social-cta h2 {
  max-width: 760px;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.about__details {
  display: grid;
  gap: 14px;
  align-content: center;
}

.about__details p,
.about__details address {
  padding: clamp(18px, 3vw, 28px);
  border-radius: var(--radius-md);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 880;
  line-height: 1.18;
}

.about__details p {
  background: var(--lime);
}

.about__details address {
  background: var(--ink);
  color: var(--paper);
}

.social-cta {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  margin-bottom: 22px;
  background:
    radial-gradient(circle at 18% 16%, rgba(246, 45, 135, 0.12), transparent 28%),
    radial-gradient(circle at 76% 78%, rgba(182, 207, 38, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.8);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.social-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(4, 6, 6, 0.08);
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(4, 6, 6, 0.08);
  font-weight: 950;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease,
    color 200ms ease;
}

.social-button {
  min-height: 118px;
  padding: 22px;
  border-radius: var(--radius-md);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.social-button span:last-child {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(4, 6, 6, 0.06);
}

.social-button:nth-child(1) {
  background: var(--pink);
  color: var(--paper);
}

.social-button:nth-child(2) {
  background: var(--lime);
}

.social-button:nth-child(3) {
  background: var(--yellow);
}

.social-button:hover,
.social-button:focus-visible {
  box-shadow: 0 18px 40px rgba(4, 6, 6, 0.15);
  transform: translateY(-4px);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 8px 0 30px;
  color: rgba(4, 6, 6, 0.66);
  font-size: 0.92rem;
  font-weight: 760;
}

.footer span {
  color: var(--pink);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float-y {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -14px;
  }
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes scale-shimmer {
  0% {
    opacity: 0.5;
    filter: hue-rotate(0deg) saturate(1);
    background-position:
      0 0,
      22px 24px;
  }

  50% {
    opacity: 0.7;
    filter: hue-rotate(38deg) saturate(1.22);
    background-position:
      8px 5px,
      14px 29px;
  }

  100% {
    opacity: 0.56;
    filter: hue-rotate(78deg) saturate(1.08);
    background-position:
      16px 10px,
      6px 34px;
  }
}

@keyframes hero-scale-shimmer {
  0% {
    opacity: 0.52;
    filter: hue-rotate(0deg) saturate(1);
    background-position:
      0 0,
      14px 16px,
      center,
      center;
  }

  50% {
    opacity: 0.78;
    filter: hue-rotate(40deg) saturate(1.22);
    background-position:
      8px 5px,
      6px 21px,
      center,
      center;
  }

  100% {
    opacity: 0.62;
    filter: hue-rotate(82deg) saturate(1.1);
    background-position:
      16px 10px,
      -2px 26px,
      center,
      center;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    border-radius: 34px;
  }

  .hero__grid,
  .about,
  .social-cta {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    min-height: 0;
  }

  .hero__stage {
    min-height: 620px;
  }

  .main-hero-photo {
    right: -10%;
    bottom: -12%;
    width: min(104%, 640px);
  }

  .social-cta {
    gap: 24px;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: 100%;
    padding-top: 0;
  }

  .hero {
    padding: 16px 14px;
    border-radius: 0 0 28px 28px;
  }

  .hero__copy {
    padding: 26px 6px 8px;
  }

  .hero__title {
    max-width: 100%;
  }

  .hero__logo {
    width: min(310px, 82vw);
    margin-left: -8px;
  }

  .hero__title span {
    max-width: 8ch;
    font-size: clamp(3.45rem, 18vw, 5.3rem);
  }

  .hero__stage {
    min-height: 540px;
  }

  .main-hero-photo {
    right: -14%;
    bottom: 18px;
    width: 116%;
    aspect-ratio: 0.86;
  }

  .about,
  .social-cta {
    margin-top: 14px;
    padding: 18px;
    border-radius: 28px;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .social-button {
    min-height: 82px;
  }

  .footer {
    width: min(100% - 28px, 520px);
    padding-bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
