:root {
  --bg: #050505;
  --panel: #0d0d0f;
  --panel-soft: #121216;
  --text: #f7f4f6;
  --muted: #b8b1b6;
  --line: rgba(255, 255, 255, 0.11);
  --pink: #f22b7a;
  --rose: #efa3a8;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(242, 43, 122, 0.13), transparent 26rem),
    radial-gradient(circle at 15% 35%, rgba(239, 163, 168, 0.08), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

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

.page-shell { overflow: hidden; }
.site-header {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 5;
}
.brand {
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 50%;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}
.header-link {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  transition: color .2s ease;
}
.header-link:hover { color: var(--text); }

.hero {
  width: min(calc(100% - 40px), var(--max));
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  padding: 70px 0 84px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--rose);
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .24em;
}
h1, h2, h3 { margin-top: 0; line-height: 1.05; }
h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 6.7vw, 7rem);
  letter-spacing: -.055em;
  font-weight: 600;
}
h1 em {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: var(--pink);
}
.hero-text {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: white; }
.button-primary:hover { background: #ff3a88; }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(255,255,255,.24); }

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}
.logo-frame {
  width: min(100%, 540px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 36px 100px rgba(0,0,0,.5);
  position: relative;
  z-index: 2;
  transform: rotate(1.2deg);
}
.logo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  pointer-events: none;
}
.logo-frame img { width: 100%; height: 100%; object-fit: cover; }
.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  opacity: .42;
}
.glow-one { width: 290px; height: 290px; background: var(--pink); right: 2%; top: 6%; }
.glow-two { width: 250px; height: 250px; background: var(--rose); left: 0; bottom: 7%; opacity: .18; }

.statement, .locations, .coming-soon, .pillars {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}
.statement {
  padding: 120px 0 74px;
  border-top: 1px solid var(--line);
}
.statement h2, .locations h2, .coming-soon h2 {
  max-width: 850px;
  margin-bottom: 26px;
  font-size: clamp(2.3rem, 4.8vw, 5rem);
  letter-spacing: -.04em;
}
.statement > p:last-child, .coming-soon p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 120px;
}
.pillar-card {
  min-height: 300px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid var(--line);
  border-radius: 24px;
}
.pillar-card span {
  display: inline-block;
  margin-bottom: 76px;
  color: var(--pink);
  font-weight: 700;
  font-size: .78rem;
}
.pillar-card h3 {
  margin-bottom: 14px;
  font-size: 1.65rem;
}
.pillar-card p { margin: 0; color: var(--muted); }

.locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 100px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.location-list { display: grid; align-content: center; }
.location-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.location-item:first-child { border-top: 1px solid var(--line); }
.location-item strong { font-size: 1.25rem; }
.location-item span {
  color: var(--rose);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 700;
}

.coming-soon { padding: 120px 0; }
.coming-soon-inner {
  position: relative;
  padding: clamp(36px, 7vw, 78px);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 88% 10%, rgba(242,43,122,.25), transparent 25rem),
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.coming-soon .button { margin-top: 24px; }
.coming-soon small {
  display: block;
  margin-top: 14px;
  color: #8f878c;
  font-size: .75rem;
}

footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 36px 0 48px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .82rem;
}
.footer-brand { color: var(--text); font-weight: 800; letter-spacing: .14em; }
footer p { margin: 0; }
footer strong { color: var(--pink); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 54px; }
  .hero-visual { min-height: auto; }
  .logo-frame { width: min(100%, 620px); }
  .pillars, .locations { grid-template-columns: 1fr; }
  .locations { gap: 38px; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header, .hero, .statement, .pillars, .locations, .coming-soon, footer { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 78px; }
  .brand { width: 62px; height: 62px; }
  .header-link { font-size: .72rem; }
  .hero { min-height: auto; padding-bottom: 64px; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .logo-frame { border-radius: 26px; }
  .statement { padding-top: 86px; }
  .pillars { padding-bottom: 86px; }
  .pillar-card { min-height: 255px; }
  .pillar-card span { margin-bottom: 52px; }
  .locations, .coming-soon { padding-top: 82px; padding-bottom: 82px; }
}
