:root {
  --ink: #1a2430;
  --muted: #5b6b7c;
  --paper: #fff9f2;
  --sun: #ffd84d;
  --sky: #4eb8f5;
  --peach: #ff8a3d;
  --mint: #6ed6b2;
  --white: #ffffff;
  --display: "Fraunces", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: clip;
}

.bg-blobs {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(78, 184, 245, 0.35), transparent 42%),
    radial-gradient(circle at 88% 8%, rgba(255, 216, 77, 0.45), transparent 38%),
    radial-gradient(circle at 70% 78%, rgba(255, 138, 61, 0.22), transparent 42%),
    linear-gradient(180deg, #eef8ff 0%, #fff9f2 45%, #fff4ea 100%);
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  animation: float 10s ease-in-out infinite;
}
.b1 { width: 220px; height: 220px; background: #ffd84d; top: 18%; left: -40px; }
.b2 { width: 260px; height: 260px; background: #4eb8f5; top: 55%; right: -60px; animation-delay: -3s; }
.b3 { width: 180px; height: 180px; background: #6ed6b2; bottom: 8%; left: 30%; animation-delay: -6s; }

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.5rem;
  max-width: 1160px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.brand img {
  width: 34px;
  height: 34px;
  display: block;
  flex: 0 0 34px;
  border-radius: 10px;
}

.top-cta {
  text-decoration: none;
  font-weight: 700;
  color: var(--ink);
  background: var(--sun);
  padding: 0.65rem 1.05rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(255, 216, 77, 0.35);
  transition: transform 0.2s ease;
}
.top-cta:hover { transform: translateY(-2px); }

.hero {
  max-width: 1160px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 3.5rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.pill {
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0b5f8a;
  background: rgba(78, 184, 245, 0.2);
  border: 1px solid rgba(78, 184, 245, 0.35);
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  animation: rise 0.7s ease both;
}

.brand-hero {
  font-family: var(--display);
  font-size: clamp(3.4rem, 8vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 0.85rem;
  animation: rise 0.8s ease 0.05s both;
}

.headline {
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.2;
  font-weight: 600;
  max-width: 16ch;
  margin-bottom: 0.85rem;
  color: #243447;
  animation: rise 0.85s ease 0.1s both;
}

.lead {
  color: var(--muted);
  max-width: 34rem;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  animation: rise 0.9s ease 0.14s both;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: rise 0.95s ease 0.18s both;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 750;
  font-weight: 700;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }

.btn.primary {
  background: var(--peach);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 138, 61, 0.35);
}
.btn.secondary {
  background: var(--white);
  color: var(--ink);
  border: 1px solid rgba(26, 36, 48, 0.12);
}

.hero-stage {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 30px 60px rgba(36, 70, 100, 0.18);
  animation: rise 1s ease 0.12s both;
}

.hero-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: drift 14s ease-in-out infinite alternate;
}

.band {
  max-width: 1160px;
  margin: 0 auto;
  padding: 1rem 1.5rem 4rem;
}

.eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c45d1a;
  margin-bottom: 0.6rem;
}

.band h2 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.15;
  max-width: 18ch;
  margin-bottom: 1.75rem;
}

.tri {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.tri article {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 36, 48, 0.08);
  border-radius: 22px;
  padding: 1.35rem 1.25rem;
}

.dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-bottom: 0.85rem;
}
.dot.sun { background: var(--sun); }
.dot.sky { background: var(--sky); }
.dot.peach { background: var(--peach); }

.tri h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.tri p { color: var(--muted); font-size: 0.98rem; }

.showcase {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
  display: grid;
  gap: 1.25rem;
}

.shot {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(26, 36, 48, 0.08);
  box-shadow: 0 18px 40px rgba(36, 70, 100, 0.08);
}

.shot.reverse { grid-template-columns: 0.9fr 1.1fr; }
.shot.reverse img { order: 2; }

.shot img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.shot > div { padding: 2rem 1.75rem; align-self: center; }
.shot h3 {
  font-family: var(--display);
  font-size: 1.8rem;
  margin-bottom: 0.55rem;
}
.shot p { color: var(--muted); max-width: 34ch; }

.close {
  max-width: 900px;
  margin: 0 auto 3rem;
  text-align: center;
  padding: 3rem 1.5rem;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(78, 184, 245, 0.25), rgba(255, 216, 77, 0.35) 55%, rgba(255, 138, 61, 0.28));
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.close h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.6rem;
}
.close p { color: var(--muted); margin-bottom: 1.35rem; }

footer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem 2.5rem;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.92rem;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes drift {
  from { transform: scale(1.04) translateY(0); }
  to { transform: scale(1.1) translateY(-2%); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

@media (max-width: 900px) {
  .hero, .tri, .shot, .shot.reverse { grid-template-columns: 1fr; }
  .shot.reverse img { order: 0; }
  .hero-stage { aspect-ratio: 5 / 4; max-width: 520px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .hero-stage img { transform: none; }
}
