:root {
  --ink: #15132b;
  --ink-soft: #5c5870;
  --paper: #f8f4ff;
  --paper-2: #fffaf4;
  --violet: #6552d9;
  --violet-dark: #3e2ea8;
  --lavender: #d9cdfd;
  --pink: #ef8ad1;
  --coral: #ff8b68;
  --blue: #70a2ff;
  --night: #171333;
  --night-2: #21194b;
  --line: rgba(21, 19, 43, .12);
  --shadow: 0 30px 80px rgba(68, 42, 120, .16);
  --radius: 34px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(217,205,253,.7), transparent 25%),
    radial-gradient(circle at 90% 18%, rgba(255,139,104,.18), transparent 23%),
    linear-gradient(180deg, #fbf9ff 0%, #f5efff 46%, #fffaf4 100%);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .15;
  background-image: radial-gradient(rgba(68,52,126,.35) .6px, transparent .6px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 65%);
}
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(248,244,255,.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(63,49,119,.08);
}
.nav-row { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-symbol {
  width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center;
  font-family: Manrope, sans-serif; font-weight: 800; color: #fff;
  background: linear-gradient(145deg, var(--violet), var(--pink));
  box-shadow: 0 12px 30px rgba(101,82,217,.25);
}
.brand-name { font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.02em; }
.nav-links { display: flex; align-items: center; gap: 30px; color: var(--ink-soft); font-weight: 600; }
.nav-links a:hover { color: var(--ink); }
.nav-button { padding: 12px 18px; border-radius: 999px; background: var(--ink); color: white; font-weight: 700; }

.hero { min-height: 760px; padding: 105px 0 90px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
.kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; color: var(--violet-dark); }
.kicker.coral { color: #d95f3e; }
.hero h1, .studio-title h2, .journey-intro h2, .principles h2, .services-head h2, .contact-message h2 {
  font-family: Manrope, sans-serif; letter-spacing: -.055em; line-height: .98;
}
.hero h1 { font-size: clamp(3.6rem, 6vw, 6.6rem); margin: 18px 0 24px; }
.hero h1 span { color: var(--violet); }
.hero-text p, .studio-copy > p, .journey-intro p, .principles-heading p, .contact-message p { color: var(--ink-soft); font-size: 1.08rem; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: 15px 22px; border-radius: 999px; font-weight: 800; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--violet), #8b6ce8); color: white; box-shadow: 0 16px 34px rgba(101,82,217,.28); }
.button.ghost { background: rgba(255,255,255,.6); border: 1px solid var(--line); }
.launch-line { margin-top: 30px; display: flex; align-items: center; gap: 9px; color: var(--ink-soft); }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(255,139,104,.5); animation: pulse 2s infinite; }
.hero-art { min-height: 570px; position: relative; display: grid; place-items: center; }
.poster-card {
  position: relative; z-index: 3; width: min(420px, 88%); padding: 30px; border-radius: 42px;
  background: linear-gradient(160deg, #201851, #503eab 62%, #ec82cc 120%);
  color: white; box-shadow: 0 45px 100px rgba(54,33,112,.34);
  transform: rotate(5deg); animation: floatCard 6s ease-in-out infinite;
}
.poster-icon { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 28px; box-shadow: 0 18px 44px rgba(14,10,46,.35); }
.poster-copy { padding: 22px 5px 2px; display: grid; gap: 5px; }
.poster-copy span { color: #dddbff; font-size: .82rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.poster-copy strong { font-family: Manrope; font-size: 1.65rem; }
.poster-copy small { color: #e4def7; font-size: 1rem; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(101,82,217,.2); }
.orbit-one { width: 500px; height: 500px; animation: spin 18s linear infinite; }
.orbit-two { width: 630px; height: 260px; border-color: rgba(239,138,209,.28); transform: rotate(-25deg); animation: sway 7s ease-in-out infinite; }
.spark { position: absolute; width: 20px; height: 20px; border-radius: 7px; background: var(--coral); }
.spark-one { top: 90px; right: 50px; animation: bob 4s ease-in-out infinite; }
.spark-two { bottom: 70px; left: 45px; background: var(--violet); animation: bob 4.8s ease-in-out infinite reverse; }

.studio-band { background: var(--paper-2); border-block: 1px solid rgba(21,19,43,.07); padding: 100px 0; }
.studio-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.section-number { display: inline-grid; place-items: center; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; font-family: Manrope; font-weight: 800; margin-bottom: 18px; }
.section-number.light { color: white; border-color: rgba(255,255,255,.25); }
.studio-title h2, .journey-intro h2, .principles h2, .services-head h2, .contact-message h2 { font-size: clamp(2.5rem, 4vw, 4.8rem); margin: 8px 0 18px; }
.studio-notes { margin-top: 30px; display: grid; gap: 14px; }
.studio-notes article { padding: 18px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 170px 1fr; gap: 22px; }
.studio-notes strong { font-family: Manrope; }
.studio-notes span { color: var(--ink-soft); }

.journey { padding: 110px 0; }
.journey-intro { display: grid; grid-template-columns: 85px 1fr; gap: 24px; margin-bottom: 38px; }
.journey-collage { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.feature-panel {
  min-height: 560px; padding: 30px; border-radius: 36px; overflow: hidden; position: relative;
  background: linear-gradient(145deg, #fff 0%, #f0eaff 100%); border: 1px solid rgba(64,49,120,.10); box-shadow: var(--shadow);
  display: flex; flex-direction: column; justify-content: space-between;
}
.feature-large { grid-row: span 2; background: linear-gradient(145deg, #fdf9ff, #ddd2ff 70%, #f6d4ee); }
.feature-copy { position: relative; z-index: 2; max-width: 480px; }
.feature-copy.compact { max-width: 360px; }
.feature-label { display: inline-flex; padding: 8px 12px; border-radius: 999px; font-weight: 800; font-size: .78rem; background: #ffe2d9; color: #c95436; text-transform: uppercase; letter-spacing: .12em; }
.feature-label.plum { background: #ebdefc; color: #7654b9; }
.feature-label.blue { background: #dde8ff; color: #4d6dc7; }
.feature-copy h3 { font-family: Manrope; font-size: clamp(1.8rem,2.6vw,3.1rem); line-height: 1.05; letter-spacing: -.035em; margin: 18px 0 12px; }
.feature-copy p { color: var(--ink-soft); margin: 0; }
.phone-frame { width: 74%; align-self: center; margin-top: 24px; border-radius: 34px; overflow: hidden; box-shadow: 0 22px 60px rgba(54,33,112,.22); transform: rotate(-2deg); }
.phone-frame img { width: 100%; }
.small-phone { width: 56%; max-height: 365px; overflow: hidden; margin-top: 18px; transform: rotate(3deg); }
.banner-strip { margin-top: 26px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); }

.principles { background: linear-gradient(150deg, var(--night), #2a1c64); color: white; padding: 110px 0; }
.principles-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.principles-heading p { color: #c9c2e4; }
.principles-list { border-top: 1px solid rgba(255,255,255,.16); }
.principle { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.principle > span { font-family: Manrope; color: #a89be3; }
.principle h3 { margin: 0 0 8px; font-family: Manrope; font-size: 1.35rem; }
.principle p { margin: 0; color: #c9c2e4; }

.services { padding: 110px 0; }
.services-head { display: grid; grid-template-columns: 80px 1fr; gap: 26px; max-width: 920px; margin-bottom: 36px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { min-height: 280px; padding: 24px; border-radius: 28px; background: rgba(255,255,255,.62); border: 1px solid rgba(69,53,129,.11); box-shadow: 0 22px 50px rgba(76,52,121,.10); transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); }
.service-card > span { display: inline-grid; place-items:center; width: 44px; height:44px; border-radius: 14px; background: var(--ink); color:white; font-family: Manrope; font-weight:800; }
.service-card h3 { font-family: Manrope; font-size: 1.3rem; margin: 48px 0 10px; }
.service-card p { color: var(--ink-soft); margin: 0; }

.contact-section { background: #f07fbd; padding: 105px 0; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: start; }
.contact-message { color: #22142d; }
.contact-message p { color: #493449; }
.light-button { background: #fff; color: var(--ink); margin-top: 18px; }
.contact-card { background: rgba(255,255,255,.72); border-radius: 30px; padding: 12px 28px; box-shadow: var(--shadow); }
.contact-row { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid rgba(44,31,68,.1); }
.contact-row:last-child { border-bottom: 0; }
.contact-row span { color: #77516f; }
.contact-row strong { font-family: Manrope; }

.footer { background: #121023; color: white; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 30px; }
.footer-brand { margin-bottom: 16px; }
.footer p { color: #aaa3c3; max-width: 380px; }
.footer h3 { font-family: Manrope; font-size: 1rem; margin: 0 0 16px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: #c9c3dd; }
.footer-grid a:hover { color: white; }
.footer-bottom { padding-top: 30px; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.1); color: #8d86a5; font-size: .9rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Privacy */
.privacy-main { padding: 90px 0 100px; }
.privacy-hero { max-width: 900px; margin-bottom: 34px; }
.privacy-hero h1 { font-family: Manrope; font-size: clamp(3rem,5vw,5.7rem); letter-spacing: -.055em; line-height: .98; margin: 16px 0 20px; }
.privacy-hero p { color: var(--ink-soft); font-size: 1.08rem; }
.privacy-layout { display: grid; grid-template-columns: 280px 1fr; gap: 24px; }
.privacy-menu { position: sticky; top: 104px; height: fit-content; padding: 20px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.7); }
.privacy-menu a { display:block; padding:10px 12px; border-radius: 12px; color: var(--ink-soft); }
.privacy-menu a:hover { background: #efe9ff; color: var(--ink); }
.privacy-content { border: 1px solid var(--line); border-radius: 34px; background: rgba(255,255,255,.72); padding: 10px 34px 34px; box-shadow: var(--shadow); }
.policy-section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.policy-section:last-child { border-bottom: 0; }
.policy-section h2 { font-family: Manrope; margin: 0 0 12px; font-size: 1.5rem; }
.policy-section p { margin: 0 0 12px; color: var(--ink-soft); }
.policy-section a { color: var(--violet-dark); font-weight: 700; }

@keyframes floatCard { 0%,100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-12px); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,139,104,.45); } 70% { box-shadow: 0 0 0 10px rgba(255,139,104,0); } 100% { box-shadow: 0 0 0 0 rgba(255,139,104,0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes sway { 0%,100% { transform: rotate(-25deg) translateX(0); } 50% { transform: rotate(-18deg) translateX(18px); } }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-14px) rotate(12deg); } }

@media (max-width: 1050px) {
  .hero, .studio-grid, .principles-grid, .contact-layout, .privacy-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 75px; }
  .hero-art { min-height: 500px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .journey-collage { grid-template-columns: 1fr; }
  .feature-large { grid-row: auto; }
  .small-phone { width: 42%; }
  .privacy-menu { position: static; display: grid; grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-button { display: none; }
  .hero { min-height: auto; }
  .hero-art { min-height: 390px; }
  .poster-card { width: 76%; padding: 20px; }
  .orbit-one { width: 380px; height: 380px; }
  .orbit-two { width: 430px; }
  .journey-intro, .services-head { grid-template-columns: 1fr; }
  .service-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-panel { min-height: 500px; }
  .phone-frame { width: 62%; }
  .small-phone { width: 50%; }
  .studio-notes article { grid-template-columns: 1fr; gap: 5px; }
  .contact-row { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 520px) {
  .wrap { width: min(calc(100% - 24px), var(--wrap)); }
  .brand-name { font-size: .92rem; }
  .hero h1 { font-size: 3.2rem; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 330px; }
  .poster-card { width: 84%; }
  .orbit-one { width: 310px; height: 310px; }
  .orbit-two { width: 330px; height: 150px; }
  .studio-band, .journey, .services, .principles, .contact-section { padding-block: 78px; }
  .feature-panel { min-height: 460px; padding: 22px; }
  .phone-frame, .small-phone { width: 70%; }
  .privacy-content { padding-inline: 20px; }
  .privacy-menu { grid-template-columns: 1fr; }
}
