:root {
  --ocean: #0f5e9c;
  --mint: #a8f4da;
  --sky: #d9efff;
  --sun: #ffe084;
  --sand: #fff4d2;
  --coral: #ff6f88;
  --ink: #10213a;
  --white: #ffffff;
  --card-shadow: 0 16px 42px rgba(6, 39, 84, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: linear-gradient(135deg, #d4ecff 0%, #fff8db 40%, #ffdce6 100%);
  overflow-x: hidden;
  position: relative;
}

.bg-shape {
  position: fixed;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.48;
  z-index: -1;
  animation: drift 16s ease-in-out infinite alternate;
}

.bg-shape-one {
  width: 340px;
  height: 340px;
  top: -60px;
  left: -90px;
  background: radial-gradient(circle at 30% 30%, #7ad8ff, #6db1ff 70%);
}

.bg-shape-two {
  width: 300px;
  height: 300px;
  right: -70px;
  top: 24vh;
  background: radial-gradient(circle at 40% 30%, #ffe89e, #ffc579 70%);
  animation-delay: 1.2s;
}

.bg-shape-three {
  width: 360px;
  height: 360px;
  left: 22vw;
  bottom: -120px;
  background: radial-gradient(circle at 30% 30%, #ff9cb0, #ff82cf 72%);
  animation-delay: 2.4s;
}

.site-header {
  width: min(1100px, calc(100% - 2.4rem));
  margin: 1.2rem auto 0;
  padding: 0.8rem 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.brand-tag {
  margin: 0;
  letter-spacing: 0.14em;
  font-size: 0.86rem;
  font-weight: 700;
}

.social-link {
  font-size: 0.86rem;
  color: var(--ocean);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid rgba(15, 94, 156, 0.4);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.social-link:hover {
  border-color: var(--ocean);
  transform: translateY(-1px);
}

.section-shell {
  width: min(1100px, calc(100% - 2.4rem));
  margin: 1.2rem auto;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.hero-copy h1,
h2,
h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  margin: 0;
  line-height: 1.02;
}

.hero-copy h1 {
  font-size: clamp(2.1rem, 6.4vw, 4.4rem);
  max-width: 10.4ch;
}

.eyebrow {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--ocean);
}

.hero-sub {
  margin: 1rem 0 0;
  max-width: 45ch;
  line-height: 1.5;
  font-size: 1.05rem;
}

.hero-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.18rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid transparent;
  background: linear-gradient(120deg, var(--ink), #1f4d8e);
  color: var(--white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(16, 33, 58, 0.25);
}

.pill-btn.ghost {
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  border-color: rgba(16, 33, 58, 0.25);
}

.hero-chips {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-chips span {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(16, 33, 58, 0.14);
}

.hero-visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-main-image {
  width: 100%;
  max-width: 430px;
  border-radius: 24px;
  box-shadow: var(--card-shadow);
  border: 4px solid rgba(255, 255, 255, 0.7);
}

.hero-float-image {
  position: absolute;
  width: 43%;
  max-width: 190px;
  bottom: -12px;
  left: -8px;
  border-radius: 22px;
  border: 4px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--card-shadow);
  transform: rotate(-8deg);
  animation: float 4.2s ease-in-out infinite;
}

.section-title h2 {
  font-size: clamp(1.9rem, 4.4vw, 3.2rem);
}

.preview-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.feature-card {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 33, 58, 0.14);
  border-radius: 24px;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.card-copy {
  padding: 1.1rem 1.1rem 0.6rem;
}

.card-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: #1367a7;
}

.card-copy h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
}

.card-copy p {
  margin: 0.7rem 0 0.1rem;
  line-height: 1.45;
  font-size: 0.97rem;
}

.hoodie-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 30%;
}

.bracelet-grid {
  padding: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.bracelet-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
}

.story-wrap {
  margin-top: 1.8rem;
}

.story-content {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.1rem;
  align-items: center;
}

.story-content img {
  width: 100%;
  border-radius: 24px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--card-shadow);
}

.story-text {
  padding: 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 33, 58, 0.14);
}

.story-text p {
  margin: 0 0 0.9rem;
  line-height: 1.5;
}

.site-footer {
  width: min(1100px, calc(100% - 2.4rem));
  margin: 2.3rem auto 2.4rem;
  padding: 1rem 1.2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(16, 33, 58, 0.14);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0.2rem 0;
}

@keyframes float {
  0%,
  100% {
    transform: rotate(-8deg) translateY(0);
  }
  50% {
    transform: rotate(-8deg) translateY(-10px);
  }
}

@keyframes drift {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(20px, -18px);
  }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .hero-visual {
    min-height: 0;
    padding-bottom: 1rem;
  }

  .hero-main-image {
    max-width: 380px;
  }

  .hero-float-image {
    bottom: -2px;
    left: 5%;
  }

  .preview-grid,
  .story-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    margin-top: 0.9rem;
  }

  .section-shell {
    width: min(1100px, calc(100% - 1.4rem));
  }

  .site-footer {
    width: min(1100px, calc(100% - 1.4rem));
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .hero-sub {
    font-size: 0.97rem;
  }

  .feature-card {
    border-radius: 18px;
  }

  .bracelet-grid {
    gap: 0.4rem;
  }

  .bg-shape {
    opacity: 0.34;
  }
}
