:root {
  --bg: #050509;
  --bg-2: #090912;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.085);
  --line: rgba(255, 255, 255, 0.13);
  --text: #f7f7fb;
  --muted: #aaa9bb;
  --soft: #d7d5e6;
  --pink: #ff149d;
  --pink-2: #ff46b8;
  --cyan: #00a7ff;
  --blue: #0064ff;
  --violet: #7b2cff;
  --shadow-pink: rgba(255, 20, 157, 0.34);
  --shadow-blue: rgba(0, 167, 255, 0.26);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
  --header: 76px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 5%, rgba(255, 20, 157, .22), transparent 34rem),
    radial-gradient(circle at 82% 15%, rgba(0, 167, 255, .22), transparent 32rem),
    linear-gradient(180deg, #050509 0%, #080812 43%, #050509 100%);
  color: var(--text);
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--pink); color: white; }
.page-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: .16;
  background-image:
    linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.06) 49%, transparent 50% 100%),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.08) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.06) 0 1px, transparent 1px);
  background-size: 180px 180px, 23px 23px, 31px 31px;
  mix-blend-mode: screen;
}
.cursor-glow {
  position: fixed; width: 34rem; height: 34rem; left: 0; top: 0; transform: translate(-50%, -50%);
  border-radius: 999px; background: radial-gradient(circle, rgba(255,20,157,.12), rgba(0,167,255,.08) 34%, transparent 68%);
  pointer-events: none; z-index: 0; opacity: .85; transition: opacity .25s ease;
}
.site-header {
  position: fixed; z-index: 20; top: 16px; left: 50%; transform: translateX(-50%);
  width: min(calc(100% - 28px), var(--max)); height: var(--header);
  display: flex; align-items: center; justify-content: space-between; padding: 0 18px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 999px;
  background: rgba(5, 5, 9, .66); backdrop-filter: blur(28px) saturate(160%);
  box-shadow: 0 18px 70px rgba(0,0,0,.36);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-weight: 900; letter-spacing: -.04em; }
