@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #10131d;
  --muted: #626674;
  --pink: #e6006f;
  --hot-pink: #ff167f;
  --rose: #fff0f7;
  --line: #e9e7ec;
  --paper: #fffdfd;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 20%, rgba(230, 0, 111, 0.09), transparent 24rem),
    radial-gradient(circle at 7% 88%, rgba(255, 92, 164, 0.08), transparent 22rem),
    var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
}

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

.page-shell {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: 0 clamp(24px, 6vw, 92px);
}

.ambient {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.ambient-one {
  width: 260px;
  height: 260px;
  right: -145px;
  top: 7%;
  border: 1px solid rgba(230, 0, 111, 0.16);
}

.ambient-two {
  width: 500px;
  height: 500px;
  left: -395px;
  bottom: -260px;
  border: 1px solid rgba(230, 0, 111, 0.12);
}

.site-header {
  width: min(1180px, 100%);
  height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(16, 19, 29, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.brand strong { color: var(--pink); }

.brand-mark {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  color: white;
  border-radius: 50% 50% 50% 15%;
  background: linear-gradient(145deg, #ff278b, #c80061);
  font: 800 18px/1 "Manrope", sans-serif;
  box-shadow: 0 8px 20px rgba(230, 0, 111, 0.2);
}

.status-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  color: #5d5360;
  border: 1px solid #eadde4;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(230, 0, 111, 0.1);
  animation: pulse 2s ease-in-out infinite;
}

.hero {
  width: min(1180px, 100%);
  min-height: calc(100svh - 190px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  padding: 68px 0 54px;
}

.hero-copy { position: relative; z-index: 2; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 23px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow span { width: 28px; height: 2px; background: var(--pink); }

h1 {
  max-width: 670px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(48px, 6.1vw, 82px);
  line-height: .99;
  letter-spacing: -.065em;
}

h1 em {
  display: block;
  color: var(--pink);
  font-style: normal;
}

.lead {
  max-width: 610px;
  margin: 28px 0 32px;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}

.construction-card {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: min(100%, 430px);
  padding: 17px 21px;
  border: 1px solid rgba(230, 0, 111, .16);
  border-radius: 18px;
  background: linear-gradient(105deg, rgba(255, 240, 247, .9), rgba(255,255,255,.9));
  box-shadow: 0 18px 50px rgba(86, 14, 48, .06);
}

.construction-card span,
.construction-card strong { display: block; }

.construction-card span {
  margin-bottom: 3px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.construction-card strong { font-size: 16px; }

.signal {
  flex: 0 0 44px;
  height: 37px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.signal i {
  width: 7px;
  border-radius: 5px;
  background: linear-gradient(to top, #c80061, #ff559f);
  animation: tune 1.5s ease-in-out infinite alternate;
}

.signal i:nth-child(1) { height: 11px; }
.signal i:nth-child(2) { height: 19px; animation-delay: .12s; }
.signal i:nth-child(3) { height: 28px; animation-delay: .24s; }
.signal i:nth-child(4) { height: 37px; animation-delay: .36s; }

.return-note {
  margin: 21px 0 0;
  color: #858895;
  font-size: 13px;
  font-weight: 600;
}

.return-note span { margin: 0 7px; color: #d3cfd5; }

.portrait-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
}

.portrait-stage::before {
  content: "";
  position: absolute;
  width: min(33vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff1b83, #b50057 65%, #5c002d);
  box-shadow: 0 40px 90px rgba(173, 0, 83, .22);
}

.portrait-card {
  position: relative;
  width: min(29vw, 380px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.94);
  border-radius: 50%;
  background: white;
  box-shadow: 0 28px 60px rgba(60, 0, 28, .22);
}

.portrait-card img { width: 100%; height: 100%; object-fit: cover; }

.orbit {
  position: absolute;
  border: 1px solid rgba(230, 0, 111, .18);
  border-radius: 50%;
}

.orbit-one { width: 480px; height: 480px; animation: spin 22s linear infinite; }
.orbit-two { width: 550px; height: 550px; border-style: dashed; animation: spin 32s linear infinite reverse; }

.orbit-one::after,
.orbit-two::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 15px var(--pink);
}

.floating-tag {
  position: absolute;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 12px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 15px 38px rgba(31, 0, 15, .12);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tag-top { top: 15%; right: 0; transform: rotate(3deg); }
.tag-bottom { bottom: 14%; left: -2%; transform: rotate(-3deg); }
.tag-bottom span { margin-right: 7px; color: var(--pink); }

footer {
  width: min(1180px, 100%);
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #8c8e97;
  border-top: 1px solid rgba(16, 19, 29, .08);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
}

.footer-line { width: 32px; height: 1px; background: #d8d5d9; }

@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(230, 0, 111, 0); } }
@keyframes tune { to { transform: scaleY(.65); opacity: .72; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .site-header { height: 88px; }
  .hero { grid-template-columns: 1fr; padding-top: 54px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .eyebrow { justify-content: center; }
  .portrait-stage { min-height: 460px; order: -1; }
  .portrait-stage::before { width: min(72vw, 350px); }
  .portrait-card { width: min(64vw, 310px); }
  .orbit-one { width: min(82vw, 390px); height: min(82vw, 390px); }
  .orbit-two { width: min(95vw, 450px); height: min(95vw, 450px); }
  .tag-top { right: 9%; }
  .tag-bottom { left: 7%; }
}

@media (max-width: 560px) {
  .page-shell { padding-inline: 20px; }
  .status-pill { font-size: 9px; padding: 8px 10px; }
  .brand { font-size: 19px; }
  .brand-mark { width: 35px; height: 35px; }
  .hero { padding-top: 28px; gap: 28px; }
  .portrait-stage { min-height: 345px; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  .lead { margin-top: 22px; }
  .construction-card { text-align: left; }
  .floating-tag { padding: 9px 12px; font-size: 9px; }
  .tag-top { top: 12%; right: 0; }
  .tag-bottom { left: 0; bottom: 10%; }
  footer { justify-content: center; flex-wrap: wrap; text-align: center; padding: 24px 0; }
}

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