.brand img { width: 50px; height: 50px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(255,20,157,.5)); }
.brand span { font-size: 1.03rem; }
.site-nav { display: flex; align-items: center; gap: 6px; font-size: .92rem; color: var(--soft); }
.site-nav a { padding: 11px 14px; border-radius: 999px; transition: background .2s ease, color .2s ease; }
.site-nav a:hover { background: rgba(255,255,255,.08); color: white; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.06); color: white; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 5px auto; background: white; border-radius: 99px; transition: transform .2s ease; }
.menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.section { position: relative; z-index: 2; width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.hero { min-height: 100svh; padding: 150px 0 80px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: -1; }
.orb { position: absolute; border-radius: 999px; filter: blur(14px); opacity: .7; }
.orb-pink { width: 17rem; height: 17rem; left: -7%; top: 25%; background: radial-gradient(circle, rgba(255,20,157,.55), transparent 65%); }
.orb-blue { width: 20rem; height: 20rem; right: 7%; top: 18%; background: radial-gradient(circle, rgba(0,167,255,.42), transparent 68%); }
.slash { position: absolute; width: 2px; height: 240px; background: linear-gradient(180deg, transparent, var(--cyan), var(--pink), transparent); opacity: .55; transform: rotate(36deg); box-shadow: 0 0 30px rgba(0,167,255,.5); }
.slash-one { left: 8%; bottom: 12%; }
.slash-two { right: 17%; top: 16%; height: 170px; transform: rotate(58deg); }
.eyebrow, .section-label { margin: 0 0 18px; color: var(--cyan); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; text-shadow: 0 0 18px rgba(0,167,255,.45); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3.8rem, 8.2vw, 8.8rem); line-height: .86; letter-spacing: -.085em; font-weight: 950; }
h1 span, .manifesto h2 span { background: linear-gradient(100deg, var(--pink), var(--pink-2) 42%, var(--cyan) 88%); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 24px rgba(255,20,157,.22)); }
.hero-lead { max-width: 660px; margin-bottom: 34px; color: var(--soft); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 850; letter-spacing: -.02em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(110deg, var(--pink), var(--violet), var(--cyan)); color: white; box-shadow: 0 16px 48px var(--shadow-pink), 0 0 42px var(--shadow-blue); }
.btn-ghost { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.055); color: white; }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.28); }
.hero-logo-wrap { position: relative; display: grid; place-items: center; perspective: 1000px; transform-style: preserve-3d; }
.logo-halo { position: absolute; width: min(42vw, 520px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,20,157,.22), rgba(0,167,255,.14) 40%, transparent 67%); filter: blur(6px); animation: pulse 5.5s ease-in-out infinite; }
.hero-logo { position: relative; width: min(42vw, 510px); filter: drop-shadow(0 0 24px rgba(255,20,157,.28)) drop-shadow(0 0 36px rgba(0,167,255,.20)); animation: float 7s ease-in-out infinite; }
.sticker { position: absolute; padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(5,5,9,.72); backdrop-filter: blur(16px); font-weight: 950; letter-spacing: .06em; font-size: .78rem; box-shadow: 0 18px 50px rgba(0,0,0,.36); }
.sticker-one { left: 3%; top: 16%; transform: rotate(-9deg); color: var(--pink-2); }
.sticker-two { right: 2%; bottom: 18%; transform: rotate(8deg); color: var(--cyan); }
.intro { padding: 90px 0 40px; }
.intro h2, .section-head h2, .taste h2, .contact h2 { font-size: clamp(2.6rem, 5.5vw, 5.6rem); line-height: .94; letter-spacing: -.07em; margin-bottom: 24px; }
.intro p { max-width: 860px; color: var(--soft); font-size: clamp(1.15rem, 2.2vw, 1.55rem); line-height: 1.55; }
.cards-section { padding: 80px 0; }
.section-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 26px; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.h-card { min-height: 330px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 20px 70px rgba(0,0,0,.22); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.h-card:hover { transform: translateY(-8px); border-color: rgba(255,20,157,.45); box-shadow: 0 26px 90px rgba(255,20,157,.12), 0 0 70px rgba(0,167,255,.08); }
.card-icon { width: 78px; height: 78px; margin-bottom: 26px; border-radius: 22px; display: grid; place-items: center; background: radial-gradient(circle at 30% 10%, rgba(255,20,157,.28), rgba(0,167,255,.12) 52%, rgba(255,255,255,.05)); border: 1px solid rgba(255,255,255,.12); }
.card-icon svg { width: 48px; height: 48px; fill: none; stroke: white; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 10px rgba(255,20,157,.34)); }
.h-card h3 { margin-bottom: 12px; font-size: 1.42rem; letter-spacing: -.04em; }
.h-card p { color: var(--muted); line-height: 1.55; margin-bottom: 0; }
.taste { padding: 66px 0; }
.taste-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; padding: clamp(26px, 5vw, 58px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(255,20,157,.13), rgba(255,255,255,.055) 45%, rgba(0,167,255,.12)); overflow: hidden; }
.taste-panel p { color: var(--soft); font-size: 1.1rem; line-height: 1.6; }
.tag-cloud { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; }
.tag-cloud li { padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(5,5,9,.42); color: var(--soft); font-weight: 750; }
.manifesto { padding: 90px 0; text-align: center; }
.manifesto h2 { margin: 0 auto 26px; font-size: clamp(4rem, 10vw, 10rem); line-height: .85; letter-spacing: -.085em; }
.manifesto p { max-width: 760px; margin: 0 auto 22px; color: var(--soft); font-size: clamp(1.1rem, 2vw, 1.42rem); line-height: 1.58; }
.manifesto strong { display: block; font-size: clamp(1rem, 2vw, 1.26rem); color: white; }
.contact { padding: 60px 0 110px; }
.contact-card { padding: clamp(28px, 5vw, 56px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: radial-gradient(circle at 10% 0, rgba(255,20,157,.22), transparent 38%), radial-gradient(circle at 88% 18%, rgba(0,167,255,.18), transparent 36%), rgba(255,255,255,.055); text-align: center; }
.contact-card p { max-width: 620px; margin: 0 auto 26px; color: var(--soft); font-size: 1.15rem; line-height: 1.55; }
.site-footer { position: relative; z-index: 2; width: min(calc(100% - 36px), var(--max)); margin: 0 auto; padding: 26px 0 38px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .92rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-18px) rotate(1deg); } }
@keyframes pulse { 0%,100% { transform: scale(.96); opacity: .72; } 50% { transform: scale(1.06); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .cursor-glow { display: none; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 980px) { .hero { grid-template-columns: 1fr; text-align: center; padding-top: 132px; } .hero-copy, .hero-lead { margin-inline: auto; } .hero-actions { justify-content: center; } .hero-logo { width: min(78vw, 460px); } .cards-grid { grid-template-columns: repeat(2, 1fr); } .taste-panel { grid-template-columns: 1fr; } .section-head { display: block; } }
@media (max-width: 720px) { :root { --header: 68px; } .site-header { top: 10px; width: min(calc(100% - 18px), var(--max)); } .brand img { width: 44px; height: 44px; } .site-nav { position: fixed; left: 9px; right: 9px; top: 88px; display: grid; gap: 8px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(5,5,9,.92); backdrop-filter: blur(26px); transform: translateY(-20px); opacity: 0; pointer-events: none; transition: transform .2s ease, opacity .2s ease; } .menu-open .site-nav { transform: translateY(0); opacity: 1; pointer-events: auto; } .site-nav a { padding: 14px 16px; background: rgba(255,255,255,.045); } .menu-button { display: block; } .hero { padding-top: 124px; gap: 20px; } h1 { font-size: clamp(3.4rem, 16vw, 5.5rem); } .hero-logo { width: min(82vw, 360px); } .sticker { font-size: .68rem; } .cards-grid { grid-template-columns: 1fr; } .h-card { min-height: auto; } .intro { padding-top: 64px; } .site-footer { flex-direction: column; } }
